#include #if defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wmissing-field-initializers" #endif #ifdef _MSC_VER #pragma optimize("", off) #elif defined(__clang__) #pragma clang optimize off #elif defined(__GNUC__) #pragma GCC optimize ("O0") #endif #define LANGUAGE_VERSION 13 #define STATE_COUNT 3481 #define LARGE_STATE_COUNT 158 #define SYMBOL_COUNT 164 #define ALIAS_COUNT 0 #define TOKEN_COUNT 103 #define EXTERNAL_TOKEN_COUNT 15 #define FIELD_COUNT 19 #define MAX_ALIAS_SEQUENCE_LENGTH 10 #define PRODUCTION_ID_COUNT 73 enum { sym_word = 1, anon_sym_LF = 2, anon_sym_for = 3, anon_sym_select = 4, anon_sym_in = 5, anon_sym_LPAREN_LPAREN = 6, anon_sym_RPAREN_RPAREN = 7, anon_sym_SEMI = 8, anon_sym_while = 9, anon_sym_until = 10, anon_sym_do = 11, anon_sym_done = 12, anon_sym_if = 13, anon_sym_then = 14, anon_sym_fi = 15, anon_sym_elif = 16, anon_sym_else = 17, anon_sym_case = 18, anon_sym_esac = 19, anon_sym_PIPE = 20, anon_sym_RPAREN = 21, anon_sym_SEMI_SEMI = 22, anon_sym_SEMI_AMP = 23, anon_sym_SEMI_SEMI_AMP = 24, anon_sym_function = 25, anon_sym_LPAREN = 26, anon_sym_LBRACE = 27, anon_sym_RBRACE = 28, anon_sym_PIPE_AMP = 29, anon_sym_AMP_AMP = 30, anon_sym_PIPE_PIPE = 31, anon_sym_BANG = 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_TILDE = 44, anon_sym_EQ_EQ = 45, anon_sym_EQ = 46, anon_sym_PLUS_EQ = 47, anon_sym_LT = 48, anon_sym_GT = 49, anon_sym_GT_GT = 50, anon_sym_AMP_GT = 51, anon_sym_AMP_GT_GT = 52, anon_sym_LT_AMP = 53, anon_sym_GT_AMP = 54, anon_sym_GT_PIPE = 55, anon_sym_LT_LT = 56, anon_sym_LT_LT_DASH = 57, anon_sym_LT_LT_LT = 58, anon_sym_BANG_EQ = 59, anon_sym_PLUS = 60, anon_sym_DASH = 61, anon_sym_DASH_EQ = 62, anon_sym_LT_EQ = 63, anon_sym_GT_EQ = 64, anon_sym_QMARK = 65, anon_sym_COLON = 66, anon_sym_PLUS_PLUS = 67, anon_sym_DASH_DASH = 68, anon_sym_DOLLAR = 69, sym__special_character = 70, anon_sym_DQUOTE = 71, sym__string_content = 72, sym_raw_string = 73, sym_ansii_c_string = 74, anon_sym_POUND = 75, anon_sym_DOLLAR_LBRACE = 76, anon_sym_SLASH = 77, anon_sym_COLON_QMARK = 78, anon_sym_COLON_DASH = 79, anon_sym_PERCENT = 80, anon_sym_DOLLAR_LPAREN = 81, anon_sym_BQUOTE = 82, anon_sym_LT_LPAREN = 83, anon_sym_GT_LPAREN = 84, sym_comment = 85, aux_sym__simple_variable_name_token1 = 86, anon_sym_STAR = 87, anon_sym_AT = 88, anon_sym_0 = 89, anon_sym__ = 90, sym_test_operator = 91, anon_sym_AMP = 92, sym_heredoc_start = 93, sym__simple_heredoc_body = 94, sym__heredoc_body_beginning = 95, sym__heredoc_body_middle = 96, sym__heredoc_body_end = 97, sym_file_descriptor = 98, sym__empty_value = 99, sym__concat = 100, sym_variable_name = 101, sym_regex = 102, sym_program = 103, sym__statements = 104, aux_sym__statements2 = 105, sym__terminated_statement = 106, sym_redirected_statement = 107, sym_for_statement = 108, sym_c_style_for_statement = 109, sym_while_statement = 110, sym_do_group = 111, sym_if_statement = 112, sym_elif_clause = 113, sym_else_clause = 114, sym_case_statement = 115, sym_case_item = 116, sym_last_case_item = 117, sym_function_definition = 118, sym_compound_statement = 119, sym_subshell = 120, sym_pipeline = 121, sym_list = 122, sym_negated_command = 123, sym_test_command = 124, sym_declaration_command = 125, sym_unset_command = 126, sym_command = 127, sym_command_name = 128, sym_variable_assignment = 129, sym_subscript = 130, sym_file_redirect = 131, sym_heredoc_redirect = 132, sym_heredoc_body = 133, sym_herestring_redirect = 134, sym__expression = 135, sym_binary_expression = 136, sym_ternary_expression = 137, sym_unary_expression = 138, sym_postfix_expression = 139, sym_parenthesized_expression = 140, sym_concatenation = 141, sym_string = 142, sym_array = 143, sym_simple_expansion = 144, sym_string_expansion = 145, sym_expansion = 146, sym_command_substitution = 147, sym_process_substitution = 148, aux_sym__statements_repeat1 = 149, aux_sym_redirected_statement_repeat1 = 150, aux_sym_for_statement_repeat1 = 151, aux_sym_if_statement_repeat1 = 152, aux_sym_case_statement_repeat1 = 153, aux_sym_case_item_repeat1 = 154, aux_sym_declaration_command_repeat1 = 155, aux_sym_unset_command_repeat1 = 156, aux_sym_command_repeat1 = 157, aux_sym_command_repeat2 = 158, aux_sym_heredoc_body_repeat1 = 159, aux_sym__literal_repeat1 = 160, aux_sym_concatenation_repeat1 = 161, aux_sym_string_repeat1 = 162, aux_sym_expansion_repeat1 = 163, }; static const char * const ts_symbol_names[] = { [ts_builtin_sym_end] = "end", [sym_word] = "word", [anon_sym_LF] = "\n", [anon_sym_for] = "for", [anon_sym_select] = "select", [anon_sym_in] = "in", [anon_sym_LPAREN_LPAREN] = "((", [anon_sym_RPAREN_RPAREN] = "))", [anon_sym_SEMI] = ";", [anon_sym_while] = "while", [anon_sym_until] = "until", [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_SEMI_AMP] = ";&", [anon_sym_SEMI_SEMI_AMP] = ";;&", [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_BANG] = "!", [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_TILDE] = "=~", [anon_sym_EQ_EQ] = "==", [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_GT_PIPE] = ">|", [anon_sym_LT_LT] = "<<", [anon_sym_LT_LT_DASH] = "<<-", [anon_sym_LT_LT_LT] = "<<<", [anon_sym_BANG_EQ] = "!=", [anon_sym_PLUS] = "+", [anon_sym_DASH] = "-", [anon_sym_DASH_EQ] = "-=", [anon_sym_LT_EQ] = "<=", [anon_sym_GT_EQ] = ">=", [anon_sym_QMARK] = "\?", [anon_sym_COLON] = ":", [anon_sym_PLUS_PLUS] = "++", [anon_sym_DASH_DASH] = "--", [anon_sym_DOLLAR] = "$", [sym__special_character] = "_special_character", [anon_sym_DQUOTE] = "\"", [sym__string_content] = "_string_content", [sym_raw_string] = "raw_string", [sym_ansii_c_string] = "ansii_c_string", [anon_sym_POUND] = "#", [anon_sym_DOLLAR_LBRACE] = "${", [anon_sym_SLASH] = "/", [anon_sym_COLON_QMARK] = ":\?", [anon_sym_COLON_DASH] = ":-", [anon_sym_PERCENT] = "%", [anon_sym_DOLLAR_LPAREN] = "$(", [anon_sym_BQUOTE] = "`", [anon_sym_LT_LPAREN] = "<(", [anon_sym_GT_LPAREN] = ">(", [sym_comment] = "comment", [aux_sym__simple_variable_name_token1] = "variable_name", [anon_sym_STAR] = "special_variable_name", [anon_sym_AT] = "special_variable_name", [anon_sym_0] = "special_variable_name", [anon_sym__] = "special_variable_name", [sym_test_operator] = "test_operator", [anon_sym_AMP] = "&", [sym_heredoc_start] = "heredoc_start", [sym__simple_heredoc_body] = "_simple_heredoc_body", [sym__heredoc_body_beginning] = "_heredoc_body_beginning", [sym__heredoc_body_middle] = "_heredoc_body_middle", [sym__heredoc_body_end] = "_heredoc_body_end", [sym_file_descriptor] = "file_descriptor", [sym__empty_value] = "_empty_value", [sym__concat] = "_concat", [sym_variable_name] = "variable_name", [sym_regex] = "regex", [sym_program] = "program", [sym__statements] = "_statements", [aux_sym__statements2] = "_statements2", [sym__terminated_statement] = "_terminated_statement", [sym_redirected_statement] = "redirected_statement", [sym_for_statement] = "for_statement", [sym_c_style_for_statement] = "c_style_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] = "case_item", [sym_function_definition] = "function_definition", [sym_compound_statement] = "compound_statement", [sym_subshell] = "subshell", [sym_pipeline] = "pipeline", [sym_list] = "list", [sym_negated_command] = "negated_command", [sym_test_command] = "test_command", [sym_declaration_command] = "declaration_command", [sym_unset_command] = "unset_command", [sym_command] = "command", [sym_command_name] = "command_name", [sym_variable_assignment] = "variable_assignment", [sym_subscript] = "subscript", [sym_file_redirect] = "file_redirect", [sym_heredoc_redirect] = "heredoc_redirect", [sym_heredoc_body] = "heredoc_body", [sym_herestring_redirect] = "herestring_redirect", [sym__expression] = "_expression", [sym_binary_expression] = "binary_expression", [sym_ternary_expression] = "ternary_expression", [sym_unary_expression] = "unary_expression", [sym_postfix_expression] = "postfix_expression", [sym_parenthesized_expression] = "parenthesized_expression", [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__statements_repeat1] = "_statements_repeat1", [aux_sym_redirected_statement_repeat1] = "redirected_statement_repeat1", [aux_sym_for_statement_repeat1] = "for_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_declaration_command_repeat1] = "declaration_command_repeat1", [aux_sym_unset_command_repeat1] = "unset_command_repeat1", [aux_sym_command_repeat1] = "command_repeat1", [aux_sym_command_repeat2] = "command_repeat2", [aux_sym_heredoc_body_repeat1] = "heredoc_body_repeat1", [aux_sym__literal_repeat1] = "_literal_repeat1", [aux_sym_concatenation_repeat1] = "concatenation_repeat1", [aux_sym_string_repeat1] = "string_repeat1", [aux_sym_expansion_repeat1] = "expansion_repeat1", }; static const TSSymbol ts_symbol_map[] = { [ts_builtin_sym_end] = ts_builtin_sym_end, [sym_word] = sym_word, [anon_sym_LF] = anon_sym_LF, [anon_sym_for] = anon_sym_for, [anon_sym_select] = anon_sym_select, [anon_sym_in] = anon_sym_in, [anon_sym_LPAREN_LPAREN] = anon_sym_LPAREN_LPAREN, [anon_sym_RPAREN_RPAREN] = anon_sym_RPAREN_RPAREN, [anon_sym_SEMI] = anon_sym_SEMI, [anon_sym_while] = anon_sym_while, [anon_sym_until] = anon_sym_until, [anon_sym_do] = anon_sym_do, [anon_sym_done] = anon_sym_done, [anon_sym_if] = anon_sym_if, [anon_sym_then] = anon_sym_then, [anon_sym_fi] = anon_sym_fi, [anon_sym_elif] = anon_sym_elif, [anon_sym_else] = anon_sym_else, [anon_sym_case] = anon_sym_case, [anon_sym_esac] = anon_sym_esac, [anon_sym_PIPE] = anon_sym_PIPE, [anon_sym_RPAREN] = anon_sym_RPAREN, [anon_sym_SEMI_SEMI] = anon_sym_SEMI_SEMI, [anon_sym_SEMI_AMP] = anon_sym_SEMI_AMP, [anon_sym_SEMI_SEMI_AMP] = anon_sym_SEMI_SEMI_AMP, [anon_sym_function] = anon_sym_function, [anon_sym_LPAREN] = anon_sym_LPAREN, [anon_sym_LBRACE] = anon_sym_LBRACE, [anon_sym_RBRACE] = anon_sym_RBRACE, [anon_sym_PIPE_AMP] = anon_sym_PIPE_AMP, [anon_sym_AMP_AMP] = anon_sym_AMP_AMP, [anon_sym_PIPE_PIPE] = anon_sym_PIPE_PIPE, [anon_sym_BANG] = anon_sym_BANG, [anon_sym_LBRACK] = anon_sym_LBRACK, [anon_sym_RBRACK] = anon_sym_RBRACK, [anon_sym_LBRACK_LBRACK] = anon_sym_LBRACK_LBRACK, [anon_sym_RBRACK_RBRACK] = anon_sym_RBRACK_RBRACK, [anon_sym_declare] = anon_sym_declare, [anon_sym_typeset] = anon_sym_typeset, [anon_sym_export] = anon_sym_export, [anon_sym_readonly] = anon_sym_readonly, [anon_sym_local] = anon_sym_local, [anon_sym_unset] = anon_sym_unset, [anon_sym_unsetenv] = anon_sym_unsetenv, [anon_sym_EQ_TILDE] = anon_sym_EQ_TILDE, [anon_sym_EQ_EQ] = anon_sym_EQ_EQ, [anon_sym_EQ] = anon_sym_EQ, [anon_sym_PLUS_EQ] = anon_sym_PLUS_EQ, [anon_sym_LT] = anon_sym_LT, [anon_sym_GT] = anon_sym_GT, [anon_sym_GT_GT] = anon_sym_GT_GT, [anon_sym_AMP_GT] = anon_sym_AMP_GT, [anon_sym_AMP_GT_GT] = anon_sym_AMP_GT_GT, [anon_sym_LT_AMP] = anon_sym_LT_AMP, [anon_sym_GT_AMP] = anon_sym_GT_AMP, [anon_sym_GT_PIPE] = anon_sym_GT_PIPE, [anon_sym_LT_LT] = anon_sym_LT_LT, [anon_sym_LT_LT_DASH] = anon_sym_LT_LT_DASH, [anon_sym_LT_LT_LT] = anon_sym_LT_LT_LT, [anon_sym_BANG_EQ] = anon_sym_BANG_EQ, [anon_sym_PLUS] = anon_sym_PLUS, [anon_sym_DASH] = anon_sym_DASH, [anon_sym_DASH_EQ] = anon_sym_DASH_EQ, [anon_sym_LT_EQ] = anon_sym_LT_EQ, [anon_sym_GT_EQ] = anon_sym_GT_EQ, [anon_sym_QMARK] = anon_sym_QMARK, [anon_sym_COLON] = anon_sym_COLON, [anon_sym_PLUS_PLUS] = anon_sym_PLUS_PLUS, [anon_sym_DASH_DASH] = anon_sym_DASH_DASH, [anon_sym_DOLLAR] = anon_sym_DOLLAR, [sym__special_character] = sym__special_character, [anon_sym_DQUOTE] = anon_sym_DQUOTE, [sym__string_content] = sym__string_content, [sym_raw_string] = sym_raw_string, [sym_ansii_c_string] = sym_ansii_c_string, [anon_sym_POUND] = anon_sym_POUND, [anon_sym_DOLLAR_LBRACE] = anon_sym_DOLLAR_LBRACE, [anon_sym_SLASH] = anon_sym_SLASH, [anon_sym_COLON_QMARK] = anon_sym_COLON_QMARK, [anon_sym_COLON_DASH] = anon_sym_COLON_DASH, [anon_sym_PERCENT] = anon_sym_PERCENT, [anon_sym_DOLLAR_LPAREN] = anon_sym_DOLLAR_LPAREN, [anon_sym_BQUOTE] = anon_sym_BQUOTE, [anon_sym_LT_LPAREN] = anon_sym_LT_LPAREN, [anon_sym_GT_LPAREN] = anon_sym_GT_LPAREN, [sym_comment] = sym_comment, [aux_sym__simple_variable_name_token1] = sym_variable_name, [anon_sym_STAR] = anon_sym_STAR, [anon_sym_AT] = anon_sym_STAR, [anon_sym_0] = anon_sym_STAR, [anon_sym__] = anon_sym_STAR, [sym_test_operator] = sym_test_operator, [anon_sym_AMP] = anon_sym_AMP, [sym_heredoc_start] = sym_heredoc_start, [sym__simple_heredoc_body] = sym__simple_heredoc_body, [sym__heredoc_body_beginning] = sym__heredoc_body_beginning, [sym__heredoc_body_middle] = sym__heredoc_body_middle, [sym__heredoc_body_end] = sym__heredoc_body_end, [sym_file_descriptor] = sym_file_descriptor, [sym__empty_value] = sym__empty_value, [sym__concat] = sym__concat, [sym_variable_name] = sym_variable_name, [sym_regex] = sym_regex, [sym_program] = sym_program, [sym__statements] = sym__statements, [aux_sym__statements2] = aux_sym__statements2, [sym__terminated_statement] = sym__terminated_statement, [sym_redirected_statement] = sym_redirected_statement, [sym_for_statement] = sym_for_statement, [sym_c_style_for_statement] = sym_c_style_for_statement, [sym_while_statement] = sym_while_statement, [sym_do_group] = sym_do_group, [sym_if_statement] = sym_if_statement, [sym_elif_clause] = sym_elif_clause, [sym_else_clause] = sym_else_clause, [sym_case_statement] = sym_case_statement, [sym_case_item] = sym_case_item, [sym_last_case_item] = sym_case_item, [sym_function_definition] = sym_function_definition, [sym_compound_statement] = sym_compound_statement, [sym_subshell] = sym_subshell, [sym_pipeline] = sym_pipeline, [sym_list] = sym_list, [sym_negated_command] = sym_negated_command, [sym_test_command] = sym_test_command, [sym_declaration_command] = sym_declaration_command, [sym_unset_command] = sym_unset_command, [sym_command] = sym_command, [sym_command_name] = sym_command_name, [sym_variable_assignment] = sym_variable_assignment, [sym_subscript] = sym_subscript, [sym_file_redirect] = sym_file_redirect, [sym_heredoc_redirect] = sym_heredoc_redirect, [sym_heredoc_body] = sym_heredoc_body, [sym_herestring_redirect] = sym_herestring_redirect, [sym__expression] = sym__expression, [sym_binary_expression] = sym_binary_expression, [sym_ternary_expression] = sym_ternary_expression, [sym_unary_expression] = sym_unary_expression, [sym_postfix_expression] = sym_postfix_expression, [sym_parenthesized_expression] = sym_parenthesized_expression, [sym_concatenation] = sym_concatenation, [sym_string] = sym_string, [sym_array] = sym_array, [sym_simple_expansion] = sym_simple_expansion, [sym_string_expansion] = sym_string_expansion, [sym_expansion] = sym_expansion, [sym_command_substitution] = sym_command_substitution, [sym_process_substitution] = sym_process_substitution, [aux_sym__statements_repeat1] = aux_sym__statements_repeat1, [aux_sym_redirected_statement_repeat1] = aux_sym_redirected_statement_repeat1, [aux_sym_for_statement_repeat1] = aux_sym_for_statement_repeat1, [aux_sym_if_statement_repeat1] = aux_sym_if_statement_repeat1, [aux_sym_case_statement_repeat1] = aux_sym_case_statement_repeat1, [aux_sym_case_item_repeat1] = aux_sym_case_item_repeat1, [aux_sym_declaration_command_repeat1] = aux_sym_declaration_command_repeat1, [aux_sym_unset_command_repeat1] = aux_sym_unset_command_repeat1, [aux_sym_command_repeat1] = aux_sym_command_repeat1, [aux_sym_command_repeat2] = aux_sym_command_repeat2, [aux_sym_heredoc_body_repeat1] = aux_sym_heredoc_body_repeat1, [aux_sym__literal_repeat1] = aux_sym__literal_repeat1, [aux_sym_concatenation_repeat1] = aux_sym_concatenation_repeat1, [aux_sym_string_repeat1] = aux_sym_string_repeat1, [aux_sym_expansion_repeat1] = aux_sym_expansion_repeat1, }; static const TSSymbolMetadata ts_symbol_metadata[] = { [ts_builtin_sym_end] = { .visible = false, .named = true, }, [sym_word] = { .visible = true, .named = true, }, [anon_sym_LF] = { .visible = true, .named = false, }, [anon_sym_for] = { .visible = true, .named = false, }, [anon_sym_select] = { .visible = true, .named = false, }, [anon_sym_in] = { .visible = true, .named = false, }, [anon_sym_LPAREN_LPAREN] = { .visible = true, .named = false, }, [anon_sym_RPAREN_RPAREN] = { .visible = true, .named = false, }, [anon_sym_SEMI] = { .visible = true, .named = false, }, [anon_sym_while] = { .visible = true, .named = false, }, [anon_sym_until] = { .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_SEMI_AMP] = { .visible = true, .named = false, }, [anon_sym_SEMI_SEMI_AMP] = { .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_BANG] = { .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_TILDE] = { .visible = true, .named = false, }, [anon_sym_EQ_EQ] = { .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_GT_PIPE] = { .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, }, [anon_sym_BANG_EQ] = { .visible = true, .named = false, }, [anon_sym_PLUS] = { .visible = true, .named = false, }, [anon_sym_DASH] = { .visible = true, .named = false, }, [anon_sym_DASH_EQ] = { .visible = true, .named = false, }, [anon_sym_LT_EQ] = { .visible = true, .named = false, }, [anon_sym_GT_EQ] = { .visible = true, .named = false, }, [anon_sym_QMARK] = { .visible = true, .named = false, }, [anon_sym_COLON] = { .visible = true, .named = false, }, [anon_sym_PLUS_PLUS] = { .visible = true, .named = false, }, [anon_sym_DASH_DASH] = { .visible = true, .named = false, }, [anon_sym_DOLLAR] = { .visible = true, .named = false, }, [sym__special_character] = { .visible = false, .named = true, }, [anon_sym_DQUOTE] = { .visible = true, .named = false, }, [sym__string_content] = { .visible = false, .named = true, }, [sym_raw_string] = { .visible = true, .named = true, }, [sym_ansii_c_string] = { .visible = true, .named = true, }, [anon_sym_POUND] = { .visible = true, .named = false, }, [anon_sym_DOLLAR_LBRACE] = { .visible = true, .named = false, }, [anon_sym_SLASH] = { .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_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__simple_variable_name_token1] = { .visible = true, .named = true, }, [anon_sym_STAR] = { .visible = true, .named = true, }, [anon_sym_AT] = { .visible = true, .named = true, }, [anon_sym_0] = { .visible = true, .named = true, }, [anon_sym__] = { .visible = true, .named = true, }, [sym_test_operator] = { .visible = true, .named = true, }, [anon_sym_AMP] = { .visible = true, .named = false, }, [sym_heredoc_start] = { .visible = true, .named = true, }, [sym__simple_heredoc_body] = { .visible = false, .named = true, }, [sym__heredoc_body_beginning] = { .visible = false, .named = true, }, [sym__heredoc_body_middle] = { .visible = false, .named = true, }, [sym__heredoc_body_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, }, [sym_regex] = { .visible = true, .named = true, }, [sym_program] = { .visible = true, .named = true, }, [sym__statements] = { .visible = false, .named = true, }, [aux_sym__statements2] = { .visible = false, .named = false, }, [sym__terminated_statement] = { .visible = false, .named = true, }, [sym_redirected_statement] = { .visible = true, .named = true, }, [sym_for_statement] = { .visible = true, .named = true, }, [sym_c_style_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_negated_command] = { .visible = true, .named = true, }, [sym_test_command] = { .visible = true, .named = true, }, [sym_declaration_command] = { .visible = true, .named = true, }, [sym_unset_command] = { .visible = true, .named = true, }, [sym_command] = { .visible = true, .named = true, }, [sym_command_name] = { .visible = true, .named = true, }, [sym_variable_assignment] = { .visible = true, .named = true, }, [sym_subscript] = { .visible = true, .named = true, }, [sym_file_redirect] = { .visible = true, .named = true, }, [sym_heredoc_redirect] = { .visible = true, .named = true, }, [sym_heredoc_body] = { .visible = true, .named = true, }, [sym_herestring_redirect] = { .visible = true, .named = true, }, [sym__expression] = { .visible = false, .named = true, .supertype = true, }, [sym_binary_expression] = { .visible = true, .named = true, }, [sym_ternary_expression] = { .visible = true, .named = true, }, [sym_unary_expression] = { .visible = true, .named = true, }, [sym_postfix_expression] = { .visible = true, .named = true, }, [sym_parenthesized_expression] = { .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__statements_repeat1] = { .visible = false, .named = false, }, [aux_sym_redirected_statement_repeat1] = { .visible = false, .named = false, }, [aux_sym_for_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_declaration_command_repeat1] = { .visible = false, .named = false, }, [aux_sym_unset_command_repeat1] = { .visible = false, .named = false, }, [aux_sym_command_repeat1] = { .visible = false, .named = false, }, [aux_sym_command_repeat2] = { .visible = false, .named = false, }, [aux_sym_heredoc_body_repeat1] = { .visible = false, .named = false, }, [aux_sym__literal_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, }, }; enum { field_alternative = 1, field_argument = 2, field_body = 3, field_condition = 4, field_consequence = 5, field_descriptor = 6, field_destination = 7, field_fallthrough = 8, field_index = 9, field_initializer = 10, field_left = 11, field_name = 12, field_operator = 13, field_redirect = 14, field_right = 15, field_termination = 16, field_update = 17, field_value = 18, field_variable = 19, }; static const char * const ts_field_names[] = { [0] = NULL, [field_alternative] = "alternative", [field_argument] = "argument", [field_body] = "body", [field_condition] = "condition", [field_consequence] = "consequence", [field_descriptor] = "descriptor", [field_destination] = "destination", [field_fallthrough] = "fallthrough", [field_index] = "index", [field_initializer] = "initializer", [field_left] = "left", [field_name] = "name", [field_operator] = "operator", [field_redirect] = "redirect", [field_right] = "right", [field_termination] = "termination", [field_update] = "update", [field_value] = "value", [field_variable] = "variable", }; static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [1] = {.index = 0, .length = 1}, [3] = {.index = 1, .length = 1}, [4] = {.index = 1, .length = 1}, [6] = {.index = 2, .length = 2}, [7] = {.index = 4, .length = 1}, [8] = {.index = 5, .length = 2}, [9] = {.index = 4, .length = 1}, [10] = {.index = 7, .length = 1}, [11] = {.index = 8, .length = 2}, [12] = {.index = 8, .length = 2}, [13] = {.index = 10, .length = 2}, [14] = {.index = 10, .length = 2}, [15] = {.index = 12, .length = 2}, [16] = {.index = 14, .length = 2}, [18] = {.index = 16, .length = 2}, [19] = {.index = 16, .length = 2}, [20] = {.index = 18, .length = 2}, [21] = {.index = 20, .length = 2}, [22] = {.index = 22, .length = 2}, [23] = {.index = 22, .length = 2}, [24] = {.index = 24, .length = 2}, [25] = {.index = 26, .length = 3}, [26] = {.index = 29, .length = 1}, [28] = {.index = 30, .length = 2}, [29] = {.index = 32, .length = 1}, [30] = {.index = 32, .length = 1}, [31] = {.index = 33, .length = 2}, [33] = {.index = 35, .length = 1}, [34] = {.index = 36, .length = 3}, [35] = {.index = 39, .length = 3}, [36] = {.index = 42, .length = 1}, [37] = {.index = 42, .length = 1}, [39] = {.index = 43, .length = 1}, [40] = {.index = 44, .length = 2}, [41] = {.index = 46, .length = 2}, [42] = {.index = 48, .length = 2}, [43] = {.index = 50, .length = 2}, [44] = {.index = 52, .length = 2}, [45] = {.index = 54, .length = 2}, [46] = {.index = 56, .length = 2}, [47] = {.index = 50, .length = 2}, [48] = {.index = 52, .length = 2}, [49] = {.index = 54, .length = 2}, [50] = {.index = 58, .length = 2}, [51] = {.index = 60, .length = 2}, [52] = {.index = 62, .length = 3}, [53] = {.index = 65, .length = 2}, [54] = {.index = 67, .length = 3}, [55] = {.index = 70, .length = 3}, [56] = {.index = 73, .length = 2}, [57] = {.index = 75, .length = 2}, [58] = {.index = 77, .length = 3}, [59] = {.index = 80, .length = 3}, [60] = {.index = 73, .length = 2}, [61] = {.index = 75, .length = 2}, [62] = {.index = 77, .length = 3}, [63] = {.index = 80, .length = 3}, [64] = {.index = 83, .length = 3}, [65] = {.index = 86, .length = 3}, [66] = {.index = 89, .length = 3}, [67] = {.index = 92, .length = 4}, [68] = {.index = 96, .length = 3}, [69] = {.index = 99, .length = 3}, [70] = {.index = 96, .length = 3}, [71] = {.index = 99, .length = 3}, [72] = {.index = 102, .length = 4}, }; static const TSFieldMapEntry ts_field_map_entries[] = { [0] = {field_name, 0}, [1] = {field_destination, 1}, [2] = {field_body, 0}, {field_redirect, 1}, [4] = {field_argument, 0}, [5] = {field_argument, 1, .inherited = true}, {field_name, 0}, [7] = {field_name, 1}, [8] = {field_descriptor, 0}, {field_destination, 2}, [10] = {field_name, 0}, {field_value, 2}, [12] = {field_body, 2}, {field_condition, 1}, [14] = {field_body, 2}, {field_name, 1}, [16] = {field_argument, 0}, {field_argument, 1}, [18] = {field_argument, 0, .inherited = true}, {field_argument, 1, .inherited = true}, [20] = {field_argument, 2, .inherited = true}, {field_name, 1}, [22] = {field_index, 2}, {field_name, 0}, [24] = {field_body, 3}, {field_variable, 1}, [26] = {field_left, 0}, {field_operator, 1}, {field_right, 2}, [29] = {field_condition, 1}, [30] = {field_body, 3}, {field_name, 0}, [32] = {field_value, 1}, [33] = {field_body, 4}, {field_name, 1}, [35] = {field_body, 5}, [36] = {field_body, 5}, {field_value, 3}, {field_variable, 1}, [39] = {field_alternative, 4}, {field_condition, 0}, {field_consequence, 2}, [42] = {field_value, 0}, [43] = {field_body, 6}, [44] = {field_body, 6}, {field_update, 4}, [46] = {field_body, 6}, {field_condition, 3}, [48] = {field_body, 6}, {field_initializer, 2}, [50] = {field_termination, 2}, {field_value, 0}, [52] = {field_fallthrough, 2}, {field_value, 0}, [54] = {field_value, 0}, {field_value, 1, .inherited = true}, [56] = {field_value, 0, .inherited = true}, {field_value, 1, .inherited = true}, [58] = {field_body, 7}, {field_update, 4}, [60] = {field_body, 7}, {field_condition, 3}, [62] = {field_body, 7}, {field_condition, 3}, {field_update, 5}, [65] = {field_body, 7}, {field_initializer, 2}, [67] = {field_body, 7}, {field_initializer, 2}, {field_update, 5}, [70] = {field_body, 7}, {field_condition, 4}, {field_initializer, 2}, [73] = {field_termination, 3}, {field_value, 0}, [75] = {field_fallthrough, 3}, {field_value, 0}, [77] = {field_termination, 3}, {field_value, 0}, {field_value, 1, .inherited = true}, [80] = {field_fallthrough, 3}, {field_value, 0}, {field_value, 1, .inherited = true}, [83] = {field_body, 8}, {field_condition, 3}, {field_update, 5}, [86] = {field_body, 8}, {field_initializer, 2}, {field_update, 5}, [89] = {field_body, 8}, {field_condition, 4}, {field_initializer, 2}, [92] = {field_body, 8}, {field_condition, 4}, {field_initializer, 2}, {field_update, 6}, [96] = {field_termination, 4}, {field_value, 0}, {field_value, 1, .inherited = true}, [99] = {field_fallthrough, 4}, {field_value, 0}, {field_value, 1, .inherited = true}, [102] = {field_body, 9}, {field_condition, 4}, {field_initializer, 2}, {field_update, 6}, }; static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = { [0] = {0}, [2] = { [0] = sym_word, }, [4] = { [1] = sym_word, }, [5] = { [1] = anon_sym_STAR, }, [9] = { [0] = sym_word, }, [12] = { [2] = sym_word, }, [14] = { [2] = sym_word, }, [17] = { [1] = sym_word, }, [19] = { [1] = sym_word, }, [23] = { [2] = sym_word, }, [27] = { [2] = anon_sym_STAR, }, [30] = { [1] = sym_word, }, [32] = { [3] = sym_word, }, [37] = { [0] = sym_word, }, [38] = { [4] = sym_word, }, [47] = { [0] = sym_word, }, [48] = { [0] = sym_word, }, [49] = { [0] = sym_word, }, [60] = { [0] = sym_word, }, [61] = { [0] = sym_word, }, [62] = { [0] = sym_word, }, [63] = { [0] = sym_word, }, [70] = { [0] = sym_word, }, [71] = { [0] = sym_word, }, }; static const uint16_t ts_non_terminal_alias_map[] = { aux_sym__literal_repeat1, 2, aux_sym__literal_repeat1, sym_word, 0, }; static inline bool sym_word_character_set_1(int32_t c) { return (c < '&' ? (c < ' ' ? (c < '\t' ? c == 0 : (c <= '\n' || c == '\r')) : (c <= ' ' || (c < '$' ? c == '"' : c <= '$'))) : (c <= ')' || (c < '[' ? (c < '>' ? (c >= ';' && c <= '<') : c <= '>') : (c <= ']' || (c < '{' ? c == '`' : c <= '}'))))); } static inline bool sym_word_character_set_2(int32_t c) { return (c < '$' ? (c < '\r' ? (c < '\t' ? c == 0 : c <= '\n') : (c <= '\r' || (c < '"' ? c == ' ' : c <= '"'))) : (c <= '$' || (c < '>' ? (c < ';' ? (c >= '&' && c <= ')') : c <= '<') : (c <= '>' || (c < '`' ? (c >= '[' && c <= ']') : c <= '}'))))); } static inline bool sym_word_character_set_3(int32_t c) { return (c < '$' ? (c < '\r' ? (c < '\t' ? c == 0 : c <= '\n') : (c <= '\r' || (c < '"' ? c == ' ' : c <= '"'))) : (c <= '$' || (c < '[' ? (c < ';' ? (c >= '&' && c <= ')') : c <= '>') : (c <= ']' || (c < '{' ? c == '`' : c <= '}'))))); } static inline bool sym_word_character_set_4(int32_t c) { return (c < '$' ? (c < '\r' ? (c < '\t' ? c == 0 : c <= '\n') : (c <= '\r' || (c < '"' ? c == ' ' : c <= '"'))) : (c <= '$' || (c < '[' ? (c < ';' ? (c >= '&' && c <= ')') : c <= '>') : (c <= ']' || (c >= '`' && c <= '}'))))); } static inline bool sym_word_character_set_5(int32_t c) { return (c < '&' ? (c < '\r' ? (c < '\t' ? c == 0 : c <= '\t') : (c <= '\r' || (c < '"' ? c == ' ' : c <= '$'))) : (c <= ')' || (c < '[' ? (c < '>' ? (c >= ';' && c <= '<') : c <= '>') : (c <= ']' || (c >= '`' && c <= '}'))))); } static inline bool sym_word_character_set_6(int32_t c) { return (c < ';' ? (c < '\r' ? (c < '\t' ? c == 0 : c <= '\t') : (c <= '\r' || (c < '&' ? (c >= ' ' && c <= '$') : c <= ')'))) : (c <= '<' || (c < '`' ? (c < '[' ? c == '>' : c <= ']') : (c <= '`' || (c >= '{' && c <= '}'))))); } static inline bool sym_word_character_set_7(int32_t c) { return (c < '&' ? (c < '\r' ? (c < '\t' ? c == 0 : c <= '\t') : (c <= '\r' || (c < '"' ? c == ' ' : c <= '$'))) : (c <= ')' || (c < '`' ? (c < '[' ? (c >= ';' && c <= '>') : c <= ']') : (c <= '`' || (c >= '{' && c <= '}'))))); } static inline bool sym_word_character_set_8(int32_t c) { return (c < '&' ? (c < '\r' ? (c < '\t' ? c == 0 : c <= '\t') : (c <= '\r' || (c < '"' ? c == ' ' : c <= '$'))) : (c <= ')' || (c < '[' ? (c < '>' ? (c >= ';' && c <= '<') : c <= '>') : (c <= ']' || (c < '{' ? c == '`' : c <= '}'))))); } static inline bool sym_word_character_set_9(int32_t c) { return (c < ';' ? (c < '\r' ? (c < '\t' ? c == 0 : c <= '\n') : (c <= '\r' || (c < '&' ? (c >= ' ' && c <= '$') : c <= ')'))) : (c <= '<' || (c < '`' ? (c < '[' ? c == '>' : c <= ']') : (c <= '`' || (c >= '{' && c <= '}'))))); } static inline bool sym_word_character_set_10(int32_t c) { return (c < '"' ? (c < '\r' ? (c < '\t' ? c == 0 : c <= '\n') : (c <= '\r' || c == ' ')) : (c <= ')' || (c < '`' ? (c < '[' ? (c >= ';' && c <= '>') : c <= ']') : (c <= '`' || (c >= '{' && c <= '}'))))); } static inline bool sym_word_character_set_11(int32_t c) { return (c < '&' ? (c < '\r' ? (c < '\t' ? c == 0 : c <= '\n') : (c <= '\r' || (c < '"' ? c == ' ' : c <= '$'))) : (c <= ')' || (c < '[' ? (c < '>' ? (c >= ';' && c <= '<') : c <= '>') : (c <= ']' || (c < '{' ? c == '`' : c <= '}'))))); } static bool ts_lex(TSLexer *lexer, TSStateId state) { START_LEXER(); eof = lexer->eof(lexer); switch (state) { case 0: if (eof) ADVANCE(204); if (lookahead == '!') ADVANCE(263); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(338); if (lookahead == '$') ADVANCE(321); if (lookahead == '%') ADVANCE(344); if (lookahead == '&') ADVANCE(426); if (lookahead == '\'') ADVANCE(106); if (lookahead == '(') ADVANCE(256); if (lookahead == ')') ADVANCE(250); if (lookahead == '*') ADVANCE(362); if (lookahead == '+') ADVANCE(302); if (lookahead == '-') ADVANCE(305); if (lookahead == '/') ADVANCE(341); if (lookahead == '0') ADVANCE(366); if (lookahead == ':') ADVANCE(315); if (lookahead == ';') ADVANCE(231); if (lookahead == '<') ADVANCE(284); if (lookahead == '=') ADVANCE(276); if (lookahead == '>') ADVANCE(287); if (lookahead == '?') ADVANCE(313); if (lookahead == '@') ADVANCE(364); if (lookahead == '[') ADVANCE(267); if (lookahead == '\\') ADVANCE(131); if (lookahead == ']') ADVANCE(268); if (lookahead == '_') ADVANCE(369); if (lookahead == '`') ADVANCE(346); if (lookahead == 'd') ADVANCE(418); if (lookahead == 'e') ADVANCE(414); if (lookahead == 'f') ADVANCE(412); if (lookahead == 'i') ADVANCE(416); if (lookahead == 't') ADVANCE(411); if (lookahead == '{') ADVANCE(257); if (lookahead == '|') ADVANCE(248); if (lookahead == '}') ADVANCE(258); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(0) if (lookahead != 0) ADVANCE(421); END_STATE(); case 1: if (lookahead == '\n') SKIP(76) END_STATE(); case 2: if (lookahead == '\n') SKIP(79) END_STATE(); case 3: if (lookahead == '\n') SKIP(81) END_STATE(); case 4: if (lookahead == '\n') SKIP(80) END_STATE(); case 5: if (lookahead == '\n') SKIP(82) END_STATE(); case 6: if (lookahead == '\n') SKIP(83) END_STATE(); case 7: if (lookahead == '\n') SKIP(8) END_STATE(); case 8: if (lookahead == '\n') ADVANCE(205); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(351); if (lookahead == '$') ADVANCE(321); if (lookahead == '&') ADVANCE(426); if (lookahead == '\'') ADVANCE(106); if (lookahead == ';') ADVANCE(231); if (lookahead == '<') ADVANCE(283); if (lookahead == '>') ADVANCE(288); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') ADVANCE(137); if (lookahead == '`') ADVANCE(346); if (lookahead == 'e') ADVANCE(354); if (lookahead == '|') ADVANCE(248); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(8) if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('_' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (lookahead != 0 && lookahead != '(' && lookahead != ')') ADVANCE(421); END_STATE(); case 9: if (lookahead == '\n') SKIP(60) END_STATE(); case 10: if (lookahead == '\n') SKIP(61) END_STATE(); case 11: if (lookahead == '\n') SKIP(62) END_STATE(); case 12: if (lookahead == '\n') SKIP(63) END_STATE(); case 13: if (lookahead == '\n') SKIP(64) END_STATE(); case 14: if (lookahead == '\n') SKIP(65) END_STATE(); case 15: if (lookahead == '\n') SKIP(66) END_STATE(); case 16: if (lookahead == '\n') SKIP(67) END_STATE(); case 17: if (lookahead == '\n') SKIP(68) END_STATE(); case 18: if (lookahead == '\n') SKIP(69) END_STATE(); case 19: if (lookahead == '\n') SKIP(70) END_STATE(); case 20: if (lookahead == '\n') SKIP(95) END_STATE(); case 21: if (lookahead == '\n') SKIP(71) END_STATE(); case 22: if (lookahead == '\n') SKIP(72) END_STATE(); case 23: if (lookahead == '\n') SKIP(73) END_STATE(); case 24: if (lookahead == '\n') SKIP(25) END_STATE(); case 25: if (lookahead == '\n') ADVANCE(206); if (lookahead == '!') ADVANCE(262); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(338); if (lookahead == '$') ADVANCE(320); if (lookahead == '&') ADVANCE(426); if (lookahead == '\'') ADVANCE(106); if (lookahead == '*') ADVANCE(361); if (lookahead == '-') ADVANCE(304); if (lookahead == '0') ADVANCE(367); if (lookahead == ';') ADVANCE(231); if (lookahead == '<') ADVANCE(285); if (lookahead == '>') ADVANCE(289); if (lookahead == '?') ADVANCE(312); if (lookahead == '@') ADVANCE(363); if (lookahead == '\\') SKIP(165) if (lookahead == '_') ADVANCE(370); if (lookahead == 'e') ADVANCE(359); if (lookahead == '|') ADVANCE(248); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(25) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(360); END_STATE(); case 26: if (lookahead == '\n') ADVANCE(206); if (lookahead == '!') ADVANCE(262); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(338); if (lookahead == '$') ADVANCE(320); if (lookahead == '&') ADVANCE(426); if (lookahead == '\'') ADVANCE(106); if (lookahead == '*') ADVANCE(361); if (lookahead == '-') ADVANCE(304); if (lookahead == '0') ADVANCE(367); if (lookahead == ';') ADVANCE(231); if (lookahead == '<') ADVANCE(285); if (lookahead == '>') ADVANCE(289); if (lookahead == '?') ADVANCE(312); if (lookahead == '@') ADVANCE(363); if (lookahead == '\\') SKIP(166) if (lookahead == '_') ADVANCE(370); if (lookahead == '|') ADVANCE(248); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(26) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(360); END_STATE(); case 27: if (lookahead == '\n') ADVANCE(206); if (lookahead == '!') ADVANCE(262); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(338); if (lookahead == '$') ADVANCE(320); if (lookahead == '&') ADVANCE(424); if (lookahead == '\'') ADVANCE(106); if (lookahead == '*') ADVANCE(361); if (lookahead == '-') ADVANCE(304); if (lookahead == '0') ADVANCE(367); if (lookahead == ';') ADVANCE(232); if (lookahead == '?') ADVANCE(312); if (lookahead == '@') ADVANCE(363); if (lookahead == '\\') SKIP(175) if (lookahead == '_') ADVANCE(370); if (lookahead == 'i') ADVANCE(358); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(27) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(360); END_STATE(); case 28: if (lookahead == '\n') ADVANCE(206); if (lookahead == '#') ADVANCE(351); if (lookahead == '&') ADVANCE(426); if (lookahead == ';') ADVANCE(231); if (lookahead == '<') ADVANCE(285); if (lookahead == '>') ADVANCE(289); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') SKIP(170) if (lookahead == 'e') ADVANCE(129); if (lookahead == '|') ADVANCE(248); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(28) END_STATE(); case 29: if (lookahead == '\n') ADVANCE(206); if (lookahead == '#') ADVANCE(351); if (lookahead == '&') ADVANCE(424); if (lookahead == ';') ADVANCE(231); if (lookahead == '\\') SKIP(181) if (lookahead == 'e') ADVANCE(129); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(29) END_STATE(); case 30: if (lookahead == '\n') SKIP(26) END_STATE(); case 31: if (lookahead == '\n') SKIP(96) END_STATE(); case 32: if (lookahead == '\n') SKIP(33) END_STATE(); case 33: if (lookahead == '\n') ADVANCE(207); if (lookahead == '!') ADVANCE(264); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(338); if (lookahead == '$') ADVANCE(320); if (lookahead == '&') ADVANCE(425); if (lookahead == '\'') ADVANCE(106); if (lookahead == '*') ADVANCE(361); if (lookahead == '+') ADVANCE(303); if (lookahead == '-') ADVANCE(306); if (lookahead == '0') ADVANCE(367); if (lookahead == ';') ADVANCE(232); if (lookahead == '<') ADVANCE(286); if (lookahead == '=') ADVANCE(277); if (lookahead == '>') ADVANCE(290); if (lookahead == '?') ADVANCE(312); if (lookahead == '@') ADVANCE(363); if (lookahead == '\\') SKIP(167) if (lookahead == '_') ADVANCE(370); if (lookahead == '|') ADVANCE(130); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(33) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(360); END_STATE(); case 34: if (lookahead == '\n') ADVANCE(207); if (lookahead == '!') ADVANCE(113); if (lookahead == '#') ADVANCE(351); if (lookahead == '&') ADVANCE(425); if (lookahead == '+') ADVANCE(303); if (lookahead == '-') ADVANCE(306); if (lookahead == ';') ADVANCE(232); if (lookahead == '<') ADVANCE(286); if (lookahead == '=') ADVANCE(277); if (lookahead == '>') ADVANCE(290); if (lookahead == '?') ADVANCE(312); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') SKIP(171) if (lookahead == '|') ADVANCE(130); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(34) END_STATE(); case 35: if (lookahead == '\n') SKIP(36) END_STATE(); case 36: if (lookahead == '\n') ADVANCE(208); if (lookahead == '!') ADVANCE(265); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(351); if (lookahead == '$') ADVANCE(321); if (lookahead == '&') ADVANCE(424); if (lookahead == '\'') ADVANCE(106); if (lookahead == '(') ADVANCE(255); if (lookahead == '-') ADVANCE(420); if (lookahead == ';') ADVANCE(232); if (lookahead == '<') ADVANCE(110); if (lookahead == '>') ADVANCE(111); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') ADVANCE(154); if (lookahead == '`') ADVANCE(346); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(36) if (lookahead != 0 && lookahead != ')' && lookahead != '|') ADVANCE(421); END_STATE(); case 37: if (lookahead == '\n') SKIP(89) END_STATE(); case 38: if (lookahead == '\n') SKIP(78) END_STATE(); case 39: if (lookahead == '\n') SKIP(88) END_STATE(); case 40: if (lookahead == '\n') SKIP(84) END_STATE(); case 41: if (lookahead == '\n') SKIP(93) END_STATE(); case 42: if (lookahead == '\n') SKIP(94) END_STATE(); case 43: if (lookahead == '\n') SKIP(77) END_STATE(); case 44: if (lookahead == '\n') SKIP(28) END_STATE(); case 45: if (lookahead == '\n') SKIP(34) END_STATE(); case 46: if (lookahead == '\n') SKIP(74) END_STATE(); case 47: if (lookahead == '\n') SKIP(75) END_STATE(); case 48: if (lookahead == '\n') SKIP(99) END_STATE(); case 49: if (lookahead == '\n') SKIP(90) END_STATE(); case 50: if (lookahead == '\n') SKIP(91) END_STATE(); case 51: if (lookahead == '\n') SKIP(92) END_STATE(); case 52: if (lookahead == '\n') SKIP(97) END_STATE(); case 53: if (lookahead == '\n') SKIP(98) END_STATE(); case 54: if (lookahead == '\n') SKIP(27) END_STATE(); case 55: if (lookahead == '\n') SKIP(85) END_STATE(); case 56: if (lookahead == '\n') SKIP(101) END_STATE(); case 57: if (lookahead == '\n') SKIP(29) END_STATE(); case 58: if (lookahead == '\n') SKIP(102) END_STATE(); case 59: if (lookahead == '\n') SKIP(103) END_STATE(); case 60: if (lookahead == '\n') ADVANCE(209); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(351); if (lookahead == '$') ADVANCE(321); if (lookahead == '&') ADVANCE(426); if (lookahead == '\'') ADVANCE(106); if (lookahead == ';') ADVANCE(231); if (lookahead == '<') ADVANCE(283); if (lookahead == '>') ADVANCE(288); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') ADVANCE(138); if (lookahead == '`') ADVANCE(346); if (lookahead == '|') ADVANCE(248); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(60) if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('_' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (lookahead != 0 && lookahead != '(' && lookahead != ')') ADVANCE(421); END_STATE(); case 61: if (lookahead == '\n') ADVANCE(210); if (lookahead == '!') ADVANCE(265); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(338); if (lookahead == '$') ADVANCE(321); if (lookahead == '&') ADVANCE(426); if (lookahead == '\'') ADVANCE(106); if (lookahead == '*') ADVANCE(362); if (lookahead == '-') ADVANCE(307); if (lookahead == '0') ADVANCE(365); if (lookahead == ';') ADVANCE(231); if (lookahead == '<') ADVANCE(283); if (lookahead == '=') ADVANCE(405); if (lookahead == '>') ADVANCE(288); if (lookahead == '?') ADVANCE(313); if (lookahead == '@') ADVANCE(364); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') ADVANCE(139); if (lookahead == '_') ADVANCE(368); if (lookahead == '`') ADVANCE(346); if (lookahead == 'e') ADVANCE(354); if (lookahead == '|') ADVANCE(248); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(61) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (lookahead != 0 && lookahead != '(' && lookahead != ')') ADVANCE(421); END_STATE(); case 62: if (lookahead == '\n') ADVANCE(211); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(351); if (lookahead == '$') ADVANCE(321); if (lookahead == '&') ADVANCE(426); if (lookahead == '\'') ADVANCE(106); if (lookahead == ')') ADVANCE(250); if (lookahead == ';') ADVANCE(232); if (lookahead == '<') ADVANCE(283); if (lookahead == '>') ADVANCE(288); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') ADVANCE(140); if (lookahead == '`') ADVANCE(346); if (lookahead == '|') ADVANCE(248); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(62) if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('_' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (lookahead != 0 && lookahead != '(') ADVANCE(421); END_STATE(); case 63: if (lookahead == '\n') ADVANCE(212); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(351); if (lookahead == '$') ADVANCE(321); if (lookahead == '&') ADVANCE(426); if (lookahead == '\'') ADVANCE(106); if (lookahead == '(') ADVANCE(255); if (lookahead == ';') ADVANCE(231); if (lookahead == '<') ADVANCE(283); if (lookahead == '=') ADVANCE(405); if (lookahead == '>') ADVANCE(288); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') ADVANCE(141); if (lookahead == '`') ADVANCE(346); if (lookahead == 'e') ADVANCE(419); if (lookahead == '|') ADVANCE(248); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(63) if (lookahead != 0 && lookahead != ')') ADVANCE(421); END_STATE(); case 64: if (lookahead == '\n') ADVANCE(213); if (lookahead == '!') ADVANCE(265); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(338); if (lookahead == '$') ADVANCE(321); if (lookahead == '&') ADVANCE(426); if (lookahead == '\'') ADVANCE(106); if (lookahead == '*') ADVANCE(362); if (lookahead == '-') ADVANCE(307); if (lookahead == '0') ADVANCE(365); if (lookahead == ';') ADVANCE(231); if (lookahead == '<') ADVANCE(283); if (lookahead == '>') ADVANCE(288); if (lookahead == '?') ADVANCE(313); if (lookahead == '@') ADVANCE(364); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') ADVANCE(142); if (lookahead == '_') ADVANCE(368); if (lookahead == '`') ADVANCE(346); if (lookahead == 'e') ADVANCE(354); if (lookahead == '|') ADVANCE(248); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(64) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (lookahead != 0 && lookahead != '(' && lookahead != ')') ADVANCE(421); END_STATE(); case 65: if (lookahead == '\n') ADVANCE(214); if (lookahead == '!') ADVANCE(265); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(338); if (lookahead == '$') ADVANCE(321); if (lookahead == '&') ADVANCE(426); if (lookahead == '\'') ADVANCE(106); if (lookahead == '*') ADVANCE(362); if (lookahead == '-') ADVANCE(307); if (lookahead == '0') ADVANCE(365); if (lookahead == ';') ADVANCE(231); if (lookahead == '<') ADVANCE(283); if (lookahead == '=') ADVANCE(405); if (lookahead == '>') ADVANCE(288); if (lookahead == '?') ADVANCE(313); if (lookahead == '@') ADVANCE(364); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') ADVANCE(143); if (lookahead == '_') ADVANCE(368); if (lookahead == '`') ADVANCE(346); if (lookahead == '|') ADVANCE(248); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(65) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (lookahead != 0 && lookahead != '(' && lookahead != ')') ADVANCE(421); END_STATE(); case 66: if (lookahead == '\n') ADVANCE(215); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(351); if (lookahead == '$') ADVANCE(321); if (lookahead == '&') ADVANCE(426); if (lookahead == '\'') ADVANCE(106); if (lookahead == '(') ADVANCE(255); if (lookahead == ';') ADVANCE(231); if (lookahead == '<') ADVANCE(283); if (lookahead == '=') ADVANCE(405); if (lookahead == '>') ADVANCE(288); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') ADVANCE(144); if (lookahead == '`') ADVANCE(346); if (lookahead == '|') ADVANCE(248); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(66) if (lookahead != 0 && lookahead != ')') ADVANCE(421); END_STATE(); case 67: if (lookahead == '\n') ADVANCE(216); if (lookahead == '!') ADVANCE(265); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(338); if (lookahead == '$') ADVANCE(321); if (lookahead == '&') ADVANCE(426); if (lookahead == '\'') ADVANCE(106); if (lookahead == ')') ADVANCE(250); if (lookahead == '*') ADVANCE(362); if (lookahead == '-') ADVANCE(307); if (lookahead == '0') ADVANCE(365); if (lookahead == ';') ADVANCE(232); if (lookahead == '<') ADVANCE(283); if (lookahead == '=') ADVANCE(405); if (lookahead == '>') ADVANCE(288); if (lookahead == '?') ADVANCE(313); if (lookahead == '@') ADVANCE(364); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') ADVANCE(145); if (lookahead == '_') ADVANCE(368); if (lookahead == '`') ADVANCE(346); if (lookahead == '|') ADVANCE(248); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(67) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (lookahead != 0 && lookahead != '(') ADVANCE(421); END_STATE(); case 68: if (lookahead == '\n') ADVANCE(217); if (lookahead == '!') ADVANCE(265); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(338); if (lookahead == '$') ADVANCE(321); if (lookahead == '&') ADVANCE(426); if (lookahead == '\'') ADVANCE(106); if (lookahead == '*') ADVANCE(362); if (lookahead == '-') ADVANCE(307); if (lookahead == '0') ADVANCE(365); if (lookahead == ';') ADVANCE(231); if (lookahead == '<') ADVANCE(283); if (lookahead == '>') ADVANCE(288); if (lookahead == '?') ADVANCE(313); if (lookahead == '@') ADVANCE(364); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') ADVANCE(146); if (lookahead == '_') ADVANCE(368); if (lookahead == '`') ADVANCE(346); if (lookahead == '|') ADVANCE(248); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(68) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (lookahead != 0 && lookahead != '(' && lookahead != ')') ADVANCE(421); END_STATE(); case 69: if (lookahead == '\n') ADVANCE(218); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(351); if (lookahead == '$') ADVANCE(321); if (lookahead == '&') ADVANCE(426); if (lookahead == '\'') ADVANCE(106); if (lookahead == '(') ADVANCE(255); if (lookahead == ')') ADVANCE(250); if (lookahead == ';') ADVANCE(232); if (lookahead == '<') ADVANCE(283); if (lookahead == '=') ADVANCE(405); if (lookahead == '>') ADVANCE(288); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') ADVANCE(147); if (lookahead == '`') ADVANCE(346); if (lookahead == '|') ADVANCE(248); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(69) if (lookahead != 0) ADVANCE(421); END_STATE(); case 70: if (lookahead == '\n') ADVANCE(219); if (lookahead == '!') ADVANCE(265); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(338); if (lookahead == '$') ADVANCE(321); if (lookahead == '&') ADVANCE(426); if (lookahead == '\'') ADVANCE(106); if (lookahead == ')') ADVANCE(250); if (lookahead == '*') ADVANCE(362); if (lookahead == '-') ADVANCE(307); if (lookahead == '0') ADVANCE(365); if (lookahead == ';') ADVANCE(232); if (lookahead == '<') ADVANCE(283); if (lookahead == '>') ADVANCE(288); if (lookahead == '?') ADVANCE(313); if (lookahead == '@') ADVANCE(364); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') ADVANCE(148); if (lookahead == '_') ADVANCE(368); if (lookahead == '`') ADVANCE(346); if (lookahead == '|') ADVANCE(248); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(70) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (lookahead != 0 && lookahead != '(') ADVANCE(421); END_STATE(); case 71: if (lookahead == '\n') ADVANCE(220); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(351); if (lookahead == '$') ADVANCE(321); if (lookahead == '&') ADVANCE(426); if (lookahead == '\'') ADVANCE(106); if (lookahead == ';') ADVANCE(231); if (lookahead == '<') ADVANCE(283); if (lookahead == '>') ADVANCE(288); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') ADVANCE(150); if (lookahead == '`') ADVANCE(346); if (lookahead == 'e') ADVANCE(419); if (lookahead == '|') ADVANCE(248); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(71) if (lookahead != 0 && lookahead != '(' && lookahead != ')') ADVANCE(421); END_STATE(); case 72: if (lookahead == '\n') ADVANCE(221); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(351); if (lookahead == '$') ADVANCE(321); if (lookahead == '&') ADVANCE(426); if (lookahead == '\'') ADVANCE(106); if (lookahead == ';') ADVANCE(231); if (lookahead == '<') ADVANCE(283); if (lookahead == '>') ADVANCE(288); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') ADVANCE(151); if (lookahead == '`') ADVANCE(346); if (lookahead == '|') ADVANCE(248); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(72) if (lookahead != 0 && lookahead != '(' && lookahead != ')') ADVANCE(421); END_STATE(); case 73: if (lookahead == '\n') ADVANCE(222); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(351); if (lookahead == '$') ADVANCE(321); if (lookahead == '&') ADVANCE(426); if (lookahead == '\'') ADVANCE(106); if (lookahead == ')') ADVANCE(250); if (lookahead == ';') ADVANCE(232); if (lookahead == '<') ADVANCE(283); if (lookahead == '>') ADVANCE(288); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') ADVANCE(152); if (lookahead == '`') ADVANCE(346); if (lookahead == '|') ADVANCE(248); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(73) if (lookahead != 0 && lookahead != '(') ADVANCE(421); END_STATE(); case 74: if (lookahead == '\n') ADVANCE(223); if (lookahead == '!') ADVANCE(265); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(338); if (lookahead == '$') ADVANCE(321); if (lookahead == '&') ADVANCE(424); if (lookahead == '\'') ADVANCE(106); if (lookahead == '*') ADVANCE(362); if (lookahead == '-') ADVANCE(307); if (lookahead == '0') ADVANCE(365); if (lookahead == ';') ADVANCE(232); if (lookahead == '<') ADVANCE(110); if (lookahead == '>') ADVANCE(111); if (lookahead == '?') ADVANCE(313); if (lookahead == '@') ADVANCE(364); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') ADVANCE(160); if (lookahead == '_') ADVANCE(368); if (lookahead == '`') ADVANCE(346); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(74) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (lookahead != 0 && lookahead != '(' && lookahead != ')' && lookahead != '|') ADVANCE(421); END_STATE(); case 75: if (lookahead == '\n') ADVANCE(224); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(351); if (lookahead == '$') ADVANCE(321); if (lookahead == '&') ADVANCE(424); if (lookahead == '\'') ADVANCE(106); if (lookahead == ';') ADVANCE(232); if (lookahead == '<') ADVANCE(110); if (lookahead == '>') ADVANCE(111); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') ADVANCE(161); if (lookahead == '`') ADVANCE(346); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(75) if (lookahead != 0 && lookahead != '(' && lookahead != ')' && lookahead != '|') ADVANCE(421); END_STATE(); case 76: if (lookahead == '!') ADVANCE(263); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(338); if (lookahead == '$') ADVANCE(321); if (lookahead == '%') ADVANCE(344); if (lookahead == '&') ADVANCE(426); if (lookahead == '\'') ADVANCE(106); if (lookahead == '(') ADVANCE(256); if (lookahead == ')') ADVANCE(250); if (lookahead == '*') ADVANCE(362); if (lookahead == '+') ADVANCE(302); if (lookahead == '-') ADVANCE(305); if (lookahead == '/') ADVANCE(341); if (lookahead == '0') ADVANCE(366); if (lookahead == ':') ADVANCE(315); if (lookahead == ';') ADVANCE(231); if (lookahead == '<') ADVANCE(284); if (lookahead == '=') ADVANCE(276); if (lookahead == '>') ADVANCE(287); if (lookahead == '?') ADVANCE(313); if (lookahead == '@') ADVANCE(364); if (lookahead == '[') ADVANCE(267); if (lookahead == '\\') ADVANCE(131); if (lookahead == ']') ADVANCE(268); if (lookahead == '_') ADVANCE(369); if (lookahead == '`') ADVANCE(346); if (lookahead == 'd') ADVANCE(418); if (lookahead == 'e') ADVANCE(414); if (lookahead == 'f') ADVANCE(412); if (lookahead == 'i') ADVANCE(416); if (lookahead == 't') ADVANCE(411); if (lookahead == '{') ADVANCE(257); if (lookahead == '|') ADVANCE(248); if (lookahead == '}') ADVANCE(258); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(76) if (lookahead != 0) ADVANCE(421); END_STATE(); case 77: if (lookahead == '!') ADVANCE(265); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(338); if (lookahead == '$') ADVANCE(321); if (lookahead == '%') ADVANCE(344); if (lookahead == '\'') ADVANCE(106); if (lookahead == '*') ADVANCE(362); if (lookahead == '-') ADVANCE(307); if (lookahead == '0') ADVANCE(365); if (lookahead == ':') ADVANCE(315); if (lookahead == '<') ADVANCE(110); if (lookahead == '=') ADVANCE(278); if (lookahead == '>') ADVANCE(111); if (lookahead == '?') ADVANCE(313); if (lookahead == '@') ADVANCE(364); if (lookahead == '[' || lookahead == ']' || lookahead == '{') ADVANCE(323); if (lookahead == '\\') ADVANCE(159); if (lookahead == '_') ADVANCE(368); if (lookahead == '`') ADVANCE(346); if (lookahead == '}') ADVANCE(258); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(77) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (lookahead != 0 && (lookahead < '&' || ')' < lookahead) && lookahead != ';' && lookahead != '|') ADVANCE(421); END_STATE(); case 78: if (lookahead == '!') ADVANCE(265); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(338); if (lookahead == '$') ADVANCE(321); if (lookahead == '&') ADVANCE(115); if (lookahead == '\'') ADVANCE(106); if (lookahead == ')') ADVANCE(250); if (lookahead == '*') ADVANCE(362); if (lookahead == '-') ADVANCE(307); if (lookahead == '0') ADVANCE(365); if (lookahead == '<') ADVANCE(282); if (lookahead == '>') ADVANCE(288); if (lookahead == '?') ADVANCE(313); if (lookahead == '@') ADVANCE(364); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') ADVANCE(155); if (lookahead == '_') ADVANCE(368); if (lookahead == '`') ADVANCE(346); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(78) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (lookahead != 0 && lookahead != '(' && lookahead != ';' && lookahead != '|') ADVANCE(421); END_STATE(); case 79: if (lookahead == '!') ADVANCE(265); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(351); if (lookahead == '$') ADVANCE(321); if (lookahead == '&') ADVANCE(115); if (lookahead == '\'') ADVANCE(106); if (lookahead == '(') ADVANCE(256); if (lookahead == ')') ADVANCE(250); if (lookahead == ';') ADVANCE(105); if (lookahead == '<') ADVANCE(282); if (lookahead == '>') ADVANCE(288); if (lookahead == '[') ADVANCE(267); if (lookahead == '\\') ADVANCE(132); if (lookahead == ']' || lookahead == '}') ADVANCE(323); if (lookahead == '`') ADVANCE(346); if (lookahead == '{') ADVANCE(257); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(79) if (lookahead != 0 && lookahead != '|') ADVANCE(421); END_STATE(); case 80: if (lookahead == '!') ADVANCE(265); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(351); if (lookahead == '$') ADVANCE(321); if (lookahead == '&') ADVANCE(115); if (lookahead == '\'') ADVANCE(106); if (lookahead == '(') ADVANCE(256); if (lookahead == ';') ADVANCE(105); if (lookahead == '<') ADVANCE(282); if (lookahead == '>') ADVANCE(288); if (lookahead == '[') ADVANCE(267); if (lookahead == '\\') ADVANCE(134); if (lookahead == ']' || lookahead == '}') ADVANCE(323); if (lookahead == '`') ADVANCE(346); if (lookahead == 'e') ADVANCE(419); if (lookahead == '{') ADVANCE(257); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(80) if (lookahead != 0 && lookahead != ')' && lookahead != '|') ADVANCE(421); END_STATE(); case 81: if (lookahead == '!') ADVANCE(265); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(351); if (lookahead == '$') ADVANCE(321); if (lookahead == '&') ADVANCE(115); if (lookahead == '\'') ADVANCE(106); if (lookahead == '(') ADVANCE(256); if (lookahead == '<') ADVANCE(282); if (lookahead == '>') ADVANCE(288); if (lookahead == '[') ADVANCE(267); if (lookahead == '\\') ADVANCE(133); if (lookahead == ']' || lookahead == '}') ADVANCE(323); if (lookahead == '`') ADVANCE(346); if (lookahead == 'e') ADVANCE(415); if (lookahead == 'f') ADVANCE(412); if (lookahead == '{') ADVANCE(257); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(81) if (lookahead != 0 && lookahead != ')' && lookahead != ';' && lookahead != '|') ADVANCE(421); END_STATE(); case 82: if (lookahead == '!') ADVANCE(265); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(351); if (lookahead == '$') ADVANCE(321); if (lookahead == '&') ADVANCE(115); if (lookahead == '\'') ADVANCE(106); if (lookahead == '(') ADVANCE(256); if (lookahead == '<') ADVANCE(282); if (lookahead == '>') ADVANCE(288); if (lookahead == '[') ADVANCE(267); if (lookahead == '\\') ADVANCE(135); if (lookahead == ']' || lookahead == '}') ADVANCE(323); if (lookahead == '`') ADVANCE(346); if (lookahead == 'f') ADVANCE(412); if (lookahead == '{') ADVANCE(257); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(82) if (lookahead != 0 && lookahead != ')' && lookahead != ';' && lookahead != '|') ADVANCE(421); END_STATE(); case 83: if (lookahead == '!') ADVANCE(265); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(351); if (lookahead == '$') ADVANCE(321); if (lookahead == '&') ADVANCE(115); if (lookahead == '\'') ADVANCE(106); if (lookahead == '(') ADVANCE(256); if (lookahead == '<') ADVANCE(282); if (lookahead == '>') ADVANCE(288); if (lookahead == '[') ADVANCE(267); if (lookahead == '\\') ADVANCE(136); if (lookahead == ']') ADVANCE(323); if (lookahead == '`') ADVANCE(346); if (lookahead == '{') ADVANCE(257); if (lookahead == '}') ADVANCE(258); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(83) if (lookahead != 0 && lookahead != ')' && lookahead != ';' && lookahead != '|') ADVANCE(421); END_STATE(); case 84: if (lookahead == '!') ADVANCE(265); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(351); if (lookahead == '$') ADVANCE(321); if (lookahead == '\'') ADVANCE(106); if (lookahead == '(') ADVANCE(255); if (lookahead == ')') ADVANCE(112); if (lookahead == '-') ADVANCE(420); if (lookahead == '<') ADVANCE(110); if (lookahead == '>') ADVANCE(111); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') ADVANCE(156); if (lookahead == '`') ADVANCE(346); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(84) if (lookahead != 0 && lookahead != '&' && lookahead != ';' && lookahead != '|') ADVANCE(421); END_STATE(); case 85: if (lookahead == '!') ADVANCE(262); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(338); if (lookahead == '$') ADVANCE(320); if (lookahead == '\'') ADVANCE(106); if (lookahead == ')') ADVANCE(250); if (lookahead == '*') ADVANCE(361); if (lookahead == '-') ADVANCE(304); if (lookahead == '0') ADVANCE(367); if (lookahead == '?') ADVANCE(312); if (lookahead == '@') ADVANCE(363); if (lookahead == '\\') SKIP(176) if (lookahead == ']') ADVANCE(268); if (lookahead == '_') ADVANCE(370); if (lookahead == '|') ADVANCE(247); if (lookahead == '}') ADVANCE(258); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(85) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(360); END_STATE(); case 86: if (lookahead == '!') ADVANCE(262); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(338); if (lookahead == '$') ADVANCE(320); if (lookahead == '*') ADVANCE(361); if (lookahead == '-') ADVANCE(304); if (lookahead == '0') ADVANCE(367); if (lookahead == '?') ADVANCE(312); if (lookahead == '@') ADVANCE(363); if (lookahead == '\\') ADVANCE(177); if (lookahead == '_') ADVANCE(370); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(330); if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(360); if (lookahead != 0 && lookahead != '`') ADVANCE(333); END_STATE(); case 87: if (lookahead == '!') ADVANCE(262); if (lookahead == '#') ADVANCE(338); if (lookahead == '$') ADVANCE(320); if (lookahead == '*') ADVANCE(361); if (lookahead == '-') ADVANCE(304); if (lookahead == '0') ADVANCE(367); if (lookahead == '?') ADVANCE(312); if (lookahead == '@') ADVANCE(363); if (lookahead == '\\') ADVANCE(179); if (lookahead == '_') ADVANCE(370); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(331); if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(360); if (lookahead != 0 && lookahead != '"' && lookahead != '`') ADVANCE(333); END_STATE(); case 88: if (lookahead == '!') ADVANCE(264); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(338); if (lookahead == '$') ADVANCE(320); if (lookahead == '&') ADVANCE(104); if (lookahead == '\'') ADVANCE(106); if (lookahead == ')') ADVANCE(250); if (lookahead == '*') ADVANCE(361); if (lookahead == '+') ADVANCE(303); if (lookahead == '-') ADVANCE(306); if (lookahead == '0') ADVANCE(367); if (lookahead == '<') ADVANCE(286); if (lookahead == '=') ADVANCE(277); if (lookahead == '>') ADVANCE(290); if (lookahead == '?') ADVANCE(312); if (lookahead == '@') ADVANCE(363); if (lookahead == '\\') SKIP(169) if (lookahead == ']') ADVANCE(268); if (lookahead == '_') ADVANCE(370); if (lookahead == '|') ADVANCE(130); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(88) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(360); END_STATE(); case 89: if (lookahead == '!') ADVANCE(264); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(338); if (lookahead == '$') ADVANCE(320); if (lookahead == '&') ADVANCE(104); if (lookahead == '\'') ADVANCE(106); if (lookahead == ')') ADVANCE(112); if (lookahead == '*') ADVANCE(361); if (lookahead == '+') ADVANCE(303); if (lookahead == '-') ADVANCE(306); if (lookahead == '0') ADVANCE(367); if (lookahead == ':') ADVANCE(314); if (lookahead == '<') ADVANCE(286); if (lookahead == '=') ADVANCE(277); if (lookahead == '>') ADVANCE(290); if (lookahead == '?') ADVANCE(312); if (lookahead == '@') ADVANCE(363); if (lookahead == '\\') SKIP(168) if (lookahead == ']') ADVANCE(116); if (lookahead == '_') ADVANCE(370); if (lookahead == '|') ADVANCE(130); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(89) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(360); END_STATE(); case 90: if (lookahead == '!') ADVANCE(113); if (lookahead == '#') ADVANCE(351); if (lookahead == '&') ADVANCE(104); if (lookahead == '(') ADVANCE(109); if (lookahead == ')') ADVANCE(112); if (lookahead == '+') ADVANCE(303); if (lookahead == '-') ADVANCE(306); if (lookahead == ':') ADVANCE(314); if (lookahead == '<') ADVANCE(286); if (lookahead == '=') ADVANCE(277); if (lookahead == '>') ADVANCE(290); if (lookahead == '?') ADVANCE(312); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') SKIP(172) if (lookahead == '|') ADVANCE(130); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(90) if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(360); END_STATE(); case 91: if (lookahead == '!') ADVANCE(113); if (lookahead == '#') ADVANCE(351); if (lookahead == '&') ADVANCE(104); if (lookahead == ')') ADVANCE(250); if (lookahead == '+') ADVANCE(303); if (lookahead == '-') ADVANCE(306); if (lookahead == '<') ADVANCE(286); if (lookahead == '=') ADVANCE(277); if (lookahead == '>') ADVANCE(290); if (lookahead == '?') ADVANCE(312); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') SKIP(173) if (lookahead == '|') ADVANCE(249); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(91) END_STATE(); case 92: if (lookahead == '!') ADVANCE(113); if (lookahead == '#') ADVANCE(351); if (lookahead == '&') ADVANCE(104); if (lookahead == '+') ADVANCE(303); if (lookahead == '-') ADVANCE(306); if (lookahead == '<') ADVANCE(286); if (lookahead == '=') ADVANCE(277); if (lookahead == '>') ADVANCE(290); if (lookahead == '?') ADVANCE(312); if (lookahead == '[' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') SKIP(174) if (lookahead == ']') ADVANCE(268); if (lookahead == '|') ADVANCE(130); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(92) END_STATE(); case 93: if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(338); if (lookahead == '$') ADVANCE(321); if (lookahead == '%') ADVANCE(344); if (lookahead == '\'') ADVANCE(106); if (lookahead == '-') ADVANCE(307); if (lookahead == '/') ADVANCE(341); if (lookahead == ':') ADVANCE(315); if (lookahead == '<') ADVANCE(110); if (lookahead == '=') ADVANCE(278); if (lookahead == '>') ADVANCE(111); if (lookahead == '[' || lookahead == ']' || lookahead == '{') ADVANCE(323); if (lookahead == '\\') ADVANCE(157); if (lookahead == '`') ADVANCE(346); if (lookahead == '}') ADVANCE(258); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(93) if (lookahead != 0 && (lookahead < '&' || ')' < lookahead) && lookahead != ';' && lookahead != '|') ADVANCE(421); END_STATE(); case 94: if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(338); if (lookahead == '$') ADVANCE(321); if (lookahead == '%') ADVANCE(344); if (lookahead == '\'') ADVANCE(106); if (lookahead == '-') ADVANCE(307); if (lookahead == ':') ADVANCE(315); if (lookahead == '<') ADVANCE(110); if (lookahead == '=') ADVANCE(278); if (lookahead == '>') ADVANCE(111); if (lookahead == '[' || lookahead == ']' || lookahead == '{') ADVANCE(323); if (lookahead == '\\') ADVANCE(158); if (lookahead == '`') ADVANCE(346); if (lookahead == '}') ADVANCE(258); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(94) if (lookahead != 0 && (lookahead < '&' || ')' < lookahead) && lookahead != ';' && lookahead != '|') ADVANCE(421); END_STATE(); case 95: if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(351); if (lookahead == '$') ADVANCE(321); if (lookahead == '&') ADVANCE(115); if (lookahead == '\'') ADVANCE(106); if (lookahead == '(') ADVANCE(256); if (lookahead == '<') ADVANCE(282); if (lookahead == '>') ADVANCE(288); if (lookahead == '[') ADVANCE(267); if (lookahead == '\\') ADVANCE(149); if (lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '`') ADVANCE(346); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(95) if (lookahead != 0 && lookahead != ')' && lookahead != ';' && lookahead != '|') ADVANCE(421); END_STATE(); case 96: if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(351); if (lookahead == '$') ADVANCE(321); if (lookahead == '&') ADVANCE(115); if (lookahead == '\'') ADVANCE(106); if (lookahead == '(') ADVANCE(255); if (lookahead == ')') ADVANCE(250); if (lookahead == '<') ADVANCE(282); if (lookahead == '>') ADVANCE(288); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') ADVANCE(153); if (lookahead == '`') ADVANCE(346); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(96) if (lookahead != 0 && lookahead != ';' && lookahead != '|') ADVANCE(421); END_STATE(); case 97: if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(351); if (lookahead == '$') ADVANCE(321); if (lookahead == '\'') ADVANCE(106); if (lookahead == '<') ADVANCE(110); if (lookahead == '>') ADVANCE(111); if (lookahead == '[' || lookahead == ']' || lookahead == '{') ADVANCE(323); if (lookahead == '\\') ADVANCE(163); if (lookahead == '`') ADVANCE(346); if (lookahead == '}') ADVANCE(258); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(97) if (lookahead != 0 && (lookahead < '&' || ')' < lookahead) && lookahead != ';' && lookahead != '|') ADVANCE(421); END_STATE(); case 98: if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(351); if (lookahead == '$') ADVANCE(321); if (lookahead == '\'') ADVANCE(106); if (lookahead == '<') ADVANCE(110); if (lookahead == '>') ADVANCE(111); if (lookahead == '[' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') ADVANCE(164); if (lookahead == ']') ADVANCE(268); if (lookahead == '`') ADVANCE(346); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(98) if (lookahead != 0 && (lookahead < '&' || ')' < lookahead) && lookahead != ';' && lookahead != '|') ADVANCE(421); END_STATE(); case 99: if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(351); if (lookahead == '$') ADVANCE(321); if (lookahead == '\'') ADVANCE(106); if (lookahead == '<') ADVANCE(110); if (lookahead == '>') ADVANCE(111); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') ADVANCE(162); if (lookahead == '`') ADVANCE(346); if (lookahead == 'e') ADVANCE(419); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(99) if (lookahead != 0 && (lookahead < '&' || ')' < lookahead) && lookahead != ';' && lookahead != '|') ADVANCE(421); END_STATE(); case 100: if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(327); if (lookahead == '$') ADVANCE(322); if (lookahead == '\\') ADVANCE(180); if (lookahead == '`') ADVANCE(346); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(332); if (lookahead != 0) ADVANCE(333); END_STATE(); case 101: if (lookahead == '#') ADVANCE(351); if (lookahead == '$') ADVANCE(320); if (lookahead == '&') ADVANCE(115); if (lookahead == '(') ADVANCE(256); if (lookahead == '*') ADVANCE(361); if (lookahead == '+') ADVANCE(114); if (lookahead == '-') ADVANCE(304); if (lookahead == '0') ADVANCE(367); if (lookahead == '<') ADVANCE(281); if (lookahead == '=') ADVANCE(275); if (lookahead == '>') ADVANCE(289); if (lookahead == '?') ADVANCE(312); if (lookahead == '@') ADVANCE(363); if (lookahead == '[') ADVANCE(267); if (lookahead == '\\') SKIP(178) if (lookahead == '_') ADVANCE(370); if (lookahead == '{') ADVANCE(257); if (lookahead == '}') ADVANCE(258); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(101) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(360); END_STATE(); case 102: if (lookahead == '#') ADVANCE(351); if (lookahead == '+') ADVANCE(114); if (lookahead == ';') ADVANCE(230); if (lookahead == '=') ADVANCE(275); if (lookahead == '[') ADVANCE(266); if (lookahead == '\\') SKIP(182) if (lookahead == 'd') ADVANCE(128); if (lookahead == '{') ADVANCE(257); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(102) END_STATE(); case 103: if (lookahead == '#') ADVANCE(351); if (lookahead == '[' || lookahead == ']' || lookahead == '{') ADVANCE(323); if (lookahead == '\\') SKIP(183) if (lookahead == '}') ADVANCE(258); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(103) END_STATE(); case 104: if (lookahead == '&') ADVANCE(260); END_STATE(); case 105: if (lookahead == '&') ADVANCE(253); if (lookahead == ';') ADVANCE(252); END_STATE(); case 106: if (lookahead == '\'') ADVANCE(335); if (lookahead != 0) ADVANCE(106); END_STATE(); case 107: if (lookahead == '\'') ADVANCE(336); if (lookahead == '\\') ADVANCE(108); if (lookahead != 0) ADVANCE(107); END_STATE(); case 108: if (lookahead == '\'') ADVANCE(337); if (lookahead == '\\') ADVANCE(108); if (lookahead != 0) ADVANCE(107); END_STATE(); case 109: if (lookahead == '(') ADVANCE(228); END_STATE(); case 110: if (lookahead == '(') ADVANCE(347); END_STATE(); case 111: if (lookahead == '(') ADVANCE(348); END_STATE(); case 112: if (lookahead == ')') ADVANCE(229); END_STATE(); case 113: if (lookahead == '=') ADVANCE(300); END_STATE(); case 114: if (lookahead == '=') ADVANCE(279); END_STATE(); case 115: if (lookahead == '>') ADVANCE(292); END_STATE(); case 116: if (lookahead == ']') ADVANCE(270); END_STATE(); case 117: if (lookahead == 'a') ADVANCE(118); END_STATE(); case 118: if (lookahead == 'c') ADVANCE(243); END_STATE(); case 119: if (lookahead == 'e') ADVANCE(241); END_STATE(); case 120: if (lookahead == 'e') ADVANCE(127); END_STATE(); case 121: if (lookahead == 'f') ADVANCE(239); END_STATE(); case 122: if (lookahead == 'h') ADVANCE(120); END_STATE(); case 123: if (lookahead == 'i') ADVANCE(237); END_STATE(); case 124: if (lookahead == 'i') ADVANCE(121); if (lookahead == 's') ADVANCE(119); END_STATE(); case 125: if (lookahead == 'l') ADVANCE(124); if (lookahead == 's') ADVANCE(117); END_STATE(); case 126: if (lookahead == 'n') ADVANCE(225); END_STATE(); case 127: if (lookahead == 'n') ADVANCE(235); END_STATE(); case 128: if (lookahead == 'o') ADVANCE(233); END_STATE(); case 129: if (lookahead == 's') ADVANCE(117); END_STATE(); case 130: if (lookahead == '|') ADVANCE(261); END_STATE(); case 131: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(76) if (lookahead == 11 || lookahead == '\f') ADVANCE(389); if (lookahead == '\r') SKIP(1) if (lookahead != 0) ADVANCE(421); END_STATE(); case 132: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(79) if (lookahead == 11 || lookahead == '\f') ADVANCE(393); if (lookahead == '\r') SKIP(2) if (lookahead != 0) ADVANCE(421); END_STATE(); case 133: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(81) if (lookahead == 11 || lookahead == '\f') ADVANCE(394); if (lookahead == '\r') SKIP(3) if (lookahead != 0) ADVANCE(421); END_STATE(); case 134: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(80) if (lookahead == 11 || lookahead == '\f') ADVANCE(395); if (lookahead == '\r') SKIP(4) if (lookahead != 0) ADVANCE(421); END_STATE(); case 135: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(82) if (lookahead == 11 || lookahead == '\f') ADVANCE(396); if (lookahead == '\r') SKIP(5) if (lookahead != 0) ADVANCE(421); END_STATE(); case 136: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(83) if (lookahead == 11 || lookahead == '\f') ADVANCE(397); if (lookahead == '\r') SKIP(6) if (lookahead != 0) ADVANCE(421); END_STATE(); case 137: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(8) if (lookahead == 11 || lookahead == '\f') ADVANCE(371); if (lookahead == '\r') SKIP(7) if (lookahead != 0) ADVANCE(421); END_STATE(); case 138: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(60) if (lookahead == 11 || lookahead == '\f') ADVANCE(373); if (lookahead == '\r') SKIP(9) if (lookahead != 0) ADVANCE(421); END_STATE(); case 139: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(61) if (lookahead == 11 || lookahead == '\f') ADVANCE(374); if (lookahead == '\r') SKIP(10) if (lookahead != 0) ADVANCE(421); END_STATE(); case 140: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(62) if (lookahead == 11 || lookahead == '\f') ADVANCE(375); if (lookahead == '\r') SKIP(11) if (lookahead != 0) ADVANCE(421); END_STATE(); case 141: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(63) if (lookahead == 11 || lookahead == '\f') ADVANCE(376); if (lookahead == '\r') SKIP(12) if (lookahead != 0) ADVANCE(421); END_STATE(); case 142: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(64) if (lookahead == 11 || lookahead == '\f') ADVANCE(377); if (lookahead == '\r') SKIP(13) if (lookahead != 0) ADVANCE(421); END_STATE(); case 143: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(65) if (lookahead == 11 || lookahead == '\f') ADVANCE(378); if (lookahead == '\r') SKIP(14) if (lookahead != 0) ADVANCE(421); END_STATE(); case 144: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(66) if (lookahead == 11 || lookahead == '\f') ADVANCE(379); if (lookahead == '\r') SKIP(15) if (lookahead != 0) ADVANCE(421); END_STATE(); case 145: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(67) if (lookahead == 11 || lookahead == '\f') ADVANCE(380); if (lookahead == '\r') SKIP(16) if (lookahead != 0) ADVANCE(421); END_STATE(); case 146: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(68) if (lookahead == 11 || lookahead == '\f') ADVANCE(381); if (lookahead == '\r') SKIP(17) if (lookahead != 0) ADVANCE(421); END_STATE(); case 147: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(69) if (lookahead == 11 || lookahead == '\f') ADVANCE(382); if (lookahead == '\r') SKIP(18) if (lookahead != 0) ADVANCE(421); END_STATE(); case 148: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(70) if (lookahead == 11 || lookahead == '\f') ADVANCE(383); if (lookahead == '\r') SKIP(19) if (lookahead != 0) ADVANCE(421); END_STATE(); case 149: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(95) if (lookahead == 11 || lookahead == '\f') ADVANCE(400); if (lookahead == '\r') SKIP(20) if (lookahead != 0) ADVANCE(421); END_STATE(); case 150: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(71) if (lookahead == 11 || lookahead == '\f') ADVANCE(384); if (lookahead == '\r') SKIP(21) if (lookahead != 0) ADVANCE(421); END_STATE(); case 151: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(72) if (lookahead == 11 || lookahead == '\f') ADVANCE(385); if (lookahead == '\r') SKIP(22) if (lookahead != 0) ADVANCE(421); END_STATE(); case 152: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(73) if (lookahead == 11 || lookahead == '\f') ADVANCE(386); if (lookahead == '\r') SKIP(23) if (lookahead != 0) ADVANCE(421); END_STATE(); case 153: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(96) if (lookahead == 11 || lookahead == '\f') ADVANCE(401); if (lookahead == '\r') SKIP(31) if (lookahead != 0) ADVANCE(421); END_STATE(); case 154: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(36) if (lookahead == 11 || lookahead == '\f') ADVANCE(372); if (lookahead == '\r') SKIP(35) if (lookahead != 0) ADVANCE(421); END_STATE(); case 155: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(78) if (lookahead == 11 || lookahead == '\f') ADVANCE(391); if (lookahead == '\r') SKIP(38) if (lookahead != 0) ADVANCE(421); END_STATE(); case 156: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(84) if (lookahead == 11 || lookahead == '\f') ADVANCE(392); if (lookahead == '\r') SKIP(40) if (lookahead != 0) ADVANCE(421); END_STATE(); case 157: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(93) if (lookahead == 11 || lookahead == '\f') ADVANCE(398); if (lookahead == '\r') SKIP(41) if (lookahead != 0) ADVANCE(421); END_STATE(); case 158: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(94) if (lookahead == 11 || lookahead == '\f') ADVANCE(399); if (lookahead == '\r') SKIP(42) if (lookahead != 0) ADVANCE(421); END_STATE(); case 159: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(77) if (lookahead == 11 || lookahead == '\f') ADVANCE(390); if (lookahead == '\r') SKIP(43) if (lookahead != 0) ADVANCE(421); END_STATE(); case 160: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(74) if (lookahead == 11 || lookahead == '\f') ADVANCE(387); if (lookahead == '\r') SKIP(46) if (lookahead != 0) ADVANCE(421); END_STATE(); case 161: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(75) if (lookahead == 11 || lookahead == '\f') ADVANCE(388); if (lookahead == '\r') SKIP(47) if (lookahead != 0) ADVANCE(421); END_STATE(); case 162: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(99) if (lookahead == 11 || lookahead == '\f') ADVANCE(402); if (lookahead == '\r') SKIP(48) if (lookahead != 0) ADVANCE(421); END_STATE(); case 163: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(97) if (lookahead == 11 || lookahead == '\f') ADVANCE(403); if (lookahead == '\r') SKIP(52) if (lookahead != 0) ADVANCE(421); END_STATE(); case 164: if (lookahead == '\t' || lookahead == '\n' || lookahead == ' ') SKIP(98) if (lookahead == 11 || lookahead == '\f') ADVANCE(404); if (lookahead == '\r') SKIP(53) if (lookahead != 0) ADVANCE(421); END_STATE(); case 165: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(25) if (lookahead == '\r') SKIP(24) END_STATE(); case 166: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(26) if (lookahead == '\r') SKIP(30) END_STATE(); case 167: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(33) if (lookahead == '\r') SKIP(32) END_STATE(); case 168: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(89) if (lookahead == '\r') SKIP(37) END_STATE(); case 169: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(88) if (lookahead == '\r') SKIP(39) END_STATE(); case 170: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(28) if (lookahead == '\r') SKIP(44) END_STATE(); case 171: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(34) if (lookahead == '\r') SKIP(45) END_STATE(); case 172: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(90) if (lookahead == '\r') SKIP(49) END_STATE(); case 173: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(91) if (lookahead == '\r') SKIP(50) END_STATE(); case 174: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(92) if (lookahead == '\r') SKIP(51) END_STATE(); case 175: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(27) if (lookahead == '\r') SKIP(54) END_STATE(); case 176: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(85) if (lookahead == '\r') SKIP(55) END_STATE(); case 177: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') ADVANCE(330); if (lookahead == '\r') ADVANCE(326); if (lookahead != 0) ADVANCE(333); END_STATE(); case 178: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(101) if (lookahead == '\r') SKIP(56) END_STATE(); case 179: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') ADVANCE(331); if (lookahead == '\r') ADVANCE(328); if (lookahead != 0) ADVANCE(333); END_STATE(); case 180: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') ADVANCE(332); if (lookahead == '\r') ADVANCE(329); if (lookahead != 0) ADVANCE(333); END_STATE(); case 181: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(29) if (lookahead == '\r') SKIP(57) END_STATE(); case 182: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(102) if (lookahead == '\r') SKIP(58) END_STATE(); case 183: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(103) if (lookahead == '\r') SKIP(59) END_STATE(); case 184: if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(421); END_STATE(); case 185: if (lookahead != 0 && lookahead != '\r') ADVANCE(333); if (lookahead == '\r') ADVANCE(334); END_STATE(); case 186: if (eof) ADVANCE(204); if (lookahead == '\n') ADVANCE(206); if (lookahead == '!') ADVANCE(262); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(338); if (lookahead == '$') ADVANCE(320); if (lookahead == '&') ADVANCE(426); if (lookahead == '\'') ADVANCE(106); if (lookahead == ')') ADVANCE(250); if (lookahead == '*') ADVANCE(361); if (lookahead == '-') ADVANCE(304); if (lookahead == '0') ADVANCE(367); if (lookahead == ';') ADVANCE(232); if (lookahead == '<') ADVANCE(285); if (lookahead == '>') ADVANCE(289); if (lookahead == '?') ADVANCE(312); if (lookahead == '@') ADVANCE(363); if (lookahead == '\\') SKIP(200) if (lookahead == '_') ADVANCE(370); if (lookahead == '`') ADVANCE(346); if (lookahead == '|') ADVANCE(248); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(186) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(360); END_STATE(); case 187: if (eof) ADVANCE(204); if (lookahead == '\n') ADVANCE(206); if (lookahead == '#') ADVANCE(351); if (lookahead == '&') ADVANCE(426); if (lookahead == ')') ADVANCE(250); if (lookahead == ';') ADVANCE(232); if (lookahead == '<') ADVANCE(285); if (lookahead == '>') ADVANCE(289); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') SKIP(201) if (lookahead == '`') ADVANCE(346); if (lookahead == '|') ADVANCE(248); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(187) END_STATE(); case 188: if (eof) ADVANCE(204); if (lookahead == '\n') ADVANCE(206); if (lookahead == '#') ADVANCE(351); if (lookahead == '&') ADVANCE(424); if (lookahead == ')') ADVANCE(250); if (lookahead == ';') ADVANCE(232); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') SKIP(203) if (lookahead == '`') ADVANCE(346); if (lookahead == 'i') ADVANCE(126); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(188) END_STATE(); case 189: if (eof) ADVANCE(204); if (lookahead == '\n') SKIP(186) END_STATE(); case 190: if (eof) ADVANCE(204); if (lookahead == '\n') SKIP(187) END_STATE(); case 191: if (eof) ADVANCE(204); if (lookahead == '\n') SKIP(199) END_STATE(); case 192: if (eof) ADVANCE(204); if (lookahead == '\n') SKIP(188) END_STATE(); case 193: if (eof) ADVANCE(204); if (lookahead == '\n') ADVANCE(211); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(351); if (lookahead == '$') ADVANCE(321); if (lookahead == '&') ADVANCE(426); if (lookahead == '\'') ADVANCE(106); if (lookahead == ')') ADVANCE(250); if (lookahead == ';') ADVANCE(232); if (lookahead == '<') ADVANCE(283); if (lookahead == '>') ADVANCE(288); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') ADVANCE(140); if (lookahead == '`') ADVANCE(346); if (lookahead == '|') ADVANCE(248); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(193) if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('_' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (lookahead != 0 && lookahead != '(') ADVANCE(421); END_STATE(); case 194: if (eof) ADVANCE(204); if (lookahead == '\n') ADVANCE(216); if (lookahead == '!') ADVANCE(265); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(338); if (lookahead == '$') ADVANCE(321); if (lookahead == '&') ADVANCE(426); if (lookahead == '\'') ADVANCE(106); if (lookahead == ')') ADVANCE(250); if (lookahead == '*') ADVANCE(362); if (lookahead == '-') ADVANCE(307); if (lookahead == '0') ADVANCE(365); if (lookahead == ';') ADVANCE(232); if (lookahead == '<') ADVANCE(283); if (lookahead == '=') ADVANCE(405); if (lookahead == '>') ADVANCE(288); if (lookahead == '?') ADVANCE(313); if (lookahead == '@') ADVANCE(364); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') ADVANCE(145); if (lookahead == '_') ADVANCE(368); if (lookahead == '`') ADVANCE(346); if (lookahead == '|') ADVANCE(248); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(194) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (lookahead != 0 && lookahead != '(') ADVANCE(421); END_STATE(); case 195: if (eof) ADVANCE(204); if (lookahead == '\n') ADVANCE(218); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(351); if (lookahead == '$') ADVANCE(321); if (lookahead == '&') ADVANCE(426); if (lookahead == '\'') ADVANCE(106); if (lookahead == '(') ADVANCE(255); if (lookahead == ')') ADVANCE(250); if (lookahead == ';') ADVANCE(232); if (lookahead == '<') ADVANCE(283); if (lookahead == '=') ADVANCE(405); if (lookahead == '>') ADVANCE(288); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') ADVANCE(147); if (lookahead == '`') ADVANCE(346); if (lookahead == '|') ADVANCE(248); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(195) if (lookahead != 0) ADVANCE(421); END_STATE(); case 196: if (eof) ADVANCE(204); if (lookahead == '\n') ADVANCE(219); if (lookahead == '!') ADVANCE(265); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(338); if (lookahead == '$') ADVANCE(321); if (lookahead == '&') ADVANCE(426); if (lookahead == '\'') ADVANCE(106); if (lookahead == ')') ADVANCE(250); if (lookahead == '*') ADVANCE(362); if (lookahead == '-') ADVANCE(307); if (lookahead == '0') ADVANCE(365); if (lookahead == ';') ADVANCE(232); if (lookahead == '<') ADVANCE(283); if (lookahead == '>') ADVANCE(288); if (lookahead == '?') ADVANCE(313); if (lookahead == '@') ADVANCE(364); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') ADVANCE(148); if (lookahead == '_') ADVANCE(368); if (lookahead == '`') ADVANCE(346); if (lookahead == '|') ADVANCE(248); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(196) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (lookahead != 0 && lookahead != '(') ADVANCE(421); END_STATE(); case 197: if (eof) ADVANCE(204); if (lookahead == '\n') ADVANCE(222); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(351); if (lookahead == '$') ADVANCE(321); if (lookahead == '&') ADVANCE(426); if (lookahead == '\'') ADVANCE(106); if (lookahead == ')') ADVANCE(250); if (lookahead == ';') ADVANCE(232); if (lookahead == '<') ADVANCE(283); if (lookahead == '>') ADVANCE(288); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') ADVANCE(152); if (lookahead == '`') ADVANCE(346); if (lookahead == '|') ADVANCE(248); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(197) if (lookahead != 0 && lookahead != '(') ADVANCE(421); END_STATE(); case 198: if (eof) ADVANCE(204); if (lookahead == '!') ADVANCE(265); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(351); if (lookahead == '$') ADVANCE(321); if (lookahead == '&') ADVANCE(115); if (lookahead == '\'') ADVANCE(106); if (lookahead == '(') ADVANCE(256); if (lookahead == ')') ADVANCE(250); if (lookahead == ';') ADVANCE(105); if (lookahead == '<') ADVANCE(282); if (lookahead == '>') ADVANCE(288); if (lookahead == '[') ADVANCE(267); if (lookahead == '\\') ADVANCE(132); if (lookahead == ']' || lookahead == '}') ADVANCE(323); if (lookahead == '`') ADVANCE(346); if (lookahead == '{') ADVANCE(257); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(198) if (lookahead != 0 && lookahead != '|') ADVANCE(421); END_STATE(); case 199: if (eof) ADVANCE(204); if (lookahead == '!') ADVANCE(113); if (lookahead == '#') ADVANCE(351); if (lookahead == '$') ADVANCE(322); if (lookahead == '&') ADVANCE(104); if (lookahead == ')') ADVANCE(112); if (lookahead == '+') ADVANCE(303); if (lookahead == '-') ADVANCE(306); if (lookahead == ':') ADVANCE(314); if (lookahead == ';') ADVANCE(105); if (lookahead == '<') ADVANCE(286); if (lookahead == '=') ADVANCE(277); if (lookahead == '>') ADVANCE(290); if (lookahead == '?') ADVANCE(312); if (lookahead == '[' || lookahead == '{' || lookahead == '}') ADVANCE(323); if (lookahead == '\\') SKIP(202) if (lookahead == ']') ADVANCE(324); if (lookahead == '`') ADVANCE(346); if (lookahead == 'd') ADVANCE(128); if (lookahead == 'e') ADVANCE(125); if (lookahead == 'f') ADVANCE(123); if (lookahead == 'i') ADVANCE(126); if (lookahead == 't') ADVANCE(122); if (lookahead == '|') ADVANCE(130); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(199) END_STATE(); case 200: if (eof) ADVANCE(204); if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(186) if (lookahead == '\r') SKIP(189) END_STATE(); case 201: if (eof) ADVANCE(204); if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(187) if (lookahead == '\r') SKIP(190) END_STATE(); case 202: if (eof) ADVANCE(204); if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(199) if (lookahead == '\r') SKIP(191) END_STATE(); case 203: if (eof) ADVANCE(204); if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(188) if (lookahead == '\r') SKIP(192) END_STATE(); case 204: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); case 205: ACCEPT_TOKEN(anon_sym_LF); if (lookahead == '\n') ADVANCE(205); if (lookahead == '\\') ADVANCE(137); END_STATE(); case 206: ACCEPT_TOKEN(anon_sym_LF); if (lookahead == '\n') ADVANCE(206); END_STATE(); case 207: ACCEPT_TOKEN(anon_sym_LF); if (lookahead == '\n') ADVANCE(207); if (lookahead == '-') ADVANCE(306); END_STATE(); case 208: ACCEPT_TOKEN(anon_sym_LF); if (lookahead == '\n') ADVANCE(208); if (lookahead == '-') ADVANCE(420); if (lookahead == '\\') ADVANCE(154); END_STATE(); case 209: ACCEPT_TOKEN(anon_sym_LF); if (lookahead == '\n') ADVANCE(209); if (lookahead == '\\') ADVANCE(138); END_STATE(); case 210: ACCEPT_TOKEN(anon_sym_LF); if (lookahead == '\n') ADVANCE(210); if (lookahead == '\\') ADVANCE(139); END_STATE(); case 211: ACCEPT_TOKEN(anon_sym_LF); if (lookahead == '\n') ADVANCE(211); if (lookahead == '\\') ADVANCE(140); END_STATE(); case 212: ACCEPT_TOKEN(anon_sym_LF); if (lookahead == '\n') ADVANCE(212); if (lookahead == '\\') ADVANCE(141); END_STATE(); case 213: ACCEPT_TOKEN(anon_sym_LF); if (lookahead == '\n') ADVANCE(213); if (lookahead == '\\') ADVANCE(142); END_STATE(); case 214: ACCEPT_TOKEN(anon_sym_LF); if (lookahead == '\n') ADVANCE(214); if (lookahead == '\\') ADVANCE(143); END_STATE(); case 215: ACCEPT_TOKEN(anon_sym_LF); if (lookahead == '\n') ADVANCE(215); if (lookahead == '\\') ADVANCE(144); END_STATE(); case 216: ACCEPT_TOKEN(anon_sym_LF); if (lookahead == '\n') ADVANCE(216); if (lookahead == '\\') ADVANCE(145); END_STATE(); case 217: ACCEPT_TOKEN(anon_sym_LF); if (lookahead == '\n') ADVANCE(217); if (lookahead == '\\') ADVANCE(146); END_STATE(); case 218: ACCEPT_TOKEN(anon_sym_LF); if (lookahead == '\n') ADVANCE(218); if (lookahead == '\\') ADVANCE(147); END_STATE(); case 219: ACCEPT_TOKEN(anon_sym_LF); if (lookahead == '\n') ADVANCE(219); if (lookahead == '\\') ADVANCE(148); END_STATE(); case 220: ACCEPT_TOKEN(anon_sym_LF); if (lookahead == '\n') ADVANCE(220); if (lookahead == '\\') ADVANCE(150); END_STATE(); case 221: ACCEPT_TOKEN(anon_sym_LF); if (lookahead == '\n') ADVANCE(221); if (lookahead == '\\') ADVANCE(151); END_STATE(); case 222: ACCEPT_TOKEN(anon_sym_LF); if (lookahead == '\n') ADVANCE(222); if (lookahead == '\\') ADVANCE(152); END_STATE(); case 223: ACCEPT_TOKEN(anon_sym_LF); if (lookahead == '\n') ADVANCE(223); if (lookahead == '\\') ADVANCE(160); END_STATE(); case 224: ACCEPT_TOKEN(anon_sym_LF); if (lookahead == '\n') ADVANCE(224); if (lookahead == '\\') ADVANCE(161); END_STATE(); case 225: ACCEPT_TOKEN(anon_sym_in); END_STATE(); case 226: ACCEPT_TOKEN(anon_sym_in); if (lookahead == '\\') ADVANCE(184); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 227: ACCEPT_TOKEN(anon_sym_in); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(360); END_STATE(); case 228: ACCEPT_TOKEN(anon_sym_LPAREN_LPAREN); END_STATE(); case 229: ACCEPT_TOKEN(anon_sym_RPAREN_RPAREN); END_STATE(); case 230: ACCEPT_TOKEN(anon_sym_SEMI); END_STATE(); case 231: ACCEPT_TOKEN(anon_sym_SEMI); if (lookahead == '&') ADVANCE(253); if (lookahead == ';') ADVANCE(252); END_STATE(); case 232: ACCEPT_TOKEN(anon_sym_SEMI); if (lookahead == ';') ADVANCE(251); END_STATE(); case 233: ACCEPT_TOKEN(anon_sym_do); END_STATE(); case 234: ACCEPT_TOKEN(anon_sym_do); if (lookahead == '\\') ADVANCE(184); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 235: ACCEPT_TOKEN(anon_sym_then); END_STATE(); case 236: ACCEPT_TOKEN(anon_sym_then); if (lookahead == '\\') ADVANCE(184); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 237: ACCEPT_TOKEN(anon_sym_fi); END_STATE(); case 238: ACCEPT_TOKEN(anon_sym_fi); if (lookahead == '\\') ADVANCE(184); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 239: ACCEPT_TOKEN(anon_sym_elif); END_STATE(); case 240: ACCEPT_TOKEN(anon_sym_elif); if (lookahead == '\\') ADVANCE(184); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 241: ACCEPT_TOKEN(anon_sym_else); END_STATE(); case 242: ACCEPT_TOKEN(anon_sym_else); if (lookahead == '\\') ADVANCE(184); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 243: ACCEPT_TOKEN(anon_sym_esac); END_STATE(); case 244: ACCEPT_TOKEN(anon_sym_esac); if (lookahead == '\\') ADVANCE(184); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (!sym_word_character_set_2(lookahead)) ADVANCE(421); END_STATE(); case 245: ACCEPT_TOKEN(anon_sym_esac); if (lookahead == '\\') ADVANCE(184); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 246: ACCEPT_TOKEN(anon_sym_esac); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(360); END_STATE(); case 247: ACCEPT_TOKEN(anon_sym_PIPE); END_STATE(); case 248: ACCEPT_TOKEN(anon_sym_PIPE); if (lookahead == '&') ADVANCE(259); if (lookahead == '|') ADVANCE(261); END_STATE(); case 249: ACCEPT_TOKEN(anon_sym_PIPE); if (lookahead == '|') ADVANCE(261); END_STATE(); case 250: ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); case 251: ACCEPT_TOKEN(anon_sym_SEMI_SEMI); END_STATE(); case 252: ACCEPT_TOKEN(anon_sym_SEMI_SEMI); if (lookahead == '&') ADVANCE(254); END_STATE(); case 253: ACCEPT_TOKEN(anon_sym_SEMI_AMP); END_STATE(); case 254: ACCEPT_TOKEN(anon_sym_SEMI_SEMI_AMP); END_STATE(); case 255: ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); case 256: ACCEPT_TOKEN(anon_sym_LPAREN); if (lookahead == '(') ADVANCE(228); END_STATE(); case 257: ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); case 258: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); case 259: ACCEPT_TOKEN(anon_sym_PIPE_AMP); END_STATE(); case 260: ACCEPT_TOKEN(anon_sym_AMP_AMP); END_STATE(); case 261: ACCEPT_TOKEN(anon_sym_PIPE_PIPE); END_STATE(); case 262: ACCEPT_TOKEN(anon_sym_BANG); END_STATE(); case 263: ACCEPT_TOKEN(anon_sym_BANG); if (lookahead == '=') ADVANCE(301); if (lookahead == '\\') ADVANCE(184); if (!sym_word_character_set_3(lookahead)) ADVANCE(421); END_STATE(); case 264: ACCEPT_TOKEN(anon_sym_BANG); if (lookahead == '=') ADVANCE(300); END_STATE(); case 265: ACCEPT_TOKEN(anon_sym_BANG); if (lookahead == '\\') ADVANCE(184); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 266: ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); case 267: ACCEPT_TOKEN(anon_sym_LBRACK); if (lookahead == '[') ADVANCE(269); END_STATE(); case 268: ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); case 269: ACCEPT_TOKEN(anon_sym_LBRACK_LBRACK); END_STATE(); case 270: ACCEPT_TOKEN(anon_sym_RBRACK_RBRACK); END_STATE(); case 271: ACCEPT_TOKEN(anon_sym_EQ_TILDE); END_STATE(); case 272: ACCEPT_TOKEN(anon_sym_EQ_TILDE); if (lookahead == '\\') ADVANCE(184); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 273: ACCEPT_TOKEN(anon_sym_EQ_EQ); END_STATE(); case 274: ACCEPT_TOKEN(anon_sym_EQ_EQ); if (lookahead == '\\') ADVANCE(184); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 275: ACCEPT_TOKEN(anon_sym_EQ); END_STATE(); case 276: ACCEPT_TOKEN(anon_sym_EQ); if (lookahead == '=') ADVANCE(274); if (lookahead == '\\') ADVANCE(184); if (lookahead == '~') ADVANCE(272); if (!sym_word_character_set_3(lookahead)) ADVANCE(421); END_STATE(); case 277: ACCEPT_TOKEN(anon_sym_EQ); if (lookahead == '=') ADVANCE(273); if (lookahead == '~') ADVANCE(271); END_STATE(); case 278: ACCEPT_TOKEN(anon_sym_EQ); if (lookahead == '\\') ADVANCE(184); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 279: ACCEPT_TOKEN(anon_sym_PLUS_EQ); END_STATE(); case 280: ACCEPT_TOKEN(anon_sym_PLUS_EQ); if (lookahead == '\\') ADVANCE(184); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 281: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '&') ADVANCE(294); END_STATE(); case 282: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '&') ADVANCE(294); if (lookahead == '(') ADVANCE(347); END_STATE(); case 283: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '&') ADVANCE(294); if (lookahead == '(') ADVANCE(347); if (lookahead == '<') ADVANCE(297); END_STATE(); case 284: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '&') ADVANCE(294); if (lookahead == '(') ADVANCE(347); if (lookahead == '<') ADVANCE(297); if (lookahead == '=') ADVANCE(310); END_STATE(); case 285: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '&') ADVANCE(294); if (lookahead == '<') ADVANCE(297); END_STATE(); case 286: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '=') ADVANCE(310); END_STATE(); case 287: ACCEPT_TOKEN(anon_sym_GT); if (lookahead == '&') ADVANCE(295); if (lookahead == '(') ADVANCE(348); if (lookahead == '=') ADVANCE(311); if (lookahead == '>') ADVANCE(291); if (lookahead == '|') ADVANCE(296); END_STATE(); case 288: ACCEPT_TOKEN(anon_sym_GT); if (lookahead == '&') ADVANCE(295); if (lookahead == '(') ADVANCE(348); if (lookahead == '>') ADVANCE(291); if (lookahead == '|') ADVANCE(296); END_STATE(); case 289: ACCEPT_TOKEN(anon_sym_GT); if (lookahead == '&') ADVANCE(295); if (lookahead == '>') ADVANCE(291); if (lookahead == '|') ADVANCE(296); END_STATE(); case 290: ACCEPT_TOKEN(anon_sym_GT); if (lookahead == '=') ADVANCE(311); END_STATE(); case 291: ACCEPT_TOKEN(anon_sym_GT_GT); END_STATE(); case 292: ACCEPT_TOKEN(anon_sym_AMP_GT); if (lookahead == '>') ADVANCE(293); END_STATE(); case 293: ACCEPT_TOKEN(anon_sym_AMP_GT_GT); END_STATE(); case 294: ACCEPT_TOKEN(anon_sym_LT_AMP); END_STATE(); case 295: ACCEPT_TOKEN(anon_sym_GT_AMP); END_STATE(); case 296: ACCEPT_TOKEN(anon_sym_GT_PIPE); END_STATE(); case 297: ACCEPT_TOKEN(anon_sym_LT_LT); if (lookahead == '-') ADVANCE(298); if (lookahead == '<') ADVANCE(299); END_STATE(); case 298: ACCEPT_TOKEN(anon_sym_LT_LT_DASH); END_STATE(); case 299: ACCEPT_TOKEN(anon_sym_LT_LT_LT); END_STATE(); case 300: ACCEPT_TOKEN(anon_sym_BANG_EQ); END_STATE(); case 301: ACCEPT_TOKEN(anon_sym_BANG_EQ); if (lookahead == '\\') ADVANCE(184); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 302: ACCEPT_TOKEN(anon_sym_PLUS); if (lookahead == '+') ADVANCE(317); if (lookahead == '=') ADVANCE(280); if (lookahead == '\\') ADVANCE(184); if (!sym_word_character_set_3(lookahead)) ADVANCE(421); END_STATE(); case 303: ACCEPT_TOKEN(anon_sym_PLUS); if (lookahead == '+') ADVANCE(316); if (lookahead == '=') ADVANCE(279); END_STATE(); case 304: ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); case 305: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '-') ADVANCE(319); if (lookahead == '=') ADVANCE(309); if (lookahead == '\\') ADVANCE(184); if (('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); if (!sym_word_character_set_4(lookahead)) ADVANCE(421); END_STATE(); case 306: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '-') ADVANCE(318); if (lookahead == '=') ADVANCE(308); if (('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); END_STATE(); case 307: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '\\') ADVANCE(184); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 308: ACCEPT_TOKEN(anon_sym_DASH_EQ); END_STATE(); case 309: ACCEPT_TOKEN(anon_sym_DASH_EQ); if (lookahead == '\\') ADVANCE(184); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 310: ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); case 311: ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); case 312: ACCEPT_TOKEN(anon_sym_QMARK); END_STATE(); case 313: ACCEPT_TOKEN(anon_sym_QMARK); if (lookahead == '\\') ADVANCE(184); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 314: ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); case 315: ACCEPT_TOKEN(anon_sym_COLON); if (lookahead == '-') ADVANCE(343); if (lookahead == '?') ADVANCE(342); if (lookahead == '\\') ADVANCE(184); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 316: ACCEPT_TOKEN(anon_sym_PLUS_PLUS); END_STATE(); case 317: ACCEPT_TOKEN(anon_sym_PLUS_PLUS); if (lookahead == '\\') ADVANCE(184); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 318: ACCEPT_TOKEN(anon_sym_DASH_DASH); END_STATE(); case 319: ACCEPT_TOKEN(anon_sym_DASH_DASH); if (lookahead == '\\') ADVANCE(184); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 320: ACCEPT_TOKEN(anon_sym_DOLLAR); END_STATE(); case 321: ACCEPT_TOKEN(anon_sym_DOLLAR); if (lookahead == '\'') ADVANCE(107); if (lookahead == '(') ADVANCE(345); if (lookahead == '{') ADVANCE(340); END_STATE(); case 322: ACCEPT_TOKEN(anon_sym_DOLLAR); if (lookahead == '(') ADVANCE(345); if (lookahead == '{') ADVANCE(340); END_STATE(); case 323: ACCEPT_TOKEN(sym__special_character); END_STATE(); case 324: ACCEPT_TOKEN(sym__special_character); if (lookahead == ']') ADVANCE(270); END_STATE(); case 325: ACCEPT_TOKEN(anon_sym_DQUOTE); END_STATE(); case 326: ACCEPT_TOKEN(sym__string_content); if (lookahead == '\n') ADVANCE(330); if (lookahead == '\\') ADVANCE(185); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && lookahead != '`') ADVANCE(333); END_STATE(); case 327: ACCEPT_TOKEN(sym__string_content); if (lookahead == '\n') ADVANCE(333); if (lookahead == '\\') ADVANCE(349); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && lookahead != '`') ADVANCE(327); END_STATE(); case 328: ACCEPT_TOKEN(sym__string_content); if (lookahead == '\n') ADVANCE(331); if (lookahead == '\\') ADVANCE(185); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && lookahead != '`') ADVANCE(333); END_STATE(); case 329: ACCEPT_TOKEN(sym__string_content); if (lookahead == '\n') ADVANCE(332); if (lookahead == '\\') ADVANCE(185); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && lookahead != '`') ADVANCE(333); END_STATE(); case 330: ACCEPT_TOKEN(sym__string_content); if (lookahead == '!') ADVANCE(262); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(338); if (lookahead == '$') ADVANCE(320); if (lookahead == '*') ADVANCE(361); if (lookahead == '-') ADVANCE(304); if (lookahead == '0') ADVANCE(367); if (lookahead == '?') ADVANCE(312); if (lookahead == '@') ADVANCE(363); if (lookahead == '\\') ADVANCE(177); if (lookahead == '_') ADVANCE(370); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(330); if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(360); if (lookahead != 0 && lookahead != '`') ADVANCE(333); END_STATE(); case 331: ACCEPT_TOKEN(sym__string_content); if (lookahead == '!') ADVANCE(262); if (lookahead == '#') ADVANCE(338); if (lookahead == '$') ADVANCE(320); if (lookahead == '*') ADVANCE(361); if (lookahead == '-') ADVANCE(304); if (lookahead == '0') ADVANCE(367); if (lookahead == '?') ADVANCE(312); if (lookahead == '@') ADVANCE(363); if (lookahead == '\\') ADVANCE(179); if (lookahead == '_') ADVANCE(370); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(331); if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(360); if (lookahead != 0 && lookahead != '"' && lookahead != '`') ADVANCE(333); END_STATE(); case 332: ACCEPT_TOKEN(sym__string_content); if (lookahead == '"') ADVANCE(325); if (lookahead == '#') ADVANCE(327); if (lookahead == '$') ADVANCE(322); if (lookahead == '\\') ADVANCE(180); if (lookahead == '`') ADVANCE(346); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(332); if (lookahead != 0) ADVANCE(333); END_STATE(); case 333: ACCEPT_TOKEN(sym__string_content); if (lookahead == '\\') ADVANCE(185); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && lookahead != '`') ADVANCE(333); END_STATE(); case 334: ACCEPT_TOKEN(sym__string_content); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && lookahead != '\\' && lookahead != '`') ADVANCE(333); if (lookahead == '\\') ADVANCE(185); END_STATE(); case 335: ACCEPT_TOKEN(sym_raw_string); END_STATE(); case 336: ACCEPT_TOKEN(sym_ansii_c_string); END_STATE(); case 337: ACCEPT_TOKEN(sym_ansii_c_string); if (lookahead == '\'') ADVANCE(336); if (lookahead == '\\') ADVANCE(108); if (lookahead != 0) ADVANCE(107); END_STATE(); case 338: ACCEPT_TOKEN(anon_sym_POUND); END_STATE(); case 339: ACCEPT_TOKEN(anon_sym_POUND); if (lookahead == '\\') ADVANCE(350); if (!sym_word_character_set_1(lookahead)) ADVANCE(422); END_STATE(); case 340: ACCEPT_TOKEN(anon_sym_DOLLAR_LBRACE); END_STATE(); case 341: ACCEPT_TOKEN(anon_sym_SLASH); END_STATE(); case 342: ACCEPT_TOKEN(anon_sym_COLON_QMARK); if (lookahead == '\\') ADVANCE(184); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 343: ACCEPT_TOKEN(anon_sym_COLON_DASH); if (lookahead == '\\') ADVANCE(184); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 344: ACCEPT_TOKEN(anon_sym_PERCENT); if (lookahead == '\\') ADVANCE(184); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 345: ACCEPT_TOKEN(anon_sym_DOLLAR_LPAREN); END_STATE(); case 346: ACCEPT_TOKEN(anon_sym_BQUOTE); END_STATE(); case 347: ACCEPT_TOKEN(anon_sym_LT_LPAREN); END_STATE(); case 348: ACCEPT_TOKEN(anon_sym_GT_LPAREN); END_STATE(); case 349: ACCEPT_TOKEN(sym_comment); if (lookahead == '\n') ADVANCE(333); if (lookahead == '\r') ADVANCE(327); if (lookahead != 0) ADVANCE(327); END_STATE(); case 350: ACCEPT_TOKEN(sym_comment); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(351); if (lookahead != 0 && lookahead != '\n') ADVANCE(422); END_STATE(); case 351: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && lookahead != '\n') ADVANCE(351); END_STATE(); case 352: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); if (lookahead == '\\') ADVANCE(184); if (lookahead == 'a') ADVANCE(353); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (!sym_word_character_set_2(lookahead)) ADVANCE(421); END_STATE(); case 353: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); if (lookahead == '\\') ADVANCE(184); if (lookahead == 'c') ADVANCE(244); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (!sym_word_character_set_2(lookahead)) ADVANCE(421); END_STATE(); case 354: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); if (lookahead == '\\') ADVANCE(184); if (lookahead == 's') ADVANCE(352); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (!sym_word_character_set_2(lookahead)) ADVANCE(421); END_STATE(); case 355: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); if (lookahead == '\\') ADVANCE(184); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (!sym_word_character_set_2(lookahead)) ADVANCE(421); END_STATE(); case 356: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); if (lookahead == 'a') ADVANCE(357); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(360); END_STATE(); case 357: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); if (lookahead == 'c') ADVANCE(246); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(360); END_STATE(); case 358: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); if (lookahead == 'n') ADVANCE(227); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(360); END_STATE(); case 359: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); if (lookahead == 's') ADVANCE(356); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(360); END_STATE(); case 360: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(360); END_STATE(); case 361: ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); case 362: ACCEPT_TOKEN(anon_sym_STAR); if (lookahead == '\\') ADVANCE(184); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 363: ACCEPT_TOKEN(anon_sym_AT); END_STATE(); case 364: ACCEPT_TOKEN(anon_sym_AT); if (lookahead == '\\') ADVANCE(184); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 365: ACCEPT_TOKEN(anon_sym_0); if (lookahead == '\\') ADVANCE(184); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (!sym_word_character_set_2(lookahead)) ADVANCE(421); END_STATE(); case 366: ACCEPT_TOKEN(anon_sym_0); if (lookahead == '\\') ADVANCE(184); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 367: ACCEPT_TOKEN(anon_sym_0); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(360); END_STATE(); case 368: ACCEPT_TOKEN(anon_sym__); if (lookahead == '\\') ADVANCE(184); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (!sym_word_character_set_2(lookahead)) ADVANCE(421); END_STATE(); case 369: ACCEPT_TOKEN(anon_sym__); if (lookahead == '\\') ADVANCE(184); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 370: ACCEPT_TOKEN(anon_sym__); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(360); END_STATE(); case 371: ACCEPT_TOKEN(sym_word); if (lookahead == '\n') ADVANCE(205); if (lookahead == '#') ADVANCE(422); if (lookahead == '\\') ADVANCE(137); if (lookahead == 'e') ADVANCE(354); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (!sym_word_character_set_5(lookahead)) ADVANCE(421); END_STATE(); case 372: ACCEPT_TOKEN(sym_word); if (lookahead == '\n') ADVANCE(208); if (lookahead == '!') ADVANCE(265); if (lookahead == '#') ADVANCE(422); if (lookahead == '-') ADVANCE(420); if (lookahead == '\\') ADVANCE(154); if (!sym_word_character_set_6(lookahead)) ADVANCE(421); END_STATE(); case 373: ACCEPT_TOKEN(sym_word); if (lookahead == '\n') ADVANCE(209); if (lookahead == '#') ADVANCE(422); if (lookahead == '\\') ADVANCE(138); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (!sym_word_character_set_5(lookahead)) ADVANCE(421); END_STATE(); case 374: ACCEPT_TOKEN(sym_word); if (lookahead == '\n') ADVANCE(210); if (lookahead == '!') ADVANCE(265); if (lookahead == '#') ADVANCE(339); if (lookahead == '*') ADVANCE(362); if (lookahead == '-') ADVANCE(307); if (lookahead == '0') ADVANCE(365); if (lookahead == '=') ADVANCE(405); if (lookahead == '?') ADVANCE(313); if (lookahead == '@') ADVANCE(364); if (lookahead == '\\') ADVANCE(139); if (lookahead == '_') ADVANCE(368); if (lookahead == 'e') ADVANCE(354); if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (lookahead != 0 && lookahead != '\t' && lookahead != '\r' && (lookahead < ' ' || '$' < lookahead) && (lookahead < '&' || ')' < lookahead) && (lookahead < ';' || ']' < lookahead) && (lookahead < '`' || '}' < lookahead)) ADVANCE(421); END_STATE(); case 375: ACCEPT_TOKEN(sym_word); if (lookahead == '\n') ADVANCE(211); if (lookahead == '#') ADVANCE(422); if (lookahead == '\\') ADVANCE(140); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (!sym_word_character_set_5(lookahead)) ADVANCE(421); END_STATE(); case 376: ACCEPT_TOKEN(sym_word); if (lookahead == '\n') ADVANCE(212); if (lookahead == '#') ADVANCE(422); if (lookahead == '=') ADVANCE(405); if (lookahead == '\\') ADVANCE(141); if (lookahead == 'e') ADVANCE(419); if (!sym_word_character_set_7(lookahead)) ADVANCE(421); END_STATE(); case 377: ACCEPT_TOKEN(sym_word); if (lookahead == '\n') ADVANCE(213); if (lookahead == '!') ADVANCE(265); if (lookahead == '#') ADVANCE(339); if (lookahead == '*') ADVANCE(362); if (lookahead == '-') ADVANCE(307); if (lookahead == '0') ADVANCE(365); if (lookahead == '?') ADVANCE(313); if (lookahead == '@') ADVANCE(364); if (lookahead == '\\') ADVANCE(142); if (lookahead == '_') ADVANCE(368); if (lookahead == 'e') ADVANCE(354); if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (lookahead != 0 && lookahead != '\t' && lookahead != '\r' && (lookahead < ' ' || '$' < lookahead) && (lookahead < '&' || ')' < lookahead) && lookahead != ';' && lookahead != '<' && (lookahead < '>' || ']' < lookahead) && (lookahead < '`' || '}' < lookahead)) ADVANCE(421); END_STATE(); case 378: ACCEPT_TOKEN(sym_word); if (lookahead == '\n') ADVANCE(214); if (lookahead == '!') ADVANCE(265); if (lookahead == '#') ADVANCE(339); if (lookahead == '*') ADVANCE(362); if (lookahead == '-') ADVANCE(307); if (lookahead == '0') ADVANCE(365); if (lookahead == '=') ADVANCE(405); if (lookahead == '?') ADVANCE(313); if (lookahead == '@') ADVANCE(364); if (lookahead == '\\') ADVANCE(143); if (lookahead == '_') ADVANCE(368); if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (lookahead != 0 && lookahead != '\t' && lookahead != '\r' && (lookahead < ' ' || '$' < lookahead) && (lookahead < '&' || ')' < lookahead) && (lookahead < ';' || ']' < lookahead) && (lookahead < '`' || '}' < lookahead)) ADVANCE(421); END_STATE(); case 379: ACCEPT_TOKEN(sym_word); if (lookahead == '\n') ADVANCE(215); if (lookahead == '#') ADVANCE(422); if (lookahead == '=') ADVANCE(405); if (lookahead == '\\') ADVANCE(144); if (!sym_word_character_set_7(lookahead)) ADVANCE(421); END_STATE(); case 380: ACCEPT_TOKEN(sym_word); if (lookahead == '\n') ADVANCE(216); if (lookahead == '!') ADVANCE(265); if (lookahead == '#') ADVANCE(339); if (lookahead == '*') ADVANCE(362); if (lookahead == '-') ADVANCE(307); if (lookahead == '0') ADVANCE(365); if (lookahead == '=') ADVANCE(405); if (lookahead == '?') ADVANCE(313); if (lookahead == '@') ADVANCE(364); if (lookahead == '\\') ADVANCE(145); if (lookahead == '_') ADVANCE(368); if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (lookahead != 0 && lookahead != '\t' && lookahead != '\r' && (lookahead < ' ' || '$' < lookahead) && (lookahead < '&' || ')' < lookahead) && (lookahead < ';' || ']' < lookahead) && (lookahead < '`' || '}' < lookahead)) ADVANCE(421); END_STATE(); case 381: ACCEPT_TOKEN(sym_word); if (lookahead == '\n') ADVANCE(217); if (lookahead == '!') ADVANCE(265); if (lookahead == '#') ADVANCE(339); if (lookahead == '*') ADVANCE(362); if (lookahead == '-') ADVANCE(307); if (lookahead == '0') ADVANCE(365); if (lookahead == '?') ADVANCE(313); if (lookahead == '@') ADVANCE(364); if (lookahead == '\\') ADVANCE(146); if (lookahead == '_') ADVANCE(368); if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (lookahead != 0 && lookahead != '\t' && lookahead != '\r' && (lookahead < ' ' || '$' < lookahead) && (lookahead < '&' || ')' < lookahead) && lookahead != ';' && lookahead != '<' && (lookahead < '>' || ']' < lookahead) && (lookahead < '`' || '}' < lookahead)) ADVANCE(421); END_STATE(); case 382: ACCEPT_TOKEN(sym_word); if (lookahead == '\n') ADVANCE(218); if (lookahead == '#') ADVANCE(422); if (lookahead == '=') ADVANCE(405); if (lookahead == '\\') ADVANCE(147); if (!sym_word_character_set_7(lookahead)) ADVANCE(421); END_STATE(); case 383: ACCEPT_TOKEN(sym_word); if (lookahead == '\n') ADVANCE(219); if (lookahead == '!') ADVANCE(265); if (lookahead == '#') ADVANCE(339); if (lookahead == '*') ADVANCE(362); if (lookahead == '-') ADVANCE(307); if (lookahead == '0') ADVANCE(365); if (lookahead == '?') ADVANCE(313); if (lookahead == '@') ADVANCE(364); if (lookahead == '\\') ADVANCE(148); if (lookahead == '_') ADVANCE(368); if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (lookahead != 0 && lookahead != '\t' && lookahead != '\r' && (lookahead < ' ' || '$' < lookahead) && (lookahead < '&' || ')' < lookahead) && lookahead != ';' && lookahead != '<' && (lookahead < '>' || ']' < lookahead) && (lookahead < '`' || '}' < lookahead)) ADVANCE(421); END_STATE(); case 384: ACCEPT_TOKEN(sym_word); if (lookahead == '\n') ADVANCE(220); if (lookahead == '#') ADVANCE(422); if (lookahead == '\\') ADVANCE(150); if (lookahead == 'e') ADVANCE(419); if (!sym_word_character_set_8(lookahead)) ADVANCE(421); END_STATE(); case 385: ACCEPT_TOKEN(sym_word); if (lookahead == '\n') ADVANCE(221); if (lookahead == '#') ADVANCE(422); if (lookahead == '\\') ADVANCE(151); if (!sym_word_character_set_8(lookahead)) ADVANCE(421); END_STATE(); case 386: ACCEPT_TOKEN(sym_word); if (lookahead == '\n') ADVANCE(222); if (lookahead == '#') ADVANCE(422); if (lookahead == '\\') ADVANCE(152); if (!sym_word_character_set_8(lookahead)) ADVANCE(421); END_STATE(); case 387: ACCEPT_TOKEN(sym_word); if (lookahead == '\n') ADVANCE(223); if (lookahead == '!') ADVANCE(265); if (lookahead == '#') ADVANCE(339); if (lookahead == '*') ADVANCE(362); if (lookahead == '-') ADVANCE(307); if (lookahead == '0') ADVANCE(365); if (lookahead == '?') ADVANCE(313); if (lookahead == '@') ADVANCE(364); if (lookahead == '\\') ADVANCE(160); if (lookahead == '_') ADVANCE(368); if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (lookahead != 0 && lookahead != '\t' && lookahead != '\r' && (lookahead < ' ' || '$' < lookahead) && (lookahead < '&' || ')' < lookahead) && lookahead != ';' && lookahead != '<' && (lookahead < '>' || ']' < lookahead) && (lookahead < '`' || '}' < lookahead)) ADVANCE(421); END_STATE(); case 388: ACCEPT_TOKEN(sym_word); if (lookahead == '\n') ADVANCE(224); if (lookahead == '#') ADVANCE(422); if (lookahead == '\\') ADVANCE(161); if (!sym_word_character_set_8(lookahead)) ADVANCE(421); END_STATE(); case 389: ACCEPT_TOKEN(sym_word); if (lookahead == '!') ADVANCE(263); if (lookahead == '#') ADVANCE(339); if (lookahead == '%') ADVANCE(344); if (lookahead == '*') ADVANCE(362); if (lookahead == '+') ADVANCE(302); if (lookahead == '-') ADVANCE(305); if (lookahead == '/') ADVANCE(341); if (lookahead == '0') ADVANCE(366); if (lookahead == ':') ADVANCE(315); if (lookahead == '=') ADVANCE(276); if (lookahead == '?') ADVANCE(313); if (lookahead == '@') ADVANCE(364); if (lookahead == '\\') ADVANCE(131); if (lookahead == '_') ADVANCE(369); if (lookahead == 'd') ADVANCE(418); if (lookahead == 'e') ADVANCE(414); if (lookahead == 'f') ADVANCE(412); if (lookahead == 'i') ADVANCE(416); if (lookahead == 't') ADVANCE(411); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && (lookahead < ' ' || ')' < lookahead) && (lookahead < ';' || '>' < lookahead) && (lookahead < '[' || ']' < lookahead) && lookahead != '`' && (lookahead < '{' || '}' < lookahead)) ADVANCE(421); END_STATE(); case 390: ACCEPT_TOKEN(sym_word); if (lookahead == '!') ADVANCE(265); if (lookahead == '#') ADVANCE(339); if (lookahead == '%') ADVANCE(344); if (lookahead == '*') ADVANCE(362); if (lookahead == '-') ADVANCE(307); if (lookahead == '0') ADVANCE(365); if (lookahead == ':') ADVANCE(315); if (lookahead == '=') ADVANCE(278); if (lookahead == '?') ADVANCE(313); if (lookahead == '@') ADVANCE(364); if (lookahead == '\\') ADVANCE(159); if (lookahead == '_') ADVANCE(368); if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && (lookahead < ' ' || ')' < lookahead) && (lookahead < ';' || ']' < lookahead) && (lookahead < '`' || '}' < lookahead)) ADVANCE(421); END_STATE(); case 391: ACCEPT_TOKEN(sym_word); if (lookahead == '!') ADVANCE(265); if (lookahead == '#') ADVANCE(339); if (lookahead == '*') ADVANCE(362); if (lookahead == '-') ADVANCE(307); if (lookahead == '0') ADVANCE(365); if (lookahead == '?') ADVANCE(313); if (lookahead == '@') ADVANCE(364); if (lookahead == '\\') ADVANCE(155); if (lookahead == '_') ADVANCE(368); if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(355); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && (lookahead < ' ' || '$' < lookahead) && (lookahead < '&' || ')' < lookahead) && lookahead != ';' && lookahead != '<' && (lookahead < '>' || ']' < lookahead) && (lookahead < '`' || '}' < lookahead)) ADVANCE(421); END_STATE(); case 392: ACCEPT_TOKEN(sym_word); if (lookahead == '!') ADVANCE(265); if (lookahead == '#') ADVANCE(422); if (lookahead == '-') ADVANCE(420); if (lookahead == '\\') ADVANCE(156); if (!sym_word_character_set_9(lookahead)) ADVANCE(421); END_STATE(); case 393: ACCEPT_TOKEN(sym_word); if (lookahead == '!') ADVANCE(265); if (lookahead == '#') ADVANCE(422); if (lookahead == '\\') ADVANCE(132); if (!sym_word_character_set_9(lookahead)) ADVANCE(421); END_STATE(); case 394: ACCEPT_TOKEN(sym_word); if (lookahead == '!') ADVANCE(265); if (lookahead == '#') ADVANCE(422); if (lookahead == '\\') ADVANCE(133); if (lookahead == 'e') ADVANCE(415); if (lookahead == 'f') ADVANCE(412); if (!sym_word_character_set_9(lookahead)) ADVANCE(421); END_STATE(); case 395: ACCEPT_TOKEN(sym_word); if (lookahead == '!') ADVANCE(265); if (lookahead == '#') ADVANCE(422); if (lookahead == '\\') ADVANCE(134); if (lookahead == 'e') ADVANCE(419); if (!sym_word_character_set_9(lookahead)) ADVANCE(421); END_STATE(); case 396: ACCEPT_TOKEN(sym_word); if (lookahead == '!') ADVANCE(265); if (lookahead == '#') ADVANCE(422); if (lookahead == '\\') ADVANCE(135); if (lookahead == 'f') ADVANCE(412); if (!sym_word_character_set_9(lookahead)) ADVANCE(421); END_STATE(); case 397: ACCEPT_TOKEN(sym_word); if (lookahead == '!') ADVANCE(265); if (lookahead == '#') ADVANCE(422); if (lookahead == '\\') ADVANCE(136); if (!sym_word_character_set_9(lookahead)) ADVANCE(421); END_STATE(); case 398: ACCEPT_TOKEN(sym_word); if (lookahead == '#') ADVANCE(339); if (lookahead == '%') ADVANCE(344); if (lookahead == '-') ADVANCE(307); if (lookahead == '/') ADVANCE(341); if (lookahead == ':') ADVANCE(315); if (lookahead == '=') ADVANCE(278); if (lookahead == '\\') ADVANCE(157); if (!sym_word_character_set_10(lookahead)) ADVANCE(421); END_STATE(); case 399: ACCEPT_TOKEN(sym_word); if (lookahead == '#') ADVANCE(339); if (lookahead == '%') ADVANCE(344); if (lookahead == '-') ADVANCE(307); if (lookahead == ':') ADVANCE(315); if (lookahead == '=') ADVANCE(278); if (lookahead == '\\') ADVANCE(158); if (!sym_word_character_set_10(lookahead)) ADVANCE(421); END_STATE(); case 400: ACCEPT_TOKEN(sym_word); if (lookahead == '#') ADVANCE(422); if (lookahead == '\\') ADVANCE(149); if (!sym_word_character_set_11(lookahead)) ADVANCE(421); END_STATE(); case 401: ACCEPT_TOKEN(sym_word); if (lookahead == '#') ADVANCE(422); if (lookahead == '\\') ADVANCE(153); if (!sym_word_character_set_11(lookahead)) ADVANCE(421); END_STATE(); case 402: ACCEPT_TOKEN(sym_word); if (lookahead == '#') ADVANCE(422); if (lookahead == '\\') ADVANCE(162); if (lookahead == 'e') ADVANCE(419); if (!sym_word_character_set_11(lookahead)) ADVANCE(421); END_STATE(); case 403: ACCEPT_TOKEN(sym_word); if (lookahead == '#') ADVANCE(422); if (lookahead == '\\') ADVANCE(163); if (!sym_word_character_set_11(lookahead)) ADVANCE(421); END_STATE(); case 404: ACCEPT_TOKEN(sym_word); if (lookahead == '#') ADVANCE(422); if (lookahead == '\\') ADVANCE(164); if (!sym_word_character_set_11(lookahead)) ADVANCE(421); END_STATE(); case 405: ACCEPT_TOKEN(sym_word); if (lookahead == '=') ADVANCE(274); if (lookahead == '\\') ADVANCE(184); if (lookahead == '~') ADVANCE(272); if (!sym_word_character_set_3(lookahead)) ADVANCE(421); END_STATE(); case 406: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(184); if (lookahead == 'a') ADVANCE(407); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 407: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(184); if (lookahead == 'c') ADVANCE(245); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 408: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(184); if (lookahead == 'e') ADVANCE(242); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 409: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(184); if (lookahead == 'e') ADVANCE(417); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 410: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(184); if (lookahead == 'f') ADVANCE(240); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 411: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(184); if (lookahead == 'h') ADVANCE(409); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 412: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(184); if (lookahead == 'i') ADVANCE(238); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 413: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(184); if (lookahead == 'i') ADVANCE(410); if (lookahead == 's') ADVANCE(408); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 414: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(184); if (lookahead == 'l') ADVANCE(413); if (lookahead == 's') ADVANCE(406); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 415: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(184); if (lookahead == 'l') ADVANCE(413); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 416: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(184); if (lookahead == 'n') ADVANCE(226); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 417: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(184); if (lookahead == 'n') ADVANCE(236); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 418: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(184); if (lookahead == 'o') ADVANCE(234); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 419: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(184); if (lookahead == 's') ADVANCE(406); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 420: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(184); if (('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); if (!sym_word_character_set_2(lookahead)) ADVANCE(421); END_STATE(); case 421: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(184); if (!sym_word_character_set_1(lookahead)) ADVANCE(421); END_STATE(); case 422: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(350); if (!sym_word_character_set_1(lookahead)) ADVANCE(422); END_STATE(); case 423: ACCEPT_TOKEN(sym_test_operator); if (('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(423); END_STATE(); case 424: ACCEPT_TOKEN(anon_sym_AMP); END_STATE(); case 425: ACCEPT_TOKEN(anon_sym_AMP); if (lookahead == '&') ADVANCE(260); END_STATE(); case 426: ACCEPT_TOKEN(anon_sym_AMP); if (lookahead == '&') ADVANCE(260); if (lookahead == '>') ADVANCE(292); END_STATE(); default: return false; } } static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { START_LEXER(); eof = lexer->eof(lexer); switch (state) { case 0: if (lookahead == '\\') SKIP(1) if (lookahead == 'c') ADVANCE(2); if (lookahead == 'd') ADVANCE(3); if (lookahead == 'e') ADVANCE(4); if (lookahead == 'f') ADVANCE(5); if (lookahead == 'i') ADVANCE(6); if (lookahead == 'l') ADVANCE(7); if (lookahead == 'r') ADVANCE(8); if (lookahead == 's') ADVANCE(9); if (lookahead == 't') ADVANCE(10); if (lookahead == 'u') ADVANCE(11); if (lookahead == 'w') ADVANCE(12); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(0) END_STATE(); case 1: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(0) if (lookahead == '\r') SKIP(13) END_STATE(); case 2: if (lookahead == 'a') ADVANCE(14); END_STATE(); case 3: if (lookahead == 'e') ADVANCE(15); if (lookahead == 'o') ADVANCE(16); END_STATE(); case 4: if (lookahead == 'x') ADVANCE(17); END_STATE(); case 5: if (lookahead == 'o') ADVANCE(18); if (lookahead == 'u') ADVANCE(19); END_STATE(); case 6: if (lookahead == 'f') ADVANCE(20); END_STATE(); case 7: if (lookahead == 'o') ADVANCE(21); END_STATE(); case 8: if (lookahead == 'e') ADVANCE(22); END_STATE(); case 9: if (lookahead == 'e') ADVANCE(23); END_STATE(); case 10: if (lookahead == 'y') ADVANCE(24); END_STATE(); case 11: if (lookahead == 'n') ADVANCE(25); END_STATE(); case 12: if (lookahead == 'h') ADVANCE(26); END_STATE(); case 13: if (lookahead == '\n') SKIP(0) END_STATE(); case 14: if (lookahead == 's') ADVANCE(27); END_STATE(); case 15: if (lookahead == 'c') ADVANCE(28); END_STATE(); case 16: if (lookahead == 'n') ADVANCE(29); END_STATE(); case 17: if (lookahead == 'p') ADVANCE(30); END_STATE(); case 18: if (lookahead == 'r') ADVANCE(31); END_STATE(); case 19: if (lookahead == 'n') ADVANCE(32); END_STATE(); case 20: ACCEPT_TOKEN(anon_sym_if); END_STATE(); case 21: if (lookahead == 'c') ADVANCE(33); END_STATE(); case 22: if (lookahead == 'a') ADVANCE(34); END_STATE(); case 23: if (lookahead == 'l') ADVANCE(35); END_STATE(); case 24: if (lookahead == 'p') ADVANCE(36); END_STATE(); case 25: if (lookahead == 's') ADVANCE(37); if (lookahead == 't') ADVANCE(38); END_STATE(); case 26: if (lookahead == 'i') ADVANCE(39); END_STATE(); case 27: if (lookahead == 'e') ADVANCE(40); END_STATE(); case 28: if (lookahead == 'l') ADVANCE(41); END_STATE(); case 29: if (lookahead == 'e') ADVANCE(42); END_STATE(); case 30: if (lookahead == 'o') ADVANCE(43); END_STATE(); case 31: ACCEPT_TOKEN(anon_sym_for); END_STATE(); case 32: if (lookahead == 'c') ADVANCE(44); END_STATE(); case 33: if (lookahead == 'a') ADVANCE(45); END_STATE(); case 34: if (lookahead == 'd') ADVANCE(46); END_STATE(); case 35: if (lookahead == 'e') ADVANCE(47); END_STATE(); case 36: if (lookahead == 'e') ADVANCE(48); END_STATE(); case 37: if (lookahead == 'e') ADVANCE(49); END_STATE(); case 38: if (lookahead == 'i') ADVANCE(50); END_STATE(); case 39: if (lookahead == 'l') ADVANCE(51); END_STATE(); case 40: ACCEPT_TOKEN(anon_sym_case); END_STATE(); case 41: if (lookahead == 'a') ADVANCE(52); END_STATE(); case 42: ACCEPT_TOKEN(anon_sym_done); END_STATE(); case 43: if (lookahead == 'r') ADVANCE(53); END_STATE(); case 44: if (lookahead == 't') ADVANCE(54); END_STATE(); case 45: if (lookahead == 'l') ADVANCE(55); END_STATE(); case 46: if (lookahead == 'o') ADVANCE(56); END_STATE(); case 47: if (lookahead == 'c') ADVANCE(57); END_STATE(); case 48: if (lookahead == 's') ADVANCE(58); END_STATE(); case 49: if (lookahead == 't') ADVANCE(59); END_STATE(); case 50: if (lookahead == 'l') ADVANCE(60); END_STATE(); case 51: if (lookahead == 'e') ADVANCE(61); END_STATE(); case 52: if (lookahead == 'r') ADVANCE(62); END_STATE(); case 53: if (lookahead == 't') ADVANCE(63); END_STATE(); case 54: if (lookahead == 'i') ADVANCE(64); END_STATE(); case 55: ACCEPT_TOKEN(anon_sym_local); END_STATE(); case 56: if (lookahead == 'n') ADVANCE(65); END_STATE(); case 57: if (lookahead == 't') ADVANCE(66); END_STATE(); case 58: if (lookahead == 'e') ADVANCE(67); END_STATE(); case 59: ACCEPT_TOKEN(anon_sym_unset); if (lookahead == 'e') ADVANCE(68); END_STATE(); case 60: ACCEPT_TOKEN(anon_sym_until); END_STATE(); case 61: ACCEPT_TOKEN(anon_sym_while); END_STATE(); case 62: if (lookahead == 'e') ADVANCE(69); END_STATE(); case 63: ACCEPT_TOKEN(anon_sym_export); END_STATE(); case 64: if (lookahead == 'o') ADVANCE(70); END_STATE(); case 65: if (lookahead == 'l') ADVANCE(71); END_STATE(); case 66: ACCEPT_TOKEN(anon_sym_select); END_STATE(); case 67: if (lookahead == 't') ADVANCE(72); END_STATE(); case 68: if (lookahead == 'n') ADVANCE(73); END_STATE(); case 69: ACCEPT_TOKEN(anon_sym_declare); END_STATE(); case 70: if (lookahead == 'n') ADVANCE(74); END_STATE(); case 71: if (lookahead == 'y') ADVANCE(75); END_STATE(); case 72: ACCEPT_TOKEN(anon_sym_typeset); END_STATE(); case 73: if (lookahead == 'v') ADVANCE(76); END_STATE(); case 74: ACCEPT_TOKEN(anon_sym_function); END_STATE(); case 75: ACCEPT_TOKEN(anon_sym_readonly); END_STATE(); case 76: ACCEPT_TOKEN(anon_sym_unsetenv); END_STATE(); default: return false; } } static const TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0, .external_lex_state = 1}, [1] = {.lex_state = 198, .external_lex_state = 2}, [2] = {.lex_state = 81, .external_lex_state = 2}, [3] = {.lex_state = 81, .external_lex_state = 2}, [4] = {.lex_state = 81, .external_lex_state = 2}, [5] = {.lex_state = 81, .external_lex_state = 2}, [6] = {.lex_state = 81, .external_lex_state = 2}, [7] = {.lex_state = 81, .external_lex_state = 2}, [8] = {.lex_state = 80, .external_lex_state = 2}, [9] = {.lex_state = 80, .external_lex_state = 2}, [10] = {.lex_state = 80, .external_lex_state = 2}, [11] = {.lex_state = 80, .external_lex_state = 2}, [12] = {.lex_state = 80, .external_lex_state = 2}, [13] = {.lex_state = 198, .external_lex_state = 2}, [14] = {.lex_state = 198, .external_lex_state = 2}, [15] = {.lex_state = 198, .external_lex_state = 2}, [16] = {.lex_state = 198, .external_lex_state = 2}, [17] = {.lex_state = 198, .external_lex_state = 2}, [18] = {.lex_state = 81, .external_lex_state = 2}, [19] = {.lex_state = 81, .external_lex_state = 2}, [20] = {.lex_state = 81, .external_lex_state = 2}, [21] = {.lex_state = 198, .external_lex_state = 2}, [22] = {.lex_state = 198, .external_lex_state = 2}, [23] = {.lex_state = 198, .external_lex_state = 2}, [24] = {.lex_state = 198, .external_lex_state = 2}, [25] = {.lex_state = 198, .external_lex_state = 2}, [26] = {.lex_state = 198, .external_lex_state = 2}, [27] = {.lex_state = 198, .external_lex_state = 2}, [28] = {.lex_state = 198, .external_lex_state = 2}, [29] = {.lex_state = 198, .external_lex_state = 2}, [30] = {.lex_state = 198, .external_lex_state = 2}, [31] = {.lex_state = 198, .external_lex_state = 2}, [32] = {.lex_state = 82, .external_lex_state = 2}, [33] = {.lex_state = 82, .external_lex_state = 2}, [34] = {.lex_state = 198, .external_lex_state = 2}, [35] = {.lex_state = 198, .external_lex_state = 2}, [36] = {.lex_state = 198, .external_lex_state = 2}, [37] = {.lex_state = 198, .external_lex_state = 2}, [38] = {.lex_state = 198, .external_lex_state = 2}, [39] = {.lex_state = 198, .external_lex_state = 2}, [40] = {.lex_state = 198, .external_lex_state = 2}, [41] = {.lex_state = 198, .external_lex_state = 2}, [42] = {.lex_state = 198, .external_lex_state = 2}, [43] = {.lex_state = 198, .external_lex_state = 2}, [44] = {.lex_state = 198, .external_lex_state = 2}, [45] = {.lex_state = 198, .external_lex_state = 2}, [46] = {.lex_state = 198, .external_lex_state = 2}, [47] = {.lex_state = 198, .external_lex_state = 2}, [48] = {.lex_state = 198, .external_lex_state = 2}, [49] = {.lex_state = 198, .external_lex_state = 2}, [50] = {.lex_state = 198, .external_lex_state = 2}, [51] = {.lex_state = 198, .external_lex_state = 2}, [52] = {.lex_state = 198, .external_lex_state = 2}, [53] = {.lex_state = 198, .external_lex_state = 2}, [54] = {.lex_state = 198, .external_lex_state = 2}, [55] = {.lex_state = 198, .external_lex_state = 2}, [56] = {.lex_state = 198, .external_lex_state = 2}, [57] = {.lex_state = 198, .external_lex_state = 2}, [58] = {.lex_state = 198, .external_lex_state = 2}, [59] = {.lex_state = 83, .external_lex_state = 3}, [60] = {.lex_state = 198, .external_lex_state = 2}, [61] = {.lex_state = 198, .external_lex_state = 2}, [62] = {.lex_state = 198, .external_lex_state = 2}, [63] = {.lex_state = 198, .external_lex_state = 2}, [64] = {.lex_state = 198, .external_lex_state = 2}, [65] = {.lex_state = 198, .external_lex_state = 2}, [66] = {.lex_state = 198, .external_lex_state = 2}, [67] = {.lex_state = 198, .external_lex_state = 2}, [68] = {.lex_state = 198, .external_lex_state = 2}, [69] = {.lex_state = 198, .external_lex_state = 2}, [70] = {.lex_state = 198, .external_lex_state = 2}, [71] = {.lex_state = 198, .external_lex_state = 2}, [72] = {.lex_state = 198, .external_lex_state = 2}, [73] = {.lex_state = 198, .external_lex_state = 2}, [74] = {.lex_state = 198, .external_lex_state = 2}, [75] = {.lex_state = 198, .external_lex_state = 2}, [76] = {.lex_state = 198, .external_lex_state = 2}, [77] = {.lex_state = 198, .external_lex_state = 2}, [78] = {.lex_state = 198, .external_lex_state = 2}, [79] = {.lex_state = 198, .external_lex_state = 2}, [80] = {.lex_state = 198, .external_lex_state = 2}, [81] = {.lex_state = 198, .external_lex_state = 2}, [82] = {.lex_state = 198, .external_lex_state = 2}, [83] = {.lex_state = 198, .external_lex_state = 2}, [84] = {.lex_state = 198, .external_lex_state = 2}, [85] = {.lex_state = 198, .external_lex_state = 2}, [86] = {.lex_state = 198, .external_lex_state = 2}, [87] = {.lex_state = 198, .external_lex_state = 2}, [88] = {.lex_state = 198, .external_lex_state = 2}, [89] = {.lex_state = 198, .external_lex_state = 2}, [90] = {.lex_state = 198, .external_lex_state = 2}, [91] = {.lex_state = 198, .external_lex_state = 2}, [92] = {.lex_state = 198, .external_lex_state = 2}, [93] = {.lex_state = 198, .external_lex_state = 2}, [94] = {.lex_state = 83, .external_lex_state = 3}, [95] = {.lex_state = 198, .external_lex_state = 2}, [96] = {.lex_state = 198, .external_lex_state = 2}, [97] = {.lex_state = 198, .external_lex_state = 2}, [98] = {.lex_state = 82, .external_lex_state = 2}, [99] = {.lex_state = 198, .external_lex_state = 2}, [100] = {.lex_state = 198, .external_lex_state = 2}, [101] = {.lex_state = 83, .external_lex_state = 3}, [102] = {.lex_state = 198, .external_lex_state = 2}, [103] = {.lex_state = 83, .external_lex_state = 3}, [104] = {.lex_state = 198, .external_lex_state = 2}, [105] = {.lex_state = 198, .external_lex_state = 2}, [106] = {.lex_state = 198, .external_lex_state = 2}, [107] = {.lex_state = 198, .external_lex_state = 2}, [108] = {.lex_state = 198, .external_lex_state = 2}, [109] = {.lex_state = 198, .external_lex_state = 2}, [110] = {.lex_state = 198, .external_lex_state = 2}, [111] = {.lex_state = 198, .external_lex_state = 2}, [112] = {.lex_state = 198, .external_lex_state = 2}, [113] = {.lex_state = 198, .external_lex_state = 2}, [114] = {.lex_state = 198, .external_lex_state = 2}, [115] = {.lex_state = 198, .external_lex_state = 2}, [116] = {.lex_state = 198, .external_lex_state = 2}, [117] = {.lex_state = 198, .external_lex_state = 2}, [118] = {.lex_state = 198, .external_lex_state = 2}, [119] = {.lex_state = 198, .external_lex_state = 2}, [120] = {.lex_state = 198, .external_lex_state = 2}, [121] = {.lex_state = 198, .external_lex_state = 2}, [122] = {.lex_state = 83, .external_lex_state = 3}, [123] = {.lex_state = 198, .external_lex_state = 2}, [124] = {.lex_state = 198, .external_lex_state = 2}, [125] = {.lex_state = 198, .external_lex_state = 2}, [126] = {.lex_state = 198, .external_lex_state = 2}, [127] = {.lex_state = 198, .external_lex_state = 2}, [128] = {.lex_state = 83, .external_lex_state = 3}, [129] = {.lex_state = 83, .external_lex_state = 3}, [130] = {.lex_state = 198, .external_lex_state = 2}, [131] = {.lex_state = 198, .external_lex_state = 2}, [132] = {.lex_state = 198, .external_lex_state = 2}, [133] = {.lex_state = 198, .external_lex_state = 2}, [134] = {.lex_state = 198, .external_lex_state = 2}, [135] = {.lex_state = 198, .external_lex_state = 2}, [136] = {.lex_state = 198, .external_lex_state = 2}, [137] = {.lex_state = 198, .external_lex_state = 2}, [138] = {.lex_state = 198, .external_lex_state = 2}, [139] = {.lex_state = 198, .external_lex_state = 2}, [140] = {.lex_state = 198, .external_lex_state = 2}, [141] = {.lex_state = 198, .external_lex_state = 2}, [142] = {.lex_state = 198, .external_lex_state = 2}, [143] = {.lex_state = 198, .external_lex_state = 2}, [144] = {.lex_state = 198, .external_lex_state = 2}, [145] = {.lex_state = 198, .external_lex_state = 2}, [146] = {.lex_state = 198, .external_lex_state = 2}, [147] = {.lex_state = 198, .external_lex_state = 2}, [148] = {.lex_state = 198, .external_lex_state = 2}, [149] = {.lex_state = 198, .external_lex_state = 2}, [150] = {.lex_state = 198, .external_lex_state = 2}, [151] = {.lex_state = 198, .external_lex_state = 2}, [152] = {.lex_state = 198, .external_lex_state = 2}, [153] = {.lex_state = 198, .external_lex_state = 2}, [154] = {.lex_state = 198, .external_lex_state = 2}, [155] = {.lex_state = 198, .external_lex_state = 2}, [156] = {.lex_state = 198, .external_lex_state = 2}, [157] = {.lex_state = 198, .external_lex_state = 2}, [158] = {.lex_state = 80, .external_lex_state = 4}, [159] = {.lex_state = 80, .external_lex_state = 4}, [160] = {.lex_state = 198, .external_lex_state = 4}, [161] = {.lex_state = 8, .external_lex_state = 5}, [162] = {.lex_state = 198, .external_lex_state = 4}, [163] = {.lex_state = 8, .external_lex_state = 5}, [164] = {.lex_state = 81, .external_lex_state = 4}, [165] = {.lex_state = 8, .external_lex_state = 5}, [166] = {.lex_state = 60, .external_lex_state = 5}, [167] = {.lex_state = 61, .external_lex_state = 6}, [168] = {.lex_state = 60, .external_lex_state = 5}, [169] = {.lex_state = 60, .external_lex_state = 5}, [170] = {.lex_state = 193, .external_lex_state = 5}, [171] = {.lex_state = 80, .external_lex_state = 2}, [172] = {.lex_state = 198, .external_lex_state = 2}, [173] = {.lex_state = 80, .external_lex_state = 2}, [174] = {.lex_state = 63, .external_lex_state = 6}, [175] = {.lex_state = 80, .external_lex_state = 2}, [176] = {.lex_state = 198, .external_lex_state = 4}, [177] = {.lex_state = 82, .external_lex_state = 4}, [178] = {.lex_state = 193, .external_lex_state = 5}, [179] = {.lex_state = 63, .external_lex_state = 6}, [180] = {.lex_state = 63, .external_lex_state = 6}, [181] = {.lex_state = 63, .external_lex_state = 6}, [182] = {.lex_state = 198, .external_lex_state = 4}, [183] = {.lex_state = 198, .external_lex_state = 4}, [184] = {.lex_state = 193, .external_lex_state = 5}, [185] = {.lex_state = 193, .external_lex_state = 5}, [186] = {.lex_state = 63, .external_lex_state = 6}, [187] = {.lex_state = 198, .external_lex_state = 2}, [188] = {.lex_state = 193, .external_lex_state = 5}, [189] = {.lex_state = 80, .external_lex_state = 2}, [190] = {.lex_state = 198, .external_lex_state = 4}, [191] = {.lex_state = 193, .external_lex_state = 5}, [192] = {.lex_state = 64, .external_lex_state = 5}, [193] = {.lex_state = 83, .external_lex_state = 7}, [194] = {.lex_state = 198, .external_lex_state = 2}, [195] = {.lex_state = 198, .external_lex_state = 2}, [196] = {.lex_state = 198, .external_lex_state = 4}, [197] = {.lex_state = 64, .external_lex_state = 5}, [198] = {.lex_state = 65, .external_lex_state = 6}, [199] = {.lex_state = 66, .external_lex_state = 6}, [200] = {.lex_state = 66, .external_lex_state = 6}, [201] = {.lex_state = 8, .external_lex_state = 6}, [202] = {.lex_state = 193, .external_lex_state = 5}, [203] = {.lex_state = 81, .external_lex_state = 2}, [204] = {.lex_state = 64, .external_lex_state = 6}, [205] = {.lex_state = 8, .external_lex_state = 6}, [206] = {.lex_state = 194, .external_lex_state = 6}, [207] = {.lex_state = 68, .external_lex_state = 5}, [208] = {.lex_state = 198, .external_lex_state = 4}, [209] = {.lex_state = 193, .external_lex_state = 5}, [210] = {.lex_state = 66, .external_lex_state = 6}, [211] = {.lex_state = 194, .external_lex_state = 6}, [212] = {.lex_state = 198, .external_lex_state = 4}, [213] = {.lex_state = 8, .external_lex_state = 6}, [214] = {.lex_state = 198, .external_lex_state = 4}, [215] = {.lex_state = 66, .external_lex_state = 6}, [216] = {.lex_state = 66, .external_lex_state = 6}, [217] = {.lex_state = 68, .external_lex_state = 5}, [218] = {.lex_state = 81, .external_lex_state = 2}, [219] = {.lex_state = 195, .external_lex_state = 6}, [220] = {.lex_state = 60, .external_lex_state = 6}, [221] = {.lex_state = 60, .external_lex_state = 6}, [222] = {.lex_state = 60, .external_lex_state = 6}, [223] = {.lex_state = 195, .external_lex_state = 6}, [224] = {.lex_state = 195, .external_lex_state = 6}, [225] = {.lex_state = 68, .external_lex_state = 6}, [226] = {.lex_state = 195, .external_lex_state = 6}, [227] = {.lex_state = 195, .external_lex_state = 6}, [228] = {.lex_state = 195, .external_lex_state = 6}, [229] = {.lex_state = 196, .external_lex_state = 5}, [230] = {.lex_state = 196, .external_lex_state = 5}, [231] = {.lex_state = 196, .external_lex_state = 5}, [232] = {.lex_state = 196, .external_lex_state = 5}, [233] = {.lex_state = 195, .external_lex_state = 6}, [234] = {.lex_state = 195, .external_lex_state = 6}, [235] = {.lex_state = 195, .external_lex_state = 6}, [236] = {.lex_state = 195, .external_lex_state = 6}, [237] = {.lex_state = 193, .external_lex_state = 6}, [238] = {.lex_state = 193, .external_lex_state = 6}, [239] = {.lex_state = 198, .external_lex_state = 2}, [240] = {.lex_state = 83, .external_lex_state = 3}, [241] = {.lex_state = 193, .external_lex_state = 6}, [242] = {.lex_state = 195, .external_lex_state = 6}, [243] = {.lex_state = 196, .external_lex_state = 6}, [244] = {.lex_state = 196, .external_lex_state = 6}, [245] = {.lex_state = 198, .external_lex_state = 2}, [246] = {.lex_state = 198, .external_lex_state = 2}, [247] = {.lex_state = 193, .external_lex_state = 6}, [248] = {.lex_state = 83, .external_lex_state = 3}, [249] = {.lex_state = 195, .external_lex_state = 6}, [250] = {.lex_state = 195, .external_lex_state = 6}, [251] = {.lex_state = 198, .external_lex_state = 2}, [252] = {.lex_state = 195, .external_lex_state = 6}, [253] = {.lex_state = 193, .external_lex_state = 6}, [254] = {.lex_state = 82, .external_lex_state = 2}, [255] = {.lex_state = 82, .external_lex_state = 2}, [256] = {.lex_state = 198, .external_lex_state = 2}, [257] = {.lex_state = 198, .external_lex_state = 2}, [258] = {.lex_state = 193, .external_lex_state = 6}, [259] = {.lex_state = 193, .external_lex_state = 6}, [260] = {.lex_state = 198, .external_lex_state = 2}, [261] = {.lex_state = 198, .external_lex_state = 2}, [262] = {.lex_state = 198, .external_lex_state = 2}, [263] = {.lex_state = 198, .external_lex_state = 2}, [264] = {.lex_state = 198, .external_lex_state = 2}, [265] = {.lex_state = 193, .external_lex_state = 6}, [266] = {.lex_state = 95, .external_lex_state = 2}, [267] = {.lex_state = 95, .external_lex_state = 2}, [268] = {.lex_state = 198, .external_lex_state = 2}, [269] = {.lex_state = 95, .external_lex_state = 2}, [270] = {.lex_state = 95, .external_lex_state = 2}, [271] = {.lex_state = 95, .external_lex_state = 2}, [272] = {.lex_state = 71, .external_lex_state = 5}, [273] = {.lex_state = 71, .external_lex_state = 5}, [274] = {.lex_state = 71, .external_lex_state = 5}, [275] = {.lex_state = 63, .external_lex_state = 8}, [276] = {.lex_state = 71, .external_lex_state = 5}, [277] = {.lex_state = 8, .external_lex_state = 9}, [278] = {.lex_state = 63, .external_lex_state = 8}, [279] = {.lex_state = 63, .external_lex_state = 8}, [280] = {.lex_state = 72, .external_lex_state = 5}, [281] = {.lex_state = 63, .external_lex_state = 8}, [282] = {.lex_state = 63, .external_lex_state = 8}, [283] = {.lex_state = 8, .external_lex_state = 9}, [284] = {.lex_state = 72, .external_lex_state = 5}, [285] = {.lex_state = 72, .external_lex_state = 5}, [286] = {.lex_state = 66, .external_lex_state = 8}, [287] = {.lex_state = 8, .external_lex_state = 9}, [288] = {.lex_state = 63, .external_lex_state = 8}, [289] = {.lex_state = 63, .external_lex_state = 8}, [290] = {.lex_state = 8, .external_lex_state = 9}, [291] = {.lex_state = 8, .external_lex_state = 9}, [292] = {.lex_state = 72, .external_lex_state = 5}, [293] = {.lex_state = 8, .external_lex_state = 9}, [294] = {.lex_state = 63, .external_lex_state = 8}, [295] = {.lex_state = 60, .external_lex_state = 9}, [296] = {.lex_state = 8, .external_lex_state = 8}, [297] = {.lex_state = 8, .external_lex_state = 8}, [298] = {.lex_state = 8, .external_lex_state = 9}, [299] = {.lex_state = 8, .external_lex_state = 9}, [300] = {.lex_state = 8, .external_lex_state = 9}, [301] = {.lex_state = 8, .external_lex_state = 9}, [302] = {.lex_state = 8, .external_lex_state = 9}, [303] = {.lex_state = 8, .external_lex_state = 9}, [304] = {.lex_state = 8, .external_lex_state = 9}, [305] = {.lex_state = 8, .external_lex_state = 9}, [306] = {.lex_state = 8, .external_lex_state = 9}, [307] = {.lex_state = 8, .external_lex_state = 9}, [308] = {.lex_state = 8, .external_lex_state = 9}, [309] = {.lex_state = 8, .external_lex_state = 9}, [310] = {.lex_state = 8, .external_lex_state = 9}, [311] = {.lex_state = 8, .external_lex_state = 5}, [312] = {.lex_state = 197, .external_lex_state = 5}, [313] = {.lex_state = 63, .external_lex_state = 6}, [314] = {.lex_state = 8, .external_lex_state = 9}, [315] = {.lex_state = 8, .external_lex_state = 9}, [316] = {.lex_state = 8, .external_lex_state = 9}, [317] = {.lex_state = 195, .external_lex_state = 8}, [318] = {.lex_state = 8, .external_lex_state = 9}, [319] = {.lex_state = 197, .external_lex_state = 5}, [320] = {.lex_state = 71, .external_lex_state = 9}, [321] = {.lex_state = 197, .external_lex_state = 5}, [322] = {.lex_state = 8, .external_lex_state = 5}, [323] = {.lex_state = 197, .external_lex_state = 5}, [324] = {.lex_state = 8, .external_lex_state = 9}, [325] = {.lex_state = 63, .external_lex_state = 6}, [326] = {.lex_state = 71, .external_lex_state = 9}, [327] = {.lex_state = 8, .external_lex_state = 9}, [328] = {.lex_state = 66, .external_lex_state = 8}, [329] = {.lex_state = 8, .external_lex_state = 9}, [330] = {.lex_state = 63, .external_lex_state = 6}, [331] = {.lex_state = 63, .external_lex_state = 8}, [332] = {.lex_state = 63, .external_lex_state = 8}, [333] = {.lex_state = 63, .external_lex_state = 8}, [334] = {.lex_state = 63, .external_lex_state = 8}, [335] = {.lex_state = 63, .external_lex_state = 8}, [336] = {.lex_state = 63, .external_lex_state = 8}, [337] = {.lex_state = 60, .external_lex_state = 9}, [338] = {.lex_state = 63, .external_lex_state = 8}, [339] = {.lex_state = 63, .external_lex_state = 8}, [340] = {.lex_state = 63, .external_lex_state = 8}, [341] = {.lex_state = 63, .external_lex_state = 8}, [342] = {.lex_state = 63, .external_lex_state = 8}, [343] = {.lex_state = 63, .external_lex_state = 8}, [344] = {.lex_state = 63, .external_lex_state = 8}, [345] = {.lex_state = 60, .external_lex_state = 9}, [346] = {.lex_state = 197, .external_lex_state = 5}, [347] = {.lex_state = 197, .external_lex_state = 5}, [348] = {.lex_state = 63, .external_lex_state = 8}, [349] = {.lex_state = 66, .external_lex_state = 8}, [350] = {.lex_state = 63, .external_lex_state = 8}, [351] = {.lex_state = 63, .external_lex_state = 8}, [352] = {.lex_state = 63, .external_lex_state = 8}, [353] = {.lex_state = 60, .external_lex_state = 9}, [354] = {.lex_state = 8, .external_lex_state = 8}, [355] = {.lex_state = 66, .external_lex_state = 8}, [356] = {.lex_state = 63, .external_lex_state = 6}, [357] = {.lex_state = 197, .external_lex_state = 5}, [358] = {.lex_state = 63, .external_lex_state = 8}, [359] = {.lex_state = 195, .external_lex_state = 8}, [360] = {.lex_state = 66, .external_lex_state = 8}, [361] = {.lex_state = 66, .external_lex_state = 8}, [362] = {.lex_state = 8, .external_lex_state = 8}, [363] = {.lex_state = 63, .external_lex_state = 8}, [364] = {.lex_state = 66, .external_lex_state = 8}, [365] = {.lex_state = 63, .external_lex_state = 8}, [366] = {.lex_state = 197, .external_lex_state = 5}, [367] = {.lex_state = 8, .external_lex_state = 9}, [368] = {.lex_state = 71, .external_lex_state = 9}, [369] = {.lex_state = 8, .external_lex_state = 9}, [370] = {.lex_state = 8, .external_lex_state = 9}, [371] = {.lex_state = 63, .external_lex_state = 8}, [372] = {.lex_state = 60, .external_lex_state = 9}, [373] = {.lex_state = 8, .external_lex_state = 9}, [374] = {.lex_state = 8, .external_lex_state = 5}, [375] = {.lex_state = 8, .external_lex_state = 9}, [376] = {.lex_state = 63, .external_lex_state = 8}, [377] = {.lex_state = 63, .external_lex_state = 8}, [378] = {.lex_state = 63, .external_lex_state = 8}, [379] = {.lex_state = 71, .external_lex_state = 9}, [380] = {.lex_state = 63, .external_lex_state = 8}, [381] = {.lex_state = 60, .external_lex_state = 9}, [382] = {.lex_state = 195, .external_lex_state = 8}, [383] = {.lex_state = 8, .external_lex_state = 8}, [384] = {.lex_state = 8, .external_lex_state = 8}, [385] = {.lex_state = 8, .external_lex_state = 8}, [386] = {.lex_state = 8, .external_lex_state = 8}, [387] = {.lex_state = 8, .external_lex_state = 8}, [388] = {.lex_state = 8, .external_lex_state = 8}, [389] = {.lex_state = 8, .external_lex_state = 8}, [390] = {.lex_state = 193, .external_lex_state = 9}, [391] = {.lex_state = 8, .external_lex_state = 8}, [392] = {.lex_state = 193, .external_lex_state = 9}, [393] = {.lex_state = 193, .external_lex_state = 9}, [394] = {.lex_state = 8, .external_lex_state = 8}, [395] = {.lex_state = 60, .external_lex_state = 5}, [396] = {.lex_state = 72, .external_lex_state = 9}, [397] = {.lex_state = 60, .external_lex_state = 9}, [398] = {.lex_state = 8, .external_lex_state = 5}, [399] = {.lex_state = 8, .external_lex_state = 8}, [400] = {.lex_state = 60, .external_lex_state = 9}, [401] = {.lex_state = 8, .external_lex_state = 5}, [402] = {.lex_state = 8, .external_lex_state = 8}, [403] = {.lex_state = 8, .external_lex_state = 5}, [404] = {.lex_state = 193, .external_lex_state = 9}, [405] = {.lex_state = 8, .external_lex_state = 8}, [406] = {.lex_state = 193, .external_lex_state = 9}, [407] = {.lex_state = 71, .external_lex_state = 5}, [408] = {.lex_state = 193, .external_lex_state = 9}, [409] = {.lex_state = 195, .external_lex_state = 8}, [410] = {.lex_state = 60, .external_lex_state = 9}, [411] = {.lex_state = 8, .external_lex_state = 8}, [412] = {.lex_state = 8, .external_lex_state = 8}, [413] = {.lex_state = 193, .external_lex_state = 9}, [414] = {.lex_state = 8, .external_lex_state = 8}, [415] = {.lex_state = 8, .external_lex_state = 8}, [416] = {.lex_state = 60, .external_lex_state = 9}, [417] = {.lex_state = 8, .external_lex_state = 8}, [418] = {.lex_state = 71, .external_lex_state = 9}, [419] = {.lex_state = 8, .external_lex_state = 8}, [420] = {.lex_state = 66, .external_lex_state = 8}, [421] = {.lex_state = 60, .external_lex_state = 9}, [422] = {.lex_state = 60, .external_lex_state = 9}, [423] = {.lex_state = 60, .external_lex_state = 9}, [424] = {.lex_state = 71, .external_lex_state = 9}, [425] = {.lex_state = 8, .external_lex_state = 8}, [426] = {.lex_state = 66, .external_lex_state = 8}, [427] = {.lex_state = 60, .external_lex_state = 9}, [428] = {.lex_state = 60, .external_lex_state = 9}, [429] = {.lex_state = 71, .external_lex_state = 9}, [430] = {.lex_state = 60, .external_lex_state = 9}, [431] = {.lex_state = 60, .external_lex_state = 9}, [432] = {.lex_state = 60, .external_lex_state = 9}, [433] = {.lex_state = 60, .external_lex_state = 9}, [434] = {.lex_state = 71, .external_lex_state = 5}, [435] = {.lex_state = 66, .external_lex_state = 6}, [436] = {.lex_state = 8, .external_lex_state = 8}, [437] = {.lex_state = 66, .external_lex_state = 8}, [438] = {.lex_state = 60, .external_lex_state = 5}, [439] = {.lex_state = 60, .external_lex_state = 9}, [440] = {.lex_state = 66, .external_lex_state = 8}, [441] = {.lex_state = 71, .external_lex_state = 9}, [442] = {.lex_state = 195, .external_lex_state = 8}, [443] = {.lex_state = 8, .external_lex_state = 8}, [444] = {.lex_state = 60, .external_lex_state = 9}, [445] = {.lex_state = 71, .external_lex_state = 9}, [446] = {.lex_state = 60, .external_lex_state = 9}, [447] = {.lex_state = 71, .external_lex_state = 9}, [448] = {.lex_state = 60, .external_lex_state = 9}, [449] = {.lex_state = 60, .external_lex_state = 9}, [450] = {.lex_state = 60, .external_lex_state = 8}, [451] = {.lex_state = 193, .external_lex_state = 9}, [452] = {.lex_state = 71, .external_lex_state = 9}, [453] = {.lex_state = 66, .external_lex_state = 8}, [454] = {.lex_state = 66, .external_lex_state = 6}, [455] = {.lex_state = 72, .external_lex_state = 9}, [456] = {.lex_state = 193, .external_lex_state = 9}, [457] = {.lex_state = 66, .external_lex_state = 8}, [458] = {.lex_state = 63, .external_lex_state = 6}, [459] = {.lex_state = 71, .external_lex_state = 9}, [460] = {.lex_state = 71, .external_lex_state = 9}, [461] = {.lex_state = 197, .external_lex_state = 5}, [462] = {.lex_state = 72, .external_lex_state = 9}, [463] = {.lex_state = 71, .external_lex_state = 9}, [464] = {.lex_state = 71, .external_lex_state = 9}, [465] = {.lex_state = 60, .external_lex_state = 8}, [466] = {.lex_state = 60, .external_lex_state = 5}, [467] = {.lex_state = 71, .external_lex_state = 9}, [468] = {.lex_state = 8, .external_lex_state = 8}, [469] = {.lex_state = 66, .external_lex_state = 6}, [470] = {.lex_state = 71, .external_lex_state = 9}, [471] = {.lex_state = 197, .external_lex_state = 5}, [472] = {.lex_state = 71, .external_lex_state = 9}, [473] = {.lex_state = 197, .external_lex_state = 5}, [474] = {.lex_state = 71, .external_lex_state = 9}, [475] = {.lex_state = 71, .external_lex_state = 9}, [476] = {.lex_state = 71, .external_lex_state = 9}, [477] = {.lex_state = 195, .external_lex_state = 8}, [478] = {.lex_state = 71, .external_lex_state = 9}, [479] = {.lex_state = 71, .external_lex_state = 9}, [480] = {.lex_state = 8, .external_lex_state = 8}, [481] = {.lex_state = 71, .external_lex_state = 9}, [482] = {.lex_state = 195, .external_lex_state = 8}, [483] = {.lex_state = 60, .external_lex_state = 9}, [484] = {.lex_state = 8, .external_lex_state = 8}, [485] = {.lex_state = 72, .external_lex_state = 9}, [486] = {.lex_state = 60, .external_lex_state = 9}, [487] = {.lex_state = 60, .external_lex_state = 9}, [488] = {.lex_state = 8, .external_lex_state = 8}, [489] = {.lex_state = 60, .external_lex_state = 9}, [490] = {.lex_state = 60, .external_lex_state = 9}, [491] = {.lex_state = 25, .external_lex_state = 6}, [492] = {.lex_state = 60, .external_lex_state = 9}, [493] = {.lex_state = 8, .external_lex_state = 6}, [494] = {.lex_state = 197, .external_lex_state = 5}, [495] = {.lex_state = 63, .external_lex_state = 6}, [496] = {.lex_state = 197, .external_lex_state = 5}, [497] = {.lex_state = 197, .external_lex_state = 5}, [498] = {.lex_state = 195, .external_lex_state = 8}, [499] = {.lex_state = 66, .external_lex_state = 8}, [500] = {.lex_state = 195, .external_lex_state = 8}, [501] = {.lex_state = 66, .external_lex_state = 8}, [502] = {.lex_state = 195, .external_lex_state = 8}, [503] = {.lex_state = 60, .external_lex_state = 8}, [504] = {.lex_state = 66, .external_lex_state = 8}, [505] = {.lex_state = 66, .external_lex_state = 6}, [506] = {.lex_state = 60, .external_lex_state = 8}, [507] = {.lex_state = 193, .external_lex_state = 9}, [508] = {.lex_state = 197, .external_lex_state = 5}, [509] = {.lex_state = 66, .external_lex_state = 8}, [510] = {.lex_state = 197, .external_lex_state = 5}, [511] = {.lex_state = 71, .external_lex_state = 9}, [512] = {.lex_state = 66, .external_lex_state = 8}, [513] = {.lex_state = 63, .external_lex_state = 6}, [514] = {.lex_state = 66, .external_lex_state = 8}, [515] = {.lex_state = 197, .external_lex_state = 5}, [516] = {.lex_state = 71, .external_lex_state = 9}, [517] = {.lex_state = 66, .external_lex_state = 8}, [518] = {.lex_state = 8, .external_lex_state = 5}, [519] = {.lex_state = 66, .external_lex_state = 8}, [520] = {.lex_state = 71, .external_lex_state = 9}, [521] = {.lex_state = 195, .external_lex_state = 8}, [522] = {.lex_state = 66, .external_lex_state = 8}, [523] = {.lex_state = 66, .external_lex_state = 8}, [524] = {.lex_state = 71, .external_lex_state = 9}, [525] = {.lex_state = 66, .external_lex_state = 8}, [526] = {.lex_state = 195, .external_lex_state = 8}, [527] = {.lex_state = 66, .external_lex_state = 8}, [528] = {.lex_state = 195, .external_lex_state = 8}, [529] = {.lex_state = 66, .external_lex_state = 8}, [530] = {.lex_state = 66, .external_lex_state = 8}, [531] = {.lex_state = 195, .external_lex_state = 8}, [532] = {.lex_state = 66, .external_lex_state = 8}, [533] = {.lex_state = 66, .external_lex_state = 8}, [534] = {.lex_state = 66, .external_lex_state = 8}, [535] = {.lex_state = 197, .external_lex_state = 5}, [536] = {.lex_state = 63, .external_lex_state = 6}, [537] = {.lex_state = 66, .external_lex_state = 8}, [538] = {.lex_state = 60, .external_lex_state = 9}, [539] = {.lex_state = 66, .external_lex_state = 8}, [540] = {.lex_state = 66, .external_lex_state = 8}, [541] = {.lex_state = 71, .external_lex_state = 9}, [542] = {.lex_state = 71, .external_lex_state = 9}, [543] = {.lex_state = 8, .external_lex_state = 8}, [544] = {.lex_state = 8, .external_lex_state = 6}, [545] = {.lex_state = 60, .external_lex_state = 8}, [546] = {.lex_state = 72, .external_lex_state = 9}, [547] = {.lex_state = 193, .external_lex_state = 8}, [548] = {.lex_state = 193, .external_lex_state = 9}, [549] = {.lex_state = 193, .external_lex_state = 9}, [550] = {.lex_state = 193, .external_lex_state = 9}, [551] = {.lex_state = 193, .external_lex_state = 8}, [552] = {.lex_state = 193, .external_lex_state = 9}, [553] = {.lex_state = 193, .external_lex_state = 9}, [554] = {.lex_state = 193, .external_lex_state = 9}, [555] = {.lex_state = 193, .external_lex_state = 9}, [556] = {.lex_state = 193, .external_lex_state = 9}, [557] = {.lex_state = 193, .external_lex_state = 9}, [558] = {.lex_state = 193, .external_lex_state = 9}, [559] = {.lex_state = 193, .external_lex_state = 9}, [560] = {.lex_state = 193, .external_lex_state = 9}, [561] = {.lex_state = 193, .external_lex_state = 9}, [562] = {.lex_state = 193, .external_lex_state = 9}, [563] = {.lex_state = 193, .external_lex_state = 9}, [564] = {.lex_state = 193, .external_lex_state = 9}, [565] = {.lex_state = 193, .external_lex_state = 9}, [566] = {.lex_state = 193, .external_lex_state = 9}, [567] = {.lex_state = 193, .external_lex_state = 9}, [568] = {.lex_state = 193, .external_lex_state = 9}, [569] = {.lex_state = 193, .external_lex_state = 9}, [570] = {.lex_state = 193, .external_lex_state = 9}, [571] = {.lex_state = 195, .external_lex_state = 6}, [572] = {.lex_state = 193, .external_lex_state = 9}, [573] = {.lex_state = 193, .external_lex_state = 9}, [574] = {.lex_state = 193, .external_lex_state = 9}, [575] = {.lex_state = 193, .external_lex_state = 9}, [576] = {.lex_state = 193, .external_lex_state = 5}, [577] = {.lex_state = 193, .external_lex_state = 8}, [578] = {.lex_state = 197, .external_lex_state = 9}, [579] = {.lex_state = 60, .external_lex_state = 5}, [580] = {.lex_state = 197, .external_lex_state = 9}, [581] = {.lex_state = 60, .external_lex_state = 5}, [582] = {.lex_state = 197, .external_lex_state = 9}, [583] = {.lex_state = 60, .external_lex_state = 5}, [584] = {.lex_state = 197, .external_lex_state = 9}, [585] = {.lex_state = 197, .external_lex_state = 9}, [586] = {.lex_state = 72, .external_lex_state = 5}, [587] = {.lex_state = 197, .external_lex_state = 9}, [588] = {.lex_state = 193, .external_lex_state = 8}, [589] = {.lex_state = 193, .external_lex_state = 8}, [590] = {.lex_state = 186, .external_lex_state = 6}, [591] = {.lex_state = 193, .external_lex_state = 5}, [592] = {.lex_state = 193, .external_lex_state = 8}, [593] = {.lex_state = 193, .external_lex_state = 9}, [594] = {.lex_state = 193, .external_lex_state = 9}, [595] = {.lex_state = 193, .external_lex_state = 9}, [596] = {.lex_state = 193, .external_lex_state = 9}, [597] = {.lex_state = 193, .external_lex_state = 9}, [598] = {.lex_state = 193, .external_lex_state = 9}, [599] = {.lex_state = 193, .external_lex_state = 9}, [600] = {.lex_state = 193, .external_lex_state = 9}, [601] = {.lex_state = 193, .external_lex_state = 9}, [602] = {.lex_state = 193, .external_lex_state = 9}, [603] = {.lex_state = 71, .external_lex_state = 5}, [604] = {.lex_state = 193, .external_lex_state = 9}, [605] = {.lex_state = 193, .external_lex_state = 9}, [606] = {.lex_state = 193, .external_lex_state = 9}, [607] = {.lex_state = 193, .external_lex_state = 9}, [608] = {.lex_state = 71, .external_lex_state = 5}, [609] = {.lex_state = 193, .external_lex_state = 9}, [610] = {.lex_state = 193, .external_lex_state = 9}, [611] = {.lex_state = 193, .external_lex_state = 9}, [612] = {.lex_state = 193, .external_lex_state = 9}, [613] = {.lex_state = 193, .external_lex_state = 9}, [614] = {.lex_state = 193, .external_lex_state = 9}, [615] = {.lex_state = 193, .external_lex_state = 9}, [616] = {.lex_state = 71, .external_lex_state = 5}, [617] = {.lex_state = 193, .external_lex_state = 9}, [618] = {.lex_state = 193, .external_lex_state = 9}, [619] = {.lex_state = 193, .external_lex_state = 9}, [620] = {.lex_state = 193, .external_lex_state = 9}, [621] = {.lex_state = 193, .external_lex_state = 9}, [622] = {.lex_state = 195, .external_lex_state = 8}, [623] = {.lex_state = 195, .external_lex_state = 8}, [624] = {.lex_state = 195, .external_lex_state = 8}, [625] = {.lex_state = 193, .external_lex_state = 5}, [626] = {.lex_state = 195, .external_lex_state = 8}, [627] = {.lex_state = 195, .external_lex_state = 8}, [628] = {.lex_state = 195, .external_lex_state = 8}, [629] = {.lex_state = 195, .external_lex_state = 8}, [630] = {.lex_state = 195, .external_lex_state = 8}, [631] = {.lex_state = 8, .external_lex_state = 6}, [632] = {.lex_state = 195, .external_lex_state = 8}, [633] = {.lex_state = 195, .external_lex_state = 8}, [634] = {.lex_state = 195, .external_lex_state = 8}, [635] = {.lex_state = 195, .external_lex_state = 8}, [636] = {.lex_state = 195, .external_lex_state = 8}, [637] = {.lex_state = 195, .external_lex_state = 8}, [638] = {.lex_state = 195, .external_lex_state = 8}, [639] = {.lex_state = 197, .external_lex_state = 9}, [640] = {.lex_state = 71, .external_lex_state = 5}, [641] = {.lex_state = 195, .external_lex_state = 8}, [642] = {.lex_state = 195, .external_lex_state = 8}, [643] = {.lex_state = 195, .external_lex_state = 6}, [644] = {.lex_state = 195, .external_lex_state = 8}, [645] = {.lex_state = 195, .external_lex_state = 6}, [646] = {.lex_state = 195, .external_lex_state = 8}, [647] = {.lex_state = 60, .external_lex_state = 8}, [648] = {.lex_state = 66, .external_lex_state = 6}, [649] = {.lex_state = 60, .external_lex_state = 8}, [650] = {.lex_state = 66, .external_lex_state = 6}, [651] = {.lex_state = 195, .external_lex_state = 6}, [652] = {.lex_state = 195, .external_lex_state = 8}, [653] = {.lex_state = 195, .external_lex_state = 8}, [654] = {.lex_state = 195, .external_lex_state = 8}, [655] = {.lex_state = 195, .external_lex_state = 8}, [656] = {.lex_state = 195, .external_lex_state = 8}, [657] = {.lex_state = 60, .external_lex_state = 8}, [658] = {.lex_state = 60, .external_lex_state = 8}, [659] = {.lex_state = 193, .external_lex_state = 8}, [660] = {.lex_state = 60, .external_lex_state = 8}, [661] = {.lex_state = 195, .external_lex_state = 6}, [662] = {.lex_state = 60, .external_lex_state = 8}, [663] = {.lex_state = 193, .external_lex_state = 5}, [664] = {.lex_state = 193, .external_lex_state = 5}, [665] = {.lex_state = 72, .external_lex_state = 9}, [666] = {.lex_state = 72, .external_lex_state = 9}, [667] = {.lex_state = 195, .external_lex_state = 6}, [668] = {.lex_state = 60, .external_lex_state = 5}, [669] = {.lex_state = 193, .external_lex_state = 5}, [670] = {.lex_state = 66, .external_lex_state = 6}, [671] = {.lex_state = 193, .external_lex_state = 8}, [672] = {.lex_state = 195, .external_lex_state = 8}, [673] = {.lex_state = 72, .external_lex_state = 9}, [674] = {.lex_state = 72, .external_lex_state = 9}, [675] = {.lex_state = 195, .external_lex_state = 8}, [676] = {.lex_state = 195, .external_lex_state = 8}, [677] = {.lex_state = 195, .external_lex_state = 8}, [678] = {.lex_state = 195, .external_lex_state = 8}, [679] = {.lex_state = 195, .external_lex_state = 8}, [680] = {.lex_state = 195, .external_lex_state = 8}, [681] = {.lex_state = 195, .external_lex_state = 8}, [682] = {.lex_state = 195, .external_lex_state = 8}, [683] = {.lex_state = 197, .external_lex_state = 9}, [684] = {.lex_state = 195, .external_lex_state = 8}, [685] = {.lex_state = 195, .external_lex_state = 8}, [686] = {.lex_state = 195, .external_lex_state = 8}, [687] = {.lex_state = 195, .external_lex_state = 8}, [688] = {.lex_state = 26, .external_lex_state = 6}, [689] = {.lex_state = 72, .external_lex_state = 9}, [690] = {.lex_state = 72, .external_lex_state = 9}, [691] = {.lex_state = 72, .external_lex_state = 9}, [692] = {.lex_state = 72, .external_lex_state = 9}, [693] = {.lex_state = 72, .external_lex_state = 9}, [694] = {.lex_state = 72, .external_lex_state = 9}, [695] = {.lex_state = 72, .external_lex_state = 9}, [696] = {.lex_state = 195, .external_lex_state = 8}, [697] = {.lex_state = 195, .external_lex_state = 8}, [698] = {.lex_state = 195, .external_lex_state = 8}, [699] = {.lex_state = 195, .external_lex_state = 8}, [700] = {.lex_state = 72, .external_lex_state = 9}, [701] = {.lex_state = 72, .external_lex_state = 9}, [702] = {.lex_state = 72, .external_lex_state = 9}, [703] = {.lex_state = 72, .external_lex_state = 9}, [704] = {.lex_state = 72, .external_lex_state = 9}, [705] = {.lex_state = 72, .external_lex_state = 9}, [706] = {.lex_state = 195, .external_lex_state = 8}, [707] = {.lex_state = 195, .external_lex_state = 8}, [708] = {.lex_state = 195, .external_lex_state = 8}, [709] = {.lex_state = 195, .external_lex_state = 8}, [710] = {.lex_state = 195, .external_lex_state = 8}, [711] = {.lex_state = 72, .external_lex_state = 9}, [712] = {.lex_state = 72, .external_lex_state = 9}, [713] = {.lex_state = 72, .external_lex_state = 9}, [714] = {.lex_state = 72, .external_lex_state = 9}, [715] = {.lex_state = 72, .external_lex_state = 5}, [716] = {.lex_state = 72, .external_lex_state = 9}, [717] = {.lex_state = 195, .external_lex_state = 8}, [718] = {.lex_state = 195, .external_lex_state = 8}, [719] = {.lex_state = 72, .external_lex_state = 9}, [720] = {.lex_state = 72, .external_lex_state = 9}, [721] = {.lex_state = 60, .external_lex_state = 8}, [722] = {.lex_state = 60, .external_lex_state = 8}, [723] = {.lex_state = 60, .external_lex_state = 8}, [724] = {.lex_state = 60, .external_lex_state = 8}, [725] = {.lex_state = 60, .external_lex_state = 8}, [726] = {.lex_state = 60, .external_lex_state = 8}, [727] = {.lex_state = 60, .external_lex_state = 8}, [728] = {.lex_state = 60, .external_lex_state = 8}, [729] = {.lex_state = 60, .external_lex_state = 8}, [730] = {.lex_state = 60, .external_lex_state = 8}, [731] = {.lex_state = 60, .external_lex_state = 8}, [732] = {.lex_state = 60, .external_lex_state = 8}, [733] = {.lex_state = 60, .external_lex_state = 8}, [734] = {.lex_state = 195, .external_lex_state = 6}, [735] = {.lex_state = 195, .external_lex_state = 6}, [736] = {.lex_state = 66, .external_lex_state = 6}, [737] = {.lex_state = 60, .external_lex_state = 8}, [738] = {.lex_state = 60, .external_lex_state = 8}, [739] = {.lex_state = 60, .external_lex_state = 8}, [740] = {.lex_state = 195, .external_lex_state = 8}, [741] = {.lex_state = 60, .external_lex_state = 6}, [742] = {.lex_state = 60, .external_lex_state = 8}, [743] = {.lex_state = 60, .external_lex_state = 8}, [744] = {.lex_state = 60, .external_lex_state = 8}, [745] = {.lex_state = 60, .external_lex_state = 6}, [746] = {.lex_state = 195, .external_lex_state = 8}, [747] = {.lex_state = 195, .external_lex_state = 8}, [748] = {.lex_state = 195, .external_lex_state = 8}, [749] = {.lex_state = 72, .external_lex_state = 9}, [750] = {.lex_state = 197, .external_lex_state = 9}, [751] = {.lex_state = 197, .external_lex_state = 9}, [752] = {.lex_state = 193, .external_lex_state = 8}, [753] = {.lex_state = 193, .external_lex_state = 5}, [754] = {.lex_state = 197, .external_lex_state = 5}, [755] = {.lex_state = 195, .external_lex_state = 6}, [756] = {.lex_state = 193, .external_lex_state = 8}, [757] = {.lex_state = 195, .external_lex_state = 6}, [758] = {.lex_state = 193, .external_lex_state = 8}, [759] = {.lex_state = 193, .external_lex_state = 8}, [760] = {.lex_state = 193, .external_lex_state = 8}, [761] = {.lex_state = 193, .external_lex_state = 8}, [762] = {.lex_state = 193, .external_lex_state = 8}, [763] = {.lex_state = 96, .external_lex_state = 2}, [764] = {.lex_state = 193, .external_lex_state = 8}, [765] = {.lex_state = 193, .external_lex_state = 8}, [766] = {.lex_state = 193, .external_lex_state = 5}, [767] = {.lex_state = 195, .external_lex_state = 6}, [768] = {.lex_state = 193, .external_lex_state = 8}, [769] = {.lex_state = 193, .external_lex_state = 5}, [770] = {.lex_state = 193, .external_lex_state = 8}, [771] = {.lex_state = 96, .external_lex_state = 2}, [772] = {.lex_state = 193, .external_lex_state = 8}, [773] = {.lex_state = 193, .external_lex_state = 8}, [774] = {.lex_state = 193, .external_lex_state = 5}, [775] = {.lex_state = 193, .external_lex_state = 8}, [776] = {.lex_state = 60, .external_lex_state = 6}, [777] = {.lex_state = 193, .external_lex_state = 8}, [778] = {.lex_state = 193, .external_lex_state = 8}, [779] = {.lex_state = 72, .external_lex_state = 5}, [780] = {.lex_state = 193, .external_lex_state = 8}, [781] = {.lex_state = 193, .external_lex_state = 8}, [782] = {.lex_state = 193, .external_lex_state = 8}, [783] = {.lex_state = 193, .external_lex_state = 8}, [784] = {.lex_state = 193, .external_lex_state = 8}, [785] = {.lex_state = 193, .external_lex_state = 8}, [786] = {.lex_state = 193, .external_lex_state = 8}, [787] = {.lex_state = 193, .external_lex_state = 8}, [788] = {.lex_state = 193, .external_lex_state = 8}, [789] = {.lex_state = 193, .external_lex_state = 8}, [790] = {.lex_state = 193, .external_lex_state = 8}, [791] = {.lex_state = 193, .external_lex_state = 8}, [792] = {.lex_state = 193, .external_lex_state = 8}, [793] = {.lex_state = 195, .external_lex_state = 6}, [794] = {.lex_state = 193, .external_lex_state = 6}, [795] = {.lex_state = 193, .external_lex_state = 8}, [796] = {.lex_state = 193, .external_lex_state = 8}, [797] = {.lex_state = 193, .external_lex_state = 8}, [798] = {.lex_state = 193, .external_lex_state = 8}, [799] = {.lex_state = 197, .external_lex_state = 5}, [800] = {.lex_state = 193, .external_lex_state = 8}, [801] = {.lex_state = 193, .external_lex_state = 8}, [802] = {.lex_state = 193, .external_lex_state = 6}, [803] = {.lex_state = 197, .external_lex_state = 9}, [804] = {.lex_state = 197, .external_lex_state = 9}, [805] = {.lex_state = 197, .external_lex_state = 9}, [806] = {.lex_state = 193, .external_lex_state = 8}, [807] = {.lex_state = 193, .external_lex_state = 5}, [808] = {.lex_state = 197, .external_lex_state = 9}, [809] = {.lex_state = 197, .external_lex_state = 9}, [810] = {.lex_state = 197, .external_lex_state = 9}, [811] = {.lex_state = 193, .external_lex_state = 8}, [812] = {.lex_state = 197, .external_lex_state = 9}, [813] = {.lex_state = 197, .external_lex_state = 9}, [814] = {.lex_state = 197, .external_lex_state = 9}, [815] = {.lex_state = 197, .external_lex_state = 9}, [816] = {.lex_state = 96, .external_lex_state = 2}, [817] = {.lex_state = 195, .external_lex_state = 6}, [818] = {.lex_state = 197, .external_lex_state = 9}, [819] = {.lex_state = 96, .external_lex_state = 2}, [820] = {.lex_state = 193, .external_lex_state = 6}, [821] = {.lex_state = 197, .external_lex_state = 9}, [822] = {.lex_state = 197, .external_lex_state = 9}, [823] = {.lex_state = 197, .external_lex_state = 9}, [824] = {.lex_state = 197, .external_lex_state = 9}, [825] = {.lex_state = 197, .external_lex_state = 9}, [826] = {.lex_state = 197, .external_lex_state = 9}, [827] = {.lex_state = 197, .external_lex_state = 9}, [828] = {.lex_state = 186, .external_lex_state = 6}, [829] = {.lex_state = 197, .external_lex_state = 9}, [830] = {.lex_state = 195, .external_lex_state = 6}, [831] = {.lex_state = 96, .external_lex_state = 2}, [832] = {.lex_state = 197, .external_lex_state = 9}, [833] = {.lex_state = 197, .external_lex_state = 9}, [834] = {.lex_state = 197, .external_lex_state = 9}, [835] = {.lex_state = 197, .external_lex_state = 9}, [836] = {.lex_state = 195, .external_lex_state = 6}, [837] = {.lex_state = 197, .external_lex_state = 9}, [838] = {.lex_state = 197, .external_lex_state = 9}, [839] = {.lex_state = 193, .external_lex_state = 5}, [840] = {.lex_state = 197, .external_lex_state = 9}, [841] = {.lex_state = 195, .external_lex_state = 6}, [842] = {.lex_state = 197, .external_lex_state = 9}, [843] = {.lex_state = 197, .external_lex_state = 9}, [844] = {.lex_state = 197, .external_lex_state = 9}, [845] = {.lex_state = 197, .external_lex_state = 9}, [846] = {.lex_state = 197, .external_lex_state = 9}, [847] = {.lex_state = 197, .external_lex_state = 9}, [848] = {.lex_state = 197, .external_lex_state = 5}, [849] = {.lex_state = 197, .external_lex_state = 9}, [850] = {.lex_state = 193, .external_lex_state = 5}, [851] = {.lex_state = 72, .external_lex_state = 5}, [852] = {.lex_state = 197, .external_lex_state = 9}, [853] = {.lex_state = 197, .external_lex_state = 9}, [854] = {.lex_state = 197, .external_lex_state = 9}, [855] = {.lex_state = 193, .external_lex_state = 8}, [856] = {.lex_state = 193, .external_lex_state = 8}, [857] = {.lex_state = 72, .external_lex_state = 5}, [858] = {.lex_state = 197, .external_lex_state = 9}, [859] = {.lex_state = 197, .external_lex_state = 9}, [860] = {.lex_state = 197, .external_lex_state = 9}, [861] = {.lex_state = 197, .external_lex_state = 9}, [862] = {.lex_state = 197, .external_lex_state = 9}, [863] = {.lex_state = 197, .external_lex_state = 9}, [864] = {.lex_state = 197, .external_lex_state = 5}, [865] = {.lex_state = 197, .external_lex_state = 9}, [866] = {.lex_state = 197, .external_lex_state = 9}, [867] = {.lex_state = 197, .external_lex_state = 9}, [868] = {.lex_state = 72, .external_lex_state = 5}, [869] = {.lex_state = 193, .external_lex_state = 8}, [870] = {.lex_state = 193, .external_lex_state = 6}, [871] = {.lex_state = 193, .external_lex_state = 8}, [872] = {.lex_state = 197, .external_lex_state = 9}, [873] = {.lex_state = 197, .external_lex_state = 9}, [874] = {.lex_state = 197, .external_lex_state = 9}, [875] = {.lex_state = 197, .external_lex_state = 9}, [876] = {.lex_state = 197, .external_lex_state = 9}, [877] = {.lex_state = 193, .external_lex_state = 8}, [878] = {.lex_state = 193, .external_lex_state = 8}, [879] = {.lex_state = 193, .external_lex_state = 8}, [880] = {.lex_state = 193, .external_lex_state = 8}, [881] = {.lex_state = 193, .external_lex_state = 8}, [882] = {.lex_state = 193, .external_lex_state = 8}, [883] = {.lex_state = 193, .external_lex_state = 8}, [884] = {.lex_state = 193, .external_lex_state = 8}, [885] = {.lex_state = 193, .external_lex_state = 8}, [886] = {.lex_state = 193, .external_lex_state = 8}, [887] = {.lex_state = 193, .external_lex_state = 8}, [888] = {.lex_state = 193, .external_lex_state = 5}, [889] = {.lex_state = 33, .external_lex_state = 10}, [890] = {.lex_state = 193, .external_lex_state = 6}, [891] = {.lex_state = 197, .external_lex_state = 5}, [892] = {.lex_state = 193, .external_lex_state = 6}, [893] = {.lex_state = 197, .external_lex_state = 5}, [894] = {.lex_state = 197, .external_lex_state = 5}, [895] = {.lex_state = 197, .external_lex_state = 5}, [896] = {.lex_state = 197, .external_lex_state = 5}, [897] = {.lex_state = 197, .external_lex_state = 5}, [898] = {.lex_state = 197, .external_lex_state = 5}, [899] = {.lex_state = 197, .external_lex_state = 5}, [900] = {.lex_state = 36, .external_lex_state = 10}, [901] = {.lex_state = 36, .external_lex_state = 10}, [902] = {.lex_state = 36, .external_lex_state = 10}, [903] = {.lex_state = 36, .external_lex_state = 10}, [904] = {.lex_state = 89}, [905] = {.lex_state = 36, .external_lex_state = 10}, [906] = {.lex_state = 36, .external_lex_state = 10}, [907] = {.lex_state = 36, .external_lex_state = 10}, [908] = {.lex_state = 78, .external_lex_state = 2}, [909] = {.lex_state = 36, .external_lex_state = 10}, [910] = {.lex_state = 36, .external_lex_state = 10}, [911] = {.lex_state = 88, .external_lex_state = 11}, [912] = {.lex_state = 88}, [913] = {.lex_state = 84}, [914] = {.lex_state = 93, .external_lex_state = 12}, [915] = {.lex_state = 94, .external_lex_state = 13}, [916] = {.lex_state = 93, .external_lex_state = 12}, [917] = {.lex_state = 94, .external_lex_state = 13}, [918] = {.lex_state = 93, .external_lex_state = 12}, [919] = {.lex_state = 93, .external_lex_state = 12}, [920] = {.lex_state = 93, .external_lex_state = 12}, [921] = {.lex_state = 93, .external_lex_state = 12}, [922] = {.lex_state = 93, .external_lex_state = 12}, [923] = {.lex_state = 94, .external_lex_state = 13}, [924] = {.lex_state = 93, .external_lex_state = 12}, [925] = {.lex_state = 93, .external_lex_state = 12}, [926] = {.lex_state = 93, .external_lex_state = 12}, [927] = {.lex_state = 94, .external_lex_state = 13}, [928] = {.lex_state = 94, .external_lex_state = 13}, [929] = {.lex_state = 94, .external_lex_state = 13}, [930] = {.lex_state = 94, .external_lex_state = 13}, [931] = {.lex_state = 94, .external_lex_state = 13}, [932] = {.lex_state = 94, .external_lex_state = 13}, [933] = {.lex_state = 94, .external_lex_state = 13}, [934] = {.lex_state = 84}, [935] = {.lex_state = 93, .external_lex_state = 12}, [936] = {.lex_state = 93, .external_lex_state = 12}, [937] = {.lex_state = 94, .external_lex_state = 13}, [938] = {.lex_state = 93, .external_lex_state = 12}, [939] = {.lex_state = 94, .external_lex_state = 13}, [940] = {.lex_state = 93, .external_lex_state = 12}, [941] = {.lex_state = 93, .external_lex_state = 12}, [942] = {.lex_state = 93, .external_lex_state = 12}, [943] = {.lex_state = 93, .external_lex_state = 12}, [944] = {.lex_state = 93, .external_lex_state = 12}, [945] = {.lex_state = 93, .external_lex_state = 12}, [946] = {.lex_state = 93, .external_lex_state = 12}, [947] = {.lex_state = 93, .external_lex_state = 12}, [948] = {.lex_state = 94, .external_lex_state = 13}, [949] = {.lex_state = 94, .external_lex_state = 13}, [950] = {.lex_state = 94, .external_lex_state = 13}, [951] = {.lex_state = 94, .external_lex_state = 13}, [952] = {.lex_state = 94, .external_lex_state = 13}, [953] = {.lex_state = 94, .external_lex_state = 13}, [954] = {.lex_state = 94, .external_lex_state = 13}, [955] = {.lex_state = 94, .external_lex_state = 13}, [956] = {.lex_state = 93, .external_lex_state = 12}, [957] = {.lex_state = 93, .external_lex_state = 12}, [958] = {.lex_state = 93, .external_lex_state = 12}, [959] = {.lex_state = 93, .external_lex_state = 12}, [960] = {.lex_state = 93, .external_lex_state = 12}, [961] = {.lex_state = 93, .external_lex_state = 12}, [962] = {.lex_state = 94, .external_lex_state = 13}, [963] = {.lex_state = 94, .external_lex_state = 13}, [964] = {.lex_state = 93, .external_lex_state = 12}, [965] = {.lex_state = 94, .external_lex_state = 13}, [966] = {.lex_state = 94, .external_lex_state = 13}, [967] = {.lex_state = 94, .external_lex_state = 13}, [968] = {.lex_state = 93, .external_lex_state = 12}, [969] = {.lex_state = 94, .external_lex_state = 13}, [970] = {.lex_state = 93, .external_lex_state = 12}, [971] = {.lex_state = 94, .external_lex_state = 13}, [972] = {.lex_state = 94, .external_lex_state = 13}, [973] = {.lex_state = 94, .external_lex_state = 13}, [974] = {.lex_state = 93, .external_lex_state = 12}, [975] = {.lex_state = 93, .external_lex_state = 12}, [976] = {.lex_state = 93, .external_lex_state = 12}, [977] = {.lex_state = 93, .external_lex_state = 12}, [978] = {.lex_state = 93, .external_lex_state = 12}, [979] = {.lex_state = 94, .external_lex_state = 13}, [980] = {.lex_state = 94, .external_lex_state = 13}, [981] = {.lex_state = 94, .external_lex_state = 13}, [982] = {.lex_state = 94, .external_lex_state = 13}, [983] = {.lex_state = 94, .external_lex_state = 13}, [984] = {.lex_state = 93, .external_lex_state = 12}, [985] = {.lex_state = 93, .external_lex_state = 12}, [986] = {.lex_state = 93, .external_lex_state = 12}, [987] = {.lex_state = 94, .external_lex_state = 13}, [988] = {.lex_state = 94, .external_lex_state = 13}, [989] = {.lex_state = 94, .external_lex_state = 13}, [990] = {.lex_state = 94, .external_lex_state = 13}, [991] = {.lex_state = 84}, [992] = {.lex_state = 93, .external_lex_state = 12}, [993] = {.lex_state = 84}, [994] = {.lex_state = 84}, [995] = {.lex_state = 93, .external_lex_state = 12}, [996] = {.lex_state = 94, .external_lex_state = 13}, [997] = {.lex_state = 84}, [998] = {.lex_state = 94, .external_lex_state = 13}, [999] = {.lex_state = 94, .external_lex_state = 13}, [1000] = {.lex_state = 94, .external_lex_state = 13}, [1001] = {.lex_state = 94, .external_lex_state = 13}, [1002] = {.lex_state = 94, .external_lex_state = 13}, [1003] = {.lex_state = 94, .external_lex_state = 13}, [1004] = {.lex_state = 94, .external_lex_state = 13}, [1005] = {.lex_state = 94, .external_lex_state = 13}, [1006] = {.lex_state = 93, .external_lex_state = 12}, [1007] = {.lex_state = 93, .external_lex_state = 12}, [1008] = {.lex_state = 94, .external_lex_state = 13}, [1009] = {.lex_state = 94, .external_lex_state = 13}, [1010] = {.lex_state = 93, .external_lex_state = 12}, [1011] = {.lex_state = 93, .external_lex_state = 12}, [1012] = {.lex_state = 93, .external_lex_state = 12}, [1013] = {.lex_state = 93, .external_lex_state = 12}, [1014] = {.lex_state = 93, .external_lex_state = 12}, [1015] = {.lex_state = 93, .external_lex_state = 12}, [1016] = {.lex_state = 84}, [1017] = {.lex_state = 84}, [1018] = {.lex_state = 84}, [1019] = {.lex_state = 94, .external_lex_state = 13}, [1020] = {.lex_state = 93, .external_lex_state = 12}, [1021] = {.lex_state = 84}, [1022] = {.lex_state = 94, .external_lex_state = 13}, [1023] = {.lex_state = 94, .external_lex_state = 13}, [1024] = {.lex_state = 84}, [1025] = {.lex_state = 94, .external_lex_state = 13}, [1026] = {.lex_state = 93, .external_lex_state = 12}, [1027] = {.lex_state = 93, .external_lex_state = 12}, [1028] = {.lex_state = 93, .external_lex_state = 12}, [1029] = {.lex_state = 93, .external_lex_state = 12}, [1030] = {.lex_state = 93, .external_lex_state = 12}, [1031] = {.lex_state = 93, .external_lex_state = 12}, [1032] = {.lex_state = 94, .external_lex_state = 13}, [1033] = {.lex_state = 94, .external_lex_state = 13}, [1034] = {.lex_state = 94, .external_lex_state = 13}, [1035] = {.lex_state = 93, .external_lex_state = 12}, [1036] = {.lex_state = 94, .external_lex_state = 13}, [1037] = {.lex_state = 94, .external_lex_state = 13}, [1038] = {.lex_state = 94, .external_lex_state = 13}, [1039] = {.lex_state = 94, .external_lex_state = 13}, [1040] = {.lex_state = 94, .external_lex_state = 13}, [1041] = {.lex_state = 84, .external_lex_state = 14}, [1042] = {.lex_state = 94, .external_lex_state = 13}, [1043] = {.lex_state = 93, .external_lex_state = 12}, [1044] = {.lex_state = 94, .external_lex_state = 13}, [1045] = {.lex_state = 94, .external_lex_state = 13}, [1046] = {.lex_state = 93, .external_lex_state = 12}, [1047] = {.lex_state = 94, .external_lex_state = 13}, [1048] = {.lex_state = 94, .external_lex_state = 13}, [1049] = {.lex_state = 93, .external_lex_state = 12}, [1050] = {.lex_state = 94, .external_lex_state = 13}, [1051] = {.lex_state = 94, .external_lex_state = 13}, [1052] = {.lex_state = 93, .external_lex_state = 12}, [1053] = {.lex_state = 94, .external_lex_state = 13}, [1054] = {.lex_state = 93, .external_lex_state = 12}, [1055] = {.lex_state = 93, .external_lex_state = 12}, [1056] = {.lex_state = 94, .external_lex_state = 13}, [1057] = {.lex_state = 94, .external_lex_state = 13}, [1058] = {.lex_state = 93, .external_lex_state = 12}, [1059] = {.lex_state = 93, .external_lex_state = 12}, [1060] = {.lex_state = 93, .external_lex_state = 12}, [1061] = {.lex_state = 93, .external_lex_state = 12}, [1062] = {.lex_state = 93, .external_lex_state = 12}, [1063] = {.lex_state = 93, .external_lex_state = 12}, [1064] = {.lex_state = 93, .external_lex_state = 12}, [1065] = {.lex_state = 93, .external_lex_state = 12}, [1066] = {.lex_state = 94, .external_lex_state = 13}, [1067] = {.lex_state = 94, .external_lex_state = 13}, [1068] = {.lex_state = 94, .external_lex_state = 13}, [1069] = {.lex_state = 94, .external_lex_state = 13}, [1070] = {.lex_state = 93, .external_lex_state = 12}, [1071] = {.lex_state = 94, .external_lex_state = 13}, [1072] = {.lex_state = 93, .external_lex_state = 12}, [1073] = {.lex_state = 94, .external_lex_state = 13}, [1074] = {.lex_state = 93, .external_lex_state = 12}, [1075] = {.lex_state = 93, .external_lex_state = 12}, [1076] = {.lex_state = 93, .external_lex_state = 12}, [1077] = {.lex_state = 93, .external_lex_state = 12}, [1078] = {.lex_state = 94, .external_lex_state = 13}, [1079] = {.lex_state = 94, .external_lex_state = 13}, [1080] = {.lex_state = 93, .external_lex_state = 12}, [1081] = {.lex_state = 94, .external_lex_state = 13}, [1082] = {.lex_state = 94, .external_lex_state = 13}, [1083] = {.lex_state = 94, .external_lex_state = 13}, [1084] = {.lex_state = 94, .external_lex_state = 13}, [1085] = {.lex_state = 94, .external_lex_state = 13}, [1086] = {.lex_state = 93, .external_lex_state = 12}, [1087] = {.lex_state = 93, .external_lex_state = 12}, [1088] = {.lex_state = 93, .external_lex_state = 12}, [1089] = {.lex_state = 93, .external_lex_state = 12}, [1090] = {.lex_state = 94, .external_lex_state = 13}, [1091] = {.lex_state = 93, .external_lex_state = 12}, [1092] = {.lex_state = 93, .external_lex_state = 12}, [1093] = {.lex_state = 93, .external_lex_state = 12}, [1094] = {.lex_state = 94, .external_lex_state = 13}, [1095] = {.lex_state = 94, .external_lex_state = 13}, [1096] = {.lex_state = 94, .external_lex_state = 13}, [1097] = {.lex_state = 84, .external_lex_state = 14}, [1098] = {.lex_state = 94, .external_lex_state = 13}, [1099] = {.lex_state = 93, .external_lex_state = 12}, [1100] = {.lex_state = 93, .external_lex_state = 12}, [1101] = {.lex_state = 84, .external_lex_state = 14}, [1102] = {.lex_state = 84}, [1103] = {.lex_state = 93, .external_lex_state = 12}, [1104] = {.lex_state = 94, .external_lex_state = 13}, [1105] = {.lex_state = 94, .external_lex_state = 13}, [1106] = {.lex_state = 94, .external_lex_state = 13}, [1107] = {.lex_state = 93, .external_lex_state = 12}, [1108] = {.lex_state = 93, .external_lex_state = 12}, [1109] = {.lex_state = 94, .external_lex_state = 13}, [1110] = {.lex_state = 94, .external_lex_state = 13}, [1111] = {.lex_state = 93, .external_lex_state = 12}, [1112] = {.lex_state = 93, .external_lex_state = 12}, [1113] = {.lex_state = 94, .external_lex_state = 13}, [1114] = {.lex_state = 93, .external_lex_state = 12}, [1115] = {.lex_state = 94, .external_lex_state = 13}, [1116] = {.lex_state = 94, .external_lex_state = 13}, [1117] = {.lex_state = 93, .external_lex_state = 12}, [1118] = {.lex_state = 93, .external_lex_state = 12}, [1119] = {.lex_state = 94, .external_lex_state = 13}, [1120] = {.lex_state = 94, .external_lex_state = 13}, [1121] = {.lex_state = 94, .external_lex_state = 13}, [1122] = {.lex_state = 93, .external_lex_state = 12}, [1123] = {.lex_state = 94, .external_lex_state = 13}, [1124] = {.lex_state = 94, .external_lex_state = 13}, [1125] = {.lex_state = 93, .external_lex_state = 12}, [1126] = {.lex_state = 84, .external_lex_state = 14}, [1127] = {.lex_state = 93, .external_lex_state = 12}, [1128] = {.lex_state = 93, .external_lex_state = 12}, [1129] = {.lex_state = 93, .external_lex_state = 12}, [1130] = {.lex_state = 94, .external_lex_state = 13}, [1131] = {.lex_state = 94, .external_lex_state = 13}, [1132] = {.lex_state = 94, .external_lex_state = 13}, [1133] = {.lex_state = 94, .external_lex_state = 13}, [1134] = {.lex_state = 94, .external_lex_state = 13}, [1135] = {.lex_state = 94, .external_lex_state = 13}, [1136] = {.lex_state = 94, .external_lex_state = 13}, [1137] = {.lex_state = 93, .external_lex_state = 12}, [1138] = {.lex_state = 94, .external_lex_state = 13}, [1139] = {.lex_state = 94, .external_lex_state = 13}, [1140] = {.lex_state = 94, .external_lex_state = 13}, [1141] = {.lex_state = 94, .external_lex_state = 13}, [1142] = {.lex_state = 93, .external_lex_state = 12}, [1143] = {.lex_state = 93, .external_lex_state = 12}, [1144] = {.lex_state = 93, .external_lex_state = 12}, [1145] = {.lex_state = 93, .external_lex_state = 12}, [1146] = {.lex_state = 93, .external_lex_state = 12}, [1147] = {.lex_state = 94, .external_lex_state = 13}, [1148] = {.lex_state = 94, .external_lex_state = 13}, [1149] = {.lex_state = 94, .external_lex_state = 13}, [1150] = {.lex_state = 93, .external_lex_state = 12}, [1151] = {.lex_state = 93, .external_lex_state = 12}, [1152] = {.lex_state = 94, .external_lex_state = 13}, [1153] = {.lex_state = 94, .external_lex_state = 13}, [1154] = {.lex_state = 94, .external_lex_state = 13}, [1155] = {.lex_state = 93, .external_lex_state = 12}, [1156] = {.lex_state = 93, .external_lex_state = 12}, [1157] = {.lex_state = 94, .external_lex_state = 13}, [1158] = {.lex_state = 93, .external_lex_state = 12}, [1159] = {.lex_state = 94, .external_lex_state = 13}, [1160] = {.lex_state = 93, .external_lex_state = 12}, [1161] = {.lex_state = 93, .external_lex_state = 12}, [1162] = {.lex_state = 93, .external_lex_state = 12}, [1163] = {.lex_state = 93, .external_lex_state = 12}, [1164] = {.lex_state = 93, .external_lex_state = 12}, [1165] = {.lex_state = 93, .external_lex_state = 12}, [1166] = {.lex_state = 93, .external_lex_state = 12}, [1167] = {.lex_state = 93, .external_lex_state = 12}, [1168] = {.lex_state = 94, .external_lex_state = 13}, [1169] = {.lex_state = 94, .external_lex_state = 13}, [1170] = {.lex_state = 93, .external_lex_state = 12}, [1171] = {.lex_state = 93, .external_lex_state = 12}, [1172] = {.lex_state = 93, .external_lex_state = 12}, [1173] = {.lex_state = 84, .external_lex_state = 14}, [1174] = {.lex_state = 93, .external_lex_state = 12}, [1175] = {.lex_state = 93, .external_lex_state = 12}, [1176] = {.lex_state = 93, .external_lex_state = 12}, [1177] = {.lex_state = 94, .external_lex_state = 13}, [1178] = {.lex_state = 94, .external_lex_state = 12}, [1179] = {.lex_state = 94, .external_lex_state = 12}, [1180] = {.lex_state = 94, .external_lex_state = 12}, [1181] = {.lex_state = 94, .external_lex_state = 12}, [1182] = {.lex_state = 94, .external_lex_state = 12}, [1183] = {.lex_state = 94, .external_lex_state = 12}, [1184] = {.lex_state = 94, .external_lex_state = 12}, [1185] = {.lex_state = 94, .external_lex_state = 12}, [1186] = {.lex_state = 94, .external_lex_state = 12}, [1187] = {.lex_state = 94, .external_lex_state = 12}, [1188] = {.lex_state = 94, .external_lex_state = 12}, [1189] = {.lex_state = 94, .external_lex_state = 12}, [1190] = {.lex_state = 94, .external_lex_state = 12}, [1191] = {.lex_state = 94, .external_lex_state = 12}, [1192] = {.lex_state = 94, .external_lex_state = 12}, [1193] = {.lex_state = 94, .external_lex_state = 12}, [1194] = {.lex_state = 94, .external_lex_state = 12}, [1195] = {.lex_state = 94, .external_lex_state = 12}, [1196] = {.lex_state = 84}, [1197] = {.lex_state = 94, .external_lex_state = 12}, [1198] = {.lex_state = 94, .external_lex_state = 12}, [1199] = {.lex_state = 94, .external_lex_state = 12}, [1200] = {.lex_state = 94, .external_lex_state = 12}, [1201] = {.lex_state = 94, .external_lex_state = 12}, [1202] = {.lex_state = 94, .external_lex_state = 12}, [1203] = {.lex_state = 94, .external_lex_state = 12}, [1204] = {.lex_state = 94, .external_lex_state = 12}, [1205] = {.lex_state = 94, .external_lex_state = 12}, [1206] = {.lex_state = 94, .external_lex_state = 12}, [1207] = {.lex_state = 94, .external_lex_state = 12}, [1208] = {.lex_state = 94, .external_lex_state = 12}, [1209] = {.lex_state = 94, .external_lex_state = 12}, [1210] = {.lex_state = 94, .external_lex_state = 12}, [1211] = {.lex_state = 94, .external_lex_state = 12}, [1212] = {.lex_state = 94, .external_lex_state = 12}, [1213] = {.lex_state = 94, .external_lex_state = 12}, [1214] = {.lex_state = 94, .external_lex_state = 12}, [1215] = {.lex_state = 94, .external_lex_state = 12}, [1216] = {.lex_state = 94, .external_lex_state = 12}, [1217] = {.lex_state = 94, .external_lex_state = 12}, [1218] = {.lex_state = 94, .external_lex_state = 12}, [1219] = {.lex_state = 94, .external_lex_state = 12}, [1220] = {.lex_state = 94, .external_lex_state = 12}, [1221] = {.lex_state = 94, .external_lex_state = 12}, [1222] = {.lex_state = 94, .external_lex_state = 12}, [1223] = {.lex_state = 94, .external_lex_state = 12}, [1224] = {.lex_state = 94, .external_lex_state = 12}, [1225] = {.lex_state = 94, .external_lex_state = 12}, [1226] = {.lex_state = 94, .external_lex_state = 12}, [1227] = {.lex_state = 94, .external_lex_state = 12}, [1228] = {.lex_state = 94, .external_lex_state = 12}, [1229] = {.lex_state = 94, .external_lex_state = 12}, [1230] = {.lex_state = 94, .external_lex_state = 12}, [1231] = {.lex_state = 94, .external_lex_state = 12}, [1232] = {.lex_state = 94, .external_lex_state = 12}, [1233] = {.lex_state = 94, .external_lex_state = 12}, [1234] = {.lex_state = 94, .external_lex_state = 12}, [1235] = {.lex_state = 94, .external_lex_state = 12}, [1236] = {.lex_state = 94, .external_lex_state = 12}, [1237] = {.lex_state = 94, .external_lex_state = 12}, [1238] = {.lex_state = 94, .external_lex_state = 12}, [1239] = {.lex_state = 94, .external_lex_state = 12}, [1240] = {.lex_state = 94, .external_lex_state = 12}, [1241] = {.lex_state = 94, .external_lex_state = 12}, [1242] = {.lex_state = 94, .external_lex_state = 12}, [1243] = {.lex_state = 94, .external_lex_state = 12}, [1244] = {.lex_state = 94, .external_lex_state = 12}, [1245] = {.lex_state = 94, .external_lex_state = 12}, [1246] = {.lex_state = 94, .external_lex_state = 12}, [1247] = {.lex_state = 94, .external_lex_state = 12}, [1248] = {.lex_state = 94, .external_lex_state = 12}, [1249] = {.lex_state = 94, .external_lex_state = 12}, [1250] = {.lex_state = 94, .external_lex_state = 12}, [1251] = {.lex_state = 94, .external_lex_state = 12}, [1252] = {.lex_state = 94, .external_lex_state = 12}, [1253] = {.lex_state = 94, .external_lex_state = 12}, [1254] = {.lex_state = 94, .external_lex_state = 12}, [1255] = {.lex_state = 94, .external_lex_state = 12}, [1256] = {.lex_state = 94, .external_lex_state = 12}, [1257] = {.lex_state = 94, .external_lex_state = 12}, [1258] = {.lex_state = 94, .external_lex_state = 12}, [1259] = {.lex_state = 94, .external_lex_state = 12}, [1260] = {.lex_state = 94, .external_lex_state = 12}, [1261] = {.lex_state = 94, .external_lex_state = 12}, [1262] = {.lex_state = 94, .external_lex_state = 12}, [1263] = {.lex_state = 94, .external_lex_state = 12}, [1264] = {.lex_state = 94, .external_lex_state = 12}, [1265] = {.lex_state = 94, .external_lex_state = 12}, [1266] = {.lex_state = 94, .external_lex_state = 12}, [1267] = {.lex_state = 94, .external_lex_state = 12}, [1268] = {.lex_state = 94, .external_lex_state = 12}, [1269] = {.lex_state = 94, .external_lex_state = 12}, [1270] = {.lex_state = 94, .external_lex_state = 12}, [1271] = {.lex_state = 94, .external_lex_state = 12}, [1272] = {.lex_state = 94, .external_lex_state = 12}, [1273] = {.lex_state = 94, .external_lex_state = 12}, [1274] = {.lex_state = 94, .external_lex_state = 12}, [1275] = {.lex_state = 94, .external_lex_state = 12}, [1276] = {.lex_state = 94, .external_lex_state = 12}, [1277] = {.lex_state = 94, .external_lex_state = 12}, [1278] = {.lex_state = 94, .external_lex_state = 12}, [1279] = {.lex_state = 94, .external_lex_state = 12}, [1280] = {.lex_state = 84}, [1281] = {.lex_state = 94, .external_lex_state = 12}, [1282] = {.lex_state = 94, .external_lex_state = 12}, [1283] = {.lex_state = 94, .external_lex_state = 12}, [1284] = {.lex_state = 94, .external_lex_state = 12}, [1285] = {.lex_state = 94, .external_lex_state = 12}, [1286] = {.lex_state = 94, .external_lex_state = 12}, [1287] = {.lex_state = 94, .external_lex_state = 12}, [1288] = {.lex_state = 94, .external_lex_state = 12}, [1289] = {.lex_state = 94, .external_lex_state = 12}, [1290] = {.lex_state = 94, .external_lex_state = 12}, [1291] = {.lex_state = 94, .external_lex_state = 12}, [1292] = {.lex_state = 94, .external_lex_state = 12}, [1293] = {.lex_state = 94, .external_lex_state = 12}, [1294] = {.lex_state = 94, .external_lex_state = 12}, [1295] = {.lex_state = 94, .external_lex_state = 12}, [1296] = {.lex_state = 94, .external_lex_state = 12}, [1297] = {.lex_state = 94, .external_lex_state = 12}, [1298] = {.lex_state = 94, .external_lex_state = 12}, [1299] = {.lex_state = 94, .external_lex_state = 12}, [1300] = {.lex_state = 94, .external_lex_state = 12}, [1301] = {.lex_state = 94, .external_lex_state = 12}, [1302] = {.lex_state = 94, .external_lex_state = 12}, [1303] = {.lex_state = 84}, [1304] = {.lex_state = 84}, [1305] = {.lex_state = 94, .external_lex_state = 12}, [1306] = {.lex_state = 94, .external_lex_state = 12}, [1307] = {.lex_state = 94, .external_lex_state = 12}, [1308] = {.lex_state = 94, .external_lex_state = 12}, [1309] = {.lex_state = 94, .external_lex_state = 12}, [1310] = {.lex_state = 94, .external_lex_state = 12}, [1311] = {.lex_state = 94, .external_lex_state = 12}, [1312] = {.lex_state = 94, .external_lex_state = 12}, [1313] = {.lex_state = 94, .external_lex_state = 12}, [1314] = {.lex_state = 94, .external_lex_state = 12}, [1315] = {.lex_state = 94, .external_lex_state = 12}, [1316] = {.lex_state = 94, .external_lex_state = 12}, [1317] = {.lex_state = 94, .external_lex_state = 12}, [1318] = {.lex_state = 94, .external_lex_state = 12}, [1319] = {.lex_state = 94, .external_lex_state = 12}, [1320] = {.lex_state = 94, .external_lex_state = 12}, [1321] = {.lex_state = 94, .external_lex_state = 12}, [1322] = {.lex_state = 94, .external_lex_state = 12}, [1323] = {.lex_state = 94, .external_lex_state = 12}, [1324] = {.lex_state = 94, .external_lex_state = 12}, [1325] = {.lex_state = 94, .external_lex_state = 12}, [1326] = {.lex_state = 94, .external_lex_state = 12}, [1327] = {.lex_state = 94, .external_lex_state = 12}, [1328] = {.lex_state = 94, .external_lex_state = 12}, [1329] = {.lex_state = 94, .external_lex_state = 12}, [1330] = {.lex_state = 94, .external_lex_state = 12}, [1331] = {.lex_state = 94, .external_lex_state = 12}, [1332] = {.lex_state = 94, .external_lex_state = 12}, [1333] = {.lex_state = 94, .external_lex_state = 12}, [1334] = {.lex_state = 94, .external_lex_state = 12}, [1335] = {.lex_state = 94, .external_lex_state = 12}, [1336] = {.lex_state = 94, .external_lex_state = 12}, [1337] = {.lex_state = 94, .external_lex_state = 12}, [1338] = {.lex_state = 94, .external_lex_state = 12}, [1339] = {.lex_state = 94, .external_lex_state = 12}, [1340] = {.lex_state = 94, .external_lex_state = 12}, [1341] = {.lex_state = 94, .external_lex_state = 12}, [1342] = {.lex_state = 94, .external_lex_state = 12}, [1343] = {.lex_state = 94, .external_lex_state = 12}, [1344] = {.lex_state = 94, .external_lex_state = 12}, [1345] = {.lex_state = 94, .external_lex_state = 12}, [1346] = {.lex_state = 94, .external_lex_state = 12}, [1347] = {.lex_state = 94, .external_lex_state = 12}, [1348] = {.lex_state = 94, .external_lex_state = 12}, [1349] = {.lex_state = 94, .external_lex_state = 12}, [1350] = {.lex_state = 94, .external_lex_state = 12}, [1351] = {.lex_state = 94, .external_lex_state = 12}, [1352] = {.lex_state = 94, .external_lex_state = 12}, [1353] = {.lex_state = 94, .external_lex_state = 12}, [1354] = {.lex_state = 94, .external_lex_state = 12}, [1355] = {.lex_state = 94, .external_lex_state = 12}, [1356] = {.lex_state = 94, .external_lex_state = 12}, [1357] = {.lex_state = 94, .external_lex_state = 12}, [1358] = {.lex_state = 94, .external_lex_state = 12}, [1359] = {.lex_state = 94, .external_lex_state = 12}, [1360] = {.lex_state = 94, .external_lex_state = 12}, [1361] = {.lex_state = 94, .external_lex_state = 12}, [1362] = {.lex_state = 94, .external_lex_state = 12}, [1363] = {.lex_state = 84}, [1364] = {.lex_state = 94, .external_lex_state = 12}, [1365] = {.lex_state = 84}, [1366] = {.lex_state = 94, .external_lex_state = 12}, [1367] = {.lex_state = 94, .external_lex_state = 12}, [1368] = {.lex_state = 94, .external_lex_state = 12}, [1369] = {.lex_state = 94, .external_lex_state = 12}, [1370] = {.lex_state = 94, .external_lex_state = 12}, [1371] = {.lex_state = 94, .external_lex_state = 12}, [1372] = {.lex_state = 84}, [1373] = {.lex_state = 84}, [1374] = {.lex_state = 84}, [1375] = {.lex_state = 94, .external_lex_state = 12}, [1376] = {.lex_state = 94, .external_lex_state = 12}, [1377] = {.lex_state = 94, .external_lex_state = 12}, [1378] = {.lex_state = 94, .external_lex_state = 12}, [1379] = {.lex_state = 94, .external_lex_state = 12}, [1380] = {.lex_state = 94, .external_lex_state = 12}, [1381] = {.lex_state = 94, .external_lex_state = 12}, [1382] = {.lex_state = 94, .external_lex_state = 12}, [1383] = {.lex_state = 94, .external_lex_state = 12}, [1384] = {.lex_state = 94, .external_lex_state = 12}, [1385] = {.lex_state = 94, .external_lex_state = 12}, [1386] = {.lex_state = 94, .external_lex_state = 12}, [1387] = {.lex_state = 94, .external_lex_state = 12}, [1388] = {.lex_state = 94, .external_lex_state = 12}, [1389] = {.lex_state = 94, .external_lex_state = 12}, [1390] = {.lex_state = 94, .external_lex_state = 12}, [1391] = {.lex_state = 94, .external_lex_state = 12}, [1392] = {.lex_state = 94, .external_lex_state = 12}, [1393] = {.lex_state = 94, .external_lex_state = 12}, [1394] = {.lex_state = 94, .external_lex_state = 12}, [1395] = {.lex_state = 94, .external_lex_state = 12}, [1396] = {.lex_state = 94, .external_lex_state = 12}, [1397] = {.lex_state = 94, .external_lex_state = 12}, [1398] = {.lex_state = 94, .external_lex_state = 12}, [1399] = {.lex_state = 94, .external_lex_state = 12}, [1400] = {.lex_state = 94, .external_lex_state = 12}, [1401] = {.lex_state = 94, .external_lex_state = 12}, [1402] = {.lex_state = 94, .external_lex_state = 12}, [1403] = {.lex_state = 94, .external_lex_state = 12}, [1404] = {.lex_state = 94, .external_lex_state = 12}, [1405] = {.lex_state = 94, .external_lex_state = 12}, [1406] = {.lex_state = 94, .external_lex_state = 12}, [1407] = {.lex_state = 94, .external_lex_state = 12}, [1408] = {.lex_state = 94, .external_lex_state = 12}, [1409] = {.lex_state = 94, .external_lex_state = 12}, [1410] = {.lex_state = 84}, [1411] = {.lex_state = 94, .external_lex_state = 12}, [1412] = {.lex_state = 94, .external_lex_state = 12}, [1413] = {.lex_state = 94, .external_lex_state = 12}, [1414] = {.lex_state = 94, .external_lex_state = 12}, [1415] = {.lex_state = 94, .external_lex_state = 12}, [1416] = {.lex_state = 94, .external_lex_state = 12}, [1417] = {.lex_state = 94, .external_lex_state = 12}, [1418] = {.lex_state = 94, .external_lex_state = 12}, [1419] = {.lex_state = 94, .external_lex_state = 12}, [1420] = {.lex_state = 94, .external_lex_state = 12}, [1421] = {.lex_state = 94, .external_lex_state = 12}, [1422] = {.lex_state = 94, .external_lex_state = 12}, [1423] = {.lex_state = 94, .external_lex_state = 12}, [1424] = {.lex_state = 94, .external_lex_state = 12}, [1425] = {.lex_state = 94, .external_lex_state = 12}, [1426] = {.lex_state = 94, .external_lex_state = 12}, [1427] = {.lex_state = 94, .external_lex_state = 12}, [1428] = {.lex_state = 94, .external_lex_state = 12}, [1429] = {.lex_state = 94, .external_lex_state = 12}, [1430] = {.lex_state = 94, .external_lex_state = 12}, [1431] = {.lex_state = 94, .external_lex_state = 12}, [1432] = {.lex_state = 94, .external_lex_state = 12}, [1433] = {.lex_state = 94, .external_lex_state = 12}, [1434] = {.lex_state = 94, .external_lex_state = 12}, [1435] = {.lex_state = 94, .external_lex_state = 12}, [1436] = {.lex_state = 94, .external_lex_state = 12}, [1437] = {.lex_state = 94, .external_lex_state = 12}, [1438] = {.lex_state = 94, .external_lex_state = 12}, [1439] = {.lex_state = 94, .external_lex_state = 12}, [1440] = {.lex_state = 94, .external_lex_state = 12}, [1441] = {.lex_state = 94, .external_lex_state = 12}, [1442] = {.lex_state = 94, .external_lex_state = 12}, [1443] = {.lex_state = 94, .external_lex_state = 12}, [1444] = {.lex_state = 94, .external_lex_state = 12}, [1445] = {.lex_state = 94, .external_lex_state = 12}, [1446] = {.lex_state = 94, .external_lex_state = 12}, [1447] = {.lex_state = 94, .external_lex_state = 12}, [1448] = {.lex_state = 94, .external_lex_state = 12}, [1449] = {.lex_state = 94, .external_lex_state = 12}, [1450] = {.lex_state = 94, .external_lex_state = 12}, [1451] = {.lex_state = 94, .external_lex_state = 12}, [1452] = {.lex_state = 94, .external_lex_state = 12}, [1453] = {.lex_state = 94, .external_lex_state = 12}, [1454] = {.lex_state = 94, .external_lex_state = 12}, [1455] = {.lex_state = 94, .external_lex_state = 12}, [1456] = {.lex_state = 84}, [1457] = {.lex_state = 94, .external_lex_state = 12}, [1458] = {.lex_state = 94, .external_lex_state = 12}, [1459] = {.lex_state = 94, .external_lex_state = 12}, [1460] = {.lex_state = 94, .external_lex_state = 12}, [1461] = {.lex_state = 94, .external_lex_state = 12}, [1462] = {.lex_state = 94, .external_lex_state = 12}, [1463] = {.lex_state = 84}, [1464] = {.lex_state = 94, .external_lex_state = 12}, [1465] = {.lex_state = 94, .external_lex_state = 12}, [1466] = {.lex_state = 94, .external_lex_state = 12}, [1467] = {.lex_state = 94, .external_lex_state = 12}, [1468] = {.lex_state = 94, .external_lex_state = 12}, [1469] = {.lex_state = 94, .external_lex_state = 12}, [1470] = {.lex_state = 94, .external_lex_state = 12}, [1471] = {.lex_state = 94, .external_lex_state = 12}, [1472] = {.lex_state = 84}, [1473] = {.lex_state = 94, .external_lex_state = 12}, [1474] = {.lex_state = 94, .external_lex_state = 12}, [1475] = {.lex_state = 94, .external_lex_state = 12}, [1476] = {.lex_state = 94, .external_lex_state = 12}, [1477] = {.lex_state = 94, .external_lex_state = 12}, [1478] = {.lex_state = 94, .external_lex_state = 12}, [1479] = {.lex_state = 94, .external_lex_state = 12}, [1480] = {.lex_state = 94, .external_lex_state = 12}, [1481] = {.lex_state = 94, .external_lex_state = 12}, [1482] = {.lex_state = 94, .external_lex_state = 12}, [1483] = {.lex_state = 94, .external_lex_state = 12}, [1484] = {.lex_state = 94, .external_lex_state = 12}, [1485] = {.lex_state = 94, .external_lex_state = 12}, [1486] = {.lex_state = 94, .external_lex_state = 12}, [1487] = {.lex_state = 94, .external_lex_state = 12}, [1488] = {.lex_state = 94, .external_lex_state = 12}, [1489] = {.lex_state = 94, .external_lex_state = 12}, [1490] = {.lex_state = 94, .external_lex_state = 12}, [1491] = {.lex_state = 94, .external_lex_state = 12}, [1492] = {.lex_state = 94, .external_lex_state = 12}, [1493] = {.lex_state = 94, .external_lex_state = 12}, [1494] = {.lex_state = 94, .external_lex_state = 12}, [1495] = {.lex_state = 94, .external_lex_state = 12}, [1496] = {.lex_state = 94, .external_lex_state = 12}, [1497] = {.lex_state = 94, .external_lex_state = 12}, [1498] = {.lex_state = 94, .external_lex_state = 12}, [1499] = {.lex_state = 94, .external_lex_state = 12}, [1500] = {.lex_state = 94, .external_lex_state = 12}, [1501] = {.lex_state = 94, .external_lex_state = 12}, [1502] = {.lex_state = 94, .external_lex_state = 12}, [1503] = {.lex_state = 94, .external_lex_state = 12}, [1504] = {.lex_state = 94, .external_lex_state = 12}, [1505] = {.lex_state = 94, .external_lex_state = 12}, [1506] = {.lex_state = 94, .external_lex_state = 12}, [1507] = {.lex_state = 94, .external_lex_state = 12}, [1508] = {.lex_state = 94, .external_lex_state = 12}, [1509] = {.lex_state = 94, .external_lex_state = 12}, [1510] = {.lex_state = 94, .external_lex_state = 12}, [1511] = {.lex_state = 94, .external_lex_state = 12}, [1512] = {.lex_state = 94, .external_lex_state = 12}, [1513] = {.lex_state = 94, .external_lex_state = 12}, [1514] = {.lex_state = 94, .external_lex_state = 12}, [1515] = {.lex_state = 94, .external_lex_state = 12}, [1516] = {.lex_state = 94, .external_lex_state = 12}, [1517] = {.lex_state = 94, .external_lex_state = 12}, [1518] = {.lex_state = 94, .external_lex_state = 12}, [1519] = {.lex_state = 94, .external_lex_state = 12}, [1520] = {.lex_state = 94, .external_lex_state = 12}, [1521] = {.lex_state = 94, .external_lex_state = 12}, [1522] = {.lex_state = 94, .external_lex_state = 12}, [1523] = {.lex_state = 94, .external_lex_state = 12}, [1524] = {.lex_state = 94, .external_lex_state = 12}, [1525] = {.lex_state = 84}, [1526] = {.lex_state = 94, .external_lex_state = 12}, [1527] = {.lex_state = 94, .external_lex_state = 12}, [1528] = {.lex_state = 94, .external_lex_state = 12}, [1529] = {.lex_state = 84}, [1530] = {.lex_state = 94, .external_lex_state = 12}, [1531] = {.lex_state = 84}, [1532] = {.lex_state = 94, .external_lex_state = 12}, [1533] = {.lex_state = 94, .external_lex_state = 12}, [1534] = {.lex_state = 84}, [1535] = {.lex_state = 84}, [1536] = {.lex_state = 94, .external_lex_state = 12}, [1537] = {.lex_state = 94, .external_lex_state = 12}, [1538] = {.lex_state = 84}, [1539] = {.lex_state = 84}, [1540] = {.lex_state = 94, .external_lex_state = 12}, [1541] = {.lex_state = 94, .external_lex_state = 12}, [1542] = {.lex_state = 94, .external_lex_state = 12}, [1543] = {.lex_state = 94, .external_lex_state = 12}, [1544] = {.lex_state = 94, .external_lex_state = 12}, [1545] = {.lex_state = 84}, [1546] = {.lex_state = 94, .external_lex_state = 12}, [1547] = {.lex_state = 94, .external_lex_state = 12}, [1548] = {.lex_state = 84}, [1549] = {.lex_state = 94, .external_lex_state = 12}, [1550] = {.lex_state = 94, .external_lex_state = 12}, [1551] = {.lex_state = 94, .external_lex_state = 12}, [1552] = {.lex_state = 94, .external_lex_state = 12}, [1553] = {.lex_state = 94, .external_lex_state = 12}, [1554] = {.lex_state = 94, .external_lex_state = 12}, [1555] = {.lex_state = 94, .external_lex_state = 12}, [1556] = {.lex_state = 94, .external_lex_state = 12}, [1557] = {.lex_state = 94, .external_lex_state = 12}, [1558] = {.lex_state = 94, .external_lex_state = 12}, [1559] = {.lex_state = 94, .external_lex_state = 12}, [1560] = {.lex_state = 94, .external_lex_state = 12}, [1561] = {.lex_state = 94, .external_lex_state = 12}, [1562] = {.lex_state = 94, .external_lex_state = 12}, [1563] = {.lex_state = 94, .external_lex_state = 12}, [1564] = {.lex_state = 94, .external_lex_state = 12}, [1565] = {.lex_state = 94, .external_lex_state = 12}, [1566] = {.lex_state = 94, .external_lex_state = 12}, [1567] = {.lex_state = 94, .external_lex_state = 12}, [1568] = {.lex_state = 94, .external_lex_state = 12}, [1569] = {.lex_state = 94, .external_lex_state = 12}, [1570] = {.lex_state = 94, .external_lex_state = 12}, [1571] = {.lex_state = 84}, [1572] = {.lex_state = 94, .external_lex_state = 12}, [1573] = {.lex_state = 94, .external_lex_state = 12}, [1574] = {.lex_state = 94, .external_lex_state = 12}, [1575] = {.lex_state = 94, .external_lex_state = 12}, [1576] = {.lex_state = 94, .external_lex_state = 12}, [1577] = {.lex_state = 84}, [1578] = {.lex_state = 94, .external_lex_state = 12}, [1579] = {.lex_state = 94, .external_lex_state = 12}, [1580] = {.lex_state = 94, .external_lex_state = 12}, [1581] = {.lex_state = 94, .external_lex_state = 12}, [1582] = {.lex_state = 94, .external_lex_state = 12}, [1583] = {.lex_state = 94, .external_lex_state = 12}, [1584] = {.lex_state = 84}, [1585] = {.lex_state = 94, .external_lex_state = 12}, [1586] = {.lex_state = 94, .external_lex_state = 12}, [1587] = {.lex_state = 94, .external_lex_state = 12}, [1588] = {.lex_state = 94, .external_lex_state = 12}, [1589] = {.lex_state = 94, .external_lex_state = 12}, [1590] = {.lex_state = 94, .external_lex_state = 12}, [1591] = {.lex_state = 94, .external_lex_state = 12}, [1592] = {.lex_state = 94, .external_lex_state = 12}, [1593] = {.lex_state = 94, .external_lex_state = 12}, [1594] = {.lex_state = 94, .external_lex_state = 12}, [1595] = {.lex_state = 94, .external_lex_state = 12}, [1596] = {.lex_state = 94, .external_lex_state = 12}, [1597] = {.lex_state = 94, .external_lex_state = 12}, [1598] = {.lex_state = 94, .external_lex_state = 12}, [1599] = {.lex_state = 94, .external_lex_state = 12}, [1600] = {.lex_state = 94, .external_lex_state = 12}, [1601] = {.lex_state = 94, .external_lex_state = 12}, [1602] = {.lex_state = 94, .external_lex_state = 12}, [1603] = {.lex_state = 94, .external_lex_state = 12}, [1604] = {.lex_state = 94, .external_lex_state = 12}, [1605] = {.lex_state = 94, .external_lex_state = 12}, [1606] = {.lex_state = 84}, [1607] = {.lex_state = 94, .external_lex_state = 12}, [1608] = {.lex_state = 84}, [1609] = {.lex_state = 84}, [1610] = {.lex_state = 94, .external_lex_state = 12}, [1611] = {.lex_state = 84}, [1612] = {.lex_state = 94, .external_lex_state = 12}, [1613] = {.lex_state = 94, .external_lex_state = 12}, [1614] = {.lex_state = 84}, [1615] = {.lex_state = 94, .external_lex_state = 12}, [1616] = {.lex_state = 94, .external_lex_state = 12}, [1617] = {.lex_state = 94, .external_lex_state = 12}, [1618] = {.lex_state = 94, .external_lex_state = 12}, [1619] = {.lex_state = 94, .external_lex_state = 12}, [1620] = {.lex_state = 94, .external_lex_state = 12}, [1621] = {.lex_state = 94, .external_lex_state = 12}, [1622] = {.lex_state = 94, .external_lex_state = 12}, [1623] = {.lex_state = 94, .external_lex_state = 12}, [1624] = {.lex_state = 84}, [1625] = {.lex_state = 94, .external_lex_state = 12}, [1626] = {.lex_state = 94, .external_lex_state = 12}, [1627] = {.lex_state = 94, .external_lex_state = 12}, [1628] = {.lex_state = 94, .external_lex_state = 12}, [1629] = {.lex_state = 94, .external_lex_state = 12}, [1630] = {.lex_state = 94, .external_lex_state = 12}, [1631] = {.lex_state = 94, .external_lex_state = 12}, [1632] = {.lex_state = 84}, [1633] = {.lex_state = 94, .external_lex_state = 12}, [1634] = {.lex_state = 84}, [1635] = {.lex_state = 94, .external_lex_state = 12}, [1636] = {.lex_state = 94, .external_lex_state = 12}, [1637] = {.lex_state = 94, .external_lex_state = 12}, [1638] = {.lex_state = 94, .external_lex_state = 12}, [1639] = {.lex_state = 94, .external_lex_state = 12}, [1640] = {.lex_state = 94, .external_lex_state = 12}, [1641] = {.lex_state = 94, .external_lex_state = 12}, [1642] = {.lex_state = 94, .external_lex_state = 12}, [1643] = {.lex_state = 94, .external_lex_state = 12}, [1644] = {.lex_state = 94, .external_lex_state = 12}, [1645] = {.lex_state = 94, .external_lex_state = 12}, [1646] = {.lex_state = 77, .external_lex_state = 12}, [1647] = {.lex_state = 28, .external_lex_state = 6}, [1648] = {.lex_state = 28, .external_lex_state = 6}, [1649] = {.lex_state = 28, .external_lex_state = 6}, [1650] = {.lex_state = 28, .external_lex_state = 6}, [1651] = {.lex_state = 28, .external_lex_state = 6}, [1652] = {.lex_state = 28, .external_lex_state = 6}, [1653] = {.lex_state = 28, .external_lex_state = 6}, [1654] = {.lex_state = 28, .external_lex_state = 6}, [1655] = {.lex_state = 28, .external_lex_state = 6}, [1656] = {.lex_state = 28, .external_lex_state = 6}, [1657] = {.lex_state = 187, .external_lex_state = 6}, [1658] = {.lex_state = 187, .external_lex_state = 6}, [1659] = {.lex_state = 28, .external_lex_state = 8}, [1660] = {.lex_state = 28, .external_lex_state = 6}, [1661] = {.lex_state = 187, .external_lex_state = 6}, [1662] = {.lex_state = 28, .external_lex_state = 6}, [1663] = {.lex_state = 187, .external_lex_state = 6}, [1664] = {.lex_state = 28, .external_lex_state = 8}, [1665] = {.lex_state = 187, .external_lex_state = 8}, [1666] = {.lex_state = 187, .external_lex_state = 6}, [1667] = {.lex_state = 187, .external_lex_state = 6}, [1668] = {.lex_state = 187, .external_lex_state = 6}, [1669] = {.lex_state = 96, .external_lex_state = 2}, [1670] = {.lex_state = 187, .external_lex_state = 6}, [1671] = {.lex_state = 187, .external_lex_state = 6}, [1672] = {.lex_state = 187, .external_lex_state = 6}, [1673] = {.lex_state = 28, .external_lex_state = 6}, [1674] = {.lex_state = 34, .external_lex_state = 15}, [1675] = {.lex_state = 74, .external_lex_state = 10}, [1676] = {.lex_state = 28, .external_lex_state = 6}, [1677] = {.lex_state = 28, .external_lex_state = 8}, [1678] = {.lex_state = 28, .external_lex_state = 8}, [1679] = {.lex_state = 28, .external_lex_state = 8}, [1680] = {.lex_state = 187, .external_lex_state = 6}, [1681] = {.lex_state = 187, .external_lex_state = 6}, [1682] = {.lex_state = 28, .external_lex_state = 8}, [1683] = {.lex_state = 28, .external_lex_state = 6}, [1684] = {.lex_state = 28, .external_lex_state = 8}, [1685] = {.lex_state = 187, .external_lex_state = 6}, [1686] = {.lex_state = 187, .external_lex_state = 6}, [1687] = {.lex_state = 187, .external_lex_state = 6}, [1688] = {.lex_state = 28, .external_lex_state = 6}, [1689] = {.lex_state = 187, .external_lex_state = 6}, [1690] = {.lex_state = 96, .external_lex_state = 16}, [1691] = {.lex_state = 28, .external_lex_state = 8}, [1692] = {.lex_state = 75, .external_lex_state = 10}, [1693] = {.lex_state = 28, .external_lex_state = 8}, [1694] = {.lex_state = 28, .external_lex_state = 8}, [1695] = {.lex_state = 75, .external_lex_state = 10}, [1696] = {.lex_state = 187, .external_lex_state = 6}, [1697] = {.lex_state = 96, .external_lex_state = 16}, [1698] = {.lex_state = 187, .external_lex_state = 6}, [1699] = {.lex_state = 28, .external_lex_state = 8}, [1700] = {.lex_state = 28, .external_lex_state = 8}, [1701] = {.lex_state = 187, .external_lex_state = 8}, [1702] = {.lex_state = 28, .external_lex_state = 8}, [1703] = {.lex_state = 28, .external_lex_state = 8}, [1704] = {.lex_state = 187, .external_lex_state = 6}, [1705] = {.lex_state = 187, .external_lex_state = 6}, [1706] = {.lex_state = 28, .external_lex_state = 8}, [1707] = {.lex_state = 75, .external_lex_state = 10}, [1708] = {.lex_state = 28, .external_lex_state = 8}, [1709] = {.lex_state = 28, .external_lex_state = 8}, [1710] = {.lex_state = 28, .external_lex_state = 8}, [1711] = {.lex_state = 187, .external_lex_state = 6}, [1712] = {.lex_state = 28, .external_lex_state = 8}, [1713] = {.lex_state = 28, .external_lex_state = 8}, [1714] = {.lex_state = 187, .external_lex_state = 6}, [1715] = {.lex_state = 187, .external_lex_state = 8}, [1716] = {.lex_state = 28, .external_lex_state = 8}, [1717] = {.lex_state = 28, .external_lex_state = 8}, [1718] = {.lex_state = 28, .external_lex_state = 8}, [1719] = {.lex_state = 28, .external_lex_state = 8}, [1720] = {.lex_state = 96, .external_lex_state = 16}, [1721] = {.lex_state = 28, .external_lex_state = 8}, [1722] = {.lex_state = 96, .external_lex_state = 16}, [1723] = {.lex_state = 187, .external_lex_state = 8}, [1724] = {.lex_state = 34, .external_lex_state = 15}, [1725] = {.lex_state = 187, .external_lex_state = 8}, [1726] = {.lex_state = 28, .external_lex_state = 8}, [1727] = {.lex_state = 28, .external_lex_state = 8}, [1728] = {.lex_state = 28, .external_lex_state = 8}, [1729] = {.lex_state = 28, .external_lex_state = 8}, [1730] = {.lex_state = 187, .external_lex_state = 6}, [1731] = {.lex_state = 96, .external_lex_state = 16}, [1732] = {.lex_state = 28, .external_lex_state = 8}, [1733] = {.lex_state = 28, .external_lex_state = 8}, [1734] = {.lex_state = 28, .external_lex_state = 8}, [1735] = {.lex_state = 187, .external_lex_state = 8}, [1736] = {.lex_state = 187, .external_lex_state = 6}, [1737] = {.lex_state = 187, .external_lex_state = 8}, [1738] = {.lex_state = 34, .external_lex_state = 15}, [1739] = {.lex_state = 34, .external_lex_state = 15}, [1740] = {.lex_state = 34, .external_lex_state = 10}, [1741] = {.lex_state = 28, .external_lex_state = 8}, [1742] = {.lex_state = 28, .external_lex_state = 8}, [1743] = {.lex_state = 28, .external_lex_state = 6}, [1744] = {.lex_state = 28, .external_lex_state = 8}, [1745] = {.lex_state = 28, .external_lex_state = 8}, [1746] = {.lex_state = 28, .external_lex_state = 8}, [1747] = {.lex_state = 187, .external_lex_state = 6}, [1748] = {.lex_state = 34, .external_lex_state = 10}, [1749] = {.lex_state = 75, .external_lex_state = 10}, [1750] = {.lex_state = 187, .external_lex_state = 8}, [1751] = {.lex_state = 28, .external_lex_state = 6}, [1752] = {.lex_state = 34, .external_lex_state = 15}, [1753] = {.lex_state = 34, .external_lex_state = 10}, [1754] = {.lex_state = 187, .external_lex_state = 6}, [1755] = {.lex_state = 34, .external_lex_state = 15}, [1756] = {.lex_state = 187, .external_lex_state = 8}, [1757] = {.lex_state = 34, .external_lex_state = 15}, [1758] = {.lex_state = 187, .external_lex_state = 6}, [1759] = {.lex_state = 34, .external_lex_state = 15}, [1760] = {.lex_state = 34, .external_lex_state = 15}, [1761] = {.lex_state = 199, .external_lex_state = 17}, [1762] = {.lex_state = 28, .external_lex_state = 6}, [1763] = {.lex_state = 34, .external_lex_state = 15}, [1764] = {.lex_state = 34, .external_lex_state = 15}, [1765] = {.lex_state = 34, .external_lex_state = 15}, [1766] = {.lex_state = 34, .external_lex_state = 15}, [1767] = {.lex_state = 34, .external_lex_state = 15}, [1768] = {.lex_state = 34, .external_lex_state = 15}, [1769] = {.lex_state = 34, .external_lex_state = 15}, [1770] = {.lex_state = 34, .external_lex_state = 15}, [1771] = {.lex_state = 34, .external_lex_state = 15}, [1772] = {.lex_state = 34, .external_lex_state = 15}, [1773] = {.lex_state = 34, .external_lex_state = 15}, [1774] = {.lex_state = 28, .external_lex_state = 6}, [1775] = {.lex_state = 28, .external_lex_state = 6}, [1776] = {.lex_state = 28, .external_lex_state = 6}, [1777] = {.lex_state = 28, .external_lex_state = 6}, [1778] = {.lex_state = 28, .external_lex_state = 6}, [1779] = {.lex_state = 28, .external_lex_state = 6}, [1780] = {.lex_state = 28, .external_lex_state = 6}, [1781] = {.lex_state = 28, .external_lex_state = 6}, [1782] = {.lex_state = 28, .external_lex_state = 6}, [1783] = {.lex_state = 28, .external_lex_state = 6}, [1784] = {.lex_state = 28, .external_lex_state = 6}, [1785] = {.lex_state = 28, .external_lex_state = 6}, [1786] = {.lex_state = 28, .external_lex_state = 6}, [1787] = {.lex_state = 28, .external_lex_state = 6}, [1788] = {.lex_state = 28, .external_lex_state = 6}, [1789] = {.lex_state = 28, .external_lex_state = 6}, [1790] = {.lex_state = 28, .external_lex_state = 6}, [1791] = {.lex_state = 28, .external_lex_state = 6}, [1792] = {.lex_state = 28, .external_lex_state = 6}, [1793] = {.lex_state = 28, .external_lex_state = 6}, [1794] = {.lex_state = 28, .external_lex_state = 6}, [1795] = {.lex_state = 28, .external_lex_state = 6}, [1796] = {.lex_state = 28, .external_lex_state = 6}, [1797] = {.lex_state = 34, .external_lex_state = 15}, [1798] = {.lex_state = 28, .external_lex_state = 6}, [1799] = {.lex_state = 28, .external_lex_state = 6}, [1800] = {.lex_state = 187, .external_lex_state = 8}, [1801] = {.lex_state = 34, .external_lex_state = 15}, [1802] = {.lex_state = 28, .external_lex_state = 6}, [1803] = {.lex_state = 28, .external_lex_state = 6}, [1804] = {.lex_state = 28, .external_lex_state = 6}, [1805] = {.lex_state = 28, .external_lex_state = 6}, [1806] = {.lex_state = 28, .external_lex_state = 6}, [1807] = {.lex_state = 187, .external_lex_state = 8}, [1808] = {.lex_state = 34, .external_lex_state = 15}, [1809] = {.lex_state = 187, .external_lex_state = 6}, [1810] = {.lex_state = 28, .external_lex_state = 6}, [1811] = {.lex_state = 28, .external_lex_state = 6}, [1812] = {.lex_state = 187, .external_lex_state = 8}, [1813] = {.lex_state = 28, .external_lex_state = 6}, [1814] = {.lex_state = 34, .external_lex_state = 15}, [1815] = {.lex_state = 34, .external_lex_state = 15}, [1816] = {.lex_state = 34, .external_lex_state = 15}, [1817] = {.lex_state = 34, .external_lex_state = 15}, [1818] = {.lex_state = 34, .external_lex_state = 15}, [1819] = {.lex_state = 34, .external_lex_state = 15}, [1820] = {.lex_state = 28, .external_lex_state = 6}, [1821] = {.lex_state = 34, .external_lex_state = 15}, [1822] = {.lex_state = 187, .external_lex_state = 6}, [1823] = {.lex_state = 96, .external_lex_state = 2}, [1824] = {.lex_state = 96, .external_lex_state = 16}, [1825] = {.lex_state = 28, .external_lex_state = 6}, [1826] = {.lex_state = 96, .external_lex_state = 16}, [1827] = {.lex_state = 96, .external_lex_state = 16}, [1828] = {.lex_state = 96, .external_lex_state = 16}, [1829] = {.lex_state = 96, .external_lex_state = 16}, [1830] = {.lex_state = 96, .external_lex_state = 16}, [1831] = {.lex_state = 96, .external_lex_state = 16}, [1832] = {.lex_state = 96, .external_lex_state = 16}, [1833] = {.lex_state = 187, .external_lex_state = 8}, [1834] = {.lex_state = 28, .external_lex_state = 6}, [1835] = {.lex_state = 96, .external_lex_state = 16}, [1836] = {.lex_state = 187, .external_lex_state = 8}, [1837] = {.lex_state = 96, .external_lex_state = 16}, [1838] = {.lex_state = 28, .external_lex_state = 6}, [1839] = {.lex_state = 187, .external_lex_state = 8}, [1840] = {.lex_state = 187, .external_lex_state = 8}, [1841] = {.lex_state = 96, .external_lex_state = 16}, [1842] = {.lex_state = 96, .external_lex_state = 16}, [1843] = {.lex_state = 99}, [1844] = {.lex_state = 99}, [1845] = {.lex_state = 96, .external_lex_state = 16}, [1846] = {.lex_state = 96, .external_lex_state = 16}, [1847] = {.lex_state = 90, .external_lex_state = 17}, [1848] = {.lex_state = 187, .external_lex_state = 8}, [1849] = {.lex_state = 99}, [1850] = {.lex_state = 187, .external_lex_state = 8}, [1851] = {.lex_state = 96, .external_lex_state = 16}, [1852] = {.lex_state = 96, .external_lex_state = 2}, [1853] = {.lex_state = 96, .external_lex_state = 16}, [1854] = {.lex_state = 96, .external_lex_state = 16}, [1855] = {.lex_state = 96, .external_lex_state = 16}, [1856] = {.lex_state = 96, .external_lex_state = 16}, [1857] = {.lex_state = 96, .external_lex_state = 16}, [1858] = {.lex_state = 96, .external_lex_state = 16}, [1859] = {.lex_state = 99}, [1860] = {.lex_state = 96, .external_lex_state = 16}, [1861] = {.lex_state = 28, .external_lex_state = 6}, [1862] = {.lex_state = 187, .external_lex_state = 8}, [1863] = {.lex_state = 28, .external_lex_state = 6}, [1864] = {.lex_state = 99}, [1865] = {.lex_state = 96, .external_lex_state = 16}, [1866] = {.lex_state = 99}, [1867] = {.lex_state = 96, .external_lex_state = 16}, [1868] = {.lex_state = 99}, [1869] = {.lex_state = 96, .external_lex_state = 16}, [1870] = {.lex_state = 187, .external_lex_state = 8}, [1871] = {.lex_state = 187, .external_lex_state = 8}, [1872] = {.lex_state = 99}, [1873] = {.lex_state = 187, .external_lex_state = 8}, [1874] = {.lex_state = 96, .external_lex_state = 16}, [1875] = {.lex_state = 187, .external_lex_state = 8}, [1876] = {.lex_state = 99}, [1877] = {.lex_state = 187, .external_lex_state = 8}, [1878] = {.lex_state = 199, .external_lex_state = 17}, [1879] = {.lex_state = 99}, [1880] = {.lex_state = 28, .external_lex_state = 6}, [1881] = {.lex_state = 187, .external_lex_state = 8}, [1882] = {.lex_state = 28, .external_lex_state = 6}, [1883] = {.lex_state = 187, .external_lex_state = 8}, [1884] = {.lex_state = 187, .external_lex_state = 8}, [1885] = {.lex_state = 28, .external_lex_state = 6}, [1886] = {.lex_state = 187, .external_lex_state = 8}, [1887] = {.lex_state = 187, .external_lex_state = 8}, [1888] = {.lex_state = 187, .external_lex_state = 8}, [1889] = {.lex_state = 187, .external_lex_state = 8}, [1890] = {.lex_state = 187, .external_lex_state = 8}, [1891] = {.lex_state = 187, .external_lex_state = 8}, [1892] = {.lex_state = 187, .external_lex_state = 8}, [1893] = {.lex_state = 187, .external_lex_state = 8}, [1894] = {.lex_state = 96, .external_lex_state = 2}, [1895] = {.lex_state = 187, .external_lex_state = 8}, [1896] = {.lex_state = 187, .external_lex_state = 8}, [1897] = {.lex_state = 28, .external_lex_state = 6}, [1898] = {.lex_state = 99}, [1899] = {.lex_state = 99}, [1900] = {.lex_state = 187, .external_lex_state = 6}, [1901] = {.lex_state = 187, .external_lex_state = 8}, [1902] = {.lex_state = 199, .external_lex_state = 17}, [1903] = {.lex_state = 96, .external_lex_state = 16}, [1904] = {.lex_state = 34, .external_lex_state = 10}, [1905] = {.lex_state = 187, .external_lex_state = 6}, [1906] = {.lex_state = 91, .external_lex_state = 17}, [1907] = {.lex_state = 96}, [1908] = {.lex_state = 34, .external_lex_state = 10}, [1909] = {.lex_state = 91}, [1910] = {.lex_state = 96, .external_lex_state = 18}, [1911] = {.lex_state = 96, .external_lex_state = 2}, [1912] = {.lex_state = 96, .external_lex_state = 2}, [1913] = {.lex_state = 199, .external_lex_state = 17}, [1914] = {.lex_state = 187, .external_lex_state = 6}, [1915] = {.lex_state = 96, .external_lex_state = 18}, [1916] = {.lex_state = 34, .external_lex_state = 10}, [1917] = {.lex_state = 96, .external_lex_state = 2}, [1918] = {.lex_state = 34, .external_lex_state = 10}, [1919] = {.lex_state = 96, .external_lex_state = 2}, [1920] = {.lex_state = 187, .external_lex_state = 6}, [1921] = {.lex_state = 187, .external_lex_state = 6}, [1922] = {.lex_state = 187, .external_lex_state = 6}, [1923] = {.lex_state = 96, .external_lex_state = 2}, [1924] = {.lex_state = 96, .external_lex_state = 2}, [1925] = {.lex_state = 187, .external_lex_state = 6}, [1926] = {.lex_state = 187, .external_lex_state = 6}, [1927] = {.lex_state = 187, .external_lex_state = 6}, [1928] = {.lex_state = 199, .external_lex_state = 17}, [1929] = {.lex_state = 187, .external_lex_state = 6}, [1930] = {.lex_state = 96, .external_lex_state = 2}, [1931] = {.lex_state = 96, .external_lex_state = 18}, [1932] = {.lex_state = 96, .external_lex_state = 2}, [1933] = {.lex_state = 199, .external_lex_state = 17}, [1934] = {.lex_state = 96, .external_lex_state = 2}, [1935] = {.lex_state = 187, .external_lex_state = 6}, [1936] = {.lex_state = 199, .external_lex_state = 17}, [1937] = {.lex_state = 199, .external_lex_state = 17}, [1938] = {.lex_state = 199, .external_lex_state = 17}, [1939] = {.lex_state = 199, .external_lex_state = 17}, [1940] = {.lex_state = 199, .external_lex_state = 17}, [1941] = {.lex_state = 34, .external_lex_state = 10}, [1942] = {.lex_state = 96, .external_lex_state = 2}, [1943] = {.lex_state = 96, .external_lex_state = 2}, [1944] = {.lex_state = 90}, [1945] = {.lex_state = 199, .external_lex_state = 17}, [1946] = {.lex_state = 96, .external_lex_state = 2}, [1947] = {.lex_state = 199, .external_lex_state = 17}, [1948] = {.lex_state = 199, .external_lex_state = 17}, [1949] = {.lex_state = 199, .external_lex_state = 17}, [1950] = {.lex_state = 199, .external_lex_state = 17}, [1951] = {.lex_state = 199, .external_lex_state = 17}, [1952] = {.lex_state = 96, .external_lex_state = 2}, [1953] = {.lex_state = 199, .external_lex_state = 17}, [1954] = {.lex_state = 199, .external_lex_state = 17}, [1955] = {.lex_state = 96, .external_lex_state = 18}, [1956] = {.lex_state = 199, .external_lex_state = 17}, [1957] = {.lex_state = 96}, [1958] = {.lex_state = 34, .external_lex_state = 10}, [1959] = {.lex_state = 34, .external_lex_state = 10}, [1960] = {.lex_state = 34, .external_lex_state = 10}, [1961] = {.lex_state = 187, .external_lex_state = 6}, [1962] = {.lex_state = 187, .external_lex_state = 6}, [1963] = {.lex_state = 187, .external_lex_state = 6}, [1964] = {.lex_state = 90}, [1965] = {.lex_state = 34, .external_lex_state = 10}, [1966] = {.lex_state = 96}, [1967] = {.lex_state = 96, .external_lex_state = 18}, [1968] = {.lex_state = 96}, [1969] = {.lex_state = 187, .external_lex_state = 6}, [1970] = {.lex_state = 187, .external_lex_state = 6}, [1971] = {.lex_state = 96, .external_lex_state = 2}, [1972] = {.lex_state = 96}, [1973] = {.lex_state = 187, .external_lex_state = 6}, [1974] = {.lex_state = 96, .external_lex_state = 2}, [1975] = {.lex_state = 34, .external_lex_state = 10}, [1976] = {.lex_state = 187, .external_lex_state = 6}, [1977] = {.lex_state = 92, .external_lex_state = 19}, [1978] = {.lex_state = 187, .external_lex_state = 6}, [1979] = {.lex_state = 187, .external_lex_state = 6}, [1980] = {.lex_state = 199, .external_lex_state = 17}, [1981] = {.lex_state = 187, .external_lex_state = 6}, [1982] = {.lex_state = 199, .external_lex_state = 17}, [1983] = {.lex_state = 96}, [1984] = {.lex_state = 199, .external_lex_state = 17}, [1985] = {.lex_state = 96, .external_lex_state = 2}, [1986] = {.lex_state = 96, .external_lex_state = 2}, [1987] = {.lex_state = 96}, [1988] = {.lex_state = 199, .external_lex_state = 17}, [1989] = {.lex_state = 187, .external_lex_state = 6}, [1990] = {.lex_state = 34, .external_lex_state = 10}, [1991] = {.lex_state = 199, .external_lex_state = 17}, [1992] = {.lex_state = 96, .external_lex_state = 18}, [1993] = {.lex_state = 199, .external_lex_state = 17}, [1994] = {.lex_state = 187, .external_lex_state = 6}, [1995] = {.lex_state = 96}, [1996] = {.lex_state = 96}, [1997] = {.lex_state = 96}, [1998] = {.lex_state = 96, .external_lex_state = 18}, [1999] = {.lex_state = 96}, [2000] = {.lex_state = 187, .external_lex_state = 6}, [2001] = {.lex_state = 96, .external_lex_state = 2}, [2002] = {.lex_state = 96, .external_lex_state = 2}, [2003] = {.lex_state = 96, .external_lex_state = 2}, [2004] = {.lex_state = 91, .external_lex_state = 17}, [2005] = {.lex_state = 96, .external_lex_state = 2}, [2006] = {.lex_state = 187, .external_lex_state = 8}, [2007] = {.lex_state = 187, .external_lex_state = 6}, [2008] = {.lex_state = 34, .external_lex_state = 10}, [2009] = {.lex_state = 96, .external_lex_state = 2}, [2010] = {.lex_state = 187, .external_lex_state = 8}, [2011] = {.lex_state = 187, .external_lex_state = 6}, [2012] = {.lex_state = 187, .external_lex_state = 6}, [2013] = {.lex_state = 96, .external_lex_state = 2}, [2014] = {.lex_state = 187, .external_lex_state = 6}, [2015] = {.lex_state = 187, .external_lex_state = 8}, [2016] = {.lex_state = 96, .external_lex_state = 2}, [2017] = {.lex_state = 34, .external_lex_state = 10}, [2018] = {.lex_state = 187, .external_lex_state = 8}, [2019] = {.lex_state = 187, .external_lex_state = 6}, [2020] = {.lex_state = 96, .external_lex_state = 18}, [2021] = {.lex_state = 187, .external_lex_state = 6}, [2022] = {.lex_state = 96, .external_lex_state = 2}, [2023] = {.lex_state = 96}, [2024] = {.lex_state = 34, .external_lex_state = 10}, [2025] = {.lex_state = 34, .external_lex_state = 10}, [2026] = {.lex_state = 187, .external_lex_state = 6}, [2027] = {.lex_state = 187, .external_lex_state = 6}, [2028] = {.lex_state = 187, .external_lex_state = 8}, [2029] = {.lex_state = 96, .external_lex_state = 2}, [2030] = {.lex_state = 34, .external_lex_state = 10}, [2031] = {.lex_state = 96, .external_lex_state = 2}, [2032] = {.lex_state = 96, .external_lex_state = 2}, [2033] = {.lex_state = 96, .external_lex_state = 2}, [2034] = {.lex_state = 187, .external_lex_state = 8}, [2035] = {.lex_state = 78}, [2036] = {.lex_state = 187, .external_lex_state = 6}, [2037] = {.lex_state = 199, .external_lex_state = 17}, [2038] = {.lex_state = 96, .external_lex_state = 2}, [2039] = {.lex_state = 187, .external_lex_state = 6}, [2040] = {.lex_state = 187, .external_lex_state = 8}, [2041] = {.lex_state = 187, .external_lex_state = 8}, [2042] = {.lex_state = 187, .external_lex_state = 6}, [2043] = {.lex_state = 187, .external_lex_state = 8}, [2044] = {.lex_state = 96, .external_lex_state = 2}, [2045] = {.lex_state = 187, .external_lex_state = 6}, [2046] = {.lex_state = 187, .external_lex_state = 8}, [2047] = {.lex_state = 187, .external_lex_state = 6}, [2048] = {.lex_state = 187, .external_lex_state = 8}, [2049] = {.lex_state = 187, .external_lex_state = 6}, [2050] = {.lex_state = 187, .external_lex_state = 8}, [2051] = {.lex_state = 187, .external_lex_state = 6}, [2052] = {.lex_state = 187, .external_lex_state = 8}, [2053] = {.lex_state = 187, .external_lex_state = 6}, [2054] = {.lex_state = 187, .external_lex_state = 8}, [2055] = {.lex_state = 187, .external_lex_state = 8}, [2056] = {.lex_state = 187, .external_lex_state = 8}, [2057] = {.lex_state = 187, .external_lex_state = 8}, [2058] = {.lex_state = 187, .external_lex_state = 6}, [2059] = {.lex_state = 187, .external_lex_state = 6}, [2060] = {.lex_state = 187, .external_lex_state = 6}, [2061] = {.lex_state = 187, .external_lex_state = 8}, [2062] = {.lex_state = 187, .external_lex_state = 8}, [2063] = {.lex_state = 199, .external_lex_state = 17}, [2064] = {.lex_state = 187, .external_lex_state = 8}, [2065] = {.lex_state = 187, .external_lex_state = 8}, [2066] = {.lex_state = 187, .external_lex_state = 8}, [2067] = {.lex_state = 187, .external_lex_state = 8}, [2068] = {.lex_state = 199, .external_lex_state = 17}, [2069] = {.lex_state = 96, .external_lex_state = 2}, [2070] = {.lex_state = 199, .external_lex_state = 17}, [2071] = {.lex_state = 187, .external_lex_state = 6}, [2072] = {.lex_state = 96, .external_lex_state = 18}, [2073] = {.lex_state = 96, .external_lex_state = 2}, [2074] = {.lex_state = 96, .external_lex_state = 2}, [2075] = {.lex_state = 187, .external_lex_state = 8}, [2076] = {.lex_state = 187, .external_lex_state = 6}, [2077] = {.lex_state = 187, .external_lex_state = 8}, [2078] = {.lex_state = 187, .external_lex_state = 6}, [2079] = {.lex_state = 187, .external_lex_state = 6}, [2080] = {.lex_state = 187, .external_lex_state = 8}, [2081] = {.lex_state = 96, .external_lex_state = 2}, [2082] = {.lex_state = 187, .external_lex_state = 6}, [2083] = {.lex_state = 91, .external_lex_state = 17}, [2084] = {.lex_state = 96}, [2085] = {.lex_state = 96}, [2086] = {.lex_state = 91, .external_lex_state = 17}, [2087] = {.lex_state = 187, .external_lex_state = 6}, [2088] = {.lex_state = 92, .external_lex_state = 11}, [2089] = {.lex_state = 96}, [2090] = {.lex_state = 96}, [2091] = {.lex_state = 96, .external_lex_state = 2}, [2092] = {.lex_state = 96}, [2093] = {.lex_state = 96}, [2094] = {.lex_state = 93, .external_lex_state = 20}, [2095] = {.lex_state = 91, .external_lex_state = 17}, [2096] = {.lex_state = 96}, [2097] = {.lex_state = 187, .external_lex_state = 6}, [2098] = {.lex_state = 187, .external_lex_state = 6}, [2099] = {.lex_state = 91, .external_lex_state = 17}, [2100] = {.lex_state = 199}, [2101] = {.lex_state = 199}, [2102] = {.lex_state = 93, .external_lex_state = 20}, [2103] = {.lex_state = 199}, [2104] = {.lex_state = 91, .external_lex_state = 17}, [2105] = {.lex_state = 187, .external_lex_state = 6}, [2106] = {.lex_state = 96}, [2107] = {.lex_state = 96}, [2108] = {.lex_state = 91, .external_lex_state = 17}, [2109] = {.lex_state = 187, .external_lex_state = 6}, [2110] = {.lex_state = 96, .external_lex_state = 2}, [2111] = {.lex_state = 199}, [2112] = {.lex_state = 187, .external_lex_state = 6}, [2113] = {.lex_state = 91, .external_lex_state = 17}, [2114] = {.lex_state = 187, .external_lex_state = 6}, [2115] = {.lex_state = 96}, [2116] = {.lex_state = 187, .external_lex_state = 6}, [2117] = {.lex_state = 96}, [2118] = {.lex_state = 187, .external_lex_state = 6}, [2119] = {.lex_state = 187, .external_lex_state = 6}, [2120] = {.lex_state = 187, .external_lex_state = 6}, [2121] = {.lex_state = 96}, [2122] = {.lex_state = 187, .external_lex_state = 6}, [2123] = {.lex_state = 187, .external_lex_state = 6}, [2124] = {.lex_state = 187, .external_lex_state = 6}, [2125] = {.lex_state = 91}, [2126] = {.lex_state = 187, .external_lex_state = 6}, [2127] = {.lex_state = 92, .external_lex_state = 19}, [2128] = {.lex_state = 187, .external_lex_state = 6}, [2129] = {.lex_state = 96}, [2130] = {.lex_state = 187, .external_lex_state = 6}, [2131] = {.lex_state = 199}, [2132] = {.lex_state = 91, .external_lex_state = 17}, [2133] = {.lex_state = 187, .external_lex_state = 6}, [2134] = {.lex_state = 187, .external_lex_state = 6}, [2135] = {.lex_state = 91, .external_lex_state = 17}, [2136] = {.lex_state = 187, .external_lex_state = 6}, [2137] = {.lex_state = 91, .external_lex_state = 17}, [2138] = {.lex_state = 96}, [2139] = {.lex_state = 90}, [2140] = {.lex_state = 187, .external_lex_state = 6}, [2141] = {.lex_state = 92, .external_lex_state = 19}, [2142] = {.lex_state = 187, .external_lex_state = 6}, [2143] = {.lex_state = 187, .external_lex_state = 6}, [2144] = {.lex_state = 96}, [2145] = {.lex_state = 199}, [2146] = {.lex_state = 187, .external_lex_state = 6}, [2147] = {.lex_state = 187, .external_lex_state = 6}, [2148] = {.lex_state = 187, .external_lex_state = 6}, [2149] = {.lex_state = 187, .external_lex_state = 6}, [2150] = {.lex_state = 94, .external_lex_state = 20}, [2151] = {.lex_state = 199}, [2152] = {.lex_state = 94, .external_lex_state = 20}, [2153] = {.lex_state = 187, .external_lex_state = 6}, [2154] = {.lex_state = 187, .external_lex_state = 6}, [2155] = {.lex_state = 94, .external_lex_state = 20}, [2156] = {.lex_state = 91, .external_lex_state = 17}, [2157] = {.lex_state = 91, .external_lex_state = 17}, [2158] = {.lex_state = 199}, [2159] = {.lex_state = 91, .external_lex_state = 17}, [2160] = {.lex_state = 94, .external_lex_state = 20}, [2161] = {.lex_state = 91, .external_lex_state = 17}, [2162] = {.lex_state = 96}, [2163] = {.lex_state = 187, .external_lex_state = 6}, [2164] = {.lex_state = 91, .external_lex_state = 17}, [2165] = {.lex_state = 187, .external_lex_state = 6}, [2166] = {.lex_state = 96}, [2167] = {.lex_state = 91, .external_lex_state = 17}, [2168] = {.lex_state = 187, .external_lex_state = 6}, [2169] = {.lex_state = 187, .external_lex_state = 6}, [2170] = {.lex_state = 187, .external_lex_state = 6}, [2171] = {.lex_state = 187, .external_lex_state = 6}, [2172] = {.lex_state = 91, .external_lex_state = 17}, [2173] = {.lex_state = 187, .external_lex_state = 6}, [2174] = {.lex_state = 96}, [2175] = {.lex_state = 187, .external_lex_state = 6}, [2176] = {.lex_state = 187, .external_lex_state = 6}, [2177] = {.lex_state = 91, .external_lex_state = 17}, [2178] = {.lex_state = 91, .external_lex_state = 17}, [2179] = {.lex_state = 93, .external_lex_state = 20}, [2180] = {.lex_state = 91, .external_lex_state = 17}, [2181] = {.lex_state = 187, .external_lex_state = 6}, [2182] = {.lex_state = 91, .external_lex_state = 17}, [2183] = {.lex_state = 96}, [2184] = {.lex_state = 96}, [2185] = {.lex_state = 92, .external_lex_state = 19}, [2186] = {.lex_state = 93, .external_lex_state = 20}, [2187] = {.lex_state = 187, .external_lex_state = 6}, [2188] = {.lex_state = 92, .external_lex_state = 11}, [2189] = {.lex_state = 91, .external_lex_state = 17}, [2190] = {.lex_state = 96, .external_lex_state = 2}, [2191] = {.lex_state = 91, .external_lex_state = 17}, [2192] = {.lex_state = 91, .external_lex_state = 17}, [2193] = {.lex_state = 91, .external_lex_state = 17}, [2194] = {.lex_state = 91, .external_lex_state = 17}, [2195] = {.lex_state = 187, .external_lex_state = 6}, [2196] = {.lex_state = 187, .external_lex_state = 6}, [2197] = {.lex_state = 187, .external_lex_state = 6}, [2198] = {.lex_state = 91}, [2199] = {.lex_state = 187, .external_lex_state = 6}, [2200] = {.lex_state = 91, .external_lex_state = 17}, [2201] = {.lex_state = 91, .external_lex_state = 17}, [2202] = {.lex_state = 94, .external_lex_state = 12}, [2203] = {.lex_state = 92, .external_lex_state = 11}, [2204] = {.lex_state = 93, .external_lex_state = 12}, [2205] = {.lex_state = 92, .external_lex_state = 19}, [2206] = {.lex_state = 92, .external_lex_state = 19}, [2207] = {.lex_state = 97, .external_lex_state = 12}, [2208] = {.lex_state = 97, .external_lex_state = 12}, [2209] = {.lex_state = 92, .external_lex_state = 19}, [2210] = {.lex_state = 92, .external_lex_state = 19}, [2211] = {.lex_state = 92, .external_lex_state = 19}, [2212] = {.lex_state = 92, .external_lex_state = 19}, [2213] = {.lex_state = 93, .external_lex_state = 12}, [2214] = {.lex_state = 97, .external_lex_state = 12}, [2215] = {.lex_state = 92, .external_lex_state = 19}, [2216] = {.lex_state = 97, .external_lex_state = 12}, [2217] = {.lex_state = 93, .external_lex_state = 12}, [2218] = {.lex_state = 93, .external_lex_state = 12}, [2219] = {.lex_state = 97, .external_lex_state = 12}, [2220] = {.lex_state = 92, .external_lex_state = 19}, [2221] = {.lex_state = 97, .external_lex_state = 12}, [2222] = {.lex_state = 96}, [2223] = {.lex_state = 97, .external_lex_state = 12}, [2224] = {.lex_state = 92, .external_lex_state = 19}, [2225] = {.lex_state = 92, .external_lex_state = 19}, [2226] = {.lex_state = 97, .external_lex_state = 12}, [2227] = {.lex_state = 96, .external_lex_state = 14}, [2228] = {.lex_state = 92, .external_lex_state = 19}, [2229] = {.lex_state = 97, .external_lex_state = 12}, [2230] = {.lex_state = 94, .external_lex_state = 12}, [2231] = {.lex_state = 97, .external_lex_state = 12}, [2232] = {.lex_state = 97, .external_lex_state = 12}, [2233] = {.lex_state = 97, .external_lex_state = 12}, [2234] = {.lex_state = 92, .external_lex_state = 19}, [2235] = {.lex_state = 199}, [2236] = {.lex_state = 92, .external_lex_state = 19}, [2237] = {.lex_state = 94, .external_lex_state = 20}, [2238] = {.lex_state = 92, .external_lex_state = 19}, [2239] = {.lex_state = 94, .external_lex_state = 20}, [2240] = {.lex_state = 92, .external_lex_state = 19}, [2241] = {.lex_state = 97, .external_lex_state = 12}, [2242] = {.lex_state = 92, .external_lex_state = 19}, [2243] = {.lex_state = 94, .external_lex_state = 20}, [2244] = {.lex_state = 92, .external_lex_state = 19}, [2245] = {.lex_state = 97, .external_lex_state = 12}, [2246] = {.lex_state = 96}, [2247] = {.lex_state = 97, .external_lex_state = 12}, [2248] = {.lex_state = 96}, [2249] = {.lex_state = 97, .external_lex_state = 12}, [2250] = {.lex_state = 97, .external_lex_state = 12}, [2251] = {.lex_state = 97, .external_lex_state = 12}, [2252] = {.lex_state = 97, .external_lex_state = 12}, [2253] = {.lex_state = 94, .external_lex_state = 20}, [2254] = {.lex_state = 92, .external_lex_state = 19}, [2255] = {.lex_state = 97, .external_lex_state = 12}, [2256] = {.lex_state = 97, .external_lex_state = 12}, [2257] = {.lex_state = 97, .external_lex_state = 12}, [2258] = {.lex_state = 97, .external_lex_state = 12}, [2259] = {.lex_state = 94, .external_lex_state = 20}, [2260] = {.lex_state = 94, .external_lex_state = 20}, [2261] = {.lex_state = 92, .external_lex_state = 19}, [2262] = {.lex_state = 199}, [2263] = {.lex_state = 94, .external_lex_state = 20}, [2264] = {.lex_state = 97, .external_lex_state = 12}, [2265] = {.lex_state = 94, .external_lex_state = 20}, [2266] = {.lex_state = 97, .external_lex_state = 12}, [2267] = {.lex_state = 94, .external_lex_state = 20}, [2268] = {.lex_state = 92, .external_lex_state = 19}, [2269] = {.lex_state = 94, .external_lex_state = 20}, [2270] = {.lex_state = 97, .external_lex_state = 12}, [2271] = {.lex_state = 97, .external_lex_state = 12}, [2272] = {.lex_state = 97, .external_lex_state = 12}, [2273] = {.lex_state = 97, .external_lex_state = 12}, [2274] = {.lex_state = 97, .external_lex_state = 12}, [2275] = {.lex_state = 97, .external_lex_state = 12}, [2276] = {.lex_state = 92, .external_lex_state = 19}, [2277] = {.lex_state = 97, .external_lex_state = 12}, [2278] = {.lex_state = 97, .external_lex_state = 12}, [2279] = {.lex_state = 96, .external_lex_state = 14}, [2280] = {.lex_state = 97, .external_lex_state = 12}, [2281] = {.lex_state = 97, .external_lex_state = 12}, [2282] = {.lex_state = 96, .external_lex_state = 14}, [2283] = {.lex_state = 97, .external_lex_state = 12}, [2284] = {.lex_state = 97, .external_lex_state = 12}, [2285] = {.lex_state = 97, .external_lex_state = 12}, [2286] = {.lex_state = 97, .external_lex_state = 12}, [2287] = {.lex_state = 94, .external_lex_state = 20}, [2288] = {.lex_state = 97, .external_lex_state = 12}, [2289] = {.lex_state = 97, .external_lex_state = 12}, [2290] = {.lex_state = 94, .external_lex_state = 20}, [2291] = {.lex_state = 97, .external_lex_state = 12}, [2292] = {.lex_state = 97, .external_lex_state = 12}, [2293] = {.lex_state = 94, .external_lex_state = 20}, [2294] = {.lex_state = 94, .external_lex_state = 20}, [2295] = {.lex_state = 92, .external_lex_state = 19}, [2296] = {.lex_state = 94, .external_lex_state = 20}, [2297] = {.lex_state = 94, .external_lex_state = 20}, [2298] = {.lex_state = 92, .external_lex_state = 19}, [2299] = {.lex_state = 96, .external_lex_state = 14}, [2300] = {.lex_state = 92, .external_lex_state = 19}, [2301] = {.lex_state = 97, .external_lex_state = 12}, [2302] = {.lex_state = 97, .external_lex_state = 12}, [2303] = {.lex_state = 97, .external_lex_state = 12}, [2304] = {.lex_state = 97, .external_lex_state = 12}, [2305] = {.lex_state = 97, .external_lex_state = 12}, [2306] = {.lex_state = 92, .external_lex_state = 19}, [2307] = {.lex_state = 97, .external_lex_state = 12}, [2308] = {.lex_state = 97, .external_lex_state = 12}, [2309] = {.lex_state = 92, .external_lex_state = 19}, [2310] = {.lex_state = 97, .external_lex_state = 12}, [2311] = {.lex_state = 97, .external_lex_state = 12}, [2312] = {.lex_state = 97, .external_lex_state = 12}, [2313] = {.lex_state = 97, .external_lex_state = 12}, [2314] = {.lex_state = 97, .external_lex_state = 12}, [2315] = {.lex_state = 97, .external_lex_state = 12}, [2316] = {.lex_state = 97, .external_lex_state = 12}, [2317] = {.lex_state = 97, .external_lex_state = 12}, [2318] = {.lex_state = 94, .external_lex_state = 20}, [2319] = {.lex_state = 94, .external_lex_state = 20}, [2320] = {.lex_state = 94, .external_lex_state = 20}, [2321] = {.lex_state = 94, .external_lex_state = 20}, [2322] = {.lex_state = 94, .external_lex_state = 20}, [2323] = {.lex_state = 97, .external_lex_state = 12}, [2324] = {.lex_state = 94, .external_lex_state = 20}, [2325] = {.lex_state = 94, .external_lex_state = 20}, [2326] = {.lex_state = 94, .external_lex_state = 20}, [2327] = {.lex_state = 97, .external_lex_state = 12}, [2328] = {.lex_state = 97, .external_lex_state = 12}, [2329] = {.lex_state = 97, .external_lex_state = 12}, [2330] = {.lex_state = 94, .external_lex_state = 20}, [2331] = {.lex_state = 94, .external_lex_state = 20}, [2332] = {.lex_state = 96}, [2333] = {.lex_state = 91}, [2334] = {.lex_state = 199}, [2335] = {.lex_state = 199}, [2336] = {.lex_state = 91}, [2337] = {.lex_state = 91}, [2338] = {.lex_state = 91}, [2339] = {.lex_state = 96}, [2340] = {.lex_state = 94, .external_lex_state = 12}, [2341] = {.lex_state = 199}, [2342] = {.lex_state = 92, .external_lex_state = 11}, [2343] = {.lex_state = 96}, [2344] = {.lex_state = 199}, [2345] = {.lex_state = 92, .external_lex_state = 11}, [2346] = {.lex_state = 96}, [2347] = {.lex_state = 96}, [2348] = {.lex_state = 199}, [2349] = {.lex_state = 199}, [2350] = {.lex_state = 96}, [2351] = {.lex_state = 199}, [2352] = {.lex_state = 96}, [2353] = {.lex_state = 199}, [2354] = {.lex_state = 92, .external_lex_state = 11}, [2355] = {.lex_state = 96}, [2356] = {.lex_state = 91}, [2357] = {.lex_state = 96}, [2358] = {.lex_state = 96}, [2359] = {.lex_state = 199}, [2360] = {.lex_state = 199}, [2361] = {.lex_state = 199}, [2362] = {.lex_state = 199}, [2363] = {.lex_state = 96}, [2364] = {.lex_state = 199}, [2365] = {.lex_state = 96}, [2366] = {.lex_state = 96}, [2367] = {.lex_state = 91}, [2368] = {.lex_state = 91}, [2369] = {.lex_state = 91}, [2370] = {.lex_state = 91}, [2371] = {.lex_state = 199}, [2372] = {.lex_state = 199}, [2373] = {.lex_state = 199}, [2374] = {.lex_state = 199}, [2375] = {.lex_state = 96}, [2376] = {.lex_state = 96}, [2377] = {.lex_state = 96}, [2378] = {.lex_state = 92, .external_lex_state = 11}, [2379] = {.lex_state = 199}, [2380] = {.lex_state = 199}, [2381] = {.lex_state = 199}, [2382] = {.lex_state = 92, .external_lex_state = 11}, [2383] = {.lex_state = 91}, [2384] = {.lex_state = 199}, [2385] = {.lex_state = 199}, [2386] = {.lex_state = 92, .external_lex_state = 11}, [2387] = {.lex_state = 96}, [2388] = {.lex_state = 92, .external_lex_state = 11}, [2389] = {.lex_state = 91}, [2390] = {.lex_state = 199}, [2391] = {.lex_state = 92, .external_lex_state = 11}, [2392] = {.lex_state = 96}, [2393] = {.lex_state = 96}, [2394] = {.lex_state = 199}, [2395] = {.lex_state = 92, .external_lex_state = 11}, [2396] = {.lex_state = 96}, [2397] = {.lex_state = 92, .external_lex_state = 11}, [2398] = {.lex_state = 98, .external_lex_state = 11}, [2399] = {.lex_state = 27, .external_lex_state = 10}, [2400] = {.lex_state = 98, .external_lex_state = 11}, [2401] = {.lex_state = 96}, [2402] = {.lex_state = 96}, [2403] = {.lex_state = 96}, [2404] = {.lex_state = 96}, [2405] = {.lex_state = 96}, [2406] = {.lex_state = 96}, [2407] = {.lex_state = 96}, [2408] = {.lex_state = 96}, [2409] = {.lex_state = 96}, [2410] = {.lex_state = 96}, [2411] = {.lex_state = 96}, [2412] = {.lex_state = 96}, [2413] = {.lex_state = 96}, [2414] = {.lex_state = 96}, [2415] = {.lex_state = 96}, [2416] = {.lex_state = 96}, [2417] = {.lex_state = 96}, [2418] = {.lex_state = 96}, [2419] = {.lex_state = 96}, [2420] = {.lex_state = 96}, [2421] = {.lex_state = 96}, [2422] = {.lex_state = 96}, [2423] = {.lex_state = 96}, [2424] = {.lex_state = 96}, [2425] = {.lex_state = 75, .external_lex_state = 15}, [2426] = {.lex_state = 96}, [2427] = {.lex_state = 96}, [2428] = {.lex_state = 96}, [2429] = {.lex_state = 96}, [2430] = {.lex_state = 96}, [2431] = {.lex_state = 96}, [2432] = {.lex_state = 96}, [2433] = {.lex_state = 96}, [2434] = {.lex_state = 75, .external_lex_state = 15}, [2435] = {.lex_state = 96}, [2436] = {.lex_state = 96}, [2437] = {.lex_state = 96}, [2438] = {.lex_state = 96}, [2439] = {.lex_state = 96}, [2440] = {.lex_state = 96}, [2441] = {.lex_state = 96}, [2442] = {.lex_state = 75, .external_lex_state = 15}, [2443] = {.lex_state = 96}, [2444] = {.lex_state = 75, .external_lex_state = 15}, [2445] = {.lex_state = 96}, [2446] = {.lex_state = 96}, [2447] = {.lex_state = 96}, [2448] = {.lex_state = 96}, [2449] = {.lex_state = 96}, [2450] = {.lex_state = 96}, [2451] = {.lex_state = 96}, [2452] = {.lex_state = 96}, [2453] = {.lex_state = 96}, [2454] = {.lex_state = 96}, [2455] = {.lex_state = 96}, [2456] = {.lex_state = 96}, [2457] = {.lex_state = 96}, [2458] = {.lex_state = 96}, [2459] = {.lex_state = 96}, [2460] = {.lex_state = 96}, [2461] = {.lex_state = 96}, [2462] = {.lex_state = 96}, [2463] = {.lex_state = 96}, [2464] = {.lex_state = 96}, [2465] = {.lex_state = 96}, [2466] = {.lex_state = 75, .external_lex_state = 15}, [2467] = {.lex_state = 75, .external_lex_state = 15}, [2468] = {.lex_state = 75, .external_lex_state = 15}, [2469] = {.lex_state = 75, .external_lex_state = 15}, [2470] = {.lex_state = 75, .external_lex_state = 15}, [2471] = {.lex_state = 75, .external_lex_state = 15}, [2472] = {.lex_state = 75, .external_lex_state = 15}, [2473] = {.lex_state = 75, .external_lex_state = 15}, [2474] = {.lex_state = 75, .external_lex_state = 15}, [2475] = {.lex_state = 75, .external_lex_state = 15}, [2476] = {.lex_state = 75, .external_lex_state = 10}, [2477] = {.lex_state = 75, .external_lex_state = 15}, [2478] = {.lex_state = 75, .external_lex_state = 15}, [2479] = {.lex_state = 75, .external_lex_state = 15}, [2480] = {.lex_state = 75, .external_lex_state = 15}, [2481] = {.lex_state = 75, .external_lex_state = 15}, [2482] = {.lex_state = 75, .external_lex_state = 15}, [2483] = {.lex_state = 75, .external_lex_state = 15}, [2484] = {.lex_state = 75, .external_lex_state = 15}, [2485] = {.lex_state = 75, .external_lex_state = 15}, [2486] = {.lex_state = 75, .external_lex_state = 15}, [2487] = {.lex_state = 75, .external_lex_state = 15}, [2488] = {.lex_state = 75, .external_lex_state = 15}, [2489] = {.lex_state = 75, .external_lex_state = 10}, [2490] = {.lex_state = 75, .external_lex_state = 15}, [2491] = {.lex_state = 75, .external_lex_state = 15}, [2492] = {.lex_state = 75, .external_lex_state = 15}, [2493] = {.lex_state = 75, .external_lex_state = 15}, [2494] = {.lex_state = 85}, [2495] = {.lex_state = 85, .external_lex_state = 19}, [2496] = {.lex_state = 75, .external_lex_state = 10}, [2497] = {.lex_state = 96, .external_lex_state = 17}, [2498] = {.lex_state = 96, .external_lex_state = 17}, [2499] = {.lex_state = 96, .external_lex_state = 17}, [2500] = {.lex_state = 96, .external_lex_state = 17}, [2501] = {.lex_state = 85, .external_lex_state = 12}, [2502] = {.lex_state = 85, .external_lex_state = 21}, [2503] = {.lex_state = 85, .external_lex_state = 21}, [2504] = {.lex_state = 85, .external_lex_state = 21}, [2505] = {.lex_state = 85, .external_lex_state = 21}, [2506] = {.lex_state = 85}, [2507] = {.lex_state = 85, .external_lex_state = 21}, [2508] = {.lex_state = 85, .external_lex_state = 21}, [2509] = {.lex_state = 85}, [2510] = {.lex_state = 85}, [2511] = {.lex_state = 85}, [2512] = {.lex_state = 85, .external_lex_state = 21}, [2513] = {.lex_state = 85}, [2514] = {.lex_state = 96, .external_lex_state = 17}, [2515] = {.lex_state = 85, .external_lex_state = 21}, [2516] = {.lex_state = 85, .external_lex_state = 21}, [2517] = {.lex_state = 85}, [2518] = {.lex_state = 85, .external_lex_state = 21}, [2519] = {.lex_state = 85}, [2520] = {.lex_state = 96}, [2521] = {.lex_state = 85, .external_lex_state = 21}, [2522] = {.lex_state = 85, .external_lex_state = 21}, [2523] = {.lex_state = 85}, [2524] = {.lex_state = 85, .external_lex_state = 21}, [2525] = {.lex_state = 85}, [2526] = {.lex_state = 85}, [2527] = {.lex_state = 85, .external_lex_state = 21}, [2528] = {.lex_state = 96, .external_lex_state = 17}, [2529] = {.lex_state = 85}, [2530] = {.lex_state = 85, .external_lex_state = 21}, [2531] = {.lex_state = 85}, [2532] = {.lex_state = 85, .external_lex_state = 21}, [2533] = {.lex_state = 96, .external_lex_state = 17}, [2534] = {.lex_state = 96, .external_lex_state = 17}, [2535] = {.lex_state = 96, .external_lex_state = 17}, [2536] = {.lex_state = 96, .external_lex_state = 17}, [2537] = {.lex_state = 96, .external_lex_state = 17}, [2538] = {.lex_state = 96, .external_lex_state = 17}, [2539] = {.lex_state = 96, .external_lex_state = 17}, [2540] = {.lex_state = 96, .external_lex_state = 17}, [2541] = {.lex_state = 96, .external_lex_state = 17}, [2542] = {.lex_state = 96, .external_lex_state = 17}, [2543] = {.lex_state = 96, .external_lex_state = 17}, [2544] = {.lex_state = 96, .external_lex_state = 17}, [2545] = {.lex_state = 85}, [2546] = {.lex_state = 96, .external_lex_state = 17}, [2547] = {.lex_state = 85}, [2548] = {.lex_state = 96, .external_lex_state = 17}, [2549] = {.lex_state = 96, .external_lex_state = 17}, [2550] = {.lex_state = 85, .external_lex_state = 21}, [2551] = {.lex_state = 85}, [2552] = {.lex_state = 85}, [2553] = {.lex_state = 85, .external_lex_state = 21}, [2554] = {.lex_state = 85, .external_lex_state = 21}, [2555] = {.lex_state = 96, .external_lex_state = 17}, [2556] = {.lex_state = 85}, [2557] = {.lex_state = 85, .external_lex_state = 21}, [2558] = {.lex_state = 96, .external_lex_state = 17}, [2559] = {.lex_state = 85}, [2560] = {.lex_state = 96, .external_lex_state = 17}, [2561] = {.lex_state = 96, .external_lex_state = 17}, [2562] = {.lex_state = 85, .external_lex_state = 21}, [2563] = {.lex_state = 96, .external_lex_state = 17}, [2564] = {.lex_state = 96, .external_lex_state = 17}, [2565] = {.lex_state = 85, .external_lex_state = 21}, [2566] = {.lex_state = 85}, [2567] = {.lex_state = 96, .external_lex_state = 17}, [2568] = {.lex_state = 96, .external_lex_state = 17}, [2569] = {.lex_state = 96, .external_lex_state = 17}, [2570] = {.lex_state = 85}, [2571] = {.lex_state = 85, .external_lex_state = 21}, [2572] = {.lex_state = 85}, [2573] = {.lex_state = 85, .external_lex_state = 21}, [2574] = {.lex_state = 85, .external_lex_state = 21}, [2575] = {.lex_state = 85}, [2576] = {.lex_state = 85, .external_lex_state = 21}, [2577] = {.lex_state = 85}, [2578] = {.lex_state = 85, .external_lex_state = 21}, [2579] = {.lex_state = 96}, [2580] = {.lex_state = 85}, [2581] = {.lex_state = 85, .external_lex_state = 21}, [2582] = {.lex_state = 85, .external_lex_state = 21}, [2583] = {.lex_state = 85, .external_lex_state = 21}, [2584] = {.lex_state = 85}, [2585] = {.lex_state = 85}, [2586] = {.lex_state = 85}, [2587] = {.lex_state = 85}, [2588] = {.lex_state = 85, .external_lex_state = 21}, [2589] = {.lex_state = 85}, [2590] = {.lex_state = 99}, [2591] = {.lex_state = 86}, [2592] = {.lex_state = 99}, [2593] = {.lex_state = 86}, [2594] = {.lex_state = 99}, [2595] = {.lex_state = 86}, [2596] = {.lex_state = 99}, [2597] = {.lex_state = 99}, [2598] = {.lex_state = 86}, [2599] = {.lex_state = 86}, [2600] = {.lex_state = 86}, [2601] = {.lex_state = 86}, [2602] = {.lex_state = 99}, [2603] = {.lex_state = 86}, [2604] = {.lex_state = 99}, [2605] = {.lex_state = 86}, [2606] = {.lex_state = 86}, [2607] = {.lex_state = 86}, [2608] = {.lex_state = 86}, [2609] = {.lex_state = 86}, [2610] = {.lex_state = 86}, [2611] = {.lex_state = 99}, [2612] = {.lex_state = 86}, [2613] = {.lex_state = 86}, [2614] = {.lex_state = 86}, [2615] = {.lex_state = 86}, [2616] = {.lex_state = 86}, [2617] = {.lex_state = 86}, [2618] = {.lex_state = 86}, [2619] = {.lex_state = 86}, [2620] = {.lex_state = 86}, [2621] = {.lex_state = 86}, [2622] = {.lex_state = 86}, [2623] = {.lex_state = 99}, [2624] = {.lex_state = 86}, [2625] = {.lex_state = 86}, [2626] = {.lex_state = 86}, [2627] = {.lex_state = 86}, [2628] = {.lex_state = 86}, [2629] = {.lex_state = 86}, [2630] = {.lex_state = 96}, [2631] = {.lex_state = 86}, [2632] = {.lex_state = 86}, [2633] = {.lex_state = 86}, [2634] = {.lex_state = 86}, [2635] = {.lex_state = 86}, [2636] = {.lex_state = 86}, [2637] = {.lex_state = 86}, [2638] = {.lex_state = 86}, [2639] = {.lex_state = 86}, [2640] = {.lex_state = 86}, [2641] = {.lex_state = 86}, [2642] = {.lex_state = 86}, [2643] = {.lex_state = 86}, [2644] = {.lex_state = 86}, [2645] = {.lex_state = 86}, [2646] = {.lex_state = 86}, [2647] = {.lex_state = 86}, [2648] = {.lex_state = 86}, [2649] = {.lex_state = 86}, [2650] = {.lex_state = 86}, [2651] = {.lex_state = 86}, [2652] = {.lex_state = 86}, [2653] = {.lex_state = 99}, [2654] = {.lex_state = 86}, [2655] = {.lex_state = 86}, [2656] = {.lex_state = 86}, [2657] = {.lex_state = 86}, [2658] = {.lex_state = 86}, [2659] = {.lex_state = 96}, [2660] = {.lex_state = 96}, [2661] = {.lex_state = 101, .external_lex_state = 21}, [2662] = {.lex_state = 96}, [2663] = {.lex_state = 96}, [2664] = {.lex_state = 96}, [2665] = {.lex_state = 96}, [2666] = {.lex_state = 101, .external_lex_state = 21}, [2667] = {.lex_state = 96}, [2668] = {.lex_state = 96}, [2669] = {.lex_state = 101, .external_lex_state = 21}, [2670] = {.lex_state = 96}, [2671] = {.lex_state = 87}, [2672] = {.lex_state = 96}, [2673] = {.lex_state = 101, .external_lex_state = 21}, [2674] = {.lex_state = 96}, [2675] = {.lex_state = 96}, [2676] = {.lex_state = 101, .external_lex_state = 21}, [2677] = {.lex_state = 96}, [2678] = {.lex_state = 101, .external_lex_state = 21}, [2679] = {.lex_state = 101, .external_lex_state = 21}, [2680] = {.lex_state = 101, .external_lex_state = 21}, [2681] = {.lex_state = 96}, [2682] = {.lex_state = 101, .external_lex_state = 21}, [2683] = {.lex_state = 101, .external_lex_state = 21}, [2684] = {.lex_state = 96}, [2685] = {.lex_state = 101, .external_lex_state = 21}, [2686] = {.lex_state = 96}, [2687] = {.lex_state = 101, .external_lex_state = 21}, [2688] = {.lex_state = 101, .external_lex_state = 21}, [2689] = {.lex_state = 101, .external_lex_state = 21}, [2690] = {.lex_state = 96}, [2691] = {.lex_state = 101, .external_lex_state = 21}, [2692] = {.lex_state = 101, .external_lex_state = 21}, [2693] = {.lex_state = 101, .external_lex_state = 21}, [2694] = {.lex_state = 101, .external_lex_state = 21}, [2695] = {.lex_state = 101, .external_lex_state = 21}, [2696] = {.lex_state = 101, .external_lex_state = 21}, [2697] = {.lex_state = 96}, [2698] = {.lex_state = 101, .external_lex_state = 21}, [2699] = {.lex_state = 101, .external_lex_state = 21}, [2700] = {.lex_state = 101, .external_lex_state = 21}, [2701] = {.lex_state = 101, .external_lex_state = 21}, [2702] = {.lex_state = 101, .external_lex_state = 21}, [2703] = {.lex_state = 96}, [2704] = {.lex_state = 96}, [2705] = {.lex_state = 96}, [2706] = {.lex_state = 101, .external_lex_state = 21}, [2707] = {.lex_state = 101, .external_lex_state = 21}, [2708] = {.lex_state = 96}, [2709] = {.lex_state = 96}, [2710] = {.lex_state = 96}, [2711] = {.lex_state = 101, .external_lex_state = 21}, [2712] = {.lex_state = 96}, [2713] = {.lex_state = 101, .external_lex_state = 21}, [2714] = {.lex_state = 101, .external_lex_state = 21}, [2715] = {.lex_state = 101, .external_lex_state = 21}, [2716] = {.lex_state = 96}, [2717] = {.lex_state = 100}, [2718] = {.lex_state = 100}, [2719] = {.lex_state = 100}, [2720] = {.lex_state = 100}, [2721] = {.lex_state = 100}, [2722] = {.lex_state = 100}, [2723] = {.lex_state = 100}, [2724] = {.lex_state = 100}, [2725] = {.lex_state = 100}, [2726] = {.lex_state = 100}, [2727] = {.lex_state = 100}, [2728] = {.lex_state = 100}, [2729] = {.lex_state = 199, .external_lex_state = 22}, [2730] = {.lex_state = 100}, [2731] = {.lex_state = 199, .external_lex_state = 22}, [2732] = {.lex_state = 100}, [2733] = {.lex_state = 100}, [2734] = {.lex_state = 199, .external_lex_state = 22}, [2735] = {.lex_state = 100}, [2736] = {.lex_state = 100}, [2737] = {.lex_state = 100}, [2738] = {.lex_state = 100}, [2739] = {.lex_state = 100}, [2740] = {.lex_state = 199, .external_lex_state = 22}, [2741] = {.lex_state = 199, .external_lex_state = 22}, [2742] = {.lex_state = 100}, [2743] = {.lex_state = 100}, [2744] = {.lex_state = 100}, [2745] = {.lex_state = 100}, [2746] = {.lex_state = 100}, [2747] = {.lex_state = 100}, [2748] = {.lex_state = 100}, [2749] = {.lex_state = 100}, [2750] = {.lex_state = 100}, [2751] = {.lex_state = 100}, [2752] = {.lex_state = 100}, [2753] = {.lex_state = 100}, [2754] = {.lex_state = 100}, [2755] = {.lex_state = 100}, [2756] = {.lex_state = 199, .external_lex_state = 22}, [2757] = {.lex_state = 100}, [2758] = {.lex_state = 100}, [2759] = {.lex_state = 100}, [2760] = {.lex_state = 85}, [2761] = {.lex_state = 100}, [2762] = {.lex_state = 100}, [2763] = {.lex_state = 100}, [2764] = {.lex_state = 100}, [2765] = {.lex_state = 100}, [2766] = {.lex_state = 100}, [2767] = {.lex_state = 100}, [2768] = {.lex_state = 100}, [2769] = {.lex_state = 100}, [2770] = {.lex_state = 100}, [2771] = {.lex_state = 100}, [2772] = {.lex_state = 100}, [2773] = {.lex_state = 100}, [2774] = {.lex_state = 100}, [2775] = {.lex_state = 100}, [2776] = {.lex_state = 100}, [2777] = {.lex_state = 100}, [2778] = {.lex_state = 199, .external_lex_state = 22}, [2779] = {.lex_state = 100}, [2780] = {.lex_state = 100}, [2781] = {.lex_state = 100}, [2782] = {.lex_state = 100}, [2783] = {.lex_state = 100}, [2784] = {.lex_state = 101}, [2785] = {.lex_state = 101}, [2786] = {.lex_state = 101}, [2787] = {.lex_state = 101}, [2788] = {.lex_state = 101}, [2789] = {.lex_state = 101}, [2790] = {.lex_state = 101}, [2791] = {.lex_state = 101}, [2792] = {.lex_state = 101}, [2793] = {.lex_state = 101}, [2794] = {.lex_state = 101}, [2795] = {.lex_state = 101}, [2796] = {.lex_state = 101}, [2797] = {.lex_state = 101}, [2798] = {.lex_state = 188, .external_lex_state = 15}, [2799] = {.lex_state = 188, .external_lex_state = 10}, [2800] = {.lex_state = 29, .external_lex_state = 10}, [2801] = {.lex_state = 100, .external_lex_state = 17}, [2802] = {.lex_state = 100, .external_lex_state = 17}, [2803] = {.lex_state = 188, .external_lex_state = 15}, [2804] = {.lex_state = 100, .external_lex_state = 17}, [2805] = {.lex_state = 100, .external_lex_state = 17}, [2806] = {.lex_state = 188, .external_lex_state = 10}, [2807] = {.lex_state = 188, .external_lex_state = 15}, [2808] = {.lex_state = 188, .external_lex_state = 10}, [2809] = {.lex_state = 100, .external_lex_state = 17}, [2810] = {.lex_state = 188, .external_lex_state = 15}, [2811] = {.lex_state = 100, .external_lex_state = 17}, [2812] = {.lex_state = 100, .external_lex_state = 17}, [2813] = {.lex_state = 29, .external_lex_state = 10}, [2814] = {.lex_state = 100, .external_lex_state = 17}, [2815] = {.lex_state = 100, .external_lex_state = 17}, [2816] = {.lex_state = 188, .external_lex_state = 10}, [2817] = {.lex_state = 188, .external_lex_state = 15}, [2818] = {.lex_state = 100, .external_lex_state = 17}, [2819] = {.lex_state = 100, .external_lex_state = 17}, [2820] = {.lex_state = 100, .external_lex_state = 17}, [2821] = {.lex_state = 100, .external_lex_state = 17}, [2822] = {.lex_state = 29, .external_lex_state = 10}, [2823] = {.lex_state = 100, .external_lex_state = 17}, [2824] = {.lex_state = 100, .external_lex_state = 17}, [2825] = {.lex_state = 100, .external_lex_state = 17}, [2826] = {.lex_state = 100, .external_lex_state = 17}, [2827] = {.lex_state = 188, .external_lex_state = 15}, [2828] = {.lex_state = 100, .external_lex_state = 17}, [2829] = {.lex_state = 29, .external_lex_state = 10}, [2830] = {.lex_state = 100, .external_lex_state = 17}, [2831] = {.lex_state = 100, .external_lex_state = 17}, [2832] = {.lex_state = 100, .external_lex_state = 17}, [2833] = {.lex_state = 29, .external_lex_state = 10}, [2834] = {.lex_state = 100, .external_lex_state = 17}, [2835] = {.lex_state = 199, .external_lex_state = 22}, [2836] = {.lex_state = 199, .external_lex_state = 22}, [2837] = {.lex_state = 199, .external_lex_state = 22}, [2838] = {.lex_state = 199, .external_lex_state = 22}, [2839] = {.lex_state = 188, .external_lex_state = 15}, [2840] = {.lex_state = 188, .external_lex_state = 15}, [2841] = {.lex_state = 199}, [2842] = {.lex_state = 188, .external_lex_state = 15}, [2843] = {.lex_state = 199}, [2844] = {.lex_state = 199, .external_lex_state = 22}, [2845] = {.lex_state = 188, .external_lex_state = 15}, [2846] = {.lex_state = 188, .external_lex_state = 15}, [2847] = {.lex_state = 199, .external_lex_state = 22}, [2848] = {.lex_state = 199, .external_lex_state = 22}, [2849] = {.lex_state = 199, .external_lex_state = 22}, [2850] = {.lex_state = 199, .external_lex_state = 22}, [2851] = {.lex_state = 29, .external_lex_state = 10}, [2852] = {.lex_state = 199, .external_lex_state = 22}, [2853] = {.lex_state = 199, .external_lex_state = 22}, [2854] = {.lex_state = 188, .external_lex_state = 15}, [2855] = {.lex_state = 199, .external_lex_state = 22}, [2856] = {.lex_state = 100}, [2857] = {.lex_state = 199, .external_lex_state = 22}, [2858] = {.lex_state = 100}, [2859] = {.lex_state = 188, .external_lex_state = 15}, [2860] = {.lex_state = 188, .external_lex_state = 15}, [2861] = {.lex_state = 199}, [2862] = {.lex_state = 188, .external_lex_state = 15}, [2863] = {.lex_state = 188, .external_lex_state = 15}, [2864] = {.lex_state = 199, .external_lex_state = 22}, [2865] = {.lex_state = 188, .external_lex_state = 10}, [2866] = {.lex_state = 199, .external_lex_state = 22}, [2867] = {.lex_state = 188, .external_lex_state = 15}, [2868] = {.lex_state = 199, .external_lex_state = 22}, [2869] = {.lex_state = 188, .external_lex_state = 15}, [2870] = {.lex_state = 199, .external_lex_state = 22}, [2871] = {.lex_state = 188, .external_lex_state = 10}, [2872] = {.lex_state = 29, .external_lex_state = 10}, [2873] = {.lex_state = 199, .external_lex_state = 22}, [2874] = {.lex_state = 188, .external_lex_state = 15}, [2875] = {.lex_state = 188, .external_lex_state = 15}, [2876] = {.lex_state = 188, .external_lex_state = 15}, [2877] = {.lex_state = 188, .external_lex_state = 15}, [2878] = {.lex_state = 199, .external_lex_state = 22}, [2879] = {.lex_state = 199, .external_lex_state = 22}, [2880] = {.lex_state = 199}, [2881] = {.lex_state = 188, .external_lex_state = 15}, [2882] = {.lex_state = 188, .external_lex_state = 15}, [2883] = {.lex_state = 188, .external_lex_state = 15}, [2884] = {.lex_state = 188, .external_lex_state = 15}, [2885] = {.lex_state = 188, .external_lex_state = 10}, [2886] = {.lex_state = 199}, [2887] = {.lex_state = 188, .external_lex_state = 15}, [2888] = {.lex_state = 199}, [2889] = {.lex_state = 188, .external_lex_state = 10}, [2890] = {.lex_state = 188, .external_lex_state = 15}, [2891] = {.lex_state = 188, .external_lex_state = 15}, [2892] = {.lex_state = 188, .external_lex_state = 15}, [2893] = {.lex_state = 188, .external_lex_state = 15}, [2894] = {.lex_state = 188, .external_lex_state = 15}, [2895] = {.lex_state = 102}, [2896] = {.lex_state = 188, .external_lex_state = 10}, [2897] = {.lex_state = 188, .external_lex_state = 10}, [2898] = {.lex_state = 188, .external_lex_state = 10}, [2899] = {.lex_state = 102}, [2900] = {.lex_state = 188, .external_lex_state = 10}, [2901] = {.lex_state = 188, .external_lex_state = 10}, [2902] = {.lex_state = 188, .external_lex_state = 10}, [2903] = {.lex_state = 188, .external_lex_state = 10}, [2904] = {.lex_state = 102}, [2905] = {.lex_state = 102}, [2906] = {.lex_state = 102}, [2907] = {.lex_state = 102}, [2908] = {.lex_state = 102}, [2909] = {.lex_state = 102}, [2910] = {.lex_state = 102}, [2911] = {.lex_state = 102}, [2912] = {.lex_state = 102}, [2913] = {.lex_state = 188, .external_lex_state = 10}, [2914] = {.lex_state = 91, .external_lex_state = 17}, [2915] = {.lex_state = 102}, [2916] = {.lex_state = 199}, [2917] = {.lex_state = 102}, [2918] = {.lex_state = 102}, [2919] = {.lex_state = 102}, [2920] = {.lex_state = 102}, [2921] = {.lex_state = 188, .external_lex_state = 10}, [2922] = {.lex_state = 188, .external_lex_state = 10}, [2923] = {.lex_state = 91, .external_lex_state = 17}, [2924] = {.lex_state = 188, .external_lex_state = 10}, [2925] = {.lex_state = 102}, [2926] = {.lex_state = 91}, [2927] = {.lex_state = 91, .external_lex_state = 17}, [2928] = {.lex_state = 91}, [2929] = {.lex_state = 188, .external_lex_state = 10}, [2930] = {.lex_state = 188, .external_lex_state = 10}, [2931] = {.lex_state = 102}, [2932] = {.lex_state = 102}, [2933] = {.lex_state = 102}, [2934] = {.lex_state = 102}, [2935] = {.lex_state = 102}, [2936] = {.lex_state = 102}, [2937] = {.lex_state = 188, .external_lex_state = 10}, [2938] = {.lex_state = 188, .external_lex_state = 10}, [2939] = {.lex_state = 102}, [2940] = {.lex_state = 188, .external_lex_state = 10}, [2941] = {.lex_state = 102}, [2942] = {.lex_state = 102}, [2943] = {.lex_state = 102}, [2944] = {.lex_state = 102}, [2945] = {.lex_state = 102}, [2946] = {.lex_state = 102}, [2947] = {.lex_state = 102}, [2948] = {.lex_state = 188, .external_lex_state = 10}, [2949] = {.lex_state = 188, .external_lex_state = 10}, [2950] = {.lex_state = 102}, [2951] = {.lex_state = 102}, [2952] = {.lex_state = 102}, [2953] = {.lex_state = 102}, [2954] = {.lex_state = 199}, [2955] = {.lex_state = 102}, [2956] = {.lex_state = 188, .external_lex_state = 10}, [2957] = {.lex_state = 102}, [2958] = {.lex_state = 199}, [2959] = {.lex_state = 188, .external_lex_state = 10}, [2960] = {.lex_state = 188, .external_lex_state = 10}, [2961] = {.lex_state = 188, .external_lex_state = 10}, [2962] = {.lex_state = 92, .external_lex_state = 19}, [2963] = {.lex_state = 92, .external_lex_state = 19}, [2964] = {.lex_state = 92, .external_lex_state = 19}, [2965] = {.lex_state = 199}, [2966] = {.lex_state = 188, .external_lex_state = 10}, [2967] = {.lex_state = 103, .external_lex_state = 20}, [2968] = {.lex_state = 188, .external_lex_state = 10}, [2969] = {.lex_state = 199}, [2970] = {.lex_state = 91, .external_lex_state = 17}, [2971] = {.lex_state = 188, .external_lex_state = 10}, [2972] = {.lex_state = 188, .external_lex_state = 10}, [2973] = {.lex_state = 188, .external_lex_state = 10}, [2974] = {.lex_state = 199}, [2975] = {.lex_state = 188, .external_lex_state = 10}, [2976] = {.lex_state = 188, .external_lex_state = 10}, [2977] = {.lex_state = 188, .external_lex_state = 10}, [2978] = {.lex_state = 188, .external_lex_state = 10}, [2979] = {.lex_state = 102}, [2980] = {.lex_state = 92, .external_lex_state = 19}, [2981] = {.lex_state = 91}, [2982] = {.lex_state = 102}, [2983] = {.lex_state = 91, .external_lex_state = 17}, [2984] = {.lex_state = 102}, [2985] = {.lex_state = 102}, [2986] = {.lex_state = 102}, [2987] = {.lex_state = 102}, [2988] = {.lex_state = 102}, [2989] = {.lex_state = 102}, [2990] = {.lex_state = 188, .external_lex_state = 10}, [2991] = {.lex_state = 102}, [2992] = {.lex_state = 102}, [2993] = {.lex_state = 102}, [2994] = {.lex_state = 103, .external_lex_state = 12}, [2995] = {.lex_state = 103, .external_lex_state = 12}, [2996] = {.lex_state = 103, .external_lex_state = 12}, [2997] = {.lex_state = 101, .external_lex_state = 20}, [2998] = {.lex_state = 101, .external_lex_state = 20}, [2999] = {.lex_state = 101, .external_lex_state = 20}, [3000] = {.lex_state = 103, .external_lex_state = 12}, [3001] = {.lex_state = 103, .external_lex_state = 12}, [3002] = {.lex_state = 101, .external_lex_state = 20}, [3003] = {.lex_state = 101, .external_lex_state = 20}, [3004] = {.lex_state = 101, .external_lex_state = 20}, [3005] = {.lex_state = 102}, [3006] = {.lex_state = 103, .external_lex_state = 12}, [3007] = {.lex_state = 103, .external_lex_state = 12}, [3008] = {.lex_state = 103, .external_lex_state = 12}, [3009] = {.lex_state = 91}, [3010] = {.lex_state = 91}, [3011] = {.lex_state = 91}, [3012] = {.lex_state = 101, .external_lex_state = 20}, [3013] = {.lex_state = 103, .external_lex_state = 12}, [3014] = {.lex_state = 103, .external_lex_state = 12}, [3015] = {.lex_state = 101, .external_lex_state = 20}, [3016] = {.lex_state = 101, .external_lex_state = 20}, [3017] = {.lex_state = 103, .external_lex_state = 12}, [3018] = {.lex_state = 101, .external_lex_state = 20}, [3019] = {.lex_state = 103, .external_lex_state = 12}, [3020] = {.lex_state = 103, .external_lex_state = 12}, [3021] = {.lex_state = 101, .external_lex_state = 20}, [3022] = {.lex_state = 103, .external_lex_state = 12}, [3023] = {.lex_state = 101, .external_lex_state = 20}, [3024] = {.lex_state = 101, .external_lex_state = 20}, [3025] = {.lex_state = 103, .external_lex_state = 12}, [3026] = {.lex_state = 101, .external_lex_state = 20}, [3027] = {.lex_state = 101, .external_lex_state = 20}, [3028] = {.lex_state = 103, .external_lex_state = 12}, [3029] = {.lex_state = 101, .external_lex_state = 20}, [3030] = {.lex_state = 101, .external_lex_state = 20}, [3031] = {.lex_state = 103, .external_lex_state = 12}, [3032] = {.lex_state = 103, .external_lex_state = 12}, [3033] = {.lex_state = 101, .external_lex_state = 20}, [3034] = {.lex_state = 101, .external_lex_state = 20}, [3035] = {.lex_state = 101, .external_lex_state = 20}, [3036] = {.lex_state = 91}, [3037] = {.lex_state = 103, .external_lex_state = 12}, [3038] = {.lex_state = 103, .external_lex_state = 12}, [3039] = {.lex_state = 101, .external_lex_state = 20}, [3040] = {.lex_state = 101, .external_lex_state = 20}, [3041] = {.lex_state = 101, .external_lex_state = 20}, [3042] = {.lex_state = 103, .external_lex_state = 12}, [3043] = {.lex_state = 101, .external_lex_state = 20}, [3044] = {.lex_state = 103, .external_lex_state = 12}, [3045] = {.lex_state = 103, .external_lex_state = 12}, [3046] = {.lex_state = 101, .external_lex_state = 20}, [3047] = {.lex_state = 101, .external_lex_state = 20}, [3048] = {.lex_state = 103, .external_lex_state = 12}, [3049] = {.lex_state = 103, .external_lex_state = 12}, [3050] = {.lex_state = 103, .external_lex_state = 12}, [3051] = {.lex_state = 101, .external_lex_state = 17}, [3052] = {.lex_state = 101, .external_lex_state = 20}, [3053] = {.lex_state = 103, .external_lex_state = 12}, [3054] = {.lex_state = 103, .external_lex_state = 12}, [3055] = {.lex_state = 101, .external_lex_state = 20}, [3056] = {.lex_state = 101, .external_lex_state = 17}, [3057] = {.lex_state = 101, .external_lex_state = 20}, [3058] = {.lex_state = 199}, [3059] = {.lex_state = 102}, [3060] = {.lex_state = 102}, [3061] = {.lex_state = 199}, [3062] = {.lex_state = 101, .external_lex_state = 20}, [3063] = {.lex_state = 102}, [3064] = {.lex_state = 103, .external_lex_state = 12}, [3065] = {.lex_state = 103, .external_lex_state = 12}, [3066] = {.lex_state = 101, .external_lex_state = 20}, [3067] = {.lex_state = 101, .external_lex_state = 20}, [3068] = {.lex_state = 102}, [3069] = {.lex_state = 103, .external_lex_state = 12}, [3070] = {.lex_state = 103, .external_lex_state = 12}, [3071] = {.lex_state = 101, .external_lex_state = 20}, [3072] = {.lex_state = 101, .external_lex_state = 20}, [3073] = {.lex_state = 92, .external_lex_state = 19}, [3074] = {.lex_state = 103, .external_lex_state = 12}, [3075] = {.lex_state = 101, .external_lex_state = 20}, [3076] = {.lex_state = 91}, [3077] = {.lex_state = 102}, [3078] = {.lex_state = 103, .external_lex_state = 12}, [3079] = {.lex_state = 103, .external_lex_state = 12}, [3080] = {.lex_state = 101, .external_lex_state = 20}, [3081] = {.lex_state = 101, .external_lex_state = 17}, [3082] = {.lex_state = 102}, [3083] = {.lex_state = 101, .external_lex_state = 20}, [3084] = {.lex_state = 199}, [3085] = {.lex_state = 103, .external_lex_state = 12}, [3086] = {.lex_state = 103, .external_lex_state = 12}, [3087] = {.lex_state = 101, .external_lex_state = 20}, [3088] = {.lex_state = 101, .external_lex_state = 20}, [3089] = {.lex_state = 103, .external_lex_state = 12}, [3090] = {.lex_state = 91}, [3091] = {.lex_state = 101, .external_lex_state = 20}, [3092] = {.lex_state = 103, .external_lex_state = 12}, [3093] = {.lex_state = 103, .external_lex_state = 12}, [3094] = {.lex_state = 103, .external_lex_state = 12}, [3095] = {.lex_state = 101, .external_lex_state = 20}, [3096] = {.lex_state = 103, .external_lex_state = 12}, [3097] = {.lex_state = 199}, [3098] = {.lex_state = 101, .external_lex_state = 20}, [3099] = {.lex_state = 103, .external_lex_state = 12}, [3100] = {.lex_state = 102}, [3101] = {.lex_state = 92, .external_lex_state = 19}, [3102] = {.lex_state = 101, .external_lex_state = 20}, [3103] = {.lex_state = 101, .external_lex_state = 20}, [3104] = {.lex_state = 103, .external_lex_state = 12}, [3105] = {.lex_state = 199}, [3106] = {.lex_state = 101, .external_lex_state = 20}, [3107] = {.lex_state = 103, .external_lex_state = 12}, [3108] = {.lex_state = 101, .external_lex_state = 20}, [3109] = {.lex_state = 103, .external_lex_state = 12}, [3110] = {.lex_state = 102}, [3111] = {.lex_state = 101, .external_lex_state = 20}, [3112] = {.lex_state = 101, .external_lex_state = 20}, [3113] = {.lex_state = 92, .external_lex_state = 19}, [3114] = {.lex_state = 101, .external_lex_state = 20}, [3115] = {.lex_state = 101, .external_lex_state = 20}, [3116] = {.lex_state = 103, .external_lex_state = 12}, [3117] = {.lex_state = 103, .external_lex_state = 12}, [3118] = {.lex_state = 101, .external_lex_state = 20}, [3119] = {.lex_state = 101, .external_lex_state = 17}, [3120] = {.lex_state = 103, .external_lex_state = 12}, [3121] = {.lex_state = 103, .external_lex_state = 12}, [3122] = {.lex_state = 103, .external_lex_state = 12}, [3123] = {.lex_state = 103, .external_lex_state = 12}, [3124] = {.lex_state = 101, .external_lex_state = 20}, [3125] = {.lex_state = 101, .external_lex_state = 20}, [3126] = {.lex_state = 103, .external_lex_state = 12}, [3127] = {.lex_state = 101, .external_lex_state = 20}, [3128] = {.lex_state = 92, .external_lex_state = 19}, [3129] = {.lex_state = 103, .external_lex_state = 12}, [3130] = {.lex_state = 101, .external_lex_state = 20}, [3131] = {.lex_state = 101, .external_lex_state = 20}, [3132] = {.lex_state = 101, .external_lex_state = 20}, [3133] = {.lex_state = 103, .external_lex_state = 12}, [3134] = {.lex_state = 103, .external_lex_state = 12}, [3135] = {.lex_state = 101, .external_lex_state = 20}, [3136] = {.lex_state = 103, .external_lex_state = 12}, [3137] = {.lex_state = 101, .external_lex_state = 20}, [3138] = {.lex_state = 91}, [3139] = {.lex_state = 91}, [3140] = {.lex_state = 91}, [3141] = {.lex_state = 101, .external_lex_state = 20}, [3142] = {.lex_state = 103, .external_lex_state = 12}, [3143] = {.lex_state = 101, .external_lex_state = 20}, [3144] = {.lex_state = 103, .external_lex_state = 12}, [3145] = {.lex_state = 103, .external_lex_state = 12}, [3146] = {.lex_state = 103, .external_lex_state = 12}, [3147] = {.lex_state = 101, .external_lex_state = 20}, [3148] = {.lex_state = 101, .external_lex_state = 20}, [3149] = {.lex_state = 103, .external_lex_state = 12}, [3150] = {.lex_state = 103, .external_lex_state = 12}, [3151] = {.lex_state = 101, .external_lex_state = 20}, [3152] = {.lex_state = 102}, [3153] = {.lex_state = 101, .external_lex_state = 20}, [3154] = {.lex_state = 101, .external_lex_state = 20}, [3155] = {.lex_state = 101, .external_lex_state = 20}, [3156] = {.lex_state = 90}, [3157] = {.lex_state = 101, .external_lex_state = 20}, [3158] = {.lex_state = 101}, [3159] = {.lex_state = 101}, [3160] = {.lex_state = 101, .external_lex_state = 20}, [3161] = {.lex_state = 90}, [3162] = {.lex_state = 90}, [3163] = {.lex_state = 102}, [3164] = {.lex_state = 102}, [3165] = {.lex_state = 102}, [3166] = {.lex_state = 102}, [3167] = {.lex_state = 102}, [3168] = {.lex_state = 102}, [3169] = {.lex_state = 199}, [3170] = {.lex_state = 102}, [3171] = {.lex_state = 102}, [3172] = {.lex_state = 102}, [3173] = {.lex_state = 102}, [3174] = {.lex_state = 102}, [3175] = {.lex_state = 102}, [3176] = {.lex_state = 101}, [3177] = {.lex_state = 102}, [3178] = {.lex_state = 102}, [3179] = {.lex_state = 102}, [3180] = {.lex_state = 102}, [3181] = {.lex_state = 101, .external_lex_state = 20}, [3182] = {.lex_state = 103, .external_lex_state = 12}, [3183] = {.lex_state = 102}, [3184] = {.lex_state = 102}, [3185] = {.lex_state = 102}, [3186] = {.lex_state = 102}, [3187] = {.lex_state = 102}, [3188] = {.lex_state = 102}, [3189] = {.lex_state = 199}, [3190] = {.lex_state = 102}, [3191] = {.lex_state = 102}, [3192] = {.lex_state = 102}, [3193] = {.lex_state = 102}, [3194] = {.lex_state = 199}, [3195] = {.lex_state = 92, .external_lex_state = 19}, [3196] = {.lex_state = 91}, [3197] = {.lex_state = 102}, [3198] = {.lex_state = 102}, [3199] = {.lex_state = 102}, [3200] = {.lex_state = 102}, [3201] = {.lex_state = 102}, [3202] = {.lex_state = 101, .external_lex_state = 20}, [3203] = {.lex_state = 101, .external_lex_state = 20}, [3204] = {.lex_state = 101, .external_lex_state = 20}, [3205] = {.lex_state = 101, .external_lex_state = 20}, [3206] = {.lex_state = 102}, [3207] = {.lex_state = 101, .external_lex_state = 20}, [3208] = {.lex_state = 199}, [3209] = {.lex_state = 102}, [3210] = {.lex_state = 102}, [3211] = {.lex_state = 101}, [3212] = {.lex_state = 102}, [3213] = {.lex_state = 102}, [3214] = {.lex_state = 102}, [3215] = {.lex_state = 199}, [3216] = {.lex_state = 101}, [3217] = {.lex_state = 102}, [3218] = {.lex_state = 102}, [3219] = {.lex_state = 199}, [3220] = {.lex_state = 102}, [3221] = {.lex_state = 102}, [3222] = {.lex_state = 102}, [3223] = {.lex_state = 102}, [3224] = {.lex_state = 101, .external_lex_state = 20}, [3225] = {.lex_state = 102}, [3226] = {.lex_state = 101, .external_lex_state = 20}, [3227] = {.lex_state = 102}, [3228] = {.lex_state = 102}, [3229] = {.lex_state = 101}, [3230] = {.lex_state = 102}, [3231] = {.lex_state = 101, .external_lex_state = 20}, [3232] = {.lex_state = 101, .external_lex_state = 20}, [3233] = {.lex_state = 102}, [3234] = {.lex_state = 101}, [3235] = {.lex_state = 102}, [3236] = {.lex_state = 102}, [3237] = {.lex_state = 101}, [3238] = {.lex_state = 101, .external_lex_state = 20}, [3239] = {.lex_state = 101, .external_lex_state = 20}, [3240] = {.lex_state = 101, .external_lex_state = 20}, [3241] = {.lex_state = 102}, [3242] = {.lex_state = 199}, [3243] = {.lex_state = 102}, [3244] = {.lex_state = 101}, [3245] = {.lex_state = 102}, [3246] = {.lex_state = 101, .external_lex_state = 20}, [3247] = {.lex_state = 199}, [3248] = {.lex_state = 102}, [3249] = {.lex_state = 101}, [3250] = {.lex_state = 101, .external_lex_state = 20}, [3251] = {.lex_state = 102}, [3252] = {.lex_state = 101, .external_lex_state = 20}, [3253] = {.lex_state = 102}, [3254] = {.lex_state = 101}, [3255] = {.lex_state = 102}, [3256] = {.lex_state = 102}, [3257] = {.lex_state = 199}, [3258] = {.lex_state = 101}, [3259] = {.lex_state = 92, .external_lex_state = 19}, [3260] = {.lex_state = 101, .external_lex_state = 20}, [3261] = {.lex_state = 101, .external_lex_state = 20}, [3262] = {.lex_state = 102}, [3263] = {.lex_state = 101}, [3264] = {.lex_state = 101, .external_lex_state = 20}, [3265] = {.lex_state = 199}, [3266] = {.lex_state = 101, .external_lex_state = 20}, [3267] = {.lex_state = 102}, [3268] = {.lex_state = 102}, [3269] = {.lex_state = 101, .external_lex_state = 20}, [3270] = {.lex_state = 199}, [3271] = {.lex_state = 101, .external_lex_state = 12}, [3272] = {.lex_state = 91}, [3273] = {.lex_state = 199}, [3274] = {.lex_state = 199}, [3275] = {.lex_state = 91}, [3276] = {.lex_state = 101, .external_lex_state = 12}, [3277] = {.lex_state = 199}, [3278] = {.lex_state = 199}, [3279] = {.lex_state = 199}, [3280] = {.lex_state = 91}, [3281] = {.lex_state = 101, .external_lex_state = 12}, [3282] = {.lex_state = 199}, [3283] = {.lex_state = 91}, [3284] = {.lex_state = 199}, [3285] = {.lex_state = 199}, [3286] = {.lex_state = 92, .external_lex_state = 11}, [3287] = {.lex_state = 91}, [3288] = {.lex_state = 101, .external_lex_state = 12}, [3289] = {.lex_state = 101, .external_lex_state = 12}, [3290] = {.lex_state = 101, .external_lex_state = 12}, [3291] = {.lex_state = 92, .external_lex_state = 11}, [3292] = {.lex_state = 101, .external_lex_state = 12}, [3293] = {.lex_state = 91}, [3294] = {.lex_state = 101, .external_lex_state = 12}, [3295] = {.lex_state = 101, .external_lex_state = 12}, [3296] = {.lex_state = 199}, [3297] = {.lex_state = 95}, [3298] = {.lex_state = 199}, [3299] = {.lex_state = 101, .external_lex_state = 12}, [3300] = {.lex_state = 199}, [3301] = {.lex_state = 199}, [3302] = {.lex_state = 101, .external_lex_state = 12}, [3303] = {.lex_state = 91}, [3304] = {.lex_state = 101, .external_lex_state = 12}, [3305] = {.lex_state = 91}, [3306] = {.lex_state = 101, .external_lex_state = 12}, [3307] = {.lex_state = 199}, [3308] = {.lex_state = 91}, [3309] = {.lex_state = 101, .external_lex_state = 12}, [3310] = {.lex_state = 91}, [3311] = {.lex_state = 199}, [3312] = {.lex_state = 91}, [3313] = {.lex_state = 91}, [3314] = {.lex_state = 101, .external_lex_state = 12}, [3315] = {.lex_state = 91}, [3316] = {.lex_state = 199}, [3317] = {.lex_state = 91}, [3318] = {.lex_state = 91}, [3319] = {.lex_state = 199}, [3320] = {.lex_state = 199}, [3321] = {.lex_state = 199, .external_lex_state = 23}, [3322] = {.lex_state = 199}, [3323] = {.lex_state = 101, .external_lex_state = 12}, [3324] = {.lex_state = 91}, [3325] = {.lex_state = 91}, [3326] = {.lex_state = 91}, [3327] = {.lex_state = 91}, [3328] = {.lex_state = 199}, [3329] = {.lex_state = 199, .external_lex_state = 23}, [3330] = {.lex_state = 91}, [3331] = {.lex_state = 91}, [3332] = {.lex_state = 91}, [3333] = {.lex_state = 199}, [3334] = {.lex_state = 91}, [3335] = {.lex_state = 199}, [3336] = {.lex_state = 91}, [3337] = {.lex_state = 101, .external_lex_state = 12}, [3338] = {.lex_state = 199}, [3339] = {.lex_state = 199}, [3340] = {.lex_state = 101, .external_lex_state = 12}, [3341] = {.lex_state = 101, .external_lex_state = 12}, [3342] = {.lex_state = 199}, [3343] = {.lex_state = 91}, [3344] = {.lex_state = 199}, [3345] = {.lex_state = 101, .external_lex_state = 12}, [3346] = {.lex_state = 91}, [3347] = {.lex_state = 199}, [3348] = {.lex_state = 199}, [3349] = {.lex_state = 101, .external_lex_state = 12}, [3350] = {.lex_state = 91}, [3351] = {.lex_state = 101, .external_lex_state = 12}, [3352] = {.lex_state = 91}, [3353] = {.lex_state = 199}, [3354] = {.lex_state = 91}, [3355] = {.lex_state = 91}, [3356] = {.lex_state = 199}, [3357] = {.lex_state = 91}, [3358] = {.lex_state = 199}, [3359] = {.lex_state = 91}, [3360] = {.lex_state = 91}, [3361] = {.lex_state = 199}, [3362] = {.lex_state = 101, .external_lex_state = 12}, [3363] = {.lex_state = 91}, [3364] = {.lex_state = 91}, [3365] = {.lex_state = 101, .external_lex_state = 12}, [3366] = {.lex_state = 95}, [3367] = {.lex_state = 199}, [3368] = {.lex_state = 91}, [3369] = {.lex_state = 101, .external_lex_state = 12}, [3370] = {.lex_state = 199}, [3371] = {.lex_state = 101, .external_lex_state = 12}, [3372] = {.lex_state = 101, .external_lex_state = 12}, [3373] = {.lex_state = 199, .external_lex_state = 23}, [3374] = {.lex_state = 101, .external_lex_state = 12}, [3375] = {.lex_state = 199}, [3376] = {.lex_state = 101, .external_lex_state = 12}, [3377] = {.lex_state = 101, .external_lex_state = 12}, [3378] = {.lex_state = 101, .external_lex_state = 12}, [3379] = {.lex_state = 199}, [3380] = {.lex_state = 91}, [3381] = {.lex_state = 101, .external_lex_state = 12}, [3382] = {.lex_state = 101, .external_lex_state = 12}, [3383] = {.lex_state = 101, .external_lex_state = 12}, [3384] = {.lex_state = 101, .external_lex_state = 12}, [3385] = {.lex_state = 199}, [3386] = {.lex_state = 91}, [3387] = {.lex_state = 199}, [3388] = {.lex_state = 199}, [3389] = {.lex_state = 199}, [3390] = {.lex_state = 91}, [3391] = {.lex_state = 91}, [3392] = {.lex_state = 91}, [3393] = {.lex_state = 199}, [3394] = {.lex_state = 199}, [3395] = {.lex_state = 91}, [3396] = {.lex_state = 91}, [3397] = {.lex_state = 91}, [3398] = {.lex_state = 101, .external_lex_state = 12}, [3399] = {.lex_state = 199}, [3400] = {.lex_state = 91}, [3401] = {.lex_state = 101, .external_lex_state = 12}, [3402] = {.lex_state = 101, .external_lex_state = 12}, [3403] = {.lex_state = 199}, [3404] = {.lex_state = 91}, [3405] = {.lex_state = 101, .external_lex_state = 12}, [3406] = {.lex_state = 199}, [3407] = {.lex_state = 91}, [3408] = {.lex_state = 199}, [3409] = {.lex_state = 91}, [3410] = {.lex_state = 91}, [3411] = {.lex_state = 101, .external_lex_state = 12}, [3412] = {.lex_state = 199}, [3413] = {.lex_state = 91}, [3414] = {.lex_state = 101, .external_lex_state = 12}, [3415] = {.lex_state = 91}, [3416] = {.lex_state = 199}, [3417] = {.lex_state = 199}, [3418] = {.lex_state = 199}, [3419] = {.lex_state = 101, .external_lex_state = 12}, [3420] = {.lex_state = 199}, [3421] = {.lex_state = 199}, [3422] = {.lex_state = 91}, [3423] = {.lex_state = 101, .external_lex_state = 12}, [3424] = {.lex_state = 101, .external_lex_state = 12}, [3425] = {.lex_state = 101, .external_lex_state = 12}, [3426] = {.lex_state = 91}, [3427] = {.lex_state = 92, .external_lex_state = 11}, [3428] = {.lex_state = 92, .external_lex_state = 11}, [3429] = {.lex_state = 199}, [3430] = {.lex_state = 91}, [3431] = {.lex_state = 199}, [3432] = {.lex_state = 101, .external_lex_state = 12}, [3433] = {.lex_state = 101, .external_lex_state = 12}, [3434] = {.lex_state = 95}, [3435] = {.lex_state = 91}, [3436] = {.lex_state = 101, .external_lex_state = 12}, [3437] = {.lex_state = 101, .external_lex_state = 12}, [3438] = {.lex_state = 91}, [3439] = {.lex_state = 90}, [3440] = {.lex_state = 101, .external_lex_state = 12}, [3441] = {.lex_state = 101, .external_lex_state = 12}, [3442] = {.lex_state = 101, .external_lex_state = 12}, [3443] = {.lex_state = 90}, [3444] = {.lex_state = 199}, [3445] = {.lex_state = 199}, [3446] = {.lex_state = 101, .external_lex_state = 12}, [3447] = {.lex_state = 91}, [3448] = {.lex_state = 91}, [3449] = {.lex_state = 101, .external_lex_state = 12}, [3450] = {.lex_state = 199}, [3451] = {.lex_state = 199}, [3452] = {.lex_state = 199}, [3453] = {.lex_state = 199}, [3454] = {.lex_state = 101, .external_lex_state = 12}, [3455] = {.lex_state = 101, .external_lex_state = 12}, [3456] = {.lex_state = 101, .external_lex_state = 12}, [3457] = {.lex_state = 91}, [3458] = {.lex_state = 199}, [3459] = {.lex_state = 199}, [3460] = {.lex_state = 199}, [3461] = {.lex_state = 101, .external_lex_state = 12}, [3462] = {.lex_state = 91}, [3463] = {.lex_state = 90}, [3464] = {.lex_state = 91}, [3465] = {.lex_state = 101, .external_lex_state = 12}, [3466] = {.lex_state = 199}, [3467] = {.lex_state = 91}, [3468] = {.lex_state = 199}, [3469] = {.lex_state = 91}, [3470] = {.lex_state = 199}, [3471] = {.lex_state = 199}, [3472] = {.lex_state = 199}, [3473] = {.lex_state = 101, .external_lex_state = 12}, [3474] = {.lex_state = 91}, [3475] = {.lex_state = 199}, [3476] = {.lex_state = 91}, [3477] = {.lex_state = 91}, [3478] = {.lex_state = 101, .external_lex_state = 12}, [3479] = {.lex_state = 101, .external_lex_state = 12}, [3480] = {.lex_state = 199}, }; enum { ts_external_token_heredoc_start = 0, ts_external_token__simple_heredoc_body = 1, ts_external_token__heredoc_body_beginning = 2, ts_external_token__heredoc_body_middle = 3, ts_external_token__heredoc_body_end = 4, ts_external_token_file_descriptor = 5, ts_external_token__empty_value = 6, ts_external_token__concat = 7, ts_external_token_variable_name = 8, ts_external_token_regex = 9, ts_external_token_RBRACE = 10, ts_external_token_RBRACK = 11, ts_external_token_LT_LT = 12, ts_external_token_LT_LT_DASH = 13, ts_external_token_LF = 14, }; static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = { [ts_external_token_heredoc_start] = sym_heredoc_start, [ts_external_token__simple_heredoc_body] = sym__simple_heredoc_body, [ts_external_token__heredoc_body_beginning] = sym__heredoc_body_beginning, [ts_external_token__heredoc_body_middle] = sym__heredoc_body_middle, [ts_external_token__heredoc_body_end] = sym__heredoc_body_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_regex] = sym_regex, [ts_external_token_RBRACE] = anon_sym_RBRACE, [ts_external_token_RBRACK] = anon_sym_RBRACK, [ts_external_token_LT_LT] = anon_sym_LT_LT, [ts_external_token_LT_LT_DASH] = anon_sym_LT_LT_DASH, [ts_external_token_LF] = anon_sym_LF, }; static const bool ts_external_scanner_states[24][EXTERNAL_TOKEN_COUNT] = { [1] = { [ts_external_token_heredoc_start] = true, [ts_external_token__simple_heredoc_body] = true, [ts_external_token__heredoc_body_beginning] = true, [ts_external_token__heredoc_body_middle] = true, [ts_external_token__heredoc_body_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_regex] = true, [ts_external_token_RBRACE] = true, [ts_external_token_RBRACK] = true, [ts_external_token_LT_LT] = true, [ts_external_token_LT_LT_DASH] = true, }, [2] = { [ts_external_token_file_descriptor] = true, [ts_external_token_variable_name] = true, }, [3] = { [ts_external_token_file_descriptor] = true, [ts_external_token_variable_name] = true, [ts_external_token_RBRACE] = true, }, [4] = { [ts_external_token__simple_heredoc_body] = true, [ts_external_token__heredoc_body_beginning] = true, [ts_external_token_file_descriptor] = true, [ts_external_token_variable_name] = true, }, [5] = { [ts_external_token_file_descriptor] = true, [ts_external_token_variable_name] = true, [ts_external_token_LT_LT] = true, [ts_external_token_LT_LT_DASH] = true, [ts_external_token_LF] = true, }, [6] = { [ts_external_token_file_descriptor] = true, [ts_external_token_LT_LT] = true, [ts_external_token_LT_LT_DASH] = true, [ts_external_token_LF] = true, }, [7] = { [ts_external_token__simple_heredoc_body] = true, [ts_external_token__heredoc_body_beginning] = true, [ts_external_token_file_descriptor] = true, [ts_external_token_variable_name] = true, [ts_external_token_RBRACE] = true, }, [8] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, [ts_external_token_LT_LT] = true, [ts_external_token_LT_LT_DASH] = true, [ts_external_token_LF] = true, }, [9] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, [ts_external_token_variable_name] = true, [ts_external_token_LT_LT] = true, [ts_external_token_LT_LT_DASH] = true, [ts_external_token_LF] = true, }, [10] = { [ts_external_token_LF] = true, }, [11] = { [ts_external_token_RBRACK] = true, }, [12] = { [ts_external_token_RBRACE] = true, }, [13] = { [ts_external_token_regex] = true, [ts_external_token_RBRACE] = true, }, [14] = { [ts_external_token_regex] = true, }, [15] = { [ts_external_token__concat] = true, [ts_external_token_LF] = true, }, [16] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, [ts_external_token_variable_name] = true, }, [17] = { [ts_external_token__concat] = true, }, [18] = { [ts_external_token__empty_value] = true, }, [19] = { [ts_external_token__concat] = true, [ts_external_token_RBRACK] = true, }, [20] = { [ts_external_token__concat] = true, [ts_external_token_RBRACE] = true, }, [21] = { [ts_external_token_variable_name] = true, [ts_external_token_RBRACE] = true, }, [22] = { [ts_external_token__heredoc_body_middle] = true, [ts_external_token__heredoc_body_end] = true, }, [23] = { [ts_external_token_heredoc_start] = true, }, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [0] = { [ts_builtin_sym_end] = ACTIONS(1), [sym_word] = ACTIONS(1), [anon_sym_for] = ACTIONS(1), [anon_sym_select] = ACTIONS(1), [anon_sym_in] = ACTIONS(1), [anon_sym_LPAREN_LPAREN] = ACTIONS(1), [anon_sym_SEMI] = ACTIONS(1), [anon_sym_while] = ACTIONS(1), [anon_sym_until] = ACTIONS(1), [anon_sym_do] = ACTIONS(1), [anon_sym_done] = ACTIONS(1), [anon_sym_if] = ACTIONS(1), [anon_sym_then] = ACTIONS(1), [anon_sym_fi] = ACTIONS(1), [anon_sym_elif] = ACTIONS(1), [anon_sym_else] = ACTIONS(1), [anon_sym_case] = ACTIONS(1), [anon_sym_esac] = ACTIONS(1), [anon_sym_PIPE] = ACTIONS(1), [anon_sym_RPAREN] = ACTIONS(1), [anon_sym_SEMI_SEMI] = ACTIONS(1), [anon_sym_SEMI_AMP] = ACTIONS(1), [anon_sym_SEMI_SEMI_AMP] = ACTIONS(1), [anon_sym_function] = ACTIONS(1), [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_BANG] = ACTIONS(1), [anon_sym_LBRACK] = ACTIONS(1), [anon_sym_RBRACK] = ACTIONS(1), [anon_sym_LBRACK_LBRACK] = ACTIONS(1), [anon_sym_declare] = ACTIONS(1), [anon_sym_typeset] = ACTIONS(1), [anon_sym_export] = ACTIONS(1), [anon_sym_readonly] = ACTIONS(1), [anon_sym_local] = ACTIONS(1), [anon_sym_unset] = ACTIONS(1), [anon_sym_unsetenv] = ACTIONS(1), [anon_sym_EQ_TILDE] = ACTIONS(1), [anon_sym_EQ_EQ] = ACTIONS(1), [anon_sym_EQ] = ACTIONS(1), [anon_sym_PLUS_EQ] = ACTIONS(1), [anon_sym_LT] = ACTIONS(1), [anon_sym_GT] = ACTIONS(1), [anon_sym_GT_GT] = ACTIONS(1), [anon_sym_AMP_GT] = ACTIONS(1), [anon_sym_AMP_GT_GT] = ACTIONS(1), [anon_sym_LT_AMP] = ACTIONS(1), [anon_sym_GT_AMP] = ACTIONS(1), [anon_sym_GT_PIPE] = ACTIONS(1), [anon_sym_LT_LT] = ACTIONS(1), [anon_sym_LT_LT_DASH] = ACTIONS(1), [anon_sym_LT_LT_LT] = ACTIONS(1), [anon_sym_BANG_EQ] = ACTIONS(1), [anon_sym_PLUS] = ACTIONS(1), [anon_sym_DASH] = ACTIONS(1), [anon_sym_DASH_EQ] = ACTIONS(1), [anon_sym_LT_EQ] = ACTIONS(1), [anon_sym_GT_EQ] = ACTIONS(1), [anon_sym_QMARK] = ACTIONS(1), [anon_sym_COLON] = ACTIONS(1), [anon_sym_PLUS_PLUS] = ACTIONS(1), [anon_sym_DASH_DASH] = ACTIONS(1), [anon_sym_DOLLAR] = ACTIONS(1), [sym__special_character] = ACTIONS(1), [anon_sym_DQUOTE] = ACTIONS(1), [sym_raw_string] = ACTIONS(1), [sym_ansii_c_string] = ACTIONS(1), [anon_sym_POUND] = ACTIONS(1), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1), [anon_sym_SLASH] = ACTIONS(1), [anon_sym_COLON_QMARK] = ACTIONS(1), [anon_sym_COLON_DASH] = ACTIONS(1), [anon_sym_PERCENT] = 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(3), [anon_sym_STAR] = ACTIONS(1), [anon_sym_AT] = ACTIONS(1), [anon_sym_0] = ACTIONS(1), [anon_sym__] = ACTIONS(1), [sym_test_operator] = ACTIONS(1), [anon_sym_AMP] = ACTIONS(1), [sym_heredoc_start] = ACTIONS(1), [sym__simple_heredoc_body] = ACTIONS(1), [sym__heredoc_body_beginning] = ACTIONS(1), [sym__heredoc_body_middle] = ACTIONS(1), [sym__heredoc_body_end] = ACTIONS(1), [sym_file_descriptor] = ACTIONS(1), [sym__empty_value] = ACTIONS(1), [sym__concat] = ACTIONS(1), [sym_variable_name] = ACTIONS(1), [sym_regex] = ACTIONS(1), }, [1] = { [sym_program] = STATE(3421), [sym__statements] = STATE(3420), [sym_redirected_statement] = STATE(1680), [sym_for_statement] = STATE(1680), [sym_c_style_for_statement] = STATE(1680), [sym_while_statement] = STATE(1680), [sym_if_statement] = STATE(1680), [sym_case_statement] = STATE(1680), [sym_function_definition] = STATE(1680), [sym_compound_statement] = STATE(1680), [sym_subshell] = STATE(1680), [sym_pipeline] = STATE(1680), [sym_list] = STATE(1680), [sym_negated_command] = STATE(1680), [sym_test_command] = STATE(1680), [sym_declaration_command] = STATE(1680), [sym_unset_command] = STATE(1680), [sym_command] = STATE(1680), [sym_command_name] = STATE(227), [sym_variable_assignment] = STATE(323), [sym_subscript] = STATE(3176), [sym_file_redirect] = STATE(763), [sym_concatenation] = STATE(757), [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), [aux_sym__statements_repeat1] = STATE(146), [aux_sym_command_repeat1] = STATE(763), [aux_sym__literal_repeat1] = STATE(735), [ts_builtin_sym_end] = ACTIONS(5), [sym_word] = ACTIONS(7), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(13), [anon_sym_while] = ACTIONS(15), [anon_sym_until] = ACTIONS(15), [anon_sym_if] = ACTIONS(17), [anon_sym_case] = ACTIONS(19), [anon_sym_function] = ACTIONS(21), [anon_sym_LPAREN] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_BANG] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), [anon_sym_LBRACK_LBRACK] = ACTIONS(31), [anon_sym_declare] = ACTIONS(33), [anon_sym_typeset] = ACTIONS(33), [anon_sym_export] = ACTIONS(33), [anon_sym_readonly] = ACTIONS(33), [anon_sym_local] = ACTIONS(33), [anon_sym_unset] = ACTIONS(35), [anon_sym_unsetenv] = ACTIONS(35), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(39), [sym__special_character] = ACTIONS(41), [anon_sym_DQUOTE] = ACTIONS(43), [sym_raw_string] = ACTIONS(45), [sym_ansii_c_string] = ACTIONS(45), [anon_sym_DOLLAR_LBRACE] = ACTIONS(47), [anon_sym_DOLLAR_LPAREN] = ACTIONS(49), [anon_sym_BQUOTE] = ACTIONS(51), [anon_sym_LT_LPAREN] = ACTIONS(53), [anon_sym_GT_LPAREN] = ACTIONS(53), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(57), }, [2] = { [aux_sym__statements2] = STATE(19), [sym_redirected_statement] = STATE(1689), [sym_for_statement] = STATE(1689), [sym_c_style_for_statement] = STATE(1689), [sym_while_statement] = STATE(1689), [sym_if_statement] = STATE(1689), [sym_elif_clause] = STATE(2841), [sym_else_clause] = STATE(3379), [sym_case_statement] = STATE(1689), [sym_function_definition] = STATE(1689), [sym_compound_statement] = STATE(1689), [sym_subshell] = STATE(1689), [sym_pipeline] = STATE(1689), [sym_list] = STATE(1689), [sym_negated_command] = STATE(1689), [sym_test_command] = STATE(1689), [sym_declaration_command] = STATE(1689), [sym_unset_command] = STATE(1689), [sym_command] = STATE(1689), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(471), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_if_statement_repeat1] = STATE(2841), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_fi] = ACTIONS(71), [anon_sym_elif] = ACTIONS(73), [anon_sym_else] = ACTIONS(75), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [3] = { [aux_sym__statements2] = STATE(19), [sym_redirected_statement] = STATE(1689), [sym_for_statement] = STATE(1689), [sym_c_style_for_statement] = STATE(1689), [sym_while_statement] = STATE(1689), [sym_if_statement] = STATE(1689), [sym_elif_clause] = STATE(2880), [sym_else_clause] = STATE(3273), [sym_case_statement] = STATE(1689), [sym_function_definition] = STATE(1689), [sym_compound_statement] = STATE(1689), [sym_subshell] = STATE(1689), [sym_pipeline] = STATE(1689), [sym_list] = STATE(1689), [sym_negated_command] = STATE(1689), [sym_test_command] = STATE(1689), [sym_declaration_command] = STATE(1689), [sym_unset_command] = STATE(1689), [sym_command] = STATE(1689), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(471), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_if_statement_repeat1] = STATE(2880), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_fi] = ACTIONS(113), [anon_sym_elif] = ACTIONS(73), [anon_sym_else] = ACTIONS(75), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [4] = { [aux_sym__statements2] = STATE(3), [sym_redirected_statement] = STATE(1689), [sym_for_statement] = STATE(1689), [sym_c_style_for_statement] = STATE(1689), [sym_while_statement] = STATE(1689), [sym_if_statement] = STATE(1689), [sym_elif_clause] = STATE(2843), [sym_else_clause] = STATE(3307), [sym_case_statement] = STATE(1689), [sym_function_definition] = STATE(1689), [sym_compound_statement] = STATE(1689), [sym_subshell] = STATE(1689), [sym_pipeline] = STATE(1689), [sym_list] = STATE(1689), [sym_negated_command] = STATE(1689), [sym_test_command] = STATE(1689), [sym_declaration_command] = STATE(1689), [sym_unset_command] = STATE(1689), [sym_command] = STATE(1689), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(471), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_if_statement_repeat1] = STATE(2843), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_fi] = ACTIONS(115), [anon_sym_elif] = ACTIONS(73), [anon_sym_else] = ACTIONS(75), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [5] = { [aux_sym__statements2] = STATE(2), [sym_redirected_statement] = STATE(1689), [sym_for_statement] = STATE(1689), [sym_c_style_for_statement] = STATE(1689), [sym_while_statement] = STATE(1689), [sym_if_statement] = STATE(1689), [sym_elif_clause] = STATE(2861), [sym_else_clause] = STATE(3300), [sym_case_statement] = STATE(1689), [sym_function_definition] = STATE(1689), [sym_compound_statement] = STATE(1689), [sym_subshell] = STATE(1689), [sym_pipeline] = STATE(1689), [sym_list] = STATE(1689), [sym_negated_command] = STATE(1689), [sym_test_command] = STATE(1689), [sym_declaration_command] = STATE(1689), [sym_unset_command] = STATE(1689), [sym_command] = STATE(1689), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(471), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_if_statement_repeat1] = STATE(2861), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_fi] = ACTIONS(117), [anon_sym_elif] = ACTIONS(73), [anon_sym_else] = ACTIONS(75), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [6] = { [aux_sym__statements2] = STATE(19), [sym_redirected_statement] = STATE(1689), [sym_for_statement] = STATE(1689), [sym_c_style_for_statement] = STATE(1689), [sym_while_statement] = STATE(1689), [sym_if_statement] = STATE(1689), [sym_elif_clause] = STATE(2888), [sym_else_clause] = STATE(3353), [sym_case_statement] = STATE(1689), [sym_function_definition] = STATE(1689), [sym_compound_statement] = STATE(1689), [sym_subshell] = STATE(1689), [sym_pipeline] = STATE(1689), [sym_list] = STATE(1689), [sym_negated_command] = STATE(1689), [sym_test_command] = STATE(1689), [sym_declaration_command] = STATE(1689), [sym_unset_command] = STATE(1689), [sym_command] = STATE(1689), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(471), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_if_statement_repeat1] = STATE(2888), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_fi] = ACTIONS(119), [anon_sym_elif] = ACTIONS(73), [anon_sym_else] = ACTIONS(75), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [7] = { [aux_sym__statements2] = STATE(6), [sym_redirected_statement] = STATE(1689), [sym_for_statement] = STATE(1689), [sym_c_style_for_statement] = STATE(1689), [sym_while_statement] = STATE(1689), [sym_if_statement] = STATE(1689), [sym_elif_clause] = STATE(2886), [sym_else_clause] = STATE(3403), [sym_case_statement] = STATE(1689), [sym_function_definition] = STATE(1689), [sym_compound_statement] = STATE(1689), [sym_subshell] = STATE(1689), [sym_pipeline] = STATE(1689), [sym_list] = STATE(1689), [sym_negated_command] = STATE(1689), [sym_test_command] = STATE(1689), [sym_declaration_command] = STATE(1689), [sym_unset_command] = STATE(1689), [sym_command] = STATE(1689), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(471), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_if_statement_repeat1] = STATE(2886), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_fi] = ACTIONS(121), [anon_sym_elif] = ACTIONS(73), [anon_sym_else] = ACTIONS(75), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [8] = { [sym__statements] = STATE(2974), [sym_redirected_statement] = STATE(1652), [sym_for_statement] = STATE(1652), [sym_c_style_for_statement] = STATE(1652), [sym_while_statement] = STATE(1652), [sym_if_statement] = STATE(1652), [sym_case_statement] = STATE(1652), [sym_function_definition] = STATE(1652), [sym_compound_statement] = STATE(1652), [sym_subshell] = STATE(1652), [sym_pipeline] = STATE(1652), [sym_list] = STATE(1652), [sym_negated_command] = STATE(1652), [sym_test_command] = STATE(1652), [sym_declaration_command] = STATE(1652), [sym_unset_command] = STATE(1652), [sym_command] = STATE(1652), [sym_command_name] = STATE(186), [sym_variable_assignment] = STATE(274), [sym_subscript] = STATE(3249), [sym_file_redirect] = STATE(831), [sym_concatenation] = STATE(536), [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), [aux_sym__statements_repeat1] = STATE(138), [aux_sym_command_repeat1] = STATE(831), [aux_sym__literal_repeat1] = STATE(313), [sym_word] = ACTIONS(123), [anon_sym_for] = ACTIONS(125), [anon_sym_select] = ACTIONS(127), [anon_sym_LPAREN_LPAREN] = ACTIONS(129), [anon_sym_while] = ACTIONS(131), [anon_sym_until] = ACTIONS(131), [anon_sym_if] = ACTIONS(133), [anon_sym_case] = ACTIONS(135), [anon_sym_esac] = ACTIONS(137), [anon_sym_SEMI_SEMI] = ACTIONS(139), [anon_sym_SEMI_AMP] = ACTIONS(141), [anon_sym_SEMI_SEMI_AMP] = ACTIONS(141), [anon_sym_function] = ACTIONS(143), [anon_sym_LPAREN] = ACTIONS(145), [anon_sym_LBRACE] = ACTIONS(147), [anon_sym_BANG] = ACTIONS(149), [anon_sym_LBRACK] = ACTIONS(151), [anon_sym_LBRACK_LBRACK] = ACTIONS(153), [anon_sym_declare] = ACTIONS(155), [anon_sym_typeset] = ACTIONS(155), [anon_sym_export] = ACTIONS(155), [anon_sym_readonly] = ACTIONS(155), [anon_sym_local] = ACTIONS(155), [anon_sym_unset] = ACTIONS(157), [anon_sym_unsetenv] = ACTIONS(157), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(159), [sym__special_character] = ACTIONS(161), [anon_sym_DQUOTE] = ACTIONS(163), [sym_raw_string] = ACTIONS(165), [sym_ansii_c_string] = ACTIONS(165), [anon_sym_DOLLAR_LBRACE] = ACTIONS(167), [anon_sym_DOLLAR_LPAREN] = ACTIONS(169), [anon_sym_BQUOTE] = ACTIONS(171), [anon_sym_LT_LPAREN] = ACTIONS(173), [anon_sym_GT_LPAREN] = ACTIONS(173), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(175), }, [9] = { [sym__statements] = STATE(2969), [sym_redirected_statement] = STATE(1652), [sym_for_statement] = STATE(1652), [sym_c_style_for_statement] = STATE(1652), [sym_while_statement] = STATE(1652), [sym_if_statement] = STATE(1652), [sym_case_statement] = STATE(1652), [sym_function_definition] = STATE(1652), [sym_compound_statement] = STATE(1652), [sym_subshell] = STATE(1652), [sym_pipeline] = STATE(1652), [sym_list] = STATE(1652), [sym_negated_command] = STATE(1652), [sym_test_command] = STATE(1652), [sym_declaration_command] = STATE(1652), [sym_unset_command] = STATE(1652), [sym_command] = STATE(1652), [sym_command_name] = STATE(186), [sym_variable_assignment] = STATE(274), [sym_subscript] = STATE(3249), [sym_file_redirect] = STATE(831), [sym_concatenation] = STATE(536), [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), [aux_sym__statements_repeat1] = STATE(138), [aux_sym_command_repeat1] = STATE(831), [aux_sym__literal_repeat1] = STATE(313), [sym_word] = ACTIONS(123), [anon_sym_for] = ACTIONS(125), [anon_sym_select] = ACTIONS(127), [anon_sym_LPAREN_LPAREN] = ACTIONS(129), [anon_sym_while] = ACTIONS(131), [anon_sym_until] = ACTIONS(131), [anon_sym_if] = ACTIONS(133), [anon_sym_case] = ACTIONS(135), [anon_sym_esac] = ACTIONS(177), [anon_sym_SEMI_SEMI] = ACTIONS(179), [anon_sym_SEMI_AMP] = ACTIONS(181), [anon_sym_SEMI_SEMI_AMP] = ACTIONS(181), [anon_sym_function] = ACTIONS(143), [anon_sym_LPAREN] = ACTIONS(145), [anon_sym_LBRACE] = ACTIONS(147), [anon_sym_BANG] = ACTIONS(149), [anon_sym_LBRACK] = ACTIONS(151), [anon_sym_LBRACK_LBRACK] = ACTIONS(153), [anon_sym_declare] = ACTIONS(155), [anon_sym_typeset] = ACTIONS(155), [anon_sym_export] = ACTIONS(155), [anon_sym_readonly] = ACTIONS(155), [anon_sym_local] = ACTIONS(155), [anon_sym_unset] = ACTIONS(157), [anon_sym_unsetenv] = ACTIONS(157), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(159), [sym__special_character] = ACTIONS(161), [anon_sym_DQUOTE] = ACTIONS(163), [sym_raw_string] = ACTIONS(165), [sym_ansii_c_string] = ACTIONS(165), [anon_sym_DOLLAR_LBRACE] = ACTIONS(167), [anon_sym_DOLLAR_LPAREN] = ACTIONS(169), [anon_sym_BQUOTE] = ACTIONS(171), [anon_sym_LT_LPAREN] = ACTIONS(173), [anon_sym_GT_LPAREN] = ACTIONS(173), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(175), }, [10] = { [sym__statements] = STATE(2965), [sym_redirected_statement] = STATE(1652), [sym_for_statement] = STATE(1652), [sym_c_style_for_statement] = STATE(1652), [sym_while_statement] = STATE(1652), [sym_if_statement] = STATE(1652), [sym_case_statement] = STATE(1652), [sym_function_definition] = STATE(1652), [sym_compound_statement] = STATE(1652), [sym_subshell] = STATE(1652), [sym_pipeline] = STATE(1652), [sym_list] = STATE(1652), [sym_negated_command] = STATE(1652), [sym_test_command] = STATE(1652), [sym_declaration_command] = STATE(1652), [sym_unset_command] = STATE(1652), [sym_command] = STATE(1652), [sym_command_name] = STATE(186), [sym_variable_assignment] = STATE(274), [sym_subscript] = STATE(3249), [sym_file_redirect] = STATE(831), [sym_concatenation] = STATE(536), [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), [aux_sym__statements_repeat1] = STATE(138), [aux_sym_command_repeat1] = STATE(831), [aux_sym__literal_repeat1] = STATE(313), [sym_word] = ACTIONS(123), [anon_sym_for] = ACTIONS(125), [anon_sym_select] = ACTIONS(127), [anon_sym_LPAREN_LPAREN] = ACTIONS(129), [anon_sym_while] = ACTIONS(131), [anon_sym_until] = ACTIONS(131), [anon_sym_if] = ACTIONS(133), [anon_sym_case] = ACTIONS(135), [anon_sym_esac] = ACTIONS(183), [anon_sym_SEMI_SEMI] = ACTIONS(185), [anon_sym_SEMI_AMP] = ACTIONS(187), [anon_sym_SEMI_SEMI_AMP] = ACTIONS(189), [anon_sym_function] = ACTIONS(143), [anon_sym_LPAREN] = ACTIONS(145), [anon_sym_LBRACE] = ACTIONS(147), [anon_sym_BANG] = ACTIONS(149), [anon_sym_LBRACK] = ACTIONS(151), [anon_sym_LBRACK_LBRACK] = ACTIONS(153), [anon_sym_declare] = ACTIONS(155), [anon_sym_typeset] = ACTIONS(155), [anon_sym_export] = ACTIONS(155), [anon_sym_readonly] = ACTIONS(155), [anon_sym_local] = ACTIONS(155), [anon_sym_unset] = ACTIONS(157), [anon_sym_unsetenv] = ACTIONS(157), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(159), [sym__special_character] = ACTIONS(161), [anon_sym_DQUOTE] = ACTIONS(163), [sym_raw_string] = ACTIONS(165), [sym_ansii_c_string] = ACTIONS(165), [anon_sym_DOLLAR_LBRACE] = ACTIONS(167), [anon_sym_DOLLAR_LPAREN] = ACTIONS(169), [anon_sym_BQUOTE] = ACTIONS(171), [anon_sym_LT_LPAREN] = ACTIONS(173), [anon_sym_GT_LPAREN] = ACTIONS(173), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(175), }, [11] = { [sym__statements] = STATE(2954), [sym_redirected_statement] = STATE(1652), [sym_for_statement] = STATE(1652), [sym_c_style_for_statement] = STATE(1652), [sym_while_statement] = STATE(1652), [sym_if_statement] = STATE(1652), [sym_case_statement] = STATE(1652), [sym_function_definition] = STATE(1652), [sym_compound_statement] = STATE(1652), [sym_subshell] = STATE(1652), [sym_pipeline] = STATE(1652), [sym_list] = STATE(1652), [sym_negated_command] = STATE(1652), [sym_test_command] = STATE(1652), [sym_declaration_command] = STATE(1652), [sym_unset_command] = STATE(1652), [sym_command] = STATE(1652), [sym_command_name] = STATE(186), [sym_variable_assignment] = STATE(274), [sym_subscript] = STATE(3249), [sym_file_redirect] = STATE(831), [sym_concatenation] = STATE(536), [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), [aux_sym__statements_repeat1] = STATE(138), [aux_sym_command_repeat1] = STATE(831), [aux_sym__literal_repeat1] = STATE(313), [sym_word] = ACTIONS(123), [anon_sym_for] = ACTIONS(125), [anon_sym_select] = ACTIONS(127), [anon_sym_LPAREN_LPAREN] = ACTIONS(129), [anon_sym_while] = ACTIONS(131), [anon_sym_until] = ACTIONS(131), [anon_sym_if] = ACTIONS(133), [anon_sym_case] = ACTIONS(135), [anon_sym_esac] = ACTIONS(183), [anon_sym_SEMI_SEMI] = ACTIONS(191), [anon_sym_SEMI_AMP] = ACTIONS(193), [anon_sym_SEMI_SEMI_AMP] = ACTIONS(195), [anon_sym_function] = ACTIONS(143), [anon_sym_LPAREN] = ACTIONS(145), [anon_sym_LBRACE] = ACTIONS(147), [anon_sym_BANG] = ACTIONS(149), [anon_sym_LBRACK] = ACTIONS(151), [anon_sym_LBRACK_LBRACK] = ACTIONS(153), [anon_sym_declare] = ACTIONS(155), [anon_sym_typeset] = ACTIONS(155), [anon_sym_export] = ACTIONS(155), [anon_sym_readonly] = ACTIONS(155), [anon_sym_local] = ACTIONS(155), [anon_sym_unset] = ACTIONS(157), [anon_sym_unsetenv] = ACTIONS(157), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(159), [sym__special_character] = ACTIONS(161), [anon_sym_DQUOTE] = ACTIONS(163), [sym_raw_string] = ACTIONS(165), [sym_ansii_c_string] = ACTIONS(165), [anon_sym_DOLLAR_LBRACE] = ACTIONS(167), [anon_sym_DOLLAR_LPAREN] = ACTIONS(169), [anon_sym_BQUOTE] = ACTIONS(171), [anon_sym_LT_LPAREN] = ACTIONS(173), [anon_sym_GT_LPAREN] = ACTIONS(173), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(175), }, [12] = { [sym__statements] = STATE(2958), [sym_redirected_statement] = STATE(1652), [sym_for_statement] = STATE(1652), [sym_c_style_for_statement] = STATE(1652), [sym_while_statement] = STATE(1652), [sym_if_statement] = STATE(1652), [sym_case_statement] = STATE(1652), [sym_function_definition] = STATE(1652), [sym_compound_statement] = STATE(1652), [sym_subshell] = STATE(1652), [sym_pipeline] = STATE(1652), [sym_list] = STATE(1652), [sym_negated_command] = STATE(1652), [sym_test_command] = STATE(1652), [sym_declaration_command] = STATE(1652), [sym_unset_command] = STATE(1652), [sym_command] = STATE(1652), [sym_command_name] = STATE(186), [sym_variable_assignment] = STATE(274), [sym_subscript] = STATE(3249), [sym_file_redirect] = STATE(831), [sym_concatenation] = STATE(536), [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), [aux_sym__statements_repeat1] = STATE(138), [aux_sym_command_repeat1] = STATE(831), [aux_sym__literal_repeat1] = STATE(313), [sym_word] = ACTIONS(123), [anon_sym_for] = ACTIONS(125), [anon_sym_select] = ACTIONS(127), [anon_sym_LPAREN_LPAREN] = ACTIONS(129), [anon_sym_while] = ACTIONS(131), [anon_sym_until] = ACTIONS(131), [anon_sym_if] = ACTIONS(133), [anon_sym_case] = ACTIONS(135), [anon_sym_esac] = ACTIONS(197), [anon_sym_SEMI_SEMI] = ACTIONS(199), [anon_sym_SEMI_AMP] = ACTIONS(201), [anon_sym_SEMI_SEMI_AMP] = ACTIONS(203), [anon_sym_function] = ACTIONS(143), [anon_sym_LPAREN] = ACTIONS(145), [anon_sym_LBRACE] = ACTIONS(147), [anon_sym_BANG] = ACTIONS(149), [anon_sym_LBRACK] = ACTIONS(151), [anon_sym_LBRACK_LBRACK] = ACTIONS(153), [anon_sym_declare] = ACTIONS(155), [anon_sym_typeset] = ACTIONS(155), [anon_sym_export] = ACTIONS(155), [anon_sym_readonly] = ACTIONS(155), [anon_sym_local] = ACTIONS(155), [anon_sym_unset] = ACTIONS(157), [anon_sym_unsetenv] = ACTIONS(157), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(159), [sym__special_character] = ACTIONS(161), [anon_sym_DQUOTE] = ACTIONS(163), [sym_raw_string] = ACTIONS(165), [sym_ansii_c_string] = ACTIONS(165), [anon_sym_DOLLAR_LBRACE] = ACTIONS(167), [anon_sym_DOLLAR_LPAREN] = ACTIONS(169), [anon_sym_BQUOTE] = ACTIONS(171), [anon_sym_LT_LPAREN] = ACTIONS(173), [anon_sym_GT_LPAREN] = ACTIONS(173), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(175), }, [13] = { [sym__statements] = STATE(3084), [sym_redirected_statement] = STATE(1655), [sym_for_statement] = STATE(1655), [sym_c_style_for_statement] = STATE(1655), [sym_while_statement] = STATE(1655), [sym_if_statement] = STATE(1655), [sym_case_statement] = STATE(1655), [sym_function_definition] = STATE(1655), [sym_compound_statement] = STATE(1655), [sym_subshell] = STATE(1655), [sym_pipeline] = STATE(1655), [sym_list] = STATE(1655), [sym_negated_command] = STATE(1655), [sym_test_command] = STATE(1655), [sym_declaration_command] = STATE(1655), [sym_unset_command] = STATE(1655), [sym_command] = STATE(1655), [sym_command_name] = STATE(200), [sym_variable_assignment] = STATE(292), [sym_subscript] = STATE(3237), [sym_file_redirect] = STATE(771), [sym_concatenation] = STATE(736), [sym_string] = STATE(349), [sym_simple_expansion] = STATE(349), [sym_string_expansion] = STATE(349), [sym_expansion] = STATE(349), [sym_command_substitution] = STATE(349), [sym_process_substitution] = STATE(349), [aux_sym__statements_repeat1] = STATE(139), [aux_sym_command_repeat1] = STATE(771), [aux_sym__literal_repeat1] = STATE(469), [sym_word] = ACTIONS(205), [anon_sym_for] = ACTIONS(125), [anon_sym_select] = ACTIONS(127), [anon_sym_LPAREN_LPAREN] = ACTIONS(129), [anon_sym_while] = ACTIONS(131), [anon_sym_until] = ACTIONS(131), [anon_sym_if] = ACTIONS(133), [anon_sym_case] = ACTIONS(135), [anon_sym_SEMI_SEMI] = ACTIONS(207), [anon_sym_SEMI_AMP] = ACTIONS(187), [anon_sym_SEMI_SEMI_AMP] = ACTIONS(189), [anon_sym_function] = ACTIONS(143), [anon_sym_LPAREN] = ACTIONS(145), [anon_sym_LBRACE] = ACTIONS(147), [anon_sym_BANG] = ACTIONS(209), [anon_sym_LBRACK] = ACTIONS(151), [anon_sym_LBRACK_LBRACK] = ACTIONS(153), [anon_sym_declare] = ACTIONS(211), [anon_sym_typeset] = ACTIONS(211), [anon_sym_export] = ACTIONS(211), [anon_sym_readonly] = ACTIONS(211), [anon_sym_local] = ACTIONS(211), [anon_sym_unset] = ACTIONS(213), [anon_sym_unsetenv] = ACTIONS(213), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(215), [sym__special_character] = ACTIONS(217), [anon_sym_DQUOTE] = ACTIONS(219), [sym_raw_string] = ACTIONS(221), [sym_ansii_c_string] = ACTIONS(221), [anon_sym_DOLLAR_LBRACE] = ACTIONS(223), [anon_sym_DOLLAR_LPAREN] = ACTIONS(225), [anon_sym_BQUOTE] = ACTIONS(227), [anon_sym_LT_LPAREN] = ACTIONS(229), [anon_sym_GT_LPAREN] = ACTIONS(229), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(231), }, [14] = { [sym__statements] = STATE(3058), [sym_redirected_statement] = STATE(1655), [sym_for_statement] = STATE(1655), [sym_c_style_for_statement] = STATE(1655), [sym_while_statement] = STATE(1655), [sym_if_statement] = STATE(1655), [sym_case_statement] = STATE(1655), [sym_function_definition] = STATE(1655), [sym_compound_statement] = STATE(1655), [sym_subshell] = STATE(1655), [sym_pipeline] = STATE(1655), [sym_list] = STATE(1655), [sym_negated_command] = STATE(1655), [sym_test_command] = STATE(1655), [sym_declaration_command] = STATE(1655), [sym_unset_command] = STATE(1655), [sym_command] = STATE(1655), [sym_command_name] = STATE(200), [sym_variable_assignment] = STATE(292), [sym_subscript] = STATE(3237), [sym_file_redirect] = STATE(771), [sym_concatenation] = STATE(736), [sym_string] = STATE(349), [sym_simple_expansion] = STATE(349), [sym_string_expansion] = STATE(349), [sym_expansion] = STATE(349), [sym_command_substitution] = STATE(349), [sym_process_substitution] = STATE(349), [aux_sym__statements_repeat1] = STATE(139), [aux_sym_command_repeat1] = STATE(771), [aux_sym__literal_repeat1] = STATE(469), [sym_word] = ACTIONS(205), [anon_sym_for] = ACTIONS(125), [anon_sym_select] = ACTIONS(127), [anon_sym_LPAREN_LPAREN] = ACTIONS(129), [anon_sym_while] = ACTIONS(131), [anon_sym_until] = ACTIONS(131), [anon_sym_if] = ACTIONS(133), [anon_sym_case] = ACTIONS(135), [anon_sym_SEMI_SEMI] = ACTIONS(233), [anon_sym_SEMI_AMP] = ACTIONS(201), [anon_sym_SEMI_SEMI_AMP] = ACTIONS(203), [anon_sym_function] = ACTIONS(143), [anon_sym_LPAREN] = ACTIONS(145), [anon_sym_LBRACE] = ACTIONS(147), [anon_sym_BANG] = ACTIONS(209), [anon_sym_LBRACK] = ACTIONS(151), [anon_sym_LBRACK_LBRACK] = ACTIONS(153), [anon_sym_declare] = ACTIONS(211), [anon_sym_typeset] = ACTIONS(211), [anon_sym_export] = ACTIONS(211), [anon_sym_readonly] = ACTIONS(211), [anon_sym_local] = ACTIONS(211), [anon_sym_unset] = ACTIONS(213), [anon_sym_unsetenv] = ACTIONS(213), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(215), [sym__special_character] = ACTIONS(217), [anon_sym_DQUOTE] = ACTIONS(219), [sym_raw_string] = ACTIONS(221), [sym_ansii_c_string] = ACTIONS(221), [anon_sym_DOLLAR_LBRACE] = ACTIONS(223), [anon_sym_DOLLAR_LPAREN] = ACTIONS(225), [anon_sym_BQUOTE] = ACTIONS(227), [anon_sym_LT_LPAREN] = ACTIONS(229), [anon_sym_GT_LPAREN] = ACTIONS(229), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(231), }, [15] = { [sym__statements] = STATE(3061), [sym_redirected_statement] = STATE(1655), [sym_for_statement] = STATE(1655), [sym_c_style_for_statement] = STATE(1655), [sym_while_statement] = STATE(1655), [sym_if_statement] = STATE(1655), [sym_case_statement] = STATE(1655), [sym_function_definition] = STATE(1655), [sym_compound_statement] = STATE(1655), [sym_subshell] = STATE(1655), [sym_pipeline] = STATE(1655), [sym_list] = STATE(1655), [sym_negated_command] = STATE(1655), [sym_test_command] = STATE(1655), [sym_declaration_command] = STATE(1655), [sym_unset_command] = STATE(1655), [sym_command] = STATE(1655), [sym_command_name] = STATE(200), [sym_variable_assignment] = STATE(292), [sym_subscript] = STATE(3237), [sym_file_redirect] = STATE(771), [sym_concatenation] = STATE(736), [sym_string] = STATE(349), [sym_simple_expansion] = STATE(349), [sym_string_expansion] = STATE(349), [sym_expansion] = STATE(349), [sym_command_substitution] = STATE(349), [sym_process_substitution] = STATE(349), [aux_sym__statements_repeat1] = STATE(139), [aux_sym_command_repeat1] = STATE(771), [aux_sym__literal_repeat1] = STATE(469), [sym_word] = ACTIONS(205), [anon_sym_for] = ACTIONS(125), [anon_sym_select] = ACTIONS(127), [anon_sym_LPAREN_LPAREN] = ACTIONS(129), [anon_sym_while] = ACTIONS(131), [anon_sym_until] = ACTIONS(131), [anon_sym_if] = ACTIONS(133), [anon_sym_case] = ACTIONS(135), [anon_sym_SEMI_SEMI] = ACTIONS(235), [anon_sym_SEMI_AMP] = ACTIONS(193), [anon_sym_SEMI_SEMI_AMP] = ACTIONS(195), [anon_sym_function] = ACTIONS(143), [anon_sym_LPAREN] = ACTIONS(145), [anon_sym_LBRACE] = ACTIONS(147), [anon_sym_BANG] = ACTIONS(209), [anon_sym_LBRACK] = ACTIONS(151), [anon_sym_LBRACK_LBRACK] = ACTIONS(153), [anon_sym_declare] = ACTIONS(211), [anon_sym_typeset] = ACTIONS(211), [anon_sym_export] = ACTIONS(211), [anon_sym_readonly] = ACTIONS(211), [anon_sym_local] = ACTIONS(211), [anon_sym_unset] = ACTIONS(213), [anon_sym_unsetenv] = ACTIONS(213), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(215), [sym__special_character] = ACTIONS(217), [anon_sym_DQUOTE] = ACTIONS(219), [sym_raw_string] = ACTIONS(221), [sym_ansii_c_string] = ACTIONS(221), [anon_sym_DOLLAR_LBRACE] = ACTIONS(223), [anon_sym_DOLLAR_LPAREN] = ACTIONS(225), [anon_sym_BQUOTE] = ACTIONS(227), [anon_sym_LT_LPAREN] = ACTIONS(229), [anon_sym_GT_LPAREN] = ACTIONS(229), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(231), }, [16] = { [sym__statements] = STATE(3097), [sym_redirected_statement] = STATE(1655), [sym_for_statement] = STATE(1655), [sym_c_style_for_statement] = STATE(1655), [sym_while_statement] = STATE(1655), [sym_if_statement] = STATE(1655), [sym_case_statement] = STATE(1655), [sym_function_definition] = STATE(1655), [sym_compound_statement] = STATE(1655), [sym_subshell] = STATE(1655), [sym_pipeline] = STATE(1655), [sym_list] = STATE(1655), [sym_negated_command] = STATE(1655), [sym_test_command] = STATE(1655), [sym_declaration_command] = STATE(1655), [sym_unset_command] = STATE(1655), [sym_command] = STATE(1655), [sym_command_name] = STATE(200), [sym_variable_assignment] = STATE(292), [sym_subscript] = STATE(3237), [sym_file_redirect] = STATE(771), [sym_concatenation] = STATE(736), [sym_string] = STATE(349), [sym_simple_expansion] = STATE(349), [sym_string_expansion] = STATE(349), [sym_expansion] = STATE(349), [sym_command_substitution] = STATE(349), [sym_process_substitution] = STATE(349), [aux_sym__statements_repeat1] = STATE(139), [aux_sym_command_repeat1] = STATE(771), [aux_sym__literal_repeat1] = STATE(469), [sym_word] = ACTIONS(205), [anon_sym_for] = ACTIONS(125), [anon_sym_select] = ACTIONS(127), [anon_sym_LPAREN_LPAREN] = ACTIONS(129), [anon_sym_while] = ACTIONS(131), [anon_sym_until] = ACTIONS(131), [anon_sym_if] = ACTIONS(133), [anon_sym_case] = ACTIONS(135), [anon_sym_SEMI_SEMI] = ACTIONS(237), [anon_sym_SEMI_AMP] = ACTIONS(181), [anon_sym_SEMI_SEMI_AMP] = ACTIONS(181), [anon_sym_function] = ACTIONS(143), [anon_sym_LPAREN] = ACTIONS(145), [anon_sym_LBRACE] = ACTIONS(147), [anon_sym_BANG] = ACTIONS(209), [anon_sym_LBRACK] = ACTIONS(151), [anon_sym_LBRACK_LBRACK] = ACTIONS(153), [anon_sym_declare] = ACTIONS(211), [anon_sym_typeset] = ACTIONS(211), [anon_sym_export] = ACTIONS(211), [anon_sym_readonly] = ACTIONS(211), [anon_sym_local] = ACTIONS(211), [anon_sym_unset] = ACTIONS(213), [anon_sym_unsetenv] = ACTIONS(213), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(215), [sym__special_character] = ACTIONS(217), [anon_sym_DQUOTE] = ACTIONS(219), [sym_raw_string] = ACTIONS(221), [sym_ansii_c_string] = ACTIONS(221), [anon_sym_DOLLAR_LBRACE] = ACTIONS(223), [anon_sym_DOLLAR_LPAREN] = ACTIONS(225), [anon_sym_BQUOTE] = ACTIONS(227), [anon_sym_LT_LPAREN] = ACTIONS(229), [anon_sym_GT_LPAREN] = ACTIONS(229), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(231), }, [17] = { [sym__statements] = STATE(3105), [sym_redirected_statement] = STATE(1655), [sym_for_statement] = STATE(1655), [sym_c_style_for_statement] = STATE(1655), [sym_while_statement] = STATE(1655), [sym_if_statement] = STATE(1655), [sym_case_statement] = STATE(1655), [sym_function_definition] = STATE(1655), [sym_compound_statement] = STATE(1655), [sym_subshell] = STATE(1655), [sym_pipeline] = STATE(1655), [sym_list] = STATE(1655), [sym_negated_command] = STATE(1655), [sym_test_command] = STATE(1655), [sym_declaration_command] = STATE(1655), [sym_unset_command] = STATE(1655), [sym_command] = STATE(1655), [sym_command_name] = STATE(200), [sym_variable_assignment] = STATE(292), [sym_subscript] = STATE(3237), [sym_file_redirect] = STATE(771), [sym_concatenation] = STATE(736), [sym_string] = STATE(349), [sym_simple_expansion] = STATE(349), [sym_string_expansion] = STATE(349), [sym_expansion] = STATE(349), [sym_command_substitution] = STATE(349), [sym_process_substitution] = STATE(349), [aux_sym__statements_repeat1] = STATE(139), [aux_sym_command_repeat1] = STATE(771), [aux_sym__literal_repeat1] = STATE(469), [sym_word] = ACTIONS(205), [anon_sym_for] = ACTIONS(125), [anon_sym_select] = ACTIONS(127), [anon_sym_LPAREN_LPAREN] = ACTIONS(129), [anon_sym_while] = ACTIONS(131), [anon_sym_until] = ACTIONS(131), [anon_sym_if] = ACTIONS(133), [anon_sym_case] = ACTIONS(135), [anon_sym_SEMI_SEMI] = ACTIONS(239), [anon_sym_SEMI_AMP] = ACTIONS(141), [anon_sym_SEMI_SEMI_AMP] = ACTIONS(141), [anon_sym_function] = ACTIONS(143), [anon_sym_LPAREN] = ACTIONS(145), [anon_sym_LBRACE] = ACTIONS(147), [anon_sym_BANG] = ACTIONS(209), [anon_sym_LBRACK] = ACTIONS(151), [anon_sym_LBRACK_LBRACK] = ACTIONS(153), [anon_sym_declare] = ACTIONS(211), [anon_sym_typeset] = ACTIONS(211), [anon_sym_export] = ACTIONS(211), [anon_sym_readonly] = ACTIONS(211), [anon_sym_local] = ACTIONS(211), [anon_sym_unset] = ACTIONS(213), [anon_sym_unsetenv] = ACTIONS(213), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(215), [sym__special_character] = ACTIONS(217), [anon_sym_DQUOTE] = ACTIONS(219), [sym_raw_string] = ACTIONS(221), [sym_ansii_c_string] = ACTIONS(221), [anon_sym_DOLLAR_LBRACE] = ACTIONS(223), [anon_sym_DOLLAR_LPAREN] = ACTIONS(225), [anon_sym_BQUOTE] = ACTIONS(227), [anon_sym_LT_LPAREN] = ACTIONS(229), [anon_sym_GT_LPAREN] = ACTIONS(229), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(231), }, [18] = { [aux_sym__statements2] = STATE(20), [sym_redirected_statement] = STATE(1689), [sym_for_statement] = STATE(1689), [sym_c_style_for_statement] = STATE(1689), [sym_while_statement] = STATE(1689), [sym_if_statement] = STATE(1689), [sym_case_statement] = STATE(1689), [sym_function_definition] = STATE(1689), [sym_compound_statement] = STATE(1689), [sym_subshell] = STATE(1689), [sym_pipeline] = STATE(1689), [sym_list] = STATE(1689), [sym_negated_command] = STATE(1689), [sym_test_command] = STATE(1689), [sym_declaration_command] = STATE(1689), [sym_unset_command] = STATE(1689), [sym_command] = STATE(1689), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(471), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_fi] = ACTIONS(241), [anon_sym_elif] = ACTIONS(241), [anon_sym_else] = ACTIONS(241), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [19] = { [aux_sym__statements2] = STATE(19), [sym_redirected_statement] = STATE(1689), [sym_for_statement] = STATE(1689), [sym_c_style_for_statement] = STATE(1689), [sym_while_statement] = STATE(1689), [sym_if_statement] = STATE(1689), [sym_case_statement] = STATE(1689), [sym_function_definition] = STATE(1689), [sym_compound_statement] = STATE(1689), [sym_subshell] = STATE(1689), [sym_pipeline] = STATE(1689), [sym_list] = STATE(1689), [sym_negated_command] = STATE(1689), [sym_test_command] = STATE(1689), [sym_declaration_command] = STATE(1689), [sym_unset_command] = STATE(1689), [sym_command] = STATE(1689), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(471), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(243), [anon_sym_for] = ACTIONS(246), [anon_sym_select] = ACTIONS(249), [anon_sym_LPAREN_LPAREN] = ACTIONS(252), [anon_sym_while] = ACTIONS(255), [anon_sym_until] = ACTIONS(255), [anon_sym_if] = ACTIONS(258), [anon_sym_fi] = ACTIONS(261), [anon_sym_elif] = ACTIONS(261), [anon_sym_else] = ACTIONS(261), [anon_sym_case] = ACTIONS(263), [anon_sym_function] = ACTIONS(266), [anon_sym_LPAREN] = ACTIONS(269), [anon_sym_LBRACE] = ACTIONS(272), [anon_sym_BANG] = ACTIONS(275), [anon_sym_LBRACK] = ACTIONS(278), [anon_sym_LBRACK_LBRACK] = ACTIONS(281), [anon_sym_declare] = ACTIONS(284), [anon_sym_typeset] = ACTIONS(284), [anon_sym_export] = ACTIONS(284), [anon_sym_readonly] = ACTIONS(284), [anon_sym_local] = ACTIONS(284), [anon_sym_unset] = ACTIONS(287), [anon_sym_unsetenv] = ACTIONS(287), [anon_sym_LT] = ACTIONS(290), [anon_sym_GT] = ACTIONS(290), [anon_sym_GT_GT] = ACTIONS(290), [anon_sym_AMP_GT] = ACTIONS(290), [anon_sym_AMP_GT_GT] = ACTIONS(290), [anon_sym_LT_AMP] = ACTIONS(290), [anon_sym_GT_AMP] = ACTIONS(290), [anon_sym_GT_PIPE] = ACTIONS(290), [anon_sym_DOLLAR] = ACTIONS(293), [sym__special_character] = ACTIONS(296), [anon_sym_DQUOTE] = ACTIONS(299), [sym_raw_string] = ACTIONS(302), [sym_ansii_c_string] = ACTIONS(302), [anon_sym_DOLLAR_LBRACE] = ACTIONS(305), [anon_sym_DOLLAR_LPAREN] = ACTIONS(308), [anon_sym_BQUOTE] = ACTIONS(311), [anon_sym_LT_LPAREN] = ACTIONS(314), [anon_sym_GT_LPAREN] = ACTIONS(314), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(317), [sym_variable_name] = ACTIONS(320), }, [20] = { [aux_sym__statements2] = STATE(19), [sym_redirected_statement] = STATE(1689), [sym_for_statement] = STATE(1689), [sym_c_style_for_statement] = STATE(1689), [sym_while_statement] = STATE(1689), [sym_if_statement] = STATE(1689), [sym_case_statement] = STATE(1689), [sym_function_definition] = STATE(1689), [sym_compound_statement] = STATE(1689), [sym_subshell] = STATE(1689), [sym_pipeline] = STATE(1689), [sym_list] = STATE(1689), [sym_negated_command] = STATE(1689), [sym_test_command] = STATE(1689), [sym_declaration_command] = STATE(1689), [sym_unset_command] = STATE(1689), [sym_command] = STATE(1689), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(471), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_fi] = ACTIONS(323), [anon_sym_elif] = ACTIONS(323), [anon_sym_else] = ACTIONS(323), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [21] = { [sym__statements] = STATE(3303), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_RPAREN] = ACTIONS(325), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [22] = { [sym__statements] = STATE(3380), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_RPAREN] = ACTIONS(327), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [23] = { [sym__statements] = STATE(3368), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_RPAREN] = ACTIONS(329), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [24] = { [sym__statements] = STATE(3474), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [25] = { [sym__statements] = STATE(3435), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(1971), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [26] = { [sym__statements] = STATE(3335), [sym_redirected_statement] = STATE(1685), [sym_for_statement] = STATE(1685), [sym_c_style_for_statement] = STATE(1685), [sym_while_statement] = STATE(1685), [sym_if_statement] = STATE(1685), [sym_case_statement] = STATE(1685), [sym_function_definition] = STATE(1685), [sym_compound_statement] = STATE(1685), [sym_subshell] = STATE(1685), [sym_pipeline] = STATE(1685), [sym_list] = STATE(1685), [sym_negated_command] = STATE(1685), [sym_test_command] = STATE(1685), [sym_declaration_command] = STATE(1685), [sym_unset_command] = STATE(1685), [sym_command] = STATE(1685), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(535), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(141), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [27] = { [sym__statements] = STATE(3334), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [28] = { [aux_sym__statements2] = STATE(78), [sym_redirected_statement] = STATE(1747), [sym_for_statement] = STATE(1747), [sym_c_style_for_statement] = STATE(1747), [sym_while_statement] = STATE(1747), [sym_if_statement] = STATE(1747), [sym_case_statement] = STATE(1747), [sym_function_definition] = STATE(1747), [sym_compound_statement] = STATE(1747), [sym_subshell] = STATE(1747), [sym_pipeline] = STATE(1747), [sym_list] = STATE(1747), [sym_negated_command] = STATE(1747), [sym_test_command] = STATE(1747), [sym_declaration_command] = STATE(1747), [sym_unset_command] = STATE(1747), [sym_command] = STATE(1747), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(461), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_done] = ACTIONS(337), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [29] = { [sym__statements] = STATE(3429), [sym_redirected_statement] = STATE(1685), [sym_for_statement] = STATE(1685), [sym_c_style_for_statement] = STATE(1685), [sym_while_statement] = STATE(1685), [sym_if_statement] = STATE(1685), [sym_case_statement] = STATE(1685), [sym_function_definition] = STATE(1685), [sym_compound_statement] = STATE(1685), [sym_subshell] = STATE(1685), [sym_pipeline] = STATE(1685), [sym_list] = STATE(1685), [sym_negated_command] = STATE(1685), [sym_test_command] = STATE(1685), [sym_declaration_command] = STATE(1685), [sym_unset_command] = STATE(1685), [sym_command] = STATE(1685), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(535), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(141), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [30] = { [sym__statements] = STATE(3448), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(2038), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [31] = { [sym__statements] = STATE(3364), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [32] = { [aux_sym__statements2] = STATE(33), [sym_redirected_statement] = STATE(1730), [sym_for_statement] = STATE(1730), [sym_c_style_for_statement] = STATE(1730), [sym_while_statement] = STATE(1730), [sym_if_statement] = STATE(1730), [sym_case_statement] = STATE(1730), [sym_function_definition] = STATE(1730), [sym_compound_statement] = STATE(1730), [sym_subshell] = STATE(1730), [sym_pipeline] = STATE(1730), [sym_list] = STATE(1730), [sym_negated_command] = STATE(1730), [sym_test_command] = STATE(1730), [sym_declaration_command] = STATE(1730), [sym_unset_command] = STATE(1730), [sym_command] = STATE(1730), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(473), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_fi] = ACTIONS(339), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [33] = { [aux_sym__statements2] = STATE(98), [sym_redirected_statement] = STATE(1730), [sym_for_statement] = STATE(1730), [sym_c_style_for_statement] = STATE(1730), [sym_while_statement] = STATE(1730), [sym_if_statement] = STATE(1730), [sym_case_statement] = STATE(1730), [sym_function_definition] = STATE(1730), [sym_compound_statement] = STATE(1730), [sym_subshell] = STATE(1730), [sym_pipeline] = STATE(1730), [sym_list] = STATE(1730), [sym_negated_command] = STATE(1730), [sym_test_command] = STATE(1730), [sym_declaration_command] = STATE(1730), [sym_unset_command] = STATE(1730), [sym_command] = STATE(1730), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(473), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_fi] = ACTIONS(341), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [34] = { [sym__statements] = STATE(3344), [sym_redirected_statement] = STATE(1685), [sym_for_statement] = STATE(1685), [sym_c_style_for_statement] = STATE(1685), [sym_while_statement] = STATE(1685), [sym_if_statement] = STATE(1685), [sym_case_statement] = STATE(1685), [sym_function_definition] = STATE(1685), [sym_compound_statement] = STATE(1685), [sym_subshell] = STATE(1685), [sym_pipeline] = STATE(1685), [sym_list] = STATE(1685), [sym_negated_command] = STATE(1685), [sym_test_command] = STATE(1685), [sym_declaration_command] = STATE(1685), [sym_unset_command] = STATE(1685), [sym_command] = STATE(1685), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(535), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(141), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [35] = { [sym__statements] = STATE(3308), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(2033), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [36] = { [sym__statements] = STATE(3417), [sym_redirected_statement] = STATE(1685), [sym_for_statement] = STATE(1685), [sym_c_style_for_statement] = STATE(1685), [sym_while_statement] = STATE(1685), [sym_if_statement] = STATE(1685), [sym_case_statement] = STATE(1685), [sym_function_definition] = STATE(1685), [sym_compound_statement] = STATE(1685), [sym_subshell] = STATE(1685), [sym_pipeline] = STATE(1685), [sym_list] = STATE(1685), [sym_negated_command] = STATE(1685), [sym_test_command] = STATE(1685), [sym_declaration_command] = STATE(1685), [sym_unset_command] = STATE(1685), [sym_command] = STATE(1685), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(535), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(141), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [37] = { [sym__statements] = STATE(3343), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [38] = { [sym__statements] = STATE(3342), [sym_redirected_statement] = STATE(1685), [sym_for_statement] = STATE(1685), [sym_c_style_for_statement] = STATE(1685), [sym_while_statement] = STATE(1685), [sym_if_statement] = STATE(1685), [sym_case_statement] = STATE(1685), [sym_function_definition] = STATE(1685), [sym_compound_statement] = STATE(1685), [sym_subshell] = STATE(1685), [sym_pipeline] = STATE(1685), [sym_list] = STATE(1685), [sym_negated_command] = STATE(1685), [sym_test_command] = STATE(1685), [sym_declaration_command] = STATE(1685), [sym_unset_command] = STATE(1685), [sym_command] = STATE(1685), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(535), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(141), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [39] = { [sym__statements] = STATE(3305), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(2022), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [40] = { [sym__statements] = STATE(3397), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [41] = { [sym__statements] = STATE(3393), [sym_redirected_statement] = STATE(1685), [sym_for_statement] = STATE(1685), [sym_c_style_for_statement] = STATE(1685), [sym_while_statement] = STATE(1685), [sym_if_statement] = STATE(1685), [sym_case_statement] = STATE(1685), [sym_function_definition] = STATE(1685), [sym_compound_statement] = STATE(1685), [sym_subshell] = STATE(1685), [sym_pipeline] = STATE(1685), [sym_list] = STATE(1685), [sym_negated_command] = STATE(1685), [sym_test_command] = STATE(1685), [sym_declaration_command] = STATE(1685), [sym_unset_command] = STATE(1685), [sym_command] = STATE(1685), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(535), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(141), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [42] = { [sym__statements] = STATE(3391), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(1952), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [43] = { [sym__statements] = STATE(3350), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [44] = { [sym__statements] = STATE(3348), [sym_redirected_statement] = STATE(1685), [sym_for_statement] = STATE(1685), [sym_c_style_for_statement] = STATE(1685), [sym_while_statement] = STATE(1685), [sym_if_statement] = STATE(1685), [sym_case_statement] = STATE(1685), [sym_function_definition] = STATE(1685), [sym_compound_statement] = STATE(1685), [sym_subshell] = STATE(1685), [sym_pipeline] = STATE(1685), [sym_list] = STATE(1685), [sym_negated_command] = STATE(1685), [sym_test_command] = STATE(1685), [sym_declaration_command] = STATE(1685), [sym_unset_command] = STATE(1685), [sym_command] = STATE(1685), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(535), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(141), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [45] = { [sym__statements] = STATE(3317), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(1934), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [46] = { [sym__statements] = STATE(3415), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [47] = { [sym__statements] = STATE(3274), [sym_redirected_statement] = STATE(1685), [sym_for_statement] = STATE(1685), [sym_c_style_for_statement] = STATE(1685), [sym_while_statement] = STATE(1685), [sym_if_statement] = STATE(1685), [sym_case_statement] = STATE(1685), [sym_function_definition] = STATE(1685), [sym_compound_statement] = STATE(1685), [sym_subshell] = STATE(1685), [sym_pipeline] = STATE(1685), [sym_list] = STATE(1685), [sym_negated_command] = STATE(1685), [sym_test_command] = STATE(1685), [sym_declaration_command] = STATE(1685), [sym_unset_command] = STATE(1685), [sym_command] = STATE(1685), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(535), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(141), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [48] = { [sym__statements] = STATE(3404), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(1924), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [49] = { [sym__statements] = STATE(3476), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [50] = { [sym__statements] = STATE(3472), [sym_redirected_statement] = STATE(1685), [sym_for_statement] = STATE(1685), [sym_c_style_for_statement] = STATE(1685), [sym_while_statement] = STATE(1685), [sym_if_statement] = STATE(1685), [sym_case_statement] = STATE(1685), [sym_function_definition] = STATE(1685), [sym_compound_statement] = STATE(1685), [sym_subshell] = STATE(1685), [sym_pipeline] = STATE(1685), [sym_list] = STATE(1685), [sym_negated_command] = STATE(1685), [sym_test_command] = STATE(1685), [sym_declaration_command] = STATE(1685), [sym_unset_command] = STATE(1685), [sym_command] = STATE(1685), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(535), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(141), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [51] = { [sym__statements] = STATE(3464), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(1919), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [52] = { [sym__statements] = STATE(3410), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [53] = { [sym__statements] = STATE(3406), [sym_redirected_statement] = STATE(1685), [sym_for_statement] = STATE(1685), [sym_c_style_for_statement] = STATE(1685), [sym_while_statement] = STATE(1685), [sym_if_statement] = STATE(1685), [sym_case_statement] = STATE(1685), [sym_function_definition] = STATE(1685), [sym_compound_statement] = STATE(1685), [sym_subshell] = STATE(1685), [sym_pipeline] = STATE(1685), [sym_list] = STATE(1685), [sym_negated_command] = STATE(1685), [sym_test_command] = STATE(1685), [sym_declaration_command] = STATE(1685), [sym_unset_command] = STATE(1685), [sym_command] = STATE(1685), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(535), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(141), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [54] = { [sym__statements] = STATE(3386), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(1974), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [55] = { [sym__statements] = STATE(3336), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [56] = { [sym__statements] = STATE(3320), [sym_redirected_statement] = STATE(1685), [sym_for_statement] = STATE(1685), [sym_c_style_for_statement] = STATE(1685), [sym_while_statement] = STATE(1685), [sym_if_statement] = STATE(1685), [sym_case_statement] = STATE(1685), [sym_function_definition] = STATE(1685), [sym_compound_statement] = STATE(1685), [sym_subshell] = STATE(1685), [sym_pipeline] = STATE(1685), [sym_list] = STATE(1685), [sym_negated_command] = STATE(1685), [sym_test_command] = STATE(1685), [sym_declaration_command] = STATE(1685), [sym_unset_command] = STATE(1685), [sym_command] = STATE(1685), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(535), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(141), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [57] = { [sym__statements] = STATE(3313), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(2001), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [58] = { [sym__statements] = STATE(3280), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [59] = { [aux_sym__statements2] = STATE(122), [sym_redirected_statement] = STATE(1698), [sym_for_statement] = STATE(1698), [sym_c_style_for_statement] = STATE(1698), [sym_while_statement] = STATE(1698), [sym_if_statement] = STATE(1698), [sym_case_statement] = STATE(1698), [sym_function_definition] = STATE(1698), [sym_compound_statement] = STATE(1698), [sym_subshell] = STATE(1698), [sym_pipeline] = STATE(1698), [sym_list] = STATE(1698), [sym_negated_command] = STATE(1698), [sym_test_command] = STATE(1698), [sym_declaration_command] = STATE(1698), [sym_unset_command] = STATE(1698), [sym_command] = STATE(1698), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(508), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_RBRACE] = ACTIONS(343), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [60] = { [sym__statements] = STATE(3277), [sym_redirected_statement] = STATE(1685), [sym_for_statement] = STATE(1685), [sym_c_style_for_statement] = STATE(1685), [sym_while_statement] = STATE(1685), [sym_if_statement] = STATE(1685), [sym_case_statement] = STATE(1685), [sym_function_definition] = STATE(1685), [sym_compound_statement] = STATE(1685), [sym_subshell] = STATE(1685), [sym_pipeline] = STATE(1685), [sym_list] = STATE(1685), [sym_negated_command] = STATE(1685), [sym_test_command] = STATE(1685), [sym_declaration_command] = STATE(1685), [sym_unset_command] = STATE(1685), [sym_command] = STATE(1685), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(535), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(141), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [61] = { [sym__statements] = STATE(3422), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(1930), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [62] = { [sym__statements] = STATE(3275), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(2073), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [63] = { [sym__statements] = STATE(3325), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [64] = { [sym__statements] = STATE(3333), [sym_redirected_statement] = STATE(1685), [sym_for_statement] = STATE(1685), [sym_c_style_for_statement] = STATE(1685), [sym_while_statement] = STATE(1685), [sym_if_statement] = STATE(1685), [sym_case_statement] = STATE(1685), [sym_function_definition] = STATE(1685), [sym_compound_statement] = STATE(1685), [sym_subshell] = STATE(1685), [sym_pipeline] = STATE(1685), [sym_list] = STATE(1685), [sym_negated_command] = STATE(1685), [sym_test_command] = STATE(1685), [sym_declaration_command] = STATE(1685), [sym_unset_command] = STATE(1685), [sym_command] = STATE(1685), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(535), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(141), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [65] = { [sym__statements] = STATE(3450), [sym_redirected_statement] = STATE(1685), [sym_for_statement] = STATE(1685), [sym_c_style_for_statement] = STATE(1685), [sym_while_statement] = STATE(1685), [sym_if_statement] = STATE(1685), [sym_case_statement] = STATE(1685), [sym_function_definition] = STATE(1685), [sym_compound_statement] = STATE(1685), [sym_subshell] = STATE(1685), [sym_pipeline] = STATE(1685), [sym_list] = STATE(1685), [sym_negated_command] = STATE(1685), [sym_test_command] = STATE(1685), [sym_declaration_command] = STATE(1685), [sym_unset_command] = STATE(1685), [sym_command] = STATE(1685), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(535), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(141), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [66] = { [sym__statements] = STATE(3462), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(2032), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [67] = { [sym__statements] = STATE(3392), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(2013), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [68] = { [sym__statements] = STATE(3331), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [69] = { [sym__statements] = STATE(3324), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [70] = { [sym__statements] = STATE(3466), [sym_redirected_statement] = STATE(1685), [sym_for_statement] = STATE(1685), [sym_c_style_for_statement] = STATE(1685), [sym_while_statement] = STATE(1685), [sym_if_statement] = STATE(1685), [sym_case_statement] = STATE(1685), [sym_function_definition] = STATE(1685), [sym_compound_statement] = STATE(1685), [sym_subshell] = STATE(1685), [sym_pipeline] = STATE(1685), [sym_list] = STATE(1685), [sym_negated_command] = STATE(1685), [sym_test_command] = STATE(1685), [sym_declaration_command] = STATE(1685), [sym_unset_command] = STATE(1685), [sym_command] = STATE(1685), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(535), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(141), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [71] = { [sym__statements] = STATE(3457), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(2009), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [72] = { [sym__statements] = STATE(3413), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [73] = { [sym__statements] = STATE(3412), [sym_redirected_statement] = STATE(1685), [sym_for_statement] = STATE(1685), [sym_c_style_for_statement] = STATE(1685), [sym_while_statement] = STATE(1685), [sym_if_statement] = STATE(1685), [sym_case_statement] = STATE(1685), [sym_function_definition] = STATE(1685), [sym_compound_statement] = STATE(1685), [sym_subshell] = STATE(1685), [sym_pipeline] = STATE(1685), [sym_list] = STATE(1685), [sym_negated_command] = STATE(1685), [sym_test_command] = STATE(1685), [sym_declaration_command] = STATE(1685), [sym_unset_command] = STATE(1685), [sym_command] = STATE(1685), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(535), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(141), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [74] = { [sym__statements] = STATE(3407), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(1946), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [75] = { [sym__statements] = STATE(3357), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [76] = { [sym__statements] = STATE(3285), [sym_redirected_statement] = STATE(1685), [sym_for_statement] = STATE(1685), [sym_c_style_for_statement] = STATE(1685), [sym_while_statement] = STATE(1685), [sym_if_statement] = STATE(1685), [sym_case_statement] = STATE(1685), [sym_function_definition] = STATE(1685), [sym_compound_statement] = STATE(1685), [sym_subshell] = STATE(1685), [sym_pipeline] = STATE(1685), [sym_list] = STATE(1685), [sym_negated_command] = STATE(1685), [sym_test_command] = STATE(1685), [sym_declaration_command] = STATE(1685), [sym_unset_command] = STATE(1685), [sym_command] = STATE(1685), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(535), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(141), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [77] = { [sym__statements] = STATE(3352), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(1912), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [78] = { [aux_sym__statements2] = STATE(78), [sym_redirected_statement] = STATE(1747), [sym_for_statement] = STATE(1747), [sym_c_style_for_statement] = STATE(1747), [sym_while_statement] = STATE(1747), [sym_if_statement] = STATE(1747), [sym_case_statement] = STATE(1747), [sym_function_definition] = STATE(1747), [sym_compound_statement] = STATE(1747), [sym_subshell] = STATE(1747), [sym_pipeline] = STATE(1747), [sym_list] = STATE(1747), [sym_negated_command] = STATE(1747), [sym_test_command] = STATE(1747), [sym_declaration_command] = STATE(1747), [sym_unset_command] = STATE(1747), [sym_command] = STATE(1747), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(461), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(243), [anon_sym_for] = ACTIONS(246), [anon_sym_select] = ACTIONS(249), [anon_sym_LPAREN_LPAREN] = ACTIONS(252), [anon_sym_while] = ACTIONS(255), [anon_sym_until] = ACTIONS(255), [anon_sym_done] = ACTIONS(261), [anon_sym_if] = ACTIONS(258), [anon_sym_case] = ACTIONS(263), [anon_sym_function] = ACTIONS(266), [anon_sym_LPAREN] = ACTIONS(269), [anon_sym_LBRACE] = ACTIONS(272), [anon_sym_BANG] = ACTIONS(275), [anon_sym_LBRACK] = ACTIONS(278), [anon_sym_LBRACK_LBRACK] = ACTIONS(281), [anon_sym_declare] = ACTIONS(284), [anon_sym_typeset] = ACTIONS(284), [anon_sym_export] = ACTIONS(284), [anon_sym_readonly] = ACTIONS(284), [anon_sym_local] = ACTIONS(284), [anon_sym_unset] = ACTIONS(287), [anon_sym_unsetenv] = ACTIONS(287), [anon_sym_LT] = ACTIONS(290), [anon_sym_GT] = ACTIONS(290), [anon_sym_GT_GT] = ACTIONS(290), [anon_sym_AMP_GT] = ACTIONS(290), [anon_sym_AMP_GT_GT] = ACTIONS(290), [anon_sym_LT_AMP] = ACTIONS(290), [anon_sym_GT_AMP] = ACTIONS(290), [anon_sym_GT_PIPE] = ACTIONS(290), [anon_sym_DOLLAR] = ACTIONS(293), [sym__special_character] = ACTIONS(296), [anon_sym_DQUOTE] = ACTIONS(299), [sym_raw_string] = ACTIONS(302), [sym_ansii_c_string] = ACTIONS(302), [anon_sym_DOLLAR_LBRACE] = ACTIONS(305), [anon_sym_DOLLAR_LPAREN] = ACTIONS(308), [anon_sym_BQUOTE] = ACTIONS(311), [anon_sym_LT_LPAREN] = ACTIONS(314), [anon_sym_GT_LPAREN] = ACTIONS(314), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(317), [sym_variable_name] = ACTIONS(320), }, [79] = { [sym__statements] = STATE(3312), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [80] = { [sym__statements] = STATE(3311), [sym_redirected_statement] = STATE(1685), [sym_for_statement] = STATE(1685), [sym_c_style_for_statement] = STATE(1685), [sym_while_statement] = STATE(1685), [sym_if_statement] = STATE(1685), [sym_case_statement] = STATE(1685), [sym_function_definition] = STATE(1685), [sym_compound_statement] = STATE(1685), [sym_subshell] = STATE(1685), [sym_pipeline] = STATE(1685), [sym_list] = STATE(1685), [sym_negated_command] = STATE(1685), [sym_test_command] = STATE(1685), [sym_declaration_command] = STATE(1685), [sym_unset_command] = STATE(1685), [sym_command] = STATE(1685), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(535), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(141), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [81] = { [sym__statements] = STATE(3310), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(1942), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [82] = { [sym__statements] = STATE(3283), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [83] = { [sym__statements] = STATE(3284), [sym_redirected_statement] = STATE(1685), [sym_for_statement] = STATE(1685), [sym_c_style_for_statement] = STATE(1685), [sym_while_statement] = STATE(1685), [sym_if_statement] = STATE(1685), [sym_case_statement] = STATE(1685), [sym_function_definition] = STATE(1685), [sym_compound_statement] = STATE(1685), [sym_subshell] = STATE(1685), [sym_pipeline] = STATE(1685), [sym_list] = STATE(1685), [sym_negated_command] = STATE(1685), [sym_test_command] = STATE(1685), [sym_declaration_command] = STATE(1685), [sym_unset_command] = STATE(1685), [sym_command] = STATE(1685), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(535), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(141), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [84] = { [sym__statements] = STATE(3287), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(1985), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [85] = { [sym__statements] = STATE(3355), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [86] = { [sym__statements] = STATE(3356), [sym_redirected_statement] = STATE(1685), [sym_for_statement] = STATE(1685), [sym_c_style_for_statement] = STATE(1685), [sym_while_statement] = STATE(1685), [sym_if_statement] = STATE(1685), [sym_case_statement] = STATE(1685), [sym_function_definition] = STATE(1685), [sym_compound_statement] = STATE(1685), [sym_subshell] = STATE(1685), [sym_pipeline] = STATE(1685), [sym_list] = STATE(1685), [sym_negated_command] = STATE(1685), [sym_test_command] = STATE(1685), [sym_declaration_command] = STATE(1685), [sym_unset_command] = STATE(1685), [sym_command] = STATE(1685), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(535), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(141), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [87] = { [sym__statements] = STATE(3359), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(2016), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [88] = { [sym__statements] = STATE(3390), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [89] = { [sym__statements] = STATE(3394), [sym_redirected_statement] = STATE(1685), [sym_for_statement] = STATE(1685), [sym_c_style_for_statement] = STATE(1685), [sym_while_statement] = STATE(1685), [sym_if_statement] = STATE(1685), [sym_case_statement] = STATE(1685), [sym_function_definition] = STATE(1685), [sym_compound_statement] = STATE(1685), [sym_subshell] = STATE(1685), [sym_pipeline] = STATE(1685), [sym_list] = STATE(1685), [sym_negated_command] = STATE(1685), [sym_test_command] = STATE(1685), [sym_declaration_command] = STATE(1685), [sym_unset_command] = STATE(1685), [sym_command] = STATE(1685), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(535), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(141), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [90] = { [sym__statements] = STATE(3395), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(2069), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [91] = { [sym__statements] = STATE(3430), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [92] = { [sym__statements] = STATE(3431), [sym_redirected_statement] = STATE(1685), [sym_for_statement] = STATE(1685), [sym_c_style_for_statement] = STATE(1685), [sym_while_statement] = STATE(1685), [sym_if_statement] = STATE(1685), [sym_case_statement] = STATE(1685), [sym_function_definition] = STATE(1685), [sym_compound_statement] = STATE(1685), [sym_subshell] = STATE(1685), [sym_pipeline] = STATE(1685), [sym_list] = STATE(1685), [sym_negated_command] = STATE(1685), [sym_test_command] = STATE(1685), [sym_declaration_command] = STATE(1685), [sym_unset_command] = STATE(1685), [sym_command] = STATE(1685), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(535), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(141), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [93] = { [sym__statements] = STATE(3380), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [94] = { [aux_sym__statements2] = STATE(59), [sym_redirected_statement] = STATE(1698), [sym_for_statement] = STATE(1698), [sym_c_style_for_statement] = STATE(1698), [sym_while_statement] = STATE(1698), [sym_if_statement] = STATE(1698), [sym_case_statement] = STATE(1698), [sym_function_definition] = STATE(1698), [sym_compound_statement] = STATE(1698), [sym_subshell] = STATE(1698), [sym_pipeline] = STATE(1698), [sym_list] = STATE(1698), [sym_negated_command] = STATE(1698), [sym_test_command] = STATE(1698), [sym_declaration_command] = STATE(1698), [sym_unset_command] = STATE(1698), [sym_command] = STATE(1698), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(508), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_RBRACE] = ACTIONS(345), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [95] = { [sym__statements] = STATE(3322), [sym_redirected_statement] = STATE(1685), [sym_for_statement] = STATE(1685), [sym_c_style_for_statement] = STATE(1685), [sym_while_statement] = STATE(1685), [sym_if_statement] = STATE(1685), [sym_case_statement] = STATE(1685), [sym_function_definition] = STATE(1685), [sym_compound_statement] = STATE(1685), [sym_subshell] = STATE(1685), [sym_pipeline] = STATE(1685), [sym_list] = STATE(1685), [sym_negated_command] = STATE(1685), [sym_test_command] = STATE(1685), [sym_declaration_command] = STATE(1685), [sym_unset_command] = STATE(1685), [sym_command] = STATE(1685), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(535), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(141), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [96] = { [sym__statements] = STATE(3318), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(1943), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [97] = { [sym__statements] = STATE(3438), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(1986), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [98] = { [aux_sym__statements2] = STATE(98), [sym_redirected_statement] = STATE(1730), [sym_for_statement] = STATE(1730), [sym_c_style_for_statement] = STATE(1730), [sym_while_statement] = STATE(1730), [sym_if_statement] = STATE(1730), [sym_case_statement] = STATE(1730), [sym_function_definition] = STATE(1730), [sym_compound_statement] = STATE(1730), [sym_subshell] = STATE(1730), [sym_pipeline] = STATE(1730), [sym_list] = STATE(1730), [sym_negated_command] = STATE(1730), [sym_test_command] = STATE(1730), [sym_declaration_command] = STATE(1730), [sym_unset_command] = STATE(1730), [sym_command] = STATE(1730), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(473), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(243), [anon_sym_for] = ACTIONS(246), [anon_sym_select] = ACTIONS(249), [anon_sym_LPAREN_LPAREN] = ACTIONS(252), [anon_sym_while] = ACTIONS(255), [anon_sym_until] = ACTIONS(255), [anon_sym_if] = ACTIONS(258), [anon_sym_fi] = ACTIONS(261), [anon_sym_case] = ACTIONS(263), [anon_sym_function] = ACTIONS(266), [anon_sym_LPAREN] = ACTIONS(269), [anon_sym_LBRACE] = ACTIONS(272), [anon_sym_BANG] = ACTIONS(275), [anon_sym_LBRACK] = ACTIONS(278), [anon_sym_LBRACK_LBRACK] = ACTIONS(281), [anon_sym_declare] = ACTIONS(284), [anon_sym_typeset] = ACTIONS(284), [anon_sym_export] = ACTIONS(284), [anon_sym_readonly] = ACTIONS(284), [anon_sym_local] = ACTIONS(284), [anon_sym_unset] = ACTIONS(287), [anon_sym_unsetenv] = ACTIONS(287), [anon_sym_LT] = ACTIONS(290), [anon_sym_GT] = ACTIONS(290), [anon_sym_GT_GT] = ACTIONS(290), [anon_sym_AMP_GT] = ACTIONS(290), [anon_sym_AMP_GT_GT] = ACTIONS(290), [anon_sym_LT_AMP] = ACTIONS(290), [anon_sym_GT_AMP] = ACTIONS(290), [anon_sym_GT_PIPE] = ACTIONS(290), [anon_sym_DOLLAR] = ACTIONS(293), [sym__special_character] = ACTIONS(296), [anon_sym_DQUOTE] = ACTIONS(299), [sym_raw_string] = ACTIONS(302), [sym_ansii_c_string] = ACTIONS(302), [anon_sym_DOLLAR_LBRACE] = ACTIONS(305), [anon_sym_DOLLAR_LPAREN] = ACTIONS(308), [anon_sym_BQUOTE] = ACTIONS(311), [anon_sym_LT_LPAREN] = ACTIONS(314), [anon_sym_GT_LPAREN] = ACTIONS(314), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(317), [sym_variable_name] = ACTIONS(320), }, [99] = { [sym__statements] = STATE(3475), [sym_redirected_statement] = STATE(1685), [sym_for_statement] = STATE(1685), [sym_c_style_for_statement] = STATE(1685), [sym_while_statement] = STATE(1685), [sym_if_statement] = STATE(1685), [sym_case_statement] = STATE(1685), [sym_function_definition] = STATE(1685), [sym_compound_statement] = STATE(1685), [sym_subshell] = STATE(1685), [sym_pipeline] = STATE(1685), [sym_list] = STATE(1685), [sym_negated_command] = STATE(1685), [sym_test_command] = STATE(1685), [sym_declaration_command] = STATE(1685), [sym_unset_command] = STATE(1685), [sym_command] = STATE(1685), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(535), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(141), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [100] = { [sym__statements] = STATE(3477), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(1917), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [101] = { [aux_sym__statements2] = STATE(103), [sym_redirected_statement] = STATE(1698), [sym_for_statement] = STATE(1698), [sym_c_style_for_statement] = STATE(1698), [sym_while_statement] = STATE(1698), [sym_if_statement] = STATE(1698), [sym_case_statement] = STATE(1698), [sym_function_definition] = STATE(1698), [sym_compound_statement] = STATE(1698), [sym_subshell] = STATE(1698), [sym_pipeline] = STATE(1698), [sym_list] = STATE(1698), [sym_negated_command] = STATE(1698), [sym_test_command] = STATE(1698), [sym_declaration_command] = STATE(1698), [sym_unset_command] = STATE(1698), [sym_command] = STATE(1698), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(508), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_RBRACE] = ACTIONS(347), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [102] = { [sym__statements] = STATE(3469), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [103] = { [aux_sym__statements2] = STATE(122), [sym_redirected_statement] = STATE(1698), [sym_for_statement] = STATE(1698), [sym_c_style_for_statement] = STATE(1698), [sym_while_statement] = STATE(1698), [sym_if_statement] = STATE(1698), [sym_case_statement] = STATE(1698), [sym_function_definition] = STATE(1698), [sym_compound_statement] = STATE(1698), [sym_subshell] = STATE(1698), [sym_pipeline] = STATE(1698), [sym_list] = STATE(1698), [sym_negated_command] = STATE(1698), [sym_test_command] = STATE(1698), [sym_declaration_command] = STATE(1698), [sym_unset_command] = STATE(1698), [sym_command] = STATE(1698), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(508), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_RBRACE] = ACTIONS(349), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [104] = { [sym__statements] = STATE(3468), [sym_redirected_statement] = STATE(1685), [sym_for_statement] = STATE(1685), [sym_c_style_for_statement] = STATE(1685), [sym_while_statement] = STATE(1685), [sym_if_statement] = STATE(1685), [sym_case_statement] = STATE(1685), [sym_function_definition] = STATE(1685), [sym_compound_statement] = STATE(1685), [sym_subshell] = STATE(1685), [sym_pipeline] = STATE(1685), [sym_list] = STATE(1685), [sym_negated_command] = STATE(1685), [sym_test_command] = STATE(1685), [sym_declaration_command] = STATE(1685), [sym_unset_command] = STATE(1685), [sym_command] = STATE(1685), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(535), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(141), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [105] = { [sym__statements] = STATE(3467), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(1923), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [106] = { [aux_sym__statements2] = STATE(108), [sym_redirected_statement] = STATE(1747), [sym_for_statement] = STATE(1747), [sym_c_style_for_statement] = STATE(1747), [sym_while_statement] = STATE(1747), [sym_if_statement] = STATE(1747), [sym_case_statement] = STATE(1747), [sym_function_definition] = STATE(1747), [sym_compound_statement] = STATE(1747), [sym_subshell] = STATE(1747), [sym_pipeline] = STATE(1747), [sym_list] = STATE(1747), [sym_negated_command] = STATE(1747), [sym_test_command] = STATE(1747), [sym_declaration_command] = STATE(1747), [sym_unset_command] = STATE(1747), [sym_command] = STATE(1747), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(461), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_done] = ACTIONS(351), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [107] = { [sym__statements] = STATE(3315), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [108] = { [aux_sym__statements2] = STATE(78), [sym_redirected_statement] = STATE(1747), [sym_for_statement] = STATE(1747), [sym_c_style_for_statement] = STATE(1747), [sym_while_statement] = STATE(1747), [sym_if_statement] = STATE(1747), [sym_case_statement] = STATE(1747), [sym_function_definition] = STATE(1747), [sym_compound_statement] = STATE(1747), [sym_subshell] = STATE(1747), [sym_pipeline] = STATE(1747), [sym_list] = STATE(1747), [sym_negated_command] = STATE(1747), [sym_test_command] = STATE(1747), [sym_declaration_command] = STATE(1747), [sym_unset_command] = STATE(1747), [sym_command] = STATE(1747), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(461), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_done] = ACTIONS(353), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [109] = { [sym__statements] = STATE(3447), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [110] = { [sym__statements] = STATE(3445), [sym_redirected_statement] = STATE(1685), [sym_for_statement] = STATE(1685), [sym_c_style_for_statement] = STATE(1685), [sym_while_statement] = STATE(1685), [sym_if_statement] = STATE(1685), [sym_case_statement] = STATE(1685), [sym_function_definition] = STATE(1685), [sym_compound_statement] = STATE(1685), [sym_subshell] = STATE(1685), [sym_pipeline] = STATE(1685), [sym_list] = STATE(1685), [sym_negated_command] = STATE(1685), [sym_test_command] = STATE(1685), [sym_declaration_command] = STATE(1685), [sym_unset_command] = STATE(1685), [sym_command] = STATE(1685), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(535), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(141), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [111] = { [sym__statements] = STATE(3363), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(2003), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [112] = { [sym__statements] = STATE(3400), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [113] = { [sym__statements] = STATE(3399), [sym_redirected_statement] = STATE(1685), [sym_for_statement] = STATE(1685), [sym_c_style_for_statement] = STATE(1685), [sym_while_statement] = STATE(1685), [sym_if_statement] = STATE(1685), [sym_case_statement] = STATE(1685), [sym_function_definition] = STATE(1685), [sym_compound_statement] = STATE(1685), [sym_subshell] = STATE(1685), [sym_pipeline] = STATE(1685), [sym_list] = STATE(1685), [sym_negated_command] = STATE(1685), [sym_test_command] = STATE(1685), [sym_declaration_command] = STATE(1685), [sym_unset_command] = STATE(1685), [sym_command] = STATE(1685), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(535), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(141), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [114] = { [sym__statements] = STATE(3396), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(2081), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [115] = { [sym__statements] = STATE(3409), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [116] = { [sym__statements] = STATE(3361), [sym_redirected_statement] = STATE(1685), [sym_for_statement] = STATE(1685), [sym_c_style_for_statement] = STATE(1685), [sym_while_statement] = STATE(1685), [sym_if_statement] = STATE(1685), [sym_case_statement] = STATE(1685), [sym_function_definition] = STATE(1685), [sym_compound_statement] = STATE(1685), [sym_subshell] = STATE(1685), [sym_pipeline] = STATE(1685), [sym_list] = STATE(1685), [sym_negated_command] = STATE(1685), [sym_test_command] = STATE(1685), [sym_declaration_command] = STATE(1685), [sym_unset_command] = STATE(1685), [sym_command] = STATE(1685), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(535), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(141), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [117] = { [sym__statements] = STATE(3354), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(2031), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [118] = { [sym__statements] = STATE(3326), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [119] = { [sym__statements] = STATE(3270), [sym_redirected_statement] = STATE(1685), [sym_for_statement] = STATE(1685), [sym_c_style_for_statement] = STATE(1685), [sym_while_statement] = STATE(1685), [sym_if_statement] = STATE(1685), [sym_case_statement] = STATE(1685), [sym_function_definition] = STATE(1685), [sym_compound_statement] = STATE(1685), [sym_subshell] = STATE(1685), [sym_pipeline] = STATE(1685), [sym_list] = STATE(1685), [sym_negated_command] = STATE(1685), [sym_test_command] = STATE(1685), [sym_declaration_command] = STATE(1685), [sym_unset_command] = STATE(1685), [sym_command] = STATE(1685), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(535), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(141), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [120] = { [sym__statements] = STATE(3332), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(1932), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [121] = { [sym__statements] = STATE(3368), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [122] = { [aux_sym__statements2] = STATE(122), [sym_redirected_statement] = STATE(1698), [sym_for_statement] = STATE(1698), [sym_c_style_for_statement] = STATE(1698), [sym_while_statement] = STATE(1698), [sym_if_statement] = STATE(1698), [sym_case_statement] = STATE(1698), [sym_function_definition] = STATE(1698), [sym_compound_statement] = STATE(1698), [sym_subshell] = STATE(1698), [sym_pipeline] = STATE(1698), [sym_list] = STATE(1698), [sym_negated_command] = STATE(1698), [sym_test_command] = STATE(1698), [sym_declaration_command] = STATE(1698), [sym_unset_command] = STATE(1698), [sym_command] = STATE(1698), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(508), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(243), [anon_sym_for] = ACTIONS(246), [anon_sym_select] = ACTIONS(249), [anon_sym_LPAREN_LPAREN] = ACTIONS(252), [anon_sym_while] = ACTIONS(255), [anon_sym_until] = ACTIONS(255), [anon_sym_if] = ACTIONS(258), [anon_sym_case] = ACTIONS(263), [anon_sym_function] = ACTIONS(266), [anon_sym_LPAREN] = ACTIONS(269), [anon_sym_LBRACE] = ACTIONS(272), [anon_sym_RBRACE] = ACTIONS(261), [anon_sym_BANG] = ACTIONS(275), [anon_sym_LBRACK] = ACTIONS(278), [anon_sym_LBRACK_LBRACK] = ACTIONS(281), [anon_sym_declare] = ACTIONS(284), [anon_sym_typeset] = ACTIONS(284), [anon_sym_export] = ACTIONS(284), [anon_sym_readonly] = ACTIONS(284), [anon_sym_local] = ACTIONS(284), [anon_sym_unset] = ACTIONS(287), [anon_sym_unsetenv] = ACTIONS(287), [anon_sym_LT] = ACTIONS(290), [anon_sym_GT] = ACTIONS(290), [anon_sym_GT_GT] = ACTIONS(290), [anon_sym_AMP_GT] = ACTIONS(290), [anon_sym_AMP_GT_GT] = ACTIONS(290), [anon_sym_LT_AMP] = ACTIONS(290), [anon_sym_GT_AMP] = ACTIONS(290), [anon_sym_GT_PIPE] = ACTIONS(290), [anon_sym_DOLLAR] = ACTIONS(293), [sym__special_character] = ACTIONS(296), [anon_sym_DQUOTE] = ACTIONS(299), [sym_raw_string] = ACTIONS(302), [sym_ansii_c_string] = ACTIONS(302), [anon_sym_DOLLAR_LBRACE] = ACTIONS(305), [anon_sym_DOLLAR_LPAREN] = ACTIONS(308), [anon_sym_BQUOTE] = ACTIONS(311), [anon_sym_LT_LPAREN] = ACTIONS(314), [anon_sym_GT_LPAREN] = ACTIONS(314), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(317), [sym_variable_name] = ACTIONS(320), }, [123] = { [sym__statements] = STATE(3293), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [124] = { [sym__statements] = STATE(3367), [sym_redirected_statement] = STATE(1685), [sym_for_statement] = STATE(1685), [sym_c_style_for_statement] = STATE(1685), [sym_while_statement] = STATE(1685), [sym_if_statement] = STATE(1685), [sym_case_statement] = STATE(1685), [sym_function_definition] = STATE(1685), [sym_compound_statement] = STATE(1685), [sym_subshell] = STATE(1685), [sym_pipeline] = STATE(1685), [sym_list] = STATE(1685), [sym_negated_command] = STATE(1685), [sym_test_command] = STATE(1685), [sym_declaration_command] = STATE(1685), [sym_unset_command] = STATE(1685), [sym_command] = STATE(1685), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(535), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(141), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [125] = { [sym__statements] = STATE(3360), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(2044), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [126] = { [sym__statements] = STATE(3303), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [127] = { [sym__statements] = STATE(3316), [sym_redirected_statement] = STATE(1685), [sym_for_statement] = STATE(1685), [sym_c_style_for_statement] = STATE(1685), [sym_while_statement] = STATE(1685), [sym_if_statement] = STATE(1685), [sym_case_statement] = STATE(1685), [sym_function_definition] = STATE(1685), [sym_compound_statement] = STATE(1685), [sym_subshell] = STATE(1685), [sym_pipeline] = STATE(1685), [sym_list] = STATE(1685), [sym_negated_command] = STATE(1685), [sym_test_command] = STATE(1685), [sym_declaration_command] = STATE(1685), [sym_unset_command] = STATE(1685), [sym_command] = STATE(1685), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(535), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(141), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [128] = { [aux_sym__statements2] = STATE(129), [sym_redirected_statement] = STATE(1698), [sym_for_statement] = STATE(1698), [sym_c_style_for_statement] = STATE(1698), [sym_while_statement] = STATE(1698), [sym_if_statement] = STATE(1698), [sym_case_statement] = STATE(1698), [sym_function_definition] = STATE(1698), [sym_compound_statement] = STATE(1698), [sym_subshell] = STATE(1698), [sym_pipeline] = STATE(1698), [sym_list] = STATE(1698), [sym_negated_command] = STATE(1698), [sym_test_command] = STATE(1698), [sym_declaration_command] = STATE(1698), [sym_unset_command] = STATE(1698), [sym_command] = STATE(1698), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(508), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_RBRACE] = ACTIONS(355), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [129] = { [aux_sym__statements2] = STATE(122), [sym_redirected_statement] = STATE(1698), [sym_for_statement] = STATE(1698), [sym_c_style_for_statement] = STATE(1698), [sym_while_statement] = STATE(1698), [sym_if_statement] = STATE(1698), [sym_case_statement] = STATE(1698), [sym_function_definition] = STATE(1698), [sym_compound_statement] = STATE(1698), [sym_subshell] = STATE(1698), [sym_pipeline] = STATE(1698), [sym_list] = STATE(1698), [sym_negated_command] = STATE(1698), [sym_test_command] = STATE(1698), [sym_declaration_command] = STATE(1698), [sym_unset_command] = STATE(1698), [sym_command] = STATE(1698), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(508), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_RBRACE] = ACTIONS(357), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [130] = { [aux_sym__statements2] = STATE(132), [sym_redirected_statement] = STATE(1747), [sym_for_statement] = STATE(1747), [sym_c_style_for_statement] = STATE(1747), [sym_while_statement] = STATE(1747), [sym_if_statement] = STATE(1747), [sym_case_statement] = STATE(1747), [sym_function_definition] = STATE(1747), [sym_compound_statement] = STATE(1747), [sym_subshell] = STATE(1747), [sym_pipeline] = STATE(1747), [sym_list] = STATE(1747), [sym_negated_command] = STATE(1747), [sym_test_command] = STATE(1747), [sym_declaration_command] = STATE(1747), [sym_unset_command] = STATE(1747), [sym_command] = STATE(1747), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(461), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_done] = ACTIONS(359), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [131] = { [sym__statements] = STATE(3327), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(2074), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [132] = { [aux_sym__statements2] = STATE(78), [sym_redirected_statement] = STATE(1747), [sym_for_statement] = STATE(1747), [sym_c_style_for_statement] = STATE(1747), [sym_while_statement] = STATE(1747), [sym_if_statement] = STATE(1747), [sym_case_statement] = STATE(1747), [sym_function_definition] = STATE(1747), [sym_compound_statement] = STATE(1747), [sym_subshell] = STATE(1747), [sym_pipeline] = STATE(1747), [sym_list] = STATE(1747), [sym_negated_command] = STATE(1747), [sym_test_command] = STATE(1747), [sym_declaration_command] = STATE(1747), [sym_unset_command] = STATE(1747), [sym_command] = STATE(1747), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(461), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_done] = ACTIONS(361), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [133] = { [aux_sym__statements2] = STATE(28), [sym_redirected_statement] = STATE(1747), [sym_for_statement] = STATE(1747), [sym_c_style_for_statement] = STATE(1747), [sym_while_statement] = STATE(1747), [sym_if_statement] = STATE(1747), [sym_case_statement] = STATE(1747), [sym_function_definition] = STATE(1747), [sym_compound_statement] = STATE(1747), [sym_subshell] = STATE(1747), [sym_pipeline] = STATE(1747), [sym_list] = STATE(1747), [sym_negated_command] = STATE(1747), [sym_test_command] = STATE(1747), [sym_declaration_command] = STATE(1747), [sym_unset_command] = STATE(1747), [sym_command] = STATE(1747), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(461), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_done] = ACTIONS(363), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [134] = { [sym__statements] = STATE(3426), [sym_redirected_statement] = STATE(1687), [sym_for_statement] = STATE(1687), [sym_c_style_for_statement] = STATE(1687), [sym_while_statement] = STATE(1687), [sym_if_statement] = STATE(1687), [sym_case_statement] = STATE(1687), [sym_function_definition] = STATE(1687), [sym_compound_statement] = STATE(1687), [sym_subshell] = STATE(1687), [sym_pipeline] = STATE(1687), [sym_list] = STATE(1687), [sym_negated_command] = STATE(1687), [sym_test_command] = STATE(1687), [sym_declaration_command] = STATE(1687), [sym_unset_command] = STATE(1687), [sym_command] = STATE(1687), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(357), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(140), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [135] = { [sym__terminated_statement] = STATE(3189), [sym_redirected_statement] = STATE(1704), [sym_for_statement] = STATE(1704), [sym_c_style_for_statement] = STATE(1704), [sym_while_statement] = STATE(1704), [sym_if_statement] = STATE(1704), [sym_case_statement] = STATE(1704), [sym_function_definition] = STATE(1704), [sym_compound_statement] = STATE(1704), [sym_subshell] = STATE(1704), [sym_pipeline] = STATE(1704), [sym_list] = STATE(1704), [sym_negated_command] = STATE(1704), [sym_test_command] = STATE(1704), [sym_declaration_command] = STATE(1704), [sym_unset_command] = STATE(1704), [sym_command] = STATE(1704), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(515), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [136] = { [sym__terminated_statement] = STATE(3375), [sym_redirected_statement] = STATE(1704), [sym_for_statement] = STATE(1704), [sym_c_style_for_statement] = STATE(1704), [sym_while_statement] = STATE(1704), [sym_if_statement] = STATE(1704), [sym_case_statement] = STATE(1704), [sym_function_definition] = STATE(1704), [sym_compound_statement] = STATE(1704), [sym_subshell] = STATE(1704), [sym_pipeline] = STATE(1704), [sym_list] = STATE(1704), [sym_negated_command] = STATE(1704), [sym_test_command] = STATE(1704), [sym_declaration_command] = STATE(1704), [sym_unset_command] = STATE(1704), [sym_command] = STATE(1704), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(515), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [137] = { [sym__terminated_statement] = STATE(3347), [sym_redirected_statement] = STATE(1704), [sym_for_statement] = STATE(1704), [sym_c_style_for_statement] = STATE(1704), [sym_while_statement] = STATE(1704), [sym_if_statement] = STATE(1704), [sym_case_statement] = STATE(1704), [sym_function_definition] = STATE(1704), [sym_compound_statement] = STATE(1704), [sym_subshell] = STATE(1704), [sym_pipeline] = STATE(1704), [sym_list] = STATE(1704), [sym_negated_command] = STATE(1704), [sym_test_command] = STATE(1704), [sym_declaration_command] = STATE(1704), [sym_unset_command] = STATE(1704), [sym_command] = STATE(1704), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(515), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [138] = { [sym_redirected_statement] = STATE(1651), [sym_for_statement] = STATE(1651), [sym_c_style_for_statement] = STATE(1651), [sym_while_statement] = STATE(1651), [sym_if_statement] = STATE(1651), [sym_case_statement] = STATE(1651), [sym_function_definition] = STATE(1651), [sym_compound_statement] = STATE(1651), [sym_subshell] = STATE(1651), [sym_pipeline] = STATE(1651), [sym_list] = STATE(1651), [sym_negated_command] = STATE(1651), [sym_test_command] = STATE(1651), [sym_declaration_command] = STATE(1651), [sym_unset_command] = STATE(1651), [sym_command] = STATE(1651), [sym_command_name] = STATE(186), [sym_variable_assignment] = STATE(273), [sym_subscript] = STATE(3249), [sym_file_redirect] = STATE(831), [sym_concatenation] = STATE(536), [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), [aux_sym__statements_repeat1] = STATE(147), [aux_sym_command_repeat1] = STATE(831), [aux_sym__literal_repeat1] = STATE(313), [sym_word] = ACTIONS(123), [anon_sym_for] = ACTIONS(125), [anon_sym_select] = ACTIONS(127), [anon_sym_LPAREN_LPAREN] = ACTIONS(129), [anon_sym_while] = ACTIONS(131), [anon_sym_until] = ACTIONS(131), [anon_sym_if] = ACTIONS(133), [anon_sym_case] = ACTIONS(135), [anon_sym_function] = ACTIONS(143), [anon_sym_LPAREN] = ACTIONS(145), [anon_sym_LBRACE] = ACTIONS(147), [anon_sym_BANG] = ACTIONS(149), [anon_sym_LBRACK] = ACTIONS(151), [anon_sym_LBRACK_LBRACK] = ACTIONS(153), [anon_sym_declare] = ACTIONS(155), [anon_sym_typeset] = ACTIONS(155), [anon_sym_export] = ACTIONS(155), [anon_sym_readonly] = ACTIONS(155), [anon_sym_local] = ACTIONS(155), [anon_sym_unset] = ACTIONS(157), [anon_sym_unsetenv] = ACTIONS(157), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(159), [sym__special_character] = ACTIONS(161), [anon_sym_DQUOTE] = ACTIONS(163), [sym_raw_string] = ACTIONS(165), [sym_ansii_c_string] = ACTIONS(165), [anon_sym_DOLLAR_LBRACE] = ACTIONS(167), [anon_sym_DOLLAR_LPAREN] = ACTIONS(169), [anon_sym_BQUOTE] = ACTIONS(171), [anon_sym_LT_LPAREN] = ACTIONS(173), [anon_sym_GT_LPAREN] = ACTIONS(173), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(175), }, [139] = { [sym_redirected_statement] = STATE(1653), [sym_for_statement] = STATE(1653), [sym_c_style_for_statement] = STATE(1653), [sym_while_statement] = STATE(1653), [sym_if_statement] = STATE(1653), [sym_case_statement] = STATE(1653), [sym_function_definition] = STATE(1653), [sym_compound_statement] = STATE(1653), [sym_subshell] = STATE(1653), [sym_pipeline] = STATE(1653), [sym_list] = STATE(1653), [sym_negated_command] = STATE(1653), [sym_test_command] = STATE(1653), [sym_declaration_command] = STATE(1653), [sym_unset_command] = STATE(1653), [sym_command] = STATE(1653), [sym_command_name] = STATE(200), [sym_variable_assignment] = STATE(285), [sym_subscript] = STATE(3237), [sym_file_redirect] = STATE(771), [sym_concatenation] = STATE(736), [sym_string] = STATE(349), [sym_simple_expansion] = STATE(349), [sym_string_expansion] = STATE(349), [sym_expansion] = STATE(349), [sym_command_substitution] = STATE(349), [sym_process_substitution] = STATE(349), [aux_sym__statements_repeat1] = STATE(147), [aux_sym_command_repeat1] = STATE(771), [aux_sym__literal_repeat1] = STATE(469), [sym_word] = ACTIONS(205), [anon_sym_for] = ACTIONS(125), [anon_sym_select] = ACTIONS(127), [anon_sym_LPAREN_LPAREN] = ACTIONS(129), [anon_sym_while] = ACTIONS(131), [anon_sym_until] = ACTIONS(131), [anon_sym_if] = ACTIONS(133), [anon_sym_case] = ACTIONS(135), [anon_sym_function] = ACTIONS(143), [anon_sym_LPAREN] = ACTIONS(145), [anon_sym_LBRACE] = ACTIONS(147), [anon_sym_BANG] = ACTIONS(209), [anon_sym_LBRACK] = ACTIONS(151), [anon_sym_LBRACK_LBRACK] = ACTIONS(153), [anon_sym_declare] = ACTIONS(211), [anon_sym_typeset] = ACTIONS(211), [anon_sym_export] = ACTIONS(211), [anon_sym_readonly] = ACTIONS(211), [anon_sym_local] = ACTIONS(211), [anon_sym_unset] = ACTIONS(213), [anon_sym_unsetenv] = ACTIONS(213), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(215), [sym__special_character] = ACTIONS(217), [anon_sym_DQUOTE] = ACTIONS(219), [sym_raw_string] = ACTIONS(221), [sym_ansii_c_string] = ACTIONS(221), [anon_sym_DOLLAR_LBRACE] = ACTIONS(223), [anon_sym_DOLLAR_LPAREN] = ACTIONS(225), [anon_sym_BQUOTE] = ACTIONS(227), [anon_sym_LT_LPAREN] = ACTIONS(229), [anon_sym_GT_LPAREN] = ACTIONS(229), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(231), }, [140] = { [sym_redirected_statement] = STATE(1686), [sym_for_statement] = STATE(1686), [sym_c_style_for_statement] = STATE(1686), [sym_while_statement] = STATE(1686), [sym_if_statement] = STATE(1686), [sym_case_statement] = STATE(1686), [sym_function_definition] = STATE(1686), [sym_compound_statement] = STATE(1686), [sym_subshell] = STATE(1686), [sym_pipeline] = STATE(1686), [sym_list] = STATE(1686), [sym_negated_command] = STATE(1686), [sym_test_command] = STATE(1686), [sym_declaration_command] = STATE(1686), [sym_unset_command] = STATE(1686), [sym_command] = STATE(1686), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(347), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(147), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [141] = { [sym_redirected_statement] = STATE(1671), [sym_for_statement] = STATE(1671), [sym_c_style_for_statement] = STATE(1671), [sym_while_statement] = STATE(1671), [sym_if_statement] = STATE(1671), [sym_case_statement] = STATE(1671), [sym_function_definition] = STATE(1671), [sym_compound_statement] = STATE(1671), [sym_subshell] = STATE(1671), [sym_pipeline] = STATE(1671), [sym_list] = STATE(1671), [sym_negated_command] = STATE(1671), [sym_test_command] = STATE(1671), [sym_declaration_command] = STATE(1671), [sym_unset_command] = STATE(1671), [sym_command] = STATE(1671), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(510), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(147), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [142] = { [sym__terminated_statement] = STATE(3370), [sym_redirected_statement] = STATE(1704), [sym_for_statement] = STATE(1704), [sym_c_style_for_statement] = STATE(1704), [sym_while_statement] = STATE(1704), [sym_if_statement] = STATE(1704), [sym_case_statement] = STATE(1704), [sym_function_definition] = STATE(1704), [sym_compound_statement] = STATE(1704), [sym_subshell] = STATE(1704), [sym_pipeline] = STATE(1704), [sym_list] = STATE(1704), [sym_negated_command] = STATE(1704), [sym_test_command] = STATE(1704), [sym_declaration_command] = STATE(1704), [sym_unset_command] = STATE(1704), [sym_command] = STATE(1704), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(515), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [143] = { [sym__terminated_statement] = STATE(3389), [sym_redirected_statement] = STATE(1704), [sym_for_statement] = STATE(1704), [sym_c_style_for_statement] = STATE(1704), [sym_while_statement] = STATE(1704), [sym_if_statement] = STATE(1704), [sym_case_statement] = STATE(1704), [sym_function_definition] = STATE(1704), [sym_compound_statement] = STATE(1704), [sym_subshell] = STATE(1704), [sym_pipeline] = STATE(1704), [sym_list] = STATE(1704), [sym_negated_command] = STATE(1704), [sym_test_command] = STATE(1704), [sym_declaration_command] = STATE(1704), [sym_unset_command] = STATE(1704), [sym_command] = STATE(1704), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(515), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [144] = { [sym__terminated_statement] = STATE(3257), [sym_redirected_statement] = STATE(1704), [sym_for_statement] = STATE(1704), [sym_c_style_for_statement] = STATE(1704), [sym_while_statement] = STATE(1704), [sym_if_statement] = STATE(1704), [sym_case_statement] = STATE(1704), [sym_function_definition] = STATE(1704), [sym_compound_statement] = STATE(1704), [sym_subshell] = STATE(1704), [sym_pipeline] = STATE(1704), [sym_list] = STATE(1704), [sym_negated_command] = STATE(1704), [sym_test_command] = STATE(1704), [sym_declaration_command] = STATE(1704), [sym_unset_command] = STATE(1704), [sym_command] = STATE(1704), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(515), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [145] = { [sym__terminated_statement] = STATE(3219), [sym_redirected_statement] = STATE(1704), [sym_for_statement] = STATE(1704), [sym_c_style_for_statement] = STATE(1704), [sym_while_statement] = STATE(1704), [sym_if_statement] = STATE(1704), [sym_case_statement] = STATE(1704), [sym_function_definition] = STATE(1704), [sym_compound_statement] = STATE(1704), [sym_subshell] = STATE(1704), [sym_pipeline] = STATE(1704), [sym_list] = STATE(1704), [sym_negated_command] = STATE(1704), [sym_test_command] = STATE(1704), [sym_declaration_command] = STATE(1704), [sym_unset_command] = STATE(1704), [sym_command] = STATE(1704), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(515), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [146] = { [sym_redirected_statement] = STATE(1668), [sym_for_statement] = STATE(1668), [sym_c_style_for_statement] = STATE(1668), [sym_while_statement] = STATE(1668), [sym_if_statement] = STATE(1668), [sym_case_statement] = STATE(1668), [sym_function_definition] = STATE(1668), [sym_compound_statement] = STATE(1668), [sym_subshell] = STATE(1668), [sym_pipeline] = STATE(1668), [sym_list] = STATE(1668), [sym_negated_command] = STATE(1668), [sym_test_command] = STATE(1668), [sym_declaration_command] = STATE(1668), [sym_unset_command] = STATE(1668), [sym_command] = STATE(1668), [sym_command_name] = STATE(227), [sym_variable_assignment] = STATE(346), [sym_subscript] = STATE(3176), [sym_file_redirect] = STATE(763), [sym_concatenation] = STATE(757), [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), [aux_sym__statements_repeat1] = STATE(147), [aux_sym_command_repeat1] = STATE(763), [aux_sym__literal_repeat1] = STATE(735), [sym_word] = ACTIONS(7), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(13), [anon_sym_while] = ACTIONS(15), [anon_sym_until] = ACTIONS(15), [anon_sym_if] = ACTIONS(17), [anon_sym_case] = ACTIONS(19), [anon_sym_function] = ACTIONS(21), [anon_sym_LPAREN] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_BANG] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), [anon_sym_LBRACK_LBRACK] = ACTIONS(31), [anon_sym_declare] = ACTIONS(33), [anon_sym_typeset] = ACTIONS(33), [anon_sym_export] = ACTIONS(33), [anon_sym_readonly] = ACTIONS(33), [anon_sym_local] = ACTIONS(33), [anon_sym_unset] = ACTIONS(35), [anon_sym_unsetenv] = ACTIONS(35), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(39), [sym__special_character] = ACTIONS(41), [anon_sym_DQUOTE] = ACTIONS(43), [sym_raw_string] = ACTIONS(45), [sym_ansii_c_string] = ACTIONS(45), [anon_sym_DOLLAR_LBRACE] = ACTIONS(47), [anon_sym_DOLLAR_LPAREN] = ACTIONS(49), [anon_sym_BQUOTE] = ACTIONS(51), [anon_sym_LT_LPAREN] = ACTIONS(53), [anon_sym_GT_LPAREN] = ACTIONS(53), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(57), }, [147] = { [sym_redirected_statement] = STATE(1705), [sym_for_statement] = STATE(1705), [sym_c_style_for_statement] = STATE(1705), [sym_while_statement] = STATE(1705), [sym_if_statement] = STATE(1705), [sym_case_statement] = STATE(1705), [sym_function_definition] = STATE(1705), [sym_compound_statement] = STATE(1705), [sym_subshell] = STATE(1705), [sym_pipeline] = STATE(1705), [sym_list] = STATE(1705), [sym_negated_command] = STATE(1705), [sym_test_command] = STATE(1705), [sym_declaration_command] = STATE(1705), [sym_unset_command] = STATE(1705), [sym_command] = STATE(1705), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(494), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym__statements_repeat1] = STATE(147), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(365), [anon_sym_for] = ACTIONS(368), [anon_sym_select] = ACTIONS(371), [anon_sym_LPAREN_LPAREN] = ACTIONS(374), [anon_sym_while] = ACTIONS(377), [anon_sym_until] = ACTIONS(377), [anon_sym_if] = ACTIONS(380), [anon_sym_case] = ACTIONS(383), [anon_sym_function] = ACTIONS(386), [anon_sym_LPAREN] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(392), [anon_sym_BANG] = ACTIONS(395), [anon_sym_LBRACK] = ACTIONS(398), [anon_sym_LBRACK_LBRACK] = ACTIONS(401), [anon_sym_declare] = ACTIONS(404), [anon_sym_typeset] = ACTIONS(404), [anon_sym_export] = ACTIONS(404), [anon_sym_readonly] = ACTIONS(404), [anon_sym_local] = ACTIONS(404), [anon_sym_unset] = ACTIONS(407), [anon_sym_unsetenv] = ACTIONS(407), [anon_sym_LT] = ACTIONS(410), [anon_sym_GT] = ACTIONS(410), [anon_sym_GT_GT] = ACTIONS(410), [anon_sym_AMP_GT] = ACTIONS(410), [anon_sym_AMP_GT_GT] = ACTIONS(410), [anon_sym_LT_AMP] = ACTIONS(410), [anon_sym_GT_AMP] = ACTIONS(410), [anon_sym_GT_PIPE] = ACTIONS(410), [anon_sym_DOLLAR] = ACTIONS(413), [sym__special_character] = ACTIONS(416), [anon_sym_DQUOTE] = ACTIONS(419), [sym_raw_string] = ACTIONS(422), [sym_ansii_c_string] = ACTIONS(422), [anon_sym_DOLLAR_LBRACE] = ACTIONS(425), [anon_sym_DOLLAR_LPAREN] = ACTIONS(428), [anon_sym_BQUOTE] = ACTIONS(431), [anon_sym_LT_LPAREN] = ACTIONS(434), [anon_sym_GT_LPAREN] = ACTIONS(434), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(437), [sym_variable_name] = ACTIONS(440), }, [148] = { [sym_redirected_statement] = STATE(1656), [sym_for_statement] = STATE(1656), [sym_c_style_for_statement] = STATE(1656), [sym_while_statement] = STATE(1656), [sym_if_statement] = STATE(1656), [sym_case_statement] = STATE(1656), [sym_function_definition] = STATE(1656), [sym_compound_statement] = STATE(1656), [sym_subshell] = STATE(1656), [sym_pipeline] = STATE(1656), [sym_list] = STATE(1656), [sym_negated_command] = STATE(1656), [sym_test_command] = STATE(1656), [sym_declaration_command] = STATE(1656), [sym_unset_command] = STATE(1656), [sym_command] = STATE(1656), [sym_command_name] = STATE(200), [sym_variable_assignment] = STATE(280), [sym_subscript] = STATE(3237), [sym_file_redirect] = STATE(771), [sym_concatenation] = STATE(736), [sym_string] = STATE(349), [sym_simple_expansion] = STATE(349), [sym_string_expansion] = STATE(349), [sym_expansion] = STATE(349), [sym_command_substitution] = STATE(349), [sym_process_substitution] = STATE(349), [aux_sym_command_repeat1] = STATE(771), [aux_sym__literal_repeat1] = STATE(469), [sym_word] = ACTIONS(205), [anon_sym_for] = ACTIONS(125), [anon_sym_select] = ACTIONS(127), [anon_sym_LPAREN_LPAREN] = ACTIONS(129), [anon_sym_while] = ACTIONS(131), [anon_sym_until] = ACTIONS(131), [anon_sym_if] = ACTIONS(133), [anon_sym_case] = ACTIONS(135), [anon_sym_function] = ACTIONS(143), [anon_sym_LPAREN] = ACTIONS(145), [anon_sym_LBRACE] = ACTIONS(147), [anon_sym_BANG] = ACTIONS(209), [anon_sym_LBRACK] = ACTIONS(151), [anon_sym_LBRACK_LBRACK] = ACTIONS(153), [anon_sym_declare] = ACTIONS(211), [anon_sym_typeset] = ACTIONS(211), [anon_sym_export] = ACTIONS(211), [anon_sym_readonly] = ACTIONS(211), [anon_sym_local] = ACTIONS(211), [anon_sym_unset] = ACTIONS(213), [anon_sym_unsetenv] = ACTIONS(213), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(215), [sym__special_character] = ACTIONS(217), [anon_sym_DQUOTE] = ACTIONS(219), [sym_raw_string] = ACTIONS(221), [sym_ansii_c_string] = ACTIONS(221), [anon_sym_DOLLAR_LBRACE] = ACTIONS(223), [anon_sym_DOLLAR_LPAREN] = ACTIONS(225), [anon_sym_BQUOTE] = ACTIONS(227), [anon_sym_LT_LPAREN] = ACTIONS(229), [anon_sym_GT_LPAREN] = ACTIONS(229), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(231), }, [149] = { [sym_redirected_statement] = STATE(1681), [sym_for_statement] = STATE(1681), [sym_c_style_for_statement] = STATE(1681), [sym_while_statement] = STATE(1681), [sym_if_statement] = STATE(1681), [sym_case_statement] = STATE(1681), [sym_function_definition] = STATE(1681), [sym_compound_statement] = STATE(1681), [sym_subshell] = STATE(1681), [sym_pipeline] = STATE(1681), [sym_list] = STATE(1681), [sym_negated_command] = STATE(1681), [sym_test_command] = STATE(1681), [sym_declaration_command] = STATE(1681), [sym_unset_command] = STATE(1681), [sym_command] = STATE(1681), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(496), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [150] = { [sym_redirected_statement] = STATE(1663), [sym_for_statement] = STATE(1663), [sym_c_style_for_statement] = STATE(1663), [sym_while_statement] = STATE(1663), [sym_if_statement] = STATE(1663), [sym_case_statement] = STATE(1663), [sym_function_definition] = STATE(1663), [sym_compound_statement] = STATE(1663), [sym_subshell] = STATE(1663), [sym_pipeline] = STATE(1663), [sym_list] = STATE(1663), [sym_negated_command] = STATE(1663), [sym_test_command] = STATE(1663), [sym_declaration_command] = STATE(1663), [sym_unset_command] = STATE(1663), [sym_command] = STATE(1663), [sym_command_name] = STATE(227), [sym_variable_assignment] = STATE(312), [sym_subscript] = STATE(3176), [sym_file_redirect] = STATE(763), [sym_concatenation] = STATE(757), [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), [aux_sym_command_repeat1] = STATE(763), [aux_sym__literal_repeat1] = STATE(735), [sym_word] = ACTIONS(7), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(13), [anon_sym_while] = ACTIONS(15), [anon_sym_until] = ACTIONS(15), [anon_sym_if] = ACTIONS(17), [anon_sym_case] = ACTIONS(19), [anon_sym_function] = ACTIONS(21), [anon_sym_LPAREN] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_BANG] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), [anon_sym_LBRACK_LBRACK] = ACTIONS(31), [anon_sym_declare] = ACTIONS(33), [anon_sym_typeset] = ACTIONS(33), [anon_sym_export] = ACTIONS(33), [anon_sym_readonly] = ACTIONS(33), [anon_sym_local] = ACTIONS(33), [anon_sym_unset] = ACTIONS(35), [anon_sym_unsetenv] = ACTIONS(35), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(39), [sym__special_character] = ACTIONS(41), [anon_sym_DQUOTE] = ACTIONS(43), [sym_raw_string] = ACTIONS(45), [sym_ansii_c_string] = ACTIONS(45), [anon_sym_DOLLAR_LBRACE] = ACTIONS(47), [anon_sym_DOLLAR_LPAREN] = ACTIONS(49), [anon_sym_BQUOTE] = ACTIONS(51), [anon_sym_LT_LPAREN] = ACTIONS(53), [anon_sym_GT_LPAREN] = ACTIONS(53), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(57), }, [151] = { [sym_redirected_statement] = STATE(1672), [sym_for_statement] = STATE(1672), [sym_c_style_for_statement] = STATE(1672), [sym_while_statement] = STATE(1672), [sym_if_statement] = STATE(1672), [sym_case_statement] = STATE(1672), [sym_function_definition] = STATE(1672), [sym_compound_statement] = STATE(1672), [sym_subshell] = STATE(1672), [sym_pipeline] = STATE(1672), [sym_list] = STATE(1672), [sym_negated_command] = STATE(1672), [sym_test_command] = STATE(1672), [sym_declaration_command] = STATE(1672), [sym_unset_command] = STATE(1672), [sym_command] = STATE(1672), [sym_command_name] = STATE(227), [sym_variable_assignment] = STATE(366), [sym_subscript] = STATE(3176), [sym_file_redirect] = STATE(763), [sym_concatenation] = STATE(757), [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), [aux_sym_command_repeat1] = STATE(763), [aux_sym__literal_repeat1] = STATE(735), [sym_word] = ACTIONS(7), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), [anon_sym_LPAREN_LPAREN] = ACTIONS(13), [anon_sym_while] = ACTIONS(15), [anon_sym_until] = ACTIONS(15), [anon_sym_if] = ACTIONS(17), [anon_sym_case] = ACTIONS(19), [anon_sym_function] = ACTIONS(21), [anon_sym_LPAREN] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_BANG] = ACTIONS(27), [anon_sym_LBRACK] = ACTIONS(29), [anon_sym_LBRACK_LBRACK] = ACTIONS(31), [anon_sym_declare] = ACTIONS(33), [anon_sym_typeset] = ACTIONS(33), [anon_sym_export] = ACTIONS(33), [anon_sym_readonly] = ACTIONS(33), [anon_sym_local] = ACTIONS(33), [anon_sym_unset] = ACTIONS(35), [anon_sym_unsetenv] = ACTIONS(35), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(39), [sym__special_character] = ACTIONS(41), [anon_sym_DQUOTE] = ACTIONS(43), [sym_raw_string] = ACTIONS(45), [sym_ansii_c_string] = ACTIONS(45), [anon_sym_DOLLAR_LBRACE] = ACTIONS(47), [anon_sym_DOLLAR_LPAREN] = ACTIONS(49), [anon_sym_BQUOTE] = ACTIONS(51), [anon_sym_LT_LPAREN] = ACTIONS(53), [anon_sym_GT_LPAREN] = ACTIONS(53), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(57), }, [152] = { [sym_redirected_statement] = STATE(1667), [sym_for_statement] = STATE(1667), [sym_c_style_for_statement] = STATE(1667), [sym_while_statement] = STATE(1667), [sym_if_statement] = STATE(1667), [sym_case_statement] = STATE(1667), [sym_function_definition] = STATE(1667), [sym_compound_statement] = STATE(1667), [sym_subshell] = STATE(1667), [sym_pipeline] = STATE(1667), [sym_list] = STATE(1667), [sym_negated_command] = STATE(1667), [sym_test_command] = STATE(1667), [sym_declaration_command] = STATE(1667), [sym_unset_command] = STATE(1667), [sym_command] = STATE(1667), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(319), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [153] = { [sym_redirected_statement] = STATE(1648), [sym_for_statement] = STATE(1648), [sym_c_style_for_statement] = STATE(1648), [sym_while_statement] = STATE(1648), [sym_if_statement] = STATE(1648), [sym_case_statement] = STATE(1648), [sym_function_definition] = STATE(1648), [sym_compound_statement] = STATE(1648), [sym_subshell] = STATE(1648), [sym_pipeline] = STATE(1648), [sym_list] = STATE(1648), [sym_negated_command] = STATE(1648), [sym_test_command] = STATE(1648), [sym_declaration_command] = STATE(1648), [sym_unset_command] = STATE(1648), [sym_command] = STATE(1648), [sym_command_name] = STATE(186), [sym_variable_assignment] = STATE(276), [sym_subscript] = STATE(3249), [sym_file_redirect] = STATE(831), [sym_concatenation] = STATE(536), [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), [aux_sym_command_repeat1] = STATE(831), [aux_sym__literal_repeat1] = STATE(313), [sym_word] = ACTIONS(123), [anon_sym_for] = ACTIONS(125), [anon_sym_select] = ACTIONS(127), [anon_sym_LPAREN_LPAREN] = ACTIONS(129), [anon_sym_while] = ACTIONS(131), [anon_sym_until] = ACTIONS(131), [anon_sym_if] = ACTIONS(133), [anon_sym_case] = ACTIONS(135), [anon_sym_function] = ACTIONS(143), [anon_sym_LPAREN] = ACTIONS(145), [anon_sym_LBRACE] = ACTIONS(147), [anon_sym_BANG] = ACTIONS(149), [anon_sym_LBRACK] = ACTIONS(151), [anon_sym_LBRACK_LBRACK] = ACTIONS(153), [anon_sym_declare] = ACTIONS(155), [anon_sym_typeset] = ACTIONS(155), [anon_sym_export] = ACTIONS(155), [anon_sym_readonly] = ACTIONS(155), [anon_sym_local] = ACTIONS(155), [anon_sym_unset] = ACTIONS(157), [anon_sym_unsetenv] = ACTIONS(157), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(159), [sym__special_character] = ACTIONS(161), [anon_sym_DQUOTE] = ACTIONS(163), [sym_raw_string] = ACTIONS(165), [sym_ansii_c_string] = ACTIONS(165), [anon_sym_DOLLAR_LBRACE] = ACTIONS(167), [anon_sym_DOLLAR_LPAREN] = ACTIONS(169), [anon_sym_BQUOTE] = ACTIONS(171), [anon_sym_LT_LPAREN] = ACTIONS(173), [anon_sym_GT_LPAREN] = ACTIONS(173), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(175), }, [154] = { [sym_redirected_statement] = STATE(1661), [sym_for_statement] = STATE(1661), [sym_c_style_for_statement] = STATE(1661), [sym_while_statement] = STATE(1661), [sym_if_statement] = STATE(1661), [sym_case_statement] = STATE(1661), [sym_function_definition] = STATE(1661), [sym_compound_statement] = STATE(1661), [sym_subshell] = STATE(1661), [sym_pipeline] = STATE(1661), [sym_list] = STATE(1661), [sym_negated_command] = STATE(1661), [sym_test_command] = STATE(1661), [sym_declaration_command] = STATE(1661), [sym_unset_command] = STATE(1661), [sym_command] = STATE(1661), [sym_command_name] = STATE(242), [sym_variable_assignment] = STATE(497), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(819), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_command_repeat1] = STATE(819), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(331), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(333), [anon_sym_typeset] = ACTIONS(333), [anon_sym_export] = ACTIONS(333), [anon_sym_readonly] = ACTIONS(333), [anon_sym_local] = ACTIONS(333), [anon_sym_unset] = ACTIONS(335), [anon_sym_unsetenv] = ACTIONS(335), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [155] = { [sym_redirected_statement] = STATE(1649), [sym_for_statement] = STATE(1649), [sym_c_style_for_statement] = STATE(1649), [sym_while_statement] = STATE(1649), [sym_if_statement] = STATE(1649), [sym_case_statement] = STATE(1649), [sym_function_definition] = STATE(1649), [sym_compound_statement] = STATE(1649), [sym_subshell] = STATE(1649), [sym_pipeline] = STATE(1649), [sym_list] = STATE(1649), [sym_negated_command] = STATE(1649), [sym_test_command] = STATE(1649), [sym_declaration_command] = STATE(1649), [sym_unset_command] = STATE(1649), [sym_command] = STATE(1649), [sym_command_name] = STATE(186), [sym_variable_assignment] = STATE(272), [sym_subscript] = STATE(3249), [sym_file_redirect] = STATE(831), [sym_concatenation] = STATE(536), [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), [aux_sym_command_repeat1] = STATE(831), [aux_sym__literal_repeat1] = STATE(313), [sym_word] = ACTIONS(123), [anon_sym_for] = ACTIONS(125), [anon_sym_select] = ACTIONS(127), [anon_sym_LPAREN_LPAREN] = ACTIONS(129), [anon_sym_while] = ACTIONS(131), [anon_sym_until] = ACTIONS(131), [anon_sym_if] = ACTIONS(133), [anon_sym_case] = ACTIONS(135), [anon_sym_function] = ACTIONS(143), [anon_sym_LPAREN] = ACTIONS(145), [anon_sym_LBRACE] = ACTIONS(147), [anon_sym_BANG] = ACTIONS(149), [anon_sym_LBRACK] = ACTIONS(151), [anon_sym_LBRACK_LBRACK] = ACTIONS(153), [anon_sym_declare] = ACTIONS(155), [anon_sym_typeset] = ACTIONS(155), [anon_sym_export] = ACTIONS(155), [anon_sym_readonly] = ACTIONS(155), [anon_sym_local] = ACTIONS(155), [anon_sym_unset] = ACTIONS(157), [anon_sym_unsetenv] = ACTIONS(157), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(159), [sym__special_character] = ACTIONS(161), [anon_sym_DQUOTE] = ACTIONS(163), [sym_raw_string] = ACTIONS(165), [sym_ansii_c_string] = ACTIONS(165), [anon_sym_DOLLAR_LBRACE] = ACTIONS(167), [anon_sym_DOLLAR_LPAREN] = ACTIONS(169), [anon_sym_BQUOTE] = ACTIONS(171), [anon_sym_LT_LPAREN] = ACTIONS(173), [anon_sym_GT_LPAREN] = ACTIONS(173), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(175), }, [156] = { [sym_redirected_statement] = STATE(1661), [sym_for_statement] = STATE(1661), [sym_c_style_for_statement] = STATE(1661), [sym_while_statement] = STATE(1661), [sym_if_statement] = STATE(1661), [sym_case_statement] = STATE(1661), [sym_function_definition] = STATE(1661), [sym_compound_statement] = STATE(1661), [sym_subshell] = STATE(1661), [sym_pipeline] = STATE(1661), [sym_list] = STATE(1661), [sym_negated_command] = STATE(1661), [sym_test_command] = STATE(1661), [sym_declaration_command] = STATE(1661), [sym_unset_command] = STATE(1661), [sym_command] = STATE(1661), [sym_command_name] = STATE(223), [sym_variable_assignment] = STATE(321), [sym_subscript] = STATE(3216), [sym_file_redirect] = STATE(816), [sym_concatenation] = STATE(817), [sym_string] = STATE(442), [sym_simple_expansion] = STATE(442), [sym_string_expansion] = STATE(442), [sym_expansion] = STATE(442), [sym_command_substitution] = STATE(442), [sym_process_substitution] = STATE(442), [aux_sym_command_repeat1] = STATE(816), [aux_sym__literal_repeat1] = STATE(661), [sym_word] = ACTIONS(59), [anon_sym_for] = ACTIONS(61), [anon_sym_select] = ACTIONS(63), [anon_sym_LPAREN_LPAREN] = ACTIONS(65), [anon_sym_while] = ACTIONS(67), [anon_sym_until] = ACTIONS(67), [anon_sym_if] = ACTIONS(69), [anon_sym_case] = ACTIONS(77), [anon_sym_function] = ACTIONS(79), [anon_sym_LPAREN] = ACTIONS(81), [anon_sym_LBRACE] = ACTIONS(83), [anon_sym_BANG] = ACTIONS(85), [anon_sym_LBRACK] = ACTIONS(87), [anon_sym_LBRACK_LBRACK] = ACTIONS(89), [anon_sym_declare] = ACTIONS(91), [anon_sym_typeset] = ACTIONS(91), [anon_sym_export] = ACTIONS(91), [anon_sym_readonly] = ACTIONS(91), [anon_sym_local] = ACTIONS(91), [anon_sym_unset] = ACTIONS(93), [anon_sym_unsetenv] = ACTIONS(93), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(95), [sym__special_character] = ACTIONS(97), [anon_sym_DQUOTE] = ACTIONS(99), [sym_raw_string] = ACTIONS(101), [sym_ansii_c_string] = ACTIONS(101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(103), [anon_sym_DOLLAR_LPAREN] = ACTIONS(105), [anon_sym_BQUOTE] = ACTIONS(107), [anon_sym_LT_LPAREN] = ACTIONS(109), [anon_sym_GT_LPAREN] = ACTIONS(109), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(111), }, [157] = { [sym_redirected_statement] = STATE(1662), [sym_for_statement] = STATE(1662), [sym_c_style_for_statement] = STATE(1662), [sym_while_statement] = STATE(1662), [sym_if_statement] = STATE(1662), [sym_case_statement] = STATE(1662), [sym_function_definition] = STATE(1662), [sym_compound_statement] = STATE(1662), [sym_subshell] = STATE(1662), [sym_pipeline] = STATE(1662), [sym_list] = STATE(1662), [sym_negated_command] = STATE(1662), [sym_test_command] = STATE(1662), [sym_declaration_command] = STATE(1662), [sym_unset_command] = STATE(1662), [sym_command] = STATE(1662), [sym_command_name] = STATE(200), [sym_variable_assignment] = STATE(284), [sym_subscript] = STATE(3237), [sym_file_redirect] = STATE(771), [sym_concatenation] = STATE(736), [sym_string] = STATE(349), [sym_simple_expansion] = STATE(349), [sym_string_expansion] = STATE(349), [sym_expansion] = STATE(349), [sym_command_substitution] = STATE(349), [sym_process_substitution] = STATE(349), [aux_sym_command_repeat1] = STATE(771), [aux_sym__literal_repeat1] = STATE(469), [sym_word] = ACTIONS(205), [anon_sym_for] = ACTIONS(125), [anon_sym_select] = ACTIONS(127), [anon_sym_LPAREN_LPAREN] = ACTIONS(129), [anon_sym_while] = ACTIONS(131), [anon_sym_until] = ACTIONS(131), [anon_sym_if] = ACTIONS(133), [anon_sym_case] = ACTIONS(135), [anon_sym_function] = ACTIONS(143), [anon_sym_LPAREN] = ACTIONS(145), [anon_sym_LBRACE] = ACTIONS(147), [anon_sym_BANG] = ACTIONS(209), [anon_sym_LBRACK] = ACTIONS(151), [anon_sym_LBRACK_LBRACK] = ACTIONS(153), [anon_sym_declare] = ACTIONS(211), [anon_sym_typeset] = ACTIONS(211), [anon_sym_export] = ACTIONS(211), [anon_sym_readonly] = ACTIONS(211), [anon_sym_local] = ACTIONS(211), [anon_sym_unset] = ACTIONS(213), [anon_sym_unsetenv] = ACTIONS(213), [anon_sym_LT] = ACTIONS(37), [anon_sym_GT] = ACTIONS(37), [anon_sym_GT_GT] = ACTIONS(37), [anon_sym_AMP_GT] = ACTIONS(37), [anon_sym_AMP_GT_GT] = ACTIONS(37), [anon_sym_LT_AMP] = ACTIONS(37), [anon_sym_GT_AMP] = ACTIONS(37), [anon_sym_GT_PIPE] = ACTIONS(37), [anon_sym_DOLLAR] = ACTIONS(215), [sym__special_character] = ACTIONS(217), [anon_sym_DQUOTE] = ACTIONS(219), [sym_raw_string] = ACTIONS(221), [sym_ansii_c_string] = ACTIONS(221), [anon_sym_DOLLAR_LBRACE] = ACTIONS(223), [anon_sym_DOLLAR_LPAREN] = ACTIONS(225), [anon_sym_BQUOTE] = ACTIONS(227), [anon_sym_LT_LPAREN] = ACTIONS(229), [anon_sym_GT_LPAREN] = ACTIONS(229), [sym_comment] = ACTIONS(3), [sym_file_descriptor] = ACTIONS(55), [sym_variable_name] = ACTIONS(231), }, }; static const uint16_t ts_small_parse_table[] = { [0] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(447), 1, sym__simple_heredoc_body, ACTIONS(449), 1, sym__heredoc_body_beginning, STATE(2800), 1, sym_heredoc_body, ACTIONS(451), 2, sym_file_descriptor, sym_variable_name, ACTIONS(445), 4, anon_sym_esac, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, ACTIONS(443), 39, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [64] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(447), 1, sym__simple_heredoc_body, ACTIONS(449), 1, sym__heredoc_body_beginning, STATE(2833), 1, sym_heredoc_body, ACTIONS(451), 2, sym_file_descriptor, sym_variable_name, ACTIONS(453), 4, anon_sym_esac, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, ACTIONS(443), 39, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [128] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(447), 1, sym__simple_heredoc_body, ACTIONS(449), 1, sym__heredoc_body_beginning, STATE(2872), 1, sym_heredoc_body, ACTIONS(451), 2, sym_file_descriptor, sym_variable_name, ACTIONS(453), 3, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, ACTIONS(443), 39, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [191] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(460), 1, anon_sym_DOLLAR, ACTIONS(463), 1, sym__special_character, ACTIONS(466), 1, anon_sym_DQUOTE, ACTIONS(469), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(472), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(475), 1, anon_sym_BQUOTE, ACTIONS(481), 1, aux_sym__simple_variable_name_token1, ACTIONS(484), 1, sym_file_descriptor, ACTIONS(486), 1, sym_variable_name, STATE(311), 1, aux_sym__literal_repeat1, STATE(3244), 1, sym_subscript, ACTIONS(478), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(455), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(161), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, STATE(291), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(458), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [274] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(447), 1, sym__simple_heredoc_body, ACTIONS(449), 1, sym__heredoc_body_beginning, STATE(2851), 1, sym_heredoc_body, ACTIONS(451), 2, sym_file_descriptor, sym_variable_name, ACTIONS(445), 3, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, ACTIONS(443), 39, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [337] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(493), 1, anon_sym_DOLLAR, ACTIONS(495), 1, sym__special_character, ACTIONS(497), 1, anon_sym_DQUOTE, ACTIONS(499), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(501), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(503), 1, anon_sym_BQUOTE, ACTIONS(507), 1, aux_sym__simple_variable_name_token1, ACTIONS(509), 1, sym_file_descriptor, ACTIONS(511), 1, sym_variable_name, STATE(311), 1, aux_sym__literal_repeat1, STATE(3244), 1, sym_subscript, ACTIONS(505), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(489), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(165), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, STATE(291), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(491), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [420] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(513), 1, sym__simple_heredoc_body, ACTIONS(515), 1, sym__heredoc_body_beginning, STATE(2972), 1, sym_heredoc_body, ACTIONS(517), 2, sym_file_descriptor, sym_variable_name, ACTIONS(261), 42, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_fi, anon_sym_elif, anon_sym_else, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [481] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(493), 1, anon_sym_DOLLAR, ACTIONS(495), 1, sym__special_character, ACTIONS(497), 1, anon_sym_DQUOTE, ACTIONS(499), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(501), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(503), 1, anon_sym_BQUOTE, ACTIONS(511), 1, sym_variable_name, ACTIONS(521), 1, aux_sym__simple_variable_name_token1, ACTIONS(523), 1, sym_file_descriptor, STATE(311), 1, aux_sym__literal_repeat1, STATE(3244), 1, sym_subscript, ACTIONS(505), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(489), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(161), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, STATE(291), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(519), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [564] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(523), 1, sym_file_descriptor, ACTIONS(527), 1, anon_sym_DOLLAR, ACTIONS(529), 1, sym__special_character, ACTIONS(531), 1, anon_sym_DQUOTE, ACTIONS(533), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(535), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(537), 1, anon_sym_BQUOTE, ACTIONS(541), 1, aux_sym__simple_variable_name_token1, ACTIONS(543), 1, sym_variable_name, STATE(466), 1, aux_sym__literal_repeat1, STATE(3234), 1, sym_subscript, ACTIONS(539), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(525), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(168), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, STATE(353), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(519), 21, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [646] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(163), 1, anon_sym_DQUOTE, ACTIONS(549), 1, sym_raw_string, ACTIONS(551), 1, aux_sym__simple_variable_name_token1, ACTIONS(553), 1, sym_file_descriptor, STATE(371), 1, sym_string, ACTIONS(547), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, ACTIONS(545), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, sym__special_character, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [710] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(484), 1, sym_file_descriptor, ACTIONS(558), 1, anon_sym_DOLLAR, ACTIONS(561), 1, sym__special_character, ACTIONS(564), 1, anon_sym_DQUOTE, ACTIONS(567), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(570), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(573), 1, anon_sym_BQUOTE, ACTIONS(579), 1, aux_sym__simple_variable_name_token1, ACTIONS(582), 1, sym_variable_name, STATE(466), 1, aux_sym__literal_repeat1, STATE(3234), 1, sym_subscript, ACTIONS(576), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(555), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(168), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, STATE(353), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(458), 21, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [792] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(509), 1, sym_file_descriptor, ACTIONS(527), 1, anon_sym_DOLLAR, ACTIONS(529), 1, sym__special_character, ACTIONS(531), 1, anon_sym_DQUOTE, ACTIONS(533), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(535), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(537), 1, anon_sym_BQUOTE, ACTIONS(543), 1, sym_variable_name, ACTIONS(585), 1, aux_sym__simple_variable_name_token1, STATE(466), 1, aux_sym__literal_repeat1, STATE(3234), 1, sym_subscript, ACTIONS(539), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(525), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(166), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, STATE(353), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(491), 21, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [874] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(509), 1, sym_file_descriptor, ACTIONS(589), 1, anon_sym_DOLLAR, ACTIONS(591), 1, sym__special_character, ACTIONS(593), 1, anon_sym_DQUOTE, ACTIONS(595), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(597), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(599), 1, anon_sym_BQUOTE, ACTIONS(603), 1, aux_sym__simple_variable_name_token1, ACTIONS(605), 1, sym_variable_name, STATE(669), 1, aux_sym__literal_repeat1, STATE(3254), 1, sym_subscript, ACTIONS(601), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(587), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(185), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, STATE(456), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(491), 20, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [955] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(611), 2, sym_file_descriptor, sym_variable_name, ACTIONS(609), 4, anon_sym_esac, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, ACTIONS(607), 39, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [1010] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(451), 2, sym_file_descriptor, sym_variable_name, ACTIONS(453), 4, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, ACTIONS(443), 39, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [1065] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(451), 2, sym_file_descriptor, sym_variable_name, ACTIONS(453), 4, anon_sym_esac, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, ACTIONS(443), 39, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [1120] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(159), 1, anon_sym_DOLLAR, ACTIONS(161), 1, sym__special_character, ACTIONS(163), 1, anon_sym_DQUOTE, ACTIONS(167), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(169), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(171), 1, anon_sym_BQUOTE, ACTIONS(619), 1, sym_file_descriptor, STATE(181), 1, aux_sym_command_repeat2, STATE(325), 1, aux_sym__literal_repeat1, STATE(513), 1, sym_concatenation, ACTIONS(173), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(617), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(613), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(289), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(615), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [1199] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(611), 2, sym_file_descriptor, sym_variable_name, ACTIONS(621), 4, anon_sym_esac, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, ACTIONS(607), 39, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [1254] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(445), 1, anon_sym_RPAREN, ACTIONS(513), 1, sym__simple_heredoc_body, ACTIONS(515), 1, sym__heredoc_body_beginning, STATE(2900), 1, sym_heredoc_body, ACTIONS(451), 2, sym_file_descriptor, sym_variable_name, ACTIONS(443), 39, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [1315] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(513), 1, sym__simple_heredoc_body, ACTIONS(515), 1, sym__heredoc_body_beginning, STATE(2948), 1, sym_heredoc_body, ACTIONS(517), 2, sym_file_descriptor, sym_variable_name, ACTIONS(261), 40, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_fi, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [1374] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(625), 1, anon_sym_DOLLAR, ACTIONS(627), 1, sym__special_character, ACTIONS(629), 1, anon_sym_DQUOTE, ACTIONS(631), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(633), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(635), 1, anon_sym_BQUOTE, ACTIONS(639), 1, aux_sym__simple_variable_name_token1, ACTIONS(641), 1, sym_variable_name, STATE(663), 1, aux_sym__literal_repeat1, STATE(3258), 1, sym_subscript, ACTIONS(509), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(637), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(623), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(184), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, STATE(507), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(491), 19, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [1455] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(159), 1, anon_sym_DOLLAR, ACTIONS(161), 1, sym__special_character, ACTIONS(163), 1, anon_sym_DQUOTE, ACTIONS(167), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(169), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(171), 1, anon_sym_BQUOTE, ACTIONS(645), 1, sym_file_descriptor, STATE(174), 1, aux_sym_command_repeat2, STATE(325), 1, aux_sym__literal_repeat1, STATE(513), 1, sym_concatenation, ACTIONS(173), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(617), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(613), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(289), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(643), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [1534] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(159), 1, anon_sym_DOLLAR, ACTIONS(161), 1, sym__special_character, ACTIONS(163), 1, anon_sym_DQUOTE, ACTIONS(167), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(169), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(171), 1, anon_sym_BQUOTE, ACTIONS(649), 1, sym_file_descriptor, STATE(181), 1, aux_sym_command_repeat2, STATE(325), 1, aux_sym__literal_repeat1, STATE(513), 1, sym_concatenation, ACTIONS(173), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(617), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(613), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(289), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(647), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [1613] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(659), 1, anon_sym_DOLLAR, ACTIONS(662), 1, sym__special_character, ACTIONS(665), 1, anon_sym_DQUOTE, ACTIONS(668), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(671), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(674), 1, anon_sym_BQUOTE, ACTIONS(680), 1, sym_file_descriptor, STATE(181), 1, aux_sym_command_repeat2, STATE(325), 1, aux_sym__literal_repeat1, STATE(513), 1, sym_concatenation, ACTIONS(656), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(677), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(651), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(289), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(654), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [1692] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(682), 1, ts_builtin_sym_end, ACTIONS(684), 1, sym__simple_heredoc_body, ACTIONS(686), 1, sym__heredoc_body_beginning, STATE(2929), 1, sym_heredoc_body, ACTIONS(451), 2, sym_file_descriptor, sym_variable_name, ACTIONS(443), 39, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [1753] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(513), 1, sym__simple_heredoc_body, ACTIONS(515), 1, sym__heredoc_body_beginning, STATE(2960), 1, sym_heredoc_body, ACTIONS(517), 2, sym_file_descriptor, sym_variable_name, ACTIONS(261), 40, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_done, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [1812] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(625), 1, anon_sym_DOLLAR, ACTIONS(627), 1, sym__special_character, ACTIONS(629), 1, anon_sym_DQUOTE, ACTIONS(631), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(633), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(635), 1, anon_sym_BQUOTE, ACTIONS(641), 1, sym_variable_name, ACTIONS(688), 1, aux_sym__simple_variable_name_token1, STATE(663), 1, aux_sym__literal_repeat1, STATE(3258), 1, sym_subscript, ACTIONS(523), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(637), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(623), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(191), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, STATE(507), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(519), 19, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [1893] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(523), 1, sym_file_descriptor, ACTIONS(589), 1, anon_sym_DOLLAR, ACTIONS(591), 1, sym__special_character, ACTIONS(593), 1, anon_sym_DQUOTE, ACTIONS(595), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(597), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(599), 1, anon_sym_BQUOTE, ACTIONS(605), 1, sym_variable_name, ACTIONS(690), 1, aux_sym__simple_variable_name_token1, STATE(669), 1, aux_sym__literal_repeat1, STATE(3254), 1, sym_subscript, ACTIONS(601), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(587), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(188), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, STATE(456), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(519), 20, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [1974] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(159), 1, anon_sym_DOLLAR, ACTIONS(161), 1, sym__special_character, ACTIONS(163), 1, anon_sym_DQUOTE, ACTIONS(167), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(169), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(171), 1, anon_sym_BQUOTE, ACTIONS(694), 1, sym_file_descriptor, STATE(180), 1, aux_sym_command_repeat2, STATE(325), 1, aux_sym__literal_repeat1, STATE(513), 1, sym_concatenation, ACTIONS(173), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(617), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(613), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(289), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(692), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [2053] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(611), 2, sym_file_descriptor, sym_variable_name, ACTIONS(609), 4, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, ACTIONS(607), 39, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [2108] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(484), 1, sym_file_descriptor, ACTIONS(699), 1, anon_sym_DOLLAR, ACTIONS(702), 1, sym__special_character, ACTIONS(705), 1, anon_sym_DQUOTE, ACTIONS(708), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(711), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(714), 1, anon_sym_BQUOTE, ACTIONS(720), 1, aux_sym__simple_variable_name_token1, ACTIONS(723), 1, sym_variable_name, STATE(669), 1, aux_sym__literal_repeat1, STATE(3254), 1, sym_subscript, ACTIONS(717), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(696), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(188), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, STATE(456), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(458), 20, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [2189] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(451), 2, sym_file_descriptor, sym_variable_name, ACTIONS(445), 4, anon_sym_esac, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, ACTIONS(443), 39, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [2244] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(684), 1, sym__simple_heredoc_body, ACTIONS(686), 1, sym__heredoc_body_beginning, ACTIONS(726), 1, ts_builtin_sym_end, STATE(2921), 1, sym_heredoc_body, ACTIONS(451), 2, sym_file_descriptor, sym_variable_name, ACTIONS(443), 39, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [2305] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(731), 1, anon_sym_DOLLAR, ACTIONS(734), 1, sym__special_character, ACTIONS(737), 1, anon_sym_DQUOTE, ACTIONS(740), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(743), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(746), 1, anon_sym_BQUOTE, ACTIONS(752), 1, aux_sym__simple_variable_name_token1, ACTIONS(755), 1, sym_variable_name, STATE(663), 1, aux_sym__literal_repeat1, STATE(3258), 1, sym_subscript, ACTIONS(484), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(749), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(728), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(191), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, STATE(507), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(458), 19, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [2386] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(497), 1, anon_sym_DQUOTE, ACTIONS(760), 1, sym_raw_string, ACTIONS(762), 1, aux_sym__simple_variable_name_token1, STATE(375), 1, sym_string, ACTIONS(553), 2, sym_file_descriptor, sym_variable_name, ACTIONS(758), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, ACTIONS(545), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, sym__special_character, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [2449] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(513), 1, sym__simple_heredoc_body, ACTIONS(515), 1, sym__heredoc_body_beginning, STATE(2975), 1, sym_heredoc_body, ACTIONS(517), 2, sym_file_descriptor, sym_variable_name, ACTIONS(261), 40, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [2508] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(611), 2, sym_file_descriptor, sym_variable_name, ACTIONS(621), 4, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, ACTIONS(607), 39, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [2563] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(451), 2, sym_file_descriptor, sym_variable_name, ACTIONS(445), 4, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, ACTIONS(443), 39, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [2618] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(453), 1, anon_sym_RPAREN, ACTIONS(513), 1, sym__simple_heredoc_body, ACTIONS(515), 1, sym__heredoc_body_beginning, STATE(2897), 1, sym_heredoc_body, ACTIONS(451), 2, sym_file_descriptor, sym_variable_name, ACTIONS(443), 39, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [2679] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(766), 1, anon_sym_DQUOTE, ACTIONS(768), 1, sym_raw_string, ACTIONS(770), 1, aux_sym__simple_variable_name_token1, STATE(511), 1, sym_string, ACTIONS(553), 2, sym_file_descriptor, sym_variable_name, ACTIONS(764), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, ACTIONS(545), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, sym__special_character, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [2742] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(219), 1, anon_sym_DQUOTE, ACTIONS(553), 1, sym_file_descriptor, ACTIONS(774), 1, sym_raw_string, ACTIONS(776), 1, aux_sym__simple_variable_name_token1, STATE(420), 1, sym_string, ACTIONS(772), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, ACTIONS(545), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, sym__special_character, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [2805] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(215), 1, anon_sym_DOLLAR, ACTIONS(217), 1, sym__special_character, ACTIONS(219), 1, anon_sym_DQUOTE, ACTIONS(223), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(225), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(227), 1, anon_sym_BQUOTE, ACTIONS(619), 1, sym_file_descriptor, STATE(216), 1, aux_sym_command_repeat2, STATE(454), 1, aux_sym__literal_repeat1, STATE(670), 1, sym_concatenation, ACTIONS(229), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(780), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(778), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(355), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(615), 21, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [2883] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(215), 1, anon_sym_DOLLAR, ACTIONS(217), 1, sym__special_character, ACTIONS(219), 1, anon_sym_DQUOTE, ACTIONS(223), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(225), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(227), 1, anon_sym_BQUOTE, ACTIONS(694), 1, sym_file_descriptor, STATE(215), 1, aux_sym_command_repeat2, STATE(454), 1, aux_sym__literal_repeat1, STATE(670), 1, sym_concatenation, ACTIONS(229), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(780), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(778), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(355), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(692), 21, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [2961] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(786), 1, anon_sym_DOLLAR, ACTIONS(788), 1, sym__special_character, ACTIONS(790), 1, anon_sym_DQUOTE, ACTIONS(792), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(794), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(796), 1, anon_sym_BQUOTE, ACTIONS(800), 1, aux_sym__simple_variable_name_token1, ACTIONS(802), 1, sym_file_descriptor, STATE(544), 1, aux_sym__literal_repeat1, ACTIONS(798), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(205), 2, sym_concatenation, aux_sym_unset_command_repeat1, ACTIONS(782), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(296), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(784), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [3037] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(523), 1, sym_file_descriptor, ACTIONS(589), 1, anon_sym_DOLLAR, ACTIONS(591), 1, sym__special_character, ACTIONS(593), 1, anon_sym_DQUOTE, ACTIONS(595), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(597), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(605), 1, sym_variable_name, ACTIONS(690), 1, aux_sym__simple_variable_name_token1, STATE(669), 1, aux_sym__literal_repeat1, STATE(3254), 1, sym_subscript, ACTIONS(601), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(587), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(188), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, STATE(456), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(519), 20, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [3115] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(806), 2, sym_file_descriptor, sym_variable_name, ACTIONS(804), 42, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_fi, anon_sym_elif, anon_sym_else, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [3167] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(553), 1, sym_file_descriptor, ACTIONS(790), 1, anon_sym_DQUOTE, ACTIONS(810), 1, sym_raw_string, ACTIONS(812), 1, aux_sym__simple_variable_name_token1, STATE(436), 1, sym_string, ACTIONS(808), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, ACTIONS(545), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, sym__special_character, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [3229] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(786), 1, anon_sym_DOLLAR, ACTIONS(788), 1, sym__special_character, ACTIONS(790), 1, anon_sym_DQUOTE, ACTIONS(792), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(794), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(796), 1, anon_sym_BQUOTE, ACTIONS(816), 1, aux_sym__simple_variable_name_token1, ACTIONS(818), 1, sym_file_descriptor, STATE(544), 1, aux_sym__literal_repeat1, ACTIONS(798), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(213), 2, sym_concatenation, aux_sym_unset_command_repeat1, ACTIONS(782), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(296), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(814), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [3305] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_DQUOTE, ACTIONS(553), 1, sym_file_descriptor, ACTIONS(822), 1, sym_raw_string, ACTIONS(824), 1, aux_sym__simple_variable_name_token1, STATE(633), 1, sym_string, ACTIONS(820), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, ACTIONS(545), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, sym__special_character, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [3367] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(828), 1, anon_sym_DQUOTE, ACTIONS(830), 1, sym_raw_string, ACTIONS(832), 1, aux_sym__simple_variable_name_token1, STATE(665), 1, sym_string, ACTIONS(553), 2, sym_file_descriptor, sym_variable_name, ACTIONS(826), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, ACTIONS(545), 29, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, sym__special_character, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [3429] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(513), 1, sym__simple_heredoc_body, ACTIONS(515), 1, sym__heredoc_body_beginning, STATE(2990), 1, sym_heredoc_body, ACTIONS(451), 2, sym_file_descriptor, sym_variable_name, ACTIONS(443), 39, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [3487] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(509), 1, sym_file_descriptor, ACTIONS(589), 1, anon_sym_DOLLAR, ACTIONS(591), 1, sym__special_character, ACTIONS(593), 1, anon_sym_DQUOTE, ACTIONS(595), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(597), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(605), 1, sym_variable_name, ACTIONS(834), 1, aux_sym__simple_variable_name_token1, STATE(669), 1, aux_sym__literal_repeat1, STATE(3254), 1, sym_subscript, ACTIONS(601), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(587), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(202), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, STATE(456), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(491), 20, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [3565] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(215), 1, anon_sym_DOLLAR, ACTIONS(217), 1, sym__special_character, ACTIONS(219), 1, anon_sym_DQUOTE, ACTIONS(223), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(225), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(227), 1, anon_sym_BQUOTE, ACTIONS(645), 1, sym_file_descriptor, STATE(199), 1, aux_sym_command_repeat2, STATE(454), 1, aux_sym__literal_repeat1, STATE(670), 1, sym_concatenation, ACTIONS(229), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(780), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(778), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(355), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(643), 21, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [3643] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(838), 1, sym_raw_string, ACTIONS(840), 1, aux_sym__simple_variable_name_token1, STATE(655), 1, sym_string, ACTIONS(553), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(836), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, ACTIONS(545), 29, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, sym__special_character, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [3705] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(453), 1, anon_sym_BQUOTE, ACTIONS(513), 1, sym__simple_heredoc_body, ACTIONS(515), 1, sym__heredoc_body_beginning, STATE(2938), 1, sym_heredoc_body, ACTIONS(451), 2, sym_file_descriptor, sym_variable_name, ACTIONS(443), 38, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [3765] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(847), 1, anon_sym_DOLLAR, ACTIONS(850), 1, sym__special_character, ACTIONS(853), 1, anon_sym_DQUOTE, ACTIONS(856), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(859), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(862), 1, anon_sym_BQUOTE, ACTIONS(868), 1, aux_sym__simple_variable_name_token1, ACTIONS(871), 1, sym_file_descriptor, STATE(544), 1, aux_sym__literal_repeat1, ACTIONS(865), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(213), 2, sym_concatenation, aux_sym_unset_command_repeat1, ACTIONS(842), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(296), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(845), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [3841] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(445), 1, anon_sym_BQUOTE, ACTIONS(513), 1, sym__simple_heredoc_body, ACTIONS(515), 1, sym__heredoc_body_beginning, STATE(2896), 1, sym_heredoc_body, ACTIONS(451), 2, sym_file_descriptor, sym_variable_name, ACTIONS(443), 38, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [3901] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(215), 1, anon_sym_DOLLAR, ACTIONS(217), 1, sym__special_character, ACTIONS(219), 1, anon_sym_DQUOTE, ACTIONS(223), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(225), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(227), 1, anon_sym_BQUOTE, ACTIONS(649), 1, sym_file_descriptor, STATE(216), 1, aux_sym_command_repeat2, STATE(454), 1, aux_sym__literal_repeat1, STATE(670), 1, sym_concatenation, ACTIONS(229), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(780), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(778), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(355), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(647), 21, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [3979] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(680), 1, sym_file_descriptor, ACTIONS(879), 1, anon_sym_DOLLAR, ACTIONS(882), 1, sym__special_character, ACTIONS(885), 1, anon_sym_DQUOTE, ACTIONS(888), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(891), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(894), 1, anon_sym_BQUOTE, STATE(216), 1, aux_sym_command_repeat2, STATE(454), 1, aux_sym__literal_repeat1, STATE(670), 1, sym_concatenation, ACTIONS(876), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(897), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(873), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(355), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(654), 21, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [4057] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(531), 1, anon_sym_DQUOTE, ACTIONS(902), 1, sym_raw_string, ACTIONS(904), 1, aux_sym__simple_variable_name_token1, STATE(483), 1, sym_string, ACTIONS(553), 2, sym_file_descriptor, sym_variable_name, ACTIONS(900), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, ACTIONS(545), 29, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, sym__special_character, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [4119] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(517), 2, sym_file_descriptor, sym_variable_name, ACTIONS(261), 42, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_fi, anon_sym_elif, anon_sym_else, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [4171] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(95), 1, anon_sym_DOLLAR, ACTIONS(97), 1, sym__special_character, ACTIONS(99), 1, anon_sym_DQUOTE, ACTIONS(103), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(105), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(107), 1, anon_sym_BQUOTE, ACTIONS(649), 1, sym_file_descriptor, STATE(224), 1, aux_sym_command_repeat2, STATE(734), 1, aux_sym__literal_repeat1, STATE(767), 1, sym_concatenation, ACTIONS(109), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(908), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(906), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(477), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(647), 20, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [4248] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(802), 1, sym_file_descriptor, ACTIONS(912), 1, anon_sym_DOLLAR, ACTIONS(914), 1, sym__special_character, ACTIONS(916), 1, anon_sym_DQUOTE, ACTIONS(918), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(920), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(922), 1, anon_sym_BQUOTE, ACTIONS(926), 1, aux_sym__simple_variable_name_token1, STATE(745), 1, aux_sym__literal_repeat1, ACTIONS(924), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(221), 2, sym_concatenation, aux_sym_unset_command_repeat1, ACTIONS(910), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(465), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(784), 21, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [4323] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(818), 1, sym_file_descriptor, ACTIONS(912), 1, anon_sym_DOLLAR, ACTIONS(914), 1, sym__special_character, ACTIONS(916), 1, anon_sym_DQUOTE, ACTIONS(918), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(920), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(922), 1, anon_sym_BQUOTE, ACTIONS(928), 1, aux_sym__simple_variable_name_token1, STATE(745), 1, aux_sym__literal_repeat1, ACTIONS(924), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(222), 2, sym_concatenation, aux_sym_unset_command_repeat1, ACTIONS(910), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(465), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(814), 21, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [4398] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(871), 1, sym_file_descriptor, ACTIONS(933), 1, anon_sym_DOLLAR, ACTIONS(936), 1, sym__special_character, ACTIONS(939), 1, anon_sym_DQUOTE, ACTIONS(942), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(945), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(948), 1, anon_sym_BQUOTE, ACTIONS(954), 1, aux_sym__simple_variable_name_token1, STATE(745), 1, aux_sym__literal_repeat1, ACTIONS(951), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(222), 2, sym_concatenation, aux_sym_unset_command_repeat1, ACTIONS(930), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(465), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(845), 21, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [4473] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(95), 1, anon_sym_DOLLAR, ACTIONS(97), 1, sym__special_character, ACTIONS(99), 1, anon_sym_DQUOTE, ACTIONS(103), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(105), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(107), 1, anon_sym_BQUOTE, ACTIONS(694), 1, sym_file_descriptor, STATE(219), 1, aux_sym_command_repeat2, STATE(734), 1, aux_sym__literal_repeat1, STATE(767), 1, sym_concatenation, ACTIONS(109), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(908), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(906), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(477), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(692), 20, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [4550] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(680), 1, sym_file_descriptor, ACTIONS(963), 1, anon_sym_DOLLAR, ACTIONS(966), 1, sym__special_character, ACTIONS(969), 1, anon_sym_DQUOTE, ACTIONS(972), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(975), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(978), 1, anon_sym_BQUOTE, STATE(224), 1, aux_sym_command_repeat2, STATE(734), 1, aux_sym__literal_repeat1, STATE(767), 1, sym_concatenation, ACTIONS(960), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(981), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(957), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(477), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(654), 20, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [4627] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(553), 1, sym_file_descriptor, ACTIONS(916), 1, anon_sym_DQUOTE, ACTIONS(986), 1, sym_raw_string, ACTIONS(988), 1, aux_sym__simple_variable_name_token1, STATE(647), 1, sym_string, ACTIONS(984), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, ACTIONS(545), 29, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, sym__special_character, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [4688] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym_DOLLAR, ACTIONS(41), 1, sym__special_character, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(47), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(49), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(51), 1, anon_sym_BQUOTE, STATE(236), 1, aux_sym_command_repeat2, STATE(645), 1, aux_sym__literal_repeat1, STATE(836), 1, sym_concatenation, ACTIONS(53), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(649), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(992), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(990), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(500), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(647), 19, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [4765] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym_DOLLAR, ACTIONS(41), 1, sym__special_character, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(47), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(49), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(51), 1, anon_sym_BQUOTE, STATE(226), 1, aux_sym_command_repeat2, STATE(645), 1, aux_sym__literal_repeat1, STATE(836), 1, sym_concatenation, ACTIONS(53), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(694), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(992), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(990), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(500), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(692), 19, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [4842] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(95), 1, anon_sym_DOLLAR, ACTIONS(97), 1, sym__special_character, ACTIONS(99), 1, anon_sym_DQUOTE, ACTIONS(103), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(105), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(107), 1, anon_sym_BQUOTE, ACTIONS(619), 1, sym_file_descriptor, STATE(224), 1, aux_sym_command_repeat2, STATE(734), 1, aux_sym__literal_repeat1, STATE(767), 1, sym_concatenation, ACTIONS(109), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(908), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(906), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(477), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(615), 20, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [4919] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(629), 1, anon_sym_DQUOTE, ACTIONS(996), 1, sym_raw_string, ACTIONS(998), 1, aux_sym__simple_variable_name_token1, STATE(620), 1, sym_string, ACTIONS(553), 3, sym_file_descriptor, sym_variable_name, ts_builtin_sym_end, ACTIONS(994), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, ACTIONS(545), 27, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, sym__special_character, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [4980] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1002), 1, anon_sym_DQUOTE, ACTIONS(1004), 1, sym_raw_string, ACTIONS(1006), 1, aux_sym__simple_variable_name_token1, STATE(844), 1, sym_string, ACTIONS(553), 3, sym_file_descriptor, sym_variable_name, ts_builtin_sym_end, ACTIONS(1000), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, ACTIONS(545), 27, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, sym__special_character, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [5041] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(593), 1, anon_sym_DQUOTE, ACTIONS(1010), 1, sym_raw_string, ACTIONS(1012), 1, aux_sym__simple_variable_name_token1, STATE(575), 1, sym_string, ACTIONS(553), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1008), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, ACTIONS(545), 28, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, sym__special_character, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [5102] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1016), 1, anon_sym_DQUOTE, ACTIONS(1018), 1, sym_raw_string, ACTIONS(1020), 1, aux_sym__simple_variable_name_token1, STATE(832), 1, sym_string, ACTIONS(553), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1014), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, ACTIONS(545), 28, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, sym__special_character, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [5163] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym_DOLLAR, ACTIONS(41), 1, sym__special_character, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(47), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(49), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(51), 1, anon_sym_BQUOTE, STATE(236), 1, aux_sym_command_repeat2, STATE(645), 1, aux_sym__literal_repeat1, STATE(836), 1, sym_concatenation, ACTIONS(53), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(619), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(992), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(990), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(500), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(615), 19, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [5240] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym_DOLLAR, ACTIONS(41), 1, sym__special_character, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(47), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(49), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(51), 1, anon_sym_BQUOTE, STATE(233), 1, aux_sym_command_repeat2, STATE(645), 1, aux_sym__literal_repeat1, STATE(836), 1, sym_concatenation, ACTIONS(53), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(645), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(992), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(990), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(500), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(643), 19, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [5317] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(95), 1, anon_sym_DOLLAR, ACTIONS(97), 1, sym__special_character, ACTIONS(99), 1, anon_sym_DQUOTE, ACTIONS(103), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(105), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(107), 1, anon_sym_BQUOTE, ACTIONS(645), 1, sym_file_descriptor, STATE(228), 1, aux_sym_command_repeat2, STATE(734), 1, aux_sym__literal_repeat1, STATE(767), 1, sym_concatenation, ACTIONS(109), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(908), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(906), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(477), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(643), 20, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [5394] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1028), 1, anon_sym_DOLLAR, ACTIONS(1031), 1, sym__special_character, ACTIONS(1034), 1, anon_sym_DQUOTE, ACTIONS(1037), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1040), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1043), 1, anon_sym_BQUOTE, STATE(236), 1, aux_sym_command_repeat2, STATE(645), 1, aux_sym__literal_repeat1, STATE(836), 1, sym_concatenation, ACTIONS(680), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(1025), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(1046), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1022), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(500), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(654), 19, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [5471] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1052), 1, anon_sym_DOLLAR, ACTIONS(1055), 1, sym__special_character, ACTIONS(1058), 1, anon_sym_DQUOTE, ACTIONS(1061), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1064), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1067), 1, anon_sym_BQUOTE, ACTIONS(1073), 1, aux_sym__simple_variable_name_token1, STATE(820), 1, aux_sym__literal_repeat1, ACTIONS(871), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(1070), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(237), 2, sym_concatenation, aux_sym_unset_command_repeat1, ACTIONS(1049), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(659), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(845), 19, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [5545] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(871), 1, sym_file_descriptor, ACTIONS(1079), 1, anon_sym_DOLLAR, ACTIONS(1082), 1, sym__special_character, ACTIONS(1085), 1, anon_sym_DQUOTE, ACTIONS(1088), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1091), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1094), 1, anon_sym_BQUOTE, ACTIONS(1100), 1, aux_sym__simple_variable_name_token1, STATE(794), 1, aux_sym__literal_repeat1, ACTIONS(1097), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(238), 2, sym_concatenation, aux_sym_unset_command_repeat1, ACTIONS(1076), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(671), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(845), 20, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [5619] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1103), 1, ts_builtin_sym_end, ACTIONS(611), 2, sym_file_descriptor, sym_variable_name, ACTIONS(607), 39, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [5671] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(806), 2, sym_file_descriptor, sym_variable_name, ACTIONS(804), 40, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [5721] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1107), 1, anon_sym_DOLLAR, ACTIONS(1109), 1, sym__special_character, ACTIONS(1111), 1, anon_sym_DQUOTE, ACTIONS(1113), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1115), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1117), 1, anon_sym_BQUOTE, ACTIONS(1121), 1, aux_sym__simple_variable_name_token1, STATE(820), 1, aux_sym__literal_repeat1, ACTIONS(802), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(1119), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(253), 2, sym_concatenation, aux_sym_unset_command_repeat1, ACTIONS(1105), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(659), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(784), 19, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [5795] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(95), 1, anon_sym_DOLLAR, ACTIONS(97), 1, sym__special_character, ACTIONS(99), 1, anon_sym_DQUOTE, ACTIONS(103), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(105), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(694), 1, sym_file_descriptor, STATE(249), 1, aux_sym_command_repeat2, STATE(734), 1, aux_sym__literal_repeat1, STATE(767), 1, sym_concatenation, ACTIONS(109), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(908), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(906), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(477), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(692), 20, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [5869] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(553), 1, sym_file_descriptor, ACTIONS(1125), 1, anon_sym_DQUOTE, ACTIONS(1127), 1, sym_raw_string, ACTIONS(1129), 1, aux_sym__simple_variable_name_token1, STATE(752), 1, sym_string, ACTIONS(1123), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, ACTIONS(545), 28, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, sym__special_character, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [5929] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1111), 1, anon_sym_DQUOTE, ACTIONS(1133), 1, sym_raw_string, ACTIONS(1135), 1, aux_sym__simple_variable_name_token1, STATE(760), 1, sym_string, ACTIONS(553), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(1131), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, ACTIONS(545), 27, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, sym__special_character, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [5989] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(806), 2, sym_file_descriptor, sym_variable_name, ACTIONS(804), 40, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_done, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [6039] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(726), 1, ts_builtin_sym_end, ACTIONS(451), 2, sym_file_descriptor, sym_variable_name, ACTIONS(443), 39, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [6091] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(818), 1, sym_file_descriptor, ACTIONS(1125), 1, anon_sym_DQUOTE, ACTIONS(1139), 1, anon_sym_DOLLAR, ACTIONS(1141), 1, sym__special_character, ACTIONS(1143), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1145), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1147), 1, anon_sym_BQUOTE, ACTIONS(1151), 1, aux_sym__simple_variable_name_token1, STATE(794), 1, aux_sym__literal_repeat1, ACTIONS(1149), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(238), 2, sym_concatenation, aux_sym_unset_command_repeat1, ACTIONS(1137), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(671), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(814), 20, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [6165] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(517), 2, sym_file_descriptor, sym_variable_name, ACTIONS(261), 40, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [6215] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(95), 1, anon_sym_DOLLAR, ACTIONS(97), 1, sym__special_character, ACTIONS(99), 1, anon_sym_DQUOTE, ACTIONS(103), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(105), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(649), 1, sym_file_descriptor, STATE(224), 1, aux_sym_command_repeat2, STATE(734), 1, aux_sym__literal_repeat1, STATE(767), 1, sym_concatenation, ACTIONS(109), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(908), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(906), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(477), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(647), 20, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [6289] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(95), 1, anon_sym_DOLLAR, ACTIONS(97), 1, sym__special_character, ACTIONS(99), 1, anon_sym_DQUOTE, ACTIONS(103), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(105), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(645), 1, sym_file_descriptor, STATE(252), 1, aux_sym_command_repeat2, STATE(734), 1, aux_sym__literal_repeat1, STATE(767), 1, sym_concatenation, ACTIONS(109), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(908), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(906), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(477), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(643), 20, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [6363] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1153), 1, ts_builtin_sym_end, ACTIONS(611), 2, sym_file_descriptor, sym_variable_name, ACTIONS(607), 39, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [6415] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(95), 1, anon_sym_DOLLAR, ACTIONS(97), 1, sym__special_character, ACTIONS(99), 1, anon_sym_DQUOTE, ACTIONS(103), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(105), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(619), 1, sym_file_descriptor, STATE(224), 1, aux_sym_command_repeat2, STATE(734), 1, aux_sym__literal_repeat1, STATE(767), 1, sym_concatenation, ACTIONS(109), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(908), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(906), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(477), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(615), 20, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [6489] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1107), 1, anon_sym_DOLLAR, ACTIONS(1109), 1, sym__special_character, ACTIONS(1111), 1, anon_sym_DQUOTE, ACTIONS(1113), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1115), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1117), 1, anon_sym_BQUOTE, ACTIONS(1155), 1, aux_sym__simple_variable_name_token1, STATE(820), 1, aux_sym__literal_repeat1, ACTIONS(818), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(1119), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(237), 2, sym_concatenation, aux_sym_unset_command_repeat1, ACTIONS(1105), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(659), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(814), 19, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [6563] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(806), 2, sym_file_descriptor, sym_variable_name, ACTIONS(804), 40, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_fi, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [6613] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(517), 2, sym_file_descriptor, sym_variable_name, ACTIONS(261), 40, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_fi, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [6663] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(517), 2, sym_file_descriptor, sym_variable_name, ACTIONS(261), 40, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_done, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [6713] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(682), 1, ts_builtin_sym_end, ACTIONS(451), 2, sym_file_descriptor, sym_variable_name, ACTIONS(443), 39, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [6765] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(802), 1, sym_file_descriptor, ACTIONS(1125), 1, anon_sym_DQUOTE, ACTIONS(1139), 1, anon_sym_DOLLAR, ACTIONS(1141), 1, sym__special_character, ACTIONS(1143), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1145), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1147), 1, anon_sym_BQUOTE, ACTIONS(1157), 1, aux_sym__simple_variable_name_token1, STATE(794), 1, aux_sym__literal_repeat1, ACTIONS(1149), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(247), 2, sym_concatenation, aux_sym_unset_command_repeat1, ACTIONS(1137), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(671), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(784), 20, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [6839] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(802), 1, sym_file_descriptor, ACTIONS(1125), 1, anon_sym_DQUOTE, ACTIONS(1139), 1, anon_sym_DOLLAR, ACTIONS(1141), 1, sym__special_character, ACTIONS(1143), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1145), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1159), 1, aux_sym__simple_variable_name_token1, STATE(794), 1, aux_sym__literal_repeat1, ACTIONS(1149), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(265), 2, sym_concatenation, aux_sym_unset_command_repeat1, ACTIONS(1137), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(671), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(784), 20, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [6910] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(609), 1, anon_sym_BQUOTE, ACTIONS(611), 2, sym_file_descriptor, sym_variable_name, ACTIONS(607), 38, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [6961] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(453), 1, anon_sym_BQUOTE, ACTIONS(451), 2, sym_file_descriptor, sym_variable_name, ACTIONS(443), 38, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [7012] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(451), 2, sym_file_descriptor, sym_variable_name, ACTIONS(443), 39, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [7061] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(621), 1, anon_sym_BQUOTE, ACTIONS(611), 2, sym_file_descriptor, sym_variable_name, ACTIONS(607), 38, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [7112] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(611), 2, sym_file_descriptor, sym_variable_name, ACTIONS(607), 39, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [7161] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(818), 1, sym_file_descriptor, ACTIONS(1125), 1, anon_sym_DQUOTE, ACTIONS(1139), 1, anon_sym_DOLLAR, ACTIONS(1141), 1, sym__special_character, ACTIONS(1143), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1145), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1151), 1, aux_sym__simple_variable_name_token1, STATE(794), 1, aux_sym__literal_repeat1, ACTIONS(1149), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(238), 2, sym_concatenation, aux_sym_unset_command_repeat1, ACTIONS(1137), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(671), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(814), 20, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [7232] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, sym_file_descriptor, ACTIONS(65), 1, anon_sym_LPAREN_LPAREN, ACTIONS(81), 1, anon_sym_LPAREN, ACTIONS(87), 1, anon_sym_LBRACK, ACTIONS(89), 1, anon_sym_LBRACK_LBRACK, ACTIONS(95), 1, anon_sym_DOLLAR, ACTIONS(97), 1, sym__special_character, ACTIONS(99), 1, anon_sym_DQUOTE, ACTIONS(103), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(105), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(107), 1, anon_sym_BQUOTE, ACTIONS(1161), 1, sym_word, ACTIONS(1163), 1, sym_variable_name, STATE(223), 1, sym_command_name, STATE(661), 1, aux_sym__literal_repeat1, STATE(817), 1, sym_concatenation, STATE(3263), 1, sym_subscript, ACTIONS(101), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(109), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(816), 3, sym_variable_assignment, sym_file_redirect, aux_sym_command_repeat1, STATE(2076), 3, sym_subshell, sym_test_command, sym_command, STATE(442), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(37), 8, 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_GT_PIPE, [7323] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, sym_file_descriptor, ACTIONS(129), 1, anon_sym_LPAREN_LPAREN, ACTIONS(145), 1, anon_sym_LPAREN, ACTIONS(151), 1, anon_sym_LBRACK, ACTIONS(153), 1, anon_sym_LBRACK_LBRACK, ACTIONS(215), 1, anon_sym_DOLLAR, ACTIONS(217), 1, sym__special_character, ACTIONS(219), 1, anon_sym_DQUOTE, ACTIONS(223), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(225), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(227), 1, anon_sym_BQUOTE, ACTIONS(1163), 1, sym_variable_name, ACTIONS(1165), 1, sym_word, STATE(200), 1, sym_command_name, STATE(469), 1, aux_sym__literal_repeat1, STATE(736), 1, sym_concatenation, STATE(3263), 1, sym_subscript, ACTIONS(221), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(229), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(771), 3, sym_variable_assignment, sym_file_redirect, aux_sym_command_repeat1, STATE(1863), 3, sym_subshell, sym_test_command, sym_command, STATE(349), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(37), 8, 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_GT_PIPE, [7414] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(445), 1, anon_sym_BQUOTE, ACTIONS(451), 2, sym_file_descriptor, sym_variable_name, ACTIONS(443), 38, anon_sym_for, anon_sym_select, anon_sym_LPAREN_LPAREN, anon_sym_while, anon_sym_until, anon_sym_if, anon_sym_case, anon_sym_function, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_BANG, anon_sym_LBRACK, anon_sym_LBRACK_LBRACK, anon_sym_declare, anon_sym_typeset, anon_sym_export, anon_sym_readonly, anon_sym_local, anon_sym_unset, anon_sym_unsetenv, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [7465] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, sym_file_descriptor, ACTIONS(129), 1, anon_sym_LPAREN_LPAREN, ACTIONS(145), 1, anon_sym_LPAREN, ACTIONS(151), 1, anon_sym_LBRACK, ACTIONS(153), 1, anon_sym_LBRACK_LBRACK, ACTIONS(159), 1, anon_sym_DOLLAR, ACTIONS(161), 1, sym__special_character, ACTIONS(163), 1, anon_sym_DQUOTE, ACTIONS(167), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(169), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(171), 1, anon_sym_BQUOTE, ACTIONS(1163), 1, sym_variable_name, ACTIONS(1167), 1, sym_word, STATE(186), 1, sym_command_name, STATE(313), 1, aux_sym__literal_repeat1, STATE(536), 1, sym_concatenation, STATE(3263), 1, sym_subscript, ACTIONS(165), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(173), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(831), 3, sym_variable_assignment, sym_file_redirect, aux_sym_command_repeat1, STATE(1863), 3, sym_subshell, sym_test_command, sym_command, STATE(278), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(37), 8, 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_GT_PIPE, [7556] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(13), 1, anon_sym_LPAREN_LPAREN, ACTIONS(23), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(31), 1, anon_sym_LBRACK_LBRACK, ACTIONS(39), 1, anon_sym_DOLLAR, ACTIONS(41), 1, sym__special_character, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(47), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(49), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(51), 1, anon_sym_BQUOTE, ACTIONS(55), 1, sym_file_descriptor, ACTIONS(1163), 1, sym_variable_name, ACTIONS(1169), 1, sym_word, STATE(227), 1, sym_command_name, STATE(735), 1, aux_sym__literal_repeat1, STATE(757), 1, sym_concatenation, STATE(3263), 1, sym_subscript, ACTIONS(45), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(53), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(763), 3, sym_variable_assignment, sym_file_redirect, aux_sym_command_repeat1, STATE(2097), 3, sym_subshell, sym_test_command, sym_command, STATE(526), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(37), 8, 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_GT_PIPE, [7647] = 24, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, sym_file_descriptor, ACTIONS(65), 1, anon_sym_LPAREN_LPAREN, ACTIONS(81), 1, anon_sym_LPAREN, ACTIONS(87), 1, anon_sym_LBRACK, ACTIONS(89), 1, anon_sym_LBRACK_LBRACK, ACTIONS(95), 1, anon_sym_DOLLAR, ACTIONS(97), 1, sym__special_character, ACTIONS(99), 1, anon_sym_DQUOTE, ACTIONS(103), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(105), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(107), 1, anon_sym_BQUOTE, ACTIONS(1161), 1, sym_word, ACTIONS(1163), 1, sym_variable_name, STATE(242), 1, sym_command_name, STATE(661), 1, aux_sym__literal_repeat1, STATE(817), 1, sym_concatenation, STATE(3263), 1, sym_subscript, ACTIONS(101), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(109), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(819), 3, sym_variable_assignment, sym_file_redirect, aux_sym_command_repeat1, STATE(2076), 3, sym_subshell, sym_test_command, sym_command, STATE(442), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(37), 8, 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_GT_PIPE, [7738] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1175), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1177), 2, sym_file_descriptor, sym_variable_name, STATE(1650), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1173), 12, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, ACTIONS(1171), 19, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [7791] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1179), 1, anon_sym_LF, ACTIONS(1187), 1, anon_sym_LT_LT_LT, ACTIONS(1175), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1177), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1181), 2, anon_sym_SEMI, anon_sym_AMP, ACTIONS(1183), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(1185), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(445), 4, anon_sym_esac, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, STATE(1650), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1171), 19, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [7854] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1187), 1, anon_sym_LT_LT_LT, ACTIONS(1189), 1, anon_sym_LF, ACTIONS(1175), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1177), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1183), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(1185), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(1191), 2, anon_sym_SEMI, anon_sym_AMP, ACTIONS(1193), 4, anon_sym_esac, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, STATE(1650), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1171), 19, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [7917] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1197), 1, anon_sym_LPAREN, ACTIONS(1199), 1, sym_file_descriptor, ACTIONS(1201), 1, sym__concat, STATE(281), 1, aux_sym_concatenation_repeat1, ACTIONS(1195), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [7970] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1177), 1, sym_variable_name, ACTIONS(1205), 1, sym_file_descriptor, STATE(1650), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1171), 11, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, ACTIONS(1203), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [8023] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1211), 1, sym__concat, STATE(283), 1, aux_sym_concatenation_repeat1, ACTIONS(1209), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1207), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [8073] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1199), 1, sym_file_descriptor, ACTIONS(1201), 1, sym__concat, STATE(281), 1, aux_sym_concatenation_repeat1, ACTIONS(1195), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [8123] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1201), 1, sym__concat, ACTIONS(1215), 1, sym_file_descriptor, STATE(281), 1, aux_sym_concatenation_repeat1, ACTIONS(1213), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [8173] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1177), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1217), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, STATE(1660), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1173), 11, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, ACTIONS(1171), 19, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [8225] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1221), 1, sym_file_descriptor, ACTIONS(1223), 1, sym__concat, STATE(282), 1, aux_sym_concatenation_repeat1, ACTIONS(1219), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [8275] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 1, sym_file_descriptor, ACTIONS(1229), 1, sym__concat, STATE(282), 1, aux_sym_concatenation_repeat1, ACTIONS(1225), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [8325] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1232), 1, sym__concat, STATE(287), 1, aux_sym_concatenation_repeat1, ACTIONS(1221), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1219), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [8375] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1177), 1, sym_variable_name, ACTIONS(1205), 1, sym_file_descriptor, STATE(1660), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1171), 11, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, ACTIONS(1203), 21, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [8427] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1234), 1, anon_sym_LF, ACTIONS(1240), 1, anon_sym_LT_LT_LT, ACTIONS(1177), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1185), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(1217), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1236), 2, anon_sym_SEMI, anon_sym_AMP, ACTIONS(1238), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(445), 3, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, STATE(1660), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1171), 19, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [8489] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1197), 1, anon_sym_LPAREN, ACTIONS(1199), 1, sym_file_descriptor, ACTIONS(1242), 1, sym__concat, STATE(364), 1, aux_sym_concatenation_repeat1, ACTIONS(1195), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [8541] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1244), 1, sym__concat, STATE(287), 1, aux_sym_concatenation_repeat1, ACTIONS(1227), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1225), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [8591] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1201), 1, sym__concat, ACTIONS(1249), 1, sym_file_descriptor, STATE(281), 1, aux_sym_concatenation_repeat1, ACTIONS(1247), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [8641] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1201), 1, sym__concat, ACTIONS(1253), 1, sym_file_descriptor, STATE(281), 1, aux_sym_concatenation_repeat1, ACTIONS(1251), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [8691] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1211), 1, sym__concat, STATE(283), 1, aux_sym_concatenation_repeat1, ACTIONS(1249), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1247), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [8741] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1211), 1, sym__concat, STATE(283), 1, aux_sym_concatenation_repeat1, ACTIONS(1257), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1255), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [8791] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1240), 1, anon_sym_LT_LT_LT, ACTIONS(1259), 1, anon_sym_LF, ACTIONS(1177), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1185), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(1217), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1238), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(1261), 2, anon_sym_SEMI, anon_sym_AMP, ACTIONS(1193), 3, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, STATE(1660), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1171), 19, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [8853] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1225), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [8898] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 2, sym_file_descriptor, sym__concat, ACTIONS(1263), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [8943] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1267), 1, sym__concat, STATE(345), 1, aux_sym_concatenation_repeat1, ACTIONS(1249), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1247), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [8992] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1271), 1, sym_file_descriptor, ACTIONS(1273), 1, sym__concat, STATE(362), 1, aux_sym_concatenation_repeat1, ACTIONS(1269), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [9041] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1249), 1, sym_file_descriptor, ACTIONS(1273), 1, sym__concat, STATE(362), 1, aux_sym_concatenation_repeat1, ACTIONS(1247), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [9090] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1277), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1275), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [9135] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1281), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1279), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [9180] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1285), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1283), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [9225] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1289), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1287), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [9270] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1293), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1291), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [9315] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1297), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1295), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [9360] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1301), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1299), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [9405] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1305), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1303), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [9450] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1309), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1307), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [9495] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1313), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1311), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [9540] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1317), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1315), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [9585] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1321), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1319), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [9630] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1325), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1323), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [9675] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, sym__special_character, STATE(322), 1, aux_sym__literal_repeat1, ACTIONS(1331), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1327), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [9724] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1333), 1, ts_builtin_sym_end, ACTIONS(1177), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1335), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, STATE(1670), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1173), 9, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, ACTIONS(1171), 19, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [9777] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1339), 1, sym__special_character, ACTIONS(1341), 1, sym_file_descriptor, STATE(356), 1, aux_sym__literal_repeat1, ACTIONS(1337), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [9826] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1343), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [9871] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1343), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [9916] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1349), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1347), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [9961] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1351), 1, anon_sym_LPAREN, ACTIONS(1353), 1, sym__concat, STATE(502), 1, aux_sym_concatenation_repeat1, ACTIONS(1199), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(1195), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [10012] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1357), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1355), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [10057] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1177), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1359), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, STATE(1658), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1173), 10, anon_sym_LF, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, ACTIONS(1171), 19, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [10108] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1361), 1, sym__concat, STATE(320), 1, aux_sym_concatenation_repeat1, ACTIONS(1227), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1225), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [10157] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1177), 1, sym_variable_name, ACTIONS(1205), 1, sym_file_descriptor, STATE(1658), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1171), 11, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, ACTIONS(1203), 20, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [10208] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1366), 1, sym__special_character, STATE(322), 1, aux_sym__literal_repeat1, ACTIONS(1369), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1364), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [10257] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1371), 1, ts_builtin_sym_end, ACTIONS(1373), 1, anon_sym_LF, ACTIONS(1381), 1, anon_sym_LT_LT_LT, ACTIONS(1177), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1335), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1377), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(1379), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(1375), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1670), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1171), 19, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [10318] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1383), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [10363] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1339), 1, sym__special_character, ACTIONS(1389), 1, sym_file_descriptor, STATE(356), 1, aux_sym__literal_repeat1, ACTIONS(1387), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [10412] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1391), 1, sym__concat, STATE(320), 1, aux_sym_concatenation_repeat1, ACTIONS(1221), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1219), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [10461] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1393), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [10506] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1242), 1, sym__concat, ACTIONS(1249), 1, sym_file_descriptor, STATE(364), 1, aux_sym_concatenation_repeat1, ACTIONS(1247), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [10555] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1397), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [10600] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1339), 1, sym__special_character, ACTIONS(1403), 1, sym_file_descriptor, STATE(356), 1, aux_sym__literal_repeat1, ACTIONS(1401), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [10649] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1277), 2, sym_file_descriptor, sym__concat, ACTIONS(1275), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [10694] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1281), 2, sym_file_descriptor, sym__concat, ACTIONS(1279), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [10739] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1285), 2, sym_file_descriptor, sym__concat, ACTIONS(1283), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [10784] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1289), 2, sym_file_descriptor, sym__concat, ACTIONS(1287), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [10829] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1293), 2, sym_file_descriptor, sym__concat, ACTIONS(1291), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [10874] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1297), 2, sym_file_descriptor, sym__concat, ACTIONS(1295), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [10919] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1405), 1, sym__concat, STATE(337), 1, aux_sym_concatenation_repeat1, ACTIONS(1227), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1225), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [10968] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1301), 2, sym_file_descriptor, sym__concat, ACTIONS(1299), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [11013] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1305), 2, sym_file_descriptor, sym__concat, ACTIONS(1303), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [11058] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1309), 2, sym_file_descriptor, sym__concat, ACTIONS(1307), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [11103] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1313), 2, sym_file_descriptor, sym__concat, ACTIONS(1311), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [11148] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1317), 2, sym_file_descriptor, sym__concat, ACTIONS(1315), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [11193] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1321), 2, sym_file_descriptor, sym__concat, ACTIONS(1319), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [11238] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1325), 2, sym_file_descriptor, sym__concat, ACTIONS(1323), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [11283] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1408), 1, sym__concat, STATE(337), 1, aux_sym_concatenation_repeat1, ACTIONS(1221), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1219), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [11332] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(682), 1, ts_builtin_sym_end, ACTIONS(1381), 1, anon_sym_LT_LT_LT, ACTIONS(1410), 1, anon_sym_LF, ACTIONS(1177), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1335), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1377), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(1379), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(1412), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1670), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1171), 19, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [11393] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(445), 1, anon_sym_RPAREN, ACTIONS(1414), 1, anon_sym_LF, ACTIONS(1420), 1, anon_sym_LT_LT_LT, ACTIONS(1177), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1359), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1416), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(1418), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(1236), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1658), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1171), 19, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [11454] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 2, sym_file_descriptor, sym__concat, ACTIONS(1343), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [11499] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1199), 1, sym_file_descriptor, ACTIONS(1242), 1, sym__concat, STATE(364), 1, aux_sym_concatenation_repeat1, ACTIONS(1195), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [11548] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 2, sym_file_descriptor, sym__concat, ACTIONS(1343), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [11593] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1349), 2, sym_file_descriptor, sym__concat, ACTIONS(1347), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [11638] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1357), 2, sym_file_descriptor, sym__concat, ACTIONS(1355), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [11683] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1267), 1, sym__concat, STATE(345), 1, aux_sym_concatenation_repeat1, ACTIONS(1257), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1255), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [11732] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 1, sym_file_descriptor, ACTIONS(1422), 1, sym__concat, STATE(354), 1, aux_sym_concatenation_repeat1, ACTIONS(1225), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [11781] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1242), 1, sym__concat, ACTIONS(1253), 1, sym_file_descriptor, STATE(364), 1, aux_sym_concatenation_repeat1, ACTIONS(1251), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [11830] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1369), 1, sym_file_descriptor, ACTIONS(1425), 1, sym__special_character, STATE(356), 1, aux_sym__literal_repeat1, ACTIONS(1364), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [11879] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1193), 1, anon_sym_RPAREN, ACTIONS(1420), 1, anon_sym_LT_LT_LT, ACTIONS(1428), 1, anon_sym_LF, ACTIONS(1177), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1359), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1416), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(1418), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(1261), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1658), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1171), 19, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [11940] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 2, sym_file_descriptor, sym__concat, ACTIONS(1383), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [11985] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1199), 1, sym_file_descriptor, ACTIONS(1430), 1, anon_sym_LPAREN, ACTIONS(1432), 1, sym__concat, STATE(409), 1, aux_sym_concatenation_repeat1, ACTIONS(1195), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [12036] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 1, sym_file_descriptor, ACTIONS(1434), 1, sym__concat, STATE(360), 1, aux_sym_concatenation_repeat1, ACTIONS(1225), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [12085] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1215), 1, sym_file_descriptor, ACTIONS(1242), 1, sym__concat, STATE(364), 1, aux_sym_concatenation_repeat1, ACTIONS(1213), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [12134] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1221), 1, sym_file_descriptor, ACTIONS(1437), 1, sym__concat, STATE(354), 1, aux_sym_concatenation_repeat1, ACTIONS(1219), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [12183] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 2, sym_file_descriptor, sym__concat, ACTIONS(1393), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [12228] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1221), 1, sym_file_descriptor, ACTIONS(1439), 1, sym__concat, STATE(360), 1, aux_sym_concatenation_repeat1, ACTIONS(1219), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [12277] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 2, sym_file_descriptor, sym__concat, ACTIONS(1397), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [12322] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1177), 1, sym_variable_name, ACTIONS(1205), 2, sym_file_descriptor, ts_builtin_sym_end, STATE(1670), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1171), 11, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, ACTIONS(1203), 19, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [12373] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1443), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1441), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [12418] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1445), 1, sym__concat, STATE(326), 1, aux_sym_concatenation_repeat1, ACTIONS(1249), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1247), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [12467] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1449), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1447), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [12512] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1451), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [12557] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1457), 2, sym_file_descriptor, sym__concat, ACTIONS(1455), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [12602] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1267), 1, sym__concat, STATE(345), 1, aux_sym_concatenation_repeat1, ACTIONS(1209), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1207), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [12651] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1263), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [12696] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1329), 1, sym__special_character, STATE(322), 1, aux_sym__literal_repeat1, ACTIONS(1461), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1459), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [12745] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1457), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1455), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [12790] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1443), 2, sym_file_descriptor, sym__concat, ACTIONS(1441), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [12835] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1449), 2, sym_file_descriptor, sym__concat, ACTIONS(1447), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [12880] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 2, sym_file_descriptor, sym__concat, ACTIONS(1451), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [12925] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1445), 1, sym__concat, STATE(326), 1, aux_sym_concatenation_repeat1, ACTIONS(1209), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1207), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [12974] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 2, sym_file_descriptor, sym__concat, ACTIONS(1225), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [13019] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1343), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [13063] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1463), 1, sym__concat, STATE(382), 1, aux_sym_concatenation_repeat1, ACTIONS(1227), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(1225), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [13111] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1349), 2, sym_file_descriptor, sym__concat, ACTIONS(1347), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [13155] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 2, sym_file_descriptor, sym__concat, ACTIONS(1343), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [13199] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 2, sym_file_descriptor, sym__concat, ACTIONS(1343), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [13243] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1325), 2, sym_file_descriptor, sym__concat, ACTIONS(1323), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [13287] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1321), 2, sym_file_descriptor, sym__concat, ACTIONS(1319), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [13331] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1317), 2, sym_file_descriptor, sym__concat, ACTIONS(1315), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [13375] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1313), 2, sym_file_descriptor, sym__concat, ACTIONS(1311), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [13419] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1466), 1, sym__concat, STATE(393), 1, aux_sym_concatenation_repeat1, ACTIONS(1249), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1247), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [13467] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1309), 2, sym_file_descriptor, sym__concat, ACTIONS(1307), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [13511] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1468), 1, sym__concat, STATE(392), 1, aux_sym_concatenation_repeat1, ACTIONS(1227), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1225), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [13559] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1471), 1, sym__concat, STATE(392), 1, aux_sym_concatenation_repeat1, ACTIONS(1221), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1219), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [13607] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1305), 2, sym_file_descriptor, sym__concat, ACTIONS(1303), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [13651] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1473), 1, sym__special_character, STATE(438), 1, aux_sym__literal_repeat1, ACTIONS(1461), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1459), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [13699] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1475), 1, sym__concat, STATE(485), 1, aux_sym_concatenation_repeat1, ACTIONS(1209), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1207), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [13747] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1357), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1355), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [13791] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1479), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1477), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [13835] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1301), 2, sym_file_descriptor, sym__concat, ACTIONS(1299), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [13879] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1349), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1347), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [13923] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1483), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1481), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [13967] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1297), 2, sym_file_descriptor, sym__concat, ACTIONS(1295), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [14011] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1209), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1207), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [14055] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1485), 1, sym__concat, STATE(408), 1, aux_sym_concatenation_repeat1, ACTIONS(1249), 3, sym_file_descriptor, sym_variable_name, ts_builtin_sym_end, ACTIONS(1247), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [14103] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1293), 2, sym_file_descriptor, sym__concat, ACTIONS(1291), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [14147] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1487), 1, sym__concat, STATE(406), 1, aux_sym_concatenation_repeat1, ACTIONS(1227), 3, sym_file_descriptor, sym_variable_name, ts_builtin_sym_end, ACTIONS(1225), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [14195] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1490), 1, sym__special_character, STATE(434), 1, aux_sym__literal_repeat1, ACTIONS(1461), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1459), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [14243] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1492), 1, sym__concat, STATE(406), 1, aux_sym_concatenation_repeat1, ACTIONS(1221), 3, sym_file_descriptor, sym_variable_name, ts_builtin_sym_end, ACTIONS(1219), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [14291] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1221), 1, sym_file_descriptor, ACTIONS(1494), 1, sym__concat, STATE(498), 1, aux_sym_concatenation_repeat1, ACTIONS(1219), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [14339] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1343), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [14383] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1289), 2, sym_file_descriptor, sym__concat, ACTIONS(1287), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [14427] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1285), 2, sym_file_descriptor, sym__concat, ACTIONS(1283), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [14471] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1466), 1, sym__concat, STATE(393), 1, aux_sym_concatenation_repeat1, ACTIONS(1209), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1207), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [14519] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1281), 2, sym_file_descriptor, sym__concat, ACTIONS(1279), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [14563] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1277), 2, sym_file_descriptor, sym__concat, ACTIONS(1275), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [14607] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1397), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [14651] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 2, sym_file_descriptor, sym__concat, ACTIONS(1383), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [14695] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1397), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [14739] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 2, sym_file_descriptor, sym__concat, ACTIONS(1393), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [14783] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1457), 2, sym_file_descriptor, sym__concat, ACTIONS(1455), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [14827] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1325), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1323), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [14871] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1321), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1319), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [14915] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1317), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1315), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [14959] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1393), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [15003] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1357), 2, sym_file_descriptor, sym__concat, ACTIONS(1355), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [15047] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 2, sym_file_descriptor, sym__concat, ACTIONS(1263), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [15091] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1313), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1311), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [15135] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1309), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1307), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [15179] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1383), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [15223] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1305), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1303), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [15267] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1301), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1299), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [15311] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1297), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1295), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [15355] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1293), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1291), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [15399] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1496), 1, sym__special_character, STATE(434), 1, aux_sym__literal_repeat1, ACTIONS(1369), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1364), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [15447] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1403), 1, sym_file_descriptor, ACTIONS(1499), 1, sym__special_character, STATE(505), 1, aux_sym__literal_repeat1, ACTIONS(1401), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [15495] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1457), 2, sym_file_descriptor, sym__concat, ACTIONS(1455), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [15539] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 2, sym_file_descriptor, sym__concat, ACTIONS(1225), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [15583] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1501), 1, sym__special_character, STATE(438), 1, aux_sym__literal_repeat1, ACTIONS(1369), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1364), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [15631] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1289), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1287), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [15675] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 2, sym_file_descriptor, sym__concat, ACTIONS(1451), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [15719] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1357), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1355), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [15763] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1199), 1, sym_file_descriptor, ACTIONS(1432), 1, sym__concat, STATE(409), 1, aux_sym_concatenation_repeat1, ACTIONS(1195), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [15811] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 2, sym_file_descriptor, sym__concat, ACTIONS(1263), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [15855] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1285), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1283), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [15899] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1349), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1347), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [15943] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1383), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [15987] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1343), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [16031] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1281), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1279), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [16075] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1277), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1275), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [16119] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1249), 1, sym_file_descriptor, ACTIONS(1504), 1, sym__concat, STATE(503), 1, aux_sym_concatenation_repeat1, ACTIONS(1247), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [16167] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1485), 1, sym__concat, STATE(408), 1, aux_sym_concatenation_repeat1, ACTIONS(1209), 3, sym_file_descriptor, sym_variable_name, ts_builtin_sym_end, ACTIONS(1207), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [16215] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1343), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [16259] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1449), 2, sym_file_descriptor, sym__concat, ACTIONS(1447), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [16303] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1389), 1, sym_file_descriptor, ACTIONS(1499), 1, sym__special_character, STATE(505), 1, aux_sym__literal_repeat1, ACTIONS(1387), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [16351] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1475), 1, sym__concat, STATE(485), 1, aux_sym_concatenation_repeat1, ACTIONS(1249), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1247), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [16399] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1466), 1, sym__concat, STATE(393), 1, aux_sym_concatenation_repeat1, ACTIONS(1257), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1255), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [16447] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1443), 2, sym_file_descriptor, sym__concat, ACTIONS(1441), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [16491] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1249), 1, sym_file_descriptor, ACTIONS(1247), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [16535] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1325), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1323), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [16579] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1321), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1319), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [16623] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1420), 1, anon_sym_LT_LT_LT, ACTIONS(1506), 1, anon_sym_LF, ACTIONS(1177), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1359), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1416), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(1418), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(1508), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1658), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1171), 19, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [16681] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1510), 1, sym__concat, STATE(462), 1, aux_sym_concatenation_repeat1, ACTIONS(1227), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1225), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [16729] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1317), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1315), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [16773] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1313), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1311), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [16817] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1271), 1, sym_file_descriptor, ACTIONS(1504), 1, sym__concat, STATE(503), 1, aux_sym_concatenation_repeat1, ACTIONS(1269), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [16865] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1473), 1, sym__special_character, STATE(438), 1, aux_sym__literal_repeat1, ACTIONS(1331), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1327), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [16913] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1309), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1307), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [16957] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 2, sym_file_descriptor, sym__concat, ACTIONS(1225), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [17001] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1341), 1, sym_file_descriptor, ACTIONS(1499), 1, sym__special_character, STATE(505), 1, aux_sym__literal_repeat1, ACTIONS(1337), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [17049] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1305), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1303), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [17093] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1420), 1, anon_sym_LT_LT_LT, ACTIONS(1513), 1, anon_sym_LF, ACTIONS(1177), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1359), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1416), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(1418), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(1515), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1658), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1171), 19, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [17151] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1301), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1299), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [17195] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1420), 1, anon_sym_LT_LT_LT, ACTIONS(1517), 1, anon_sym_LF, ACTIONS(1177), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1359), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1416), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(1418), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(1519), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1658), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1171), 19, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [17253] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1297), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1295), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [17297] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1293), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1291), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [17341] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1289), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1287), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [17385] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1253), 1, sym_file_descriptor, ACTIONS(1432), 1, sym__concat, STATE(409), 1, aux_sym_concatenation_repeat1, ACTIONS(1251), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [17433] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1285), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1283), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [17477] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1281), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1279), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [17521] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 2, sym_file_descriptor, sym__concat, ACTIONS(1451), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [17565] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1277), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1275), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [17609] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1353), 1, sym__concat, STATE(502), 1, aux_sym_concatenation_repeat1, ACTIONS(1215), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(1213), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [17657] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1457), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1455), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [17701] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1449), 2, sym_file_descriptor, sym__concat, ACTIONS(1447), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [17745] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1521), 1, sym__concat, STATE(462), 1, aux_sym_concatenation_repeat1, ACTIONS(1221), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1219), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [17793] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1263), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [17837] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1225), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [17881] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1443), 2, sym_file_descriptor, sym__concat, ACTIONS(1441), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [17925] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1451), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [17969] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1449), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1447), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [18013] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1525), 1, anon_sym_DQUOTE, ACTIONS(1527), 1, sym_raw_string, ACTIONS(1529), 1, aux_sym__simple_variable_name_token1, STATE(1694), 1, sym_string, ACTIONS(553), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(1523), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, ACTIONS(545), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [18067] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1443), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1441), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [18111] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1369), 1, sym_file_descriptor, ACTIONS(1531), 1, sym__special_character, STATE(493), 1, aux_sym__literal_repeat1, ACTIONS(1364), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [18159] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1420), 1, anon_sym_LT_LT_LT, ACTIONS(1534), 1, anon_sym_LF, ACTIONS(1177), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1359), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1416), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(1418), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(1536), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1658), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1171), 19, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [18217] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1215), 1, sym_file_descriptor, ACTIONS(1213), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [18261] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1177), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1538), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, STATE(1658), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1173), 9, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, ACTIONS(1171), 19, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [18311] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(1177), 1, sym_variable_name, ACTIONS(1205), 1, sym_file_descriptor, STATE(1658), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1171), 10, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, ACTIONS(1203), 20, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [18361] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 1, sym_file_descriptor, ACTIONS(1540), 1, sym__concat, STATE(498), 1, aux_sym_concatenation_repeat1, ACTIONS(1225), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [18409] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 2, sym_file_descriptor, sym__concat, ACTIONS(1397), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [18453] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1353), 1, sym__concat, STATE(502), 1, aux_sym_concatenation_repeat1, ACTIONS(1253), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(1251), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [18501] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 2, sym_file_descriptor, sym__concat, ACTIONS(1393), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [18545] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1543), 1, sym__concat, STATE(382), 1, aux_sym_concatenation_repeat1, ACTIONS(1221), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(1219), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [18593] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1221), 1, sym_file_descriptor, ACTIONS(1545), 1, sym__concat, STATE(506), 1, aux_sym_concatenation_repeat1, ACTIONS(1219), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [18641] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 2, sym_file_descriptor, sym__concat, ACTIONS(1383), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [18685] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1369), 1, sym_file_descriptor, ACTIONS(1547), 1, sym__special_character, STATE(505), 1, aux_sym__literal_repeat1, ACTIONS(1364), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [18733] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 1, sym_file_descriptor, ACTIONS(1550), 1, sym__concat, STATE(506), 1, aux_sym_concatenation_repeat1, ACTIONS(1225), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [18781] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1485), 1, sym__concat, STATE(408), 1, aux_sym_concatenation_repeat1, ACTIONS(1257), 3, sym_file_descriptor, sym_variable_name, ts_builtin_sym_end, ACTIONS(1255), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [18829] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1420), 1, anon_sym_LT_LT_LT, ACTIONS(1553), 1, anon_sym_LF, ACTIONS(1177), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1359), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1416), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(1418), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(1555), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1658), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1171), 19, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [18887] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1357), 2, sym_file_descriptor, sym__concat, ACTIONS(1355), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [18931] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(445), 1, anon_sym_BQUOTE, ACTIONS(1420), 1, anon_sym_LT_LT_LT, ACTIONS(1557), 1, anon_sym_LF, ACTIONS(1177), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1418), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(1538), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1561), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(1559), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1658), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [18991] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1457), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1455), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [19035] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1349), 2, sym_file_descriptor, sym__concat, ACTIONS(1347), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [19079] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1253), 1, sym_file_descriptor, ACTIONS(1251), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [19123] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 2, sym_file_descriptor, sym__concat, ACTIONS(1343), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [19167] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1420), 1, anon_sym_LT_LT_LT, ACTIONS(1177), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1359), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1416), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(1418), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(1563), 4, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1658), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1171), 19, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [19223] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1263), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [19267] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 2, sym_file_descriptor, sym__concat, ACTIONS(1343), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [19311] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1249), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1247), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [19355] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1325), 2, sym_file_descriptor, sym__concat, ACTIONS(1323), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [19399] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1225), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [19443] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1215), 1, sym_file_descriptor, ACTIONS(1432), 1, sym__concat, STATE(409), 1, aux_sym_concatenation_repeat1, ACTIONS(1213), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [19491] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1321), 2, sym_file_descriptor, sym__concat, ACTIONS(1319), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [19535] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1317), 2, sym_file_descriptor, sym__concat, ACTIONS(1315), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [19579] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1451), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [19623] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1313), 2, sym_file_descriptor, sym__concat, ACTIONS(1311), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [19667] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1353), 1, sym__concat, STATE(502), 1, aux_sym_concatenation_repeat1, ACTIONS(1199), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(1195), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [19715] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1309), 2, sym_file_descriptor, sym__concat, ACTIONS(1307), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [19759] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1353), 1, sym__concat, STATE(502), 1, aux_sym_concatenation_repeat1, ACTIONS(1249), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(1247), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [19807] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1305), 2, sym_file_descriptor, sym__concat, ACTIONS(1303), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [19851] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1301), 2, sym_file_descriptor, sym__concat, ACTIONS(1299), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [19895] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1249), 1, sym_file_descriptor, ACTIONS(1432), 1, sym__concat, STATE(409), 1, aux_sym_concatenation_repeat1, ACTIONS(1247), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [19943] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1297), 2, sym_file_descriptor, sym__concat, ACTIONS(1295), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [19987] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1293), 2, sym_file_descriptor, sym__concat, ACTIONS(1291), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [20031] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1289), 2, sym_file_descriptor, sym__concat, ACTIONS(1287), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [20075] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1193), 1, anon_sym_BQUOTE, ACTIONS(1420), 1, anon_sym_LT_LT_LT, ACTIONS(1565), 1, anon_sym_LF, ACTIONS(1177), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1418), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(1538), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1561), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(1567), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1658), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [20135] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1199), 1, sym_file_descriptor, ACTIONS(1195), 35, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [20179] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1285), 2, sym_file_descriptor, sym__concat, ACTIONS(1283), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [20223] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1393), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [20267] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1281), 2, sym_file_descriptor, sym__concat, ACTIONS(1279), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [20311] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1277), 2, sym_file_descriptor, sym__concat, ACTIONS(1275), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [20355] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1449), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1447), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [20399] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1443), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1441), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [20443] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 2, sym_file_descriptor, sym__concat, ACTIONS(1397), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [20487] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1571), 1, sym__special_character, ACTIONS(1573), 1, sym_file_descriptor, STATE(493), 1, aux_sym__literal_repeat1, ACTIONS(1569), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [20535] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1357), 2, sym_file_descriptor, sym__concat, ACTIONS(1355), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [20578] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1449), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1447), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [20621] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1221), 1, sym_file_descriptor, ACTIONS(1575), 1, sym__concat, STATE(551), 1, aux_sym_concatenation_repeat1, ACTIONS(1219), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [20668] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1393), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [20711] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1397), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [20754] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1357), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1355), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [20797] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 1, sym_file_descriptor, ACTIONS(1577), 1, sym__concat, STATE(551), 1, aux_sym_concatenation_repeat1, ACTIONS(1225), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [20844] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1383), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [20887] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1349), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1347), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [20930] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1343), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [20973] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1343), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [21016] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1325), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1323), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [21059] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1321), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1319), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [21102] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1317), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1315), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [21145] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1313), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1311), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [21188] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1443), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1441), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [21231] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1449), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1447), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [21274] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1309), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1307), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [21317] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1305), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1303), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [21360] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1301), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1299), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [21403] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1297), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1295), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [21446] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1451), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [21489] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1225), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [21532] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1293), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1291), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [21575] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1289), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1287), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [21618] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1285), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1283), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [21661] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1403), 1, sym_file_descriptor, ACTIONS(1580), 1, sym__special_character, STATE(651), 1, aux_sym__literal_repeat1, ACTIONS(1401), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [21708] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1263), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [21751] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1281), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1279), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [21794] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1277), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1275), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [21837] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1457), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1455), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [21880] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1582), 1, sym__special_character, STATE(576), 1, aux_sym__literal_repeat1, ACTIONS(1369), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1364), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [21927] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1249), 1, sym_file_descriptor, ACTIONS(1585), 1, sym__concat, STATE(547), 1, aux_sym_concatenation_repeat1, ACTIONS(1247), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [21974] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1587), 1, sym__concat, STATE(585), 1, aux_sym_concatenation_repeat1, ACTIONS(1249), 3, sym_file_descriptor, sym_variable_name, ts_builtin_sym_end, ACTIONS(1247), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [22021] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1479), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1477), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [22064] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1589), 1, sym__concat, STATE(584), 1, aux_sym_concatenation_repeat1, ACTIONS(1221), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1219), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [22111] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1483), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1481), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [22154] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1591), 1, sym__concat, STATE(582), 1, aux_sym_concatenation_repeat1, ACTIONS(1227), 3, sym_file_descriptor, sym_variable_name, ts_builtin_sym_end, ACTIONS(1225), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [22201] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1209), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1207), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [22244] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1594), 1, sym__concat, STATE(584), 1, aux_sym_concatenation_repeat1, ACTIONS(1227), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1225), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [22291] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1597), 1, sym__concat, STATE(582), 1, aux_sym_concatenation_repeat1, ACTIONS(1221), 3, sym_file_descriptor, sym_variable_name, ts_builtin_sym_end, ACTIONS(1219), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [22338] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1599), 1, sym__special_character, STATE(715), 1, aux_sym__literal_repeat1, ACTIONS(1461), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1459), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [22385] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1601), 1, sym__concat, STATE(580), 1, aux_sym_concatenation_repeat1, ACTIONS(1249), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1247), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [22432] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1603), 1, sym__concat, STATE(592), 1, aux_sym_concatenation_repeat1, ACTIONS(1249), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(1247), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [22479] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1605), 1, sym__concat, STATE(589), 1, aux_sym_concatenation_repeat1, ACTIONS(1227), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(1225), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [22526] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1610), 1, anon_sym_DQUOTE, ACTIONS(1612), 1, sym_raw_string, ACTIONS(1614), 1, aux_sym__simple_variable_name_token1, STATE(1833), 1, sym_string, ACTIONS(553), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(1608), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, ACTIONS(545), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [22579] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1616), 1, sym__special_character, STATE(591), 1, aux_sym__literal_repeat1, ACTIONS(1369), 3, sym_file_descriptor, sym_variable_name, ts_builtin_sym_end, ACTIONS(1364), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [22626] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1619), 1, sym__concat, STATE(589), 1, aux_sym_concatenation_repeat1, ACTIONS(1221), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(1219), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [22673] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1277), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1275), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [22716] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1281), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1279), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [22759] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1285), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1283), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [22802] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1289), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1287), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [22845] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1293), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1291), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [22888] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1297), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1295), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [22931] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1301), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1299), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [22974] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1305), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1303), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [23017] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1309), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1307), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [23060] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1313), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1311), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [23103] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1479), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1477), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [23146] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1317), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1315), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [23189] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1321), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1319), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [23232] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1325), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1323), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [23275] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1443), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1441), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [23318] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1483), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1481), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [23361] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1449), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1447), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [23404] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1343), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [23447] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1343), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [23490] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1349), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1347), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [23533] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1357), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1355), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [23576] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1451), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [23619] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1225), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [23662] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1209), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1207), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [23705] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1383), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [23748] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1263), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [23791] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1393), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [23834] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1457), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1455), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [23877] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1397), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [23920] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1277), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1275), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [23963] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1281), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1279), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [24006] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1285), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1283), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [24049] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1621), 1, sym__special_character, STATE(576), 1, aux_sym__literal_repeat1, ACTIONS(1461), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1459), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [24096] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1289), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1287), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [24139] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1293), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1291), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [24182] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1297), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1295), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [24225] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1301), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1299), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [24268] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1305), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1303), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [24311] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1249), 1, sym_file_descriptor, ACTIONS(1247), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [24354] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 2, sym_file_descriptor, sym__concat, ACTIONS(1397), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [24397] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1457), 2, sym_file_descriptor, sym__concat, ACTIONS(1455), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [24440] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 2, sym_file_descriptor, sym__concat, ACTIONS(1393), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [24483] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1309), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1307), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [24526] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 2, sym_file_descriptor, sym__concat, ACTIONS(1263), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [24569] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 2, sym_file_descriptor, sym__concat, ACTIONS(1383), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [24612] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1313), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1311), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [24655] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1587), 1, sym__concat, STATE(585), 1, aux_sym_concatenation_repeat1, ACTIONS(1209), 3, sym_file_descriptor, sym_variable_name, ts_builtin_sym_end, ACTIONS(1207), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [24702] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1249), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1247), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [24745] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1317), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1315), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [24788] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1321), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1319), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [24831] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1623), 1, sym__special_character, STATE(643), 1, aux_sym__literal_repeat1, ACTIONS(1369), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(1364), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [24878] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1325), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1323), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [24921] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1626), 1, sym__special_character, STATE(643), 1, aux_sym__literal_repeat1, ACTIONS(1389), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(1387), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [24968] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1443), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1441), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [25011] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1457), 2, sym_file_descriptor, sym__concat, ACTIONS(1455), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [25054] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1215), 1, sym_file_descriptor, ACTIONS(1213), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [25097] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 2, sym_file_descriptor, sym__concat, ACTIONS(1263), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [25140] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1249), 1, sym_file_descriptor, ACTIONS(1247), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [25183] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1369), 1, sym_file_descriptor, ACTIONS(1628), 1, sym__special_character, STATE(651), 1, aux_sym__literal_repeat1, ACTIONS(1364), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [25230] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1383), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [25273] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1263), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [25316] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1393), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [25359] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1457), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1455), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [25402] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1397), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [25445] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 2, sym_file_descriptor, sym__concat, ACTIONS(1225), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [25488] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 2, sym_file_descriptor, sym__concat, ACTIONS(1451), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [25531] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1603), 1, sym__concat, STATE(592), 1, aux_sym_concatenation_repeat1, ACTIONS(1271), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(1269), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [25578] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1449), 2, sym_file_descriptor, sym__concat, ACTIONS(1447), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [25621] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1341), 1, sym_file_descriptor, ACTIONS(1580), 1, sym__special_character, STATE(651), 1, aux_sym__literal_repeat1, ACTIONS(1337), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [25668] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1443), 2, sym_file_descriptor, sym__concat, ACTIONS(1441), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [25711] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1631), 1, sym__special_character, STATE(591), 1, aux_sym__literal_repeat1, ACTIONS(1331), 3, sym_file_descriptor, sym_variable_name, ts_builtin_sym_end, ACTIONS(1327), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [25758] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1631), 1, sym__special_character, STATE(591), 1, aux_sym__literal_repeat1, ACTIONS(1461), 3, sym_file_descriptor, sym_variable_name, ts_builtin_sym_end, ACTIONS(1459), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [25805] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1457), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1455), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [25848] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1263), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [25891] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1626), 1, sym__special_character, STATE(643), 1, aux_sym__literal_repeat1, ACTIONS(1403), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(1401), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [25938] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1249), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1247), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [25981] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1621), 1, sym__special_character, STATE(576), 1, aux_sym__literal_repeat1, ACTIONS(1331), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1327), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [26028] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1253), 1, sym_file_descriptor, ACTIONS(1251), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [26071] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1271), 1, sym_file_descriptor, ACTIONS(1585), 1, sym__concat, STATE(547), 1, aux_sym_concatenation_repeat1, ACTIONS(1269), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [26118] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 2, sym_file_descriptor, sym__concat, ACTIONS(1225), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [26161] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1225), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [26204] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1451), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [26247] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 2, sym_file_descriptor, sym__concat, ACTIONS(1451), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [26290] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1357), 2, sym_file_descriptor, sym__concat, ACTIONS(1355), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [26333] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1349), 2, sym_file_descriptor, sym__concat, ACTIONS(1347), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [26376] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 2, sym_file_descriptor, sym__concat, ACTIONS(1343), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [26419] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 2, sym_file_descriptor, sym__concat, ACTIONS(1343), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [26462] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1449), 2, sym_file_descriptor, sym__concat, ACTIONS(1447), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [26505] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1225), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [26548] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1451), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [26591] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1601), 1, sym__concat, STATE(580), 1, aux_sym_concatenation_repeat1, ACTIONS(1209), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1207), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [26638] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1443), 2, sym_file_descriptor, sym__concat, ACTIONS(1441), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [26681] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1325), 2, sym_file_descriptor, sym__concat, ACTIONS(1323), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [26724] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1321), 2, sym_file_descriptor, sym__concat, ACTIONS(1319), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [26767] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1317), 2, sym_file_descriptor, sym__concat, ACTIONS(1315), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [26810] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1525), 1, anon_sym_DQUOTE, ACTIONS(1527), 1, sym_raw_string, ACTIONS(1529), 1, aux_sym__simple_variable_name_token1, STATE(1694), 1, sym_string, ACTIONS(553), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(1523), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, ACTIONS(545), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [26863] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1277), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1275), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [26906] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1281), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1279), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [26949] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1285), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1283), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [26992] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1289), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1287), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [27035] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1293), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1291), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [27078] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1297), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1295), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [27121] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1301), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1299), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [27164] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1313), 2, sym_file_descriptor, sym__concat, ACTIONS(1311), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [27207] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1309), 2, sym_file_descriptor, sym__concat, ACTIONS(1307), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [27250] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1305), 2, sym_file_descriptor, sym__concat, ACTIONS(1303), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [27293] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1301), 2, sym_file_descriptor, sym__concat, ACTIONS(1299), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [27336] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1305), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1303), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [27379] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1309), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1307), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [27422] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1313), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1311), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [27465] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1317), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1315), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [27508] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1321), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1319), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [27551] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1325), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1323), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [27594] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1357), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1355), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [27637] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1297), 2, sym_file_descriptor, sym__concat, ACTIONS(1295), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [27680] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1293), 2, sym_file_descriptor, sym__concat, ACTIONS(1291), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [27723] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1289), 2, sym_file_descriptor, sym__concat, ACTIONS(1287), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [27766] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1285), 2, sym_file_descriptor, sym__concat, ACTIONS(1283), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [27809] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1343), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [27852] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1343), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [27895] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1349), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1347), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [27938] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1357), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1355), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [27981] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1633), 1, sym__special_character, STATE(715), 1, aux_sym__literal_repeat1, ACTIONS(1369), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1364), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [28028] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1383), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [28071] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1281), 2, sym_file_descriptor, sym__concat, ACTIONS(1279), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [28114] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1277), 2, sym_file_descriptor, sym__concat, ACTIONS(1275), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [28157] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1393), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [28200] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1397), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [28243] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1277), 2, sym_file_descriptor, sym__concat, ACTIONS(1275), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [28286] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1281), 2, sym_file_descriptor, sym__concat, ACTIONS(1279), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [28329] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1285), 2, sym_file_descriptor, sym__concat, ACTIONS(1283), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [28372] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1289), 2, sym_file_descriptor, sym__concat, ACTIONS(1287), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [28415] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1293), 2, sym_file_descriptor, sym__concat, ACTIONS(1291), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [28458] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1297), 2, sym_file_descriptor, sym__concat, ACTIONS(1295), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [28501] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1301), 2, sym_file_descriptor, sym__concat, ACTIONS(1299), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [28544] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1305), 2, sym_file_descriptor, sym__concat, ACTIONS(1303), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [28587] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1309), 2, sym_file_descriptor, sym__concat, ACTIONS(1307), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [28630] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1313), 2, sym_file_descriptor, sym__concat, ACTIONS(1311), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [28673] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1317), 2, sym_file_descriptor, sym__concat, ACTIONS(1315), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [28716] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1321), 2, sym_file_descriptor, sym__concat, ACTIONS(1319), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [28759] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1325), 2, sym_file_descriptor, sym__concat, ACTIONS(1323), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [28802] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1389), 1, sym_file_descriptor, ACTIONS(1580), 1, sym__special_character, STATE(651), 1, aux_sym__literal_repeat1, ACTIONS(1387), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [28849] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1626), 1, sym__special_character, STATE(643), 1, aux_sym__literal_repeat1, ACTIONS(1341), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(1337), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [28896] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1199), 1, sym_file_descriptor, ACTIONS(1195), 34, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [28939] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 2, sym_file_descriptor, sym__concat, ACTIONS(1343), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [28982] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 2, sym_file_descriptor, sym__concat, ACTIONS(1343), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [29025] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1349), 2, sym_file_descriptor, sym__concat, ACTIONS(1347), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [29068] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1349), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1347), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [29111] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1369), 1, sym_file_descriptor, ACTIONS(1636), 1, sym__special_character, STATE(741), 1, aux_sym__literal_repeat1, ACTIONS(1364), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [29158] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 2, sym_file_descriptor, sym__concat, ACTIONS(1383), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [29201] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 2, sym_file_descriptor, sym__concat, ACTIONS(1393), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [29244] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 2, sym_file_descriptor, sym__concat, ACTIONS(1397), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [29287] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1573), 1, sym_file_descriptor, ACTIONS(1639), 1, sym__special_character, STATE(741), 1, aux_sym__literal_repeat1, ACTIONS(1569), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [29334] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1343), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [29377] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1343), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [29420] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1449), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1447), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [29463] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1443), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1441), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [29506] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1343), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [29548] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1397), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [29590] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1457), 2, sym_file_descriptor, sym__concat, ACTIONS(1455), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [29632] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1479), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1477), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [29674] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1641), 1, sym__special_character, STATE(848), 1, aux_sym__literal_repeat1, ACTIONS(1461), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1459), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [29720] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1215), 1, sym_file_descriptor, ACTIONS(1213), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [29762] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 2, sym_file_descriptor, sym__concat, ACTIONS(1225), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [29804] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1199), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(1195), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [29846] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 2, sym_file_descriptor, sym__concat, ACTIONS(1451), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [29888] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1397), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [29930] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1457), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1455), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [29972] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1449), 2, sym_file_descriptor, sym__concat, ACTIONS(1447), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [30014] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1443), 2, sym_file_descriptor, sym__concat, ACTIONS(1441), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [30056] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym_DOLLAR, ACTIONS(41), 1, sym__special_character, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(47), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(49), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(51), 1, anon_sym_BQUOTE, ACTIONS(55), 1, sym_file_descriptor, ACTIONS(1163), 1, sym_variable_name, ACTIONS(1169), 1, sym_word, STATE(234), 1, sym_command_name, STATE(735), 1, aux_sym__literal_repeat1, STATE(757), 1, sym_concatenation, STATE(3263), 1, sym_subscript, ACTIONS(45), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(53), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1669), 3, sym_variable_assignment, sym_file_redirect, aux_sym_command_repeat1, STATE(526), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(37), 8, 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_GT_PIPE, [30130] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1393), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [30172] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1263), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [30214] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1483), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1481), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [30256] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1253), 1, sym_file_descriptor, ACTIONS(1251), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [30298] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1383), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [30340] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1249), 3, sym_file_descriptor, sym_variable_name, ts_builtin_sym_end, ACTIONS(1247), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [30382] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 2, sym_file_descriptor, sym__concat, ACTIONS(1397), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [30424] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, sym_file_descriptor, ACTIONS(215), 1, anon_sym_DOLLAR, ACTIONS(217), 1, sym__special_character, ACTIONS(219), 1, anon_sym_DQUOTE, ACTIONS(223), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(225), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(227), 1, anon_sym_BQUOTE, ACTIONS(1163), 1, sym_variable_name, ACTIONS(1165), 1, sym_word, STATE(210), 1, sym_command_name, STATE(469), 1, aux_sym__literal_repeat1, STATE(736), 1, sym_concatenation, STATE(3263), 1, sym_subscript, ACTIONS(221), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(229), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1669), 3, sym_variable_assignment, sym_file_redirect, aux_sym_command_repeat1, STATE(349), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(37), 8, 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_GT_PIPE, [30498] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 2, sym_file_descriptor, sym__concat, ACTIONS(1393), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [30540] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 2, sym_file_descriptor, sym__concat, ACTIONS(1383), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [30582] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1249), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1247), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [30624] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1357), 2, sym_file_descriptor, sym__concat, ACTIONS(1355), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [30666] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1249), 1, sym_file_descriptor, ACTIONS(1247), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [30708] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1349), 2, sym_file_descriptor, sym__concat, ACTIONS(1347), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [30750] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 2, sym_file_descriptor, sym__concat, ACTIONS(1343), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [30792] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1249), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1247), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [30834] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 2, sym_file_descriptor, sym__concat, ACTIONS(1343), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [30876] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1325), 2, sym_file_descriptor, sym__concat, ACTIONS(1323), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [30918] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1321), 2, sym_file_descriptor, sym__concat, ACTIONS(1319), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [30960] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1317), 2, sym_file_descriptor, sym__concat, ACTIONS(1315), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [31002] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1313), 2, sym_file_descriptor, sym__concat, ACTIONS(1311), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [31044] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1225), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [31086] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1309), 2, sym_file_descriptor, sym__concat, ACTIONS(1307), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [31128] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1305), 2, sym_file_descriptor, sym__concat, ACTIONS(1303), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [31170] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1301), 2, sym_file_descriptor, sym__concat, ACTIONS(1299), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [31212] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1451), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [31254] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1297), 2, sym_file_descriptor, sym__concat, ACTIONS(1295), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [31296] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1293), 2, sym_file_descriptor, sym__concat, ACTIONS(1291), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [31338] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1289), 2, sym_file_descriptor, sym__concat, ACTIONS(1287), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [31380] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1215), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(1213), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [31422] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1573), 1, sym_file_descriptor, ACTIONS(1643), 1, sym__special_character, STATE(802), 1, aux_sym__literal_repeat1, ACTIONS(1569), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [31468] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1285), 2, sym_file_descriptor, sym__concat, ACTIONS(1283), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [31510] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1281), 2, sym_file_descriptor, sym__concat, ACTIONS(1279), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [31552] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1277), 2, sym_file_descriptor, sym__concat, ACTIONS(1275), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [31594] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1357), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1355), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [31636] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1645), 1, sym__special_character, STATE(799), 1, aux_sym__literal_repeat1, ACTIONS(1369), 3, sym_file_descriptor, sym_variable_name, ts_builtin_sym_end, ACTIONS(1364), 29, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [31682] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1349), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1347), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [31724] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1343), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [31766] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1369), 1, sym_file_descriptor, ACTIONS(1648), 1, sym__special_character, STATE(802), 1, aux_sym__literal_repeat1, ACTIONS(1364), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [31812] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1277), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1275), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [31854] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1281), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1279), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [31896] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1285), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1283), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [31938] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1343), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [31980] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1209), 3, sym_file_descriptor, sym_variable_name, ts_builtin_sym_end, ACTIONS(1207), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [32022] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1289), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1287), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [32064] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1293), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1291), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [32106] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1297), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1295), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [32148] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1449), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1447), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [32190] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1301), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1299), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [32232] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1305), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1303), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [32274] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1309), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1307), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [32316] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1313), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1311), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [32358] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, sym_file_descriptor, ACTIONS(95), 1, anon_sym_DOLLAR, ACTIONS(97), 1, sym__special_character, ACTIONS(99), 1, anon_sym_DQUOTE, ACTIONS(103), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(105), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(107), 1, anon_sym_BQUOTE, ACTIONS(1161), 1, sym_word, ACTIONS(1163), 1, sym_variable_name, STATE(235), 1, sym_command_name, STATE(661), 1, aux_sym__literal_repeat1, STATE(817), 1, sym_concatenation, STATE(3263), 1, sym_subscript, ACTIONS(101), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(109), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1669), 3, sym_variable_assignment, sym_file_redirect, aux_sym_command_repeat1, STATE(442), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(37), 8, 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_GT_PIPE, [32432] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1199), 1, sym_file_descriptor, ACTIONS(1195), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [32474] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1317), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1315), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [32516] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, sym_file_descriptor, ACTIONS(95), 1, anon_sym_DOLLAR, ACTIONS(97), 1, sym__special_character, ACTIONS(99), 1, anon_sym_DQUOTE, ACTIONS(103), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(105), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(107), 1, anon_sym_BQUOTE, ACTIONS(1161), 1, sym_word, ACTIONS(1163), 1, sym_variable_name, STATE(250), 1, sym_command_name, STATE(661), 1, aux_sym__literal_repeat1, STATE(817), 1, sym_concatenation, STATE(3263), 1, sym_subscript, ACTIONS(101), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(109), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1669), 3, sym_variable_assignment, sym_file_redirect, aux_sym_command_repeat1, STATE(442), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(37), 8, 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_GT_PIPE, [32590] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1651), 1, sym__special_character, STATE(870), 1, aux_sym__literal_repeat1, ACTIONS(1573), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(1569), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [32636] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1321), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1319), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [32678] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1325), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1323), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [32720] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1343), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [32762] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1343), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [32804] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1349), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1347), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [32846] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1357), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1355), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [32888] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1383), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [32930] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1655), 1, anon_sym_DQUOTE, ACTIONS(1657), 1, sym_raw_string, ACTIONS(1659), 1, aux_sym__simple_variable_name_token1, STATE(2006), 1, sym_string, ACTIONS(553), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(1653), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, ACTIONS(545), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [32982] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1393), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [33024] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1249), 1, sym_file_descriptor, ACTIONS(1247), 33, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [33066] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(55), 1, sym_file_descriptor, ACTIONS(159), 1, anon_sym_DOLLAR, ACTIONS(161), 1, sym__special_character, ACTIONS(163), 1, anon_sym_DQUOTE, ACTIONS(167), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(169), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(171), 1, anon_sym_BQUOTE, ACTIONS(1163), 1, sym_variable_name, ACTIONS(1167), 1, sym_word, STATE(179), 1, sym_command_name, STATE(313), 1, aux_sym__literal_repeat1, STATE(536), 1, sym_concatenation, STATE(3263), 1, sym_subscript, ACTIONS(165), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(173), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1669), 3, sym_variable_assignment, sym_file_redirect, aux_sym_command_repeat1, STATE(278), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(37), 8, 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_GT_PIPE, [33140] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1457), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1455), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [33182] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1443), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1441), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [33224] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1449), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1447), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [33266] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1263), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [33308] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1253), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(1251), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [33350] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1451), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [33392] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1225), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [33434] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1483), 3, sym_file_descriptor, sym_variable_name, ts_builtin_sym_end, ACTIONS(1481), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [33476] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1225), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [33518] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1249), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(1247), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [33560] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1451), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [33602] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1263), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [33644] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1457), 4, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, ACTIONS(1455), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [33686] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1449), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1447), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [33728] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1443), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1441), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [33770] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1397), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [33812] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1661), 1, sym__special_character, STATE(848), 1, aux_sym__literal_repeat1, ACTIONS(1369), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1364), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [33858] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1393), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [33900] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1479), 3, sym_file_descriptor, sym_variable_name, ts_builtin_sym_end, ACTIONS(1477), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [33942] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1479), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1477), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [33984] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1383), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [34026] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1357), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1355), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [34068] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1349), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1347), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [34110] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 2, sym_file_descriptor, sym__concat, ACTIONS(1263), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [34152] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1443), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1441), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [34194] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1483), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1481), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [34236] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1343), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [34278] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1325), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1323), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [34320] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1321), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1319), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [34362] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1317), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1315), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [34404] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1313), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1311), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [34446] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1309), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1307), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [34488] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1664), 1, sym__special_character, STATE(799), 1, aux_sym__literal_repeat1, ACTIONS(1461), 3, sym_file_descriptor, sym_variable_name, ts_builtin_sym_end, ACTIONS(1459), 29, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [34534] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1305), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1303), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [34576] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1301), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1299), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [34618] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1297), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1295), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [34660] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1209), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1207), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [34702] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1325), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1323), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [34744] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1666), 1, sym__special_character, STATE(870), 1, aux_sym__literal_repeat1, ACTIONS(1369), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(1364), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [34790] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1321), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1319), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [34832] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1293), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1291), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [34874] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1289), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1287), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [34916] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1285), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1283), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [34958] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1281), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1279), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [35000] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1277), 3, sym_file_descriptor, sym__concat, sym_variable_name, ACTIONS(1275), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [35042] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1277), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1275), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [35084] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1281), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1279), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [35126] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1285), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1283), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [35168] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1289), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1287), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [35210] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1293), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1291), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [35252] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1297), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1295), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [35294] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1317), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1315), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [35336] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1301), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1299), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [35378] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1305), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1303), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [35420] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1309), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1307), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [35462] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1313), 3, sym_file_descriptor, sym__concat, ts_builtin_sym_end, ACTIONS(1311), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [35504] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1209), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1207), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [35546] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1671), 1, anon_sym_DQUOTE, ACTIONS(1673), 1, sym_raw_string, ACTIONS(1675), 1, aux_sym__simple_variable_name_token1, STATE(1752), 1, sym_string, ACTIONS(1669), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, ACTIONS(545), 20, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [35595] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1249), 1, sym_file_descriptor, ACTIONS(1247), 32, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [35636] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1479), 3, sym_file_descriptor, sym_variable_name, ts_builtin_sym_end, ACTIONS(1477), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [35677] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1249), 2, sym_file_descriptor, ts_builtin_sym_end, ACTIONS(1247), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, anon_sym_AMP, [35718] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1483), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1481), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [35759] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1249), 3, sym_file_descriptor, sym_variable_name, ts_builtin_sym_end, ACTIONS(1247), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [35800] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1209), 3, sym_file_descriptor, sym_variable_name, ts_builtin_sym_end, ACTIONS(1207), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [35841] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1479), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1477), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [35882] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1483), 3, sym_file_descriptor, sym_variable_name, ts_builtin_sym_end, ACTIONS(1481), 30, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [35923] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1209), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1207), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [35964] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1249), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1247), 31, anon_sym_LF, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [36005] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1671), 1, anon_sym_DQUOTE, ACTIONS(1681), 1, anon_sym_LPAREN, ACTIONS(1685), 1, anon_sym_DOLLAR, ACTIONS(1687), 1, sym__special_character, ACTIONS(1689), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1691), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1693), 1, anon_sym_BQUOTE, STATE(1740), 1, aux_sym__literal_repeat1, STATE(1916), 1, sym__expression, ACTIONS(1683), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1695), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1677), 3, sym_raw_string, sym_ansii_c_string, sym_word, ACTIONS(1679), 4, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1724), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2008), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [36071] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1671), 1, anon_sym_DQUOTE, ACTIONS(1681), 1, anon_sym_LPAREN, ACTIONS(1685), 1, anon_sym_DOLLAR, ACTIONS(1687), 1, sym__special_character, ACTIONS(1689), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1691), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1693), 1, anon_sym_BQUOTE, STATE(1740), 1, aux_sym__literal_repeat1, STATE(1975), 1, sym__expression, ACTIONS(1683), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1695), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1677), 3, sym_raw_string, sym_ansii_c_string, sym_word, ACTIONS(1697), 4, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1724), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2008), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [36137] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1671), 1, anon_sym_DQUOTE, ACTIONS(1681), 1, anon_sym_LPAREN, ACTIONS(1685), 1, anon_sym_DOLLAR, ACTIONS(1687), 1, sym__special_character, ACTIONS(1689), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1691), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1693), 1, anon_sym_BQUOTE, STATE(1740), 1, aux_sym__literal_repeat1, STATE(1959), 1, sym__expression, ACTIONS(1683), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1695), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1677), 3, sym_raw_string, sym_ansii_c_string, sym_word, ACTIONS(1699), 4, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1724), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2008), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [36203] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1671), 1, anon_sym_DQUOTE, ACTIONS(1681), 1, anon_sym_LPAREN, ACTIONS(1685), 1, anon_sym_DOLLAR, ACTIONS(1687), 1, sym__special_character, ACTIONS(1689), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1691), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1693), 1, anon_sym_BQUOTE, STATE(1740), 1, aux_sym__literal_repeat1, STATE(1958), 1, sym__expression, ACTIONS(1683), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1695), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1677), 3, sym_raw_string, sym_ansii_c_string, sym_word, ACTIONS(1701), 4, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1724), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2008), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [36269] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1707), 1, anon_sym_DQUOTE, ACTIONS(1709), 1, sym_raw_string, ACTIONS(1711), 1, aux_sym__simple_variable_name_token1, STATE(1948), 1, sym_string, ACTIONS(545), 4, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, ACTIONS(1703), 4, anon_sym_BANG, anon_sym_DASH, anon_sym_0, anon_sym__, ACTIONS(1705), 5, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, ACTIONS(553), 15, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [36321] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1671), 1, anon_sym_DQUOTE, ACTIONS(1681), 1, anon_sym_LPAREN, ACTIONS(1685), 1, anon_sym_DOLLAR, ACTIONS(1687), 1, sym__special_character, ACTIONS(1689), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1691), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1693), 1, anon_sym_BQUOTE, STATE(1740), 1, aux_sym__literal_repeat1, STATE(1941), 1, sym__expression, ACTIONS(1683), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1695), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1677), 3, sym_raw_string, sym_ansii_c_string, sym_word, ACTIONS(1713), 4, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1724), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2008), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [36387] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1671), 1, anon_sym_DQUOTE, ACTIONS(1681), 1, anon_sym_LPAREN, ACTIONS(1685), 1, anon_sym_DOLLAR, ACTIONS(1687), 1, sym__special_character, ACTIONS(1689), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1691), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1693), 1, anon_sym_BQUOTE, STATE(1740), 1, aux_sym__literal_repeat1, STATE(1904), 1, sym__expression, ACTIONS(1683), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1695), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1677), 3, sym_raw_string, sym_ansii_c_string, sym_word, ACTIONS(1715), 4, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1724), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2008), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [36453] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1671), 1, anon_sym_DQUOTE, ACTIONS(1681), 1, anon_sym_LPAREN, ACTIONS(1685), 1, anon_sym_DOLLAR, ACTIONS(1687), 1, sym__special_character, ACTIONS(1689), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1691), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1693), 1, anon_sym_BQUOTE, STATE(1740), 1, aux_sym__literal_repeat1, STATE(1918), 1, sym__expression, ACTIONS(1683), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1695), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1677), 3, sym_raw_string, sym_ansii_c_string, sym_word, ACTIONS(1717), 4, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1724), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2008), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [36519] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1721), 1, anon_sym_DQUOTE, ACTIONS(1723), 1, sym_raw_string, ACTIONS(1725), 1, aux_sym__simple_variable_name_token1, STATE(1869), 1, sym_string, ACTIONS(553), 2, sym_file_descriptor, sym_variable_name, ACTIONS(1719), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, ACTIONS(545), 17, anon_sym_RPAREN, 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_GT_PIPE, sym__special_character, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [36569] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1671), 1, anon_sym_DQUOTE, ACTIONS(1681), 1, anon_sym_LPAREN, ACTIONS(1685), 1, anon_sym_DOLLAR, ACTIONS(1687), 1, sym__special_character, ACTIONS(1689), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1691), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1693), 1, anon_sym_BQUOTE, STATE(1740), 1, aux_sym__literal_repeat1, STATE(1990), 1, sym__expression, ACTIONS(1683), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1695), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1677), 3, sym_raw_string, sym_ansii_c_string, sym_word, ACTIONS(1727), 4, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1724), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2008), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [36635] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1671), 1, anon_sym_DQUOTE, ACTIONS(1681), 1, anon_sym_LPAREN, ACTIONS(1685), 1, anon_sym_DOLLAR, ACTIONS(1687), 1, sym__special_character, ACTIONS(1689), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1691), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1693), 1, anon_sym_BQUOTE, STATE(1740), 1, aux_sym__literal_repeat1, STATE(2024), 1, sym__expression, ACTIONS(1683), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1695), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1677), 3, sym_raw_string, sym_ansii_c_string, sym_word, ACTIONS(1729), 4, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1724), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2008), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [36701] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1735), 1, anon_sym_DQUOTE, ACTIONS(1737), 1, sym_raw_string, ACTIONS(1739), 1, aux_sym__simple_variable_name_token1, STATE(2306), 1, sym_string, ACTIONS(545), 4, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, ACTIONS(1731), 4, anon_sym_BANG, anon_sym_DASH, anon_sym_0, anon_sym__, ACTIONS(1733), 5, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, ACTIONS(553), 13, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [36751] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(1745), 1, anon_sym_DQUOTE, ACTIONS(1747), 1, sym_raw_string, ACTIONS(1749), 1, aux_sym__simple_variable_name_token1, STATE(2095), 1, sym_string, ACTIONS(545), 4, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, ACTIONS(1741), 4, anon_sym_BANG, anon_sym_DASH, anon_sym_0, anon_sym__, ACTIONS(1743), 5, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, ACTIONS(553), 13, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [36801] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1753), 1, anon_sym_RPAREN_RPAREN, ACTIONS(1755), 1, anon_sym_LPAREN, ACTIONS(1759), 1, anon_sym_DOLLAR, ACTIONS(1761), 1, sym__special_character, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, STATE(1944), 1, aux_sym__literal_repeat1, STATE(2385), 1, sym__expression, ACTIONS(1757), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1751), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1761), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2151), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [36864] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1775), 1, anon_sym_RBRACE, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1787), 1, anon_sym_SLASH, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1473), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1777), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [36925] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1795), 1, anon_sym_RBRACE, ACTIONS(1799), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1491), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1797), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [36986] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1801), 1, anon_sym_RBRACE, ACTIONS(1805), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1465), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1803), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [37047] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1807), 1, anon_sym_RBRACE, ACTIONS(1811), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1495), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1809), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [37108] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1795), 1, anon_sym_RBRACE, ACTIONS(1813), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1491), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1797), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [37169] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1815), 1, anon_sym_RBRACE, ACTIONS(1819), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1482), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1817), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [37230] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1821), 1, anon_sym_RBRACE, ACTIONS(1825), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1179), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1823), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [37291] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1827), 1, anon_sym_RBRACE, ACTIONS(1831), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1481), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1829), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [37352] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1833), 1, anon_sym_RBRACE, ACTIONS(1837), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1461), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1835), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [37413] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1839), 1, anon_sym_RBRACE, ACTIONS(1843), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1254), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1841), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [37474] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1845), 1, anon_sym_RBRACE, ACTIONS(1849), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1418), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1847), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [37535] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1851), 1, anon_sym_RBRACE, ACTIONS(1855), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1417), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1853), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [37596] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1857), 1, anon_sym_RBRACE, ACTIONS(1861), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1474), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1859), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [37657] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1863), 1, anon_sym_RBRACE, ACTIONS(1867), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1394), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1865), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [37718] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1869), 1, anon_sym_RBRACE, ACTIONS(1873), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1390), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1871), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [37779] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1875), 1, anon_sym_RBRACE, ACTIONS(1879), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1459), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1877), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [37840] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1833), 1, anon_sym_RBRACE, ACTIONS(1881), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1461), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1835), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [37901] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1883), 1, anon_sym_RBRACE, ACTIONS(1887), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1384), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1885), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [37962] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1889), 1, anon_sym_RBRACE, ACTIONS(1893), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1455), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1891), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [38023] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1895), 1, anon_sym_RBRACE, ACTIONS(1899), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1453), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1897), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [38084] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1755), 1, anon_sym_LPAREN, ACTIONS(1759), 1, anon_sym_DOLLAR, ACTIONS(1761), 1, sym__special_character, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, ACTIONS(1901), 1, anon_sym_RPAREN_RPAREN, STATE(1944), 1, aux_sym__literal_repeat1, STATE(2364), 1, sym__expression, ACTIONS(1757), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1751), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1761), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2151), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [38147] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1903), 1, anon_sym_RBRACE, ACTIONS(1907), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1423), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1905), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [38208] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1909), 1, anon_sym_RBRACE, ACTIONS(1913), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1416), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1911), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [38269] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1915), 1, anon_sym_RBRACE, ACTIONS(1919), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1386), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1917), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [38330] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1883), 1, anon_sym_RBRACE, ACTIONS(1921), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1384), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1885), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [38391] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1923), 1, anon_sym_RBRACE, ACTIONS(1927), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1502), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1925), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [38452] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1929), 1, anon_sym_RBRACE, ACTIONS(1933), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1383), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1931), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [38513] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1935), 1, anon_sym_RBRACE, ACTIONS(1939), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1380), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1937), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [38574] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1941), 1, anon_sym_RBRACE, ACTIONS(1945), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1376), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1943), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [38635] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1947), 1, anon_sym_RBRACE, ACTIONS(1951), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1302), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1949), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [38696] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1953), 1, anon_sym_RBRACE, ACTIONS(1957), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1414), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1955), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [38757] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1959), 1, anon_sym_RBRACE, ACTIONS(1963), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1301), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1961), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [38818] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1965), 1, anon_sym_RBRACE, ACTIONS(1969), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1297), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1967), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [38879] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1971), 1, anon_sym_RBRACE, ACTIONS(1975), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1296), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1973), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [38940] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1977), 1, anon_sym_RBRACE, ACTIONS(1981), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1294), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1979), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [39001] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1971), 1, anon_sym_RBRACE, ACTIONS(1983), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1296), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1973), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [39062] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1985), 1, anon_sym_RBRACE, ACTIONS(1989), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1358), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1987), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [39123] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1991), 1, anon_sym_RBRACE, ACTIONS(1995), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1347), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1993), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [39184] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1997), 1, anon_sym_RBRACE, ACTIONS(2001), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1307), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1999), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [39245] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2003), 1, anon_sym_RBRACE, ACTIONS(2007), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1290), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2005), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [39306] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2009), 1, anon_sym_RBRACE, ACTIONS(2013), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1287), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2011), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [39367] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2015), 1, anon_sym_RBRACE, ACTIONS(2019), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1313), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2017), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [39428] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1997), 1, anon_sym_RBRACE, ACTIONS(2021), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1307), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1999), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [39489] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2023), 1, anon_sym_RBRACE, ACTIONS(2027), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1300), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2025), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [39550] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2029), 1, anon_sym_RBRACE, ACTIONS(2033), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1299), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2031), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [39611] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2035), 1, anon_sym_RBRACE, ACTIONS(2039), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1298), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2037), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [39672] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2041), 1, anon_sym_RBRACE, ACTIONS(2045), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1409), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2043), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [39733] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2047), 1, anon_sym_RBRACE, ACTIONS(2051), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1430), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2049), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [39794] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2053), 1, anon_sym_RBRACE, ACTIONS(2057), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1516), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2055), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [39855] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2059), 1, anon_sym_RBRACE, ACTIONS(2063), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1432), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2061), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [39916] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2065), 1, anon_sym_RBRACE, ACTIONS(2069), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1258), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2067), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [39977] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2071), 1, anon_sym_RBRACE, ACTIONS(2075), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1480), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2073), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [40038] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2077), 1, anon_sym_RBRACE, ACTIONS(2081), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1484), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2079), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [40099] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2083), 1, anon_sym_RBRACE, ACTIONS(2087), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1490), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2085), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [40160] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2089), 1, anon_sym_RBRACE, ACTIONS(2093), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1256), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2091), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [40221] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2095), 1, anon_sym_RBRACE, ACTIONS(2099), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1406), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2097), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [40282] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2101), 1, anon_sym_RBRACE, ACTIONS(2105), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1251), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2103), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [40343] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2041), 1, anon_sym_RBRACE, ACTIONS(2107), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1409), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2043), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [40404] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2109), 1, anon_sym_RBRACE, ACTIONS(2113), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1487), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2111), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [40465] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2115), 1, anon_sym_RBRACE, ACTIONS(2119), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1379), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2117), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [40526] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2121), 1, anon_sym_RBRACE, ACTIONS(2125), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1250), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2123), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [40587] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2083), 1, anon_sym_RBRACE, ACTIONS(2127), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1490), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2085), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [40648] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2129), 1, anon_sym_RBRACE, ACTIONS(2133), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1492), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2131), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [40709] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2135), 1, anon_sym_RBRACE, ACTIONS(2139), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1494), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2137), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [40770] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2141), 1, anon_sym_RBRACE, ACTIONS(2145), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1496), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2143), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [40831] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2147), 1, anon_sym_RBRACE, ACTIONS(2151), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1506), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2149), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [40892] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2153), 1, anon_sym_RBRACE, ACTIONS(2157), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1508), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2155), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [40953] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2159), 1, anon_sym_RBRACE, ACTIONS(2163), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1371), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2161), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [41014] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2165), 1, anon_sym_RBRACE, ACTIONS(2169), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1513), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2167), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [41075] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2171), 1, anon_sym_RBRACE, ACTIONS(2175), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1511), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2173), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [41136] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2165), 1, anon_sym_RBRACE, ACTIONS(2177), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1513), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2167), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [41197] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2179), 1, anon_sym_RBRACE, ACTIONS(2183), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1515), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2181), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [41258] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2185), 1, anon_sym_RBRACE, ACTIONS(2189), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1517), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2187), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [41319] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2047), 1, anon_sym_RBRACE, ACTIONS(2191), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1430), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2049), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [41380] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2193), 1, anon_sym_RBRACE, ACTIONS(2197), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1435), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2195), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [41441] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2199), 1, anon_sym_RBRACE, ACTIONS(2203), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1438), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2201), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [41502] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2205), 1, anon_sym_RBRACE, ACTIONS(2209), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1401), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2207), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [41563] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1755), 1, anon_sym_LPAREN, ACTIONS(1759), 1, anon_sym_DOLLAR, ACTIONS(1761), 1, sym__special_character, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, ACTIONS(2211), 1, anon_sym_RPAREN_RPAREN, STATE(1944), 1, aux_sym__literal_repeat1, STATE(2361), 1, sym__expression, ACTIONS(1757), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1751), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1761), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2151), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [41626] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2213), 1, anon_sym_RBRACE, ACTIONS(2217), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1521), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2215), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [41687] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1755), 1, anon_sym_LPAREN, ACTIONS(1759), 1, anon_sym_DOLLAR, ACTIONS(1761), 1, sym__special_character, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, ACTIONS(2219), 1, anon_sym_RPAREN_RPAREN, STATE(1944), 1, aux_sym__literal_repeat1, STATE(2360), 1, sym__expression, ACTIONS(1757), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1751), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1761), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2151), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [41750] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1755), 1, anon_sym_LPAREN, ACTIONS(1759), 1, anon_sym_DOLLAR, ACTIONS(1761), 1, sym__special_character, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, ACTIONS(2221), 1, anon_sym_RPAREN_RPAREN, STATE(1944), 1, aux_sym__literal_repeat1, STATE(2359), 1, sym__expression, ACTIONS(1757), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1751), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1761), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2151), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [41813] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2223), 1, anon_sym_RBRACE, ACTIONS(2227), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1621), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2225), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [41874] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2229), 1, anon_sym_RBRACE, ACTIONS(2233), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1544), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2231), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [41935] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1755), 1, anon_sym_LPAREN, ACTIONS(1759), 1, anon_sym_DOLLAR, ACTIONS(1761), 1, sym__special_character, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, ACTIONS(2235), 1, anon_sym_RPAREN_RPAREN, STATE(1944), 1, aux_sym__literal_repeat1, STATE(2351), 1, sym__expression, ACTIONS(1757), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1751), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1761), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2151), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [41998] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2237), 1, anon_sym_RBRACE, ACTIONS(2241), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1247), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2239), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [42059] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2121), 1, anon_sym_RBRACE, ACTIONS(2243), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1250), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2123), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [42120] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2245), 1, anon_sym_RBRACE, ACTIONS(2249), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1547), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2247), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [42181] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2251), 1, anon_sym_RBRACE, ACTIONS(2255), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1557), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2253), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [42242] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2257), 1, anon_sym_RBRACE, ACTIONS(2261), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1555), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2259), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [42303] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2263), 1, anon_sym_RBRACE, ACTIONS(2267), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1404), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2265), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [42364] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2269), 1, anon_sym_RBRACE, ACTIONS(2273), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1427), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2271), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [42425] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2275), 1, anon_sym_RBRACE, ACTIONS(2279), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1425), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2277), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [42486] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2251), 1, anon_sym_RBRACE, ACTIONS(2281), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1557), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2253), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [42547] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2283), 1, anon_sym_RBRACE, ACTIONS(2287), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1560), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2285), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [42608] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2289), 1, anon_sym_RBRACE, ACTIONS(2293), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1442), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2291), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [42669] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2295), 1, anon_sym_RBRACE, ACTIONS(2299), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1273), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2297), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [42730] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2301), 1, anon_sym_RBRACE, ACTIONS(2305), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1562), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2303), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [42791] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2269), 1, anon_sym_RBRACE, ACTIONS(2307), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1427), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2271), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [42852] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2309), 1, anon_sym_RBRACE, ACTIONS(2313), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1428), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2311), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [42913] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2315), 1, anon_sym_RBRACE, ACTIONS(2319), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1564), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2317), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [42974] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2321), 1, anon_sym_RBRACE, ACTIONS(2325), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1468), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2323), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [43035] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2327), 1, anon_sym_RBRACE, ACTIONS(2331), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1470), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2329), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [43096] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1755), 1, anon_sym_LPAREN, ACTIONS(1759), 1, anon_sym_DOLLAR, ACTIONS(1761), 1, sym__special_character, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, ACTIONS(2333), 1, anon_sym_RPAREN_RPAREN, STATE(1944), 1, aux_sym__literal_repeat1, STATE(2353), 1, sym__expression, ACTIONS(1757), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1751), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1761), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2151), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [43159] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1755), 1, anon_sym_LPAREN, ACTIONS(1759), 1, anon_sym_DOLLAR, ACTIONS(1761), 1, sym__special_character, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, ACTIONS(2335), 1, anon_sym_RPAREN_RPAREN, STATE(1944), 1, aux_sym__literal_repeat1, STATE(2348), 1, sym__expression, ACTIONS(1757), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1751), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1761), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2151), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [43222] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1755), 1, anon_sym_LPAREN, ACTIONS(1759), 1, anon_sym_DOLLAR, ACTIONS(1761), 1, sym__special_character, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, ACTIONS(2337), 1, anon_sym_RPAREN_RPAREN, STATE(1944), 1, aux_sym__literal_repeat1, STATE(2390), 1, sym__expression, ACTIONS(1757), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1751), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1761), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2151), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [43285] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2339), 1, anon_sym_RBRACE, ACTIONS(2343), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1597), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2341), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [43346] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2345), 1, anon_sym_RBRACE, ACTIONS(2349), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1629), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2347), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [43407] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1755), 1, anon_sym_LPAREN, ACTIONS(1759), 1, anon_sym_DOLLAR, ACTIONS(1761), 1, sym__special_character, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, ACTIONS(2351), 1, anon_sym_RPAREN_RPAREN, STATE(1944), 1, aux_sym__literal_repeat1, STATE(2384), 1, sym__expression, ACTIONS(1757), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1751), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1761), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2151), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [43470] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2353), 1, anon_sym_RBRACE, ACTIONS(2357), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1601), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2355), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [43531] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2359), 1, anon_sym_RBRACE, ACTIONS(2363), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1613), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2361), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [43592] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1755), 1, anon_sym_LPAREN, ACTIONS(1759), 1, anon_sym_DOLLAR, ACTIONS(1761), 1, sym__special_character, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, ACTIONS(2365), 1, anon_sym_RPAREN_RPAREN, STATE(1944), 1, aux_sym__literal_repeat1, STATE(2380), 1, sym__expression, ACTIONS(1757), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1751), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1761), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2151), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [43655] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2367), 1, anon_sym_RBRACE, ACTIONS(2371), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1607), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2369), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [43716] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2359), 1, anon_sym_RBRACE, ACTIONS(2373), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1613), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2361), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [43777] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2375), 1, anon_sym_RBRACE, ACTIONS(2379), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1617), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2377), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [43838] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2381), 1, anon_sym_RBRACE, ACTIONS(2385), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1361), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2383), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [43899] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2387), 1, anon_sym_RBRACE, ACTIONS(2391), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1359), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2389), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [43960] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2393), 1, anon_sym_RBRACE, ACTIONS(2397), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1354), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2395), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [44021] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2399), 1, anon_sym_RBRACE, ACTIONS(2403), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1352), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2401), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [44082] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2405), 1, anon_sym_RBRACE, ACTIONS(2409), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1348), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2407), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [44143] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2399), 1, anon_sym_RBRACE, ACTIONS(2411), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1352), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2401), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [44204] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2413), 1, anon_sym_RBRACE, ACTIONS(2417), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1344), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2415), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [44265] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2419), 1, anon_sym_RBRACE, ACTIONS(2423), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1471), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2421), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [44326] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2425), 1, anon_sym_RBRACE, ACTIONS(2429), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1568), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2427), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [44387] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2431), 1, anon_sym_RBRACE, ACTIONS(2435), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1342), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2433), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [44448] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2437), 1, anon_sym_RBRACE, ACTIONS(2441), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1570), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2439), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [44509] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2443), 1, anon_sym_RBRACE, ACTIONS(2447), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1339), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2445), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [44570] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2449), 1, anon_sym_RBRACE, ACTIONS(2453), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1243), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2451), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [44631] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1755), 1, anon_sym_LPAREN, ACTIONS(1759), 1, anon_sym_DOLLAR, ACTIONS(1761), 1, sym__special_character, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, ACTIONS(2455), 1, sym_regex, STATE(1944), 1, aux_sym__literal_repeat1, STATE(2101), 1, sym__expression, ACTIONS(1757), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1751), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1761), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2151), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [44694] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2457), 1, anon_sym_RBRACE, ACTIONS(2461), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1412), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2459), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [44755] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2463), 1, anon_sym_RBRACE, ACTIONS(2467), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1619), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2465), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [44816] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2469), 1, anon_sym_RBRACE, ACTIONS(2473), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1240), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2471), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [44877] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2475), 1, anon_sym_RBRACE, ACTIONS(2479), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1262), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2477), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [44938] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2481), 1, anon_sym_RBRACE, ACTIONS(2485), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1467), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2483), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [44999] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2487), 1, anon_sym_RBRACE, ACTIONS(2491), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1415), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2489), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [45060] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2493), 1, anon_sym_RBRACE, ACTIONS(2497), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1437), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2495), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [45121] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2457), 1, anon_sym_RBRACE, ACTIONS(2499), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1412), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2459), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [45182] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2501), 1, anon_sym_RBRACE, ACTIONS(2505), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1180), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2503), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [45243] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2507), 1, anon_sym_RBRACE, ACTIONS(2511), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1479), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2509), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [45304] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2513), 1, anon_sym_RBRACE, ACTIONS(2517), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1398), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2515), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [45365] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1775), 1, anon_sym_RBRACE, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2519), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1473), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1777), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [45426] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2521), 1, anon_sym_RBRACE, ACTIONS(2525), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1355), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2523), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [45487] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2527), 1, anon_sym_RBRACE, ACTIONS(2531), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1349), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2529), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [45548] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2533), 1, anon_sym_RBRACE, ACTIONS(2537), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1500), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2535), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [45609] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2539), 1, anon_sym_RBRACE, ACTIONS(2543), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1259), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2541), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [45670] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1839), 1, anon_sym_RBRACE, ACTIONS(2545), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1254), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1841), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [45731] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2547), 1, anon_sym_RBRACE, ACTIONS(2551), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1444), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2549), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [45792] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2553), 1, anon_sym_RBRACE, ACTIONS(2557), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1367), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2555), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [45853] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2559), 1, anon_sym_RBRACE, ACTIONS(2563), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1329), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2561), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [45914] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2565), 1, anon_sym_RBRACE, ACTIONS(2569), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1327), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2567), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [45975] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2571), 1, anon_sym_RBRACE, ACTIONS(2575), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1252), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2573), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [46036] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2577), 1, anon_sym_RBRACE, ACTIONS(2581), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1325), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2579), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [46097] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2583), 1, anon_sym_RBRACE, ACTIONS(2587), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1322), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2585), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [46158] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2589), 1, anon_sym_RBRACE, ACTIONS(2593), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1320), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2591), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [46219] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2583), 1, anon_sym_RBRACE, ACTIONS(2595), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1322), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2585), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [46280] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2597), 1, anon_sym_RBRACE, ACTIONS(2601), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1317), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2599), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [46341] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2603), 1, anon_sym_RBRACE, ACTIONS(2607), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1315), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2605), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [46402] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2609), 1, anon_sym_RBRACE, ACTIONS(2613), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1284), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2611), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [46463] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2615), 1, anon_sym_RBRACE, ACTIONS(2619), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1335), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2617), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [46524] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2621), 1, anon_sym_RBRACE, ACTIONS(2625), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1282), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2623), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [46585] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2627), 1, anon_sym_RBRACE, ACTIONS(2631), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1332), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2629), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [46646] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2633), 1, anon_sym_RBRACE, ACTIONS(2637), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1279), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2635), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [46707] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2639), 1, anon_sym_RBRACE, ACTIONS(2643), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1446), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2641), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [46768] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2645), 1, anon_sym_RBRACE, ACTIONS(2649), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1276), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2647), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [46829] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2651), 1, anon_sym_RBRACE, ACTIONS(2655), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1357), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2653), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [46890] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2657), 1, anon_sym_RBRACE, ACTIONS(2661), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1523), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2659), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [46951] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2663), 1, anon_sym_RBRACE, ACTIONS(2667), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1271), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2665), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [47012] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2669), 1, anon_sym_RBRACE, ACTIONS(2673), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1536), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2671), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [47073] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2675), 1, anon_sym_RBRACE, ACTIONS(2679), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1324), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2677), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [47134] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2645), 1, anon_sym_RBRACE, ACTIONS(2681), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1276), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2647), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [47195] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2683), 1, anon_sym_RBRACE, ACTIONS(2687), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1268), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2685), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [47256] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2689), 1, anon_sym_RBRACE, ACTIONS(2693), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1328), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2691), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [47317] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2695), 1, anon_sym_RBRACE, ACTIONS(2699), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1266), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2697), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [47378] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2701), 1, anon_sym_RBRACE, ACTIONS(2705), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1253), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2703), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [47439] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2707), 1, anon_sym_RBRACE, ACTIONS(2711), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1537), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2709), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [47500] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2713), 1, anon_sym_RBRACE, ACTIONS(2717), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1541), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2715), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [47561] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2719), 1, anon_sym_RBRACE, ACTIONS(2723), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1550), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2721), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [47622] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2725), 1, anon_sym_RBRACE, ACTIONS(2729), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1552), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2727), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [47683] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2731), 1, anon_sym_RBRACE, ACTIONS(2735), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1249), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2733), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [47744] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2675), 1, anon_sym_RBRACE, ACTIONS(2737), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1324), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2677), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [47805] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2739), 1, anon_sym_RBRACE, ACTIONS(2743), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1242), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2741), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [47866] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2719), 1, anon_sym_RBRACE, ACTIONS(2745), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1550), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2721), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [47927] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2747), 1, anon_sym_RBRACE, ACTIONS(2751), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1559), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2749), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [47988] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2753), 1, anon_sym_RBRACE, ACTIONS(2757), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1642), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2755), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [48049] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1671), 1, anon_sym_DQUOTE, ACTIONS(1681), 1, anon_sym_LPAREN, ACTIONS(1685), 1, anon_sym_DOLLAR, ACTIONS(1687), 1, sym__special_character, ACTIONS(1689), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1691), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1693), 1, anon_sym_BQUOTE, ACTIONS(2759), 1, sym_regex, STATE(1740), 1, aux_sym__literal_repeat1, STATE(2025), 1, sym__expression, ACTIONS(1683), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1695), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1677), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1724), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2008), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [48112] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2761), 1, anon_sym_RBRACE, ACTIONS(2765), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1563), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2763), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [48173] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2767), 1, anon_sym_RBRACE, ACTIONS(2771), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1585), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2769), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [48234] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2773), 1, anon_sym_RBRACE, ACTIONS(2777), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1594), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2775), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [48295] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(2781), 1, anon_sym_LPAREN, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2787), 1, sym__special_character, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, ACTIONS(2799), 1, sym_regex, STATE(2125), 1, aux_sym__literal_repeat1, STATE(2368), 1, sym__expression, ACTIONS(2783), 2, anon_sym_BANG, sym_test_operator, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(2779), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2189), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2370), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [48358] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1755), 1, anon_sym_LPAREN, ACTIONS(1759), 1, anon_sym_DOLLAR, ACTIONS(1761), 1, sym__special_character, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, ACTIONS(2801), 1, anon_sym_RPAREN_RPAREN, STATE(1944), 1, aux_sym__literal_repeat1, STATE(2334), 1, sym__expression, ACTIONS(1757), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1751), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1761), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2151), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [48421] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2803), 1, anon_sym_RBRACE, ACTIONS(2807), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1598), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2805), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [48482] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2809), 1, anon_sym_RBRACE, ACTIONS(2813), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1638), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2811), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [48543] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2815), 1, anon_sym_RBRACE, ACTIONS(2819), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1580), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2817), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [48604] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2821), 1, anon_sym_RBRACE, ACTIONS(2825), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1588), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2823), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [48665] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2827), 1, anon_sym_RBRACE, ACTIONS(2831), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1233), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2829), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [48726] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2833), 1, anon_sym_RBRACE, ACTIONS(2837), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1225), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2835), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [48787] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2839), 1, anon_sym_RBRACE, ACTIONS(2843), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1223), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2841), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [48848] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2833), 1, anon_sym_RBRACE, ACTIONS(2845), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1225), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2835), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [48909] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2815), 1, anon_sym_RBRACE, ACTIONS(2847), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1580), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2817), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [48970] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2849), 1, anon_sym_RBRACE, ACTIONS(2853), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1599), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2851), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [49031] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2855), 1, anon_sym_RBRACE, ACTIONS(2859), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1215), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2857), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [49092] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2861), 1, anon_sym_RBRACE, ACTIONS(2865), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1576), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2863), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [49153] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2867), 1, anon_sym_RBRACE, ACTIONS(2871), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1605), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2869), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [49214] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2873), 1, anon_sym_RBRACE, ACTIONS(2877), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1208), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2875), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [49275] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2879), 1, anon_sym_RBRACE, ACTIONS(2883), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1309), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2881), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [49336] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2885), 1, anon_sym_RBRACE, ACTIONS(2889), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1232), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2887), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [49397] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2849), 1, anon_sym_RBRACE, ACTIONS(2891), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1599), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2851), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [49458] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2893), 1, anon_sym_RBRACE, ACTIONS(2897), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1616), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2895), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [49519] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2899), 1, anon_sym_RBRACE, ACTIONS(2903), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1640), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2901), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [49580] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2905), 1, anon_sym_RBRACE, ACTIONS(2909), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1419), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2907), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [49641] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2911), 1, anon_sym_RBRACE, ACTIONS(2915), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1591), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2913), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [49702] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2917), 1, anon_sym_RBRACE, ACTIONS(2921), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1589), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2919), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [49763] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2923), 1, anon_sym_RBRACE, ACTIONS(2927), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1633), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2925), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [49824] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(2931), 1, anon_sym_LPAREN, ACTIONS(2935), 1, anon_sym_DOLLAR, ACTIONS(2937), 1, sym__special_character, ACTIONS(2939), 1, anon_sym_DQUOTE, ACTIONS(2941), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2943), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2945), 1, anon_sym_BQUOTE, ACTIONS(2949), 1, sym_regex, STATE(2088), 1, aux_sym__literal_repeat1, STATE(2388), 1, sym__expression, ACTIONS(2933), 2, anon_sym_BANG, sym_test_operator, ACTIONS(2947), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(2929), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2141), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2345), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [49887] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2951), 1, anon_sym_RBRACE, ACTIONS(2955), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1518), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2953), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [49948] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2957), 1, anon_sym_RBRACE, ACTIONS(2961), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1501), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2959), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [50009] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2963), 1, anon_sym_RBRACE, ACTIONS(2967), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1625), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2965), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [50070] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2969), 1, anon_sym_RBRACE, ACTIONS(2973), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1622), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2971), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [50131] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2963), 1, anon_sym_RBRACE, ACTIONS(2975), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1625), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2965), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [50192] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2977), 1, anon_sym_RBRACE, ACTIONS(2981), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1631), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2979), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [50253] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2983), 1, anon_sym_RBRACE, ACTIONS(2987), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1420), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2985), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [50314] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2989), 1, anon_sym_RBRACE, ACTIONS(2993), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1628), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2991), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [50375] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2995), 1, anon_sym_RBRACE, ACTIONS(2999), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1466), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2997), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [50436] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3001), 1, anon_sym_RBRACE, ACTIONS(3005), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1407), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3003), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [50497] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3007), 1, anon_sym_RBRACE, ACTIONS(3011), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1245), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3009), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [50558] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3013), 1, anon_sym_RBRACE, ACTIONS(3017), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1397), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3015), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [50619] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3019), 1, anon_sym_RBRACE, ACTIONS(3023), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1291), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3021), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [50680] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3025), 1, anon_sym_RBRACE, ACTIONS(3029), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1178), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3027), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [50741] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3031), 1, anon_sym_RBRACE, ACTIONS(3035), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1449), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3033), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [50802] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2995), 1, anon_sym_RBRACE, ACTIONS(3037), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1466), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2997), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [50863] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3039), 1, anon_sym_RBRACE, ACTIONS(3043), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1236), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3041), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [50924] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3045), 1, anon_sym_RBRACE, ACTIONS(3049), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1227), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3047), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [50985] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3051), 1, anon_sym_RBRACE, ACTIONS(3055), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1226), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3053), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [51046] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3057), 1, anon_sym_RBRACE, ACTIONS(3061), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1530), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3059), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [51107] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3063), 1, anon_sym_RBRACE, ACTIONS(3067), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1221), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3065), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [51168] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3051), 1, anon_sym_RBRACE, ACTIONS(3069), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1226), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3053), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [51229] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3071), 1, anon_sym_RBRACE, ACTIONS(3075), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1210), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3073), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [51290] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3077), 1, anon_sym_RBRACE, ACTIONS(3081), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1308), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3079), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [51351] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3083), 1, anon_sym_RBRACE, ACTIONS(3087), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1289), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3085), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [51412] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3089), 1, anon_sym_RBRACE, ACTIONS(3093), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1207), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3091), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [51473] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3095), 1, anon_sym_RBRACE, ACTIONS(3099), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1230), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3097), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [51534] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3101), 1, anon_sym_RBRACE, ACTIONS(3105), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1228), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3103), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [51595] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3107), 1, anon_sym_RBRACE, ACTIONS(3111), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1194), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3109), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [51656] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3113), 1, anon_sym_RBRACE, ACTIONS(3117), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1193), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3115), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [51717] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3119), 1, anon_sym_RBRACE, ACTIONS(3123), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1200), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3121), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [51778] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3125), 1, anon_sym_RBRACE, ACTIONS(3129), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1578), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3127), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [51839] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3131), 1, anon_sym_RBRACE, ACTIONS(3135), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1214), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3133), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [51900] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3119), 1, anon_sym_RBRACE, ACTIONS(3137), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1200), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3121), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [51961] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3139), 1, anon_sym_RBRACE, ACTIONS(3143), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1199), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3141), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [52022] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3145), 1, anon_sym_RBRACE, ACTIONS(3149), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1192), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3147), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [52083] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2977), 1, anon_sym_RBRACE, ACTIONS(3151), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1631), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2979), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [52144] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3019), 1, anon_sym_RBRACE, ACTIONS(3153), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1291), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3021), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [52205] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3155), 1, anon_sym_RBRACE, ACTIONS(3159), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1257), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3157), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [52266] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3161), 1, anon_sym_RBRACE, ACTIONS(3165), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1212), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3163), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [52327] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3167), 1, anon_sym_RBRACE, ACTIONS(3171), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1190), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3169), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [52388] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3173), 1, anon_sym_RBRACE, ACTIONS(3177), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1188), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3175), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [52449] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3167), 1, anon_sym_RBRACE, ACTIONS(3179), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1190), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3169), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [52510] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3181), 1, anon_sym_RBRACE, ACTIONS(3185), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1572), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3183), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [52571] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3187), 1, anon_sym_RBRACE, ACTIONS(3191), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1573), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3189), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [52632] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3193), 1, anon_sym_RBRACE, ACTIONS(3197), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1195), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3195), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [52693] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(1755), 1, anon_sym_LPAREN, ACTIONS(1759), 1, anon_sym_DOLLAR, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, ACTIONS(2455), 1, sym_regex, ACTIONS(3201), 1, sym__special_character, STATE(2101), 1, sym__expression, STATE(2111), 1, aux_sym__literal_repeat1, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(3199), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1751), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1761), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2151), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [52756] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3203), 1, anon_sym_RBRACE, ACTIONS(3207), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1198), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3205), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [52817] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3209), 1, anon_sym_RBRACE, ACTIONS(3213), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1574), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3211), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [52878] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3215), 1, anon_sym_RBRACE, ACTIONS(3219), 1, anon_sym_SLASH, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1197), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3217), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [52939] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3221), 1, anon_sym_RBRACE, ACTIONS(3225), 1, sym_regex, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1182), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3223), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [53000] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3227), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [53058] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1889), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [53116] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3231), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [53174] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3231), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1185), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3233), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [53232] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3235), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [53290] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3235), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1184), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3237), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [53348] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3239), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [53406] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3241), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [53464] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3243), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [53522] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2501), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1180), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2503), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [53580] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3245), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [53638] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3245), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1350), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3247), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [53696] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2501), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [53754] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3249), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [53812] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3221), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [53870] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3167), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [53928] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3173), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [53986] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3025), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [54044] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2931), 1, anon_sym_LPAREN, ACTIONS(2935), 1, anon_sym_DOLLAR, ACTIONS(2937), 1, sym__special_character, ACTIONS(2939), 1, anon_sym_DQUOTE, ACTIONS(2941), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2943), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2945), 1, anon_sym_BQUOTE, STATE(2088), 1, aux_sym__literal_repeat1, STATE(2395), 1, sym__expression, ACTIONS(2933), 2, anon_sym_BANG, sym_test_operator, ACTIONS(2947), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(2929), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2141), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2345), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [54104] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3131), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [54162] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3119), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [54220] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3101), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [54278] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3095), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [54336] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3251), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1231), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3253), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [54394] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3255), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [54452] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3257), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [54510] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3259), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [54568] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3261), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [54626] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3263), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [54684] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3265), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [54742] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3267), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [54800] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3265), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1203), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3269), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [54858] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3271), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [54916] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3267), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1186), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3273), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [54974] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3019), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [55032] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3271), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1204), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3275), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [55090] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3251), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [55148] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3277), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [55206] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3277), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1191), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3279), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [55264] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3095), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1230), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3097), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [55322] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2873), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1208), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2875), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [55380] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3281), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1234), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3283), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [55438] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3089), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1207), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3091), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [55496] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3285), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [55554] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3285), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1205), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3287), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [55612] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3289), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [55670] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3289), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1206), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3291), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [55728] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2873), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [55786] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3089), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [55844] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3071), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [55902] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3281), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [55960] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3293), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1235), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3295), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [56018] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3293), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [56076] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3297), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [56134] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3051), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [56192] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3063), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [56250] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3299), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [56308] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3301), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [56366] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2539), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [56424] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3303), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [56482] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3305), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [56540] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3307), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [56598] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3309), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [56656] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3309), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1237), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3311), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [56714] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2855), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [56772] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3313), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [56830] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3313), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1238), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3315), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [56888] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1839), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [56946] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2469), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1240), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2471), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [57004] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3317), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [57062] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3317), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1239), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3319), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [57120] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2833), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [57178] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2469), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [57236] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2449), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [57294] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2475), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [57352] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2839), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [57410] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2295), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [57468] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3321), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1275), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3323), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [57526] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2121), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [57584] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3013), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [57642] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2237), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [57700] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3321), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [57758] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2295), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1273), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2297), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [57816] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3325), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1277), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3327), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [57874] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3325), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [57932] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3329), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [57990] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3331), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [58048] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3333), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [58106] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3335), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [58164] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3335), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1263), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3337), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [58222] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3339), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [58280] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3339), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1264), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3341), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [58338] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2695), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1266), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2697), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [58396] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3343), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [58454] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3345), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1278), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3347), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [58512] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3345), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [58570] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3343), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1265), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3349), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [58628] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3351), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [58686] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2695), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [58744] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3353), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [58802] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3355), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [58860] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2683), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [58918] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2781), 1, anon_sym_LPAREN, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2787), 1, sym__special_character, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, STATE(2125), 1, aux_sym__literal_repeat1, STATE(2336), 1, sym__expression, ACTIONS(2783), 2, anon_sym_BANG, sym_test_operator, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(2779), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2189), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2370), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [58978] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2493), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1437), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2495), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [59036] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2645), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [59094] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3357), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [59152] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2663), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [59210] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3359), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [59268] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3361), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [59326] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3363), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [59384] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3363), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1283), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3365), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [59442] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2689), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [59500] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3367), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [59558] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3001), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [59616] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3367), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1285), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3369), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [59674] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2009), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1287), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2011), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [59732] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3371), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [59790] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3371), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1286), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3373), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [59848] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2009), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [59906] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2003), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [59964] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2015), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [60022] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1997), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [60080] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1991), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [60138] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1971), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [60196] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1977), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [60254] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2931), 1, anon_sym_LPAREN, ACTIONS(2935), 1, anon_sym_DOLLAR, ACTIONS(2937), 1, sym__special_character, ACTIONS(2939), 1, anon_sym_DQUOTE, ACTIONS(2941), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2943), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2945), 1, anon_sym_BQUOTE, STATE(2088), 1, aux_sym__literal_repeat1, STATE(2378), 1, sym__expression, ACTIONS(2933), 2, anon_sym_BANG, sym_test_operator, ACTIONS(2947), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(2929), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2141), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2345), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [60314] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1755), 1, anon_sym_LPAREN, ACTIONS(1759), 1, anon_sym_DOLLAR, ACTIONS(1761), 1, sym__special_character, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, STATE(1944), 1, aux_sym__literal_repeat1, STATE(2372), 1, sym__expression, ACTIONS(1757), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1751), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1761), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2151), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [60374] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3227), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1356), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3375), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [60432] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3377), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [60490] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1985), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [60548] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2675), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [60606] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2627), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [60664] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3379), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [60722] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3381), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [60780] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3383), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1360), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3385), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [60838] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3383), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [60896] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3387), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [60954] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3389), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [61012] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3389), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1310), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3391), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [61070] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3393), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [61128] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3393), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1311), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3395), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [61186] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2603), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1315), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2605), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [61244] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3397), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [61302] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3397), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1314), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3399), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [61360] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2603), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [61418] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1985), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1358), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1987), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [61476] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2615), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [61534] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2597), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [61592] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3401), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1340), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3403), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [61650] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2583), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [61708] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3401), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [61766] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2589), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [61824] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2615), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1335), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2617), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [61882] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3405), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1306), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3407), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [61940] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3405), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [61998] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3409), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1362), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3411), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [62056] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3413), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1343), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3415), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [62114] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3413), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [62172] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3417), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [62230] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3419), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [62288] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3421), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [62346] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3423), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [62404] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3425), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [62462] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3423), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1336), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3427), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [62520] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3429), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [62578] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3431), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [62636] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3433), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [62694] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3433), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1337), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3435), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [62752] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2443), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1339), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2445), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [62810] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3409), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [62868] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3437), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [62926] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2487), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [62984] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3439), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [63042] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3437), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1338), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3441), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [63100] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2443), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [63158] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3443), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1366), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3445), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [63216] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2413), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [63274] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2457), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [63332] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3447), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [63390] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2989), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [63448] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3443), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [63506] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2399), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [63564] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3449), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [63622] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2405), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [63680] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3451), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [63738] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1755), 1, anon_sym_LPAREN, ACTIONS(1759), 1, anon_sym_DOLLAR, ACTIONS(1761), 1, sym__special_character, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, STATE(1944), 1, aux_sym__literal_repeat1, STATE(2101), 1, sym__expression, ACTIONS(1757), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1751), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1761), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2151), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [63798] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3001), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1407), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3003), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [63856] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1671), 1, anon_sym_DQUOTE, ACTIONS(1681), 1, anon_sym_LPAREN, ACTIONS(1685), 1, anon_sym_DOLLAR, ACTIONS(1687), 1, sym__special_character, ACTIONS(1689), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1691), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1693), 1, anon_sym_BQUOTE, STATE(1740), 1, aux_sym__literal_repeat1, STATE(1908), 1, sym__expression, ACTIONS(1683), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1695), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1677), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1724), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2008), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [63916] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3453), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [63974] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2977), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [64032] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3455), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [64090] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3457), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [64148] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3459), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [64206] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3461), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [64264] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2781), 1, anon_sym_LPAREN, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2787), 1, sym__special_character, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, STATE(2125), 1, aux_sym__literal_repeat1, STATE(2383), 1, sym__expression, ACTIONS(2783), 2, anon_sym_BANG, sym_test_operator, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(2779), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2189), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2370), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [64324] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1755), 1, anon_sym_LPAREN, ACTIONS(1759), 1, anon_sym_DOLLAR, ACTIONS(1761), 1, sym__special_character, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, STATE(1944), 1, aux_sym__literal_repeat1, STATE(2371), 1, sym__expression, ACTIONS(1757), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1751), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1761), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2151), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [64384] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1755), 1, anon_sym_LPAREN, ACTIONS(1759), 1, anon_sym_DOLLAR, ACTIONS(1761), 1, sym__special_character, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, STATE(1944), 1, aux_sym__literal_repeat1, STATE(2235), 1, sym__expression, ACTIONS(1757), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1751), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1761), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2151), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [64444] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3463), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [64502] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1915), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [64560] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3465), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [64618] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3461), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1368), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3467), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [64676] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3469), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [64734] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1883), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [64792] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3469), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1369), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3471), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [64850] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3473), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1375), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3475), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [64908] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1869), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [64966] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1863), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [65024] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3477), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1395), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3479), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [65082] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3477), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [65140] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1863), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1394), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1865), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [65198] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3481), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1396), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3483), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [65256] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2159), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1371), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2161), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [65314] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3481), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [65372] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3485), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [65430] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3487), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [65488] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3489), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1399), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3491), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [65546] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3489), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [65604] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3493), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [65662] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3495), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [65720] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3473), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [65778] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2431), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [65836] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3497), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [65894] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3499), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [65952] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3501), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [66010] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3503), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1377), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3505), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [66068] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3501), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1391), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3507), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [66126] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3509), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [66184] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3509), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1392), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3511), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [66242] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3513), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [66300] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3503), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [66358] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3513), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1370), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3515), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [66416] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2159), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [66474] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1671), 1, anon_sym_DQUOTE, ACTIONS(1681), 1, anon_sym_LPAREN, ACTIONS(1685), 1, anon_sym_DOLLAR, ACTIONS(1687), 1, sym__special_character, ACTIONS(1689), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1691), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1693), 1, anon_sym_BQUOTE, STATE(1740), 1, aux_sym__literal_repeat1, STATE(1965), 1, sym__expression, ACTIONS(1683), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1695), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1677), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1724), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2008), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [66534] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3517), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1448), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3519), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [66592] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2289), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [66650] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3521), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1447), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3523), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [66708] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2115), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [66766] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3521), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [66824] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2041), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [66882] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2059), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [66940] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2047), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [66998] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2193), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [67056] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3517), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [67114] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2289), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1442), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2291), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [67172] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3429), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1462), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3525), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [67230] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2095), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [67288] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2205), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1401), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2207), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [67346] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3527), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [67404] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3527), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1400), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3529), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [67462] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2205), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [67520] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2263), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [67578] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3531), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1202), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3533), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [67636] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2199), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [67694] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3535), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1439), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3537), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [67752] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3535), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [67810] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2199), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1438), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2201), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [67868] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3539), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1441), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3541), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [67926] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3539), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [67984] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3543), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1443), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3545), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [68042] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3531), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [68100] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3543), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [68158] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3547), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [68216] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3549), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1469), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3551), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [68274] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3553), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [68332] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3549), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [68390] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3555), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [68448] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2269), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [68506] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3557), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [68564] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2275), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [68622] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3559), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [68680] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3561), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [68738] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3563), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [68796] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3565), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [68854] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3567), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [68912] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3569), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [68970] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3571), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [69028] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3571), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1450), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3573), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [69086] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3575), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [69144] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1755), 1, anon_sym_LPAREN, ACTIONS(1759), 1, anon_sym_DOLLAR, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, ACTIONS(3201), 1, sym__special_character, STATE(2101), 1, sym__expression, STATE(2111), 1, aux_sym__literal_repeat1, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(3199), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1751), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1761), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2151), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [69204] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3575), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1451), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3577), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [69262] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1895), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1453), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(1897), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [69320] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3579), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [69378] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3579), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1452), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3581), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [69436] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1895), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [69494] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3583), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [69552] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1755), 1, anon_sym_LPAREN, ACTIONS(1759), 1, anon_sym_DOLLAR, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, ACTIONS(3201), 1, sym__special_character, STATE(2111), 1, aux_sym__literal_repeat1, STATE(2344), 1, sym__expression, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(3199), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1751), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1761), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2151), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [69612] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3563), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1445), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3585), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [69670] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1833), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [69728] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2493), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [69786] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1875), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [69844] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2507), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [69902] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3587), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [69960] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1775), 1, anon_sym_RBRACE, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [70018] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2533), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [70076] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2931), 1, anon_sym_LPAREN, ACTIONS(2935), 1, anon_sym_DOLLAR, ACTIONS(2937), 1, sym__special_character, ACTIONS(2939), 1, anon_sym_DQUOTE, ACTIONS(2941), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2943), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2945), 1, anon_sym_BQUOTE, STATE(2088), 1, aux_sym__literal_repeat1, STATE(2342), 1, sym__expression, ACTIONS(2933), 2, anon_sym_BANG, sym_test_operator, ACTIONS(2947), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(2929), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2141), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2345), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [70136] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2657), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [70194] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1807), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [70252] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3589), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1526), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3591), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [70310] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3593), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [70368] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3595), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [70426] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3597), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [70484] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3589), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [70542] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3599), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [70600] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1795), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [70658] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(1923), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [70716] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3599), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1476), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3601), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [70774] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3603), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [70832] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3603), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1477), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3605), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [70890] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2071), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1480), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2073), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [70948] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3607), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [71006] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3607), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1478), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3609), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [71064] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2657), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1523), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2659), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [71122] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2071), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [71180] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2053), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [71238] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2077), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [71296] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3611), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1520), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3613), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [71354] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2083), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [71412] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3611), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [71470] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2109), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [71528] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2053), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1516), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2055), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [71586] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3615), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1527), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3617), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [71644] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3619), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1522), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3621), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [71702] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3615), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [71760] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2821), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [71818] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3619), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [71876] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3623), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [71934] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3625), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [71992] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3627), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [72050] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3629), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [72108] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3629), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1503), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3631), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [72166] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3633), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [72224] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3633), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1504), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3635), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [72282] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2147), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1506), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2149), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [72340] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3637), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [72398] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3637), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1505), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3639), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [72456] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2147), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [72514] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3641), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1524), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3643), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [72572] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2153), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [72630] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3641), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [72688] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2165), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [72746] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2815), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [72804] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3645), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1528), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3647), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [72862] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3649), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [72920] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2171), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [72978] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3651), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [73036] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3645), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [73094] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3653), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [73152] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1755), 1, anon_sym_LPAREN, ACTIONS(1759), 1, anon_sym_DOLLAR, ACTIONS(1761), 1, sym__special_character, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, STATE(1944), 1, aux_sym__literal_repeat1, STATE(2394), 1, sym__expression, ACTIONS(1757), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1751), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1761), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2151), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [73212] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3655), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [73270] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3657), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [73328] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3659), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [73386] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1755), 1, anon_sym_LPAREN, ACTIONS(1759), 1, anon_sym_DOLLAR, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, ACTIONS(3201), 1, sym__special_character, STATE(2111), 1, aux_sym__literal_repeat1, STATE(2374), 1, sym__expression, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(3199), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1751), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1761), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2151), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [73446] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2983), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [73504] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2931), 1, anon_sym_LPAREN, ACTIONS(2935), 1, anon_sym_DOLLAR, ACTIONS(2937), 1, sym__special_character, ACTIONS(2939), 1, anon_sym_DQUOTE, ACTIONS(2941), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2943), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2945), 1, anon_sym_BQUOTE, STATE(2088), 1, aux_sym__literal_repeat1, STATE(2397), 1, sym__expression, ACTIONS(2933), 2, anon_sym_BANG, sym_test_operator, ACTIONS(2947), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(2929), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2141), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2345), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [73564] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3661), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [73622] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3663), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [73680] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1755), 1, anon_sym_LPAREN, ACTIONS(1759), 1, anon_sym_DOLLAR, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, ACTIONS(3201), 1, sym__special_character, STATE(2111), 1, aux_sym__literal_repeat1, STATE(2381), 1, sym__expression, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(3199), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1751), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1761), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2151), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [73740] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2781), 1, anon_sym_LPAREN, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2787), 1, sym__special_character, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, STATE(2125), 1, aux_sym__literal_repeat1, STATE(2367), 1, sym__expression, ACTIONS(2783), 2, anon_sym_BANG, sym_test_operator, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(2779), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2189), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2370), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [73800] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2725), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [73858] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2719), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [73916] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1755), 1, anon_sym_LPAREN, ACTIONS(1759), 1, anon_sym_DOLLAR, ACTIONS(1761), 1, sym__special_character, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, STATE(1944), 1, aux_sym__literal_repeat1, STATE(2349), 1, sym__expression, ACTIONS(1757), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1751), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1761), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2151), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [73976] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1671), 1, anon_sym_DQUOTE, ACTIONS(1681), 1, anon_sym_LPAREN, ACTIONS(1685), 1, anon_sym_DOLLAR, ACTIONS(1687), 1, sym__special_character, ACTIONS(1689), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1691), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1693), 1, anon_sym_BQUOTE, STATE(1740), 1, aux_sym__literal_repeat1, STATE(2025), 1, sym__expression, ACTIONS(1683), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1695), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1677), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1724), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2008), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [74036] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3665), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [74094] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2747), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [74152] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3667), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [74210] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3669), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [74268] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3671), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [74326] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2931), 1, anon_sym_LPAREN, ACTIONS(2935), 1, anon_sym_DOLLAR, ACTIONS(2937), 1, sym__special_character, ACTIONS(2939), 1, anon_sym_DQUOTE, ACTIONS(2941), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2943), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2945), 1, anon_sym_BQUOTE, STATE(2088), 1, aux_sym__literal_repeat1, STATE(2388), 1, sym__expression, ACTIONS(2933), 2, anon_sym_BANG, sym_test_operator, ACTIONS(2947), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(2929), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2141), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2345), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [74386] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3671), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1540), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3673), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [74444] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3675), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [74502] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2781), 1, anon_sym_LPAREN, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2787), 1, sym__special_character, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, STATE(2125), 1, aux_sym__literal_repeat1, STATE(2368), 1, sym__expression, ACTIONS(2783), 2, anon_sym_BANG, sym_test_operator, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(2779), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2189), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2370), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [74562] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3675), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1542), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3677), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [74620] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2761), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [74678] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3679), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1565), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3681), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [74736] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3679), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [74794] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2761), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1563), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2763), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [74852] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2229), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1544), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2231), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [74910] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3683), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [74968] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3683), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1543), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3685), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [75026] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2229), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [75084] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3687), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1567), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3689), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [75142] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3687), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [75200] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2245), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [75258] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3691), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1579), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3693), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [75316] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2251), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [75374] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3691), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [75432] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2257), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [75490] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3695), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [75548] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3697), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [75606] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3699), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [75664] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3701), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [75722] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3701), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1532), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3703), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [75780] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3705), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [75838] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1755), 1, anon_sym_LPAREN, ACTIONS(1759), 1, anon_sym_DOLLAR, ACTIONS(1761), 1, sym__special_character, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, STATE(1944), 1, aux_sym__literal_repeat1, STATE(2362), 1, sym__expression, ACTIONS(1757), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1751), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1761), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2151), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [75898] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2969), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [75956] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2963), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [76014] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2995), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [76072] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3705), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1533), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3707), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [76130] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2809), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [76188] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1755), 1, anon_sym_LPAREN, ACTIONS(1759), 1, anon_sym_DOLLAR, ACTIONS(1761), 1, sym__special_character, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, STATE(1944), 1, aux_sym__literal_repeat1, STATE(2379), 1, sym__expression, ACTIONS(1757), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1751), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1761), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2151), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [76248] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3031), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [76306] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3709), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [76364] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2753), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [76422] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3711), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1643), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3713), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [76480] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3715), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [76538] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3717), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [76596] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2931), 1, anon_sym_LPAREN, ACTIONS(2935), 1, anon_sym_DOLLAR, ACTIONS(2937), 1, sym__special_character, ACTIONS(2939), 1, anon_sym_DQUOTE, ACTIONS(2941), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2943), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2945), 1, anon_sym_BQUOTE, STATE(2088), 1, aux_sym__literal_repeat1, STATE(2354), 1, sym__expression, ACTIONS(2933), 2, anon_sym_BANG, sym_test_operator, ACTIONS(2947), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(2929), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2141), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2345), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [76656] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2867), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [76714] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3719), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [76772] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3721), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [76830] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3711), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [76888] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3723), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [76946] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3723), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1582), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3725), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [77004] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3727), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [77062] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3727), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1583), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3729), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [77120] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3731), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [77178] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2849), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [77236] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3733), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [77294] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3735), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [77352] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3737), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [77410] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2893), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [77468] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2899), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [77526] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3737), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1593), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3739), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [77584] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3741), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [77642] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3741), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1595), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3743), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [77700] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3745), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1637), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3747), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [77758] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2339), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1597), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2341), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [77816] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3745), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [77874] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1755), 1, anon_sym_LPAREN, ACTIONS(1759), 1, anon_sym_DOLLAR, ACTIONS(1761), 1, sym__special_character, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, STATE(1944), 1, aux_sym__literal_repeat1, STATE(2131), 1, sym__expression, ACTIONS(1757), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1751), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1761), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2151), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [77934] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3749), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [77992] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1755), 1, anon_sym_LPAREN, ACTIONS(1759), 1, anon_sym_DOLLAR, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, ACTIONS(3201), 1, sym__special_character, STATE(2111), 1, aux_sym__literal_repeat1, STATE(2131), 1, sym__expression, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(3199), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1751), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1761), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2151), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [78052] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1755), 1, anon_sym_LPAREN, ACTIONS(1759), 1, anon_sym_DOLLAR, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, ACTIONS(3201), 1, sym__special_character, STATE(2111), 1, aux_sym__literal_repeat1, STATE(2373), 1, sym__expression, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(3199), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1751), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1761), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2151), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [78112] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2899), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1640), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2901), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [78170] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2781), 1, anon_sym_LPAREN, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2787), 1, sym__special_character, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, STATE(2125), 1, aux_sym__literal_repeat1, STATE(2356), 1, sym__expression, ACTIONS(2783), 2, anon_sym_BANG, sym_test_operator, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(2779), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2189), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2370), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [78230] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3749), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1596), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3751), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [78288] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2339), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [78346] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1755), 1, anon_sym_LPAREN, ACTIONS(1759), 1, anon_sym_DOLLAR, ACTIONS(1761), 1, sym__special_character, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, STATE(1944), 1, aux_sym__literal_repeat1, STATE(2341), 1, sym__expression, ACTIONS(1757), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1751), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1761), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2151), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [78406] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3753), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1635), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3755), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [78464] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3753), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [78522] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2353), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [78580] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2753), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1642), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2755), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [78638] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2359), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [78696] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2917), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1589), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2919), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [78754] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2367), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [78812] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3757), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [78870] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3757), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1587), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3759), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [78928] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2781), 1, anon_sym_LPAREN, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2787), 1, sym__special_character, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, STATE(2125), 1, aux_sym__literal_repeat1, STATE(2389), 1, sym__expression, ACTIONS(2783), 2, anon_sym_BANG, sym_test_operator, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(2779), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2189), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2370), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [78988] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2917), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [79046] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2425), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1568), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(2427), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [79104] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(3764), 1, anon_sym_RBRACE, ACTIONS(3769), 1, anon_sym_DOLLAR, ACTIONS(3772), 1, sym__special_character, ACTIONS(3775), 1, anon_sym_DQUOTE, ACTIONS(3778), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(3781), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(3784), 1, anon_sym_BQUOTE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(3787), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(3761), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3766), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [79162] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3790), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [79220] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2911), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [79278] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3790), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1566), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3792), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [79336] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2425), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [79394] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2781), 1, anon_sym_LPAREN, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2787), 1, sym__special_character, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, STATE(2125), 1, aux_sym__literal_repeat1, STATE(2338), 1, sym__expression, ACTIONS(2783), 2, anon_sym_BANG, sym_test_operator, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(2779), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2189), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2370), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [79454] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(2437), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [79512] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1755), 1, anon_sym_LPAREN, ACTIONS(1759), 1, anon_sym_DOLLAR, ACTIONS(1761), 1, sym__special_character, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, STATE(1944), 1, aux_sym__literal_repeat1, STATE(2335), 1, sym__expression, ACTIONS(1757), 2, anon_sym_BANG, sym_test_operator, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(1751), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(1761), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, STATE(2151), 6, sym_binary_expression, sym_ternary_expression, sym_unary_expression, sym_postfix_expression, sym_parenthesized_expression, sym_concatenation, [79572] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3794), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [79630] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3796), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1644), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3798), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [79688] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3800), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [79746] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3796), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [79804] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3802), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1586), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3804), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [79862] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3802), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [79920] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3806), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1645), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3808), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [79978] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3806), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [80036] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3810), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [80094] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3812), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [80152] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1781), 1, sym__special_character, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(3814), 1, anon_sym_RBRACE, STATE(2230), 1, aux_sym__literal_repeat1, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1627), 2, sym_concatenation, aux_sym_expansion_repeat1, ACTIONS(1773), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2150), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, ACTIONS(3229), 7, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_POUND, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, [80210] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(3818), 1, sym_raw_string, ACTIONS(3820), 1, aux_sym__simple_variable_name_token1, STATE(2237), 1, sym_string, ACTIONS(3816), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, ACTIONS(545), 14, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COLON, sym__special_character, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [80253] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3822), 1, anon_sym_LF, ACTIONS(3832), 1, anon_sym_LT_LT_LT, ACTIONS(3835), 1, sym_file_descriptor, ACTIONS(3829), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, STATE(1647), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(3826), 8, 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_GT_PIPE, ACTIONS(3824), 10, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_AMP, [80298] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1205), 2, sym_file_descriptor, anon_sym_LF, STATE(1650), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1203), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [80335] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1175), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1333), 2, sym_file_descriptor, anon_sym_LF, STATE(1650), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1173), 19, anon_sym_SEMI, anon_sym_esac, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [80374] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1187), 1, anon_sym_LT_LT_LT, ACTIONS(3838), 1, anon_sym_LF, ACTIONS(3844), 1, sym_file_descriptor, ACTIONS(1185), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, STATE(1647), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(3842), 8, 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_GT_PIPE, ACTIONS(3840), 10, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_AMP, [80419] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1187), 1, anon_sym_LT_LT_LT, ACTIONS(3844), 1, sym_file_descriptor, ACTIONS(3846), 1, anon_sym_LF, ACTIONS(1175), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1181), 2, anon_sym_SEMI, anon_sym_AMP, ACTIONS(1183), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(1185), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(445), 4, anon_sym_esac, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, STATE(1650), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(3842), 8, 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_GT_PIPE, [80470] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1187), 1, anon_sym_LT_LT_LT, ACTIONS(3844), 1, sym_file_descriptor, ACTIONS(3848), 1, anon_sym_LF, ACTIONS(1175), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1183), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(1185), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(1191), 2, anon_sym_SEMI, anon_sym_AMP, ACTIONS(1193), 4, anon_sym_esac, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, STATE(1650), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(3842), 8, 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_GT_PIPE, [80521] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1240), 1, anon_sym_LT_LT_LT, ACTIONS(3850), 1, anon_sym_LF, ACTIONS(3854), 1, sym_file_descriptor, ACTIONS(1185), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(1217), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1236), 2, anon_sym_SEMI, anon_sym_AMP, ACTIONS(1238), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(445), 3, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, STATE(1660), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(3852), 8, 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_GT_PIPE, [80571] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3822), 1, anon_sym_LF, ACTIONS(3859), 1, anon_sym_LT_LT_LT, ACTIONS(3862), 1, sym_file_descriptor, ACTIONS(3829), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, STATE(1654), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(3856), 8, 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_GT_PIPE, ACTIONS(3824), 9, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_AMP, [80615] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1240), 1, anon_sym_LT_LT_LT, ACTIONS(3854), 1, sym_file_descriptor, ACTIONS(3865), 1, anon_sym_LF, ACTIONS(1185), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(1217), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1238), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(1261), 2, anon_sym_SEMI, anon_sym_AMP, ACTIONS(1193), 3, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, STATE(1660), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(3852), 8, 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_GT_PIPE, [80665] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1217), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1333), 2, sym_file_descriptor, anon_sym_LF, STATE(1660), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1173), 18, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [80703] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3822), 1, anon_sym_LF, ACTIONS(3873), 1, anon_sym_LT_LT_LT, ACTIONS(3876), 1, sym_file_descriptor, ACTIONS(3870), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, STATE(1657), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(3867), 8, 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_GT_PIPE, ACTIONS(3824), 9, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_BQUOTE, anon_sym_AMP, [80747] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1420), 1, anon_sym_LT_LT_LT, ACTIONS(3838), 1, anon_sym_LF, ACTIONS(3881), 1, sym_file_descriptor, ACTIONS(1418), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, STATE(1657), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(3879), 8, 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_GT_PIPE, ACTIONS(3840), 9, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_BQUOTE, anon_sym_AMP, [80791] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3883), 1, sym__concat, STATE(1664), 1, aux_sym_concatenation_repeat1, ACTIONS(1249), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(1247), 22, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, sym__special_character, anon_sym_AMP, [80829] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1240), 1, anon_sym_LT_LT_LT, ACTIONS(3838), 1, anon_sym_LF, ACTIONS(3854), 1, sym_file_descriptor, ACTIONS(1185), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, STATE(1654), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(3852), 8, 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_GT_PIPE, ACTIONS(3840), 9, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_AMP, [80873] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1205), 2, sym_file_descriptor, anon_sym_LF, STATE(1658), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1203), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [80909] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1205), 2, sym_file_descriptor, anon_sym_LF, STATE(1660), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1203), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [80945] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1335), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1333), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, STATE(1670), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1173), 16, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [80982] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3885), 1, sym__concat, STATE(1679), 1, aux_sym_concatenation_repeat1, ACTIONS(1221), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(1219), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [81019] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3887), 1, sym__concat, STATE(1725), 1, aux_sym_concatenation_repeat1, ACTIONS(1249), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(1247), 21, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, sym__special_character, anon_sym_BQUOTE, anon_sym_AMP, [81056] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3895), 1, anon_sym_LT_LT_LT, ACTIONS(3898), 1, sym_file_descriptor, ACTIONS(3822), 2, ts_builtin_sym_end, anon_sym_LF, ACTIONS(3892), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, STATE(1666), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(3824), 7, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_AMP, ACTIONS(3889), 8, 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_GT_PIPE, [81099] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1333), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(1359), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, STATE(1658), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1173), 17, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [81136] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(682), 1, ts_builtin_sym_end, ACTIONS(1381), 1, anon_sym_LT_LT_LT, ACTIONS(3901), 1, anon_sym_LF, ACTIONS(3905), 1, sym_file_descriptor, ACTIONS(1335), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1377), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(1379), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(1412), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1670), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(3903), 8, 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_GT_PIPE, [81185] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(3907), 1, sym_word, ACTIONS(3914), 1, sym_file_descriptor, ACTIONS(3917), 1, sym_variable_name, STATE(3263), 1, sym_subscript, STATE(1669), 3, sym_variable_assignment, sym_file_redirect, aux_sym_command_repeat1, ACTIONS(3909), 8, 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_GT_PIPE, ACTIONS(3912), 10, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [81228] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1381), 1, anon_sym_LT_LT_LT, ACTIONS(3905), 1, sym_file_descriptor, ACTIONS(1379), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(3838), 2, ts_builtin_sym_end, anon_sym_LF, STATE(1666), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(3840), 7, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_AMP, ACTIONS(3903), 8, 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_GT_PIPE, [81271] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(445), 1, anon_sym_BQUOTE, ACTIONS(1420), 1, anon_sym_LT_LT_LT, ACTIONS(3881), 1, sym_file_descriptor, ACTIONS(3920), 1, anon_sym_LF, ACTIONS(1418), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(1538), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1561), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(1559), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1658), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(3879), 8, 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_GT_PIPE, [81320] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1205), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, STATE(1670), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1203), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [81355] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3926), 1, sym__special_character, STATE(1676), 1, aux_sym__literal_repeat1, ACTIONS(3922), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(3924), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [81392] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3928), 1, sym__concat, STATE(1738), 1, aux_sym_concatenation_repeat1, ACTIONS(1247), 23, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym__special_character, sym_test_operator, anon_sym_AMP, [81427] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(3932), 1, anon_sym_DQUOTE, ACTIONS(3934), 1, sym_raw_string, ACTIONS(3936), 1, aux_sym__simple_variable_name_token1, STATE(2486), 1, sym_string, ACTIONS(3930), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, ACTIONS(545), 12, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, sym__special_character, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [81468] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3938), 1, sym__special_character, STATE(1676), 1, aux_sym__literal_repeat1, ACTIONS(1369), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(1364), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [81505] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3883), 1, sym__concat, STATE(1664), 1, aux_sym_concatenation_repeat1, ACTIONS(3941), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(3943), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [81542] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3883), 1, sym__concat, STATE(1664), 1, aux_sym_concatenation_repeat1, ACTIONS(3945), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(3947), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [81579] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3949), 1, sym__concat, STATE(1679), 1, aux_sym_concatenation_repeat1, ACTIONS(1227), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(1225), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [81616] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1371), 1, ts_builtin_sym_end, ACTIONS(1381), 1, anon_sym_LT_LT_LT, ACTIONS(3905), 1, sym_file_descriptor, ACTIONS(3952), 1, anon_sym_LF, ACTIONS(1335), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1377), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(1379), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(1375), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1670), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(3903), 8, 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_GT_PIPE, [81665] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1333), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(1538), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, STATE(1658), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(1173), 17, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [81702] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3883), 1, sym__concat, STATE(1664), 1, aux_sym_concatenation_repeat1, ACTIONS(3954), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(3956), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [81739] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3926), 1, sym__special_character, STATE(1676), 1, aux_sym__literal_repeat1, ACTIONS(3958), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(3960), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [81776] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3883), 1, sym__concat, STATE(1693), 1, aux_sym_concatenation_repeat1, ACTIONS(1249), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(1247), 21, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, sym__special_character, anon_sym_AMP, [81813] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1193), 1, anon_sym_BQUOTE, ACTIONS(1420), 1, anon_sym_LT_LT_LT, ACTIONS(3881), 1, sym_file_descriptor, ACTIONS(3962), 1, anon_sym_LF, ACTIONS(1418), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(1538), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1561), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(1567), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1658), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(3879), 8, 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_GT_PIPE, [81862] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(445), 1, anon_sym_RPAREN, ACTIONS(1420), 1, anon_sym_LT_LT_LT, ACTIONS(3881), 1, sym_file_descriptor, ACTIONS(3964), 1, anon_sym_LF, ACTIONS(1359), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1416), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(1418), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(1236), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1658), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(3879), 8, 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_GT_PIPE, [81911] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(1193), 1, anon_sym_RPAREN, ACTIONS(1420), 1, anon_sym_LT_LT_LT, ACTIONS(3881), 1, sym_file_descriptor, ACTIONS(3966), 1, anon_sym_LF, ACTIONS(1359), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1416), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(1418), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(1261), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1658), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(3879), 8, 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_GT_PIPE, [81960] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3926), 1, sym__special_character, STATE(1676), 1, aux_sym__literal_repeat1, ACTIONS(3968), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(3970), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [81997] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1420), 1, anon_sym_LT_LT_LT, ACTIONS(3881), 1, sym_file_descriptor, ACTIONS(3972), 1, anon_sym_LF, ACTIONS(1359), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1416), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(1418), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(1515), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1658), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(3879), 8, 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_GT_PIPE, [82043] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3974), 1, sym__concat, STATE(1722), 1, aux_sym_concatenation_repeat1, ACTIONS(1221), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1219), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [82079] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1263), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [82111] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(3932), 1, anon_sym_DQUOTE, ACTIONS(3980), 1, anon_sym_DOLLAR, ACTIONS(3982), 1, sym__special_character, ACTIONS(3984), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(3986), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(3988), 1, anon_sym_BQUOTE, STATE(2489), 1, aux_sym__literal_repeat1, ACTIONS(3990), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1749), 2, sym_concatenation, aux_sym_for_statement_repeat1, ACTIONS(3976), 3, sym_raw_string, sym_ansii_c_string, sym_word, ACTIONS(3978), 4, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(2425), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [82163] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3992), 1, sym__concat, STATE(1679), 1, aux_sym_concatenation_repeat1, ACTIONS(1221), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(1219), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [82199] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1457), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1455), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [82231] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(3932), 1, anon_sym_DQUOTE, ACTIONS(3980), 1, anon_sym_DOLLAR, ACTIONS(3982), 1, sym__special_character, ACTIONS(3984), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(3986), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(3988), 1, anon_sym_BQUOTE, STATE(2489), 1, aux_sym__literal_repeat1, ACTIONS(3990), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1749), 2, sym_concatenation, aux_sym_for_statement_repeat1, ACTIONS(3976), 3, sym_raw_string, sym_ansii_c_string, sym_word, ACTIONS(3994), 4, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(2425), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [82283] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3996), 1, sym__special_character, STATE(1711), 1, aux_sym__literal_repeat1, ACTIONS(3958), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(3960), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [82319] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3998), 1, sym__concat, STATE(1690), 1, aux_sym_concatenation_repeat1, ACTIONS(3941), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(3943), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [82355] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1420), 1, anon_sym_LT_LT_LT, ACTIONS(3881), 1, sym_file_descriptor, ACTIONS(4000), 1, anon_sym_LF, ACTIONS(1359), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1416), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(1418), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(1555), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1658), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(3879), 8, 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_GT_PIPE, [82401] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1357), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1355), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [82433] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1225), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [82465] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3887), 1, sym__concat, STATE(1725), 1, aux_sym_concatenation_repeat1, ACTIONS(3941), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(3943), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [82501] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1451), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [82533] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1449), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1447), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [82565] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1420), 1, anon_sym_LT_LT_LT, ACTIONS(3881), 1, sym_file_descriptor, ACTIONS(4002), 1, anon_sym_LF, ACTIONS(1359), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1416), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(1418), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(1563), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1658), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(3879), 8, 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_GT_PIPE, [82611] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1420), 1, anon_sym_LT_LT_LT, ACTIONS(3881), 1, sym_file_descriptor, ACTIONS(4004), 1, anon_sym_LF, ACTIONS(1359), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1416), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(1418), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(1536), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1658), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(3879), 8, 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_GT_PIPE, [82657] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1443), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1441), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [82689] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(3932), 1, anon_sym_DQUOTE, ACTIONS(3980), 1, anon_sym_DOLLAR, ACTIONS(3982), 1, sym__special_character, ACTIONS(3984), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(3986), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(3988), 1, anon_sym_BQUOTE, STATE(2489), 1, aux_sym__literal_repeat1, ACTIONS(3990), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1749), 2, sym_concatenation, aux_sym_for_statement_repeat1, ACTIONS(3976), 3, sym_raw_string, sym_ansii_c_string, sym_word, ACTIONS(4006), 4, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(2425), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [82741] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1397), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [82773] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1393), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [82805] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1383), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [82837] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4008), 1, sym__special_character, STATE(1711), 1, aux_sym__literal_repeat1, ACTIONS(1369), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(1364), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [82873] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1277), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1275), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [82905] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1281), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1279), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [82937] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3996), 1, sym__special_character, STATE(1711), 1, aux_sym__literal_repeat1, ACTIONS(3922), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(3924), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [82973] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3887), 1, sym__concat, STATE(1725), 1, aux_sym_concatenation_repeat1, ACTIONS(3945), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(3947), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [83009] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1285), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1283), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [83041] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3883), 1, sym__concat, STATE(1693), 1, aux_sym_concatenation_repeat1, ACTIONS(3954), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(3956), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [83077] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1289), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1287), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [83109] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1293), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1291), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [83141] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3998), 1, sym__concat, STATE(1690), 1, aux_sym_concatenation_repeat1, ACTIONS(3945), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(3947), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [83177] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1297), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1295), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [83209] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4011), 1, sym__concat, STATE(1722), 1, aux_sym_concatenation_repeat1, ACTIONS(1227), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1225), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [83245] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4014), 1, sym__concat, STATE(1723), 1, aux_sym_concatenation_repeat1, ACTIONS(1227), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(1225), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [83281] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3928), 1, sym__concat, STATE(1738), 1, aux_sym_concatenation_repeat1, ACTIONS(4017), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [83315] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4019), 1, sym__concat, STATE(1723), 1, aux_sym_concatenation_repeat1, ACTIONS(1221), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(1219), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [83351] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3883), 1, sym__concat, STATE(1693), 1, aux_sym_concatenation_repeat1, ACTIONS(3945), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(3947), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [83387] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3883), 1, sym__concat, STATE(1693), 1, aux_sym_concatenation_repeat1, ACTIONS(3941), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(3943), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [83423] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1301), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1299), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [83455] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1305), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1303), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [83487] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1420), 1, anon_sym_LT_LT_LT, ACTIONS(3881), 1, sym_file_descriptor, ACTIONS(4021), 1, anon_sym_LF, ACTIONS(1359), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1416), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(1418), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(1519), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1658), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(3879), 8, 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_GT_PIPE, [83533] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3998), 1, sym__concat, STATE(1690), 1, aux_sym_concatenation_repeat1, ACTIONS(1249), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1247), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [83569] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1309), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1307), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [83601] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1313), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1311), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [83633] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1317), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1315), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [83665] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4023), 1, sym__concat, STATE(1807), 1, aux_sym_concatenation_repeat1, ACTIONS(1249), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(1247), 19, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, sym__special_character, anon_sym_AMP, [83701] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3996), 1, sym__special_character, STATE(1711), 1, aux_sym__literal_repeat1, ACTIONS(3968), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(3970), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [83737] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3887), 1, sym__concat, STATE(1725), 1, aux_sym_concatenation_repeat1, ACTIONS(3954), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(3956), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [83773] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4025), 1, sym__concat, STATE(1739), 1, aux_sym_concatenation_repeat1, ACTIONS(1219), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [83807] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4027), 1, sym__concat, STATE(1739), 1, aux_sym_concatenation_repeat1, ACTIONS(1225), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [83841] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4032), 1, sym__special_character, STATE(1748), 1, aux_sym__literal_repeat1, ACTIONS(4030), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [83875] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1321), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1319), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [83907] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1325), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1323), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [83939] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1249), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(1247), 22, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, sym__special_character, anon_sym_AMP, [83971] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1343), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [84003] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1343), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [84035] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1349), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1347), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [84067] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1420), 1, anon_sym_LT_LT_LT, ACTIONS(3881), 1, sym_file_descriptor, ACTIONS(4034), 1, anon_sym_LF, ACTIONS(1359), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, ACTIONS(1416), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, ACTIONS(1418), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, ACTIONS(1508), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(1658), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, ACTIONS(3879), 8, 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_GT_PIPE, [84113] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4036), 1, sym__special_character, STATE(1748), 1, aux_sym__literal_repeat1, ACTIONS(1364), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [84147] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(4044), 1, anon_sym_DOLLAR, ACTIONS(4047), 1, sym__special_character, ACTIONS(4050), 1, anon_sym_DQUOTE, ACTIONS(4053), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4056), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4059), 1, anon_sym_BQUOTE, STATE(2489), 1, aux_sym__literal_repeat1, ACTIONS(4062), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1749), 2, sym_concatenation, aux_sym_for_statement_repeat1, ACTIONS(4039), 3, sym_raw_string, sym_ansii_c_string, sym_word, ACTIONS(4042), 4, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, STATE(2425), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [84199] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1285), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1283), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [84230] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4065), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4067), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [84261] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1457), 1, sym__concat, ACTIONS(1455), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [84292] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1247), 23, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym__special_character, sym_test_operator, anon_sym_AMP, [84321] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4069), 1, sym__special_character, STATE(1822), 1, aux_sym__literal_repeat1, ACTIONS(3968), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(3970), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [84356] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1277), 1, sym__concat, ACTIONS(1275), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [84387] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4023), 1, sym__concat, STATE(1807), 1, aux_sym_concatenation_repeat1, ACTIONS(3954), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(3956), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [84422] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1281), 1, sym__concat, ACTIONS(1279), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [84453] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4069), 1, sym__special_character, STATE(1822), 1, aux_sym__literal_repeat1, ACTIONS(3922), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(3924), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [84488] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1285), 1, sym__concat, ACTIONS(1283), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [84519] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1289), 1, sym__concat, ACTIONS(1287), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [84550] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(4075), 1, sym__concat, STATE(1902), 1, aux_sym_concatenation_repeat1, ACTIONS(4017), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4071), 16, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [84585] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3945), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(3947), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [84616] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1293), 1, sym__concat, ACTIONS(1291), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [84647] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1297), 1, sym__concat, ACTIONS(1295), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [84678] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1301), 1, sym__concat, ACTIONS(1299), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [84709] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1305), 1, sym__concat, ACTIONS(1303), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [84740] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1309), 1, sym__concat, ACTIONS(1307), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [84771] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1313), 1, sym__concat, ACTIONS(1311), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [84802] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1317), 1, sym__concat, ACTIONS(1315), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [84833] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1321), 1, sym__concat, ACTIONS(1319), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [84864] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1325), 1, sym__concat, ACTIONS(1323), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [84895] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 1, sym__concat, ACTIONS(1343), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [84926] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 1, sym__concat, ACTIONS(1343), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [84957] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4077), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4079), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [84988] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4081), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4083), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [85019] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4085), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4087), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [85050] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4089), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4091), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [85081] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4093), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4095), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [85112] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4097), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4099), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [85143] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4101), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4103), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [85174] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4105), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4107), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [85205] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4109), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4111), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [85236] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4113), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4115), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [85267] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4117), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4119), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [85298] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4121), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4123), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [85329] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4125), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4127), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [85360] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4129), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4131), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [85391] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4133), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4135), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [85422] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4137), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4139), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [85453] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4141), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4143), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [85484] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4145), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4147), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [85515] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4149), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4151), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [85546] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4153), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4155), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [85577] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4157), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4159), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [85608] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4161), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4163), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [85639] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4165), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4167), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [85670] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1349), 1, sym__concat, ACTIONS(1347), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [85701] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4169), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4171), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [85732] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4173), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4175), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [85763] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4023), 1, sym__concat, STATE(1807), 1, aux_sym_concatenation_repeat1, ACTIONS(3941), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(3943), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [85798] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1357), 1, sym__concat, ACTIONS(1355), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [85829] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4177), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4179), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [85860] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4181), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4183), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [85891] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4185), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4187), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [85922] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4189), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4191), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [85953] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4193), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4195), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [85984] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4197), 1, sym__concat, STATE(1812), 1, aux_sym_concatenation_repeat1, ACTIONS(1221), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(1219), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [86019] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 1, sym__concat, ACTIONS(1383), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [86050] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4069), 1, sym__special_character, STATE(1822), 1, aux_sym__literal_repeat1, ACTIONS(3958), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(3960), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [86085] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4199), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4201), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [86116] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4203), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4205), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [86147] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4207), 1, sym__concat, STATE(1812), 1, aux_sym_concatenation_repeat1, ACTIONS(1227), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(1225), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [86182] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4210), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4212), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [86213] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 1, sym__concat, ACTIONS(1393), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [86244] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 1, sym__concat, ACTIONS(1397), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [86275] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1443), 1, sym__concat, ACTIONS(1441), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [86306] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1449), 1, sym__concat, ACTIONS(1447), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [86337] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 1, sym__concat, ACTIONS(1451), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [86368] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 1, sym__concat, ACTIONS(1225), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [86399] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4214), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4216), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [86430] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 1, sym__concat, ACTIONS(1263), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [86461] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4218), 1, sym__special_character, STATE(1822), 1, aux_sym__literal_repeat1, ACTIONS(1369), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(1364), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [86496] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4221), 1, sym__special_character, STATE(1823), 1, aux_sym__literal_repeat1, ACTIONS(1369), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1364), 18, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [86531] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1277), 4, sym_file_descriptor, sym__concat, sym_variable_name, sym_word, ACTIONS(1275), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [86562] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3941), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(3943), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [86593] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1281), 4, sym_file_descriptor, sym__concat, sym_variable_name, sym_word, ACTIONS(1279), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [86624] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1285), 4, sym_file_descriptor, sym__concat, sym_variable_name, sym_word, ACTIONS(1283), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [86655] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1289), 4, sym_file_descriptor, sym__concat, sym_variable_name, sym_word, ACTIONS(1287), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [86686] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1293), 4, sym_file_descriptor, sym__concat, sym_variable_name, sym_word, ACTIONS(1291), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [86717] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1297), 4, sym_file_descriptor, sym__concat, sym_variable_name, sym_word, ACTIONS(1295), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [86748] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1301), 4, sym_file_descriptor, sym__concat, sym_variable_name, sym_word, ACTIONS(1299), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [86779] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1305), 4, sym_file_descriptor, sym__concat, sym_variable_name, sym_word, ACTIONS(1303), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [86810] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1457), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1455), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [86841] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3954), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(3956), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [86872] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1309), 4, sym_file_descriptor, sym__concat, sym_variable_name, sym_word, ACTIONS(1307), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [86903] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1263), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [86934] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1313), 4, sym_file_descriptor, sym__concat, sym_variable_name, sym_word, ACTIONS(1311), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [86965] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4224), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4226), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [86996] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1225), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [87027] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1451), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [87058] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1317), 4, sym_file_descriptor, sym__concat, sym_variable_name, sym_word, ACTIONS(1315), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [87089] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1321), 4, sym_file_descriptor, sym__concat, sym_variable_name, sym_word, ACTIONS(1319), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [87120] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, ACTIONS(4230), 1, anon_sym_esac, ACTIONS(4232), 1, sym__special_character, STATE(2928), 1, aux_sym__literal_repeat1, STATE(3036), 1, sym_concatenation, STATE(3480), 1, sym_last_case_item, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1966), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(4228), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2914), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [87175] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, ACTIONS(4232), 1, sym__special_character, ACTIONS(4234), 1, anon_sym_esac, STATE(2928), 1, aux_sym__literal_repeat1, STATE(3036), 1, sym_concatenation, STATE(3453), 1, sym_last_case_item, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1968), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(4228), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2914), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [87230] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1325), 4, sym_file_descriptor, sym__concat, sym_variable_name, sym_word, ACTIONS(1323), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [87261] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1443), 4, sym_file_descriptor, sym__concat, sym_variable_name, sym_word, ACTIONS(1441), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [87292] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(4075), 1, sym__concat, STATE(1902), 1, aux_sym_concatenation_repeat1, ACTIONS(1247), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1249), 16, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym__special_character, sym_test_operator, [87327] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1449), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1447), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [87358] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, ACTIONS(4232), 1, sym__special_character, ACTIONS(4236), 1, anon_sym_esac, STATE(2928), 1, aux_sym__literal_repeat1, STATE(3036), 1, sym_concatenation, STATE(3385), 1, sym_last_case_item, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1983), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(4228), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2914), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [87413] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1443), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1441), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [87444] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1449), 4, sym_file_descriptor, sym__concat, sym_variable_name, sym_word, ACTIONS(1447), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [87475] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4238), 1, sym__special_character, STATE(1823), 1, aux_sym__literal_repeat1, ACTIONS(3958), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(3960), 18, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [87510] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 4, sym_file_descriptor, sym__concat, sym_variable_name, sym_word, ACTIONS(1343), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [87541] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 4, sym_file_descriptor, sym__concat, sym_variable_name, sym_word, ACTIONS(1343), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [87572] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1349), 4, sym_file_descriptor, sym__concat, sym_variable_name, sym_word, ACTIONS(1347), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [87603] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1357), 4, sym_file_descriptor, sym__concat, sym_variable_name, sym_word, ACTIONS(1355), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [87634] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 4, sym_file_descriptor, sym__concat, sym_variable_name, sym_word, ACTIONS(1451), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [87665] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 4, sym_file_descriptor, sym__concat, sym_variable_name, sym_word, ACTIONS(1225), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [87696] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, ACTIONS(4232), 1, sym__special_character, ACTIONS(4240), 1, anon_sym_esac, STATE(2928), 1, aux_sym__literal_repeat1, STATE(3036), 1, sym_concatenation, STATE(3282), 1, sym_last_case_item, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1987), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(4228), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2914), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [87751] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 4, sym_file_descriptor, sym__concat, sym_variable_name, sym_word, ACTIONS(1383), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [87782] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4242), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4244), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [87813] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4023), 1, sym__concat, STATE(1807), 1, aux_sym_concatenation_repeat1, ACTIONS(3945), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(3947), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [87848] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4246), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4248), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [87879] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, ACTIONS(4232), 1, sym__special_character, ACTIONS(4250), 1, anon_sym_esac, STATE(2928), 1, aux_sym__literal_repeat1, STATE(3036), 1, sym_concatenation, STATE(3416), 1, sym_last_case_item, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(2023), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(4228), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2914), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [87934] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 4, sym_file_descriptor, sym__concat, sym_variable_name, sym_word, ACTIONS(1263), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [87965] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, ACTIONS(4232), 1, sym__special_character, ACTIONS(4252), 1, anon_sym_esac, STATE(2928), 1, aux_sym__literal_repeat1, STATE(3036), 1, sym_concatenation, STATE(3408), 1, sym_last_case_item, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1972), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(4228), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2914), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [88020] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 4, sym_file_descriptor, sym__concat, sym_variable_name, sym_word, ACTIONS(1393), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [88051] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, ACTIONS(4232), 1, sym__special_character, ACTIONS(4254), 1, anon_sym_esac, STATE(2928), 1, aux_sym__literal_repeat1, STATE(3036), 1, sym_concatenation, STATE(3459), 1, sym_last_case_item, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1957), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(4228), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2914), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [88106] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1457), 4, sym_file_descriptor, sym__concat, sym_variable_name, sym_word, ACTIONS(1455), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [88137] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1397), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [88168] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1393), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [88199] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, ACTIONS(4232), 1, sym__special_character, ACTIONS(4256), 1, anon_sym_esac, STATE(2928), 1, aux_sym__literal_repeat1, STATE(3036), 1, sym_concatenation, STATE(3460), 1, sym_last_case_item, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1907), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(4228), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2914), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [88254] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1383), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [88285] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 4, sym_file_descriptor, sym__concat, sym_variable_name, sym_word, ACTIONS(1397), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [88316] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1357), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1355), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [88347] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, ACTIONS(4232), 1, sym__special_character, ACTIONS(4258), 1, anon_sym_esac, STATE(2928), 1, aux_sym__literal_repeat1, STATE(3036), 1, sym_concatenation, STATE(3301), 1, sym_last_case_item, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1999), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(4228), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2914), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [88402] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1349), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1347), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [88433] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(4260), 1, sym__concat, STATE(1878), 1, aux_sym_concatenation_repeat1, ACTIONS(1225), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1227), 16, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [88468] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, ACTIONS(4232), 1, sym__special_character, ACTIONS(4263), 1, anon_sym_esac, STATE(2928), 1, aux_sym__literal_repeat1, STATE(3036), 1, sym_concatenation, STATE(3298), 1, sym_last_case_item, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1997), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(4228), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2914), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [88523] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4265), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4267), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [88554] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1343), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [88585] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4269), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4271), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [88616] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1343), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [88647] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1325), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1323), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [88678] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4273), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4275), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [88709] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1321), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1319), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [88740] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1317), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1315), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [88771] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1313), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1311), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [88802] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1309), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1307), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [88833] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1305), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1303), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [88864] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1301), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1299), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [88895] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1297), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1295), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [88926] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1293), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1291), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [88957] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4238), 1, sym__special_character, STATE(1823), 1, aux_sym__literal_repeat1, ACTIONS(3922), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(3924), 18, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [88992] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1289), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1287), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [89023] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1281), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1279), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [89054] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4277), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4279), 21, anon_sym_SEMI, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [89085] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, ACTIONS(4232), 1, sym__special_character, ACTIONS(4281), 1, anon_sym_esac, STATE(2928), 1, aux_sym__literal_repeat1, STATE(3036), 1, sym_concatenation, STATE(3279), 1, sym_last_case_item, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1996), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(4228), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2914), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [89140] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, ACTIONS(4232), 1, sym__special_character, ACTIONS(4283), 1, anon_sym_esac, STATE(2928), 1, aux_sym__literal_repeat1, STATE(3036), 1, sym_concatenation, STATE(3278), 1, sym_last_case_item, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1995), 2, sym_case_item, aux_sym_case_statement_repeat1, ACTIONS(4228), 3, sym_raw_string, sym_ansii_c_string, sym_word, STATE(2914), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [89195] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1249), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(1247), 21, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, sym__special_character, anon_sym_BQUOTE, anon_sym_AMP, [89226] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1277), 3, sym_file_descriptor, sym__concat, anon_sym_LF, ACTIONS(1275), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [89257] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(4285), 1, sym__concat, STATE(1878), 1, aux_sym_concatenation_repeat1, ACTIONS(1219), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1221), 16, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [89292] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3998), 1, sym__concat, STATE(1690), 1, aux_sym_concatenation_repeat1, ACTIONS(1209), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1207), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [89327] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4293), 1, anon_sym_QMARK, ACTIONS(4291), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(4295), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(4287), 4, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, ACTIONS(4289), 13, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [89363] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4097), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4099), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [89393] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(4297), 1, sym__concat, STATE(2099), 1, aux_sym_concatenation_repeat1, ACTIONS(1247), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1249), 15, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym__special_character, sym_test_operator, [89427] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, ACTIONS(4232), 1, sym__special_character, ACTIONS(4299), 1, sym_word, STATE(2928), 1, aux_sym__literal_repeat1, STATE(3036), 1, sym_concatenation, STATE(3444), 1, sym_last_case_item, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4228), 2, sym_raw_string, sym_ansii_c_string, STATE(2089), 2, sym_case_item, aux_sym_case_statement_repeat1, STATE(2914), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [89481] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4293), 1, anon_sym_QMARK, ACTIONS(4291), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(4295), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(4301), 4, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, ACTIONS(4289), 13, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [89517] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(4303), 1, sym__special_character, STATE(1909), 1, aux_sym__literal_repeat1, ACTIONS(1364), 6, anon_sym_PIPE, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1369), 14, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [89551] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(828), 1, anon_sym_DQUOTE, ACTIONS(4306), 1, sym_word, ACTIONS(4308), 1, anon_sym_LPAREN, ACTIONS(4310), 1, anon_sym_DOLLAR, ACTIONS(4312), 1, sym__special_character, ACTIONS(4316), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4318), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4320), 1, anon_sym_BQUOTE, ACTIONS(4324), 1, sym__empty_value, STATE(586), 1, aux_sym__literal_repeat1, ACTIONS(4314), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(4322), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(868), 2, sym_concatenation, sym_array, STATE(396), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [89605] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4238), 1, sym__special_character, STATE(1823), 1, aux_sym__literal_repeat1, ACTIONS(1461), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1459), 17, 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_GT_PIPE, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [89639] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4326), 1, anon_sym_RPAREN, ACTIONS(1177), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [89671] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1315), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1317), 17, sym__concat, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [89701] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4199), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4201), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [89731] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1721), 1, anon_sym_DQUOTE, ACTIONS(4328), 1, sym_word, ACTIONS(4330), 1, anon_sym_LPAREN, ACTIONS(4332), 1, anon_sym_DOLLAR, ACTIONS(4334), 1, sym__special_character, ACTIONS(4338), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4340), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4342), 1, anon_sym_BQUOTE, ACTIONS(4346), 1, sym__empty_value, STATE(1911), 1, aux_sym__literal_repeat1, ACTIONS(4336), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(4344), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(2190), 2, sym_concatenation, sym_array, STATE(1903), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [89785] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4293), 1, anon_sym_QMARK, ACTIONS(4291), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(4295), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(4348), 4, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, ACTIONS(4289), 13, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [89821] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4350), 1, anon_sym_RPAREN, ACTIONS(1177), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [89853] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4293), 1, anon_sym_QMARK, ACTIONS(4291), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(4295), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(4352), 4, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, ACTIONS(4289), 13, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [89889] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4354), 1, anon_sym_RPAREN, ACTIONS(1177), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [89921] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4193), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4195), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [89951] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4189), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4191), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [89981] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4185), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4187), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [90011] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4356), 1, anon_sym_RPAREN, ACTIONS(1177), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [90043] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4358), 1, anon_sym_RPAREN, ACTIONS(1177), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [90075] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4181), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4183), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [90105] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4177), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4179), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [90135] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4224), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4226), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [90165] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1311), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1313), 17, sym__concat, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [90195] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3941), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(3943), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [90225] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4360), 1, anon_sym_RPAREN, ACTIONS(1177), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [90257] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(493), 1, anon_sym_DOLLAR, ACTIONS(495), 1, sym__special_character, ACTIONS(497), 1, anon_sym_DQUOTE, ACTIONS(499), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(501), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(503), 1, anon_sym_BQUOTE, ACTIONS(4362), 1, sym_word, ACTIONS(4364), 1, anon_sym_LPAREN, ACTIONS(4368), 1, sym__empty_value, STATE(374), 1, aux_sym__literal_repeat1, ACTIONS(505), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4366), 2, sym_raw_string, sym_ansii_c_string, STATE(403), 2, sym_concatenation, sym_array, STATE(277), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [90311] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4370), 1, anon_sym_RPAREN, ACTIONS(1177), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [90343] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1347), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 17, sym__concat, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [90373] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4372), 1, anon_sym_RPAREN, ACTIONS(1177), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [90405] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4113), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4115), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [90435] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(4075), 1, sym__concat, STATE(1902), 1, aux_sym_concatenation_repeat1, ACTIONS(1247), 6, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, sym__special_character, ACTIONS(1249), 14, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [90469] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1307), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1309), 17, sym__concat, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [90499] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1343), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1345), 17, sym__concat, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [90529] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1343), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1345), 17, sym__concat, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [90559] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1355), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1357), 17, sym__concat, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [90589] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4293), 1, anon_sym_QMARK, ACTIONS(4291), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(4295), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(4374), 4, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, ACTIONS(4289), 13, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [90625] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4376), 1, anon_sym_RPAREN, ACTIONS(1177), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [90657] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4378), 1, anon_sym_RPAREN, ACTIONS(1177), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [90689] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(4382), 1, sym__special_character, STATE(1964), 1, aux_sym__literal_repeat1, ACTIONS(4030), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4380), 15, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [90723] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1397), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1399), 17, sym__concat, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [90753] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4384), 1, anon_sym_RPAREN, ACTIONS(1177), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [90785] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1447), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1449), 17, sym__concat, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [90815] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1455), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1457), 17, sym__concat, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [90845] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1441), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1443), 17, sym__concat, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [90875] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1393), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1395), 17, sym__concat, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [90905] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1303), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1305), 17, sym__concat, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [90935] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4386), 1, anon_sym_RPAREN, ACTIONS(1177), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [90967] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1263), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1265), 17, sym__concat, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [90997] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1299), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1301), 17, sym__concat, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [91027] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1002), 1, anon_sym_DQUOTE, ACTIONS(4388), 1, sym_word, ACTIONS(4390), 1, anon_sym_LPAREN, ACTIONS(4392), 1, anon_sym_DOLLAR, ACTIONS(4394), 1, sym__special_character, ACTIONS(4398), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4400), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4402), 1, anon_sym_BQUOTE, ACTIONS(4406), 1, sym__empty_value, STATE(864), 1, aux_sym__literal_repeat1, ACTIONS(4396), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(4404), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(895), 2, sym_concatenation, sym_array, STATE(639), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [91081] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1383), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1385), 17, sym__concat, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [91111] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, ACTIONS(4232), 1, sym__special_character, ACTIONS(4299), 1, sym_word, STATE(2928), 1, aux_sym__literal_repeat1, STATE(3036), 1, sym_concatenation, STATE(3358), 1, sym_last_case_item, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4228), 2, sym_raw_string, sym_ansii_c_string, STATE(2089), 2, sym_case_item, aux_sym_case_statement_repeat1, STATE(2914), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [91165] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4293), 1, anon_sym_QMARK, ACTIONS(4291), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(4295), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(4408), 4, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, ACTIONS(4289), 13, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [91201] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4293), 1, anon_sym_QMARK, ACTIONS(4291), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(4295), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(4410), 4, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, ACTIONS(4289), 13, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [91237] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4412), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [91265] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1249), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(1247), 19, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, sym__special_character, anon_sym_AMP, [91295] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4173), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4175), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [91325] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4169), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4171), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [91355] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(4414), 1, sym__special_character, STATE(1964), 1, aux_sym__literal_repeat1, ACTIONS(1364), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1369), 15, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [91389] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4417), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [91417] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, ACTIONS(4232), 1, sym__special_character, ACTIONS(4299), 1, sym_word, STATE(2928), 1, aux_sym__literal_repeat1, STATE(3036), 1, sym_concatenation, STATE(3416), 1, sym_last_case_item, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4228), 2, sym_raw_string, sym_ansii_c_string, STATE(2089), 2, sym_case_item, aux_sym_case_statement_repeat1, STATE(2914), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [91471] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(527), 1, anon_sym_DOLLAR, ACTIONS(529), 1, sym__special_character, ACTIONS(531), 1, anon_sym_DQUOTE, ACTIONS(533), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(535), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(537), 1, anon_sym_BQUOTE, ACTIONS(4419), 1, sym_word, ACTIONS(4421), 1, anon_sym_LPAREN, ACTIONS(4425), 1, sym__empty_value, STATE(395), 1, aux_sym__literal_repeat1, ACTIONS(539), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4423), 2, sym_raw_string, sym_ansii_c_string, STATE(583), 2, sym_concatenation, sym_array, STATE(372), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [91525] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, ACTIONS(4232), 1, sym__special_character, ACTIONS(4299), 1, sym_word, STATE(2928), 1, aux_sym__literal_repeat1, STATE(3036), 1, sym_concatenation, STATE(3408), 1, sym_last_case_item, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4228), 2, sym_raw_string, sym_ansii_c_string, STATE(2089), 2, sym_case_item, aux_sym_case_statement_repeat1, STATE(2914), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [91579] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3945), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(3947), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [91609] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4165), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4167), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [91639] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4427), 1, anon_sym_RPAREN, ACTIONS(1177), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [91671] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, ACTIONS(4232), 1, sym__special_character, ACTIONS(4299), 1, sym_word, STATE(2928), 1, aux_sym__literal_repeat1, STATE(3036), 1, sym_concatenation, STATE(3387), 1, sym_last_case_item, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4228), 2, sym_raw_string, sym_ansii_c_string, STATE(2089), 2, sym_case_item, aux_sym_case_statement_repeat1, STATE(2914), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [91725] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4161), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4163), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [91755] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4429), 1, anon_sym_RPAREN, ACTIONS(1177), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [91787] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4293), 1, anon_sym_QMARK, ACTIONS(4291), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(4295), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(4431), 4, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, ACTIONS(4289), 13, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [91823] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4203), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4205), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [91853] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(4433), 1, sym__concat, STATE(2127), 1, aux_sym_concatenation_repeat1, ACTIONS(1247), 6, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, sym__special_character, ACTIONS(1249), 14, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [91887] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4210), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4212), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [91917] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4242), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4244), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [91947] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1451), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1453), 17, sym__concat, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [91977] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4157), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4159), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [92007] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1225), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1227), 17, sym__concat, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [92037] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, ACTIONS(4232), 1, sym__special_character, ACTIONS(4299), 1, sym_word, STATE(2928), 1, aux_sym__literal_repeat1, STATE(3036), 1, sym_concatenation, STATE(3460), 1, sym_last_case_item, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4228), 2, sym_raw_string, sym_ansii_c_string, STATE(2089), 2, sym_case_item, aux_sym_case_statement_repeat1, STATE(2914), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [92091] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1295), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1297), 17, sym__concat, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [92121] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4435), 1, anon_sym_RPAREN, ACTIONS(1177), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [92153] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4437), 1, anon_sym_RPAREN, ACTIONS(1177), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [92185] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, ACTIONS(4232), 1, sym__special_character, ACTIONS(4299), 1, sym_word, STATE(2928), 1, aux_sym__literal_repeat1, STATE(3036), 1, sym_concatenation, STATE(3459), 1, sym_last_case_item, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4228), 2, sym_raw_string, sym_ansii_c_string, STATE(2089), 2, sym_case_item, aux_sym_case_statement_repeat1, STATE(2914), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [92239] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1291), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1293), 17, sym__concat, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [92269] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4265), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4267), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [92299] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4293), 1, anon_sym_QMARK, ACTIONS(4291), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(4295), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(4439), 4, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, ACTIONS(4289), 13, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [92335] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1287), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1289), 17, sym__concat, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [92365] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(766), 1, anon_sym_DQUOTE, ACTIONS(4441), 1, sym_word, ACTIONS(4443), 1, anon_sym_LPAREN, ACTIONS(4445), 1, anon_sym_DOLLAR, ACTIONS(4447), 1, sym__special_character, ACTIONS(4451), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4453), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4455), 1, anon_sym_BQUOTE, ACTIONS(4459), 1, sym__empty_value, STATE(407), 1, aux_sym__literal_repeat1, ACTIONS(4449), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(4457), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(616), 2, sym_concatenation, sym_array, STATE(379), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [92419] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1283), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1285), 17, sym__concat, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [92449] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4153), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4155), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [92479] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, ACTIONS(4232), 1, sym__special_character, ACTIONS(4299), 1, sym_word, STATE(2928), 1, aux_sym__literal_repeat1, STATE(3036), 1, sym_concatenation, STATE(3298), 1, sym_last_case_item, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4228), 2, sym_raw_string, sym_ansii_c_string, STATE(2089), 2, sym_case_item, aux_sym_case_statement_repeat1, STATE(2914), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [92533] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, ACTIONS(4232), 1, sym__special_character, ACTIONS(4299), 1, sym_word, STATE(2928), 1, aux_sym__literal_repeat1, STATE(3036), 1, sym_concatenation, STATE(3301), 1, sym_last_case_item, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4228), 2, sym_raw_string, sym_ansii_c_string, STATE(2089), 2, sym_case_item, aux_sym_case_statement_repeat1, STATE(2914), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [92587] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, ACTIONS(4232), 1, sym__special_character, ACTIONS(4299), 1, sym_word, STATE(2928), 1, aux_sym__literal_repeat1, STATE(3036), 1, sym_concatenation, STATE(3328), 1, sym_last_case_item, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4228), 2, sym_raw_string, sym_ansii_c_string, STATE(2089), 2, sym_case_item, aux_sym_case_statement_repeat1, STATE(2914), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [92641] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(1016), 1, anon_sym_DQUOTE, ACTIONS(4461), 1, sym_word, ACTIONS(4463), 1, anon_sym_LPAREN, ACTIONS(4465), 1, anon_sym_DOLLAR, ACTIONS(4467), 1, sym__special_character, ACTIONS(4471), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4473), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4475), 1, anon_sym_BQUOTE, ACTIONS(4479), 1, sym__empty_value, STATE(754), 1, aux_sym__literal_repeat1, ACTIONS(4469), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(4477), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(898), 2, sym_concatenation, sym_array, STATE(683), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [92695] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, ACTIONS(4232), 1, sym__special_character, ACTIONS(4299), 1, sym_word, STATE(2928), 1, aux_sym__literal_repeat1, STATE(3036), 1, sym_concatenation, STATE(3339), 1, sym_last_case_item, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4228), 2, sym_raw_string, sym_ansii_c_string, STATE(2089), 2, sym_case_item, aux_sym_case_statement_repeat1, STATE(2914), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [92749] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4269), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4271), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [92779] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4481), 1, anon_sym_RPAREN, ACTIONS(1177), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [92811] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3941), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(3943), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [92841] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4483), 1, anon_sym_RPAREN, ACTIONS(1177), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [92873] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(4485), 1, sym__concat, STATE(2004), 1, aux_sym_concatenation_repeat1, ACTIONS(1225), 6, anon_sym_PIPE, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1227), 14, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [92907] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3945), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(3947), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [92937] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1457), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, anon_sym_LF, ACTIONS(1455), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [92967] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4273), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4275), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [92997] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4017), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [93025] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4488), 1, anon_sym_RPAREN, ACTIONS(1177), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [93057] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, anon_sym_LF, ACTIONS(1263), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [93087] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4277), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4279), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [93117] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4214), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4216), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [93147] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4490), 1, anon_sym_RPAREN, ACTIONS(1177), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [93179] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4149), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4151), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [93209] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, anon_sym_LF, ACTIONS(1225), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [93239] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4492), 1, anon_sym_RPAREN, ACTIONS(1177), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [93271] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4494), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [93299] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, anon_sym_LF, ACTIONS(1451), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [93329] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4145), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4147), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [93359] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(625), 1, anon_sym_DOLLAR, ACTIONS(627), 1, sym__special_character, ACTIONS(629), 1, anon_sym_DQUOTE, ACTIONS(631), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(633), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(635), 1, anon_sym_BQUOTE, ACTIONS(4496), 1, sym_word, ACTIONS(4498), 1, anon_sym_LPAREN, ACTIONS(4502), 1, sym__empty_value, STATE(664), 1, aux_sym__literal_repeat1, ACTIONS(637), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4500), 2, sym_raw_string, sym_ansii_c_string, STATE(807), 2, sym_concatenation, sym_array, STATE(451), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [93413] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4141), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4143), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [93443] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4504), 1, anon_sym_RPAREN, ACTIONS(1177), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [93475] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, ACTIONS(4232), 1, sym__special_character, ACTIONS(4299), 1, sym_word, STATE(2928), 1, aux_sym__literal_repeat1, STATE(3036), 1, sym_concatenation, STATE(3388), 1, sym_last_case_item, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4228), 2, sym_raw_string, sym_ansii_c_string, STATE(2089), 2, sym_case_item, aux_sym_case_statement_repeat1, STATE(2914), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [93529] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(4293), 1, anon_sym_QMARK, ACTIONS(4291), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(4295), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(4506), 4, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, ACTIONS(4289), 13, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [93565] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4494), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [93593] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4137), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4139), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [93623] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4065), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4067), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [93653] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1449), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, anon_sym_LF, ACTIONS(1447), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [93683] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1249), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1247), 19, anon_sym_RPAREN, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [93713] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4508), 22, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_LT, anon_sym_GT, anon_sym_BANG_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, anon_sym_AMP, [93741] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4510), 1, anon_sym_RPAREN, ACTIONS(1177), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [93773] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4512), 1, anon_sym_RPAREN, ACTIONS(1177), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [93805] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4514), 1, anon_sym_RPAREN, ACTIONS(1177), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [93837] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1443), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, anon_sym_LF, ACTIONS(1441), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [93867] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4518), 1, anon_sym_DQUOTE, ACTIONS(4520), 1, sym_raw_string, ACTIONS(4522), 1, aux_sym__simple_variable_name_token1, STATE(2569), 1, sym_string, ACTIONS(545), 9, anon_sym_RPAREN, sym__special_character, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, ACTIONS(4516), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [93905] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4133), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4135), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [93935] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1323), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1325), 17, sym__concat, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [93965] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4524), 1, anon_sym_RPAREN, ACTIONS(1177), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [93997] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3954), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(3956), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [94027] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1277), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, anon_sym_LF, ACTIONS(1275), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [94057] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1281), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, anon_sym_LF, ACTIONS(1279), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [94087] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4077), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4079), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [94117] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1285), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, anon_sym_LF, ACTIONS(1283), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [94147] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4526), 1, anon_sym_RPAREN, ACTIONS(1177), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [94179] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4081), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4083), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [94209] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1289), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, anon_sym_LF, ACTIONS(1287), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [94239] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4085), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4087), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [94269] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1293), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, anon_sym_LF, ACTIONS(1291), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [94299] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4089), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4091), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [94329] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1297), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, anon_sym_LF, ACTIONS(1295), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [94359] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4093), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4095), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [94389] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1301), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, anon_sym_LF, ACTIONS(1299), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [94419] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4129), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4131), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [94449] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1305), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, anon_sym_LF, ACTIONS(1303), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [94479] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1309), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, anon_sym_LF, ACTIONS(1307), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [94509] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1313), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, anon_sym_LF, ACTIONS(1311), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [94539] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1317), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, anon_sym_LF, ACTIONS(1315), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [94569] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4101), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4103), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [94599] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4105), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4107), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [94629] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4109), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4111), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [94659] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1321), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, anon_sym_LF, ACTIONS(1319), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [94689] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1325), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, anon_sym_LF, ACTIONS(1323), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [94719] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1279), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1281), 17, sym__concat, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [94749] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, anon_sym_LF, ACTIONS(1343), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [94779] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, anon_sym_LF, ACTIONS(1343), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [94809] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1349), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, anon_sym_LF, ACTIONS(1347), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [94839] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1357), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, anon_sym_LF, ACTIONS(1355), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [94869] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1275), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1277), 17, sym__concat, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [94899] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4528), 1, anon_sym_RPAREN, ACTIONS(1177), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [94931] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1319), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1321), 17, sym__concat, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [94961] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4117), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4119), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [94991] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(589), 1, anon_sym_DOLLAR, ACTIONS(591), 1, sym__special_character, ACTIONS(593), 1, anon_sym_DQUOTE, ACTIONS(595), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(597), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(599), 1, anon_sym_BQUOTE, ACTIONS(4530), 1, sym_word, ACTIONS(4532), 1, anon_sym_LPAREN, ACTIONS(4536), 1, sym__empty_value, STATE(625), 1, aux_sym__literal_repeat1, ACTIONS(601), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4534), 2, sym_raw_string, sym_ansii_c_string, STATE(888), 2, sym_concatenation, sym_array, STATE(413), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [95045] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4538), 1, anon_sym_RPAREN, ACTIONS(1177), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [95077] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4540), 1, anon_sym_RPAREN, ACTIONS(1177), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [95109] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, anon_sym_LF, ACTIONS(1383), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [95139] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4246), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4248), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [95169] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, anon_sym_LF, ACTIONS(1393), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [95199] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4121), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4123), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [95229] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4125), 2, sym_file_descriptor, anon_sym_LF, ACTIONS(4127), 20, anon_sym_SEMI, anon_sym_PIPE, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_BQUOTE, anon_sym_AMP, [95259] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, anon_sym_LF, ACTIONS(1397), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [95289] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4542), 1, anon_sym_RPAREN, ACTIONS(1177), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1171), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [95321] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4277), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4279), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [95350] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1307), 6, anon_sym_PIPE, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1309), 15, sym__concat, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [95379] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(4518), 1, anon_sym_DQUOTE, ACTIONS(4544), 1, sym_word, ACTIONS(4546), 1, anon_sym_RPAREN, ACTIONS(4548), 1, anon_sym_DOLLAR, ACTIONS(4550), 1, sym__special_character, ACTIONS(4554), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4556), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4558), 1, anon_sym_BQUOTE, STATE(2579), 1, aux_sym__literal_repeat1, ACTIONS(4552), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(4560), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(2093), 2, sym_concatenation, aux_sym_for_statement_repeat1, STATE(2500), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [95430] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(4518), 1, anon_sym_DQUOTE, ACTIONS(4544), 1, sym_word, ACTIONS(4548), 1, anon_sym_DOLLAR, ACTIONS(4550), 1, sym__special_character, ACTIONS(4554), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4556), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4558), 1, anon_sym_BQUOTE, ACTIONS(4562), 1, anon_sym_RPAREN, STATE(2579), 1, aux_sym__literal_repeat1, ACTIONS(4552), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(4560), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(2107), 2, sym_concatenation, aux_sym_for_statement_repeat1, STATE(2500), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [95481] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1283), 6, anon_sym_PIPE, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1285), 15, sym__concat, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [95510] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4065), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4067), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [95539] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(4564), 1, sym__special_character, STATE(2188), 1, aux_sym__literal_repeat1, ACTIONS(4030), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4380), 14, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [95572] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(4566), 1, sym_word, ACTIONS(4569), 1, anon_sym_DOLLAR, ACTIONS(4572), 1, sym__special_character, ACTIONS(4575), 1, anon_sym_DQUOTE, ACTIONS(4581), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4584), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4587), 1, anon_sym_BQUOTE, STATE(2926), 1, aux_sym__literal_repeat1, STATE(3090), 1, sym_concatenation, ACTIONS(4578), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(4590), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(2089), 2, sym_case_item, aux_sym_case_statement_repeat1, STATE(2923), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [95623] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(4518), 1, anon_sym_DQUOTE, ACTIONS(4544), 1, sym_word, ACTIONS(4548), 1, anon_sym_DOLLAR, ACTIONS(4550), 1, sym__special_character, ACTIONS(4554), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4556), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4558), 1, anon_sym_BQUOTE, ACTIONS(4593), 1, anon_sym_RPAREN, STATE(2579), 1, aux_sym__literal_repeat1, ACTIONS(4552), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(4560), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(2115), 2, sym_concatenation, aux_sym_for_statement_repeat1, STATE(2500), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [95674] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1483), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1481), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [95703] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(4518), 1, anon_sym_DQUOTE, ACTIONS(4544), 1, sym_word, ACTIONS(4548), 1, anon_sym_DOLLAR, ACTIONS(4550), 1, sym__special_character, ACTIONS(4554), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4556), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4558), 1, anon_sym_BQUOTE, ACTIONS(4595), 1, anon_sym_RPAREN, STATE(2579), 1, aux_sym__literal_repeat1, ACTIONS(4552), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(4560), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(2090), 2, sym_concatenation, aux_sym_for_statement_repeat1, STATE(2500), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [95754] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(4518), 1, anon_sym_DQUOTE, ACTIONS(4544), 1, sym_word, ACTIONS(4548), 1, anon_sym_DOLLAR, ACTIONS(4550), 1, sym__special_character, ACTIONS(4554), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4556), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4558), 1, anon_sym_BQUOTE, ACTIONS(4597), 1, anon_sym_RPAREN, STATE(2579), 1, aux_sym__literal_repeat1, ACTIONS(4552), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(4560), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(2115), 2, sym_concatenation, aux_sym_for_statement_repeat1, STATE(2500), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [95805] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4601), 1, sym__concat, ACTIONS(4599), 20, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_SLASH, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [95834] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1455), 6, anon_sym_PIPE, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1457), 15, sym__concat, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [95863] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(4518), 1, anon_sym_DQUOTE, ACTIONS(4544), 1, sym_word, ACTIONS(4548), 1, anon_sym_DOLLAR, ACTIONS(4550), 1, sym__special_character, ACTIONS(4554), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4556), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4558), 1, anon_sym_BQUOTE, ACTIONS(4603), 1, anon_sym_RPAREN, STATE(2579), 1, aux_sym__literal_repeat1, ACTIONS(4552), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(4560), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(2115), 2, sym_concatenation, aux_sym_for_statement_repeat1, STATE(2500), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [95914] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4246), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4248), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [95943] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4214), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4216), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [95972] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(4605), 1, sym__concat, STATE(2004), 1, aux_sym_concatenation_repeat1, ACTIONS(1219), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1221), 14, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [96005] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(4508), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4607), 16, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [96034] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(4494), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4609), 16, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [96063] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4613), 1, sym__concat, ACTIONS(4611), 20, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_SLASH, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [96092] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(4494), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4609), 16, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [96121] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1263), 6, anon_sym_PIPE, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1265), 15, sym__concat, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [96150] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4210), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4212), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [96179] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(4518), 1, anon_sym_DQUOTE, ACTIONS(4544), 1, sym_word, ACTIONS(4548), 1, anon_sym_DOLLAR, ACTIONS(4550), 1, sym__special_character, ACTIONS(4554), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4556), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4558), 1, anon_sym_BQUOTE, ACTIONS(4615), 1, anon_sym_RPAREN, STATE(2579), 1, aux_sym__literal_repeat1, ACTIONS(4552), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(4560), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(2115), 2, sym_concatenation, aux_sym_for_statement_repeat1, STATE(2500), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [96230] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(4518), 1, anon_sym_DQUOTE, ACTIONS(4544), 1, sym_word, ACTIONS(4548), 1, anon_sym_DOLLAR, ACTIONS(4550), 1, sym__special_character, ACTIONS(4554), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4556), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4558), 1, anon_sym_BQUOTE, ACTIONS(4617), 1, anon_sym_RPAREN, STATE(2579), 1, aux_sym__literal_repeat1, ACTIONS(4552), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(4560), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(2115), 2, sym_concatenation, aux_sym_for_statement_repeat1, STATE(2500), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [96281] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1225), 6, anon_sym_PIPE, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1227), 15, sym__concat, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [96310] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4203), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4205), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [96339] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1479), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1477), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [96368] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(4619), 1, sym__special_character, STATE(2158), 1, aux_sym__literal_repeat1, ACTIONS(4030), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4380), 14, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [96401] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4242), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4244), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [96430] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1451), 6, anon_sym_PIPE, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1453), 15, sym__concat, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [96459] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4199), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4201), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [96488] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(4042), 1, anon_sym_RPAREN, ACTIONS(4621), 1, sym_word, ACTIONS(4624), 1, anon_sym_DOLLAR, ACTIONS(4627), 1, sym__special_character, ACTIONS(4630), 1, anon_sym_DQUOTE, ACTIONS(4636), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4639), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4642), 1, anon_sym_BQUOTE, STATE(2579), 1, aux_sym__literal_repeat1, ACTIONS(4633), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(4645), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(2115), 2, sym_concatenation, aux_sym_for_statement_repeat1, STATE(2500), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [96539] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3941), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(3943), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [96568] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(4518), 1, anon_sym_DQUOTE, ACTIONS(4544), 1, sym_word, ACTIONS(4548), 1, anon_sym_DOLLAR, ACTIONS(4550), 1, sym__special_character, ACTIONS(4554), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4556), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4558), 1, anon_sym_BQUOTE, ACTIONS(4648), 1, anon_sym_RPAREN, STATE(2579), 1, aux_sym__literal_repeat1, ACTIONS(4552), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(4560), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(2096), 2, sym_concatenation, aux_sym_for_statement_repeat1, STATE(2500), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [96619] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4193), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4195), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [96648] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4189), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4191), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [96677] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4185), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4187), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [96706] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(4518), 1, anon_sym_DQUOTE, ACTIONS(4544), 1, sym_word, ACTIONS(4548), 1, anon_sym_DOLLAR, ACTIONS(4550), 1, sym__special_character, ACTIONS(4554), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4556), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4558), 1, anon_sym_BQUOTE, ACTIONS(4650), 1, anon_sym_RPAREN, STATE(2579), 1, aux_sym__literal_repeat1, ACTIONS(4552), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(4560), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(2106), 2, sym_concatenation, aux_sym_for_statement_repeat1, STATE(2500), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [96757] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4181), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4183), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [96786] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4077), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4079), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [96815] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4177), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4179), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [96844] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(4652), 1, sym__special_character, STATE(1909), 1, aux_sym__literal_repeat1, ACTIONS(4030), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4380), 14, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [96877] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4109), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4111), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [96906] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(4654), 1, sym__concat, STATE(2185), 1, aux_sym_concatenation_repeat1, ACTIONS(1219), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1221), 14, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [96939] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4173), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4175), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [96968] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(4518), 1, anon_sym_DQUOTE, ACTIONS(4544), 1, sym_word, ACTIONS(4548), 1, anon_sym_DOLLAR, ACTIONS(4550), 1, sym__special_character, ACTIONS(4554), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4556), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4558), 1, anon_sym_BQUOTE, ACTIONS(4656), 1, anon_sym_RPAREN, STATE(2579), 1, aux_sym__literal_repeat1, ACTIONS(4552), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(4560), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(2138), 2, sym_concatenation, aux_sym_for_statement_repeat1, STATE(2500), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [97019] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4169), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4171), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [97048] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(4417), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4658), 16, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [97077] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1287), 6, anon_sym_PIPE, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1289), 15, sym__concat, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [97106] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4165), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4167), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [97135] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4265), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4267), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [97164] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1447), 6, anon_sym_PIPE, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1449), 15, sym__concat, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [97193] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4089), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4091), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [97222] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1441), 6, anon_sym_PIPE, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1443), 15, sym__concat, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [97251] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(4518), 1, anon_sym_DQUOTE, ACTIONS(4544), 1, sym_word, ACTIONS(4548), 1, anon_sym_DOLLAR, ACTIONS(4550), 1, sym__special_character, ACTIONS(4554), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4556), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4558), 1, anon_sym_BQUOTE, ACTIONS(4660), 1, anon_sym_RPAREN, STATE(2579), 1, aux_sym__literal_repeat1, ACTIONS(4552), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(4560), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(2115), 2, sym_concatenation, aux_sym_for_statement_repeat1, STATE(2500), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [97302] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1247), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1249), 16, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym__special_character, sym_test_operator, [97331] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4161), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4163), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [97360] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(4433), 1, sym__concat, STATE(2127), 1, aux_sym_concatenation_repeat1, ACTIONS(4017), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4071), 14, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [97393] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3954), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(3956), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [97422] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4101), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4103), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [97451] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(4518), 1, anon_sym_DQUOTE, ACTIONS(4544), 1, sym_word, ACTIONS(4548), 1, anon_sym_DOLLAR, ACTIONS(4550), 1, sym__special_character, ACTIONS(4554), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4556), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4558), 1, anon_sym_BQUOTE, ACTIONS(4662), 1, anon_sym_RPAREN, STATE(2579), 1, aux_sym__literal_repeat1, ACTIONS(4552), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(4560), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(2115), 2, sym_concatenation, aux_sym_for_statement_repeat1, STATE(2500), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [97502] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(4412), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4664), 16, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [97531] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4085), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4087), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [97560] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4105), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4107), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [97589] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4097), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4099), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [97618] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4113), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4115), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [97647] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4668), 1, sym__concat, STATE(2155), 1, aux_sym_concatenation_repeat1, ACTIONS(4666), 19, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [97678] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(4017), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4071), 16, anon_sym_RPAREN_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [97707] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4670), 1, sym__concat, STATE(2152), 1, aux_sym_concatenation_repeat1, ACTIONS(1225), 19, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [97738] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4093), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4095), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [97767] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4224), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4226), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [97796] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4673), 1, sym__concat, STATE(2152), 1, aux_sym_concatenation_repeat1, ACTIONS(1219), 19, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [97827] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1397), 6, anon_sym_PIPE, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1399), 15, sym__concat, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [97856] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1393), 6, anon_sym_PIPE, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1395), 15, sym__concat, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [97885] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(4675), 1, sym__special_character, STATE(2158), 1, aux_sym__literal_repeat1, ACTIONS(1364), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1369), 14, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [97918] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1383), 6, anon_sym_PIPE, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1385), 15, sym__concat, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [97947] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4668), 1, sym__concat, STATE(2155), 1, aux_sym_concatenation_repeat1, ACTIONS(1247), 19, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [97978] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1355), 6, anon_sym_PIPE, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1357), 15, sym__concat, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [98007] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(4518), 1, anon_sym_DQUOTE, ACTIONS(4544), 1, sym_word, ACTIONS(4548), 1, anon_sym_DOLLAR, ACTIONS(4550), 1, sym__special_character, ACTIONS(4554), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4556), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4558), 1, anon_sym_BQUOTE, ACTIONS(4678), 1, anon_sym_RPAREN, STATE(2579), 1, aux_sym__literal_repeat1, ACTIONS(4552), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(4560), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(2144), 2, sym_concatenation, aux_sym_for_statement_repeat1, STATE(2500), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [98058] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4117), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4119), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [98087] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1347), 6, anon_sym_PIPE, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 15, sym__concat, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [98116] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4121), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4123), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [98145] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(4518), 1, anon_sym_DQUOTE, ACTIONS(4544), 1, sym_word, ACTIONS(4548), 1, anon_sym_DOLLAR, ACTIONS(4550), 1, sym__special_character, ACTIONS(4554), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4556), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4558), 1, anon_sym_BQUOTE, ACTIONS(4680), 1, anon_sym_RPAREN, STATE(2579), 1, aux_sym__literal_repeat1, ACTIONS(4552), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(4560), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(2115), 2, sym_concatenation, aux_sym_for_statement_repeat1, STATE(2500), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [98196] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1343), 6, anon_sym_PIPE, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1345), 15, sym__concat, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [98225] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4125), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4127), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [98254] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4129), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4131), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [98283] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4081), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4083), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [98312] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4133), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4135), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [98341] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1343), 6, anon_sym_PIPE, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1345), 15, sym__concat, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [98370] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4137), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4139), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [98399] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(4518), 1, anon_sym_DQUOTE, ACTIONS(4544), 1, sym_word, ACTIONS(4548), 1, anon_sym_DOLLAR, ACTIONS(4550), 1, sym__special_character, ACTIONS(4554), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4556), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4558), 1, anon_sym_BQUOTE, ACTIONS(4682), 1, anon_sym_RPAREN, STATE(2579), 1, aux_sym__literal_repeat1, ACTIONS(4552), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(4560), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(2183), 2, sym_concatenation, aux_sym_for_statement_repeat1, STATE(2500), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [98450] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4141), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4143), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [98479] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4145), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4147), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [98508] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1323), 6, anon_sym_PIPE, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1325), 15, sym__concat, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [98537] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1319), 6, anon_sym_PIPE, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1321), 15, sym__concat, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [98566] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4686), 1, sym__concat, ACTIONS(4684), 20, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_SLASH, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [98595] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1315), 6, anon_sym_PIPE, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1317), 15, sym__concat, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [98624] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4149), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4151), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [98653] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1311), 6, anon_sym_PIPE, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1313), 15, sym__concat, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [98682] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(4518), 1, anon_sym_DQUOTE, ACTIONS(4544), 1, sym_word, ACTIONS(4548), 1, anon_sym_DOLLAR, ACTIONS(4550), 1, sym__special_character, ACTIONS(4554), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4556), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4558), 1, anon_sym_BQUOTE, ACTIONS(4688), 1, anon_sym_RPAREN, STATE(2579), 1, aux_sym__literal_repeat1, ACTIONS(4552), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(4560), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(2115), 2, sym_concatenation, aux_sym_for_statement_repeat1, STATE(2500), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [98733] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(4518), 1, anon_sym_DQUOTE, ACTIONS(4544), 1, sym_word, ACTIONS(4548), 1, anon_sym_DOLLAR, ACTIONS(4550), 1, sym__special_character, ACTIONS(4554), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4556), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4558), 1, anon_sym_BQUOTE, ACTIONS(4690), 1, anon_sym_RPAREN, STATE(2579), 1, aux_sym__literal_repeat1, ACTIONS(4552), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(4560), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(2166), 2, sym_concatenation, aux_sym_for_statement_repeat1, STATE(2500), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [98784] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(4692), 1, sym__concat, STATE(2185), 1, aux_sym_concatenation_repeat1, ACTIONS(1225), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1227), 14, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [98817] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4697), 1, sym__concat, ACTIONS(4695), 20, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_SLASH, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [98846] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4153), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4155), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [98875] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(4699), 1, sym__special_character, STATE(2188), 1, aux_sym__literal_repeat1, ACTIONS(1364), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1369), 14, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [98908] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(4297), 1, sym__concat, STATE(2099), 1, aux_sym_concatenation_repeat1, ACTIONS(4017), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4071), 14, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [98941] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1209), 3, sym_file_descriptor, sym_variable_name, sym_word, ACTIONS(1207), 18, 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_GT_PIPE, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [98970] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1303), 6, anon_sym_PIPE, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1305), 15, sym__concat, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [98999] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1299), 6, anon_sym_PIPE, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1301), 15, sym__concat, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [99028] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1295), 6, anon_sym_PIPE, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1297), 15, sym__concat, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [99057] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1291), 6, anon_sym_PIPE, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1293), 15, sym__concat, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [99086] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4273), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4275), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [99115] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3945), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(3947), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [99144] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4269), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4271), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [99173] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1247), 6, anon_sym_PIPE, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1249), 15, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym__special_character, sym_test_operator, [99202] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4157), 3, sym_file_descriptor, ts_builtin_sym_end, anon_sym_LF, ACTIONS(4159), 18, anon_sym_SEMI, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, 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_GT_PIPE, anon_sym_LT_LT, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, [99231] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1275), 6, anon_sym_PIPE, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1277), 15, sym__concat, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [99260] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1279), 6, anon_sym_PIPE, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1281), 15, sym__concat, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [99289] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4702), 1, sym__special_character, STATE(2202), 1, aux_sym__literal_repeat1, ACTIONS(1364), 18, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [99319] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1247), 6, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, sym__special_character, ACTIONS(1249), 14, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [99347] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4695), 20, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_SLASH, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [99373] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1307), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1309), 15, sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [99401] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1311), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1313), 15, sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [99429] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2443), 1, anon_sym_RBRACE, ACTIONS(4705), 1, sym_word, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, STATE(3146), 1, aux_sym__literal_repeat1, STATE(3432), 1, sym_concatenation, ACTIONS(4713), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(3148), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [99479] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(3001), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4723), 1, sym_word, STATE(3094), 1, aux_sym__literal_repeat1, STATE(3290), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4725), 2, sym_raw_string, sym_ansii_c_string, STATE(3035), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [99529] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1315), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1317), 15, sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [99557] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1319), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1321), 15, sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [99585] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1323), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1325), 15, sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [99613] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1441), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1443), 15, sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [99641] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4684), 20, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_SLASH, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [99667] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2501), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4727), 1, sym_word, STATE(3049), 1, aux_sym__literal_repeat1, STATE(3479), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4729), 2, sym_raw_string, sym_ansii_c_string, STATE(2997), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [99717] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1299), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1301), 15, sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [99745] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2199), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4731), 1, sym_word, STATE(3096), 1, aux_sym__literal_repeat1, STATE(3295), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4733), 2, sym_raw_string, sym_ansii_c_string, STATE(3095), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [99795] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4735), 20, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_SLASH, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [99821] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4737), 20, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_SLASH, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [99847] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2977), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4739), 1, sym_word, STATE(3064), 1, aux_sym__literal_repeat1, STATE(3309), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4741), 2, sym_raw_string, sym_ansii_c_string, STATE(3067), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [99897] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1447), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1449), 15, sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [99925] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(3119), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4743), 1, sym_word, STATE(3007), 1, aux_sym__literal_repeat1, STATE(3461), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4745), 2, sym_raw_string, sym_ansii_c_string, STATE(3003), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [99975] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(3932), 1, anon_sym_DQUOTE, ACTIONS(3980), 1, anon_sym_DOLLAR, ACTIONS(3982), 1, sym__special_character, ACTIONS(3984), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(3986), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(3988), 1, anon_sym_BQUOTE, ACTIONS(4747), 1, sym_word, STATE(2489), 1, aux_sym__literal_repeat1, ACTIONS(3976), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(3990), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1707), 2, sym_concatenation, aux_sym_for_statement_repeat1, STATE(2425), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [100023] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(3167), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4749), 1, sym_word, STATE(3000), 1, aux_sym__literal_repeat1, STATE(3473), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4751), 2, sym_raw_string, sym_ansii_c_string, STATE(3002), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [100073] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1343), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1345), 15, sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [100101] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1343), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1345), 15, sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [100129] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2399), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4753), 1, sym_word, STATE(3122), 1, aux_sym__literal_repeat1, STATE(3378), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4755), 2, sym_raw_string, sym_ansii_c_string, STATE(3111), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [100179] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(159), 1, anon_sym_DOLLAR, ACTIONS(161), 1, sym__special_character, ACTIONS(163), 1, anon_sym_DQUOTE, ACTIONS(167), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(169), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(171), 1, anon_sym_BQUOTE, ACTIONS(4757), 1, sym_word, ACTIONS(4761), 1, sym_regex, STATE(330), 1, aux_sym__literal_repeat1, STATE(495), 1, sym_concatenation, ACTIONS(173), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4759), 2, sym_raw_string, sym_ansii_c_string, STATE(279), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [100229] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1347), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1349), 15, sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [100257] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2053), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4763), 1, sym_word, STATE(3117), 1, aux_sym__literal_repeat1, STATE(3382), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4765), 2, sym_raw_string, sym_ansii_c_string, STATE(3118), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [100307] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4769), 1, sym__special_character, STATE(2202), 1, aux_sym__literal_repeat1, ACTIONS(4767), 18, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [100337] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2047), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4771), 1, sym_word, STATE(3089), 1, aux_sym__literal_repeat1, STATE(3276), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4773), 2, sym_raw_string, sym_ansii_c_string, STATE(3088), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [100387] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(3095), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4775), 1, sym_word, STATE(3013), 1, aux_sym__literal_repeat1, STATE(3456), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4777), 2, sym_raw_string, sym_ansii_c_string, STATE(3012), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [100437] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2761), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4779), 1, sym_word, STATE(3120), 1, aux_sym__literal_repeat1, STATE(3377), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4781), 2, sym_raw_string, sym_ansii_c_string, STATE(3115), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [100487] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1355), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1357), 15, sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [100515] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(4791), 1, anon_sym_QMARK, ACTIONS(4783), 2, anon_sym_RPAREN_RPAREN, anon_sym_COLON, ACTIONS(4787), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(4793), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(4789), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4785), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [100551] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1451), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1453), 15, sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [100579] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1457), 1, sym__concat, ACTIONS(1455), 19, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [100607] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1295), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1297), 15, sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [100635] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 1, sym__concat, ACTIONS(1263), 19, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [100663] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1291), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1293), 15, sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [100691] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2719), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4795), 1, sym_word, STATE(3109), 1, aux_sym__literal_repeat1, STATE(3362), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4797), 2, sym_raw_string, sym_ansii_c_string, STATE(3108), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [100741] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1287), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1289), 15, sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [100769] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 1, sym__concat, ACTIONS(1225), 19, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [100797] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1283), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1285), 15, sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [100825] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(3089), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4799), 1, sym_word, STATE(3008), 1, aux_sym__literal_repeat1, STATE(3454), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4801), 2, sym_raw_string, sym_ansii_c_string, STATE(3015), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [100875] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(3932), 1, anon_sym_DQUOTE, ACTIONS(3980), 1, anon_sym_DOLLAR, ACTIONS(3982), 1, sym__special_character, ACTIONS(3984), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(3986), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(3988), 1, anon_sym_BQUOTE, ACTIONS(4747), 1, sym_word, STATE(2489), 1, aux_sym__literal_repeat1, ACTIONS(3976), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(3990), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1695), 2, sym_concatenation, aux_sym_for_statement_repeat1, STATE(2425), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [100923] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2815), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4803), 1, sym_word, STATE(3078), 1, aux_sym__literal_repeat1, STATE(3299), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4805), 2, sym_raw_string, sym_ansii_c_string, STATE(3080), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [100973] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(3932), 1, anon_sym_DQUOTE, ACTIONS(3980), 1, anon_sym_DOLLAR, ACTIONS(3982), 1, sym__special_character, ACTIONS(3984), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(3986), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(3988), 1, anon_sym_BQUOTE, ACTIONS(4747), 1, sym_word, STATE(2489), 1, aux_sym__literal_repeat1, ACTIONS(3976), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(3990), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1692), 2, sym_concatenation, aux_sym_for_statement_repeat1, STATE(2425), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [101021] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(3051), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4807), 1, sym_word, STATE(3017), 1, aux_sym__literal_repeat1, STATE(3449), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4809), 2, sym_raw_string, sym_ansii_c_string, STATE(3018), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [101071] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2159), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4811), 1, sym_word, STATE(3079), 1, aux_sym__literal_repeat1, STATE(3294), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4813), 2, sym_raw_string, sym_ansii_c_string, STATE(3071), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [101121] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2041), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4815), 1, sym_word, STATE(3050), 1, aux_sym__literal_repeat1, STATE(3341), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4817), 2, sym_raw_string, sym_ansii_c_string, STATE(3033), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [101171] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2205), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4819), 1, sym_word, STATE(3086), 1, aux_sym__literal_repeat1, STATE(3281), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4821), 2, sym_raw_string, sym_ansii_c_string, STATE(3087), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [101221] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 1, sym__concat, ACTIONS(1451), 19, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [101249] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1279), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1281), 15, sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [101277] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1895), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4823), 1, sym_word, STATE(3092), 1, aux_sym__literal_repeat1, STATE(3288), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4825), 2, sym_raw_string, sym_ansii_c_string, STATE(3091), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [101327] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1833), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4827), 1, sym_word, STATE(3044), 1, aux_sym__literal_repeat1, STATE(3374), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4829), 2, sym_raw_string, sym_ansii_c_string, STATE(3124), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [101377] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1795), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4831), 1, sym_word, STATE(2995), 1, aux_sym__literal_repeat1, STATE(3402), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4833), 2, sym_raw_string, sym_ansii_c_string, STATE(3151), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [101427] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2849), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4835), 1, sym_word, STATE(3145), 1, aux_sym__literal_repeat1, STATE(3436), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4837), 2, sym_raw_string, sym_ansii_c_string, STATE(3147), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [101477] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1449), 1, sym__concat, ACTIONS(1447), 19, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [101505] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1443), 1, sym__concat, ACTIONS(1441), 19, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [101533] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1275), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1277), 15, sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [101561] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1247), 6, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, sym__special_character, ACTIONS(1249), 14, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [101589] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 1, sym__concat, ACTIONS(1397), 19, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [101617] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2121), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4839), 1, sym_word, STATE(3025), 1, aux_sym__literal_repeat1, STATE(3411), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4841), 2, sym_raw_string, sym_ansii_c_string, STATE(3026), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [101667] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 1, sym__concat, ACTIONS(1393), 19, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [101695] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1839), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4843), 1, sym_word, STATE(3022), 1, aux_sym__literal_repeat1, STATE(3425), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4845), 2, sym_raw_string, sym_ansii_c_string, STATE(3021), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [101745] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1317), 1, sym__concat, ACTIONS(1315), 19, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [101773] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1225), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1227), 15, sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [101801] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 1, sym__concat, ACTIONS(1383), 19, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [101829] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2071), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4847), 1, sym_word, STATE(3149), 1, aux_sym__literal_repeat1, STATE(3433), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4849), 2, sym_raw_string, sym_ansii_c_string, STATE(3131), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [101879] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2899), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4851), 1, sym_word, STATE(3134), 1, aux_sym__literal_repeat1, STATE(3398), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4853), 2, sym_raw_string, sym_ansii_c_string, STATE(3137), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [101929] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2753), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4855), 1, sym_word, STATE(3070), 1, aux_sym__literal_repeat1, STATE(3306), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4857), 2, sym_raw_string, sym_ansii_c_string, STATE(3075), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [101979] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2289), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4859), 1, sym_word, STATE(3142), 1, aux_sym__literal_repeat1, STATE(3446), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4861), 2, sym_raw_string, sym_ansii_c_string, STATE(3141), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [102029] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2083), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4863), 1, sym_word, STATE(3121), 1, aux_sym__literal_repeat1, STATE(3381), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4865), 2, sym_raw_string, sym_ansii_c_string, STATE(3112), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [102079] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(3019), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4867), 1, sym_word, STATE(3099), 1, aux_sym__literal_repeat1, STATE(3304), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4869), 2, sym_raw_string, sym_ansii_c_string, STATE(3103), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [102129] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1303), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1305), 15, sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [102157] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2295), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4871), 1, sym_word, STATE(3028), 1, aux_sym__literal_repeat1, STATE(3405), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4873), 2, sym_raw_string, sym_ansii_c_string, STATE(3027), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [102207] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2917), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4875), 1, sym_word, STATE(3144), 1, aux_sym__literal_repeat1, STATE(3441), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4877), 2, sym_raw_string, sym_ansii_c_string, STATE(3143), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [102257] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(95), 1, anon_sym_DOLLAR, ACTIONS(97), 1, sym__special_character, ACTIONS(99), 1, anon_sym_DQUOTE, ACTIONS(103), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(105), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(107), 1, anon_sym_BQUOTE, ACTIONS(4879), 1, sym_word, ACTIONS(4883), 1, sym_regex, STATE(571), 1, aux_sym__literal_repeat1, STATE(755), 1, sym_concatenation, ACTIONS(109), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4881), 2, sym_raw_string, sym_ansii_c_string, STATE(521), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [102307] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2469), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4885), 1, sym_word, STATE(3019), 1, aux_sym__literal_repeat1, STATE(3419), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4887), 2, sym_raw_string, sym_ansii_c_string, STATE(3023), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [102357] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2675), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4889), 1, sym_word, STATE(3116), 1, aux_sym__literal_repeat1, STATE(3372), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4891), 2, sym_raw_string, sym_ansii_c_string, STATE(3114), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [102407] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym_DOLLAR, ACTIONS(41), 1, sym__special_character, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(47), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(49), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(51), 1, anon_sym_BQUOTE, ACTIONS(4893), 1, sym_word, ACTIONS(4897), 1, sym_regex, STATE(667), 1, aux_sym__literal_repeat1, STATE(793), 1, sym_concatenation, ACTIONS(53), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4895), 2, sym_raw_string, sym_ansii_c_string, STATE(482), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [102457] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2873), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4899), 1, sym_word, STATE(3085), 1, aux_sym__literal_repeat1, STATE(3289), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4901), 2, sym_raw_string, sym_ansii_c_string, STATE(3083), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [102507] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2457), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4903), 1, sym_word, STATE(3136), 1, aux_sym__literal_repeat1, STATE(3423), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4905), 2, sym_raw_string, sym_ansii_c_string, STATE(3135), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [102557] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2583), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4907), 1, sym_word, STATE(3001), 1, aux_sym__literal_repeat1, STATE(3478), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4909), 2, sym_raw_string, sym_ansii_c_string, STATE(2999), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [102607] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2147), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4911), 1, sym_word, STATE(3069), 1, aux_sym__literal_repeat1, STATE(3340), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4913), 2, sym_raw_string, sym_ansii_c_string, STATE(3039), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [102657] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1357), 1, sym__concat, ACTIONS(1355), 19, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [102685] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2603), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4915), 1, sym_word, STATE(3006), 1, aux_sym__literal_repeat1, STATE(3465), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4917), 2, sym_raw_string, sym_ansii_c_string, STATE(3004), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [102735] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2165), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4919), 1, sym_word, STATE(2996), 1, aux_sym__literal_repeat1, STATE(3351), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4921), 2, sym_raw_string, sym_ansii_c_string, STATE(2998), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [102785] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1349), 1, sym__concat, ACTIONS(1347), 19, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [102813] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1863), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4923), 1, sym_word, STATE(3065), 1, aux_sym__literal_repeat1, STATE(3314), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4925), 2, sym_raw_string, sym_ansii_c_string, STATE(3062), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [102863] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2657), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4927), 1, sym_word, STATE(3107), 1, aux_sym__literal_repeat1, STATE(3337), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4929), 2, sym_raw_string, sym_ansii_c_string, STATE(3106), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [102913] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 1, sym__concat, ACTIONS(1343), 19, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [102941] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 1, sym__concat, ACTIONS(1343), 19, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [102969] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1383), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1385), 15, sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [102997] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1325), 1, sym__concat, ACTIONS(1323), 19, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [103025] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1321), 1, sym__concat, ACTIONS(1319), 19, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [103053] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1263), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1265), 15, sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [103081] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(215), 1, anon_sym_DOLLAR, ACTIONS(217), 1, sym__special_character, ACTIONS(219), 1, anon_sym_DQUOTE, ACTIONS(223), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(225), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(227), 1, anon_sym_BQUOTE, ACTIONS(4931), 1, sym_word, ACTIONS(4935), 1, sym_regex, STATE(435), 1, aux_sym__literal_repeat1, STATE(648), 1, sym_concatenation, ACTIONS(229), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4933), 2, sym_raw_string, sym_ansii_c_string, STATE(361), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [103131] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1393), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1395), 15, sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [103159] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2833), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4937), 1, sym_word, STATE(3074), 1, aux_sym__literal_repeat1, STATE(3302), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4939), 2, sym_raw_string, sym_ansii_c_string, STATE(3072), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [103209] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1883), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4941), 1, sym_word, STATE(3054), 1, aux_sym__literal_repeat1, STATE(3345), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4943), 2, sym_raw_string, sym_ansii_c_string, STATE(3052), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [103259] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1775), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4945), 1, sym_word, STATE(3104), 1, aux_sym__literal_repeat1, STATE(3323), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4947), 2, sym_raw_string, sym_ansii_c_string, STATE(3102), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [103309] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2995), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4949), 1, sym_word, STATE(3129), 1, aux_sym__literal_repeat1, STATE(3442), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4951), 2, sym_raw_string, sym_ansii_c_string, STATE(3130), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [103359] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2229), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4953), 1, sym_word, STATE(3014), 1, aux_sym__literal_repeat1, STATE(3455), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4955), 2, sym_raw_string, sym_ansii_c_string, STATE(3016), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [103409] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1455), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1457), 15, sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [103437] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2645), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4957), 1, sym_word, STATE(3032), 1, aux_sym__literal_repeat1, STATE(3401), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4959), 2, sym_raw_string, sym_ansii_c_string, STATE(3030), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [103487] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1997), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4961), 1, sym_word, STATE(3042), 1, aux_sym__literal_repeat1, STATE(3271), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4963), 2, sym_raw_string, sym_ansii_c_string, STATE(3040), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [103537] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(1397), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(1399), 15, sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [103565] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2251), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4965), 1, sym_word, STATE(3020), 1, aux_sym__literal_repeat1, STATE(3424), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4967), 2, sym_raw_string, sym_ansii_c_string, STATE(3024), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [103615] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2269), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4969), 1, sym_word, STATE(3093), 1, aux_sym__literal_repeat1, STATE(3292), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4971), 2, sym_raw_string, sym_ansii_c_string, STATE(3098), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [103665] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2009), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4973), 1, sym_word, STATE(3031), 1, aux_sym__literal_repeat1, STATE(3384), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4975), 2, sym_raw_string, sym_ansii_c_string, STATE(3034), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [103715] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1985), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4977), 1, sym_word, STATE(3048), 1, aux_sym__literal_repeat1, STATE(3365), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4979), 2, sym_raw_string, sym_ansii_c_string, STATE(3046), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [103765] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2695), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4981), 1, sym_word, STATE(2994), 1, aux_sym__literal_repeat1, STATE(3376), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4983), 2, sym_raw_string, sym_ansii_c_string, STATE(3041), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [103815] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(1971), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4985), 1, sym_word, STATE(3038), 1, aux_sym__literal_repeat1, STATE(3371), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4987), 2, sym_raw_string, sym_ansii_c_string, STATE(3043), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [103865] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2493), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4989), 1, sym_word, STATE(3123), 1, aux_sym__literal_repeat1, STATE(3383), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4991), 2, sym_raw_string, sym_ansii_c_string, STATE(3127), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [103915] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2963), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4993), 1, sym_word, STATE(3133), 1, aux_sym__literal_repeat1, STATE(3440), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4995), 2, sym_raw_string, sym_ansii_c_string, STATE(3132), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [103965] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1277), 1, sym__concat, ACTIONS(1275), 19, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [103993] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1281), 1, sym__concat, ACTIONS(1279), 19, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [104021] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1285), 1, sym__concat, ACTIONS(1283), 19, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [104049] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1289), 1, sym__concat, ACTIONS(1287), 19, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [104077] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1293), 1, sym__concat, ACTIONS(1291), 19, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [104105] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2615), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(4997), 1, sym_word, STATE(3126), 1, aux_sym__literal_repeat1, STATE(3437), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(4999), 2, sym_raw_string, sym_ansii_c_string, STATE(3125), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [104155] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1297), 1, sym__concat, ACTIONS(1295), 19, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [104183] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1301), 1, sym__concat, ACTIONS(1299), 19, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [104211] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1305), 1, sym__concat, ACTIONS(1303), 19, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [104239] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2339), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(5001), 1, sym_word, STATE(3045), 1, aux_sym__literal_repeat1, STATE(3369), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5003), 2, sym_raw_string, sym_ansii_c_string, STATE(3047), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [104289] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2425), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(5005), 1, sym_word, STATE(3037), 1, aux_sym__literal_repeat1, STATE(3414), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5007), 2, sym_raw_string, sym_ansii_c_string, STATE(3029), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [104339] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(2359), 1, anon_sym_RBRACE, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4709), 1, sym__special_character, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(5009), 1, sym_word, STATE(3053), 1, aux_sym__literal_repeat1, STATE(3349), 1, sym_concatenation, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5011), 2, sym_raw_string, sym_ansii_c_string, STATE(3055), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [104389] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1309), 1, sym__concat, ACTIONS(1307), 19, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [104417] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1313), 1, sym__concat, ACTIONS(1311), 19, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [104445] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1610), 1, anon_sym_DQUOTE, ACTIONS(5013), 1, sym_word, ACTIONS(5015), 1, anon_sym_DOLLAR, ACTIONS(5017), 1, sym__special_character, ACTIONS(5021), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(5023), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(5025), 1, anon_sym_BQUOTE, STATE(1696), 1, aux_sym__literal_repeat1, STATE(1929), 1, sym_concatenation, ACTIONS(5019), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(5027), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1701), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [104492] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(4508), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4607), 14, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [104519] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(4791), 1, anon_sym_QMARK, ACTIONS(5029), 1, anon_sym_RPAREN_RPAREN, ACTIONS(4787), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(4793), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(4789), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4785), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [104554] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(4791), 1, anon_sym_QMARK, ACTIONS(5031), 1, anon_sym_COLON, ACTIONS(4787), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(4793), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(4789), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4785), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [104589] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(4783), 1, anon_sym_RPAREN, ACTIONS(5039), 1, anon_sym_QMARK, ACTIONS(5035), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(5041), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(5037), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(5033), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [104624] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(4412), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4664), 14, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [104651] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(5039), 1, anon_sym_QMARK, ACTIONS(5043), 1, anon_sym_RPAREN, ACTIONS(5035), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(5041), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(5037), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(5033), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [104686] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1610), 1, anon_sym_DQUOTE, ACTIONS(5015), 1, anon_sym_DOLLAR, ACTIONS(5017), 1, sym__special_character, ACTIONS(5021), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(5023), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(5025), 1, anon_sym_BQUOTE, ACTIONS(5045), 1, sym_word, STATE(1736), 1, aux_sym__literal_repeat1, STATE(2039), 1, sym_concatenation, ACTIONS(5027), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5047), 2, sym_raw_string, sym_ansii_c_string, STATE(1737), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [104733] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1247), 19, anon_sym_RBRACE, anon_sym_EQ, anon_sym_DASH, anon_sym_COLON, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_POUND, anon_sym_DOLLAR_LBRACE, anon_sym_COLON_QMARK, anon_sym_COLON_DASH, anon_sym_PERCENT, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [104758] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(4791), 1, anon_sym_QMARK, ACTIONS(5049), 1, anon_sym_COLON, ACTIONS(4787), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(4793), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(4789), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4785), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [104793] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(5053), 1, anon_sym_RBRACK, ACTIONS(5059), 1, anon_sym_QMARK, ACTIONS(5055), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(5061), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(5057), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(5051), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [104828] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1525), 1, anon_sym_DQUOTE, ACTIONS(5063), 1, sym_word, ACTIONS(5065), 1, anon_sym_DOLLAR, ACTIONS(5067), 1, sym__special_character, ACTIONS(5071), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(5073), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(5075), 1, anon_sym_BQUOTE, STATE(1683), 1, aux_sym__literal_repeat1, STATE(1825), 1, sym_concatenation, ACTIONS(5069), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(5077), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1677), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [104875] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(5053), 1, anon_sym_RBRACK_RBRACK, ACTIONS(5085), 1, anon_sym_QMARK, ACTIONS(4793), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(5081), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(5083), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(5079), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [104910] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(4017), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4071), 14, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [104937] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1525), 1, anon_sym_DQUOTE, ACTIONS(5065), 1, anon_sym_DOLLAR, ACTIONS(5071), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(5073), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(5075), 1, anon_sym_BQUOTE, ACTIONS(5087), 1, sym_word, ACTIONS(5089), 1, sym__special_character, STATE(1688), 1, aux_sym__literal_repeat1, STATE(1834), 1, sym_concatenation, ACTIONS(5077), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5091), 2, sym_raw_string, sym_ansii_c_string, STATE(1717), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [104984] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1525), 1, anon_sym_DQUOTE, ACTIONS(5065), 1, anon_sym_DOLLAR, ACTIONS(5071), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(5073), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(5075), 1, anon_sym_BQUOTE, ACTIONS(5089), 1, sym__special_character, ACTIONS(5093), 1, sym_word, STATE(1673), 1, aux_sym__literal_repeat1, STATE(1762), 1, sym_concatenation, ACTIONS(5077), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5095), 2, sym_raw_string, sym_ansii_c_string, STATE(1726), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [105031] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(4791), 1, anon_sym_QMARK, ACTIONS(5097), 1, anon_sym_RPAREN_RPAREN, ACTIONS(4787), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(4793), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(4789), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4785), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [105066] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(4791), 1, anon_sym_QMARK, ACTIONS(5099), 1, anon_sym_COLON, ACTIONS(4787), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(4793), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(4789), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4785), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [105101] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(5101), 1, sym_word, ACTIONS(5103), 1, anon_sym_DOLLAR, ACTIONS(5105), 1, sym__special_character, ACTIONS(5107), 1, anon_sym_DQUOTE, ACTIONS(5111), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(5113), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(5115), 1, anon_sym_BQUOTE, STATE(2806), 1, aux_sym__literal_repeat1, STATE(2898), 1, sym_concatenation, ACTIONS(5109), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(5117), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(2807), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [105148] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(4791), 1, anon_sym_QMARK, ACTIONS(5119), 1, anon_sym_RPAREN_RPAREN, ACTIONS(4787), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(4793), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(4789), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4785), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [105183] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1525), 1, anon_sym_DQUOTE, ACTIONS(5065), 1, anon_sym_DOLLAR, ACTIONS(5067), 1, sym__special_character, ACTIONS(5071), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(5073), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(5075), 1, anon_sym_BQUOTE, ACTIONS(5121), 1, sym_word, STATE(1673), 1, aux_sym__literal_repeat1, STATE(1762), 1, sym_concatenation, ACTIONS(5077), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5123), 2, sym_raw_string, sym_ansii_c_string, STATE(1678), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [105230] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(4791), 1, anon_sym_QMARK, ACTIONS(5125), 1, anon_sym_RPAREN_RPAREN, ACTIONS(4787), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(4793), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(4789), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4785), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [105265] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(5059), 1, anon_sym_QMARK, ACTIONS(5127), 1, anon_sym_RBRACK, ACTIONS(5055), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(5061), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(5057), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(5051), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [105300] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1525), 1, anon_sym_DQUOTE, ACTIONS(5065), 1, anon_sym_DOLLAR, ACTIONS(5071), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(5073), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(5075), 1, anon_sym_BQUOTE, ACTIONS(5089), 1, sym__special_character, ACTIONS(5129), 1, sym_word, STATE(1683), 1, aux_sym__literal_repeat1, STATE(1825), 1, sym_concatenation, ACTIONS(5077), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5131), 2, sym_raw_string, sym_ansii_c_string, STATE(1727), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [105347] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(5039), 1, anon_sym_QMARK, ACTIONS(5133), 1, anon_sym_RPAREN, ACTIONS(5035), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(5041), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(5037), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(5033), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [105382] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1525), 1, anon_sym_DQUOTE, ACTIONS(5065), 1, anon_sym_DOLLAR, ACTIONS(5067), 1, sym__special_character, ACTIONS(5071), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(5073), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(5075), 1, anon_sym_BQUOTE, ACTIONS(5135), 1, sym_word, STATE(1688), 1, aux_sym__literal_repeat1, STATE(1834), 1, sym_concatenation, ACTIONS(5077), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5137), 2, sym_raw_string, sym_ansii_c_string, STATE(1682), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [105429] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, ACTIONS(4232), 1, sym__special_character, ACTIONS(5139), 1, sym_word, STATE(2981), 1, aux_sym__literal_repeat1, STATE(3196), 1, sym_concatenation, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5141), 2, sym_raw_string, sym_ansii_c_string, STATE(2983), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [105476] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(4791), 1, anon_sym_QMARK, ACTIONS(5143), 1, anon_sym_RPAREN_RPAREN, ACTIONS(4787), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(4793), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(4789), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4785), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [105511] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(4791), 1, anon_sym_QMARK, ACTIONS(5145), 1, anon_sym_RPAREN_RPAREN, ACTIONS(4787), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(4793), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(4789), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4785), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [105546] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(4791), 1, anon_sym_QMARK, ACTIONS(5147), 1, anon_sym_RPAREN_RPAREN, ACTIONS(4787), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(4793), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(4789), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4785), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [105581] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(4791), 1, anon_sym_QMARK, ACTIONS(5053), 1, anon_sym_RPAREN_RPAREN, ACTIONS(4787), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(4793), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(4789), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4785), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [105616] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1655), 1, anon_sym_DQUOTE, ACTIONS(5149), 1, sym_word, ACTIONS(5151), 1, anon_sym_DOLLAR, ACTIONS(5153), 1, sym__special_character, ACTIONS(5157), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(5159), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(5161), 1, anon_sym_BQUOTE, STATE(1754), 1, aux_sym__literal_repeat1, STATE(2142), 1, sym_concatenation, ACTIONS(5155), 2, sym_raw_string, sym_ansii_c_string, ACTIONS(5163), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, STATE(1756), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [105663] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(4791), 1, anon_sym_QMARK, ACTIONS(5165), 1, anon_sym_RPAREN_RPAREN, ACTIONS(4787), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(4793), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(4789), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4785), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [105698] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(2935), 1, anon_sym_DOLLAR, ACTIONS(2939), 1, anon_sym_DQUOTE, ACTIONS(2941), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2943), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2945), 1, anon_sym_BQUOTE, ACTIONS(5167), 1, sym_word, ACTIONS(5169), 1, sym__special_character, STATE(2980), 1, aux_sym__literal_repeat1, STATE(3259), 1, sym_concatenation, ACTIONS(2947), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5171), 2, sym_raw_string, sym_ansii_c_string, STATE(3073), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [105745] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1721), 1, anon_sym_DQUOTE, ACTIONS(4332), 1, anon_sym_DOLLAR, ACTIONS(4334), 1, sym__special_character, ACTIONS(4338), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4340), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4342), 1, anon_sym_BQUOTE, ACTIONS(5173), 1, sym_word, STATE(1852), 1, aux_sym__literal_repeat1, STATE(2002), 1, sym_concatenation, ACTIONS(4344), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5175), 2, sym_raw_string, sym_ansii_c_string, STATE(1697), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [105792] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(5039), 1, anon_sym_QMARK, ACTIONS(5177), 1, anon_sym_RPAREN, ACTIONS(5035), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(5041), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(5037), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(5033), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [105827] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(4494), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4609), 14, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [105854] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(4494), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4609), 14, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [105881] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(4017), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4071), 14, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [105908] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(4791), 1, anon_sym_QMARK, ACTIONS(5179), 1, anon_sym_COLON, ACTIONS(4787), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(4793), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(4789), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4785), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [105943] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(4791), 1, anon_sym_QMARK, ACTIONS(5181), 1, anon_sym_COLON, ACTIONS(4787), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(4793), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(4789), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4785), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [105978] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(5085), 1, anon_sym_QMARK, ACTIONS(5127), 1, anon_sym_RBRACK_RBRACK, ACTIONS(4793), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(5081), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(5083), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(5079), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [106013] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(4783), 1, anon_sym_RBRACK_RBRACK, ACTIONS(5085), 1, anon_sym_QMARK, ACTIONS(4793), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(5081), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(5083), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(5079), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [106048] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(2935), 1, anon_sym_DOLLAR, ACTIONS(2939), 1, anon_sym_DQUOTE, ACTIONS(2941), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2943), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2945), 1, anon_sym_BQUOTE, ACTIONS(5169), 1, sym__special_character, ACTIONS(5183), 1, sym_word, STATE(2962), 1, aux_sym__literal_repeat1, STATE(3195), 1, sym_concatenation, ACTIONS(2947), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5185), 2, sym_raw_string, sym_ansii_c_string, STATE(3128), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [106095] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1721), 1, anon_sym_DQUOTE, ACTIONS(4332), 1, anon_sym_DOLLAR, ACTIONS(4334), 1, sym__special_character, ACTIONS(4338), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4340), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4342), 1, anon_sym_BQUOTE, ACTIONS(5187), 1, sym_word, STATE(1894), 1, aux_sym__literal_repeat1, STATE(2005), 1, sym_concatenation, ACTIONS(4344), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5189), 2, sym_raw_string, sym_ansii_c_string, STATE(1720), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [106142] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(5103), 1, anon_sym_DOLLAR, ACTIONS(5105), 1, sym__special_character, ACTIONS(5107), 1, anon_sym_DQUOTE, ACTIONS(5111), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(5113), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(5115), 1, anon_sym_BQUOTE, ACTIONS(5191), 1, sym_word, STATE(2799), 1, aux_sym__literal_repeat1, STATE(2903), 1, sym_concatenation, ACTIONS(5117), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5193), 2, sym_raw_string, sym_ansii_c_string, STATE(2810), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [106189] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(4783), 1, anon_sym_RBRACK, ACTIONS(5059), 1, anon_sym_QMARK, ACTIONS(5055), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(5061), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(5057), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(5051), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [106224] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(4791), 1, anon_sym_QMARK, ACTIONS(5127), 1, anon_sym_RPAREN_RPAREN, ACTIONS(4787), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(4793), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(4789), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4785), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [106259] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(4791), 1, anon_sym_QMARK, ACTIONS(5195), 1, anon_sym_RPAREN_RPAREN, ACTIONS(4787), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(4793), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(4789), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4785), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [106294] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(5085), 1, anon_sym_QMARK, ACTIONS(5197), 1, anon_sym_RBRACK_RBRACK, ACTIONS(4793), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(5081), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(5083), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(5079), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [106329] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(4412), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4664), 14, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [106356] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(5039), 1, anon_sym_QMARK, ACTIONS(5199), 1, anon_sym_RPAREN, ACTIONS(5035), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(5041), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(5037), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(5033), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [106391] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(4791), 1, anon_sym_QMARK, ACTIONS(5201), 1, anon_sym_RPAREN_RPAREN, ACTIONS(4787), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(4793), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(4789), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4785), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [106426] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(4791), 1, anon_sym_QMARK, ACTIONS(5203), 1, anon_sym_RPAREN_RPAREN, ACTIONS(4787), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(4793), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(4789), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4785), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [106461] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(4494), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4609), 14, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [106488] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1610), 1, anon_sym_DQUOTE, ACTIONS(5015), 1, anon_sym_DOLLAR, ACTIONS(5017), 1, sym__special_character, ACTIONS(5021), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(5023), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(5025), 1, anon_sym_BQUOTE, ACTIONS(5205), 1, sym_word, STATE(1714), 1, aux_sym__literal_repeat1, STATE(1969), 1, sym_concatenation, ACTIONS(5027), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5207), 2, sym_raw_string, sym_ansii_c_string, STATE(1715), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [106535] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(4494), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4609), 14, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [106562] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(4417), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4658), 14, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [106589] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(4791), 1, anon_sym_QMARK, ACTIONS(5209), 1, anon_sym_RPAREN_RPAREN, ACTIONS(4787), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(4793), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(4789), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4785), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [106624] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(4508), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4607), 14, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [106651] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1655), 1, anon_sym_DQUOTE, ACTIONS(5151), 1, anon_sym_DOLLAR, ACTIONS(5153), 1, sym__special_character, ACTIONS(5157), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(5159), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(5161), 1, anon_sym_BQUOTE, ACTIONS(5211), 1, sym_word, STATE(1758), 1, aux_sym__literal_repeat1, STATE(2196), 1, sym_concatenation, ACTIONS(5163), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5213), 2, sym_raw_string, sym_ansii_c_string, STATE(1862), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [106698] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(1655), 1, anon_sym_DQUOTE, ACTIONS(5151), 1, anon_sym_DOLLAR, ACTIONS(5153), 1, sym__special_character, ACTIONS(5157), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(5159), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(5161), 1, anon_sym_BQUOTE, ACTIONS(5215), 1, sym_word, STATE(1809), 1, aux_sym__literal_repeat1, STATE(2116), 1, sym_concatenation, ACTIONS(5163), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5217), 2, sym_raw_string, sym_ansii_c_string, STATE(1800), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [106745] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(4791), 1, anon_sym_QMARK, ACTIONS(5197), 1, anon_sym_RPAREN_RPAREN, ACTIONS(4787), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(4793), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(4789), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4785), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [106780] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(4417), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(4658), 14, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, sym_test_operator, [106807] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(5103), 1, anon_sym_DOLLAR, ACTIONS(5105), 1, sym__special_character, ACTIONS(5107), 1, anon_sym_DQUOTE, ACTIONS(5111), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(5113), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(5115), 1, anon_sym_BQUOTE, ACTIONS(5219), 1, sym_word, STATE(2816), 1, aux_sym__literal_repeat1, STATE(2901), 1, sym_concatenation, ACTIONS(5117), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5221), 2, sym_raw_string, sym_ansii_c_string, STATE(2827), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [106854] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(5059), 1, anon_sym_QMARK, ACTIONS(5197), 1, anon_sym_RBRACK, ACTIONS(5055), 2, anon_sym_EQ_TILDE, anon_sym_EQ_EQ, ACTIONS(5061), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, ACTIONS(5057), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_PLUS, anon_sym_DASH, ACTIONS(5051), 8, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_BANG_EQ, anon_sym_DASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, sym_test_operator, [106889] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2935), 1, anon_sym_DOLLAR, ACTIONS(2939), 1, anon_sym_DQUOTE, ACTIONS(2941), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2943), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2945), 1, anon_sym_BQUOTE, ACTIONS(5223), 1, sym_word, ACTIONS(5225), 1, anon_sym_RBRACK, ACTIONS(2947), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5227), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(2268), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [106931] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(553), 1, anon_sym_LF, ACTIONS(5107), 1, anon_sym_DQUOTE, ACTIONS(5231), 1, sym_raw_string, ACTIONS(5233), 1, aux_sym__simple_variable_name_token1, STATE(2859), 1, sym_string, ACTIONS(545), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, ACTIONS(5229), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [106967] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(2935), 1, anon_sym_DOLLAR, ACTIONS(2939), 1, anon_sym_DQUOTE, ACTIONS(2941), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2943), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2945), 1, anon_sym_BQUOTE, ACTIONS(5223), 1, sym_word, ACTIONS(5235), 1, anon_sym_RBRACK, ACTIONS(2947), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5227), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(2268), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [107009] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(493), 1, anon_sym_DOLLAR, ACTIONS(497), 1, anon_sym_DQUOTE, ACTIONS(499), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(501), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(503), 1, anon_sym_BQUOTE, ACTIONS(5237), 1, sym_word, ACTIONS(505), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5239), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(293), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [107048] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(95), 1, anon_sym_DOLLAR, ACTIONS(99), 1, anon_sym_DQUOTE, ACTIONS(103), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(105), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(107), 1, anon_sym_BQUOTE, ACTIONS(5241), 1, sym_word, ACTIONS(109), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5243), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(672), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [107087] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1721), 1, anon_sym_DQUOTE, ACTIONS(4332), 1, anon_sym_DOLLAR, ACTIONS(4338), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4340), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4342), 1, anon_sym_BQUOTE, ACTIONS(5245), 1, sym_word, ACTIONS(4344), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5247), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(1858), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [107126] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(828), 1, anon_sym_DQUOTE, ACTIONS(4310), 1, anon_sym_DOLLAR, ACTIONS(4316), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4318), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4320), 1, anon_sym_BQUOTE, ACTIONS(5249), 1, sym_word, ACTIONS(4322), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5251), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(673), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [107165] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(828), 1, anon_sym_DQUOTE, ACTIONS(4316), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4318), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4320), 1, anon_sym_BQUOTE, ACTIONS(5249), 1, sym_word, ACTIONS(5253), 1, anon_sym_DOLLAR, ACTIONS(4322), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5251), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(673), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [107204] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(589), 1, anon_sym_DOLLAR, ACTIONS(593), 1, anon_sym_DQUOTE, ACTIONS(595), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(597), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(599), 1, anon_sym_BQUOTE, ACTIONS(5255), 1, sym_word, ACTIONS(601), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5257), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(567), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [107243] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1016), 1, anon_sym_DQUOTE, ACTIONS(4465), 1, anon_sym_DOLLAR, ACTIONS(4471), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4473), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4475), 1, anon_sym_BQUOTE, ACTIONS(5259), 1, sym_word, ACTIONS(4477), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5261), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(840), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [107282] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(5263), 1, sym_word, ACTIONS(5265), 1, anon_sym_DOLLAR, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5267), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(2243), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [107321] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1759), 1, anon_sym_DOLLAR, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, ACTIONS(5269), 1, sym_word, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5271), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(1982), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [107360] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(219), 1, anon_sym_DQUOTE, ACTIONS(223), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(225), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(227), 1, anon_sym_BQUOTE, ACTIONS(5273), 1, sym_word, ACTIONS(5275), 1, anon_sym_DOLLAR, ACTIONS(229), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5277), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(437), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [107399] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(593), 1, anon_sym_DQUOTE, ACTIONS(595), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(597), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(599), 1, anon_sym_BQUOTE, ACTIONS(5255), 1, sym_word, ACTIONS(5279), 1, anon_sym_DOLLAR, ACTIONS(601), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5257), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(567), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [107438] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1655), 1, anon_sym_DQUOTE, ACTIONS(5157), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(5159), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(5161), 1, anon_sym_BQUOTE, ACTIONS(5281), 1, sym_word, ACTIONS(5283), 1, anon_sym_DOLLAR, ACTIONS(5163), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5285), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(2015), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [107477] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, ACTIONS(5287), 1, sym_word, ACTIONS(5289), 1, anon_sym_DOLLAR, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5291), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(2108), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [107516] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(3932), 1, anon_sym_DQUOTE, ACTIONS(3980), 1, anon_sym_DOLLAR, ACTIONS(3984), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(3986), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(3988), 1, anon_sym_BQUOTE, ACTIONS(5293), 1, sym_word, ACTIONS(3990), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5295), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(2469), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [107555] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(916), 1, anon_sym_DQUOTE, ACTIONS(918), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(920), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(922), 1, anon_sym_BQUOTE, ACTIONS(5297), 1, sym_word, ACTIONS(5299), 1, anon_sym_DOLLAR, ACTIONS(924), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5301), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(657), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [107594] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1671), 1, anon_sym_DQUOTE, ACTIONS(1689), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1691), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1693), 1, anon_sym_BQUOTE, ACTIONS(5303), 1, sym_word, ACTIONS(5305), 1, anon_sym_DOLLAR, ACTIONS(1695), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5307), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(1819), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [107633] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1610), 1, anon_sym_DQUOTE, ACTIONS(5015), 1, anon_sym_DOLLAR, ACTIONS(5021), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(5023), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(5025), 1, anon_sym_BQUOTE, ACTIONS(5309), 1, sym_word, ACTIONS(5027), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5311), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(1839), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [107672] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(531), 1, anon_sym_DQUOTE, ACTIONS(533), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(535), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(537), 1, anon_sym_BQUOTE, ACTIONS(5313), 1, sym_word, ACTIONS(5315), 1, anon_sym_DOLLAR, ACTIONS(539), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5317), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(487), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [107711] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(39), 1, anon_sym_DOLLAR, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(47), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(49), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(51), 1, anon_sym_BQUOTE, ACTIONS(5319), 1, sym_word, ACTIONS(53), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5321), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(681), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [107750] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(912), 1, anon_sym_DOLLAR, ACTIONS(916), 1, anon_sym_DQUOTE, ACTIONS(918), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(920), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(922), 1, anon_sym_BQUOTE, ACTIONS(5297), 1, sym_word, ACTIONS(924), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5301), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(657), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [107789] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2785), 1, anon_sym_DOLLAR, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, ACTIONS(5287), 1, sym_word, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5291), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(2108), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [107828] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(5103), 1, anon_sym_DOLLAR, ACTIONS(5107), 1, anon_sym_DQUOTE, ACTIONS(5111), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(5113), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(5115), 1, anon_sym_BQUOTE, ACTIONS(5323), 1, sym_word, ACTIONS(5117), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5325), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(2854), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [107867] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1655), 1, anon_sym_DQUOTE, ACTIONS(5151), 1, anon_sym_DOLLAR, ACTIONS(5157), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(5159), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(5161), 1, anon_sym_BQUOTE, ACTIONS(5281), 1, sym_word, ACTIONS(5163), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5285), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(2015), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [107906] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1125), 1, anon_sym_DQUOTE, ACTIONS(1139), 1, anon_sym_DOLLAR, ACTIONS(1143), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1145), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1147), 1, anon_sym_BQUOTE, ACTIONS(5327), 1, sym_word, ACTIONS(1149), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5329), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(756), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [107945] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5333), 1, sym__concat, STATE(2434), 1, aux_sym_concatenation_repeat1, ACTIONS(5331), 15, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [107972] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(629), 1, anon_sym_DQUOTE, ACTIONS(631), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(633), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(635), 1, anon_sym_BQUOTE, ACTIONS(5335), 1, sym_word, ACTIONS(5337), 1, anon_sym_DOLLAR, ACTIONS(637), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5339), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(615), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [108011] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(4707), 1, anon_sym_DOLLAR, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(5341), 1, sym_word, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5343), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(3239), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [108050] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(4518), 1, anon_sym_DQUOTE, ACTIONS(4554), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4556), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4558), 1, anon_sym_BQUOTE, ACTIONS(5345), 1, sym_word, ACTIONS(5347), 1, anon_sym_DOLLAR, ACTIONS(4560), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5349), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(2567), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [108089] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(5107), 1, anon_sym_DQUOTE, ACTIONS(5111), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(5113), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(5115), 1, anon_sym_BQUOTE, ACTIONS(5323), 1, sym_word, ACTIONS(5351), 1, anon_sym_DOLLAR, ACTIONS(5117), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5325), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(2854), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [108128] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1525), 1, anon_sym_DQUOTE, ACTIONS(5065), 1, anon_sym_DOLLAR, ACTIONS(5071), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(5073), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(5075), 1, anon_sym_BQUOTE, ACTIONS(5353), 1, sym_word, ACTIONS(5077), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5355), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(1700), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [108167] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(47), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(49), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(51), 1, anon_sym_BQUOTE, ACTIONS(5319), 1, sym_word, ACTIONS(5357), 1, anon_sym_DOLLAR, ACTIONS(53), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5321), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(681), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [108206] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1525), 1, anon_sym_DQUOTE, ACTIONS(5071), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(5073), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(5075), 1, anon_sym_BQUOTE, ACTIONS(5353), 1, sym_word, ACTIONS(5359), 1, anon_sym_DOLLAR, ACTIONS(5077), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5355), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(1700), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [108245] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1107), 1, anon_sym_DOLLAR, ACTIONS(1111), 1, anon_sym_DQUOTE, ACTIONS(1113), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1115), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1117), 1, anon_sym_BQUOTE, ACTIONS(5361), 1, sym_word, ACTIONS(1119), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5363), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(785), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [108284] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5365), 1, sym__concat, STATE(2442), 1, aux_sym_concatenation_repeat1, ACTIONS(1219), 15, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [108311] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2939), 1, anon_sym_DQUOTE, ACTIONS(2941), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2943), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2945), 1, anon_sym_BQUOTE, ACTIONS(5223), 1, sym_word, ACTIONS(5367), 1, anon_sym_DOLLAR, ACTIONS(2947), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5227), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(2268), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [108350] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(527), 1, anon_sym_DOLLAR, ACTIONS(531), 1, anon_sym_DQUOTE, ACTIONS(533), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(535), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(537), 1, anon_sym_BQUOTE, ACTIONS(5313), 1, sym_word, ACTIONS(539), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5317), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(487), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [108389] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2935), 1, anon_sym_DOLLAR, ACTIONS(2939), 1, anon_sym_DQUOTE, ACTIONS(2941), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2943), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2945), 1, anon_sym_BQUOTE, ACTIONS(5223), 1, sym_word, ACTIONS(2947), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5227), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(2268), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [108428] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2789), 1, anon_sym_DQUOTE, ACTIONS(2791), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2793), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2795), 1, anon_sym_BQUOTE, ACTIONS(5287), 1, sym_word, ACTIONS(5369), 1, anon_sym_DOLLAR, ACTIONS(2797), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5291), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(2108), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [108467] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(3932), 1, anon_sym_DQUOTE, ACTIONS(3984), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(3986), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(3988), 1, anon_sym_BQUOTE, ACTIONS(5293), 1, sym_word, ACTIONS(5371), 1, anon_sym_DOLLAR, ACTIONS(3990), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5295), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(2469), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [108506] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1671), 1, anon_sym_DQUOTE, ACTIONS(1685), 1, anon_sym_DOLLAR, ACTIONS(1689), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1691), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1693), 1, anon_sym_BQUOTE, ACTIONS(5303), 1, sym_word, ACTIONS(1695), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5307), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(1819), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [108545] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(766), 1, anon_sym_DQUOTE, ACTIONS(4451), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4453), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4455), 1, anon_sym_BQUOTE, ACTIONS(5373), 1, sym_word, ACTIONS(5375), 1, anon_sym_DOLLAR, ACTIONS(4457), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5377), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(520), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [108584] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5379), 1, sym__concat, STATE(2442), 1, aux_sym_concatenation_repeat1, ACTIONS(1225), 15, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [108611] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1525), 1, anon_sym_DQUOTE, ACTIONS(5071), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(5073), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(5075), 1, anon_sym_BQUOTE, ACTIONS(5353), 1, sym_word, ACTIONS(5382), 1, anon_sym_DOLLAR, ACTIONS(5077), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5355), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(1700), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [108650] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5333), 1, sym__concat, STATE(2434), 1, aux_sym_concatenation_repeat1, ACTIONS(1247), 15, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [108677] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(159), 1, anon_sym_DOLLAR, ACTIONS(163), 1, anon_sym_DQUOTE, ACTIONS(167), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(169), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(171), 1, anon_sym_BQUOTE, ACTIONS(5384), 1, sym_word, ACTIONS(173), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5386), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(380), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [108716] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(4518), 1, anon_sym_DQUOTE, ACTIONS(4548), 1, anon_sym_DOLLAR, ACTIONS(4554), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4556), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4558), 1, anon_sym_BQUOTE, ACTIONS(5345), 1, sym_word, ACTIONS(4560), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5349), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(2567), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [108755] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1763), 1, anon_sym_DQUOTE, ACTIONS(1765), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1767), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1769), 1, anon_sym_BQUOTE, ACTIONS(5269), 1, sym_word, ACTIONS(5388), 1, anon_sym_DOLLAR, ACTIONS(1771), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5271), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(1982), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [108794] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(99), 1, anon_sym_DQUOTE, ACTIONS(103), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(105), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(107), 1, anon_sym_BQUOTE, ACTIONS(5241), 1, sym_word, ACTIONS(5390), 1, anon_sym_DOLLAR, ACTIONS(109), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5243), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(672), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [108833] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(2939), 1, anon_sym_DQUOTE, ACTIONS(2941), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(2943), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(2945), 1, anon_sym_BQUOTE, ACTIONS(5223), 1, sym_word, ACTIONS(5392), 1, anon_sym_DOLLAR, ACTIONS(2947), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5227), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(2268), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [108872] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(790), 1, anon_sym_DQUOTE, ACTIONS(792), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(794), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(796), 1, anon_sym_BQUOTE, ACTIONS(5394), 1, sym_word, ACTIONS(5396), 1, anon_sym_DOLLAR, ACTIONS(798), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5398), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(468), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [108911] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1002), 1, anon_sym_DQUOTE, ACTIONS(4398), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4400), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4402), 1, anon_sym_BQUOTE, ACTIONS(5400), 1, sym_word, ACTIONS(5402), 1, anon_sym_DOLLAR, ACTIONS(4404), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5404), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(838), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [108950] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1125), 1, anon_sym_DQUOTE, ACTIONS(1143), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1145), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1147), 1, anon_sym_BQUOTE, ACTIONS(5327), 1, sym_word, ACTIONS(5406), 1, anon_sym_DOLLAR, ACTIONS(1149), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5329), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(756), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [108989] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(215), 1, anon_sym_DOLLAR, ACTIONS(219), 1, anon_sym_DQUOTE, ACTIONS(223), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(225), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(227), 1, anon_sym_BQUOTE, ACTIONS(5273), 1, sym_word, ACTIONS(229), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5277), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(437), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [109028] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1610), 1, anon_sym_DQUOTE, ACTIONS(5021), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(5023), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(5025), 1, anon_sym_BQUOTE, ACTIONS(5309), 1, sym_word, ACTIONS(5408), 1, anon_sym_DOLLAR, ACTIONS(5027), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5311), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(1839), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [109067] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1721), 1, anon_sym_DQUOTE, ACTIONS(4338), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4340), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4342), 1, anon_sym_BQUOTE, ACTIONS(5245), 1, sym_word, ACTIONS(5410), 1, anon_sym_DOLLAR, ACTIONS(4344), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5247), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(1858), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [109106] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(4711), 1, anon_sym_DQUOTE, ACTIONS(4715), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4717), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4719), 1, anon_sym_BQUOTE, ACTIONS(5341), 1, sym_word, ACTIONS(5412), 1, anon_sym_DOLLAR, ACTIONS(4721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5343), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(3239), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [109145] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1111), 1, anon_sym_DQUOTE, ACTIONS(1113), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1115), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1117), 1, anon_sym_BQUOTE, ACTIONS(5361), 1, sym_word, ACTIONS(5414), 1, anon_sym_DOLLAR, ACTIONS(1119), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5363), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(785), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [109184] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(766), 1, anon_sym_DQUOTE, ACTIONS(4445), 1, anon_sym_DOLLAR, ACTIONS(4451), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4453), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4455), 1, anon_sym_BQUOTE, ACTIONS(5373), 1, sym_word, ACTIONS(4457), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5377), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(520), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [109223] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1002), 1, anon_sym_DQUOTE, ACTIONS(4392), 1, anon_sym_DOLLAR, ACTIONS(4398), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4400), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4402), 1, anon_sym_BQUOTE, ACTIONS(5400), 1, sym_word, ACTIONS(4404), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5404), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(838), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [109262] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(625), 1, anon_sym_DOLLAR, ACTIONS(629), 1, anon_sym_DQUOTE, ACTIONS(631), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(633), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(635), 1, anon_sym_BQUOTE, ACTIONS(5335), 1, sym_word, ACTIONS(637), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5339), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(615), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [109301] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(163), 1, anon_sym_DQUOTE, ACTIONS(167), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(169), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(171), 1, anon_sym_BQUOTE, ACTIONS(5384), 1, sym_word, ACTIONS(5416), 1, anon_sym_DOLLAR, ACTIONS(173), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5386), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(380), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [109340] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1016), 1, anon_sym_DQUOTE, ACTIONS(4471), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(4473), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(4475), 1, anon_sym_BQUOTE, ACTIONS(5259), 1, sym_word, ACTIONS(5418), 1, anon_sym_DOLLAR, ACTIONS(4477), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5261), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(840), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [109379] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(786), 1, anon_sym_DOLLAR, ACTIONS(790), 1, anon_sym_DQUOTE, ACTIONS(792), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(794), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(796), 1, anon_sym_BQUOTE, ACTIONS(5394), 1, sym_word, ACTIONS(798), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5398), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(468), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [109418] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(497), 1, anon_sym_DQUOTE, ACTIONS(499), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(501), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(503), 1, anon_sym_BQUOTE, ACTIONS(5237), 1, sym_word, ACTIONS(5420), 1, anon_sym_DOLLAR, ACTIONS(505), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5239), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(293), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [109457] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1779), 1, anon_sym_DOLLAR, ACTIONS(1783), 1, anon_sym_DQUOTE, ACTIONS(1785), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(1789), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(1791), 1, anon_sym_BQUOTE, ACTIONS(5263), 1, sym_word, ACTIONS(1793), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, ACTIONS(5267), 3, sym__special_character, sym_raw_string, sym_ansii_c_string, STATE(2243), 6, sym_string, sym_simple_expansion, sym_string_expansion, sym_expansion, sym_command_substitution, sym_process_substitution, [109496] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1277), 1, sym__concat, ACTIONS(1275), 15, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [109520] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1281), 1, sym__concat, ACTIONS(1279), 15, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [109544] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1357), 1, sym__concat, ACTIONS(1355), 15, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [109568] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 1, sym__concat, ACTIONS(1225), 15, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [109592] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 1, sym__concat, ACTIONS(1383), 15, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [109616] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1321), 1, sym__concat, ACTIONS(1319), 15, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [109640] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 1, sym__concat, ACTIONS(1393), 15, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [109664] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 1, sym__concat, ACTIONS(1397), 15, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [109688] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1349), 1, sym__concat, ACTIONS(1347), 15, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [109712] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1443), 1, sym__concat, ACTIONS(1441), 15, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [109736] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5422), 1, sym__special_character, STATE(2476), 1, aux_sym__literal_repeat1, ACTIONS(1364), 14, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [109762] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1449), 1, sym__concat, ACTIONS(1447), 15, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [109786] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 1, sym__concat, ACTIONS(1343), 15, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [109810] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1317), 1, sym__concat, ACTIONS(1315), 15, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [109834] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1313), 1, sym__concat, ACTIONS(1311), 15, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [109858] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 1, sym__concat, ACTIONS(1451), 15, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [109882] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1309), 1, sym__concat, ACTIONS(1307), 15, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [109906] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 1, sym__concat, ACTIONS(1343), 15, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [109930] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1305), 1, sym__concat, ACTIONS(1303), 15, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [109954] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 1, sym__concat, ACTIONS(1263), 15, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [109978] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1457), 1, sym__concat, ACTIONS(1455), 15, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [110002] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1325), 1, sym__concat, ACTIONS(1323), 15, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [110026] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1285), 1, sym__concat, ACTIONS(1283), 15, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [110050] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5427), 1, sym__special_character, STATE(2476), 1, aux_sym__literal_repeat1, ACTIONS(5425), 14, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [110076] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1289), 1, sym__concat, ACTIONS(1287), 15, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [110100] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1293), 1, sym__concat, ACTIONS(1291), 15, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [110124] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1301), 1, sym__concat, ACTIONS(1299), 15, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [110148] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1297), 1, sym__concat, ACTIONS(1295), 15, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [110172] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1745), 1, anon_sym_DQUOTE, ACTIONS(1747), 1, sym_raw_string, ACTIONS(1749), 1, aux_sym__simple_variable_name_token1, STATE(2095), 1, sym_string, ACTIONS(553), 2, anon_sym_PIPE, anon_sym_RPAREN, ACTIONS(1741), 2, anon_sym_0, anon_sym__, ACTIONS(1743), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [110205] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(1735), 1, anon_sym_DQUOTE, ACTIONS(1737), 1, sym_raw_string, ACTIONS(1739), 1, aux_sym__simple_variable_name_token1, STATE(2306), 1, sym_string, ACTIONS(553), 2, sym__concat, anon_sym_RBRACK, ACTIONS(1731), 2, anon_sym_0, anon_sym__, ACTIONS(1733), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [110238] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1247), 15, anon_sym_LF, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, anon_sym_AMP, [110259] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1221), 1, sym_word, ACTIONS(5429), 1, sym__concat, STATE(2498), 1, aux_sym_concatenation_repeat1, ACTIONS(1219), 11, anon_sym_RPAREN, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [110285] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 1, sym_word, ACTIONS(5431), 1, sym__concat, STATE(2498), 1, aux_sym_concatenation_repeat1, ACTIONS(1225), 11, anon_sym_RPAREN, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [110311] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1249), 1, sym_word, ACTIONS(5434), 1, sym__concat, STATE(2497), 1, aux_sym_concatenation_repeat1, ACTIONS(1247), 11, anon_sym_RPAREN, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [110337] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5434), 1, sym__concat, ACTIONS(5436), 1, sym_word, STATE(2497), 1, aux_sym_concatenation_repeat1, ACTIONS(5331), 11, anon_sym_RPAREN, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [110363] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(553), 1, anon_sym_RBRACE, ACTIONS(5440), 1, anon_sym_DQUOTE, ACTIONS(5442), 1, sym_raw_string, ACTIONS(5444), 1, aux_sym__simple_variable_name_token1, STATE(3250), 1, sym_string, ACTIONS(5446), 2, anon_sym_0, anon_sym__, ACTIONS(5438), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [110395] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5448), 1, anon_sym_RBRACE, ACTIONS(5454), 1, aux_sym__simple_variable_name_token1, ACTIONS(5458), 1, sym_variable_name, STATE(1175), 1, sym_subscript, ACTIONS(5450), 2, anon_sym_BANG, anon_sym_POUND, ACTIONS(5456), 2, anon_sym_0, anon_sym__, ACTIONS(5452), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [110426] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5460), 1, anon_sym_RBRACE, ACTIONS(5466), 1, aux_sym__simple_variable_name_token1, ACTIONS(5470), 1, sym_variable_name, STATE(1150), 1, sym_subscript, ACTIONS(5462), 2, anon_sym_BANG, anon_sym_POUND, ACTIONS(5468), 2, anon_sym_0, anon_sym__, ACTIONS(5464), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [110457] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5472), 1, anon_sym_RBRACE, ACTIONS(5478), 1, aux_sym__simple_variable_name_token1, ACTIONS(5482), 1, sym_variable_name, STATE(1174), 1, sym_subscript, ACTIONS(5474), 2, anon_sym_BANG, anon_sym_POUND, ACTIONS(5480), 2, anon_sym_0, anon_sym__, ACTIONS(5476), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [110488] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5484), 1, anon_sym_RBRACE, ACTIONS(5490), 1, aux_sym__simple_variable_name_token1, ACTIONS(5494), 1, sym_variable_name, STATE(1156), 1, sym_subscript, ACTIONS(5486), 2, anon_sym_BANG, anon_sym_POUND, ACTIONS(5492), 2, anon_sym_0, anon_sym__, ACTIONS(5488), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [110519] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1659), 1, aux_sym__simple_variable_name_token1, ACTIONS(5498), 1, anon_sym_DQUOTE, ACTIONS(5500), 1, sym_raw_string, STATE(2006), 1, sym_string, ACTIONS(1653), 2, anon_sym_0, anon_sym__, ACTIONS(5496), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [110548] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5502), 1, anon_sym_RBRACE, ACTIONS(5508), 1, aux_sym__simple_variable_name_token1, ACTIONS(5512), 1, sym_variable_name, STATE(1029), 1, sym_subscript, ACTIONS(5504), 2, anon_sym_BANG, anon_sym_POUND, ACTIONS(5510), 2, anon_sym_0, anon_sym__, ACTIONS(5506), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [110579] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5514), 1, anon_sym_RBRACE, ACTIONS(5520), 1, aux_sym__simple_variable_name_token1, ACTIONS(5524), 1, sym_variable_name, STATE(1100), 1, sym_subscript, ACTIONS(5516), 2, anon_sym_BANG, anon_sym_POUND, ACTIONS(5522), 2, anon_sym_0, anon_sym__, ACTIONS(5518), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [110610] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1529), 1, aux_sym__simple_variable_name_token1, ACTIONS(5528), 1, anon_sym_DQUOTE, ACTIONS(5530), 1, sym_raw_string, STATE(1694), 1, sym_string, ACTIONS(1523), 2, anon_sym_0, anon_sym__, ACTIONS(5526), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [110639] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1135), 1, aux_sym__simple_variable_name_token1, ACTIONS(5534), 1, anon_sym_DQUOTE, ACTIONS(5536), 1, sym_raw_string, STATE(760), 1, sym_string, ACTIONS(1131), 2, anon_sym_0, anon_sym__, ACTIONS(5532), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [110668] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1006), 1, aux_sym__simple_variable_name_token1, ACTIONS(5540), 1, anon_sym_DQUOTE, ACTIONS(5542), 1, sym_raw_string, STATE(844), 1, sym_string, ACTIONS(1000), 2, anon_sym_0, anon_sym__, ACTIONS(5538), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [110697] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5544), 1, anon_sym_RBRACE, ACTIONS(5550), 1, aux_sym__simple_variable_name_token1, ACTIONS(5554), 1, sym_variable_name, STATE(1137), 1, sym_subscript, ACTIONS(5546), 2, anon_sym_BANG, anon_sym_POUND, ACTIONS(5552), 2, anon_sym_0, anon_sym__, ACTIONS(5548), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [110728] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(824), 1, aux_sym__simple_variable_name_token1, ACTIONS(5558), 1, anon_sym_DQUOTE, ACTIONS(5560), 1, sym_raw_string, STATE(633), 1, sym_string, ACTIONS(820), 2, anon_sym_0, anon_sym__, ACTIONS(5556), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [110757] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1281), 2, sym__concat, sym_word, ACTIONS(1279), 11, anon_sym_RPAREN, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [110778] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5562), 1, anon_sym_RBRACE, ACTIONS(5568), 1, aux_sym__simple_variable_name_token1, ACTIONS(5572), 1, sym_variable_name, STATE(936), 1, sym_subscript, ACTIONS(5564), 2, anon_sym_BANG, anon_sym_POUND, ACTIONS(5570), 2, anon_sym_0, anon_sym__, ACTIONS(5566), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [110809] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5574), 1, anon_sym_RBRACE, ACTIONS(5580), 1, aux_sym__simple_variable_name_token1, ACTIONS(5584), 1, sym_variable_name, STATE(1059), 1, sym_subscript, ACTIONS(5576), 2, anon_sym_BANG, anon_sym_POUND, ACTIONS(5582), 2, anon_sym_0, anon_sym__, ACTIONS(5578), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [110840] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(770), 1, aux_sym__simple_variable_name_token1, ACTIONS(5588), 1, anon_sym_DQUOTE, ACTIONS(5590), 1, sym_raw_string, STATE(511), 1, sym_string, ACTIONS(764), 2, anon_sym_0, anon_sym__, ACTIONS(5586), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [110869] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5592), 1, anon_sym_RBRACE, ACTIONS(5598), 1, aux_sym__simple_variable_name_token1, ACTIONS(5602), 1, sym_variable_name, STATE(916), 1, sym_subscript, ACTIONS(5594), 2, anon_sym_BANG, anon_sym_POUND, ACTIONS(5600), 2, anon_sym_0, anon_sym__, ACTIONS(5596), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [110900] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(812), 1, aux_sym__simple_variable_name_token1, ACTIONS(5606), 1, anon_sym_DQUOTE, ACTIONS(5608), 1, sym_raw_string, STATE(436), 1, sym_string, ACTIONS(808), 2, anon_sym_0, anon_sym__, ACTIONS(5604), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [110929] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1369), 1, sym_word, ACTIONS(5610), 1, sym__special_character, STATE(2520), 1, aux_sym__literal_repeat1, ACTIONS(1364), 10, anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [110954] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5613), 1, anon_sym_RBRACE, ACTIONS(5619), 1, aux_sym__simple_variable_name_token1, ACTIONS(5623), 1, sym_variable_name, STATE(1087), 1, sym_subscript, ACTIONS(5615), 2, anon_sym_BANG, anon_sym_POUND, ACTIONS(5621), 2, anon_sym_0, anon_sym__, ACTIONS(5617), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [110985] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5625), 1, anon_sym_RBRACE, ACTIONS(5631), 1, aux_sym__simple_variable_name_token1, ACTIONS(5635), 1, sym_variable_name, STATE(1118), 1, sym_subscript, ACTIONS(5627), 2, anon_sym_BANG, anon_sym_POUND, ACTIONS(5633), 2, anon_sym_0, anon_sym__, ACTIONS(5629), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [111016] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(998), 1, aux_sym__simple_variable_name_token1, ACTIONS(5639), 1, anon_sym_DQUOTE, ACTIONS(5641), 1, sym_raw_string, STATE(620), 1, sym_string, ACTIONS(994), 2, anon_sym_0, anon_sym__, ACTIONS(5637), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [111045] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5643), 1, anon_sym_RBRACE, ACTIONS(5649), 1, aux_sym__simple_variable_name_token1, ACTIONS(5653), 1, sym_variable_name, STATE(921), 1, sym_subscript, ACTIONS(5645), 2, anon_sym_BANG, anon_sym_POUND, ACTIONS(5651), 2, anon_sym_0, anon_sym__, ACTIONS(5647), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [111076] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(3820), 1, aux_sym__simple_variable_name_token1, ACTIONS(5657), 1, anon_sym_DQUOTE, ACTIONS(5659), 1, sym_raw_string, STATE(2237), 1, sym_string, ACTIONS(3816), 2, anon_sym_0, anon_sym__, ACTIONS(5655), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [111105] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(840), 1, aux_sym__simple_variable_name_token1, ACTIONS(5663), 1, anon_sym_DQUOTE, ACTIONS(5665), 1, sym_raw_string, STATE(655), 1, sym_string, ACTIONS(836), 2, anon_sym_0, anon_sym__, ACTIONS(5661), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [111134] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5667), 1, anon_sym_RBRACE, ACTIONS(5673), 1, aux_sym__simple_variable_name_token1, ACTIONS(5677), 1, sym_variable_name, STATE(1060), 1, sym_subscript, ACTIONS(5669), 2, anon_sym_BANG, anon_sym_POUND, ACTIONS(5675), 2, anon_sym_0, anon_sym__, ACTIONS(5671), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [111165] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1277), 2, sym__concat, sym_word, ACTIONS(1275), 11, anon_sym_RPAREN, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [111186] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(776), 1, aux_sym__simple_variable_name_token1, ACTIONS(5681), 1, anon_sym_DQUOTE, ACTIONS(5683), 1, sym_raw_string, STATE(420), 1, sym_string, ACTIONS(772), 2, anon_sym_0, anon_sym__, ACTIONS(5679), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [111215] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5685), 1, anon_sym_RBRACE, ACTIONS(5691), 1, aux_sym__simple_variable_name_token1, ACTIONS(5695), 1, sym_variable_name, STATE(977), 1, sym_subscript, ACTIONS(5687), 2, anon_sym_BANG, anon_sym_POUND, ACTIONS(5693), 2, anon_sym_0, anon_sym__, ACTIONS(5689), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [111246] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(762), 1, aux_sym__simple_variable_name_token1, ACTIONS(5699), 1, anon_sym_DQUOTE, ACTIONS(5701), 1, sym_raw_string, STATE(375), 1, sym_string, ACTIONS(758), 2, anon_sym_0, anon_sym__, ACTIONS(5697), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [111275] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5703), 1, anon_sym_RBRACE, ACTIONS(5709), 1, aux_sym__simple_variable_name_token1, ACTIONS(5713), 1, sym_variable_name, STATE(1062), 1, sym_subscript, ACTIONS(5705), 2, anon_sym_BANG, anon_sym_POUND, ACTIONS(5711), 2, anon_sym_0, anon_sym__, ACTIONS(5707), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [111306] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1357), 2, sym__concat, sym_word, ACTIONS(1355), 11, anon_sym_RPAREN, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [111327] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1285), 2, sym__concat, sym_word, ACTIONS(1283), 11, anon_sym_RPAREN, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [111348] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1289), 2, sym__concat, sym_word, ACTIONS(1287), 11, anon_sym_RPAREN, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [111369] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1293), 2, sym__concat, sym_word, ACTIONS(1291), 11, anon_sym_RPAREN, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [111390] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1297), 2, sym__concat, sym_word, ACTIONS(1295), 11, anon_sym_RPAREN, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [111411] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1301), 2, sym__concat, sym_word, ACTIONS(1299), 11, anon_sym_RPAREN, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [111432] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1305), 2, sym__concat, sym_word, ACTIONS(1303), 11, anon_sym_RPAREN, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [111453] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1309), 2, sym__concat, sym_word, ACTIONS(1307), 11, anon_sym_RPAREN, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [111474] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1313), 2, sym__concat, sym_word, ACTIONS(1311), 11, anon_sym_RPAREN, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [111495] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1317), 2, sym__concat, sym_word, ACTIONS(1315), 11, anon_sym_RPAREN, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [111516] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1321), 2, sym__concat, sym_word, ACTIONS(1319), 11, anon_sym_RPAREN, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [111537] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1325), 2, sym__concat, sym_word, ACTIONS(1323), 11, anon_sym_RPAREN, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [111558] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1725), 1, aux_sym__simple_variable_name_token1, ACTIONS(5717), 1, anon_sym_DQUOTE, ACTIONS(5719), 1, sym_raw_string, STATE(1869), 1, sym_string, ACTIONS(1719), 2, anon_sym_0, anon_sym__, ACTIONS(5715), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [111587] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 2, sym__concat, sym_word, ACTIONS(1343), 11, anon_sym_RPAREN, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [111608] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(4522), 1, aux_sym__simple_variable_name_token1, ACTIONS(5723), 1, anon_sym_DQUOTE, ACTIONS(5725), 1, sym_raw_string, STATE(2569), 1, sym_string, ACTIONS(4516), 2, anon_sym_0, anon_sym__, ACTIONS(5721), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [111637] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 2, sym__concat, sym_word, ACTIONS(1343), 11, anon_sym_RPAREN, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [111658] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1349), 2, sym__concat, sym_word, ACTIONS(1347), 11, anon_sym_RPAREN, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [111679] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5727), 1, anon_sym_RBRACE, ACTIONS(5733), 1, aux_sym__simple_variable_name_token1, ACTIONS(5737), 1, sym_variable_name, STATE(986), 1, sym_subscript, ACTIONS(5729), 2, anon_sym_BANG, anon_sym_POUND, ACTIONS(5735), 2, anon_sym_0, anon_sym__, ACTIONS(5731), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [111710] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(551), 1, aux_sym__simple_variable_name_token1, ACTIONS(5741), 1, anon_sym_DQUOTE, ACTIONS(5743), 1, sym_raw_string, STATE(371), 1, sym_string, ACTIONS(547), 2, anon_sym_0, anon_sym__, ACTIONS(5739), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [111739] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1675), 1, aux_sym__simple_variable_name_token1, ACTIONS(5747), 1, anon_sym_DQUOTE, ACTIONS(5749), 1, sym_raw_string, STATE(1752), 1, sym_string, ACTIONS(1669), 2, anon_sym_0, anon_sym__, ACTIONS(5745), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [111768] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5751), 1, anon_sym_RBRACE, ACTIONS(5757), 1, aux_sym__simple_variable_name_token1, ACTIONS(5761), 1, sym_variable_name, STATE(958), 1, sym_subscript, ACTIONS(5753), 2, anon_sym_BANG, anon_sym_POUND, ACTIONS(5759), 2, anon_sym_0, anon_sym__, ACTIONS(5755), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [111799] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5763), 1, anon_sym_RBRACE, ACTIONS(5769), 1, aux_sym__simple_variable_name_token1, ACTIONS(5773), 1, sym_variable_name, STATE(968), 1, sym_subscript, ACTIONS(5765), 2, anon_sym_BANG, anon_sym_POUND, ACTIONS(5771), 2, anon_sym_0, anon_sym__, ACTIONS(5767), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [111830] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 2, sym__concat, sym_word, ACTIONS(1383), 11, anon_sym_RPAREN, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [111851] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, aux_sym__simple_variable_name_token1, ACTIONS(5777), 1, anon_sym_DQUOTE, ACTIONS(5779), 1, sym_raw_string, STATE(483), 1, sym_string, ACTIONS(900), 2, anon_sym_0, anon_sym__, ACTIONS(5775), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [111880] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5781), 1, anon_sym_RBRACE, ACTIONS(5787), 1, aux_sym__simple_variable_name_token1, ACTIONS(5791), 1, sym_variable_name, STATE(1072), 1, sym_subscript, ACTIONS(5783), 2, anon_sym_BANG, anon_sym_POUND, ACTIONS(5789), 2, anon_sym_0, anon_sym__, ACTIONS(5785), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [111911] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 2, sym__concat, sym_word, ACTIONS(1393), 11, anon_sym_RPAREN, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [111932] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1735), 1, anon_sym_DQUOTE, ACTIONS(1737), 1, sym_raw_string, ACTIONS(1739), 1, aux_sym__simple_variable_name_token1, STATE(2306), 1, sym_string, ACTIONS(1731), 2, anon_sym_0, anon_sym__, ACTIONS(1733), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [111961] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 2, sym__concat, sym_word, ACTIONS(1397), 11, anon_sym_RPAREN, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [111982] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1443), 2, sym__concat, sym_word, ACTIONS(1441), 11, anon_sym_RPAREN, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [112003] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5793), 1, anon_sym_RBRACE, ACTIONS(5799), 1, aux_sym__simple_variable_name_token1, ACTIONS(5803), 1, sym_variable_name, STATE(1054), 1, sym_subscript, ACTIONS(5795), 2, anon_sym_BANG, anon_sym_POUND, ACTIONS(5801), 2, anon_sym_0, anon_sym__, ACTIONS(5797), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [112034] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1449), 2, sym__concat, sym_word, ACTIONS(1447), 11, anon_sym_RPAREN, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [112055] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 2, sym__concat, sym_word, ACTIONS(1451), 11, anon_sym_RPAREN, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [112076] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5805), 1, anon_sym_RBRACE, ACTIONS(5811), 1, aux_sym__simple_variable_name_token1, ACTIONS(5815), 1, sym_variable_name, STATE(1010), 1, sym_subscript, ACTIONS(5807), 2, anon_sym_BANG, anon_sym_POUND, ACTIONS(5813), 2, anon_sym_0, anon_sym__, ACTIONS(5809), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [112107] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(5440), 1, anon_sym_DQUOTE, ACTIONS(5442), 1, sym_raw_string, ACTIONS(5444), 1, aux_sym__simple_variable_name_token1, STATE(3250), 1, sym_string, ACTIONS(5446), 2, anon_sym_0, anon_sym__, ACTIONS(5438), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [112136] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 2, sym__concat, sym_word, ACTIONS(1225), 11, anon_sym_RPAREN, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [112157] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 2, sym__concat, sym_word, ACTIONS(1263), 11, anon_sym_RPAREN, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [112178] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1457), 2, sym__concat, sym_word, ACTIONS(1455), 11, anon_sym_RPAREN, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [112199] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1745), 1, anon_sym_DQUOTE, ACTIONS(1747), 1, sym_raw_string, ACTIONS(1749), 1, aux_sym__simple_variable_name_token1, STATE(2095), 1, sym_string, ACTIONS(1741), 2, anon_sym_0, anon_sym__, ACTIONS(1743), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [112228] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5817), 1, anon_sym_RBRACE, ACTIONS(5823), 1, aux_sym__simple_variable_name_token1, ACTIONS(5827), 1, sym_variable_name, STATE(941), 1, sym_subscript, ACTIONS(5819), 2, anon_sym_BANG, anon_sym_POUND, ACTIONS(5825), 2, anon_sym_0, anon_sym__, ACTIONS(5821), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [112259] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(988), 1, aux_sym__simple_variable_name_token1, ACTIONS(5831), 1, anon_sym_DQUOTE, ACTIONS(5833), 1, sym_raw_string, STATE(647), 1, sym_string, ACTIONS(984), 2, anon_sym_0, anon_sym__, ACTIONS(5829), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [112288] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5835), 1, anon_sym_RBRACE, ACTIONS(5841), 1, aux_sym__simple_variable_name_token1, ACTIONS(5845), 1, sym_variable_name, STATE(1091), 1, sym_subscript, ACTIONS(5837), 2, anon_sym_BANG, anon_sym_POUND, ACTIONS(5843), 2, anon_sym_0, anon_sym__, ACTIONS(5839), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [112319] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5847), 1, anon_sym_RBRACE, ACTIONS(5853), 1, aux_sym__simple_variable_name_token1, ACTIONS(5857), 1, sym_variable_name, STATE(945), 1, sym_subscript, ACTIONS(5849), 2, anon_sym_BANG, anon_sym_POUND, ACTIONS(5855), 2, anon_sym_0, anon_sym__, ACTIONS(5851), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [112350] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(5233), 1, aux_sym__simple_variable_name_token1, ACTIONS(5861), 1, anon_sym_DQUOTE, ACTIONS(5863), 1, sym_raw_string, STATE(2859), 1, sym_string, ACTIONS(5229), 2, anon_sym_0, anon_sym__, ACTIONS(5859), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [112379] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5865), 1, anon_sym_RBRACE, ACTIONS(5871), 1, aux_sym__simple_variable_name_token1, ACTIONS(5875), 1, sym_variable_name, STATE(1043), 1, sym_subscript, ACTIONS(5867), 2, anon_sym_BANG, anon_sym_POUND, ACTIONS(5873), 2, anon_sym_0, anon_sym__, ACTIONS(5869), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [112410] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1614), 1, aux_sym__simple_variable_name_token1, ACTIONS(5879), 1, anon_sym_DQUOTE, ACTIONS(5881), 1, sym_raw_string, STATE(1833), 1, sym_string, ACTIONS(1608), 2, anon_sym_0, anon_sym__, ACTIONS(5877), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [112439] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5883), 1, anon_sym_RBRACE, ACTIONS(5889), 1, aux_sym__simple_variable_name_token1, ACTIONS(5893), 1, sym_variable_name, STATE(1015), 1, sym_subscript, ACTIONS(5885), 2, anon_sym_BANG, anon_sym_POUND, ACTIONS(5891), 2, anon_sym_0, anon_sym__, ACTIONS(5887), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [112470] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5895), 1, sym_word, ACTIONS(5897), 1, sym__special_character, STATE(2520), 1, aux_sym__literal_repeat1, ACTIONS(5425), 10, anon_sym_RPAREN, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [112495] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1012), 1, aux_sym__simple_variable_name_token1, ACTIONS(5901), 1, anon_sym_DQUOTE, ACTIONS(5903), 1, sym_raw_string, STATE(575), 1, sym_string, ACTIONS(1008), 2, anon_sym_0, anon_sym__, ACTIONS(5899), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [112524] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5905), 1, anon_sym_RBRACE, ACTIONS(5911), 1, aux_sym__simple_variable_name_token1, ACTIONS(5915), 1, sym_variable_name, STATE(924), 1, sym_subscript, ACTIONS(5907), 2, anon_sym_BANG, anon_sym_POUND, ACTIONS(5913), 2, anon_sym_0, anon_sym__, ACTIONS(5909), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [112555] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5917), 1, anon_sym_RBRACE, ACTIONS(5923), 1, aux_sym__simple_variable_name_token1, ACTIONS(5927), 1, sym_variable_name, STATE(1127), 1, sym_subscript, ACTIONS(5919), 2, anon_sym_BANG, anon_sym_POUND, ACTIONS(5925), 2, anon_sym_0, anon_sym__, ACTIONS(5921), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [112586] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5929), 1, anon_sym_RBRACE, ACTIONS(5935), 1, aux_sym__simple_variable_name_token1, ACTIONS(5939), 1, sym_variable_name, STATE(1166), 1, sym_subscript, ACTIONS(5931), 2, anon_sym_BANG, anon_sym_POUND, ACTIONS(5937), 2, anon_sym_0, anon_sym__, ACTIONS(5933), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [112617] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1707), 1, anon_sym_DQUOTE, ACTIONS(1709), 1, sym_raw_string, ACTIONS(1711), 1, aux_sym__simple_variable_name_token1, STATE(1948), 1, sym_string, ACTIONS(1703), 2, anon_sym_0, anon_sym__, ACTIONS(1705), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [112646] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(832), 1, aux_sym__simple_variable_name_token1, ACTIONS(5943), 1, anon_sym_DQUOTE, ACTIONS(5945), 1, sym_raw_string, STATE(665), 1, sym_string, ACTIONS(826), 2, anon_sym_0, anon_sym__, ACTIONS(5941), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [112675] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1129), 1, aux_sym__simple_variable_name_token1, ACTIONS(5949), 1, anon_sym_DQUOTE, ACTIONS(5951), 1, sym_raw_string, STATE(752), 1, sym_string, ACTIONS(1123), 2, anon_sym_0, anon_sym__, ACTIONS(5947), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [112704] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1020), 1, aux_sym__simple_variable_name_token1, ACTIONS(5955), 1, anon_sym_DQUOTE, ACTIONS(5957), 1, sym_raw_string, STATE(832), 1, sym_string, ACTIONS(1014), 2, anon_sym_0, anon_sym__, ACTIONS(5953), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [112733] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(5959), 1, anon_sym_RBRACE, ACTIONS(5965), 1, aux_sym__simple_variable_name_token1, ACTIONS(5969), 1, sym_variable_name, STATE(1171), 1, sym_subscript, ACTIONS(5961), 2, anon_sym_BANG, anon_sym_POUND, ACTIONS(5967), 2, anon_sym_0, anon_sym__, ACTIONS(5963), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [112764] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(3936), 1, aux_sym__simple_variable_name_token1, ACTIONS(5973), 1, anon_sym_DQUOTE, ACTIONS(5975), 1, sym_raw_string, STATE(2486), 1, sym_string, ACTIONS(3930), 2, anon_sym_0, anon_sym__, ACTIONS(5971), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [112793] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5979), 1, anon_sym_esac, ACTIONS(5977), 11, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [112813] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5983), 1, anon_sym_DQUOTE, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [112837] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5991), 1, anon_sym_esac, ACTIONS(5989), 11, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [112857] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(5993), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [112881] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(5997), 1, anon_sym_esac, ACTIONS(5995), 11, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [112901] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(5999), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [112925] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6003), 1, anon_sym_esac, ACTIONS(6001), 11, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [112945] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6003), 1, anon_sym_esac, ACTIONS(6001), 11, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [112965] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6005), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [112989] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6007), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113013] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6009), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113037] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6011), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113061] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6015), 1, anon_sym_esac, ACTIONS(6013), 11, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [113081] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6017), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113105] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6015), 1, anon_sym_esac, ACTIONS(6013), 11, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [113125] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6019), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113149] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6021), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113173] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6023), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113197] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6025), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113221] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6027), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113245] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6029), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113269] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6033), 1, anon_sym_esac, ACTIONS(6031), 11, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [113289] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6035), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113313] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6037), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113337] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6039), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113361] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6041), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113385] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6043), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113409] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6045), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113433] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6047), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113457] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6049), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113481] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6051), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113505] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6053), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113529] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6055), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113553] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6059), 1, anon_sym_esac, ACTIONS(6057), 11, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [113573] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6061), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113597] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6063), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113621] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6065), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113645] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6067), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113669] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6069), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113693] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6071), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113717] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1249), 1, sym_word, ACTIONS(1247), 11, anon_sym_RPAREN, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [113737] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6073), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113761] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6075), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113785] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6077), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113809] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6079), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113833] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6081), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113857] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6083), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113881] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6085), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113905] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6087), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113929] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6089), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113953] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6091), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [113977] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6093), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [114001] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6095), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [114025] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6097), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [114049] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6099), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [114073] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6101), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [114097] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6103), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [114121] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6105), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [114145] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6107), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [114169] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6109), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [114193] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6111), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [114217] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6113), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [114241] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6115), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [114265] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6119), 1, anon_sym_esac, ACTIONS(6117), 11, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, [114285] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6121), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [114309] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6123), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [114333] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6125), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [114357] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6127), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [114381] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(6129), 1, anon_sym_DQUOTE, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [114405] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6131), 1, sym_word, ACTIONS(6117), 10, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [114424] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6133), 1, sym_word, ACTIONS(6135), 10, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [114443] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(6137), 1, anon_sym_RBRACE, ACTIONS(6141), 1, aux_sym__simple_variable_name_token1, ACTIONS(6145), 1, sym_variable_name, STATE(1065), 1, sym_subscript, ACTIONS(6143), 2, anon_sym_0, anon_sym__, ACTIONS(6139), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [114470] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6147), 1, sym_word, ACTIONS(6031), 10, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [114489] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6149), 1, sym_word, ACTIONS(6057), 10, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [114508] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6151), 1, sym_word, ACTIONS(6153), 10, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [114527] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6155), 1, sym_word, ACTIONS(6001), 10, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [114546] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(6157), 1, anon_sym_RBRACE, ACTIONS(6161), 1, aux_sym__simple_variable_name_token1, ACTIONS(6165), 1, sym_variable_name, STATE(1089), 1, sym_subscript, ACTIONS(6163), 2, anon_sym_0, anon_sym__, ACTIONS(6159), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [114573] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6155), 1, sym_word, ACTIONS(6001), 10, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [114592] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6167), 1, sym_word, ACTIONS(6169), 10, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [114611] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(6171), 1, anon_sym_RBRACE, ACTIONS(6175), 1, aux_sym__simple_variable_name_token1, ACTIONS(6179), 1, sym_variable_name, STATE(1163), 1, sym_subscript, ACTIONS(6177), 2, anon_sym_0, anon_sym__, ACTIONS(6173), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [114638] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6181), 1, sym_word, ACTIONS(6013), 10, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [114657] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5985), 1, sym__string_content, ACTIONS(5987), 1, aux_sym__simple_variable_name_token1, ACTIONS(5981), 9, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, anon_sym_0, anon_sym__, [114678] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6183), 1, sym_word, ACTIONS(5977), 10, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [114697] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(6185), 1, anon_sym_RBRACE, ACTIONS(6189), 1, aux_sym__simple_variable_name_token1, ACTIONS(6193), 1, sym_variable_name, STATE(1112), 1, sym_subscript, ACTIONS(6191), 2, anon_sym_0, anon_sym__, ACTIONS(6187), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [114724] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6167), 1, sym_word, ACTIONS(6169), 10, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [114743] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6167), 1, sym_word, ACTIONS(6169), 10, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [114762] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(6195), 1, anon_sym_RBRACE, ACTIONS(6199), 1, aux_sym__simple_variable_name_token1, ACTIONS(6203), 1, sym_variable_name, STATE(1164), 1, sym_subscript, ACTIONS(6201), 2, anon_sym_0, anon_sym__, ACTIONS(6197), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [114789] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6205), 1, sym_word, ACTIONS(5989), 10, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [114808] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(6207), 1, anon_sym_RBRACE, ACTIONS(6211), 1, aux_sym__simple_variable_name_token1, ACTIONS(6215), 1, sym_variable_name, STATE(974), 1, sym_subscript, ACTIONS(6213), 2, anon_sym_0, anon_sym__, ACTIONS(6209), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [114835] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(6217), 1, anon_sym_RBRACE, ACTIONS(6221), 1, aux_sym__simple_variable_name_token1, ACTIONS(6225), 1, sym_variable_name, STATE(1026), 1, sym_subscript, ACTIONS(6223), 2, anon_sym_0, anon_sym__, ACTIONS(6219), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [114862] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(6227), 1, anon_sym_RBRACE, ACTIONS(6231), 1, aux_sym__simple_variable_name_token1, ACTIONS(6235), 1, sym_variable_name, STATE(1058), 1, sym_subscript, ACTIONS(6233), 2, anon_sym_0, anon_sym__, ACTIONS(6229), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [114889] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6237), 1, sym_word, ACTIONS(6239), 10, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [114908] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(6241), 1, anon_sym_RBRACE, ACTIONS(6245), 1, aux_sym__simple_variable_name_token1, ACTIONS(6249), 1, sym_variable_name, STATE(1011), 1, sym_subscript, ACTIONS(6247), 2, anon_sym_0, anon_sym__, ACTIONS(6243), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [114935] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(6251), 1, anon_sym_RBRACE, ACTIONS(6255), 1, aux_sym__simple_variable_name_token1, ACTIONS(6259), 1, sym_variable_name, STATE(922), 1, sym_subscript, ACTIONS(6257), 2, anon_sym_0, anon_sym__, ACTIONS(6253), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [114962] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6261), 1, sym_word, ACTIONS(6263), 10, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [114981] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(6265), 1, anon_sym_RBRACE, ACTIONS(6269), 1, aux_sym__simple_variable_name_token1, ACTIONS(6273), 1, sym_variable_name, STATE(961), 1, sym_subscript, ACTIONS(6271), 2, anon_sym_0, anon_sym__, ACTIONS(6267), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [115008] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6261), 1, sym_word, ACTIONS(6263), 10, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [115027] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(6275), 1, anon_sym_RBRACE, ACTIONS(6279), 1, aux_sym__simple_variable_name_token1, ACTIONS(6283), 1, sym_variable_name, STATE(1129), 1, sym_subscript, ACTIONS(6281), 2, anon_sym_0, anon_sym__, ACTIONS(6277), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [115054] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(6285), 1, anon_sym_RBRACE, ACTIONS(6289), 1, aux_sym__simple_variable_name_token1, ACTIONS(6293), 1, sym_variable_name, STATE(984), 1, sym_subscript, ACTIONS(6291), 2, anon_sym_0, anon_sym__, ACTIONS(6287), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [115081] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(6295), 1, anon_sym_RBRACE, ACTIONS(6299), 1, aux_sym__simple_variable_name_token1, ACTIONS(6303), 1, sym_variable_name, STATE(1108), 1, sym_subscript, ACTIONS(6301), 2, anon_sym_0, anon_sym__, ACTIONS(6297), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [115108] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6133), 1, sym_word, ACTIONS(6135), 10, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [115127] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(6305), 1, anon_sym_RBRACE, ACTIONS(6309), 1, aux_sym__simple_variable_name_token1, ACTIONS(6313), 1, sym_variable_name, STATE(1142), 1, sym_subscript, ACTIONS(6311), 2, anon_sym_0, anon_sym__, ACTIONS(6307), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [115154] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(6315), 1, anon_sym_RBRACE, ACTIONS(6319), 1, aux_sym__simple_variable_name_token1, ACTIONS(6323), 1, sym_variable_name, STATE(960), 1, sym_subscript, ACTIONS(6321), 2, anon_sym_0, anon_sym__, ACTIONS(6317), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [115181] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(6325), 1, anon_sym_RBRACE, ACTIONS(6329), 1, aux_sym__simple_variable_name_token1, ACTIONS(6333), 1, sym_variable_name, STATE(956), 1, sym_subscript, ACTIONS(6331), 2, anon_sym_0, anon_sym__, ACTIONS(6327), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [115208] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(6335), 1, anon_sym_RBRACE, ACTIONS(6339), 1, aux_sym__simple_variable_name_token1, ACTIONS(6343), 1, sym_variable_name, STATE(938), 1, sym_subscript, ACTIONS(6341), 2, anon_sym_0, anon_sym__, ACTIONS(6337), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [115235] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(6345), 1, anon_sym_RBRACE, ACTIONS(6349), 1, aux_sym__simple_variable_name_token1, ACTIONS(6353), 1, sym_variable_name, STATE(947), 1, sym_subscript, ACTIONS(6351), 2, anon_sym_0, anon_sym__, ACTIONS(6347), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [115262] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(6355), 1, anon_sym_RBRACE, ACTIONS(6359), 1, aux_sym__simple_variable_name_token1, ACTIONS(6363), 1, sym_variable_name, STATE(1031), 1, sym_subscript, ACTIONS(6361), 2, anon_sym_0, anon_sym__, ACTIONS(6357), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [115289] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6261), 1, sym_word, ACTIONS(6263), 10, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [115308] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(6365), 1, anon_sym_RBRACE, ACTIONS(6369), 1, aux_sym__simple_variable_name_token1, ACTIONS(6373), 1, sym_variable_name, STATE(1160), 1, sym_subscript, ACTIONS(6371), 2, anon_sym_0, anon_sym__, ACTIONS(6367), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [115335] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(6375), 1, anon_sym_RBRACE, ACTIONS(6379), 1, aux_sym__simple_variable_name_token1, ACTIONS(6383), 1, sym_variable_name, STATE(1076), 1, sym_subscript, ACTIONS(6381), 2, anon_sym_0, anon_sym__, ACTIONS(6377), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [115362] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(6385), 1, anon_sym_RBRACE, ACTIONS(6389), 1, aux_sym__simple_variable_name_token1, ACTIONS(6393), 1, sym_variable_name, STATE(975), 1, sym_subscript, ACTIONS(6391), 2, anon_sym_0, anon_sym__, ACTIONS(6387), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [115389] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(6395), 1, anon_sym_RBRACE, ACTIONS(6399), 1, aux_sym__simple_variable_name_token1, ACTIONS(6403), 1, sym_variable_name, STATE(1092), 1, sym_subscript, ACTIONS(6401), 2, anon_sym_0, anon_sym__, ACTIONS(6397), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [115416] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(6405), 1, anon_sym_RBRACE, ACTIONS(6409), 1, aux_sym__simple_variable_name_token1, ACTIONS(6413), 1, sym_variable_name, STATE(1049), 1, sym_subscript, ACTIONS(6411), 2, anon_sym_0, anon_sym__, ACTIONS(6407), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [115443] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6167), 1, sym_word, ACTIONS(6169), 10, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [115462] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6415), 1, sym_word, ACTIONS(6417), 10, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [115481] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6419), 1, sym_word, ACTIONS(6421), 10, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [115500] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(6423), 1, anon_sym_RBRACE, ACTIONS(6427), 1, aux_sym__simple_variable_name_token1, ACTIONS(6431), 1, sym_variable_name, STATE(1111), 1, sym_subscript, ACTIONS(6429), 2, anon_sym_0, anon_sym__, ACTIONS(6425), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [115527] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(6433), 1, anon_sym_RBRACE, ACTIONS(6437), 1, aux_sym__simple_variable_name_token1, ACTIONS(6441), 1, sym_variable_name, STATE(1167), 1, sym_subscript, ACTIONS(6439), 2, anon_sym_0, anon_sym__, ACTIONS(6435), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [115554] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6443), 1, sym_word, ACTIONS(5995), 10, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [115573] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6445), 1, sym_word, ACTIONS(6447), 10, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [115592] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6445), 1, sym_word, ACTIONS(6447), 10, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [115611] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(6449), 1, anon_sym_RBRACE, ACTIONS(6453), 1, aux_sym__simple_variable_name_token1, ACTIONS(6457), 1, sym_variable_name, STATE(1145), 1, sym_subscript, ACTIONS(6455), 2, anon_sym_0, anon_sym__, ACTIONS(6451), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [115638] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6261), 1, sym_word, ACTIONS(6263), 10, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [115657] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(6459), 1, anon_sym_RBRACE, ACTIONS(6463), 1, aux_sym__simple_variable_name_token1, ACTIONS(6467), 1, sym_variable_name, STATE(1006), 1, sym_subscript, ACTIONS(6465), 2, anon_sym_0, anon_sym__, ACTIONS(6461), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [115684] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(6469), 1, anon_sym_RBRACE, ACTIONS(6473), 1, aux_sym__simple_variable_name_token1, ACTIONS(6477), 1, sym_variable_name, STATE(914), 1, sym_subscript, ACTIONS(6475), 2, anon_sym_0, anon_sym__, ACTIONS(6471), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [115711] = 7, ACTIONS(4073), 1, sym_comment, ACTIONS(6479), 1, anon_sym_RBRACE, ACTIONS(6483), 1, aux_sym__simple_variable_name_token1, ACTIONS(6487), 1, sym_variable_name, STATE(918), 1, sym_subscript, ACTIONS(6485), 2, anon_sym_0, anon_sym__, ACTIONS(6481), 5, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_STAR, anon_sym_AT, [115738] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6181), 1, sym_word, ACTIONS(6013), 10, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansii_c_string, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, [115757] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6489), 1, anon_sym_DOLLAR, ACTIONS(6491), 1, anon_sym_DQUOTE, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, STATE(2720), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [115787] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6083), 1, anon_sym_DQUOTE, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6501), 1, anon_sym_DOLLAR, STATE(2732), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [115817] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6073), 1, anon_sym_DQUOTE, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6503), 1, anon_sym_DOLLAR, STATE(2732), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [115847] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6071), 1, anon_sym_DQUOTE, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6505), 1, anon_sym_DOLLAR, STATE(2732), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [115877] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6507), 1, anon_sym_DOLLAR, ACTIONS(6509), 1, anon_sym_DQUOTE, STATE(2725), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [115907] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6075), 1, anon_sym_DQUOTE, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6511), 1, anon_sym_DOLLAR, STATE(2732), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [115937] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6513), 1, anon_sym_DOLLAR, ACTIONS(6515), 1, anon_sym_DQUOTE, STATE(2763), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [115967] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6517), 1, anon_sym_DOLLAR, ACTIONS(6519), 1, anon_sym_DQUOTE, STATE(2722), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [115997] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6081), 1, anon_sym_DQUOTE, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6521), 1, anon_sym_DOLLAR, STATE(2732), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [116027] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6523), 1, anon_sym_DOLLAR, ACTIONS(6525), 1, anon_sym_DQUOTE, STATE(2759), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [116057] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6527), 1, anon_sym_DOLLAR, ACTIONS(6529), 1, anon_sym_DQUOTE, STATE(2735), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [116087] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6067), 1, anon_sym_DQUOTE, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6531), 1, anon_sym_DOLLAR, STATE(2732), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [116117] = 8, ACTIONS(4073), 1, sym_comment, ACTIONS(6533), 1, anon_sym_DOLLAR, ACTIONS(6535), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6537), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6539), 1, anon_sym_BQUOTE, ACTIONS(6541), 1, sym__heredoc_body_middle, ACTIONS(6543), 1, sym__heredoc_body_end, STATE(2734), 4, sym_simple_expansion, sym_expansion, sym_command_substitution, aux_sym_heredoc_body_repeat1, [116145] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6545), 1, anon_sym_DOLLAR, ACTIONS(6547), 1, anon_sym_DQUOTE, STATE(2753), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [116175] = 8, ACTIONS(4073), 1, sym_comment, ACTIONS(6533), 1, anon_sym_DOLLAR, ACTIONS(6535), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6537), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6539), 1, anon_sym_BQUOTE, ACTIONS(6541), 1, sym__heredoc_body_middle, ACTIONS(6549), 1, sym__heredoc_body_end, STATE(2734), 4, sym_simple_expansion, sym_expansion, sym_command_substitution, aux_sym_heredoc_body_repeat1, [116203] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6551), 1, anon_sym_DOLLAR, ACTIONS(6554), 1, anon_sym_DQUOTE, ACTIONS(6556), 1, sym__string_content, ACTIONS(6559), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6562), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6565), 1, anon_sym_BQUOTE, STATE(2732), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [116233] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6025), 1, anon_sym_DQUOTE, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6568), 1, anon_sym_DOLLAR, STATE(2732), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [116263] = 8, ACTIONS(4073), 1, sym_comment, ACTIONS(6570), 1, anon_sym_DOLLAR, ACTIONS(6573), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6576), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6579), 1, anon_sym_BQUOTE, ACTIONS(6582), 1, sym__heredoc_body_middle, ACTIONS(6585), 1, sym__heredoc_body_end, STATE(2734), 4, sym_simple_expansion, sym_expansion, sym_command_substitution, aux_sym_heredoc_body_repeat1, [116291] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6051), 1, anon_sym_DQUOTE, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6587), 1, anon_sym_DOLLAR, STATE(2732), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [116321] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6087), 1, anon_sym_DQUOTE, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6589), 1, anon_sym_DOLLAR, STATE(2732), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [116351] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6091), 1, anon_sym_DQUOTE, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6591), 1, anon_sym_DOLLAR, STATE(2732), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [116381] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6593), 1, anon_sym_DOLLAR, ACTIONS(6595), 1, anon_sym_DQUOTE, STATE(2746), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [116411] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6597), 1, anon_sym_DOLLAR, ACTIONS(6599), 1, anon_sym_DQUOTE, STATE(2781), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [116441] = 8, ACTIONS(4073), 1, sym_comment, ACTIONS(6533), 1, anon_sym_DOLLAR, ACTIONS(6535), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6537), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6539), 1, anon_sym_BQUOTE, ACTIONS(6601), 1, sym__heredoc_body_middle, ACTIONS(6603), 1, sym__heredoc_body_end, STATE(2731), 4, sym_simple_expansion, sym_expansion, sym_command_substitution, aux_sym_heredoc_body_repeat1, [116469] = 8, ACTIONS(4073), 1, sym_comment, ACTIONS(6533), 1, anon_sym_DOLLAR, ACTIONS(6535), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6537), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6539), 1, anon_sym_BQUOTE, ACTIONS(6605), 1, sym__heredoc_body_middle, ACTIONS(6607), 1, sym__heredoc_body_end, STATE(2756), 4, sym_simple_expansion, sym_expansion, sym_command_substitution, aux_sym_heredoc_body_repeat1, [116497] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6041), 1, anon_sym_DQUOTE, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6609), 1, anon_sym_DOLLAR, STATE(2732), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [116527] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6085), 1, anon_sym_DQUOTE, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6611), 1, anon_sym_DOLLAR, STATE(2732), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [116557] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6613), 1, anon_sym_DOLLAR, ACTIONS(6615), 1, anon_sym_DQUOTE, STATE(2733), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [116587] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6037), 1, anon_sym_DQUOTE, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6617), 1, anon_sym_DOLLAR, STATE(2732), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [116617] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6089), 1, anon_sym_DQUOTE, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6619), 1, anon_sym_DOLLAR, STATE(2732), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [116647] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6621), 1, anon_sym_DOLLAR, ACTIONS(6623), 1, anon_sym_DQUOTE, STATE(2742), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [116677] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6625), 1, anon_sym_DOLLAR, ACTIONS(6627), 1, anon_sym_DQUOTE, STATE(2771), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [116707] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6629), 1, anon_sym_DOLLAR, ACTIONS(6631), 1, anon_sym_DQUOTE, STATE(2743), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [116737] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6633), 1, anon_sym_DOLLAR, ACTIONS(6635), 1, anon_sym_DQUOTE, STATE(2718), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [116767] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6637), 1, anon_sym_DOLLAR, ACTIONS(6639), 1, anon_sym_DQUOTE, STATE(2752), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [116797] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6035), 1, anon_sym_DQUOTE, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6641), 1, anon_sym_DOLLAR, STATE(2732), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [116827] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6095), 1, anon_sym_DQUOTE, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6643), 1, anon_sym_DOLLAR, STATE(2732), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [116857] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6125), 1, anon_sym_DQUOTE, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6645), 1, anon_sym_DOLLAR, STATE(2732), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [116887] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6647), 1, anon_sym_DOLLAR, ACTIONS(6649), 1, anon_sym_DQUOTE, STATE(2719), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [116917] = 8, ACTIONS(4073), 1, sym_comment, ACTIONS(6533), 1, anon_sym_DOLLAR, ACTIONS(6535), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6537), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6539), 1, anon_sym_BQUOTE, ACTIONS(6541), 1, sym__heredoc_body_middle, ACTIONS(6651), 1, sym__heredoc_body_end, STATE(2734), 4, sym_simple_expansion, sym_expansion, sym_command_substitution, aux_sym_heredoc_body_repeat1, [116945] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6027), 1, anon_sym_DQUOTE, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6653), 1, anon_sym_DOLLAR, STATE(2732), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [116975] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6655), 1, anon_sym_DOLLAR, ACTIONS(6657), 1, anon_sym_DQUOTE, STATE(2762), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [117005] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6029), 1, anon_sym_DQUOTE, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6659), 1, anon_sym_DOLLAR, STATE(2732), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [117035] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6663), 1, aux_sym__simple_variable_name_token1, ACTIONS(6665), 2, anon_sym_0, anon_sym__, ACTIONS(6661), 7, anon_sym_BANG, anon_sym_DASH, anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_STAR, anon_sym_AT, [117055] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6011), 1, anon_sym_DQUOTE, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6667), 1, anon_sym_DOLLAR, STATE(2732), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [117085] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6021), 1, anon_sym_DQUOTE, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6669), 1, anon_sym_DOLLAR, STATE(2732), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [117115] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6079), 1, anon_sym_DQUOTE, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6671), 1, anon_sym_DOLLAR, STATE(2732), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [117145] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6673), 1, anon_sym_DOLLAR, ACTIONS(6675), 1, anon_sym_DQUOTE, STATE(2736), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [117175] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6677), 1, anon_sym_DOLLAR, ACTIONS(6679), 1, anon_sym_DQUOTE, STATE(2728), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [117205] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6107), 1, anon_sym_DQUOTE, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6681), 1, anon_sym_DOLLAR, STATE(2732), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [117235] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6683), 1, anon_sym_DOLLAR, ACTIONS(6685), 1, anon_sym_DQUOTE, STATE(2757), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [117265] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6009), 1, anon_sym_DQUOTE, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6687), 1, anon_sym_DOLLAR, STATE(2732), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [117295] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6113), 1, anon_sym_DQUOTE, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6689), 1, anon_sym_DOLLAR, STATE(2732), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [117325] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6691), 1, anon_sym_DOLLAR, ACTIONS(6693), 1, anon_sym_DQUOTE, STATE(2766), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [117355] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6103), 1, anon_sym_DQUOTE, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6695), 1, anon_sym_DOLLAR, STATE(2732), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [117385] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6697), 1, anon_sym_DOLLAR, ACTIONS(6699), 1, anon_sym_DQUOTE, STATE(2745), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [117415] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6005), 1, anon_sym_DQUOTE, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6701), 1, anon_sym_DOLLAR, STATE(2732), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [117445] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6703), 1, anon_sym_DOLLAR, ACTIONS(6705), 1, anon_sym_DQUOTE, STATE(2773), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [117475] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6115), 1, anon_sym_DQUOTE, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6707), 1, anon_sym_DOLLAR, STATE(2732), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [117505] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6709), 1, anon_sym_DOLLAR, ACTIONS(6711), 1, anon_sym_DQUOTE, STATE(2769), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [117535] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6713), 1, anon_sym_DOLLAR, ACTIONS(6715), 1, anon_sym_DQUOTE, STATE(2754), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [117565] = 8, ACTIONS(4073), 1, sym_comment, ACTIONS(6533), 1, anon_sym_DOLLAR, ACTIONS(6535), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6537), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6539), 1, anon_sym_BQUOTE, ACTIONS(6717), 1, sym__heredoc_body_middle, ACTIONS(6719), 1, sym__heredoc_body_end, STATE(2729), 4, sym_simple_expansion, sym_expansion, sym_command_substitution, aux_sym_heredoc_body_repeat1, [117593] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6721), 1, anon_sym_DOLLAR, ACTIONS(6723), 1, anon_sym_DQUOTE, STATE(2775), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [117623] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6725), 1, anon_sym_DOLLAR, ACTIONS(6727), 1, anon_sym_DQUOTE, STATE(2768), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [117653] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(5993), 1, anon_sym_DQUOTE, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6729), 1, anon_sym_DOLLAR, STATE(2732), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [117683] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6731), 1, anon_sym_DOLLAR, ACTIONS(6733), 1, anon_sym_DQUOTE, STATE(2737), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [117713] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(6493), 1, sym__string_content, ACTIONS(6495), 1, anon_sym_DOLLAR_LBRACE, ACTIONS(6497), 1, anon_sym_DOLLAR_LPAREN, ACTIONS(6499), 1, anon_sym_BQUOTE, ACTIONS(6735), 1, anon_sym_DOLLAR, ACTIONS(6737), 1, anon_sym_DQUOTE, STATE(2761), 1, aux_sym_string_repeat1, STATE(2825), 3, sym_simple_expansion, sym_expansion, sym_command_substitution, [117743] = 7, ACTIONS(23), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(4073), 1, sym_comment, ACTIONS(6739), 1, anon_sym_LPAREN_LPAREN, ACTIONS(6741), 1, anon_sym_LBRACE, ACTIONS(6743), 1, anon_sym_LBRACK_LBRACK, STATE(2124), 3, sym_compound_statement, sym_subshell, sym_test_command, [117767] = 7, ACTIONS(145), 1, anon_sym_LPAREN, ACTIONS(151), 1, anon_sym_LBRACK, ACTIONS(4073), 1, sym_comment, ACTIONS(6745), 1, anon_sym_LPAREN_LPAREN, ACTIONS(6747), 1, anon_sym_LBRACE, ACTIONS(6749), 1, anon_sym_LBRACK_LBRACK, STATE(1810), 3, sym_compound_statement, sym_subshell, sym_test_command, [117791] = 7, ACTIONS(145), 1, anon_sym_LPAREN, ACTIONS(151), 1, anon_sym_LBRACK, ACTIONS(4073), 1, sym_comment, ACTIONS(6745), 1, anon_sym_LPAREN_LPAREN, ACTIONS(6747), 1, anon_sym_LBRACE, ACTIONS(6749), 1, anon_sym_LBRACK_LBRACK, STATE(1802), 3, sym_compound_statement, sym_subshell, sym_test_command, [117815] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(6751), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, ACTIONS(6753), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, [117831] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(6755), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, ACTIONS(6757), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, [117847] = 7, ACTIONS(87), 1, anon_sym_LBRACK, ACTIONS(4073), 1, sym_comment, ACTIONS(6759), 1, anon_sym_LPAREN_LPAREN, ACTIONS(6761), 1, anon_sym_LPAREN, ACTIONS(6763), 1, anon_sym_LBRACE, ACTIONS(6765), 1, anon_sym_LBRACK_LBRACK, STATE(2007), 3, sym_compound_statement, sym_subshell, sym_test_command, [117871] = 7, ACTIONS(23), 1, anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(4073), 1, sym_comment, ACTIONS(6739), 1, anon_sym_LPAREN_LPAREN, ACTIONS(6741), 1, anon_sym_LBRACE, ACTIONS(6743), 1, anon_sym_LBRACK_LBRACK, STATE(2114), 3, sym_compound_statement, sym_subshell, sym_test_command, [117895] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(6767), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, ACTIONS(6769), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, [117911] = 7, ACTIONS(151), 1, anon_sym_LBRACK, ACTIONS(4073), 1, sym_comment, ACTIONS(6745), 1, anon_sym_LPAREN_LPAREN, ACTIONS(6747), 1, anon_sym_LBRACE, ACTIONS(6749), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6771), 1, anon_sym_LPAREN, STATE(1885), 3, sym_compound_statement, sym_subshell, sym_test_command, [117935] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(6773), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, ACTIONS(6775), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, [117951] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(6777), 3, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, ACTIONS(6779), 5, anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, [117967] = 7, ACTIONS(29), 1, anon_sym_LBRACK, ACTIONS(4073), 1, sym_comment, ACTIONS(6739), 1, anon_sym_LPAREN_LPAREN, ACTIONS(6741), 1, anon_sym_LBRACE, ACTIONS(6743), 1, anon_sym_LBRACK_LBRACK, ACTIONS(6781), 1, anon_sym_LPAREN, STATE(2195), 3, sym_compound_statement, sym_subshell, sym_test_command, [117991] = 7, ACTIONS(81), 1, anon_sym_LPAREN, ACTIONS(87), 1, anon_sym_LBRACK, ACTIONS(4073), 1, sym_comment, ACTIONS(6759), 1, anon_sym_LPAREN_LPAREN, ACTIONS(6763), 1, anon_sym_LBRACE, ACTIONS(6765), 1, anon_sym_LBRACK_LBRACK, STATE(1914), 3, sym_compound_statement, sym_subshell, sym_test_command, [118015] = 7, ACTIONS(81), 1, anon_sym_LPAREN, ACTIONS(87), 1, anon_sym_LBRACK, ACTIONS(4073), 1, sym_comment, ACTIONS(6759), 1, anon_sym_LPAREN_LPAREN, ACTIONS(6763), 1, anon_sym_LBRACE, ACTIONS(6765), 1, anon_sym_LBRACK_LBRACK, STATE(1926), 3, sym_compound_statement, sym_subshell, sym_test_command, [118039] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1249), 1, anon_sym_LF, ACTIONS(6783), 1, sym__concat, STATE(2817), 1, aux_sym_concatenation_repeat1, ACTIONS(1247), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, sym__special_character, anon_sym_AMP, [118059] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(6785), 1, anon_sym_LF, ACTIONS(6787), 1, anon_sym_in, ACTIONS(6791), 1, sym__special_character, STATE(2808), 1, aux_sym__literal_repeat1, ACTIONS(6789), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [118080] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6793), 1, anon_sym_LF, ACTIONS(6795), 2, anon_sym_SEMI, anon_sym_AMP, ACTIONS(453), 4, anon_sym_esac, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, [118097] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 1, sym__concat, ACTIONS(1393), 6, anon_sym_DOLLAR, anon_sym_DQUOTE, sym__string_content, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118112] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1317), 1, sym__concat, ACTIONS(1315), 6, anon_sym_DOLLAR, anon_sym_DQUOTE, sym__string_content, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118127] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 1, anon_sym_LF, ACTIONS(6797), 1, sym__concat, STATE(2803), 1, aux_sym_concatenation_repeat1, ACTIONS(1225), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [118146] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 1, sym__concat, ACTIONS(1343), 6, anon_sym_DOLLAR, anon_sym_DQUOTE, sym__string_content, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118161] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 1, sym__concat, ACTIONS(1343), 6, anon_sym_DOLLAR, anon_sym_DQUOTE, sym__string_content, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118176] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(6791), 1, sym__special_character, ACTIONS(6800), 1, anon_sym_LF, ACTIONS(6802), 1, anon_sym_in, STATE(2808), 1, aux_sym__literal_repeat1, ACTIONS(6804), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [118197] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(6783), 1, sym__concat, ACTIONS(6806), 1, anon_sym_LF, ACTIONS(6808), 1, anon_sym_in, STATE(2817), 1, aux_sym_concatenation_repeat1, ACTIONS(6810), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [118218] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1369), 1, anon_sym_LF, ACTIONS(6812), 1, sym__special_character, STATE(2808), 1, aux_sym__literal_repeat1, ACTIONS(1364), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [118237] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 1, sym__concat, ACTIONS(1397), 6, anon_sym_DOLLAR, anon_sym_DQUOTE, sym__string_content, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118252] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(6783), 1, sym__concat, ACTIONS(6815), 1, anon_sym_LF, ACTIONS(6817), 1, anon_sym_in, STATE(2817), 1, aux_sym_concatenation_repeat1, ACTIONS(6819), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [118273] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1285), 1, sym__concat, ACTIONS(1283), 6, anon_sym_DOLLAR, anon_sym_DQUOTE, sym__string_content, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118288] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1349), 1, sym__concat, ACTIONS(1347), 6, anon_sym_DOLLAR, anon_sym_DQUOTE, sym__string_content, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118303] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6821), 1, anon_sym_LF, ACTIONS(6823), 6, anon_sym_SEMI, anon_sym_esac, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_AMP, [118318] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1357), 1, sym__concat, ACTIONS(1355), 6, anon_sym_DOLLAR, anon_sym_DQUOTE, sym__string_content, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118333] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1289), 1, sym__concat, ACTIONS(1287), 6, anon_sym_DOLLAR, anon_sym_DQUOTE, sym__string_content, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118348] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(6791), 1, sym__special_character, ACTIONS(6825), 1, anon_sym_LF, ACTIONS(6827), 1, anon_sym_in, STATE(2808), 1, aux_sym__literal_repeat1, ACTIONS(6829), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [118369] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1221), 1, anon_sym_LF, ACTIONS(6831), 1, sym__concat, STATE(2803), 1, aux_sym_concatenation_repeat1, ACTIONS(1219), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [118388] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 1, sym__concat, ACTIONS(1383), 6, anon_sym_DOLLAR, anon_sym_DQUOTE, sym__string_content, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118403] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1293), 1, sym__concat, ACTIONS(1291), 6, anon_sym_DOLLAR, anon_sym_DQUOTE, sym__string_content, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118418] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1281), 1, sym__concat, ACTIONS(1279), 6, anon_sym_DOLLAR, anon_sym_DQUOTE, sym__string_content, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118433] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1297), 1, sym__concat, ACTIONS(1295), 6, anon_sym_DOLLAR, anon_sym_DQUOTE, sym__string_content, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118448] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6833), 1, anon_sym_LF, ACTIONS(6835), 6, anon_sym_SEMI, anon_sym_esac, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_AMP, [118463] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1325), 1, sym__concat, ACTIONS(1323), 6, anon_sym_DOLLAR, anon_sym_DQUOTE, sym__string_content, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118478] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1301), 1, sym__concat, ACTIONS(1299), 6, anon_sym_DOLLAR, anon_sym_DQUOTE, sym__string_content, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118493] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6839), 1, sym__concat, ACTIONS(6837), 6, anon_sym_DOLLAR, anon_sym_DQUOTE, sym__string_content, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118508] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6841), 1, sym__concat, ACTIONS(6554), 6, anon_sym_DOLLAR, anon_sym_DQUOTE, sym__string_content, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118523] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(6783), 1, sym__concat, ACTIONS(6843), 1, anon_sym_LF, ACTIONS(6845), 1, anon_sym_in, STATE(2817), 1, aux_sym_concatenation_repeat1, ACTIONS(6847), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [118544] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1305), 1, sym__concat, ACTIONS(1303), 6, anon_sym_DOLLAR, anon_sym_DQUOTE, sym__string_content, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118559] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6849), 1, anon_sym_LF, ACTIONS(6851), 6, anon_sym_SEMI, anon_sym_esac, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_AMP, [118574] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1277), 1, sym__concat, ACTIONS(1275), 6, anon_sym_DOLLAR, anon_sym_DQUOTE, sym__string_content, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118589] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1309), 1, sym__concat, ACTIONS(1307), 6, anon_sym_DOLLAR, anon_sym_DQUOTE, sym__string_content, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118604] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1321), 1, sym__concat, ACTIONS(1319), 6, anon_sym_DOLLAR, anon_sym_DQUOTE, sym__string_content, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118619] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6853), 1, anon_sym_LF, ACTIONS(6855), 2, anon_sym_SEMI, anon_sym_AMP, ACTIONS(621), 4, anon_sym_esac, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, [118636] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1313), 1, sym__concat, ACTIONS(1311), 6, anon_sym_DOLLAR, anon_sym_DQUOTE, sym__string_content, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118651] = 3, ACTIONS(1291), 1, anon_sym_DOLLAR, ACTIONS(4073), 1, sym_comment, ACTIONS(1293), 5, sym__heredoc_body_middle, sym__heredoc_body_end, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118665] = 3, ACTIONS(1299), 1, anon_sym_DOLLAR, ACTIONS(4073), 1, sym_comment, ACTIONS(1301), 5, sym__heredoc_body_middle, sym__heredoc_body_end, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118679] = 3, ACTIONS(1355), 1, anon_sym_DOLLAR, ACTIONS(4073), 1, sym_comment, ACTIONS(1357), 5, sym__heredoc_body_middle, sym__heredoc_body_end, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118693] = 3, ACTIONS(1343), 1, anon_sym_DOLLAR, ACTIONS(4073), 1, sym_comment, ACTIONS(1345), 5, sym__heredoc_body_middle, sym__heredoc_body_end, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118707] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1321), 2, sym__concat, anon_sym_LF, ACTIONS(1319), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [118721] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1357), 2, sym__concat, anon_sym_LF, ACTIONS(1355), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [118735] = 6, ACTIONS(4073), 1, sym_comment, ACTIONS(6857), 1, anon_sym_fi, ACTIONS(6859), 1, anon_sym_elif, ACTIONS(6861), 1, anon_sym_else, STATE(3458), 1, sym_else_clause, STATE(2916), 2, sym_elif_clause, aux_sym_if_statement_repeat1, [118755] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1453), 2, sym__concat, anon_sym_LF, ACTIONS(1451), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [118769] = 6, ACTIONS(4073), 1, sym_comment, ACTIONS(6859), 1, anon_sym_elif, ACTIONS(6861), 1, anon_sym_else, ACTIONS(6863), 1, anon_sym_fi, STATE(3273), 1, sym_else_clause, STATE(2916), 2, sym_elif_clause, aux_sym_if_statement_repeat1, [118789] = 3, ACTIONS(1323), 1, anon_sym_DOLLAR, ACTIONS(4073), 1, sym_comment, ACTIONS(1325), 5, sym__heredoc_body_middle, sym__heredoc_body_end, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118803] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 2, sym__concat, anon_sym_LF, ACTIONS(1343), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [118817] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1345), 2, sym__concat, anon_sym_LF, ACTIONS(1343), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [118831] = 3, ACTIONS(1319), 1, anon_sym_DOLLAR, ACTIONS(4073), 1, sym_comment, ACTIONS(1321), 5, sym__heredoc_body_middle, sym__heredoc_body_end, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118845] = 3, ACTIONS(1315), 1, anon_sym_DOLLAR, ACTIONS(4073), 1, sym_comment, ACTIONS(1317), 5, sym__heredoc_body_middle, sym__heredoc_body_end, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118859] = 3, ACTIONS(1393), 1, anon_sym_DOLLAR, ACTIONS(4073), 1, sym_comment, ACTIONS(1395), 5, sym__heredoc_body_middle, sym__heredoc_body_end, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118873] = 3, ACTIONS(1311), 1, anon_sym_DOLLAR, ACTIONS(4073), 1, sym_comment, ACTIONS(1313), 5, sym__heredoc_body_middle, sym__heredoc_body_end, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118887] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6865), 1, anon_sym_LF, ACTIONS(6867), 2, anon_sym_SEMI, anon_sym_AMP, ACTIONS(453), 3, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, [118903] = 3, ACTIONS(1397), 1, anon_sym_DOLLAR, ACTIONS(4073), 1, sym_comment, ACTIONS(1399), 5, sym__heredoc_body_middle, sym__heredoc_body_end, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118917] = 3, ACTIONS(1307), 1, anon_sym_DOLLAR, ACTIONS(4073), 1, sym_comment, ACTIONS(1309), 5, sym__heredoc_body_middle, sym__heredoc_body_end, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118931] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1227), 2, sym__concat, anon_sym_LF, ACTIONS(1225), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [118945] = 3, ACTIONS(1303), 1, anon_sym_DOLLAR, ACTIONS(4073), 1, sym_comment, ACTIONS(1305), 5, sym__heredoc_body_middle, sym__heredoc_body_end, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118959] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6869), 6, anon_sym_DOLLAR, anon_sym_DQUOTE, sym__string_content, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118971] = 3, ACTIONS(1295), 1, anon_sym_DOLLAR, ACTIONS(4073), 1, sym_comment, ACTIONS(1297), 5, sym__heredoc_body_middle, sym__heredoc_body_end, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118985] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6554), 6, anon_sym_DOLLAR, anon_sym_DQUOTE, sym__string_content, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [118997] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1457), 2, sym__concat, anon_sym_LF, ACTIONS(1455), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [119011] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1443), 2, sym__concat, anon_sym_LF, ACTIONS(1441), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [119025] = 6, ACTIONS(4073), 1, sym_comment, ACTIONS(6859), 1, anon_sym_elif, ACTIONS(6861), 1, anon_sym_else, ACTIONS(6871), 1, anon_sym_fi, STATE(3379), 1, sym_else_clause, STATE(2916), 2, sym_elif_clause, aux_sym_if_statement_repeat1, [119045] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1325), 2, sym__concat, anon_sym_LF, ACTIONS(1323), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [119059] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1349), 2, sym__concat, anon_sym_LF, ACTIONS(1347), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [119073] = 3, ACTIONS(1347), 1, anon_sym_DOLLAR, ACTIONS(4073), 1, sym_comment, ACTIONS(1349), 5, sym__heredoc_body_middle, sym__heredoc_body_end, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [119087] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6849), 1, anon_sym_LF, ACTIONS(6851), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_BQUOTE, anon_sym_AMP, [119101] = 3, ACTIONS(1287), 1, anon_sym_DOLLAR, ACTIONS(4073), 1, sym_comment, ACTIONS(1289), 5, sym__heredoc_body_middle, sym__heredoc_body_end, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [119115] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1317), 2, sym__concat, anon_sym_LF, ACTIONS(1315), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [119129] = 3, ACTIONS(1283), 1, anon_sym_DOLLAR, ACTIONS(4073), 1, sym_comment, ACTIONS(1285), 5, sym__heredoc_body_middle, sym__heredoc_body_end, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [119143] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1399), 2, sym__concat, anon_sym_LF, ACTIONS(1397), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [119157] = 3, ACTIONS(1343), 1, anon_sym_DOLLAR, ACTIONS(4073), 1, sym_comment, ACTIONS(1345), 5, sym__heredoc_body_middle, sym__heredoc_body_end, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [119171] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6833), 1, anon_sym_LF, ACTIONS(6835), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_BQUOTE, anon_sym_AMP, [119185] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6873), 1, anon_sym_LF, ACTIONS(6875), 2, anon_sym_SEMI, anon_sym_AMP, ACTIONS(621), 3, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, [119201] = 3, ACTIONS(1383), 1, anon_sym_DOLLAR, ACTIONS(4073), 1, sym_comment, ACTIONS(1385), 5, sym__heredoc_body_middle, sym__heredoc_body_end, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [119215] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1305), 2, sym__concat, anon_sym_LF, ACTIONS(1303), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [119229] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1313), 2, sym__concat, anon_sym_LF, ACTIONS(1311), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [119243] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1309), 2, sym__concat, anon_sym_LF, ACTIONS(1307), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [119257] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1301), 2, sym__concat, anon_sym_LF, ACTIONS(1299), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [119271] = 3, ACTIONS(1279), 1, anon_sym_DOLLAR, ACTIONS(4073), 1, sym_comment, ACTIONS(1281), 5, sym__heredoc_body_middle, sym__heredoc_body_end, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [119285] = 3, ACTIONS(1275), 1, anon_sym_DOLLAR, ACTIONS(4073), 1, sym_comment, ACTIONS(1277), 5, sym__heredoc_body_middle, sym__heredoc_body_end, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, [119299] = 6, ACTIONS(4073), 1, sym_comment, ACTIONS(6859), 1, anon_sym_elif, ACTIONS(6861), 1, anon_sym_else, ACTIONS(6877), 1, anon_sym_fi, STATE(3296), 1, sym_else_clause, STATE(2916), 2, sym_elif_clause, aux_sym_if_statement_repeat1, [119319] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1297), 2, sym__concat, anon_sym_LF, ACTIONS(1295), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [119333] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1293), 2, sym__concat, anon_sym_LF, ACTIONS(1291), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [119347] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1289), 2, sym__concat, anon_sym_LF, ACTIONS(1287), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [119361] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1285), 2, sym__concat, anon_sym_LF, ACTIONS(1283), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [119375] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1249), 1, anon_sym_LF, ACTIONS(1247), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, sym__special_character, anon_sym_AMP, [119389] = 6, ACTIONS(4073), 1, sym_comment, ACTIONS(6859), 1, anon_sym_elif, ACTIONS(6861), 1, anon_sym_else, ACTIONS(6879), 1, anon_sym_fi, STATE(3353), 1, sym_else_clause, STATE(2916), 2, sym_elif_clause, aux_sym_if_statement_repeat1, [119409] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1281), 2, sym__concat, anon_sym_LF, ACTIONS(1279), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [119423] = 6, ACTIONS(4073), 1, sym_comment, ACTIONS(6859), 1, anon_sym_elif, ACTIONS(6861), 1, anon_sym_else, ACTIONS(6881), 1, anon_sym_fi, STATE(3418), 1, sym_else_clause, STATE(2916), 2, sym_elif_clause, aux_sym_if_statement_repeat1, [119443] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6821), 1, anon_sym_LF, ACTIONS(6823), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_SEMI_SEMI, anon_sym_BQUOTE, anon_sym_AMP, [119457] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1277), 2, sym__concat, anon_sym_LF, ACTIONS(1275), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [119471] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1395), 2, sym__concat, anon_sym_LF, ACTIONS(1393), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [119485] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1449), 2, sym__concat, anon_sym_LF, ACTIONS(1447), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [119499] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1265), 2, sym__concat, anon_sym_LF, ACTIONS(1263), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [119513] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1385), 2, sym__concat, anon_sym_LF, ACTIONS(1383), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [119527] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(6763), 1, anon_sym_LBRACE, ACTIONS(6883), 1, anon_sym_SEMI, ACTIONS(6885), 1, anon_sym_do, STATE(2019), 2, sym_do_group, sym_compound_statement, [119544] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(453), 1, anon_sym_BQUOTE, ACTIONS(6887), 1, anon_sym_LF, ACTIONS(6889), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [119559] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(621), 1, anon_sym_RPAREN, ACTIONS(6873), 1, anon_sym_LF, ACTIONS(6875), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [119574] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6806), 1, anon_sym_LF, ACTIONS(6808), 1, anon_sym_in, ACTIONS(6810), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [119589] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(6741), 1, anon_sym_LBRACE, ACTIONS(6891), 1, anon_sym_SEMI, ACTIONS(6893), 1, anon_sym_do, STATE(2170), 2, sym_do_group, sym_compound_statement, [119606] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(453), 1, anon_sym_RPAREN, ACTIONS(6865), 1, anon_sym_LF, ACTIONS(6867), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [119621] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6843), 1, anon_sym_LF, ACTIONS(6845), 1, anon_sym_in, ACTIONS(6847), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [119636] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6895), 1, anon_sym_LF, ACTIONS(6897), 1, anon_sym_in, ACTIONS(6899), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [119651] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6815), 1, anon_sym_LF, ACTIONS(6817), 1, anon_sym_in, ACTIONS(6819), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [119666] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(6741), 1, anon_sym_LBRACE, ACTIONS(6893), 1, anon_sym_do, ACTIONS(6901), 1, anon_sym_SEMI, STATE(2126), 2, sym_do_group, sym_compound_statement, [119683] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(6747), 1, anon_sym_LBRACE, ACTIONS(6903), 1, anon_sym_SEMI, ACTIONS(6905), 1, anon_sym_do, STATE(1775), 2, sym_do_group, sym_compound_statement, [119700] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(6741), 1, anon_sym_LBRACE, ACTIONS(6893), 1, anon_sym_do, ACTIONS(6907), 1, anon_sym_SEMI, STATE(2147), 2, sym_do_group, sym_compound_statement, [119717] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(6741), 1, anon_sym_LBRACE, ACTIONS(6893), 1, anon_sym_do, ACTIONS(6909), 1, anon_sym_SEMI, STATE(2181), 2, sym_do_group, sym_compound_statement, [119734] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(6741), 1, anon_sym_LBRACE, ACTIONS(6893), 1, anon_sym_do, ACTIONS(6911), 1, anon_sym_SEMI, STATE(2176), 2, sym_do_group, sym_compound_statement, [119751] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(6747), 1, anon_sym_LBRACE, ACTIONS(6905), 1, anon_sym_do, ACTIONS(6913), 1, anon_sym_SEMI, STATE(1781), 2, sym_do_group, sym_compound_statement, [119768] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(6747), 1, anon_sym_LBRACE, ACTIONS(6905), 1, anon_sym_do, ACTIONS(6915), 1, anon_sym_SEMI, STATE(1782), 2, sym_do_group, sym_compound_statement, [119785] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(6741), 1, anon_sym_LBRACE, ACTIONS(6893), 1, anon_sym_do, ACTIONS(6917), 1, anon_sym_SEMI, STATE(2175), 2, sym_do_group, sym_compound_statement, [119802] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(6747), 1, anon_sym_LBRACE, ACTIONS(6905), 1, anon_sym_do, ACTIONS(6919), 1, anon_sym_SEMI, STATE(1784), 2, sym_do_group, sym_compound_statement, [119819] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6821), 2, ts_builtin_sym_end, anon_sym_LF, ACTIONS(6823), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [119832] = 6, ACTIONS(4073), 1, sym_comment, ACTIONS(4297), 1, sym__concat, ACTIONS(6921), 1, anon_sym_PIPE, ACTIONS(6923), 1, anon_sym_RPAREN, STATE(2970), 1, aux_sym_concatenation_repeat1, STATE(3011), 1, aux_sym_case_item_repeat1, [119851] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(6747), 1, anon_sym_LBRACE, ACTIONS(6905), 1, anon_sym_do, ACTIONS(6925), 1, anon_sym_SEMI, STATE(1790), 2, sym_do_group, sym_compound_statement, [119868] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6929), 1, anon_sym_elif, ACTIONS(6927), 2, anon_sym_fi, anon_sym_else, STATE(2916), 2, sym_elif_clause, aux_sym_if_statement_repeat1, [119883] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(6747), 1, anon_sym_LBRACE, ACTIONS(6905), 1, anon_sym_do, ACTIONS(6932), 1, anon_sym_SEMI, STATE(1791), 2, sym_do_group, sym_compound_statement, [119900] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(6747), 1, anon_sym_LBRACE, ACTIONS(6905), 1, anon_sym_do, ACTIONS(6934), 1, anon_sym_SEMI, STATE(1792), 2, sym_do_group, sym_compound_statement, [119917] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(6741), 1, anon_sym_LBRACE, ACTIONS(6893), 1, anon_sym_do, ACTIONS(6936), 1, anon_sym_SEMI, STATE(2128), 2, sym_do_group, sym_compound_statement, [119934] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(6741), 1, anon_sym_LBRACE, ACTIONS(6893), 1, anon_sym_do, ACTIONS(6938), 1, anon_sym_SEMI, STATE(2163), 2, sym_do_group, sym_compound_statement, [119951] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1153), 1, ts_builtin_sym_end, ACTIONS(6940), 1, anon_sym_LF, ACTIONS(6942), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [119966] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6849), 2, ts_builtin_sym_end, anon_sym_LF, ACTIONS(6851), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [119979] = 6, ACTIONS(4073), 1, sym_comment, ACTIONS(4297), 1, sym__concat, ACTIONS(6921), 1, anon_sym_PIPE, ACTIONS(6944), 1, anon_sym_RPAREN, STATE(2970), 1, aux_sym_concatenation_repeat1, STATE(3138), 1, aux_sym_case_item_repeat1, [119998] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6946), 1, anon_sym_LF, ACTIONS(6948), 1, anon_sym_in, ACTIONS(6950), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [120013] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(6747), 1, anon_sym_LBRACE, ACTIONS(6905), 1, anon_sym_do, ACTIONS(6952), 1, anon_sym_SEMI, STATE(1799), 2, sym_do_group, sym_compound_statement, [120030] = 6, ACTIONS(4073), 1, sym_comment, ACTIONS(4652), 1, sym__special_character, ACTIONS(6921), 1, anon_sym_PIPE, ACTIONS(6954), 1, anon_sym_RPAREN, STATE(1909), 1, aux_sym__literal_repeat1, STATE(3140), 1, aux_sym_case_item_repeat1, [120049] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(4297), 1, sym__concat, STATE(2970), 1, aux_sym_concatenation_repeat1, ACTIONS(1249), 3, anon_sym_PIPE, anon_sym_RPAREN, sym__special_character, [120064] = 6, ACTIONS(4073), 1, sym_comment, ACTIONS(4652), 1, sym__special_character, ACTIONS(6921), 1, anon_sym_PIPE, ACTIONS(6956), 1, anon_sym_RPAREN, STATE(1909), 1, aux_sym__literal_repeat1, STATE(3009), 1, aux_sym_case_item_repeat1, [120083] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(726), 1, ts_builtin_sym_end, ACTIONS(6958), 1, anon_sym_LF, ACTIONS(6960), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [120098] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6833), 2, ts_builtin_sym_end, anon_sym_LF, ACTIONS(6835), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [120111] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(6763), 1, anon_sym_LBRACE, ACTIONS(6885), 1, anon_sym_do, ACTIONS(6962), 1, anon_sym_SEMI, STATE(1962), 2, sym_do_group, sym_compound_statement, [120128] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(6763), 1, anon_sym_LBRACE, ACTIONS(6885), 1, anon_sym_do, ACTIONS(6964), 1, anon_sym_SEMI, STATE(2014), 2, sym_do_group, sym_compound_statement, [120145] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(6763), 1, anon_sym_LBRACE, ACTIONS(6885), 1, anon_sym_do, ACTIONS(6966), 1, anon_sym_SEMI, STATE(2021), 2, sym_do_group, sym_compound_statement, [120162] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(6763), 1, anon_sym_LBRACE, ACTIONS(6885), 1, anon_sym_do, ACTIONS(6968), 1, anon_sym_SEMI, STATE(2071), 2, sym_do_group, sym_compound_statement, [120179] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(6763), 1, anon_sym_LBRACE, ACTIONS(6885), 1, anon_sym_do, ACTIONS(6970), 1, anon_sym_SEMI, STATE(2060), 2, sym_do_group, sym_compound_statement, [120196] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(6763), 1, anon_sym_LBRACE, ACTIONS(6885), 1, anon_sym_do, ACTIONS(6972), 1, anon_sym_SEMI, STATE(2059), 2, sym_do_group, sym_compound_statement, [120213] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6974), 1, anon_sym_LF, ACTIONS(6976), 1, anon_sym_in, ACTIONS(6978), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [120228] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(621), 1, anon_sym_BQUOTE, ACTIONS(6980), 1, anon_sym_LF, ACTIONS(6982), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [120243] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(6763), 1, anon_sym_LBRACE, ACTIONS(6885), 1, anon_sym_do, ACTIONS(6984), 1, anon_sym_SEMI, STATE(2045), 2, sym_do_group, sym_compound_statement, [120260] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6986), 1, anon_sym_LF, ACTIONS(6988), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [120272] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6741), 1, anon_sym_LBRACE, ACTIONS(6893), 1, anon_sym_do, STATE(2136), 2, sym_do_group, sym_compound_statement, [120286] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6763), 1, anon_sym_LBRACE, ACTIONS(6885), 1, anon_sym_do, STATE(2042), 2, sym_do_group, sym_compound_statement, [120300] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6763), 1, anon_sym_LBRACE, ACTIONS(6885), 1, anon_sym_do, STATE(2047), 2, sym_do_group, sym_compound_statement, [120314] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6763), 1, anon_sym_LBRACE, ACTIONS(6885), 1, anon_sym_do, STATE(2049), 2, sym_do_group, sym_compound_statement, [120328] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6741), 1, anon_sym_LBRACE, ACTIONS(6893), 1, anon_sym_do, STATE(2146), 2, sym_do_group, sym_compound_statement, [120342] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6741), 1, anon_sym_LBRACE, ACTIONS(6893), 1, anon_sym_do, STATE(2123), 2, sym_do_group, sym_compound_statement, [120356] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6763), 1, anon_sym_LBRACE, ACTIONS(6885), 1, anon_sym_do, STATE(2051), 2, sym_do_group, sym_compound_statement, [120370] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6990), 1, anon_sym_LF, ACTIONS(6992), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [120382] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(6994), 1, anon_sym_LF, ACTIONS(6996), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [120394] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6763), 1, anon_sym_LBRACE, ACTIONS(6885), 1, anon_sym_do, STATE(1935), 2, sym_do_group, sym_compound_statement, [120408] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6741), 1, anon_sym_LBRACE, ACTIONS(6893), 1, anon_sym_do, STATE(2153), 2, sym_do_group, sym_compound_statement, [120422] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6763), 1, anon_sym_LBRACE, ACTIONS(6885), 1, anon_sym_do, STATE(2078), 2, sym_do_group, sym_compound_statement, [120436] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6763), 1, anon_sym_LBRACE, ACTIONS(6885), 1, anon_sym_do, STATE(2079), 2, sym_do_group, sym_compound_statement, [120450] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(6998), 1, anon_sym_esac, ACTIONS(7000), 1, anon_sym_SEMI_SEMI, ACTIONS(7002), 1, anon_sym_SEMI_AMP, ACTIONS(7004), 1, anon_sym_SEMI_SEMI_AMP, [120466] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6747), 1, anon_sym_LBRACE, ACTIONS(6905), 1, anon_sym_do, STATE(1774), 2, sym_do_group, sym_compound_statement, [120480] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7006), 1, anon_sym_LF, ACTIONS(7008), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [120492] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6763), 1, anon_sym_LBRACE, ACTIONS(6885), 1, anon_sym_do, STATE(1994), 2, sym_do_group, sym_compound_statement, [120506] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(7010), 1, anon_sym_esac, ACTIONS(7012), 1, anon_sym_SEMI_SEMI, ACTIONS(7014), 1, anon_sym_SEMI_AMP, ACTIONS(7016), 1, anon_sym_SEMI_SEMI_AMP, [120522] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7018), 1, anon_sym_LF, ACTIONS(7020), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [120534] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7022), 1, anon_sym_LF, ACTIONS(7024), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [120546] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7026), 1, anon_sym_LF, ACTIONS(7028), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [120558] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(7030), 1, anon_sym_RBRACK, ACTIONS(7032), 1, sym__special_character, ACTIONS(7034), 1, sym__concat, STATE(2964), 1, aux_sym__literal_repeat1, [120574] = 4, ACTIONS(1247), 1, sym__special_character, ACTIONS(4073), 1, sym_comment, STATE(3101), 1, aux_sym_concatenation_repeat1, ACTIONS(1249), 2, sym__concat, anon_sym_RBRACK, [120588] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7036), 1, sym__special_character, STATE(2964), 1, aux_sym__literal_repeat1, ACTIONS(1369), 2, sym__concat, anon_sym_RBRACK, [120602] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(6998), 1, anon_sym_esac, ACTIONS(7039), 1, anon_sym_SEMI_SEMI, ACTIONS(7041), 1, anon_sym_SEMI_AMP, ACTIONS(7043), 1, anon_sym_SEMI_SEMI_AMP, [120618] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7045), 1, anon_sym_LF, ACTIONS(7047), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [120630] = 5, ACTIONS(1247), 1, sym__special_character, ACTIONS(1249), 1, anon_sym_RBRACE, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, STATE(3066), 1, aux_sym_concatenation_repeat1, [120646] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7051), 1, anon_sym_LF, ACTIONS(7053), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [120658] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7055), 1, anon_sym_esac, ACTIONS(7057), 1, anon_sym_SEMI_SEMI, ACTIONS(7059), 2, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, [120672] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7061), 1, sym__concat, STATE(2004), 1, aux_sym_concatenation_repeat1, ACTIONS(1221), 2, anon_sym_PIPE, anon_sym_RPAREN, [120686] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7063), 1, anon_sym_LF, ACTIONS(7065), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [120698] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7067), 1, anon_sym_LF, ACTIONS(7069), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [120710] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7071), 1, anon_sym_LF, ACTIONS(7073), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [120722] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7075), 1, anon_sym_esac, ACTIONS(7077), 1, anon_sym_SEMI_SEMI, ACTIONS(7079), 2, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, [120736] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7081), 1, anon_sym_LF, ACTIONS(7083), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [120748] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7085), 1, anon_sym_LF, ACTIONS(7087), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [120760] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7089), 1, anon_sym_LF, ACTIONS(7091), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [120772] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7093), 1, anon_sym_LF, ACTIONS(7095), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [120784] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6747), 1, anon_sym_LBRACE, ACTIONS(6905), 1, anon_sym_do, STATE(1793), 2, sym_do_group, sym_compound_statement, [120798] = 5, ACTIONS(4073), 1, sym_comment, ACTIONS(7032), 1, sym__special_character, ACTIONS(7097), 1, anon_sym_RBRACK, ACTIONS(7099), 1, sym__concat, STATE(2964), 1, aux_sym__literal_repeat1, [120814] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(4652), 1, sym__special_character, STATE(1909), 1, aux_sym__literal_repeat1, ACTIONS(7101), 2, anon_sym_PIPE, anon_sym_RPAREN, [120828] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6747), 1, anon_sym_LBRACE, ACTIONS(6905), 1, anon_sym_do, STATE(1786), 2, sym_do_group, sym_compound_statement, [120842] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(4297), 1, sym__concat, STATE(2970), 1, aux_sym_concatenation_repeat1, ACTIONS(7103), 2, anon_sym_PIPE, anon_sym_RPAREN, [120856] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6741), 1, anon_sym_LBRACE, ACTIONS(6893), 1, anon_sym_do, STATE(2165), 2, sym_do_group, sym_compound_statement, [120870] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6747), 1, anon_sym_LBRACE, ACTIONS(6905), 1, anon_sym_do, STATE(1785), 2, sym_do_group, sym_compound_statement, [120884] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6747), 1, anon_sym_LBRACE, ACTIONS(6905), 1, anon_sym_do, STATE(1783), 2, sym_do_group, sym_compound_statement, [120898] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6741), 1, anon_sym_LBRACE, ACTIONS(6893), 1, anon_sym_do, STATE(2168), 2, sym_do_group, sym_compound_statement, [120912] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6747), 1, anon_sym_LBRACE, ACTIONS(6905), 1, anon_sym_do, STATE(1778), 2, sym_do_group, sym_compound_statement, [120926] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6741), 1, anon_sym_LBRACE, ACTIONS(6893), 1, anon_sym_do, STATE(2187), 2, sym_do_group, sym_compound_statement, [120940] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7105), 1, anon_sym_LF, ACTIONS(7107), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, [120952] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6747), 1, anon_sym_LBRACE, ACTIONS(6905), 1, anon_sym_do, STATE(1777), 2, sym_do_group, sym_compound_statement, [120966] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6747), 1, anon_sym_LBRACE, ACTIONS(6905), 1, anon_sym_do, STATE(1776), 2, sym_do_group, sym_compound_statement, [120980] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6741), 1, anon_sym_LBRACE, ACTIONS(6893), 1, anon_sym_do, STATE(2149), 2, sym_do_group, sym_compound_statement, [120994] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7109), 1, anon_sym_RBRACE, ACTIONS(7111), 1, sym__special_character, STATE(3150), 1, aux_sym__literal_repeat1, [121007] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7113), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [121020] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7115), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [121033] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7117), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [121046] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7119), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [121059] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7121), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [121072] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7123), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [121085] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7125), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [121098] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7127), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [121111] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7129), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [121124] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7131), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [121137] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7133), 1, anon_sym_LBRACK, ACTIONS(7135), 2, anon_sym_EQ, anon_sym_PLUS_EQ, [121148] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7137), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [121161] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7139), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [121174] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7141), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [121187] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6921), 1, anon_sym_PIPE, ACTIONS(7143), 1, anon_sym_RPAREN, STATE(3076), 1, aux_sym_case_item_repeat1, [121200] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6921), 1, anon_sym_PIPE, ACTIONS(7145), 1, anon_sym_RPAREN, STATE(3076), 1, aux_sym_case_item_repeat1, [121213] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6921), 1, anon_sym_PIPE, ACTIONS(7147), 1, anon_sym_RPAREN, STATE(3076), 1, aux_sym_case_item_repeat1, [121226] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7149), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [121239] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7151), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [121252] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7153), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [121265] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7155), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [121278] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7157), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [121291] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7159), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [121304] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7161), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [121317] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7163), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [121330] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7165), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [121343] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7167), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [121356] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7169), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [121369] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7171), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [121382] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7173), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [121395] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7175), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [121408] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7177), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [121421] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7179), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [121434] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7181), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [121447] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7183), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [121460] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7185), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [121473] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7187), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [121486] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7189), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [121499] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7191), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [121512] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7193), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [121525] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7195), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [121538] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6921), 1, anon_sym_PIPE, ACTIONS(6923), 1, anon_sym_RPAREN, STATE(3010), 1, aux_sym_case_item_repeat1, [121551] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7197), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [121564] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7199), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [121577] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7201), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [121590] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7203), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [121603] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7205), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [121616] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7207), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [121629] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7209), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [121642] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7211), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [121655] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7213), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [121668] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7215), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [121681] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7217), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [121694] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7219), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [121707] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7221), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [121720] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7223), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [121733] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7227), 1, sym__concat, ACTIONS(7225), 2, anon_sym_EQ, anon_sym_PLUS_EQ, [121744] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7229), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [121757] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7231), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [121770] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7233), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [121783] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7235), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [121796] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7239), 1, sym__concat, ACTIONS(7237), 2, anon_sym_EQ, anon_sym_PLUS_EQ, [121807] = 4, ACTIONS(1227), 1, anon_sym_RBRACE, ACTIONS(4073), 1, sym_comment, ACTIONS(7241), 1, sym__concat, STATE(3057), 1, aux_sym_concatenation_repeat1, [121820] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7014), 1, anon_sym_SEMI_AMP, ACTIONS(7016), 1, anon_sym_SEMI_SEMI_AMP, ACTIONS(7244), 1, anon_sym_SEMI_SEMI, [121833] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7133), 1, anon_sym_LBRACK, ACTIONS(7246), 2, anon_sym_EQ, anon_sym_PLUS_EQ, [121844] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7133), 1, anon_sym_LBRACK, ACTIONS(7248), 2, anon_sym_EQ, anon_sym_PLUS_EQ, [121855] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7002), 1, anon_sym_SEMI_AMP, ACTIONS(7004), 1, anon_sym_SEMI_SEMI_AMP, ACTIONS(7250), 1, anon_sym_SEMI_SEMI, [121868] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7252), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [121881] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7133), 1, anon_sym_LBRACK, ACTIONS(7254), 2, anon_sym_EQ, anon_sym_PLUS_EQ, [121892] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7256), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [121905] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7258), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [121918] = 4, ACTIONS(1221), 1, anon_sym_RBRACE, ACTIONS(4073), 1, sym_comment, ACTIONS(7260), 1, sym__concat, STATE(3057), 1, aux_sym_concatenation_repeat1, [121931] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7262), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [121944] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7133), 1, anon_sym_LBRACK, ACTIONS(7264), 2, anon_sym_EQ, anon_sym_PLUS_EQ, [121955] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7266), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [121968] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7268), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [121981] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7270), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [121994] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7272), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [122007] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7274), 1, anon_sym_RBRACK, ACTIONS(7276), 1, sym__concat, STATE(3101), 1, aux_sym_concatenation_repeat1, [122020] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7278), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [122033] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7280), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [122046] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7282), 1, anon_sym_PIPE, ACTIONS(7285), 1, anon_sym_RPAREN, STATE(3076), 1, aux_sym_case_item_repeat1, [122059] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7133), 1, anon_sym_LBRACK, ACTIONS(7287), 2, anon_sym_EQ, anon_sym_PLUS_EQ, [122070] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7289), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [122083] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7291), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [122096] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7293), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [122109] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7297), 1, sym__concat, ACTIONS(7295), 2, anon_sym_EQ, anon_sym_PLUS_EQ, [122120] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7133), 1, anon_sym_LBRACK, ACTIONS(7299), 2, anon_sym_EQ, anon_sym_PLUS_EQ, [122131] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7301), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [122144] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7041), 1, anon_sym_SEMI_AMP, ACTIONS(7043), 1, anon_sym_SEMI_SEMI_AMP, ACTIONS(7303), 1, anon_sym_SEMI_SEMI, [122157] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7305), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [122170] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7307), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [122183] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7309), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [122196] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7311), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [122209] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7313), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [122222] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6921), 1, anon_sym_PIPE, ACTIONS(6944), 1, anon_sym_RPAREN, STATE(3139), 1, aux_sym_case_item_repeat1, [122235] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7315), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [122248] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7317), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [122261] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7319), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [122274] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7321), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [122287] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7323), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [122300] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7325), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [122313] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7327), 1, anon_sym_SEMI_SEMI, ACTIONS(7059), 2, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, [122324] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7329), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [122337] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7331), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [122350] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7133), 1, anon_sym_LBRACK, ACTIONS(7333), 2, anon_sym_EQ, anon_sym_PLUS_EQ, [122361] = 4, ACTIONS(1221), 1, anon_sym_RBRACK, ACTIONS(4073), 1, sym_comment, ACTIONS(7335), 1, sym__concat, STATE(2185), 1, aux_sym_concatenation_repeat1, [122374] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7337), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [122387] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7339), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [122400] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7341), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [122413] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7343), 1, anon_sym_SEMI_SEMI, ACTIONS(7079), 2, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, [122424] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7345), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [122437] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7347), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [122450] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7349), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [122463] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7351), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [122476] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7133), 1, anon_sym_LBRACK, ACTIONS(7353), 2, anon_sym_EQ, anon_sym_PLUS_EQ, [122487] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7355), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [122500] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7357), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [122513] = 3, ACTIONS(1247), 1, sym__special_character, ACTIONS(4073), 1, sym_comment, ACTIONS(1249), 2, sym__concat, anon_sym_RBRACK, [122524] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7359), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [122537] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7361), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [122550] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7363), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [122563] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7365), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [122576] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7367), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [122589] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7371), 1, sym__concat, ACTIONS(7369), 2, anon_sym_EQ, anon_sym_PLUS_EQ, [122600] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7373), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [122613] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7375), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [122626] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7377), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [122639] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7379), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [122652] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7381), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [122665] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7383), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [122678] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7385), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [122691] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7387), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [122704] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7389), 1, anon_sym_RBRACK, ACTIONS(7391), 1, sym__concat, STATE(3101), 1, aux_sym_concatenation_repeat1, [122717] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7393), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [122730] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7395), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [122743] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7397), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [122756] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7399), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [122769] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7401), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [122782] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7403), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [122795] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7405), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [122808] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7407), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [122821] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7409), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [122834] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6921), 1, anon_sym_PIPE, ACTIONS(7411), 1, anon_sym_RPAREN, STATE(3076), 1, aux_sym_case_item_repeat1, [122847] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6921), 1, anon_sym_PIPE, ACTIONS(7413), 1, anon_sym_RPAREN, STATE(3076), 1, aux_sym_case_item_repeat1, [122860] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(6921), 1, anon_sym_PIPE, ACTIONS(7415), 1, anon_sym_RPAREN, STATE(3076), 1, aux_sym_case_item_repeat1, [122873] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7417), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [122886] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7419), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [122899] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7421), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [122912] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7423), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [122925] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7425), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [122938] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7427), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [122951] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7429), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [122964] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7431), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [122977] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7111), 1, sym__special_character, ACTIONS(7433), 1, anon_sym_RBRACE, STATE(3150), 1, aux_sym__literal_repeat1, [122990] = 4, ACTIONS(1369), 1, anon_sym_RBRACE, ACTIONS(4073), 1, sym_comment, ACTIONS(7435), 1, sym__special_character, STATE(3150), 1, aux_sym__literal_repeat1, [123003] = 4, ACTIONS(4073), 1, sym_comment, ACTIONS(7049), 1, sym__concat, ACTIONS(7438), 1, anon_sym_RBRACE, STATE(3066), 1, aux_sym_concatenation_repeat1, [123016] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7442), 1, anon_sym_EQ, [123026] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(1309), 2, sym__concat, anon_sym_RBRACE, [123034] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(1385), 2, sym__concat, anon_sym_RBRACE, [123042] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(1395), 2, sym__concat, anon_sym_RBRACE, [123050] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7444), 1, anon_sym_LPAREN_LPAREN, ACTIONS(7446), 1, aux_sym__simple_variable_name_token1, [123060] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(1399), 2, sym__concat, anon_sym_RBRACE, [123068] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7448), 2, anon_sym_EQ, anon_sym_PLUS_EQ, [123076] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7450), 2, anon_sym_EQ, anon_sym_PLUS_EQ, [123084] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(1443), 2, sym__concat, anon_sym_RBRACE, [123092] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7452), 1, anon_sym_LPAREN_LPAREN, ACTIONS(7454), 1, aux_sym__simple_variable_name_token1, [123102] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7456), 1, anon_sym_LPAREN_LPAREN, ACTIONS(7458), 1, aux_sym__simple_variable_name_token1, [123112] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7460), 1, anon_sym_EQ, [123122] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7462), 1, anon_sym_EQ, [123132] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7464), 1, anon_sym_EQ, [123142] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7466), 1, anon_sym_EQ, [123152] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7468), 1, anon_sym_EQ, [123162] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7470), 1, anon_sym_EQ, [123172] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(6885), 1, anon_sym_do, STATE(1963), 1, sym_do_group, [123182] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7472), 1, anon_sym_EQ, [123192] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7474), 1, anon_sym_EQ, [123202] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7476), 1, anon_sym_EQ, [123212] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7478), 1, anon_sym_EQ, [123222] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7480), 1, anon_sym_EQ, [123232] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7482), 1, anon_sym_EQ, [123242] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7135), 2, anon_sym_EQ, anon_sym_PLUS_EQ, [123250] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7484), 1, anon_sym_EQ, [123260] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7486), 1, anon_sym_EQ, [123270] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7488), 1, anon_sym_EQ, [123280] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7490), 1, anon_sym_EQ, [123290] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(1449), 2, sym__concat, anon_sym_RBRACE, [123298] = 3, ACTIONS(1247), 1, sym__special_character, ACTIONS(1249), 1, anon_sym_RBRACE, ACTIONS(4073), 1, sym_comment, [123308] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7492), 1, anon_sym_EQ, [123318] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7494), 1, anon_sym_EQ, [123328] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7496), 1, anon_sym_EQ, [123338] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7498), 1, anon_sym_EQ, [123348] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7500), 1, anon_sym_EQ, [123358] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7502), 1, anon_sym_EQ, [123368] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(6893), 1, anon_sym_do, STATE(2082), 1, sym_do_group, [123378] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7504), 1, anon_sym_EQ, [123388] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7506), 1, anon_sym_EQ, [123398] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7508), 1, anon_sym_EQ, [123408] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7510), 1, anon_sym_EQ, [123418] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(6885), 1, anon_sym_do, STATE(2012), 1, sym_do_group, [123428] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7389), 1, anon_sym_RBRACK, ACTIONS(7512), 1, sym__concat, [123438] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7103), 2, anon_sym_PIPE, anon_sym_RPAREN, [123446] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7514), 1, anon_sym_EQ, [123456] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7516), 1, anon_sym_EQ, [123466] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7518), 1, anon_sym_EQ, [123476] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7520), 1, anon_sym_EQ, [123486] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7522), 1, anon_sym_EQ, [123496] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(1357), 2, sym__concat, anon_sym_RBRACE, [123504] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(1289), 2, sym__concat, anon_sym_RBRACE, [123512] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(1285), 2, sym__concat, anon_sym_RBRACE, [123520] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(1281), 2, sym__concat, anon_sym_RBRACE, [123528] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7524), 1, anon_sym_EQ, [123538] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(1277), 2, sym__concat, anon_sym_RBRACE, [123546] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(6893), 1, anon_sym_do, STATE(2130), 1, sym_do_group, [123556] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7526), 1, anon_sym_EQ, [123566] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7528), 1, anon_sym_EQ, [123576] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7225), 2, anon_sym_EQ, anon_sym_PLUS_EQ, [123584] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7530), 1, anon_sym_EQ, [123594] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7532), 1, anon_sym_EQ, [123604] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7534), 1, anon_sym_EQ, [123614] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(6893), 1, anon_sym_do, STATE(2098), 1, sym_do_group, [123624] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7353), 2, anon_sym_EQ, anon_sym_PLUS_EQ, [123632] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7536), 1, anon_sym_EQ, [123642] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7538), 1, anon_sym_EQ, [123652] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(6905), 1, anon_sym_do, STATE(1897), 1, sym_do_group, [123662] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7540), 1, anon_sym_EQ, [123672] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7542), 1, anon_sym_EQ, [123682] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7544), 1, anon_sym_EQ, [123692] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7546), 1, anon_sym_EQ, [123702] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(1453), 2, sym__concat, anon_sym_RBRACE, [123710] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7548), 1, anon_sym_EQ, [123720] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(1349), 2, sym__concat, anon_sym_RBRACE, [123728] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7550), 1, anon_sym_EQ, [123738] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7552), 1, anon_sym_EQ, [123748] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7237), 2, anon_sym_EQ, anon_sym_PLUS_EQ, [123756] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7554), 1, anon_sym_EQ, [123766] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(1345), 2, sym__concat, anon_sym_RBRACE, [123774] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(1345), 2, sym__concat, anon_sym_RBRACE, [123782] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7556), 1, anon_sym_EQ, [123792] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7246), 2, anon_sym_EQ, anon_sym_PLUS_EQ, [123800] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7558), 1, anon_sym_EQ, [123810] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7560), 1, anon_sym_EQ, [123820] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7248), 2, anon_sym_EQ, anon_sym_PLUS_EQ, [123828] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(1293), 2, sym__concat, anon_sym_RBRACE, [123836] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(1227), 2, sym__concat, anon_sym_RBRACE, [123844] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(1265), 2, sym__concat, anon_sym_RBRACE, [123852] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7562), 1, anon_sym_EQ, [123862] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(6905), 1, anon_sym_do, STATE(1820), 1, sym_do_group, [123872] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7564), 1, anon_sym_EQ, [123882] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7254), 2, anon_sym_EQ, anon_sym_PLUS_EQ, [123890] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7566), 1, anon_sym_EQ, [123900] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(1325), 2, sym__concat, anon_sym_RBRACE, [123908] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7568), 2, anon_sym_do, anon_sym_then, [123916] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7570), 1, anon_sym_EQ, [123926] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7264), 2, anon_sym_EQ, anon_sym_PLUS_EQ, [123934] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(1457), 2, sym__concat, anon_sym_RBRACE, [123942] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7572), 1, anon_sym_EQ, [123952] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(1321), 2, sym__concat, anon_sym_RBRACE, [123960] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7574), 1, anon_sym_EQ, [123970] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7287), 2, anon_sym_EQ, anon_sym_PLUS_EQ, [123978] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7576), 1, anon_sym_EQ, [123988] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7578), 1, anon_sym_EQ, [123998] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(6885), 1, anon_sym_do, STATE(2011), 1, sym_do_group, [124008] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7299), 2, anon_sym_EQ, anon_sym_PLUS_EQ, [124016] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7274), 1, anon_sym_RBRACK, ACTIONS(7580), 1, sym__concat, [124026] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(1297), 2, sym__concat, anon_sym_RBRACE, [124034] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(1301), 2, sym__concat, anon_sym_RBRACE, [124042] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7582), 1, anon_sym_EQ, [124052] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7333), 2, anon_sym_EQ, anon_sym_PLUS_EQ, [124060] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(1305), 2, sym__concat, anon_sym_RBRACE, [124068] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(6905), 1, anon_sym_do, STATE(1798), 1, sym_do_group, [124078] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(1317), 2, sym__concat, anon_sym_RBRACE, [124086] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7584), 1, anon_sym_EQ, [124096] = 3, ACTIONS(4073), 1, sym_comment, ACTIONS(7440), 1, anon_sym_LBRACK, ACTIONS(7586), 1, anon_sym_EQ, [124106] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(1313), 2, sym__concat, anon_sym_RBRACE, [124114] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7588), 1, anon_sym_BQUOTE, [124121] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7203), 1, anon_sym_RBRACE, [124128] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7590), 1, anon_sym_RPAREN, [124135] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(6877), 1, anon_sym_fi, [124142] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7592), 1, anon_sym_BQUOTE, [124149] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7594), 1, anon_sym_RPAREN, [124156] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7311), 1, anon_sym_RBRACE, [124163] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7596), 1, anon_sym_BQUOTE, [124170] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7598), 1, anon_sym_esac, [124177] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7600), 1, anon_sym_esac, [124184] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7602), 1, anon_sym_RPAREN, [124191] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7309), 1, anon_sym_RBRACE, [124198] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7604), 1, anon_sym_esac, [124205] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7606), 1, anon_sym_RPAREN, [124212] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7608), 1, anon_sym_BQUOTE, [124219] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7610), 1, anon_sym_BQUOTE, [124226] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7612), 1, anon_sym_RBRACK, [124233] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7614), 1, anon_sym_RPAREN, [124240] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7315), 1, anon_sym_RBRACE, [124247] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7301), 1, anon_sym_RBRACE, [124254] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7195), 1, anon_sym_RBRACE, [124261] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7616), 1, anon_sym_RBRACK, [124268] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7329), 1, anon_sym_RBRACE, [124275] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7618), 1, anon_sym_RPAREN, [124282] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7270), 1, anon_sym_RBRACE, [124289] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7323), 1, anon_sym_RBRACE, [124296] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7620), 1, anon_sym_fi, [124303] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7622), 1, sym_word, [124310] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7624), 1, anon_sym_esac, [124317] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7293), 1, anon_sym_RBRACE, [124324] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(6871), 1, anon_sym_fi, [124331] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7626), 1, anon_sym_esac, [124338] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7272), 1, anon_sym_RBRACE, [124345] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7628), 1, anon_sym_RPAREN, [124352] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7339), 1, anon_sym_RBRACE, [124359] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7630), 1, anon_sym_RPAREN, [124366] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7280), 1, anon_sym_RBRACE, [124373] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(6863), 1, anon_sym_fi, [124380] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7632), 1, anon_sym_RPAREN, [124387] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7262), 1, anon_sym_RBRACE, [124394] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7634), 1, anon_sym_RPAREN, [124401] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7636), 1, anon_sym_BQUOTE, [124408] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7638), 1, anon_sym_RPAREN, [124415] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7640), 1, anon_sym_RPAREN, [124422] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7252), 1, anon_sym_RBRACE, [124429] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7642), 1, anon_sym_RPAREN, [124436] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7644), 1, anon_sym_BQUOTE, [124443] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7646), 1, anon_sym_RPAREN, [124450] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7648), 1, anon_sym_RPAREN, [124457] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7650), 1, anon_sym_in, [124464] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7652), 1, anon_sym_BQUOTE, [124471] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7654), 1, sym_heredoc_start, [124478] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7656), 1, anon_sym_BQUOTE, [124485] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7337), 1, anon_sym_RBRACE, [124492] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7658), 1, anon_sym_RPAREN, [124499] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7660), 1, anon_sym_RPAREN, [124506] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7662), 1, anon_sym_RPAREN, [124513] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7664), 1, anon_sym_RPAREN, [124520] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7666), 1, anon_sym_esac, [124527] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7668), 1, sym_heredoc_start, [124534] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7670), 1, anon_sym_RPAREN, [124541] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7672), 1, anon_sym_RPAREN, [124548] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7674), 1, anon_sym_RPAREN, [124555] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7676), 1, anon_sym_BQUOTE, [124562] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7678), 1, anon_sym_RPAREN, [124569] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7680), 1, anon_sym_BQUOTE, [124576] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7682), 1, anon_sym_RPAREN, [124583] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7345), 1, anon_sym_RBRACE, [124590] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7684), 1, anon_sym_in, [124597] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7686), 1, anon_sym_esac, [124604] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7201), 1, anon_sym_RBRACE, [124611] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7191), 1, anon_sym_RBRACE, [124618] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7688), 1, anon_sym_BQUOTE, [124625] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7690), 1, anon_sym_RPAREN, [124632] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7692), 1, anon_sym_BQUOTE, [124639] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7229), 1, anon_sym_RBRACE, [124646] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7694), 1, anon_sym_RPAREN, [124653] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7696), 1, anon_sym_then, [124660] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7698), 1, anon_sym_BQUOTE, [124667] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7235), 1, anon_sym_RBRACE, [124674] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7700), 1, anon_sym_RPAREN, [124681] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7119), 1, anon_sym_RBRACE, [124688] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7702), 1, anon_sym_RPAREN, [124695] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(6881), 1, anon_sym_fi, [124702] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7704), 1, anon_sym_RPAREN, [124709] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7706), 1, anon_sym_RPAREN, [124716] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7708), 1, anon_sym_BQUOTE, [124723] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7710), 1, anon_sym_RPAREN, [124730] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7712), 1, anon_sym_esac, [124737] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7714), 1, anon_sym_RPAREN, [124744] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7716), 1, anon_sym_RPAREN, [124751] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7718), 1, anon_sym_BQUOTE, [124758] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7349), 1, anon_sym_RBRACE, [124765] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7720), 1, anon_sym_RPAREN, [124772] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7722), 1, anon_sym_RPAREN, [124779] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7215), 1, anon_sym_RBRACE, [124786] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7724), 1, sym_word, [124793] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7726), 1, anon_sym_BQUOTE, [124800] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7728), 1, anon_sym_RPAREN, [124807] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7217), 1, anon_sym_RBRACE, [124814] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7730), 1, anon_sym_then, [124821] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7209), 1, anon_sym_RBRACE, [124828] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7359), 1, anon_sym_RBRACE, [124835] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7732), 1, sym_heredoc_start, [124842] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7381), 1, anon_sym_RBRACE, [124849] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7734), 1, anon_sym_then, [124856] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7205), 1, anon_sym_RBRACE, [124863] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7361), 1, anon_sym_RBRACE, [124870] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7355), 1, anon_sym_RBRACE, [124877] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(6857), 1, anon_sym_fi, [124884] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7736), 1, anon_sym_RPAREN, [124891] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7357), 1, anon_sym_RBRACE, [124898] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7367), 1, anon_sym_RBRACE, [124905] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7387), 1, anon_sym_RBRACE, [124912] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7193), 1, anon_sym_RBRACE, [124919] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7738), 1, anon_sym_esac, [124926] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7740), 1, anon_sym_RPAREN, [124933] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7742), 1, anon_sym_esac, [124940] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7744), 1, anon_sym_esac, [124947] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7746), 1, anon_sym_then, [124954] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7748), 1, anon_sym_RPAREN, [124961] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7750), 1, anon_sym_RPAREN, [124968] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7752), 1, anon_sym_RPAREN, [124975] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7754), 1, anon_sym_BQUOTE, [124982] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7756), 1, anon_sym_BQUOTE, [124989] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7758), 1, anon_sym_RPAREN, [124996] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7760), 1, anon_sym_RPAREN, [125003] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7762), 1, anon_sym_RPAREN, [125010] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7409), 1, anon_sym_RBRACE, [125017] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7764), 1, anon_sym_BQUOTE, [125024] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7766), 1, anon_sym_RPAREN, [125031] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7185), 1, anon_sym_RBRACE, [125038] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7438), 1, anon_sym_RBRACE, [125045] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(6879), 1, anon_sym_fi, [125052] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7768), 1, anon_sym_RPAREN, [125059] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7179), 1, anon_sym_RBRACE, [125066] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7770), 1, anon_sym_BQUOTE, [125073] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7772), 1, anon_sym_RPAREN, [125080] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7774), 1, anon_sym_esac, [125087] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7776), 1, anon_sym_RPAREN, [125094] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7778), 1, anon_sym_RPAREN, [125101] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7177), 1, anon_sym_RBRACE, [125108] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7780), 1, anon_sym_BQUOTE, [125115] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7782), 1, anon_sym_RPAREN, [125122] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7183), 1, anon_sym_RBRACE, [125129] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7784), 1, anon_sym_RPAREN, [125136] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7786), 1, anon_sym_esac, [125143] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7788), 1, anon_sym_BQUOTE, [125150] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7790), 1, anon_sym_fi, [125157] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7171), 1, anon_sym_RBRACE, [125164] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7792), 1, ts_builtin_sym_end, [125171] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7794), 1, ts_builtin_sym_end, [125178] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7796), 1, anon_sym_RPAREN, [125185] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7405), 1, anon_sym_RBRACE, [125192] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7173), 1, anon_sym_RBRACE, [125199] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7167), 1, anon_sym_RBRACE, [125206] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7798), 1, anon_sym_RPAREN, [125213] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7800), 1, anon_sym_RBRACK, [125220] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7802), 1, anon_sym_RBRACK, [125227] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7804), 1, anon_sym_BQUOTE, [125234] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7806), 1, anon_sym_RPAREN, [125241] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7808), 1, anon_sym_BQUOTE, [125248] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7431), 1, anon_sym_RBRACE, [125255] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7397), 1, anon_sym_RBRACE, [125262] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7810), 1, sym_word, [125269] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7812), 1, anon_sym_RPAREN, [125276] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7429), 1, anon_sym_RBRACE, [125283] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7383), 1, anon_sym_RBRACE, [125290] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7814), 1, anon_sym_RPAREN, [125297] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7454), 1, aux_sym__simple_variable_name_token1, [125304] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7399), 1, anon_sym_RBRACE, [125311] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7421), 1, anon_sym_RBRACE, [125318] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7395), 1, anon_sym_RBRACE, [125325] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7458), 1, aux_sym__simple_variable_name_token1, [125332] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7816), 1, anon_sym_esac, [125339] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7818), 1, anon_sym_BQUOTE, [125346] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7417), 1, anon_sym_RBRACE, [125353] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7820), 1, anon_sym_RPAREN, [125360] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7822), 1, anon_sym_RPAREN, [125367] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7161), 1, anon_sym_RBRACE, [125374] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7824), 1, anon_sym_BQUOTE, [125381] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7826), 1, anon_sym_in, [125388] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7828), 1, anon_sym_in, [125395] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7830), 1, anon_sym_esac, [125402] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7155), 1, anon_sym_RBRACE, [125409] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7157), 1, anon_sym_RBRACE, [125416] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7149), 1, anon_sym_RBRACE, [125423] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7832), 1, anon_sym_RPAREN, [125430] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7834), 1, anon_sym_fi, [125437] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7836), 1, anon_sym_esac, [125444] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7838), 1, anon_sym_esac, [125451] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7129), 1, anon_sym_RBRACE, [125458] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7840), 1, anon_sym_RPAREN, [125465] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7446), 1, aux_sym__simple_variable_name_token1, [125472] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7842), 1, anon_sym_RPAREN, [125479] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7131), 1, anon_sym_RBRACE, [125486] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7844), 1, anon_sym_BQUOTE, [125493] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7846), 1, anon_sym_RPAREN, [125500] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7848), 1, anon_sym_BQUOTE, [125507] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7850), 1, anon_sym_RPAREN, [125514] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7852), 1, anon_sym_in, [125521] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7854), 1, anon_sym_in, [125528] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7856), 1, anon_sym_BQUOTE, [125535] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7127), 1, anon_sym_RBRACE, [125542] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7858), 1, anon_sym_RPAREN, [125549] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7860), 1, anon_sym_BQUOTE, [125556] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7862), 1, anon_sym_RPAREN, [125563] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7864), 1, anon_sym_RPAREN, [125570] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7121), 1, anon_sym_RBRACE, [125577] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7117), 1, anon_sym_RBRACE, [125584] = 2, ACTIONS(4073), 1, sym_comment, ACTIONS(7866), 1, anon_sym_esac, }; static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(158)] = 0, [SMALL_STATE(159)] = 64, [SMALL_STATE(160)] = 128, [SMALL_STATE(161)] = 191, [SMALL_STATE(162)] = 274, [SMALL_STATE(163)] = 337, [SMALL_STATE(164)] = 420, [SMALL_STATE(165)] = 481, [SMALL_STATE(166)] = 564, [SMALL_STATE(167)] = 646, [SMALL_STATE(168)] = 710, [SMALL_STATE(169)] = 792, [SMALL_STATE(170)] = 874, [SMALL_STATE(171)] = 955, [SMALL_STATE(172)] = 1010, [SMALL_STATE(173)] = 1065, [SMALL_STATE(174)] = 1120, [SMALL_STATE(175)] = 1199, [SMALL_STATE(176)] = 1254, [SMALL_STATE(177)] = 1315, [SMALL_STATE(178)] = 1374, [SMALL_STATE(179)] = 1455, [SMALL_STATE(180)] = 1534, [SMALL_STATE(181)] = 1613, [SMALL_STATE(182)] = 1692, [SMALL_STATE(183)] = 1753, [SMALL_STATE(184)] = 1812, [SMALL_STATE(185)] = 1893, [SMALL_STATE(186)] = 1974, [SMALL_STATE(187)] = 2053, [SMALL_STATE(188)] = 2108, [SMALL_STATE(189)] = 2189, [SMALL_STATE(190)] = 2244, [SMALL_STATE(191)] = 2305, [SMALL_STATE(192)] = 2386, [SMALL_STATE(193)] = 2449, [SMALL_STATE(194)] = 2508, [SMALL_STATE(195)] = 2563, [SMALL_STATE(196)] = 2618, [SMALL_STATE(197)] = 2679, [SMALL_STATE(198)] = 2742, [SMALL_STATE(199)] = 2805, [SMALL_STATE(200)] = 2883, [SMALL_STATE(201)] = 2961, [SMALL_STATE(202)] = 3037, [SMALL_STATE(203)] = 3115, [SMALL_STATE(204)] = 3167, [SMALL_STATE(205)] = 3229, [SMALL_STATE(206)] = 3305, [SMALL_STATE(207)] = 3367, [SMALL_STATE(208)] = 3429, [SMALL_STATE(209)] = 3487, [SMALL_STATE(210)] = 3565, [SMALL_STATE(211)] = 3643, [SMALL_STATE(212)] = 3705, [SMALL_STATE(213)] = 3765, [SMALL_STATE(214)] = 3841, [SMALL_STATE(215)] = 3901, [SMALL_STATE(216)] = 3979, [SMALL_STATE(217)] = 4057, [SMALL_STATE(218)] = 4119, [SMALL_STATE(219)] = 4171, [SMALL_STATE(220)] = 4248, [SMALL_STATE(221)] = 4323, [SMALL_STATE(222)] = 4398, [SMALL_STATE(223)] = 4473, [SMALL_STATE(224)] = 4550, [SMALL_STATE(225)] = 4627, [SMALL_STATE(226)] = 4688, [SMALL_STATE(227)] = 4765, [SMALL_STATE(228)] = 4842, [SMALL_STATE(229)] = 4919, [SMALL_STATE(230)] = 4980, [SMALL_STATE(231)] = 5041, [SMALL_STATE(232)] = 5102, [SMALL_STATE(233)] = 5163, [SMALL_STATE(234)] = 5240, [SMALL_STATE(235)] = 5317, [SMALL_STATE(236)] = 5394, [SMALL_STATE(237)] = 5471, [SMALL_STATE(238)] = 5545, [SMALL_STATE(239)] = 5619, [SMALL_STATE(240)] = 5671, [SMALL_STATE(241)] = 5721, [SMALL_STATE(242)] = 5795, [SMALL_STATE(243)] = 5869, [SMALL_STATE(244)] = 5929, [SMALL_STATE(245)] = 5989, [SMALL_STATE(246)] = 6039, [SMALL_STATE(247)] = 6091, [SMALL_STATE(248)] = 6165, [SMALL_STATE(249)] = 6215, [SMALL_STATE(250)] = 6289, [SMALL_STATE(251)] = 6363, [SMALL_STATE(252)] = 6415, [SMALL_STATE(253)] = 6489, [SMALL_STATE(254)] = 6563, [SMALL_STATE(255)] = 6613, [SMALL_STATE(256)] = 6663, [SMALL_STATE(257)] = 6713, [SMALL_STATE(258)] = 6765, [SMALL_STATE(259)] = 6839, [SMALL_STATE(260)] = 6910, [SMALL_STATE(261)] = 6961, [SMALL_STATE(262)] = 7012, [SMALL_STATE(263)] = 7061, [SMALL_STATE(264)] = 7112, [SMALL_STATE(265)] = 7161, [SMALL_STATE(266)] = 7232, [SMALL_STATE(267)] = 7323, [SMALL_STATE(268)] = 7414, [SMALL_STATE(269)] = 7465, [SMALL_STATE(270)] = 7556, [SMALL_STATE(271)] = 7647, [SMALL_STATE(272)] = 7738, [SMALL_STATE(273)] = 7791, [SMALL_STATE(274)] = 7854, [SMALL_STATE(275)] = 7917, [SMALL_STATE(276)] = 7970, [SMALL_STATE(277)] = 8023, [SMALL_STATE(278)] = 8073, [SMALL_STATE(279)] = 8123, [SMALL_STATE(280)] = 8173, [SMALL_STATE(281)] = 8225, [SMALL_STATE(282)] = 8275, [SMALL_STATE(283)] = 8325, [SMALL_STATE(284)] = 8375, [SMALL_STATE(285)] = 8427, [SMALL_STATE(286)] = 8489, [SMALL_STATE(287)] = 8541, [SMALL_STATE(288)] = 8591, [SMALL_STATE(289)] = 8641, [SMALL_STATE(290)] = 8691, [SMALL_STATE(291)] = 8741, [SMALL_STATE(292)] = 8791, [SMALL_STATE(293)] = 8853, [SMALL_STATE(294)] = 8898, [SMALL_STATE(295)] = 8943, [SMALL_STATE(296)] = 8992, [SMALL_STATE(297)] = 9041, [SMALL_STATE(298)] = 9090, [SMALL_STATE(299)] = 9135, [SMALL_STATE(300)] = 9180, [SMALL_STATE(301)] = 9225, [SMALL_STATE(302)] = 9270, [SMALL_STATE(303)] = 9315, [SMALL_STATE(304)] = 9360, [SMALL_STATE(305)] = 9405, [SMALL_STATE(306)] = 9450, [SMALL_STATE(307)] = 9495, [SMALL_STATE(308)] = 9540, [SMALL_STATE(309)] = 9585, [SMALL_STATE(310)] = 9630, [SMALL_STATE(311)] = 9675, [SMALL_STATE(312)] = 9724, [SMALL_STATE(313)] = 9777, [SMALL_STATE(314)] = 9826, [SMALL_STATE(315)] = 9871, [SMALL_STATE(316)] = 9916, [SMALL_STATE(317)] = 9961, [SMALL_STATE(318)] = 10012, [SMALL_STATE(319)] = 10057, [SMALL_STATE(320)] = 10108, [SMALL_STATE(321)] = 10157, [SMALL_STATE(322)] = 10208, [SMALL_STATE(323)] = 10257, [SMALL_STATE(324)] = 10318, [SMALL_STATE(325)] = 10363, [SMALL_STATE(326)] = 10412, [SMALL_STATE(327)] = 10461, [SMALL_STATE(328)] = 10506, [SMALL_STATE(329)] = 10555, [SMALL_STATE(330)] = 10600, [SMALL_STATE(331)] = 10649, [SMALL_STATE(332)] = 10694, [SMALL_STATE(333)] = 10739, [SMALL_STATE(334)] = 10784, [SMALL_STATE(335)] = 10829, [SMALL_STATE(336)] = 10874, [SMALL_STATE(337)] = 10919, [SMALL_STATE(338)] = 10968, [SMALL_STATE(339)] = 11013, [SMALL_STATE(340)] = 11058, [SMALL_STATE(341)] = 11103, [SMALL_STATE(342)] = 11148, [SMALL_STATE(343)] = 11193, [SMALL_STATE(344)] = 11238, [SMALL_STATE(345)] = 11283, [SMALL_STATE(346)] = 11332, [SMALL_STATE(347)] = 11393, [SMALL_STATE(348)] = 11454, [SMALL_STATE(349)] = 11499, [SMALL_STATE(350)] = 11548, [SMALL_STATE(351)] = 11593, [SMALL_STATE(352)] = 11638, [SMALL_STATE(353)] = 11683, [SMALL_STATE(354)] = 11732, [SMALL_STATE(355)] = 11781, [SMALL_STATE(356)] = 11830, [SMALL_STATE(357)] = 11879, [SMALL_STATE(358)] = 11940, [SMALL_STATE(359)] = 11985, [SMALL_STATE(360)] = 12036, [SMALL_STATE(361)] = 12085, [SMALL_STATE(362)] = 12134, [SMALL_STATE(363)] = 12183, [SMALL_STATE(364)] = 12228, [SMALL_STATE(365)] = 12277, [SMALL_STATE(366)] = 12322, [SMALL_STATE(367)] = 12373, [SMALL_STATE(368)] = 12418, [SMALL_STATE(369)] = 12467, [SMALL_STATE(370)] = 12512, [SMALL_STATE(371)] = 12557, [SMALL_STATE(372)] = 12602, [SMALL_STATE(373)] = 12651, [SMALL_STATE(374)] = 12696, [SMALL_STATE(375)] = 12745, [SMALL_STATE(376)] = 12790, [SMALL_STATE(377)] = 12835, [SMALL_STATE(378)] = 12880, [SMALL_STATE(379)] = 12925, [SMALL_STATE(380)] = 12974, [SMALL_STATE(381)] = 13019, [SMALL_STATE(382)] = 13063, [SMALL_STATE(383)] = 13111, [SMALL_STATE(384)] = 13155, [SMALL_STATE(385)] = 13199, [SMALL_STATE(386)] = 13243, [SMALL_STATE(387)] = 13287, [SMALL_STATE(388)] = 13331, [SMALL_STATE(389)] = 13375, [SMALL_STATE(390)] = 13419, [SMALL_STATE(391)] = 13467, [SMALL_STATE(392)] = 13511, [SMALL_STATE(393)] = 13559, [SMALL_STATE(394)] = 13607, [SMALL_STATE(395)] = 13651, [SMALL_STATE(396)] = 13699, [SMALL_STATE(397)] = 13747, [SMALL_STATE(398)] = 13791, [SMALL_STATE(399)] = 13835, [SMALL_STATE(400)] = 13879, [SMALL_STATE(401)] = 13923, [SMALL_STATE(402)] = 13967, [SMALL_STATE(403)] = 14011, [SMALL_STATE(404)] = 14055, [SMALL_STATE(405)] = 14103, [SMALL_STATE(406)] = 14147, [SMALL_STATE(407)] = 14195, [SMALL_STATE(408)] = 14243, [SMALL_STATE(409)] = 14291, [SMALL_STATE(410)] = 14339, [SMALL_STATE(411)] = 14383, [SMALL_STATE(412)] = 14427, [SMALL_STATE(413)] = 14471, [SMALL_STATE(414)] = 14519, [SMALL_STATE(415)] = 14563, [SMALL_STATE(416)] = 14607, [SMALL_STATE(417)] = 14651, [SMALL_STATE(418)] = 14695, [SMALL_STATE(419)] = 14739, [SMALL_STATE(420)] = 14783, [SMALL_STATE(421)] = 14827, [SMALL_STATE(422)] = 14871, [SMALL_STATE(423)] = 14915, [SMALL_STATE(424)] = 14959, [SMALL_STATE(425)] = 15003, [SMALL_STATE(426)] = 15047, [SMALL_STATE(427)] = 15091, [SMALL_STATE(428)] = 15135, [SMALL_STATE(429)] = 15179, [SMALL_STATE(430)] = 15223, [SMALL_STATE(431)] = 15267, [SMALL_STATE(432)] = 15311, [SMALL_STATE(433)] = 15355, [SMALL_STATE(434)] = 15399, [SMALL_STATE(435)] = 15447, [SMALL_STATE(436)] = 15495, [SMALL_STATE(437)] = 15539, [SMALL_STATE(438)] = 15583, [SMALL_STATE(439)] = 15631, [SMALL_STATE(440)] = 15675, [SMALL_STATE(441)] = 15719, [SMALL_STATE(442)] = 15763, [SMALL_STATE(443)] = 15811, [SMALL_STATE(444)] = 15855, [SMALL_STATE(445)] = 15899, [SMALL_STATE(446)] = 15943, [SMALL_STATE(447)] = 15987, [SMALL_STATE(448)] = 16031, [SMALL_STATE(449)] = 16075, [SMALL_STATE(450)] = 16119, [SMALL_STATE(451)] = 16167, [SMALL_STATE(452)] = 16215, [SMALL_STATE(453)] = 16259, [SMALL_STATE(454)] = 16303, [SMALL_STATE(455)] = 16351, [SMALL_STATE(456)] = 16399, [SMALL_STATE(457)] = 16447, [SMALL_STATE(458)] = 16491, [SMALL_STATE(459)] = 16535, [SMALL_STATE(460)] = 16579, [SMALL_STATE(461)] = 16623, [SMALL_STATE(462)] = 16681, [SMALL_STATE(463)] = 16729, [SMALL_STATE(464)] = 16773, [SMALL_STATE(465)] = 16817, [SMALL_STATE(466)] = 16865, [SMALL_STATE(467)] = 16913, [SMALL_STATE(468)] = 16957, [SMALL_STATE(469)] = 17001, [SMALL_STATE(470)] = 17049, [SMALL_STATE(471)] = 17093, [SMALL_STATE(472)] = 17151, [SMALL_STATE(473)] = 17195, [SMALL_STATE(474)] = 17253, [SMALL_STATE(475)] = 17297, [SMALL_STATE(476)] = 17341, [SMALL_STATE(477)] = 17385, [SMALL_STATE(478)] = 17433, [SMALL_STATE(479)] = 17477, [SMALL_STATE(480)] = 17521, [SMALL_STATE(481)] = 17565, [SMALL_STATE(482)] = 17609, [SMALL_STATE(483)] = 17657, [SMALL_STATE(484)] = 17701, [SMALL_STATE(485)] = 17745, [SMALL_STATE(486)] = 17793, [SMALL_STATE(487)] = 17837, [SMALL_STATE(488)] = 17881, [SMALL_STATE(489)] = 17925, [SMALL_STATE(490)] = 17969, [SMALL_STATE(491)] = 18013, [SMALL_STATE(492)] = 18067, [SMALL_STATE(493)] = 18111, [SMALL_STATE(494)] = 18159, [SMALL_STATE(495)] = 18217, [SMALL_STATE(496)] = 18261, [SMALL_STATE(497)] = 18311, [SMALL_STATE(498)] = 18361, [SMALL_STATE(499)] = 18409, [SMALL_STATE(500)] = 18453, [SMALL_STATE(501)] = 18501, [SMALL_STATE(502)] = 18545, [SMALL_STATE(503)] = 18593, [SMALL_STATE(504)] = 18641, [SMALL_STATE(505)] = 18685, [SMALL_STATE(506)] = 18733, [SMALL_STATE(507)] = 18781, [SMALL_STATE(508)] = 18829, [SMALL_STATE(509)] = 18887, [SMALL_STATE(510)] = 18931, [SMALL_STATE(511)] = 18991, [SMALL_STATE(512)] = 19035, [SMALL_STATE(513)] = 19079, [SMALL_STATE(514)] = 19123, [SMALL_STATE(515)] = 19167, [SMALL_STATE(516)] = 19223, [SMALL_STATE(517)] = 19267, [SMALL_STATE(518)] = 19311, [SMALL_STATE(519)] = 19355, [SMALL_STATE(520)] = 19399, [SMALL_STATE(521)] = 19443, [SMALL_STATE(522)] = 19491, [SMALL_STATE(523)] = 19535, [SMALL_STATE(524)] = 19579, [SMALL_STATE(525)] = 19623, [SMALL_STATE(526)] = 19667, [SMALL_STATE(527)] = 19715, [SMALL_STATE(528)] = 19759, [SMALL_STATE(529)] = 19807, [SMALL_STATE(530)] = 19851, [SMALL_STATE(531)] = 19895, [SMALL_STATE(532)] = 19943, [SMALL_STATE(533)] = 19987, [SMALL_STATE(534)] = 20031, [SMALL_STATE(535)] = 20075, [SMALL_STATE(536)] = 20135, [SMALL_STATE(537)] = 20179, [SMALL_STATE(538)] = 20223, [SMALL_STATE(539)] = 20267, [SMALL_STATE(540)] = 20311, [SMALL_STATE(541)] = 20355, [SMALL_STATE(542)] = 20399, [SMALL_STATE(543)] = 20443, [SMALL_STATE(544)] = 20487, [SMALL_STATE(545)] = 20535, [SMALL_STATE(546)] = 20578, [SMALL_STATE(547)] = 20621, [SMALL_STATE(548)] = 20668, [SMALL_STATE(549)] = 20711, [SMALL_STATE(550)] = 20754, [SMALL_STATE(551)] = 20797, [SMALL_STATE(552)] = 20844, [SMALL_STATE(553)] = 20887, [SMALL_STATE(554)] = 20930, [SMALL_STATE(555)] = 20973, [SMALL_STATE(556)] = 21016, [SMALL_STATE(557)] = 21059, [SMALL_STATE(558)] = 21102, [SMALL_STATE(559)] = 21145, [SMALL_STATE(560)] = 21188, [SMALL_STATE(561)] = 21231, [SMALL_STATE(562)] = 21274, [SMALL_STATE(563)] = 21317, [SMALL_STATE(564)] = 21360, [SMALL_STATE(565)] = 21403, [SMALL_STATE(566)] = 21446, [SMALL_STATE(567)] = 21489, [SMALL_STATE(568)] = 21532, [SMALL_STATE(569)] = 21575, [SMALL_STATE(570)] = 21618, [SMALL_STATE(571)] = 21661, [SMALL_STATE(572)] = 21708, [SMALL_STATE(573)] = 21751, [SMALL_STATE(574)] = 21794, [SMALL_STATE(575)] = 21837, [SMALL_STATE(576)] = 21880, [SMALL_STATE(577)] = 21927, [SMALL_STATE(578)] = 21974, [SMALL_STATE(579)] = 22021, [SMALL_STATE(580)] = 22064, [SMALL_STATE(581)] = 22111, [SMALL_STATE(582)] = 22154, [SMALL_STATE(583)] = 22201, [SMALL_STATE(584)] = 22244, [SMALL_STATE(585)] = 22291, [SMALL_STATE(586)] = 22338, [SMALL_STATE(587)] = 22385, [SMALL_STATE(588)] = 22432, [SMALL_STATE(589)] = 22479, [SMALL_STATE(590)] = 22526, [SMALL_STATE(591)] = 22579, [SMALL_STATE(592)] = 22626, [SMALL_STATE(593)] = 22673, [SMALL_STATE(594)] = 22716, [SMALL_STATE(595)] = 22759, [SMALL_STATE(596)] = 22802, [SMALL_STATE(597)] = 22845, [SMALL_STATE(598)] = 22888, [SMALL_STATE(599)] = 22931, [SMALL_STATE(600)] = 22974, [SMALL_STATE(601)] = 23017, [SMALL_STATE(602)] = 23060, [SMALL_STATE(603)] = 23103, [SMALL_STATE(604)] = 23146, [SMALL_STATE(605)] = 23189, [SMALL_STATE(606)] = 23232, [SMALL_STATE(607)] = 23275, [SMALL_STATE(608)] = 23318, [SMALL_STATE(609)] = 23361, [SMALL_STATE(610)] = 23404, [SMALL_STATE(611)] = 23447, [SMALL_STATE(612)] = 23490, [SMALL_STATE(613)] = 23533, [SMALL_STATE(614)] = 23576, [SMALL_STATE(615)] = 23619, [SMALL_STATE(616)] = 23662, [SMALL_STATE(617)] = 23705, [SMALL_STATE(618)] = 23748, [SMALL_STATE(619)] = 23791, [SMALL_STATE(620)] = 23834, [SMALL_STATE(621)] = 23877, [SMALL_STATE(622)] = 23920, [SMALL_STATE(623)] = 23963, [SMALL_STATE(624)] = 24006, [SMALL_STATE(625)] = 24049, [SMALL_STATE(626)] = 24096, [SMALL_STATE(627)] = 24139, [SMALL_STATE(628)] = 24182, [SMALL_STATE(629)] = 24225, [SMALL_STATE(630)] = 24268, [SMALL_STATE(631)] = 24311, [SMALL_STATE(632)] = 24354, [SMALL_STATE(633)] = 24397, [SMALL_STATE(634)] = 24440, [SMALL_STATE(635)] = 24483, [SMALL_STATE(636)] = 24526, [SMALL_STATE(637)] = 24569, [SMALL_STATE(638)] = 24612, [SMALL_STATE(639)] = 24655, [SMALL_STATE(640)] = 24702, [SMALL_STATE(641)] = 24745, [SMALL_STATE(642)] = 24788, [SMALL_STATE(643)] = 24831, [SMALL_STATE(644)] = 24878, [SMALL_STATE(645)] = 24921, [SMALL_STATE(646)] = 24968, [SMALL_STATE(647)] = 25011, [SMALL_STATE(648)] = 25054, [SMALL_STATE(649)] = 25097, [SMALL_STATE(650)] = 25140, [SMALL_STATE(651)] = 25183, [SMALL_STATE(652)] = 25230, [SMALL_STATE(653)] = 25273, [SMALL_STATE(654)] = 25316, [SMALL_STATE(655)] = 25359, [SMALL_STATE(656)] = 25402, [SMALL_STATE(657)] = 25445, [SMALL_STATE(658)] = 25488, [SMALL_STATE(659)] = 25531, [SMALL_STATE(660)] = 25578, [SMALL_STATE(661)] = 25621, [SMALL_STATE(662)] = 25668, [SMALL_STATE(663)] = 25711, [SMALL_STATE(664)] = 25758, [SMALL_STATE(665)] = 25805, [SMALL_STATE(666)] = 25848, [SMALL_STATE(667)] = 25891, [SMALL_STATE(668)] = 25938, [SMALL_STATE(669)] = 25981, [SMALL_STATE(670)] = 26028, [SMALL_STATE(671)] = 26071, [SMALL_STATE(672)] = 26118, [SMALL_STATE(673)] = 26161, [SMALL_STATE(674)] = 26204, [SMALL_STATE(675)] = 26247, [SMALL_STATE(676)] = 26290, [SMALL_STATE(677)] = 26333, [SMALL_STATE(678)] = 26376, [SMALL_STATE(679)] = 26419, [SMALL_STATE(680)] = 26462, [SMALL_STATE(681)] = 26505, [SMALL_STATE(682)] = 26548, [SMALL_STATE(683)] = 26591, [SMALL_STATE(684)] = 26638, [SMALL_STATE(685)] = 26681, [SMALL_STATE(686)] = 26724, [SMALL_STATE(687)] = 26767, [SMALL_STATE(688)] = 26810, [SMALL_STATE(689)] = 26863, [SMALL_STATE(690)] = 26906, [SMALL_STATE(691)] = 26949, [SMALL_STATE(692)] = 26992, [SMALL_STATE(693)] = 27035, [SMALL_STATE(694)] = 27078, [SMALL_STATE(695)] = 27121, [SMALL_STATE(696)] = 27164, [SMALL_STATE(697)] = 27207, [SMALL_STATE(698)] = 27250, [SMALL_STATE(699)] = 27293, [SMALL_STATE(700)] = 27336, [SMALL_STATE(701)] = 27379, [SMALL_STATE(702)] = 27422, [SMALL_STATE(703)] = 27465, [SMALL_STATE(704)] = 27508, [SMALL_STATE(705)] = 27551, [SMALL_STATE(706)] = 27594, [SMALL_STATE(707)] = 27637, [SMALL_STATE(708)] = 27680, [SMALL_STATE(709)] = 27723, [SMALL_STATE(710)] = 27766, [SMALL_STATE(711)] = 27809, [SMALL_STATE(712)] = 27852, [SMALL_STATE(713)] = 27895, [SMALL_STATE(714)] = 27938, [SMALL_STATE(715)] = 27981, [SMALL_STATE(716)] = 28028, [SMALL_STATE(717)] = 28071, [SMALL_STATE(718)] = 28114, [SMALL_STATE(719)] = 28157, [SMALL_STATE(720)] = 28200, [SMALL_STATE(721)] = 28243, [SMALL_STATE(722)] = 28286, [SMALL_STATE(723)] = 28329, [SMALL_STATE(724)] = 28372, [SMALL_STATE(725)] = 28415, [SMALL_STATE(726)] = 28458, [SMALL_STATE(727)] = 28501, [SMALL_STATE(728)] = 28544, [SMALL_STATE(729)] = 28587, [SMALL_STATE(730)] = 28630, [SMALL_STATE(731)] = 28673, [SMALL_STATE(732)] = 28716, [SMALL_STATE(733)] = 28759, [SMALL_STATE(734)] = 28802, [SMALL_STATE(735)] = 28849, [SMALL_STATE(736)] = 28896, [SMALL_STATE(737)] = 28939, [SMALL_STATE(738)] = 28982, [SMALL_STATE(739)] = 29025, [SMALL_STATE(740)] = 29068, [SMALL_STATE(741)] = 29111, [SMALL_STATE(742)] = 29158, [SMALL_STATE(743)] = 29201, [SMALL_STATE(744)] = 29244, [SMALL_STATE(745)] = 29287, [SMALL_STATE(746)] = 29334, [SMALL_STATE(747)] = 29377, [SMALL_STATE(748)] = 29420, [SMALL_STATE(749)] = 29463, [SMALL_STATE(750)] = 29506, [SMALL_STATE(751)] = 29548, [SMALL_STATE(752)] = 29590, [SMALL_STATE(753)] = 29632, [SMALL_STATE(754)] = 29674, [SMALL_STATE(755)] = 29720, [SMALL_STATE(756)] = 29762, [SMALL_STATE(757)] = 29804, [SMALL_STATE(758)] = 29846, [SMALL_STATE(759)] = 29888, [SMALL_STATE(760)] = 29930, [SMALL_STATE(761)] = 29972, [SMALL_STATE(762)] = 30014, [SMALL_STATE(763)] = 30056, [SMALL_STATE(764)] = 30130, [SMALL_STATE(765)] = 30172, [SMALL_STATE(766)] = 30214, [SMALL_STATE(767)] = 30256, [SMALL_STATE(768)] = 30298, [SMALL_STATE(769)] = 30340, [SMALL_STATE(770)] = 30382, [SMALL_STATE(771)] = 30424, [SMALL_STATE(772)] = 30498, [SMALL_STATE(773)] = 30540, [SMALL_STATE(774)] = 30582, [SMALL_STATE(775)] = 30624, [SMALL_STATE(776)] = 30666, [SMALL_STATE(777)] = 30708, [SMALL_STATE(778)] = 30750, [SMALL_STATE(779)] = 30792, [SMALL_STATE(780)] = 30834, [SMALL_STATE(781)] = 30876, [SMALL_STATE(782)] = 30918, [SMALL_STATE(783)] = 30960, [SMALL_STATE(784)] = 31002, [SMALL_STATE(785)] = 31044, [SMALL_STATE(786)] = 31086, [SMALL_STATE(787)] = 31128, [SMALL_STATE(788)] = 31170, [SMALL_STATE(789)] = 31212, [SMALL_STATE(790)] = 31254, [SMALL_STATE(791)] = 31296, [SMALL_STATE(792)] = 31338, [SMALL_STATE(793)] = 31380, [SMALL_STATE(794)] = 31422, [SMALL_STATE(795)] = 31468, [SMALL_STATE(796)] = 31510, [SMALL_STATE(797)] = 31552, [SMALL_STATE(798)] = 31594, [SMALL_STATE(799)] = 31636, [SMALL_STATE(800)] = 31682, [SMALL_STATE(801)] = 31724, [SMALL_STATE(802)] = 31766, [SMALL_STATE(803)] = 31812, [SMALL_STATE(804)] = 31854, [SMALL_STATE(805)] = 31896, [SMALL_STATE(806)] = 31938, [SMALL_STATE(807)] = 31980, [SMALL_STATE(808)] = 32022, [SMALL_STATE(809)] = 32064, [SMALL_STATE(810)] = 32106, [SMALL_STATE(811)] = 32148, [SMALL_STATE(812)] = 32190, [SMALL_STATE(813)] = 32232, [SMALL_STATE(814)] = 32274, [SMALL_STATE(815)] = 32316, [SMALL_STATE(816)] = 32358, [SMALL_STATE(817)] = 32432, [SMALL_STATE(818)] = 32474, [SMALL_STATE(819)] = 32516, [SMALL_STATE(820)] = 32590, [SMALL_STATE(821)] = 32636, [SMALL_STATE(822)] = 32678, [SMALL_STATE(823)] = 32720, [SMALL_STATE(824)] = 32762, [SMALL_STATE(825)] = 32804, [SMALL_STATE(826)] = 32846, [SMALL_STATE(827)] = 32888, [SMALL_STATE(828)] = 32930, [SMALL_STATE(829)] = 32982, [SMALL_STATE(830)] = 33024, [SMALL_STATE(831)] = 33066, [SMALL_STATE(832)] = 33140, [SMALL_STATE(833)] = 33182, [SMALL_STATE(834)] = 33224, [SMALL_STATE(835)] = 33266, [SMALL_STATE(836)] = 33308, [SMALL_STATE(837)] = 33350, [SMALL_STATE(838)] = 33392, [SMALL_STATE(839)] = 33434, [SMALL_STATE(840)] = 33476, [SMALL_STATE(841)] = 33518, [SMALL_STATE(842)] = 33560, [SMALL_STATE(843)] = 33602, [SMALL_STATE(844)] = 33644, [SMALL_STATE(845)] = 33686, [SMALL_STATE(846)] = 33728, [SMALL_STATE(847)] = 33770, [SMALL_STATE(848)] = 33812, [SMALL_STATE(849)] = 33858, [SMALL_STATE(850)] = 33900, [SMALL_STATE(851)] = 33942, [SMALL_STATE(852)] = 33984, [SMALL_STATE(853)] = 34026, [SMALL_STATE(854)] = 34068, [SMALL_STATE(855)] = 34110, [SMALL_STATE(856)] = 34152, [SMALL_STATE(857)] = 34194, [SMALL_STATE(858)] = 34236, [SMALL_STATE(859)] = 34278, [SMALL_STATE(860)] = 34320, [SMALL_STATE(861)] = 34362, [SMALL_STATE(862)] = 34404, [SMALL_STATE(863)] = 34446, [SMALL_STATE(864)] = 34488, [SMALL_STATE(865)] = 34534, [SMALL_STATE(866)] = 34576, [SMALL_STATE(867)] = 34618, [SMALL_STATE(868)] = 34660, [SMALL_STATE(869)] = 34702, [SMALL_STATE(870)] = 34744, [SMALL_STATE(871)] = 34790, [SMALL_STATE(872)] = 34832, [SMALL_STATE(873)] = 34874, [SMALL_STATE(874)] = 34916, [SMALL_STATE(875)] = 34958, [SMALL_STATE(876)] = 35000, [SMALL_STATE(877)] = 35042, [SMALL_STATE(878)] = 35084, [SMALL_STATE(879)] = 35126, [SMALL_STATE(880)] = 35168, [SMALL_STATE(881)] = 35210, [SMALL_STATE(882)] = 35252, [SMALL_STATE(883)] = 35294, [SMALL_STATE(884)] = 35336, [SMALL_STATE(885)] = 35378, [SMALL_STATE(886)] = 35420, [SMALL_STATE(887)] = 35462, [SMALL_STATE(888)] = 35504, [SMALL_STATE(889)] = 35546, [SMALL_STATE(890)] = 35595, [SMALL_STATE(891)] = 35636, [SMALL_STATE(892)] = 35677, [SMALL_STATE(893)] = 35718, [SMALL_STATE(894)] = 35759, [SMALL_STATE(895)] = 35800, [SMALL_STATE(896)] = 35841, [SMALL_STATE(897)] = 35882, [SMALL_STATE(898)] = 35923, [SMALL_STATE(899)] = 35964, [SMALL_STATE(900)] = 36005, [SMALL_STATE(901)] = 36071, [SMALL_STATE(902)] = 36137, [SMALL_STATE(903)] = 36203, [SMALL_STATE(904)] = 36269, [SMALL_STATE(905)] = 36321, [SMALL_STATE(906)] = 36387, [SMALL_STATE(907)] = 36453, [SMALL_STATE(908)] = 36519, [SMALL_STATE(909)] = 36569, [SMALL_STATE(910)] = 36635, [SMALL_STATE(911)] = 36701, [SMALL_STATE(912)] = 36751, [SMALL_STATE(913)] = 36801, [SMALL_STATE(914)] = 36864, [SMALL_STATE(915)] = 36925, [SMALL_STATE(916)] = 36986, [SMALL_STATE(917)] = 37047, [SMALL_STATE(918)] = 37108, [SMALL_STATE(919)] = 37169, [SMALL_STATE(920)] = 37230, [SMALL_STATE(921)] = 37291, [SMALL_STATE(922)] = 37352, [SMALL_STATE(923)] = 37413, [SMALL_STATE(924)] = 37474, [SMALL_STATE(925)] = 37535, [SMALL_STATE(926)] = 37596, [SMALL_STATE(927)] = 37657, [SMALL_STATE(928)] = 37718, [SMALL_STATE(929)] = 37779, [SMALL_STATE(930)] = 37840, [SMALL_STATE(931)] = 37901, [SMALL_STATE(932)] = 37962, [SMALL_STATE(933)] = 38023, [SMALL_STATE(934)] = 38084, [SMALL_STATE(935)] = 38147, [SMALL_STATE(936)] = 38208, [SMALL_STATE(937)] = 38269, [SMALL_STATE(938)] = 38330, [SMALL_STATE(939)] = 38391, [SMALL_STATE(940)] = 38452, [SMALL_STATE(941)] = 38513, [SMALL_STATE(942)] = 38574, [SMALL_STATE(943)] = 38635, [SMALL_STATE(944)] = 38696, [SMALL_STATE(945)] = 38757, [SMALL_STATE(946)] = 38818, [SMALL_STATE(947)] = 38879, [SMALL_STATE(948)] = 38940, [SMALL_STATE(949)] = 39001, [SMALL_STATE(950)] = 39062, [SMALL_STATE(951)] = 39123, [SMALL_STATE(952)] = 39184, [SMALL_STATE(953)] = 39245, [SMALL_STATE(954)] = 39306, [SMALL_STATE(955)] = 39367, [SMALL_STATE(956)] = 39428, [SMALL_STATE(957)] = 39489, [SMALL_STATE(958)] = 39550, [SMALL_STATE(959)] = 39611, [SMALL_STATE(960)] = 39672, [SMALL_STATE(961)] = 39733, [SMALL_STATE(962)] = 39794, [SMALL_STATE(963)] = 39855, [SMALL_STATE(964)] = 39916, [SMALL_STATE(965)] = 39977, [SMALL_STATE(966)] = 40038, [SMALL_STATE(967)] = 40099, [SMALL_STATE(968)] = 40160, [SMALL_STATE(969)] = 40221, [SMALL_STATE(970)] = 40282, [SMALL_STATE(971)] = 40343, [SMALL_STATE(972)] = 40404, [SMALL_STATE(973)] = 40465, [SMALL_STATE(974)] = 40526, [SMALL_STATE(975)] = 40587, [SMALL_STATE(976)] = 40648, [SMALL_STATE(977)] = 40709, [SMALL_STATE(978)] = 40770, [SMALL_STATE(979)] = 40831, [SMALL_STATE(980)] = 40892, [SMALL_STATE(981)] = 40953, [SMALL_STATE(982)] = 41014, [SMALL_STATE(983)] = 41075, [SMALL_STATE(984)] = 41136, [SMALL_STATE(985)] = 41197, [SMALL_STATE(986)] = 41258, [SMALL_STATE(987)] = 41319, [SMALL_STATE(988)] = 41380, [SMALL_STATE(989)] = 41441, [SMALL_STATE(990)] = 41502, [SMALL_STATE(991)] = 41563, [SMALL_STATE(992)] = 41626, [SMALL_STATE(993)] = 41687, [SMALL_STATE(994)] = 41750, [SMALL_STATE(995)] = 41813, [SMALL_STATE(996)] = 41874, [SMALL_STATE(997)] = 41935, [SMALL_STATE(998)] = 41998, [SMALL_STATE(999)] = 42059, [SMALL_STATE(1000)] = 42120, [SMALL_STATE(1001)] = 42181, [SMALL_STATE(1002)] = 42242, [SMALL_STATE(1003)] = 42303, [SMALL_STATE(1004)] = 42364, [SMALL_STATE(1005)] = 42425, [SMALL_STATE(1006)] = 42486, [SMALL_STATE(1007)] = 42547, [SMALL_STATE(1008)] = 42608, [SMALL_STATE(1009)] = 42669, [SMALL_STATE(1010)] = 42730, [SMALL_STATE(1011)] = 42791, [SMALL_STATE(1012)] = 42852, [SMALL_STATE(1013)] = 42913, [SMALL_STATE(1014)] = 42974, [SMALL_STATE(1015)] = 43035, [SMALL_STATE(1016)] = 43096, [SMALL_STATE(1017)] = 43159, [SMALL_STATE(1018)] = 43222, [SMALL_STATE(1019)] = 43285, [SMALL_STATE(1020)] = 43346, [SMALL_STATE(1021)] = 43407, [SMALL_STATE(1022)] = 43470, [SMALL_STATE(1023)] = 43531, [SMALL_STATE(1024)] = 43592, [SMALL_STATE(1025)] = 43655, [SMALL_STATE(1026)] = 43716, [SMALL_STATE(1027)] = 43777, [SMALL_STATE(1028)] = 43838, [SMALL_STATE(1029)] = 43899, [SMALL_STATE(1030)] = 43960, [SMALL_STATE(1031)] = 44021, [SMALL_STATE(1032)] = 44082, [SMALL_STATE(1033)] = 44143, [SMALL_STATE(1034)] = 44204, [SMALL_STATE(1035)] = 44265, [SMALL_STATE(1036)] = 44326, [SMALL_STATE(1037)] = 44387, [SMALL_STATE(1038)] = 44448, [SMALL_STATE(1039)] = 44509, [SMALL_STATE(1040)] = 44570, [SMALL_STATE(1041)] = 44631, [SMALL_STATE(1042)] = 44694, [SMALL_STATE(1043)] = 44755, [SMALL_STATE(1044)] = 44816, [SMALL_STATE(1045)] = 44877, [SMALL_STATE(1046)] = 44938, [SMALL_STATE(1047)] = 44999, [SMALL_STATE(1048)] = 45060, [SMALL_STATE(1049)] = 45121, [SMALL_STATE(1050)] = 45182, [SMALL_STATE(1051)] = 45243, [SMALL_STATE(1052)] = 45304, [SMALL_STATE(1053)] = 45365, [SMALL_STATE(1054)] = 45426, [SMALL_STATE(1055)] = 45487, [SMALL_STATE(1056)] = 45548, [SMALL_STATE(1057)] = 45609, [SMALL_STATE(1058)] = 45670, [SMALL_STATE(1059)] = 45731, [SMALL_STATE(1060)] = 45792, [SMALL_STATE(1061)] = 45853, [SMALL_STATE(1062)] = 45914, [SMALL_STATE(1063)] = 45975, [SMALL_STATE(1064)] = 46036, [SMALL_STATE(1065)] = 46097, [SMALL_STATE(1066)] = 46158, [SMALL_STATE(1067)] = 46219, [SMALL_STATE(1068)] = 46280, [SMALL_STATE(1069)] = 46341, [SMALL_STATE(1070)] = 46402, [SMALL_STATE(1071)] = 46463, [SMALL_STATE(1072)] = 46524, [SMALL_STATE(1073)] = 46585, [SMALL_STATE(1074)] = 46646, [SMALL_STATE(1075)] = 46707, [SMALL_STATE(1076)] = 46768, [SMALL_STATE(1077)] = 46829, [SMALL_STATE(1078)] = 46890, [SMALL_STATE(1079)] = 46951, [SMALL_STATE(1080)] = 47012, [SMALL_STATE(1081)] = 47073, [SMALL_STATE(1082)] = 47134, [SMALL_STATE(1083)] = 47195, [SMALL_STATE(1084)] = 47256, [SMALL_STATE(1085)] = 47317, [SMALL_STATE(1086)] = 47378, [SMALL_STATE(1087)] = 47439, [SMALL_STATE(1088)] = 47500, [SMALL_STATE(1089)] = 47561, [SMALL_STATE(1090)] = 47622, [SMALL_STATE(1091)] = 47683, [SMALL_STATE(1092)] = 47744, [SMALL_STATE(1093)] = 47805, [SMALL_STATE(1094)] = 47866, [SMALL_STATE(1095)] = 47927, [SMALL_STATE(1096)] = 47988, [SMALL_STATE(1097)] = 48049, [SMALL_STATE(1098)] = 48112, [SMALL_STATE(1099)] = 48173, [SMALL_STATE(1100)] = 48234, [SMALL_STATE(1101)] = 48295, [SMALL_STATE(1102)] = 48358, [SMALL_STATE(1103)] = 48421, [SMALL_STATE(1104)] = 48482, [SMALL_STATE(1105)] = 48543, [SMALL_STATE(1106)] = 48604, [SMALL_STATE(1107)] = 48665, [SMALL_STATE(1108)] = 48726, [SMALL_STATE(1109)] = 48787, [SMALL_STATE(1110)] = 48848, [SMALL_STATE(1111)] = 48909, [SMALL_STATE(1112)] = 48970, [SMALL_STATE(1113)] = 49031, [SMALL_STATE(1114)] = 49092, [SMALL_STATE(1115)] = 49153, [SMALL_STATE(1116)] = 49214, [SMALL_STATE(1117)] = 49275, [SMALL_STATE(1118)] = 49336, [SMALL_STATE(1119)] = 49397, [SMALL_STATE(1120)] = 49458, [SMALL_STATE(1121)] = 49519, [SMALL_STATE(1122)] = 49580, [SMALL_STATE(1123)] = 49641, [SMALL_STATE(1124)] = 49702, [SMALL_STATE(1125)] = 49763, [SMALL_STATE(1126)] = 49824, [SMALL_STATE(1127)] = 49887, [SMALL_STATE(1128)] = 49948, [SMALL_STATE(1129)] = 50009, [SMALL_STATE(1130)] = 50070, [SMALL_STATE(1131)] = 50131, [SMALL_STATE(1132)] = 50192, [SMALL_STATE(1133)] = 50253, [SMALL_STATE(1134)] = 50314, [SMALL_STATE(1135)] = 50375, [SMALL_STATE(1136)] = 50436, [SMALL_STATE(1137)] = 50497, [SMALL_STATE(1138)] = 50558, [SMALL_STATE(1139)] = 50619, [SMALL_STATE(1140)] = 50680, [SMALL_STATE(1141)] = 50741, [SMALL_STATE(1142)] = 50802, [SMALL_STATE(1143)] = 50863, [SMALL_STATE(1144)] = 50924, [SMALL_STATE(1145)] = 50985, [SMALL_STATE(1146)] = 51046, [SMALL_STATE(1147)] = 51107, [SMALL_STATE(1148)] = 51168, [SMALL_STATE(1149)] = 51229, [SMALL_STATE(1150)] = 51290, [SMALL_STATE(1151)] = 51351, [SMALL_STATE(1152)] = 51412, [SMALL_STATE(1153)] = 51473, [SMALL_STATE(1154)] = 51534, [SMALL_STATE(1155)] = 51595, [SMALL_STATE(1156)] = 51656, [SMALL_STATE(1157)] = 51717, [SMALL_STATE(1158)] = 51778, [SMALL_STATE(1159)] = 51839, [SMALL_STATE(1160)] = 51900, [SMALL_STATE(1161)] = 51961, [SMALL_STATE(1162)] = 52022, [SMALL_STATE(1163)] = 52083, [SMALL_STATE(1164)] = 52144, [SMALL_STATE(1165)] = 52205, [SMALL_STATE(1166)] = 52266, [SMALL_STATE(1167)] = 52327, [SMALL_STATE(1168)] = 52388, [SMALL_STATE(1169)] = 52449, [SMALL_STATE(1170)] = 52510, [SMALL_STATE(1171)] = 52571, [SMALL_STATE(1172)] = 52632, [SMALL_STATE(1173)] = 52693, [SMALL_STATE(1174)] = 52756, [SMALL_STATE(1175)] = 52817, [SMALL_STATE(1176)] = 52878, [SMALL_STATE(1177)] = 52939, [SMALL_STATE(1178)] = 53000, [SMALL_STATE(1179)] = 53058, [SMALL_STATE(1180)] = 53116, [SMALL_STATE(1181)] = 53174, [SMALL_STATE(1182)] = 53232, [SMALL_STATE(1183)] = 53290, [SMALL_STATE(1184)] = 53348, [SMALL_STATE(1185)] = 53406, [SMALL_STATE(1186)] = 53464, [SMALL_STATE(1187)] = 53522, [SMALL_STATE(1188)] = 53580, [SMALL_STATE(1189)] = 53638, [SMALL_STATE(1190)] = 53696, [SMALL_STATE(1191)] = 53754, [SMALL_STATE(1192)] = 53812, [SMALL_STATE(1193)] = 53870, [SMALL_STATE(1194)] = 53928, [SMALL_STATE(1195)] = 53986, [SMALL_STATE(1196)] = 54044, [SMALL_STATE(1197)] = 54104, [SMALL_STATE(1198)] = 54162, [SMALL_STATE(1199)] = 54220, [SMALL_STATE(1200)] = 54278, [SMALL_STATE(1201)] = 54336, [SMALL_STATE(1202)] = 54394, [SMALL_STATE(1203)] = 54452, [SMALL_STATE(1204)] = 54510, [SMALL_STATE(1205)] = 54568, [SMALL_STATE(1206)] = 54626, [SMALL_STATE(1207)] = 54684, [SMALL_STATE(1208)] = 54742, [SMALL_STATE(1209)] = 54800, [SMALL_STATE(1210)] = 54858, [SMALL_STATE(1211)] = 54916, [SMALL_STATE(1212)] = 54974, [SMALL_STATE(1213)] = 55032, [SMALL_STATE(1214)] = 55090, [SMALL_STATE(1215)] = 55148, [SMALL_STATE(1216)] = 55206, [SMALL_STATE(1217)] = 55264, [SMALL_STATE(1218)] = 55322, [SMALL_STATE(1219)] = 55380, [SMALL_STATE(1220)] = 55438, [SMALL_STATE(1221)] = 55496, [SMALL_STATE(1222)] = 55554, [SMALL_STATE(1223)] = 55612, [SMALL_STATE(1224)] = 55670, [SMALL_STATE(1225)] = 55728, [SMALL_STATE(1226)] = 55786, [SMALL_STATE(1227)] = 55844, [SMALL_STATE(1228)] = 55902, [SMALL_STATE(1229)] = 55960, [SMALL_STATE(1230)] = 56018, [SMALL_STATE(1231)] = 56076, [SMALL_STATE(1232)] = 56134, [SMALL_STATE(1233)] = 56192, [SMALL_STATE(1234)] = 56250, [SMALL_STATE(1235)] = 56308, [SMALL_STATE(1236)] = 56366, [SMALL_STATE(1237)] = 56424, [SMALL_STATE(1238)] = 56482, [SMALL_STATE(1239)] = 56540, [SMALL_STATE(1240)] = 56598, [SMALL_STATE(1241)] = 56656, [SMALL_STATE(1242)] = 56714, [SMALL_STATE(1243)] = 56772, [SMALL_STATE(1244)] = 56830, [SMALL_STATE(1245)] = 56888, [SMALL_STATE(1246)] = 56946, [SMALL_STATE(1247)] = 57004, [SMALL_STATE(1248)] = 57062, [SMALL_STATE(1249)] = 57120, [SMALL_STATE(1250)] = 57178, [SMALL_STATE(1251)] = 57236, [SMALL_STATE(1252)] = 57294, [SMALL_STATE(1253)] = 57352, [SMALL_STATE(1254)] = 57410, [SMALL_STATE(1255)] = 57468, [SMALL_STATE(1256)] = 57526, [SMALL_STATE(1257)] = 57584, [SMALL_STATE(1258)] = 57642, [SMALL_STATE(1259)] = 57700, [SMALL_STATE(1260)] = 57758, [SMALL_STATE(1261)] = 57816, [SMALL_STATE(1262)] = 57874, [SMALL_STATE(1263)] = 57932, [SMALL_STATE(1264)] = 57990, [SMALL_STATE(1265)] = 58048, [SMALL_STATE(1266)] = 58106, [SMALL_STATE(1267)] = 58164, [SMALL_STATE(1268)] = 58222, [SMALL_STATE(1269)] = 58280, [SMALL_STATE(1270)] = 58338, [SMALL_STATE(1271)] = 58396, [SMALL_STATE(1272)] = 58454, [SMALL_STATE(1273)] = 58512, [SMALL_STATE(1274)] = 58570, [SMALL_STATE(1275)] = 58628, [SMALL_STATE(1276)] = 58686, [SMALL_STATE(1277)] = 58744, [SMALL_STATE(1278)] = 58802, [SMALL_STATE(1279)] = 58860, [SMALL_STATE(1280)] = 58918, [SMALL_STATE(1281)] = 58978, [SMALL_STATE(1282)] = 59036, [SMALL_STATE(1283)] = 59094, [SMALL_STATE(1284)] = 59152, [SMALL_STATE(1285)] = 59210, [SMALL_STATE(1286)] = 59268, [SMALL_STATE(1287)] = 59326, [SMALL_STATE(1288)] = 59384, [SMALL_STATE(1289)] = 59442, [SMALL_STATE(1290)] = 59500, [SMALL_STATE(1291)] = 59558, [SMALL_STATE(1292)] = 59616, [SMALL_STATE(1293)] = 59674, [SMALL_STATE(1294)] = 59732, [SMALL_STATE(1295)] = 59790, [SMALL_STATE(1296)] = 59848, [SMALL_STATE(1297)] = 59906, [SMALL_STATE(1298)] = 59964, [SMALL_STATE(1299)] = 60022, [SMALL_STATE(1300)] = 60080, [SMALL_STATE(1301)] = 60138, [SMALL_STATE(1302)] = 60196, [SMALL_STATE(1303)] = 60254, [SMALL_STATE(1304)] = 60314, [SMALL_STATE(1305)] = 60374, [SMALL_STATE(1306)] = 60432, [SMALL_STATE(1307)] = 60490, [SMALL_STATE(1308)] = 60548, [SMALL_STATE(1309)] = 60606, [SMALL_STATE(1310)] = 60664, [SMALL_STATE(1311)] = 60722, [SMALL_STATE(1312)] = 60780, [SMALL_STATE(1313)] = 60838, [SMALL_STATE(1314)] = 60896, [SMALL_STATE(1315)] = 60954, [SMALL_STATE(1316)] = 61012, [SMALL_STATE(1317)] = 61070, [SMALL_STATE(1318)] = 61128, [SMALL_STATE(1319)] = 61186, [SMALL_STATE(1320)] = 61244, [SMALL_STATE(1321)] = 61302, [SMALL_STATE(1322)] = 61360, [SMALL_STATE(1323)] = 61418, [SMALL_STATE(1324)] = 61476, [SMALL_STATE(1325)] = 61534, [SMALL_STATE(1326)] = 61592, [SMALL_STATE(1327)] = 61650, [SMALL_STATE(1328)] = 61708, [SMALL_STATE(1329)] = 61766, [SMALL_STATE(1330)] = 61824, [SMALL_STATE(1331)] = 61882, [SMALL_STATE(1332)] = 61940, [SMALL_STATE(1333)] = 61998, [SMALL_STATE(1334)] = 62056, [SMALL_STATE(1335)] = 62114, [SMALL_STATE(1336)] = 62172, [SMALL_STATE(1337)] = 62230, [SMALL_STATE(1338)] = 62288, [SMALL_STATE(1339)] = 62346, [SMALL_STATE(1340)] = 62404, [SMALL_STATE(1341)] = 62462, [SMALL_STATE(1342)] = 62520, [SMALL_STATE(1343)] = 62578, [SMALL_STATE(1344)] = 62636, [SMALL_STATE(1345)] = 62694, [SMALL_STATE(1346)] = 62752, [SMALL_STATE(1347)] = 62810, [SMALL_STATE(1348)] = 62868, [SMALL_STATE(1349)] = 62926, [SMALL_STATE(1350)] = 62984, [SMALL_STATE(1351)] = 63042, [SMALL_STATE(1352)] = 63100, [SMALL_STATE(1353)] = 63158, [SMALL_STATE(1354)] = 63216, [SMALL_STATE(1355)] = 63274, [SMALL_STATE(1356)] = 63332, [SMALL_STATE(1357)] = 63390, [SMALL_STATE(1358)] = 63448, [SMALL_STATE(1359)] = 63506, [SMALL_STATE(1360)] = 63564, [SMALL_STATE(1361)] = 63622, [SMALL_STATE(1362)] = 63680, [SMALL_STATE(1363)] = 63738, [SMALL_STATE(1364)] = 63798, [SMALL_STATE(1365)] = 63856, [SMALL_STATE(1366)] = 63916, [SMALL_STATE(1367)] = 63974, [SMALL_STATE(1368)] = 64032, [SMALL_STATE(1369)] = 64090, [SMALL_STATE(1370)] = 64148, [SMALL_STATE(1371)] = 64206, [SMALL_STATE(1372)] = 64264, [SMALL_STATE(1373)] = 64324, [SMALL_STATE(1374)] = 64384, [SMALL_STATE(1375)] = 64444, [SMALL_STATE(1376)] = 64502, [SMALL_STATE(1377)] = 64560, [SMALL_STATE(1378)] = 64618, [SMALL_STATE(1379)] = 64676, [SMALL_STATE(1380)] = 64734, [SMALL_STATE(1381)] = 64792, [SMALL_STATE(1382)] = 64850, [SMALL_STATE(1383)] = 64908, [SMALL_STATE(1384)] = 64966, [SMALL_STATE(1385)] = 65024, [SMALL_STATE(1386)] = 65082, [SMALL_STATE(1387)] = 65140, [SMALL_STATE(1388)] = 65198, [SMALL_STATE(1389)] = 65256, [SMALL_STATE(1390)] = 65314, [SMALL_STATE(1391)] = 65372, [SMALL_STATE(1392)] = 65430, [SMALL_STATE(1393)] = 65488, [SMALL_STATE(1394)] = 65546, [SMALL_STATE(1395)] = 65604, [SMALL_STATE(1396)] = 65662, [SMALL_STATE(1397)] = 65720, [SMALL_STATE(1398)] = 65778, [SMALL_STATE(1399)] = 65836, [SMALL_STATE(1400)] = 65894, [SMALL_STATE(1401)] = 65952, [SMALL_STATE(1402)] = 66010, [SMALL_STATE(1403)] = 66068, [SMALL_STATE(1404)] = 66126, [SMALL_STATE(1405)] = 66184, [SMALL_STATE(1406)] = 66242, [SMALL_STATE(1407)] = 66300, [SMALL_STATE(1408)] = 66358, [SMALL_STATE(1409)] = 66416, [SMALL_STATE(1410)] = 66474, [SMALL_STATE(1411)] = 66534, [SMALL_STATE(1412)] = 66592, [SMALL_STATE(1413)] = 66650, [SMALL_STATE(1414)] = 66708, [SMALL_STATE(1415)] = 66766, [SMALL_STATE(1416)] = 66824, [SMALL_STATE(1417)] = 66882, [SMALL_STATE(1418)] = 66940, [SMALL_STATE(1419)] = 66998, [SMALL_STATE(1420)] = 67056, [SMALL_STATE(1421)] = 67114, [SMALL_STATE(1422)] = 67172, [SMALL_STATE(1423)] = 67230, [SMALL_STATE(1424)] = 67288, [SMALL_STATE(1425)] = 67346, [SMALL_STATE(1426)] = 67404, [SMALL_STATE(1427)] = 67462, [SMALL_STATE(1428)] = 67520, [SMALL_STATE(1429)] = 67578, [SMALL_STATE(1430)] = 67636, [SMALL_STATE(1431)] = 67694, [SMALL_STATE(1432)] = 67752, [SMALL_STATE(1433)] = 67810, [SMALL_STATE(1434)] = 67868, [SMALL_STATE(1435)] = 67926, [SMALL_STATE(1436)] = 67984, [SMALL_STATE(1437)] = 68042, [SMALL_STATE(1438)] = 68100, [SMALL_STATE(1439)] = 68158, [SMALL_STATE(1440)] = 68216, [SMALL_STATE(1441)] = 68274, [SMALL_STATE(1442)] = 68332, [SMALL_STATE(1443)] = 68390, [SMALL_STATE(1444)] = 68448, [SMALL_STATE(1445)] = 68506, [SMALL_STATE(1446)] = 68564, [SMALL_STATE(1447)] = 68622, [SMALL_STATE(1448)] = 68680, [SMALL_STATE(1449)] = 68738, [SMALL_STATE(1450)] = 68796, [SMALL_STATE(1451)] = 68854, [SMALL_STATE(1452)] = 68912, [SMALL_STATE(1453)] = 68970, [SMALL_STATE(1454)] = 69028, [SMALL_STATE(1455)] = 69086, [SMALL_STATE(1456)] = 69144, [SMALL_STATE(1457)] = 69204, [SMALL_STATE(1458)] = 69262, [SMALL_STATE(1459)] = 69320, [SMALL_STATE(1460)] = 69378, [SMALL_STATE(1461)] = 69436, [SMALL_STATE(1462)] = 69494, [SMALL_STATE(1463)] = 69552, [SMALL_STATE(1464)] = 69612, [SMALL_STATE(1465)] = 69670, [SMALL_STATE(1466)] = 69728, [SMALL_STATE(1467)] = 69786, [SMALL_STATE(1468)] = 69844, [SMALL_STATE(1469)] = 69902, [SMALL_STATE(1470)] = 69960, [SMALL_STATE(1471)] = 70018, [SMALL_STATE(1472)] = 70076, [SMALL_STATE(1473)] = 70136, [SMALL_STATE(1474)] = 70194, [SMALL_STATE(1475)] = 70252, [SMALL_STATE(1476)] = 70310, [SMALL_STATE(1477)] = 70368, [SMALL_STATE(1478)] = 70426, [SMALL_STATE(1479)] = 70484, [SMALL_STATE(1480)] = 70542, [SMALL_STATE(1481)] = 70600, [SMALL_STATE(1482)] = 70658, [SMALL_STATE(1483)] = 70716, [SMALL_STATE(1484)] = 70774, [SMALL_STATE(1485)] = 70832, [SMALL_STATE(1486)] = 70890, [SMALL_STATE(1487)] = 70948, [SMALL_STATE(1488)] = 71006, [SMALL_STATE(1489)] = 71064, [SMALL_STATE(1490)] = 71122, [SMALL_STATE(1491)] = 71180, [SMALL_STATE(1492)] = 71238, [SMALL_STATE(1493)] = 71296, [SMALL_STATE(1494)] = 71354, [SMALL_STATE(1495)] = 71412, [SMALL_STATE(1496)] = 71470, [SMALL_STATE(1497)] = 71528, [SMALL_STATE(1498)] = 71586, [SMALL_STATE(1499)] = 71644, [SMALL_STATE(1500)] = 71702, [SMALL_STATE(1501)] = 71760, [SMALL_STATE(1502)] = 71818, [SMALL_STATE(1503)] = 71876, [SMALL_STATE(1504)] = 71934, [SMALL_STATE(1505)] = 71992, [SMALL_STATE(1506)] = 72050, [SMALL_STATE(1507)] = 72108, [SMALL_STATE(1508)] = 72166, [SMALL_STATE(1509)] = 72224, [SMALL_STATE(1510)] = 72282, [SMALL_STATE(1511)] = 72340, [SMALL_STATE(1512)] = 72398, [SMALL_STATE(1513)] = 72456, [SMALL_STATE(1514)] = 72514, [SMALL_STATE(1515)] = 72572, [SMALL_STATE(1516)] = 72630, [SMALL_STATE(1517)] = 72688, [SMALL_STATE(1518)] = 72746, [SMALL_STATE(1519)] = 72804, [SMALL_STATE(1520)] = 72862, [SMALL_STATE(1521)] = 72920, [SMALL_STATE(1522)] = 72978, [SMALL_STATE(1523)] = 73036, [SMALL_STATE(1524)] = 73094, [SMALL_STATE(1525)] = 73152, [SMALL_STATE(1526)] = 73212, [SMALL_STATE(1527)] = 73270, [SMALL_STATE(1528)] = 73328, [SMALL_STATE(1529)] = 73386, [SMALL_STATE(1530)] = 73446, [SMALL_STATE(1531)] = 73504, [SMALL_STATE(1532)] = 73564, [SMALL_STATE(1533)] = 73622, [SMALL_STATE(1534)] = 73680, [SMALL_STATE(1535)] = 73740, [SMALL_STATE(1536)] = 73800, [SMALL_STATE(1537)] = 73858, [SMALL_STATE(1538)] = 73916, [SMALL_STATE(1539)] = 73976, [SMALL_STATE(1540)] = 74036, [SMALL_STATE(1541)] = 74094, [SMALL_STATE(1542)] = 74152, [SMALL_STATE(1543)] = 74210, [SMALL_STATE(1544)] = 74268, [SMALL_STATE(1545)] = 74326, [SMALL_STATE(1546)] = 74386, [SMALL_STATE(1547)] = 74444, [SMALL_STATE(1548)] = 74502, [SMALL_STATE(1549)] = 74562, [SMALL_STATE(1550)] = 74620, [SMALL_STATE(1551)] = 74678, [SMALL_STATE(1552)] = 74736, [SMALL_STATE(1553)] = 74794, [SMALL_STATE(1554)] = 74852, [SMALL_STATE(1555)] = 74910, [SMALL_STATE(1556)] = 74968, [SMALL_STATE(1557)] = 75026, [SMALL_STATE(1558)] = 75084, [SMALL_STATE(1559)] = 75142, [SMALL_STATE(1560)] = 75200, [SMALL_STATE(1561)] = 75258, [SMALL_STATE(1562)] = 75316, [SMALL_STATE(1563)] = 75374, [SMALL_STATE(1564)] = 75432, [SMALL_STATE(1565)] = 75490, [SMALL_STATE(1566)] = 75548, [SMALL_STATE(1567)] = 75606, [SMALL_STATE(1568)] = 75664, [SMALL_STATE(1569)] = 75722, [SMALL_STATE(1570)] = 75780, [SMALL_STATE(1571)] = 75838, [SMALL_STATE(1572)] = 75898, [SMALL_STATE(1573)] = 75956, [SMALL_STATE(1574)] = 76014, [SMALL_STATE(1575)] = 76072, [SMALL_STATE(1576)] = 76130, [SMALL_STATE(1577)] = 76188, [SMALL_STATE(1578)] = 76248, [SMALL_STATE(1579)] = 76306, [SMALL_STATE(1580)] = 76364, [SMALL_STATE(1581)] = 76422, [SMALL_STATE(1582)] = 76480, [SMALL_STATE(1583)] = 76538, [SMALL_STATE(1584)] = 76596, [SMALL_STATE(1585)] = 76656, [SMALL_STATE(1586)] = 76714, [SMALL_STATE(1587)] = 76772, [SMALL_STATE(1588)] = 76830, [SMALL_STATE(1589)] = 76888, [SMALL_STATE(1590)] = 76946, [SMALL_STATE(1591)] = 77004, [SMALL_STATE(1592)] = 77062, [SMALL_STATE(1593)] = 77120, [SMALL_STATE(1594)] = 77178, [SMALL_STATE(1595)] = 77236, [SMALL_STATE(1596)] = 77294, [SMALL_STATE(1597)] = 77352, [SMALL_STATE(1598)] = 77410, [SMALL_STATE(1599)] = 77468, [SMALL_STATE(1600)] = 77526, [SMALL_STATE(1601)] = 77584, [SMALL_STATE(1602)] = 77642, [SMALL_STATE(1603)] = 77700, [SMALL_STATE(1604)] = 77758, [SMALL_STATE(1605)] = 77816, [SMALL_STATE(1606)] = 77874, [SMALL_STATE(1607)] = 77934, [SMALL_STATE(1608)] = 77992, [SMALL_STATE(1609)] = 78052, [SMALL_STATE(1610)] = 78112, [SMALL_STATE(1611)] = 78170, [SMALL_STATE(1612)] = 78230, [SMALL_STATE(1613)] = 78288, [SMALL_STATE(1614)] = 78346, [SMALL_STATE(1615)] = 78406, [SMALL_STATE(1616)] = 78464, [SMALL_STATE(1617)] = 78522, [SMALL_STATE(1618)] = 78580, [SMALL_STATE(1619)] = 78638, [SMALL_STATE(1620)] = 78696, [SMALL_STATE(1621)] = 78754, [SMALL_STATE(1622)] = 78812, [SMALL_STATE(1623)] = 78870, [SMALL_STATE(1624)] = 78928, [SMALL_STATE(1625)] = 78988, [SMALL_STATE(1626)] = 79046, [SMALL_STATE(1627)] = 79104, [SMALL_STATE(1628)] = 79162, [SMALL_STATE(1629)] = 79220, [SMALL_STATE(1630)] = 79278, [SMALL_STATE(1631)] = 79336, [SMALL_STATE(1632)] = 79394, [SMALL_STATE(1633)] = 79454, [SMALL_STATE(1634)] = 79512, [SMALL_STATE(1635)] = 79572, [SMALL_STATE(1636)] = 79630, [SMALL_STATE(1637)] = 79688, [SMALL_STATE(1638)] = 79746, [SMALL_STATE(1639)] = 79804, [SMALL_STATE(1640)] = 79862, [SMALL_STATE(1641)] = 79920, [SMALL_STATE(1642)] = 79978, [SMALL_STATE(1643)] = 80036, [SMALL_STATE(1644)] = 80094, [SMALL_STATE(1645)] = 80152, [SMALL_STATE(1646)] = 80210, [SMALL_STATE(1647)] = 80253, [SMALL_STATE(1648)] = 80298, [SMALL_STATE(1649)] = 80335, [SMALL_STATE(1650)] = 80374, [SMALL_STATE(1651)] = 80419, [SMALL_STATE(1652)] = 80470, [SMALL_STATE(1653)] = 80521, [SMALL_STATE(1654)] = 80571, [SMALL_STATE(1655)] = 80615, [SMALL_STATE(1656)] = 80665, [SMALL_STATE(1657)] = 80703, [SMALL_STATE(1658)] = 80747, [SMALL_STATE(1659)] = 80791, [SMALL_STATE(1660)] = 80829, [SMALL_STATE(1661)] = 80873, [SMALL_STATE(1662)] = 80909, [SMALL_STATE(1663)] = 80945, [SMALL_STATE(1664)] = 80982, [SMALL_STATE(1665)] = 81019, [SMALL_STATE(1666)] = 81056, [SMALL_STATE(1667)] = 81099, [SMALL_STATE(1668)] = 81136, [SMALL_STATE(1669)] = 81185, [SMALL_STATE(1670)] = 81228, [SMALL_STATE(1671)] = 81271, [SMALL_STATE(1672)] = 81320, [SMALL_STATE(1673)] = 81355, [SMALL_STATE(1674)] = 81392, [SMALL_STATE(1675)] = 81427, [SMALL_STATE(1676)] = 81468, [SMALL_STATE(1677)] = 81505, [SMALL_STATE(1678)] = 81542, [SMALL_STATE(1679)] = 81579, [SMALL_STATE(1680)] = 81616, [SMALL_STATE(1681)] = 81665, [SMALL_STATE(1682)] = 81702, [SMALL_STATE(1683)] = 81739, [SMALL_STATE(1684)] = 81776, [SMALL_STATE(1685)] = 81813, [SMALL_STATE(1686)] = 81862, [SMALL_STATE(1687)] = 81911, [SMALL_STATE(1688)] = 81960, [SMALL_STATE(1689)] = 81997, [SMALL_STATE(1690)] = 82043, [SMALL_STATE(1691)] = 82079, [SMALL_STATE(1692)] = 82111, [SMALL_STATE(1693)] = 82163, [SMALL_STATE(1694)] = 82199, [SMALL_STATE(1695)] = 82231, [SMALL_STATE(1696)] = 82283, [SMALL_STATE(1697)] = 82319, [SMALL_STATE(1698)] = 82355, [SMALL_STATE(1699)] = 82401, [SMALL_STATE(1700)] = 82433, [SMALL_STATE(1701)] = 82465, [SMALL_STATE(1702)] = 82501, [SMALL_STATE(1703)] = 82533, [SMALL_STATE(1704)] = 82565, [SMALL_STATE(1705)] = 82611, [SMALL_STATE(1706)] = 82657, [SMALL_STATE(1707)] = 82689, [SMALL_STATE(1708)] = 82741, [SMALL_STATE(1709)] = 82773, [SMALL_STATE(1710)] = 82805, [SMALL_STATE(1711)] = 82837, [SMALL_STATE(1712)] = 82873, [SMALL_STATE(1713)] = 82905, [SMALL_STATE(1714)] = 82937, [SMALL_STATE(1715)] = 82973, [SMALL_STATE(1716)] = 83009, [SMALL_STATE(1717)] = 83041, [SMALL_STATE(1718)] = 83077, [SMALL_STATE(1719)] = 83109, [SMALL_STATE(1720)] = 83141, [SMALL_STATE(1721)] = 83177, [SMALL_STATE(1722)] = 83209, [SMALL_STATE(1723)] = 83245, [SMALL_STATE(1724)] = 83281, [SMALL_STATE(1725)] = 83315, [SMALL_STATE(1726)] = 83351, [SMALL_STATE(1727)] = 83387, [SMALL_STATE(1728)] = 83423, [SMALL_STATE(1729)] = 83455, [SMALL_STATE(1730)] = 83487, [SMALL_STATE(1731)] = 83533, [SMALL_STATE(1732)] = 83569, [SMALL_STATE(1733)] = 83601, [SMALL_STATE(1734)] = 83633, [SMALL_STATE(1735)] = 83665, [SMALL_STATE(1736)] = 83701, [SMALL_STATE(1737)] = 83737, [SMALL_STATE(1738)] = 83773, [SMALL_STATE(1739)] = 83807, [SMALL_STATE(1740)] = 83841, [SMALL_STATE(1741)] = 83875, [SMALL_STATE(1742)] = 83907, [SMALL_STATE(1743)] = 83939, [SMALL_STATE(1744)] = 83971, [SMALL_STATE(1745)] = 84003, [SMALL_STATE(1746)] = 84035, [SMALL_STATE(1747)] = 84067, [SMALL_STATE(1748)] = 84113, [SMALL_STATE(1749)] = 84147, [SMALL_STATE(1750)] = 84199, [SMALL_STATE(1751)] = 84230, [SMALL_STATE(1752)] = 84261, [SMALL_STATE(1753)] = 84292, [SMALL_STATE(1754)] = 84321, [SMALL_STATE(1755)] = 84356, [SMALL_STATE(1756)] = 84387, [SMALL_STATE(1757)] = 84422, [SMALL_STATE(1758)] = 84453, [SMALL_STATE(1759)] = 84488, [SMALL_STATE(1760)] = 84519, [SMALL_STATE(1761)] = 84550, [SMALL_STATE(1762)] = 84585, [SMALL_STATE(1763)] = 84616, [SMALL_STATE(1764)] = 84647, [SMALL_STATE(1765)] = 84678, [SMALL_STATE(1766)] = 84709, [SMALL_STATE(1767)] = 84740, [SMALL_STATE(1768)] = 84771, [SMALL_STATE(1769)] = 84802, [SMALL_STATE(1770)] = 84833, [SMALL_STATE(1771)] = 84864, [SMALL_STATE(1772)] = 84895, [SMALL_STATE(1773)] = 84926, [SMALL_STATE(1774)] = 84957, [SMALL_STATE(1775)] = 84988, [SMALL_STATE(1776)] = 85019, [SMALL_STATE(1777)] = 85050, [SMALL_STATE(1778)] = 85081, [SMALL_STATE(1779)] = 85112, [SMALL_STATE(1780)] = 85143, [SMALL_STATE(1781)] = 85174, [SMALL_STATE(1782)] = 85205, [SMALL_STATE(1783)] = 85236, [SMALL_STATE(1784)] = 85267, [SMALL_STATE(1785)] = 85298, [SMALL_STATE(1786)] = 85329, [SMALL_STATE(1787)] = 85360, [SMALL_STATE(1788)] = 85391, [SMALL_STATE(1789)] = 85422, [SMALL_STATE(1790)] = 85453, [SMALL_STATE(1791)] = 85484, [SMALL_STATE(1792)] = 85515, [SMALL_STATE(1793)] = 85546, [SMALL_STATE(1794)] = 85577, [SMALL_STATE(1795)] = 85608, [SMALL_STATE(1796)] = 85639, [SMALL_STATE(1797)] = 85670, [SMALL_STATE(1798)] = 85701, [SMALL_STATE(1799)] = 85732, [SMALL_STATE(1800)] = 85763, [SMALL_STATE(1801)] = 85798, [SMALL_STATE(1802)] = 85829, [SMALL_STATE(1803)] = 85860, [SMALL_STATE(1804)] = 85891, [SMALL_STATE(1805)] = 85922, [SMALL_STATE(1806)] = 85953, [SMALL_STATE(1807)] = 85984, [SMALL_STATE(1808)] = 86019, [SMALL_STATE(1809)] = 86050, [SMALL_STATE(1810)] = 86085, [SMALL_STATE(1811)] = 86116, [SMALL_STATE(1812)] = 86147, [SMALL_STATE(1813)] = 86182, [SMALL_STATE(1814)] = 86213, [SMALL_STATE(1815)] = 86244, [SMALL_STATE(1816)] = 86275, [SMALL_STATE(1817)] = 86306, [SMALL_STATE(1818)] = 86337, [SMALL_STATE(1819)] = 86368, [SMALL_STATE(1820)] = 86399, [SMALL_STATE(1821)] = 86430, [SMALL_STATE(1822)] = 86461, [SMALL_STATE(1823)] = 86496, [SMALL_STATE(1824)] = 86531, [SMALL_STATE(1825)] = 86562, [SMALL_STATE(1826)] = 86593, [SMALL_STATE(1827)] = 86624, [SMALL_STATE(1828)] = 86655, [SMALL_STATE(1829)] = 86686, [SMALL_STATE(1830)] = 86717, [SMALL_STATE(1831)] = 86748, [SMALL_STATE(1832)] = 86779, [SMALL_STATE(1833)] = 86810, [SMALL_STATE(1834)] = 86841, [SMALL_STATE(1835)] = 86872, [SMALL_STATE(1836)] = 86903, [SMALL_STATE(1837)] = 86934, [SMALL_STATE(1838)] = 86965, [SMALL_STATE(1839)] = 86996, [SMALL_STATE(1840)] = 87027, [SMALL_STATE(1841)] = 87058, [SMALL_STATE(1842)] = 87089, [SMALL_STATE(1843)] = 87120, [SMALL_STATE(1844)] = 87175, [SMALL_STATE(1845)] = 87230, [SMALL_STATE(1846)] = 87261, [SMALL_STATE(1847)] = 87292, [SMALL_STATE(1848)] = 87327, [SMALL_STATE(1849)] = 87358, [SMALL_STATE(1850)] = 87413, [SMALL_STATE(1851)] = 87444, [SMALL_STATE(1852)] = 87475, [SMALL_STATE(1853)] = 87510, [SMALL_STATE(1854)] = 87541, [SMALL_STATE(1855)] = 87572, [SMALL_STATE(1856)] = 87603, [SMALL_STATE(1857)] = 87634, [SMALL_STATE(1858)] = 87665, [SMALL_STATE(1859)] = 87696, [SMALL_STATE(1860)] = 87751, [SMALL_STATE(1861)] = 87782, [SMALL_STATE(1862)] = 87813, [SMALL_STATE(1863)] = 87848, [SMALL_STATE(1864)] = 87879, [SMALL_STATE(1865)] = 87934, [SMALL_STATE(1866)] = 87965, [SMALL_STATE(1867)] = 88020, [SMALL_STATE(1868)] = 88051, [SMALL_STATE(1869)] = 88106, [SMALL_STATE(1870)] = 88137, [SMALL_STATE(1871)] = 88168, [SMALL_STATE(1872)] = 88199, [SMALL_STATE(1873)] = 88254, [SMALL_STATE(1874)] = 88285, [SMALL_STATE(1875)] = 88316, [SMALL_STATE(1876)] = 88347, [SMALL_STATE(1877)] = 88402, [SMALL_STATE(1878)] = 88433, [SMALL_STATE(1879)] = 88468, [SMALL_STATE(1880)] = 88523, [SMALL_STATE(1881)] = 88554, [SMALL_STATE(1882)] = 88585, [SMALL_STATE(1883)] = 88616, [SMALL_STATE(1884)] = 88647, [SMALL_STATE(1885)] = 88678, [SMALL_STATE(1886)] = 88709, [SMALL_STATE(1887)] = 88740, [SMALL_STATE(1888)] = 88771, [SMALL_STATE(1889)] = 88802, [SMALL_STATE(1890)] = 88833, [SMALL_STATE(1891)] = 88864, [SMALL_STATE(1892)] = 88895, [SMALL_STATE(1893)] = 88926, [SMALL_STATE(1894)] = 88957, [SMALL_STATE(1895)] = 88992, [SMALL_STATE(1896)] = 89023, [SMALL_STATE(1897)] = 89054, [SMALL_STATE(1898)] = 89085, [SMALL_STATE(1899)] = 89140, [SMALL_STATE(1900)] = 89195, [SMALL_STATE(1901)] = 89226, [SMALL_STATE(1902)] = 89257, [SMALL_STATE(1903)] = 89292, [SMALL_STATE(1904)] = 89327, [SMALL_STATE(1905)] = 89363, [SMALL_STATE(1906)] = 89393, [SMALL_STATE(1907)] = 89427, [SMALL_STATE(1908)] = 89481, [SMALL_STATE(1909)] = 89517, [SMALL_STATE(1910)] = 89551, [SMALL_STATE(1911)] = 89605, [SMALL_STATE(1912)] = 89639, [SMALL_STATE(1913)] = 89671, [SMALL_STATE(1914)] = 89701, [SMALL_STATE(1915)] = 89731, [SMALL_STATE(1916)] = 89785, [SMALL_STATE(1917)] = 89821, [SMALL_STATE(1918)] = 89853, [SMALL_STATE(1919)] = 89889, [SMALL_STATE(1920)] = 89921, [SMALL_STATE(1921)] = 89951, [SMALL_STATE(1922)] = 89981, [SMALL_STATE(1923)] = 90011, [SMALL_STATE(1924)] = 90043, [SMALL_STATE(1925)] = 90075, [SMALL_STATE(1926)] = 90105, [SMALL_STATE(1927)] = 90135, [SMALL_STATE(1928)] = 90165, [SMALL_STATE(1929)] = 90195, [SMALL_STATE(1930)] = 90225, [SMALL_STATE(1931)] = 90257, [SMALL_STATE(1932)] = 90311, [SMALL_STATE(1933)] = 90343, [SMALL_STATE(1934)] = 90373, [SMALL_STATE(1935)] = 90405, [SMALL_STATE(1936)] = 90435, [SMALL_STATE(1937)] = 90469, [SMALL_STATE(1938)] = 90499, [SMALL_STATE(1939)] = 90529, [SMALL_STATE(1940)] = 90559, [SMALL_STATE(1941)] = 90589, [SMALL_STATE(1942)] = 90625, [SMALL_STATE(1943)] = 90657, [SMALL_STATE(1944)] = 90689, [SMALL_STATE(1945)] = 90723, [SMALL_STATE(1946)] = 90753, [SMALL_STATE(1947)] = 90785, [SMALL_STATE(1948)] = 90815, [SMALL_STATE(1949)] = 90845, [SMALL_STATE(1950)] = 90875, [SMALL_STATE(1951)] = 90905, [SMALL_STATE(1952)] = 90935, [SMALL_STATE(1953)] = 90967, [SMALL_STATE(1954)] = 90997, [SMALL_STATE(1955)] = 91027, [SMALL_STATE(1956)] = 91081, [SMALL_STATE(1957)] = 91111, [SMALL_STATE(1958)] = 91165, [SMALL_STATE(1959)] = 91201, [SMALL_STATE(1960)] = 91237, [SMALL_STATE(1961)] = 91265, [SMALL_STATE(1962)] = 91295, [SMALL_STATE(1963)] = 91325, [SMALL_STATE(1964)] = 91355, [SMALL_STATE(1965)] = 91389, [SMALL_STATE(1966)] = 91417, [SMALL_STATE(1967)] = 91471, [SMALL_STATE(1968)] = 91525, [SMALL_STATE(1969)] = 91579, [SMALL_STATE(1970)] = 91609, [SMALL_STATE(1971)] = 91639, [SMALL_STATE(1972)] = 91671, [SMALL_STATE(1973)] = 91725, [SMALL_STATE(1974)] = 91755, [SMALL_STATE(1975)] = 91787, [SMALL_STATE(1976)] = 91823, [SMALL_STATE(1977)] = 91853, [SMALL_STATE(1978)] = 91887, [SMALL_STATE(1979)] = 91917, [SMALL_STATE(1980)] = 91947, [SMALL_STATE(1981)] = 91977, [SMALL_STATE(1982)] = 92007, [SMALL_STATE(1983)] = 92037, [SMALL_STATE(1984)] = 92091, [SMALL_STATE(1985)] = 92121, [SMALL_STATE(1986)] = 92153, [SMALL_STATE(1987)] = 92185, [SMALL_STATE(1988)] = 92239, [SMALL_STATE(1989)] = 92269, [SMALL_STATE(1990)] = 92299, [SMALL_STATE(1991)] = 92335, [SMALL_STATE(1992)] = 92365, [SMALL_STATE(1993)] = 92419, [SMALL_STATE(1994)] = 92449, [SMALL_STATE(1995)] = 92479, [SMALL_STATE(1996)] = 92533, [SMALL_STATE(1997)] = 92587, [SMALL_STATE(1998)] = 92641, [SMALL_STATE(1999)] = 92695, [SMALL_STATE(2000)] = 92749, [SMALL_STATE(2001)] = 92779, [SMALL_STATE(2002)] = 92811, [SMALL_STATE(2003)] = 92841, [SMALL_STATE(2004)] = 92873, [SMALL_STATE(2005)] = 92907, [SMALL_STATE(2006)] = 92937, [SMALL_STATE(2007)] = 92967, [SMALL_STATE(2008)] = 92997, [SMALL_STATE(2009)] = 93025, [SMALL_STATE(2010)] = 93057, [SMALL_STATE(2011)] = 93087, [SMALL_STATE(2012)] = 93117, [SMALL_STATE(2013)] = 93147, [SMALL_STATE(2014)] = 93179, [SMALL_STATE(2015)] = 93209, [SMALL_STATE(2016)] = 93239, [SMALL_STATE(2017)] = 93271, [SMALL_STATE(2018)] = 93299, [SMALL_STATE(2019)] = 93329, [SMALL_STATE(2020)] = 93359, [SMALL_STATE(2021)] = 93413, [SMALL_STATE(2022)] = 93443, [SMALL_STATE(2023)] = 93475, [SMALL_STATE(2024)] = 93529, [SMALL_STATE(2025)] = 93565, [SMALL_STATE(2026)] = 93593, [SMALL_STATE(2027)] = 93623, [SMALL_STATE(2028)] = 93653, [SMALL_STATE(2029)] = 93683, [SMALL_STATE(2030)] = 93713, [SMALL_STATE(2031)] = 93741, [SMALL_STATE(2032)] = 93773, [SMALL_STATE(2033)] = 93805, [SMALL_STATE(2034)] = 93837, [SMALL_STATE(2035)] = 93867, [SMALL_STATE(2036)] = 93905, [SMALL_STATE(2037)] = 93935, [SMALL_STATE(2038)] = 93965, [SMALL_STATE(2039)] = 93997, [SMALL_STATE(2040)] = 94027, [SMALL_STATE(2041)] = 94057, [SMALL_STATE(2042)] = 94087, [SMALL_STATE(2043)] = 94117, [SMALL_STATE(2044)] = 94147, [SMALL_STATE(2045)] = 94179, [SMALL_STATE(2046)] = 94209, [SMALL_STATE(2047)] = 94239, [SMALL_STATE(2048)] = 94269, [SMALL_STATE(2049)] = 94299, [SMALL_STATE(2050)] = 94329, [SMALL_STATE(2051)] = 94359, [SMALL_STATE(2052)] = 94389, [SMALL_STATE(2053)] = 94419, [SMALL_STATE(2054)] = 94449, [SMALL_STATE(2055)] = 94479, [SMALL_STATE(2056)] = 94509, [SMALL_STATE(2057)] = 94539, [SMALL_STATE(2058)] = 94569, [SMALL_STATE(2059)] = 94599, [SMALL_STATE(2060)] = 94629, [SMALL_STATE(2061)] = 94659, [SMALL_STATE(2062)] = 94689, [SMALL_STATE(2063)] = 94719, [SMALL_STATE(2064)] = 94749, [SMALL_STATE(2065)] = 94779, [SMALL_STATE(2066)] = 94809, [SMALL_STATE(2067)] = 94839, [SMALL_STATE(2068)] = 94869, [SMALL_STATE(2069)] = 94899, [SMALL_STATE(2070)] = 94931, [SMALL_STATE(2071)] = 94961, [SMALL_STATE(2072)] = 94991, [SMALL_STATE(2073)] = 95045, [SMALL_STATE(2074)] = 95077, [SMALL_STATE(2075)] = 95109, [SMALL_STATE(2076)] = 95139, [SMALL_STATE(2077)] = 95169, [SMALL_STATE(2078)] = 95199, [SMALL_STATE(2079)] = 95229, [SMALL_STATE(2080)] = 95259, [SMALL_STATE(2081)] = 95289, [SMALL_STATE(2082)] = 95321, [SMALL_STATE(2083)] = 95350, [SMALL_STATE(2084)] = 95379, [SMALL_STATE(2085)] = 95430, [SMALL_STATE(2086)] = 95481, [SMALL_STATE(2087)] = 95510, [SMALL_STATE(2088)] = 95539, [SMALL_STATE(2089)] = 95572, [SMALL_STATE(2090)] = 95623, [SMALL_STATE(2091)] = 95674, [SMALL_STATE(2092)] = 95703, [SMALL_STATE(2093)] = 95754, [SMALL_STATE(2094)] = 95805, [SMALL_STATE(2095)] = 95834, [SMALL_STATE(2096)] = 95863, [SMALL_STATE(2097)] = 95914, [SMALL_STATE(2098)] = 95943, [SMALL_STATE(2099)] = 95972, [SMALL_STATE(2100)] = 96005, [SMALL_STATE(2101)] = 96034, [SMALL_STATE(2102)] = 96063, [SMALL_STATE(2103)] = 96092, [SMALL_STATE(2104)] = 96121, [SMALL_STATE(2105)] = 96150, [SMALL_STATE(2106)] = 96179, [SMALL_STATE(2107)] = 96230, [SMALL_STATE(2108)] = 96281, [SMALL_STATE(2109)] = 96310, [SMALL_STATE(2110)] = 96339, [SMALL_STATE(2111)] = 96368, [SMALL_STATE(2112)] = 96401, [SMALL_STATE(2113)] = 96430, [SMALL_STATE(2114)] = 96459, [SMALL_STATE(2115)] = 96488, [SMALL_STATE(2116)] = 96539, [SMALL_STATE(2117)] = 96568, [SMALL_STATE(2118)] = 96619, [SMALL_STATE(2119)] = 96648, [SMALL_STATE(2120)] = 96677, [SMALL_STATE(2121)] = 96706, [SMALL_STATE(2122)] = 96757, [SMALL_STATE(2123)] = 96786, [SMALL_STATE(2124)] = 96815, [SMALL_STATE(2125)] = 96844, [SMALL_STATE(2126)] = 96877, [SMALL_STATE(2127)] = 96906, [SMALL_STATE(2128)] = 96939, [SMALL_STATE(2129)] = 96968, [SMALL_STATE(2130)] = 97019, [SMALL_STATE(2131)] = 97048, [SMALL_STATE(2132)] = 97077, [SMALL_STATE(2133)] = 97106, [SMALL_STATE(2134)] = 97135, [SMALL_STATE(2135)] = 97164, [SMALL_STATE(2136)] = 97193, [SMALL_STATE(2137)] = 97222, [SMALL_STATE(2138)] = 97251, [SMALL_STATE(2139)] = 97302, [SMALL_STATE(2140)] = 97331, [SMALL_STATE(2141)] = 97360, [SMALL_STATE(2142)] = 97393, [SMALL_STATE(2143)] = 97422, [SMALL_STATE(2144)] = 97451, [SMALL_STATE(2145)] = 97502, [SMALL_STATE(2146)] = 97531, [SMALL_STATE(2147)] = 97560, [SMALL_STATE(2148)] = 97589, [SMALL_STATE(2149)] = 97618, [SMALL_STATE(2150)] = 97647, [SMALL_STATE(2151)] = 97678, [SMALL_STATE(2152)] = 97707, [SMALL_STATE(2153)] = 97738, [SMALL_STATE(2154)] = 97767, [SMALL_STATE(2155)] = 97796, [SMALL_STATE(2156)] = 97827, [SMALL_STATE(2157)] = 97856, [SMALL_STATE(2158)] = 97885, [SMALL_STATE(2159)] = 97918, [SMALL_STATE(2160)] = 97947, [SMALL_STATE(2161)] = 97978, [SMALL_STATE(2162)] = 98007, [SMALL_STATE(2163)] = 98058, [SMALL_STATE(2164)] = 98087, [SMALL_STATE(2165)] = 98116, [SMALL_STATE(2166)] = 98145, [SMALL_STATE(2167)] = 98196, [SMALL_STATE(2168)] = 98225, [SMALL_STATE(2169)] = 98254, [SMALL_STATE(2170)] = 98283, [SMALL_STATE(2171)] = 98312, [SMALL_STATE(2172)] = 98341, [SMALL_STATE(2173)] = 98370, [SMALL_STATE(2174)] = 98399, [SMALL_STATE(2175)] = 98450, [SMALL_STATE(2176)] = 98479, [SMALL_STATE(2177)] = 98508, [SMALL_STATE(2178)] = 98537, [SMALL_STATE(2179)] = 98566, [SMALL_STATE(2180)] = 98595, [SMALL_STATE(2181)] = 98624, [SMALL_STATE(2182)] = 98653, [SMALL_STATE(2183)] = 98682, [SMALL_STATE(2184)] = 98733, [SMALL_STATE(2185)] = 98784, [SMALL_STATE(2186)] = 98817, [SMALL_STATE(2187)] = 98846, [SMALL_STATE(2188)] = 98875, [SMALL_STATE(2189)] = 98908, [SMALL_STATE(2190)] = 98941, [SMALL_STATE(2191)] = 98970, [SMALL_STATE(2192)] = 98999, [SMALL_STATE(2193)] = 99028, [SMALL_STATE(2194)] = 99057, [SMALL_STATE(2195)] = 99086, [SMALL_STATE(2196)] = 99115, [SMALL_STATE(2197)] = 99144, [SMALL_STATE(2198)] = 99173, [SMALL_STATE(2199)] = 99202, [SMALL_STATE(2200)] = 99231, [SMALL_STATE(2201)] = 99260, [SMALL_STATE(2202)] = 99289, [SMALL_STATE(2203)] = 99319, [SMALL_STATE(2204)] = 99347, [SMALL_STATE(2205)] = 99373, [SMALL_STATE(2206)] = 99401, [SMALL_STATE(2207)] = 99429, [SMALL_STATE(2208)] = 99479, [SMALL_STATE(2209)] = 99529, [SMALL_STATE(2210)] = 99557, [SMALL_STATE(2211)] = 99585, [SMALL_STATE(2212)] = 99613, [SMALL_STATE(2213)] = 99641, [SMALL_STATE(2214)] = 99667, [SMALL_STATE(2215)] = 99717, [SMALL_STATE(2216)] = 99745, [SMALL_STATE(2217)] = 99795, [SMALL_STATE(2218)] = 99821, [SMALL_STATE(2219)] = 99847, [SMALL_STATE(2220)] = 99897, [SMALL_STATE(2221)] = 99925, [SMALL_STATE(2222)] = 99975, [SMALL_STATE(2223)] = 100023, [SMALL_STATE(2224)] = 100073, [SMALL_STATE(2225)] = 100101, [SMALL_STATE(2226)] = 100129, [SMALL_STATE(2227)] = 100179, [SMALL_STATE(2228)] = 100229, [SMALL_STATE(2229)] = 100257, [SMALL_STATE(2230)] = 100307, [SMALL_STATE(2231)] = 100337, [SMALL_STATE(2232)] = 100387, [SMALL_STATE(2233)] = 100437, [SMALL_STATE(2234)] = 100487, [SMALL_STATE(2235)] = 100515, [SMALL_STATE(2236)] = 100551, [SMALL_STATE(2237)] = 100579, [SMALL_STATE(2238)] = 100607, [SMALL_STATE(2239)] = 100635, [SMALL_STATE(2240)] = 100663, [SMALL_STATE(2241)] = 100691, [SMALL_STATE(2242)] = 100741, [SMALL_STATE(2243)] = 100769, [SMALL_STATE(2244)] = 100797, [SMALL_STATE(2245)] = 100825, [SMALL_STATE(2246)] = 100875, [SMALL_STATE(2247)] = 100923, [SMALL_STATE(2248)] = 100973, [SMALL_STATE(2249)] = 101021, [SMALL_STATE(2250)] = 101071, [SMALL_STATE(2251)] = 101121, [SMALL_STATE(2252)] = 101171, [SMALL_STATE(2253)] = 101221, [SMALL_STATE(2254)] = 101249, [SMALL_STATE(2255)] = 101277, [SMALL_STATE(2256)] = 101327, [SMALL_STATE(2257)] = 101377, [SMALL_STATE(2258)] = 101427, [SMALL_STATE(2259)] = 101477, [SMALL_STATE(2260)] = 101505, [SMALL_STATE(2261)] = 101533, [SMALL_STATE(2262)] = 101561, [SMALL_STATE(2263)] = 101589, [SMALL_STATE(2264)] = 101617, [SMALL_STATE(2265)] = 101667, [SMALL_STATE(2266)] = 101695, [SMALL_STATE(2267)] = 101745, [SMALL_STATE(2268)] = 101773, [SMALL_STATE(2269)] = 101801, [SMALL_STATE(2270)] = 101829, [SMALL_STATE(2271)] = 101879, [SMALL_STATE(2272)] = 101929, [SMALL_STATE(2273)] = 101979, [SMALL_STATE(2274)] = 102029, [SMALL_STATE(2275)] = 102079, [SMALL_STATE(2276)] = 102129, [SMALL_STATE(2277)] = 102157, [SMALL_STATE(2278)] = 102207, [SMALL_STATE(2279)] = 102257, [SMALL_STATE(2280)] = 102307, [SMALL_STATE(2281)] = 102357, [SMALL_STATE(2282)] = 102407, [SMALL_STATE(2283)] = 102457, [SMALL_STATE(2284)] = 102507, [SMALL_STATE(2285)] = 102557, [SMALL_STATE(2286)] = 102607, [SMALL_STATE(2287)] = 102657, [SMALL_STATE(2288)] = 102685, [SMALL_STATE(2289)] = 102735, [SMALL_STATE(2290)] = 102785, [SMALL_STATE(2291)] = 102813, [SMALL_STATE(2292)] = 102863, [SMALL_STATE(2293)] = 102913, [SMALL_STATE(2294)] = 102941, [SMALL_STATE(2295)] = 102969, [SMALL_STATE(2296)] = 102997, [SMALL_STATE(2297)] = 103025, [SMALL_STATE(2298)] = 103053, [SMALL_STATE(2299)] = 103081, [SMALL_STATE(2300)] = 103131, [SMALL_STATE(2301)] = 103159, [SMALL_STATE(2302)] = 103209, [SMALL_STATE(2303)] = 103259, [SMALL_STATE(2304)] = 103309, [SMALL_STATE(2305)] = 103359, [SMALL_STATE(2306)] = 103409, [SMALL_STATE(2307)] = 103437, [SMALL_STATE(2308)] = 103487, [SMALL_STATE(2309)] = 103537, [SMALL_STATE(2310)] = 103565, [SMALL_STATE(2311)] = 103615, [SMALL_STATE(2312)] = 103665, [SMALL_STATE(2313)] = 103715, [SMALL_STATE(2314)] = 103765, [SMALL_STATE(2315)] = 103815, [SMALL_STATE(2316)] = 103865, [SMALL_STATE(2317)] = 103915, [SMALL_STATE(2318)] = 103965, [SMALL_STATE(2319)] = 103993, [SMALL_STATE(2320)] = 104021, [SMALL_STATE(2321)] = 104049, [SMALL_STATE(2322)] = 104077, [SMALL_STATE(2323)] = 104105, [SMALL_STATE(2324)] = 104155, [SMALL_STATE(2325)] = 104183, [SMALL_STATE(2326)] = 104211, [SMALL_STATE(2327)] = 104239, [SMALL_STATE(2328)] = 104289, [SMALL_STATE(2329)] = 104339, [SMALL_STATE(2330)] = 104389, [SMALL_STATE(2331)] = 104417, [SMALL_STATE(2332)] = 104445, [SMALL_STATE(2333)] = 104492, [SMALL_STATE(2334)] = 104519, [SMALL_STATE(2335)] = 104554, [SMALL_STATE(2336)] = 104589, [SMALL_STATE(2337)] = 104624, [SMALL_STATE(2338)] = 104651, [SMALL_STATE(2339)] = 104686, [SMALL_STATE(2340)] = 104733, [SMALL_STATE(2341)] = 104758, [SMALL_STATE(2342)] = 104793, [SMALL_STATE(2343)] = 104828, [SMALL_STATE(2344)] = 104875, [SMALL_STATE(2345)] = 104910, [SMALL_STATE(2346)] = 104937, [SMALL_STATE(2347)] = 104984, [SMALL_STATE(2348)] = 105031, [SMALL_STATE(2349)] = 105066, [SMALL_STATE(2350)] = 105101, [SMALL_STATE(2351)] = 105148, [SMALL_STATE(2352)] = 105183, [SMALL_STATE(2353)] = 105230, [SMALL_STATE(2354)] = 105265, [SMALL_STATE(2355)] = 105300, [SMALL_STATE(2356)] = 105347, [SMALL_STATE(2357)] = 105382, [SMALL_STATE(2358)] = 105429, [SMALL_STATE(2359)] = 105476, [SMALL_STATE(2360)] = 105511, [SMALL_STATE(2361)] = 105546, [SMALL_STATE(2362)] = 105581, [SMALL_STATE(2363)] = 105616, [SMALL_STATE(2364)] = 105663, [SMALL_STATE(2365)] = 105698, [SMALL_STATE(2366)] = 105745, [SMALL_STATE(2367)] = 105792, [SMALL_STATE(2368)] = 105827, [SMALL_STATE(2369)] = 105854, [SMALL_STATE(2370)] = 105881, [SMALL_STATE(2371)] = 105908, [SMALL_STATE(2372)] = 105943, [SMALL_STATE(2373)] = 105978, [SMALL_STATE(2374)] = 106013, [SMALL_STATE(2375)] = 106048, [SMALL_STATE(2376)] = 106095, [SMALL_STATE(2377)] = 106142, [SMALL_STATE(2378)] = 106189, [SMALL_STATE(2379)] = 106224, [SMALL_STATE(2380)] = 106259, [SMALL_STATE(2381)] = 106294, [SMALL_STATE(2382)] = 106329, [SMALL_STATE(2383)] = 106356, [SMALL_STATE(2384)] = 106391, [SMALL_STATE(2385)] = 106426, [SMALL_STATE(2386)] = 106461, [SMALL_STATE(2387)] = 106488, [SMALL_STATE(2388)] = 106535, [SMALL_STATE(2389)] = 106562, [SMALL_STATE(2390)] = 106589, [SMALL_STATE(2391)] = 106624, [SMALL_STATE(2392)] = 106651, [SMALL_STATE(2393)] = 106698, [SMALL_STATE(2394)] = 106745, [SMALL_STATE(2395)] = 106780, [SMALL_STATE(2396)] = 106807, [SMALL_STATE(2397)] = 106854, [SMALL_STATE(2398)] = 106889, [SMALL_STATE(2399)] = 106931, [SMALL_STATE(2400)] = 106967, [SMALL_STATE(2401)] = 107009, [SMALL_STATE(2402)] = 107048, [SMALL_STATE(2403)] = 107087, [SMALL_STATE(2404)] = 107126, [SMALL_STATE(2405)] = 107165, [SMALL_STATE(2406)] = 107204, [SMALL_STATE(2407)] = 107243, [SMALL_STATE(2408)] = 107282, [SMALL_STATE(2409)] = 107321, [SMALL_STATE(2410)] = 107360, [SMALL_STATE(2411)] = 107399, [SMALL_STATE(2412)] = 107438, [SMALL_STATE(2413)] = 107477, [SMALL_STATE(2414)] = 107516, [SMALL_STATE(2415)] = 107555, [SMALL_STATE(2416)] = 107594, [SMALL_STATE(2417)] = 107633, [SMALL_STATE(2418)] = 107672, [SMALL_STATE(2419)] = 107711, [SMALL_STATE(2420)] = 107750, [SMALL_STATE(2421)] = 107789, [SMALL_STATE(2422)] = 107828, [SMALL_STATE(2423)] = 107867, [SMALL_STATE(2424)] = 107906, [SMALL_STATE(2425)] = 107945, [SMALL_STATE(2426)] = 107972, [SMALL_STATE(2427)] = 108011, [SMALL_STATE(2428)] = 108050, [SMALL_STATE(2429)] = 108089, [SMALL_STATE(2430)] = 108128, [SMALL_STATE(2431)] = 108167, [SMALL_STATE(2432)] = 108206, [SMALL_STATE(2433)] = 108245, [SMALL_STATE(2434)] = 108284, [SMALL_STATE(2435)] = 108311, [SMALL_STATE(2436)] = 108350, [SMALL_STATE(2437)] = 108389, [SMALL_STATE(2438)] = 108428, [SMALL_STATE(2439)] = 108467, [SMALL_STATE(2440)] = 108506, [SMALL_STATE(2441)] = 108545, [SMALL_STATE(2442)] = 108584, [SMALL_STATE(2443)] = 108611, [SMALL_STATE(2444)] = 108650, [SMALL_STATE(2445)] = 108677, [SMALL_STATE(2446)] = 108716, [SMALL_STATE(2447)] = 108755, [SMALL_STATE(2448)] = 108794, [SMALL_STATE(2449)] = 108833, [SMALL_STATE(2450)] = 108872, [SMALL_STATE(2451)] = 108911, [SMALL_STATE(2452)] = 108950, [SMALL_STATE(2453)] = 108989, [SMALL_STATE(2454)] = 109028, [SMALL_STATE(2455)] = 109067, [SMALL_STATE(2456)] = 109106, [SMALL_STATE(2457)] = 109145, [SMALL_STATE(2458)] = 109184, [SMALL_STATE(2459)] = 109223, [SMALL_STATE(2460)] = 109262, [SMALL_STATE(2461)] = 109301, [SMALL_STATE(2462)] = 109340, [SMALL_STATE(2463)] = 109379, [SMALL_STATE(2464)] = 109418, [SMALL_STATE(2465)] = 109457, [SMALL_STATE(2466)] = 109496, [SMALL_STATE(2467)] = 109520, [SMALL_STATE(2468)] = 109544, [SMALL_STATE(2469)] = 109568, [SMALL_STATE(2470)] = 109592, [SMALL_STATE(2471)] = 109616, [SMALL_STATE(2472)] = 109640, [SMALL_STATE(2473)] = 109664, [SMALL_STATE(2474)] = 109688, [SMALL_STATE(2475)] = 109712, [SMALL_STATE(2476)] = 109736, [SMALL_STATE(2477)] = 109762, [SMALL_STATE(2478)] = 109786, [SMALL_STATE(2479)] = 109810, [SMALL_STATE(2480)] = 109834, [SMALL_STATE(2481)] = 109858, [SMALL_STATE(2482)] = 109882, [SMALL_STATE(2483)] = 109906, [SMALL_STATE(2484)] = 109930, [SMALL_STATE(2485)] = 109954, [SMALL_STATE(2486)] = 109978, [SMALL_STATE(2487)] = 110002, [SMALL_STATE(2488)] = 110026, [SMALL_STATE(2489)] = 110050, [SMALL_STATE(2490)] = 110076, [SMALL_STATE(2491)] = 110100, [SMALL_STATE(2492)] = 110124, [SMALL_STATE(2493)] = 110148, [SMALL_STATE(2494)] = 110172, [SMALL_STATE(2495)] = 110205, [SMALL_STATE(2496)] = 110238, [SMALL_STATE(2497)] = 110259, [SMALL_STATE(2498)] = 110285, [SMALL_STATE(2499)] = 110311, [SMALL_STATE(2500)] = 110337, [SMALL_STATE(2501)] = 110363, [SMALL_STATE(2502)] = 110395, [SMALL_STATE(2503)] = 110426, [SMALL_STATE(2504)] = 110457, [SMALL_STATE(2505)] = 110488, [SMALL_STATE(2506)] = 110519, [SMALL_STATE(2507)] = 110548, [SMALL_STATE(2508)] = 110579, [SMALL_STATE(2509)] = 110610, [SMALL_STATE(2510)] = 110639, [SMALL_STATE(2511)] = 110668, [SMALL_STATE(2512)] = 110697, [SMALL_STATE(2513)] = 110728, [SMALL_STATE(2514)] = 110757, [SMALL_STATE(2515)] = 110778, [SMALL_STATE(2516)] = 110809, [SMALL_STATE(2517)] = 110840, [SMALL_STATE(2518)] = 110869, [SMALL_STATE(2519)] = 110900, [SMALL_STATE(2520)] = 110929, [SMALL_STATE(2521)] = 110954, [SMALL_STATE(2522)] = 110985, [SMALL_STATE(2523)] = 111016, [SMALL_STATE(2524)] = 111045, [SMALL_STATE(2525)] = 111076, [SMALL_STATE(2526)] = 111105, [SMALL_STATE(2527)] = 111134, [SMALL_STATE(2528)] = 111165, [SMALL_STATE(2529)] = 111186, [SMALL_STATE(2530)] = 111215, [SMALL_STATE(2531)] = 111246, [SMALL_STATE(2532)] = 111275, [SMALL_STATE(2533)] = 111306, [SMALL_STATE(2534)] = 111327, [SMALL_STATE(2535)] = 111348, [SMALL_STATE(2536)] = 111369, [SMALL_STATE(2537)] = 111390, [SMALL_STATE(2538)] = 111411, [SMALL_STATE(2539)] = 111432, [SMALL_STATE(2540)] = 111453, [SMALL_STATE(2541)] = 111474, [SMALL_STATE(2542)] = 111495, [SMALL_STATE(2543)] = 111516, [SMALL_STATE(2544)] = 111537, [SMALL_STATE(2545)] = 111558, [SMALL_STATE(2546)] = 111587, [SMALL_STATE(2547)] = 111608, [SMALL_STATE(2548)] = 111637, [SMALL_STATE(2549)] = 111658, [SMALL_STATE(2550)] = 111679, [SMALL_STATE(2551)] = 111710, [SMALL_STATE(2552)] = 111739, [SMALL_STATE(2553)] = 111768, [SMALL_STATE(2554)] = 111799, [SMALL_STATE(2555)] = 111830, [SMALL_STATE(2556)] = 111851, [SMALL_STATE(2557)] = 111880, [SMALL_STATE(2558)] = 111911, [SMALL_STATE(2559)] = 111932, [SMALL_STATE(2560)] = 111961, [SMALL_STATE(2561)] = 111982, [SMALL_STATE(2562)] = 112003, [SMALL_STATE(2563)] = 112034, [SMALL_STATE(2564)] = 112055, [SMALL_STATE(2565)] = 112076, [SMALL_STATE(2566)] = 112107, [SMALL_STATE(2567)] = 112136, [SMALL_STATE(2568)] = 112157, [SMALL_STATE(2569)] = 112178, [SMALL_STATE(2570)] = 112199, [SMALL_STATE(2571)] = 112228, [SMALL_STATE(2572)] = 112259, [SMALL_STATE(2573)] = 112288, [SMALL_STATE(2574)] = 112319, [SMALL_STATE(2575)] = 112350, [SMALL_STATE(2576)] = 112379, [SMALL_STATE(2577)] = 112410, [SMALL_STATE(2578)] = 112439, [SMALL_STATE(2579)] = 112470, [SMALL_STATE(2580)] = 112495, [SMALL_STATE(2581)] = 112524, [SMALL_STATE(2582)] = 112555, [SMALL_STATE(2583)] = 112586, [SMALL_STATE(2584)] = 112617, [SMALL_STATE(2585)] = 112646, [SMALL_STATE(2586)] = 112675, [SMALL_STATE(2587)] = 112704, [SMALL_STATE(2588)] = 112733, [SMALL_STATE(2589)] = 112764, [SMALL_STATE(2590)] = 112793, [SMALL_STATE(2591)] = 112813, [SMALL_STATE(2592)] = 112837, [SMALL_STATE(2593)] = 112857, [SMALL_STATE(2594)] = 112881, [SMALL_STATE(2595)] = 112901, [SMALL_STATE(2596)] = 112925, [SMALL_STATE(2597)] = 112945, [SMALL_STATE(2598)] = 112965, [SMALL_STATE(2599)] = 112989, [SMALL_STATE(2600)] = 113013, [SMALL_STATE(2601)] = 113037, [SMALL_STATE(2602)] = 113061, [SMALL_STATE(2603)] = 113081, [SMALL_STATE(2604)] = 113105, [SMALL_STATE(2605)] = 113125, [SMALL_STATE(2606)] = 113149, [SMALL_STATE(2607)] = 113173, [SMALL_STATE(2608)] = 113197, [SMALL_STATE(2609)] = 113221, [SMALL_STATE(2610)] = 113245, [SMALL_STATE(2611)] = 113269, [SMALL_STATE(2612)] = 113289, [SMALL_STATE(2613)] = 113313, [SMALL_STATE(2614)] = 113337, [SMALL_STATE(2615)] = 113361, [SMALL_STATE(2616)] = 113385, [SMALL_STATE(2617)] = 113409, [SMALL_STATE(2618)] = 113433, [SMALL_STATE(2619)] = 113457, [SMALL_STATE(2620)] = 113481, [SMALL_STATE(2621)] = 113505, [SMALL_STATE(2622)] = 113529, [SMALL_STATE(2623)] = 113553, [SMALL_STATE(2624)] = 113573, [SMALL_STATE(2625)] = 113597, [SMALL_STATE(2626)] = 113621, [SMALL_STATE(2627)] = 113645, [SMALL_STATE(2628)] = 113669, [SMALL_STATE(2629)] = 113693, [SMALL_STATE(2630)] = 113717, [SMALL_STATE(2631)] = 113737, [SMALL_STATE(2632)] = 113761, [SMALL_STATE(2633)] = 113785, [SMALL_STATE(2634)] = 113809, [SMALL_STATE(2635)] = 113833, [SMALL_STATE(2636)] = 113857, [SMALL_STATE(2637)] = 113881, [SMALL_STATE(2638)] = 113905, [SMALL_STATE(2639)] = 113929, [SMALL_STATE(2640)] = 113953, [SMALL_STATE(2641)] = 113977, [SMALL_STATE(2642)] = 114001, [SMALL_STATE(2643)] = 114025, [SMALL_STATE(2644)] = 114049, [SMALL_STATE(2645)] = 114073, [SMALL_STATE(2646)] = 114097, [SMALL_STATE(2647)] = 114121, [SMALL_STATE(2648)] = 114145, [SMALL_STATE(2649)] = 114169, [SMALL_STATE(2650)] = 114193, [SMALL_STATE(2651)] = 114217, [SMALL_STATE(2652)] = 114241, [SMALL_STATE(2653)] = 114265, [SMALL_STATE(2654)] = 114285, [SMALL_STATE(2655)] = 114309, [SMALL_STATE(2656)] = 114333, [SMALL_STATE(2657)] = 114357, [SMALL_STATE(2658)] = 114381, [SMALL_STATE(2659)] = 114405, [SMALL_STATE(2660)] = 114424, [SMALL_STATE(2661)] = 114443, [SMALL_STATE(2662)] = 114470, [SMALL_STATE(2663)] = 114489, [SMALL_STATE(2664)] = 114508, [SMALL_STATE(2665)] = 114527, [SMALL_STATE(2666)] = 114546, [SMALL_STATE(2667)] = 114573, [SMALL_STATE(2668)] = 114592, [SMALL_STATE(2669)] = 114611, [SMALL_STATE(2670)] = 114638, [SMALL_STATE(2671)] = 114657, [SMALL_STATE(2672)] = 114678, [SMALL_STATE(2673)] = 114697, [SMALL_STATE(2674)] = 114724, [SMALL_STATE(2675)] = 114743, [SMALL_STATE(2676)] = 114762, [SMALL_STATE(2677)] = 114789, [SMALL_STATE(2678)] = 114808, [SMALL_STATE(2679)] = 114835, [SMALL_STATE(2680)] = 114862, [SMALL_STATE(2681)] = 114889, [SMALL_STATE(2682)] = 114908, [SMALL_STATE(2683)] = 114935, [SMALL_STATE(2684)] = 114962, [SMALL_STATE(2685)] = 114981, [SMALL_STATE(2686)] = 115008, [SMALL_STATE(2687)] = 115027, [SMALL_STATE(2688)] = 115054, [SMALL_STATE(2689)] = 115081, [SMALL_STATE(2690)] = 115108, [SMALL_STATE(2691)] = 115127, [SMALL_STATE(2692)] = 115154, [SMALL_STATE(2693)] = 115181, [SMALL_STATE(2694)] = 115208, [SMALL_STATE(2695)] = 115235, [SMALL_STATE(2696)] = 115262, [SMALL_STATE(2697)] = 115289, [SMALL_STATE(2698)] = 115308, [SMALL_STATE(2699)] = 115335, [SMALL_STATE(2700)] = 115362, [SMALL_STATE(2701)] = 115389, [SMALL_STATE(2702)] = 115416, [SMALL_STATE(2703)] = 115443, [SMALL_STATE(2704)] = 115462, [SMALL_STATE(2705)] = 115481, [SMALL_STATE(2706)] = 115500, [SMALL_STATE(2707)] = 115527, [SMALL_STATE(2708)] = 115554, [SMALL_STATE(2709)] = 115573, [SMALL_STATE(2710)] = 115592, [SMALL_STATE(2711)] = 115611, [SMALL_STATE(2712)] = 115638, [SMALL_STATE(2713)] = 115657, [SMALL_STATE(2714)] = 115684, [SMALL_STATE(2715)] = 115711, [SMALL_STATE(2716)] = 115738, [SMALL_STATE(2717)] = 115757, [SMALL_STATE(2718)] = 115787, [SMALL_STATE(2719)] = 115817, [SMALL_STATE(2720)] = 115847, [SMALL_STATE(2721)] = 115877, [SMALL_STATE(2722)] = 115907, [SMALL_STATE(2723)] = 115937, [SMALL_STATE(2724)] = 115967, [SMALL_STATE(2725)] = 115997, [SMALL_STATE(2726)] = 116027, [SMALL_STATE(2727)] = 116057, [SMALL_STATE(2728)] = 116087, [SMALL_STATE(2729)] = 116117, [SMALL_STATE(2730)] = 116145, [SMALL_STATE(2731)] = 116175, [SMALL_STATE(2732)] = 116203, [SMALL_STATE(2733)] = 116233, [SMALL_STATE(2734)] = 116263, [SMALL_STATE(2735)] = 116291, [SMALL_STATE(2736)] = 116321, [SMALL_STATE(2737)] = 116351, [SMALL_STATE(2738)] = 116381, [SMALL_STATE(2739)] = 116411, [SMALL_STATE(2740)] = 116441, [SMALL_STATE(2741)] = 116469, [SMALL_STATE(2742)] = 116497, [SMALL_STATE(2743)] = 116527, [SMALL_STATE(2744)] = 116557, [SMALL_STATE(2745)] = 116587, [SMALL_STATE(2746)] = 116617, [SMALL_STATE(2747)] = 116647, [SMALL_STATE(2748)] = 116677, [SMALL_STATE(2749)] = 116707, [SMALL_STATE(2750)] = 116737, [SMALL_STATE(2751)] = 116767, [SMALL_STATE(2752)] = 116797, [SMALL_STATE(2753)] = 116827, [SMALL_STATE(2754)] = 116857, [SMALL_STATE(2755)] = 116887, [SMALL_STATE(2756)] = 116917, [SMALL_STATE(2757)] = 116945, [SMALL_STATE(2758)] = 116975, [SMALL_STATE(2759)] = 117005, [SMALL_STATE(2760)] = 117035, [SMALL_STATE(2761)] = 117055, [SMALL_STATE(2762)] = 117085, [SMALL_STATE(2763)] = 117115, [SMALL_STATE(2764)] = 117145, [SMALL_STATE(2765)] = 117175, [SMALL_STATE(2766)] = 117205, [SMALL_STATE(2767)] = 117235, [SMALL_STATE(2768)] = 117265, [SMALL_STATE(2769)] = 117295, [SMALL_STATE(2770)] = 117325, [SMALL_STATE(2771)] = 117355, [SMALL_STATE(2772)] = 117385, [SMALL_STATE(2773)] = 117415, [SMALL_STATE(2774)] = 117445, [SMALL_STATE(2775)] = 117475, [SMALL_STATE(2776)] = 117505, [SMALL_STATE(2777)] = 117535, [SMALL_STATE(2778)] = 117565, [SMALL_STATE(2779)] = 117593, [SMALL_STATE(2780)] = 117623, [SMALL_STATE(2781)] = 117653, [SMALL_STATE(2782)] = 117683, [SMALL_STATE(2783)] = 117713, [SMALL_STATE(2784)] = 117743, [SMALL_STATE(2785)] = 117767, [SMALL_STATE(2786)] = 117791, [SMALL_STATE(2787)] = 117815, [SMALL_STATE(2788)] = 117831, [SMALL_STATE(2789)] = 117847, [SMALL_STATE(2790)] = 117871, [SMALL_STATE(2791)] = 117895, [SMALL_STATE(2792)] = 117911, [SMALL_STATE(2793)] = 117935, [SMALL_STATE(2794)] = 117951, [SMALL_STATE(2795)] = 117967, [SMALL_STATE(2796)] = 117991, [SMALL_STATE(2797)] = 118015, [SMALL_STATE(2798)] = 118039, [SMALL_STATE(2799)] = 118059, [SMALL_STATE(2800)] = 118080, [SMALL_STATE(2801)] = 118097, [SMALL_STATE(2802)] = 118112, [SMALL_STATE(2803)] = 118127, [SMALL_STATE(2804)] = 118146, [SMALL_STATE(2805)] = 118161, [SMALL_STATE(2806)] = 118176, [SMALL_STATE(2807)] = 118197, [SMALL_STATE(2808)] = 118218, [SMALL_STATE(2809)] = 118237, [SMALL_STATE(2810)] = 118252, [SMALL_STATE(2811)] = 118273, [SMALL_STATE(2812)] = 118288, [SMALL_STATE(2813)] = 118303, [SMALL_STATE(2814)] = 118318, [SMALL_STATE(2815)] = 118333, [SMALL_STATE(2816)] = 118348, [SMALL_STATE(2817)] = 118369, [SMALL_STATE(2818)] = 118388, [SMALL_STATE(2819)] = 118403, [SMALL_STATE(2820)] = 118418, [SMALL_STATE(2821)] = 118433, [SMALL_STATE(2822)] = 118448, [SMALL_STATE(2823)] = 118463, [SMALL_STATE(2824)] = 118478, [SMALL_STATE(2825)] = 118493, [SMALL_STATE(2826)] = 118508, [SMALL_STATE(2827)] = 118523, [SMALL_STATE(2828)] = 118544, [SMALL_STATE(2829)] = 118559, [SMALL_STATE(2830)] = 118574, [SMALL_STATE(2831)] = 118589, [SMALL_STATE(2832)] = 118604, [SMALL_STATE(2833)] = 118619, [SMALL_STATE(2834)] = 118636, [SMALL_STATE(2835)] = 118651, [SMALL_STATE(2836)] = 118665, [SMALL_STATE(2837)] = 118679, [SMALL_STATE(2838)] = 118693, [SMALL_STATE(2839)] = 118707, [SMALL_STATE(2840)] = 118721, [SMALL_STATE(2841)] = 118735, [SMALL_STATE(2842)] = 118755, [SMALL_STATE(2843)] = 118769, [SMALL_STATE(2844)] = 118789, [SMALL_STATE(2845)] = 118803, [SMALL_STATE(2846)] = 118817, [SMALL_STATE(2847)] = 118831, [SMALL_STATE(2848)] = 118845, [SMALL_STATE(2849)] = 118859, [SMALL_STATE(2850)] = 118873, [SMALL_STATE(2851)] = 118887, [SMALL_STATE(2852)] = 118903, [SMALL_STATE(2853)] = 118917, [SMALL_STATE(2854)] = 118931, [SMALL_STATE(2855)] = 118945, [SMALL_STATE(2856)] = 118959, [SMALL_STATE(2857)] = 118971, [SMALL_STATE(2858)] = 118985, [SMALL_STATE(2859)] = 118997, [SMALL_STATE(2860)] = 119011, [SMALL_STATE(2861)] = 119025, [SMALL_STATE(2862)] = 119045, [SMALL_STATE(2863)] = 119059, [SMALL_STATE(2864)] = 119073, [SMALL_STATE(2865)] = 119087, [SMALL_STATE(2866)] = 119101, [SMALL_STATE(2867)] = 119115, [SMALL_STATE(2868)] = 119129, [SMALL_STATE(2869)] = 119143, [SMALL_STATE(2870)] = 119157, [SMALL_STATE(2871)] = 119171, [SMALL_STATE(2872)] = 119185, [SMALL_STATE(2873)] = 119201, [SMALL_STATE(2874)] = 119215, [SMALL_STATE(2875)] = 119229, [SMALL_STATE(2876)] = 119243, [SMALL_STATE(2877)] = 119257, [SMALL_STATE(2878)] = 119271, [SMALL_STATE(2879)] = 119285, [SMALL_STATE(2880)] = 119299, [SMALL_STATE(2881)] = 119319, [SMALL_STATE(2882)] = 119333, [SMALL_STATE(2883)] = 119347, [SMALL_STATE(2884)] = 119361, [SMALL_STATE(2885)] = 119375, [SMALL_STATE(2886)] = 119389, [SMALL_STATE(2887)] = 119409, [SMALL_STATE(2888)] = 119423, [SMALL_STATE(2889)] = 119443, [SMALL_STATE(2890)] = 119457, [SMALL_STATE(2891)] = 119471, [SMALL_STATE(2892)] = 119485, [SMALL_STATE(2893)] = 119499, [SMALL_STATE(2894)] = 119513, [SMALL_STATE(2895)] = 119527, [SMALL_STATE(2896)] = 119544, [SMALL_STATE(2897)] = 119559, [SMALL_STATE(2898)] = 119574, [SMALL_STATE(2899)] = 119589, [SMALL_STATE(2900)] = 119606, [SMALL_STATE(2901)] = 119621, [SMALL_STATE(2902)] = 119636, [SMALL_STATE(2903)] = 119651, [SMALL_STATE(2904)] = 119666, [SMALL_STATE(2905)] = 119683, [SMALL_STATE(2906)] = 119700, [SMALL_STATE(2907)] = 119717, [SMALL_STATE(2908)] = 119734, [SMALL_STATE(2909)] = 119751, [SMALL_STATE(2910)] = 119768, [SMALL_STATE(2911)] = 119785, [SMALL_STATE(2912)] = 119802, [SMALL_STATE(2913)] = 119819, [SMALL_STATE(2914)] = 119832, [SMALL_STATE(2915)] = 119851, [SMALL_STATE(2916)] = 119868, [SMALL_STATE(2917)] = 119883, [SMALL_STATE(2918)] = 119900, [SMALL_STATE(2919)] = 119917, [SMALL_STATE(2920)] = 119934, [SMALL_STATE(2921)] = 119951, [SMALL_STATE(2922)] = 119966, [SMALL_STATE(2923)] = 119979, [SMALL_STATE(2924)] = 119998, [SMALL_STATE(2925)] = 120013, [SMALL_STATE(2926)] = 120030, [SMALL_STATE(2927)] = 120049, [SMALL_STATE(2928)] = 120064, [SMALL_STATE(2929)] = 120083, [SMALL_STATE(2930)] = 120098, [SMALL_STATE(2931)] = 120111, [SMALL_STATE(2932)] = 120128, [SMALL_STATE(2933)] = 120145, [SMALL_STATE(2934)] = 120162, [SMALL_STATE(2935)] = 120179, [SMALL_STATE(2936)] = 120196, [SMALL_STATE(2937)] = 120213, [SMALL_STATE(2938)] = 120228, [SMALL_STATE(2939)] = 120243, [SMALL_STATE(2940)] = 120260, [SMALL_STATE(2941)] = 120272, [SMALL_STATE(2942)] = 120286, [SMALL_STATE(2943)] = 120300, [SMALL_STATE(2944)] = 120314, [SMALL_STATE(2945)] = 120328, [SMALL_STATE(2946)] = 120342, [SMALL_STATE(2947)] = 120356, [SMALL_STATE(2948)] = 120370, [SMALL_STATE(2949)] = 120382, [SMALL_STATE(2950)] = 120394, [SMALL_STATE(2951)] = 120408, [SMALL_STATE(2952)] = 120422, [SMALL_STATE(2953)] = 120436, [SMALL_STATE(2954)] = 120450, [SMALL_STATE(2955)] = 120466, [SMALL_STATE(2956)] = 120480, [SMALL_STATE(2957)] = 120492, [SMALL_STATE(2958)] = 120506, [SMALL_STATE(2959)] = 120522, [SMALL_STATE(2960)] = 120534, [SMALL_STATE(2961)] = 120546, [SMALL_STATE(2962)] = 120558, [SMALL_STATE(2963)] = 120574, [SMALL_STATE(2964)] = 120588, [SMALL_STATE(2965)] = 120602, [SMALL_STATE(2966)] = 120618, [SMALL_STATE(2967)] = 120630, [SMALL_STATE(2968)] = 120646, [SMALL_STATE(2969)] = 120658, [SMALL_STATE(2970)] = 120672, [SMALL_STATE(2971)] = 120686, [SMALL_STATE(2972)] = 120698, [SMALL_STATE(2973)] = 120710, [SMALL_STATE(2974)] = 120722, [SMALL_STATE(2975)] = 120736, [SMALL_STATE(2976)] = 120748, [SMALL_STATE(2977)] = 120760, [SMALL_STATE(2978)] = 120772, [SMALL_STATE(2979)] = 120784, [SMALL_STATE(2980)] = 120798, [SMALL_STATE(2981)] = 120814, [SMALL_STATE(2982)] = 120828, [SMALL_STATE(2983)] = 120842, [SMALL_STATE(2984)] = 120856, [SMALL_STATE(2985)] = 120870, [SMALL_STATE(2986)] = 120884, [SMALL_STATE(2987)] = 120898, [SMALL_STATE(2988)] = 120912, [SMALL_STATE(2989)] = 120926, [SMALL_STATE(2990)] = 120940, [SMALL_STATE(2991)] = 120952, [SMALL_STATE(2992)] = 120966, [SMALL_STATE(2993)] = 120980, [SMALL_STATE(2994)] = 120994, [SMALL_STATE(2995)] = 121007, [SMALL_STATE(2996)] = 121020, [SMALL_STATE(2997)] = 121033, [SMALL_STATE(2998)] = 121046, [SMALL_STATE(2999)] = 121059, [SMALL_STATE(3000)] = 121072, [SMALL_STATE(3001)] = 121085, [SMALL_STATE(3002)] = 121098, [SMALL_STATE(3003)] = 121111, [SMALL_STATE(3004)] = 121124, [SMALL_STATE(3005)] = 121137, [SMALL_STATE(3006)] = 121148, [SMALL_STATE(3007)] = 121161, [SMALL_STATE(3008)] = 121174, [SMALL_STATE(3009)] = 121187, [SMALL_STATE(3010)] = 121200, [SMALL_STATE(3011)] = 121213, [SMALL_STATE(3012)] = 121226, [SMALL_STATE(3013)] = 121239, [SMALL_STATE(3014)] = 121252, [SMALL_STATE(3015)] = 121265, [SMALL_STATE(3016)] = 121278, [SMALL_STATE(3017)] = 121291, [SMALL_STATE(3018)] = 121304, [SMALL_STATE(3019)] = 121317, [SMALL_STATE(3020)] = 121330, [SMALL_STATE(3021)] = 121343, [SMALL_STATE(3022)] = 121356, [SMALL_STATE(3023)] = 121369, [SMALL_STATE(3024)] = 121382, [SMALL_STATE(3025)] = 121395, [SMALL_STATE(3026)] = 121408, [SMALL_STATE(3027)] = 121421, [SMALL_STATE(3028)] = 121434, [SMALL_STATE(3029)] = 121447, [SMALL_STATE(3030)] = 121460, [SMALL_STATE(3031)] = 121473, [SMALL_STATE(3032)] = 121486, [SMALL_STATE(3033)] = 121499, [SMALL_STATE(3034)] = 121512, [SMALL_STATE(3035)] = 121525, [SMALL_STATE(3036)] = 121538, [SMALL_STATE(3037)] = 121551, [SMALL_STATE(3038)] = 121564, [SMALL_STATE(3039)] = 121577, [SMALL_STATE(3040)] = 121590, [SMALL_STATE(3041)] = 121603, [SMALL_STATE(3042)] = 121616, [SMALL_STATE(3043)] = 121629, [SMALL_STATE(3044)] = 121642, [SMALL_STATE(3045)] = 121655, [SMALL_STATE(3046)] = 121668, [SMALL_STATE(3047)] = 121681, [SMALL_STATE(3048)] = 121694, [SMALL_STATE(3049)] = 121707, [SMALL_STATE(3050)] = 121720, [SMALL_STATE(3051)] = 121733, [SMALL_STATE(3052)] = 121744, [SMALL_STATE(3053)] = 121757, [SMALL_STATE(3054)] = 121770, [SMALL_STATE(3055)] = 121783, [SMALL_STATE(3056)] = 121796, [SMALL_STATE(3057)] = 121807, [SMALL_STATE(3058)] = 121820, [SMALL_STATE(3059)] = 121833, [SMALL_STATE(3060)] = 121844, [SMALL_STATE(3061)] = 121855, [SMALL_STATE(3062)] = 121868, [SMALL_STATE(3063)] = 121881, [SMALL_STATE(3064)] = 121892, [SMALL_STATE(3065)] = 121905, [SMALL_STATE(3066)] = 121918, [SMALL_STATE(3067)] = 121931, [SMALL_STATE(3068)] = 121944, [SMALL_STATE(3069)] = 121955, [SMALL_STATE(3070)] = 121968, [SMALL_STATE(3071)] = 121981, [SMALL_STATE(3072)] = 121994, [SMALL_STATE(3073)] = 122007, [SMALL_STATE(3074)] = 122020, [SMALL_STATE(3075)] = 122033, [SMALL_STATE(3076)] = 122046, [SMALL_STATE(3077)] = 122059, [SMALL_STATE(3078)] = 122070, [SMALL_STATE(3079)] = 122083, [SMALL_STATE(3080)] = 122096, [SMALL_STATE(3081)] = 122109, [SMALL_STATE(3082)] = 122120, [SMALL_STATE(3083)] = 122131, [SMALL_STATE(3084)] = 122144, [SMALL_STATE(3085)] = 122157, [SMALL_STATE(3086)] = 122170, [SMALL_STATE(3087)] = 122183, [SMALL_STATE(3088)] = 122196, [SMALL_STATE(3089)] = 122209, [SMALL_STATE(3090)] = 122222, [SMALL_STATE(3091)] = 122235, [SMALL_STATE(3092)] = 122248, [SMALL_STATE(3093)] = 122261, [SMALL_STATE(3094)] = 122274, [SMALL_STATE(3095)] = 122287, [SMALL_STATE(3096)] = 122300, [SMALL_STATE(3097)] = 122313, [SMALL_STATE(3098)] = 122324, [SMALL_STATE(3099)] = 122337, [SMALL_STATE(3100)] = 122350, [SMALL_STATE(3101)] = 122361, [SMALL_STATE(3102)] = 122374, [SMALL_STATE(3103)] = 122387, [SMALL_STATE(3104)] = 122400, [SMALL_STATE(3105)] = 122413, [SMALL_STATE(3106)] = 122424, [SMALL_STATE(3107)] = 122437, [SMALL_STATE(3108)] = 122450, [SMALL_STATE(3109)] = 122463, [SMALL_STATE(3110)] = 122476, [SMALL_STATE(3111)] = 122487, [SMALL_STATE(3112)] = 122500, [SMALL_STATE(3113)] = 122513, [SMALL_STATE(3114)] = 122524, [SMALL_STATE(3115)] = 122537, [SMALL_STATE(3116)] = 122550, [SMALL_STATE(3117)] = 122563, [SMALL_STATE(3118)] = 122576, [SMALL_STATE(3119)] = 122589, [SMALL_STATE(3120)] = 122600, [SMALL_STATE(3121)] = 122613, [SMALL_STATE(3122)] = 122626, [SMALL_STATE(3123)] = 122639, [SMALL_STATE(3124)] = 122652, [SMALL_STATE(3125)] = 122665, [SMALL_STATE(3126)] = 122678, [SMALL_STATE(3127)] = 122691, [SMALL_STATE(3128)] = 122704, [SMALL_STATE(3129)] = 122717, [SMALL_STATE(3130)] = 122730, [SMALL_STATE(3131)] = 122743, [SMALL_STATE(3132)] = 122756, [SMALL_STATE(3133)] = 122769, [SMALL_STATE(3134)] = 122782, [SMALL_STATE(3135)] = 122795, [SMALL_STATE(3136)] = 122808, [SMALL_STATE(3137)] = 122821, [SMALL_STATE(3138)] = 122834, [SMALL_STATE(3139)] = 122847, [SMALL_STATE(3140)] = 122860, [SMALL_STATE(3141)] = 122873, [SMALL_STATE(3142)] = 122886, [SMALL_STATE(3143)] = 122899, [SMALL_STATE(3144)] = 122912, [SMALL_STATE(3145)] = 122925, [SMALL_STATE(3146)] = 122938, [SMALL_STATE(3147)] = 122951, [SMALL_STATE(3148)] = 122964, [SMALL_STATE(3149)] = 122977, [SMALL_STATE(3150)] = 122990, [SMALL_STATE(3151)] = 123003, [SMALL_STATE(3152)] = 123016, [SMALL_STATE(3153)] = 123026, [SMALL_STATE(3154)] = 123034, [SMALL_STATE(3155)] = 123042, [SMALL_STATE(3156)] = 123050, [SMALL_STATE(3157)] = 123060, [SMALL_STATE(3158)] = 123068, [SMALL_STATE(3159)] = 123076, [SMALL_STATE(3160)] = 123084, [SMALL_STATE(3161)] = 123092, [SMALL_STATE(3162)] = 123102, [SMALL_STATE(3163)] = 123112, [SMALL_STATE(3164)] = 123122, [SMALL_STATE(3165)] = 123132, [SMALL_STATE(3166)] = 123142, [SMALL_STATE(3167)] = 123152, [SMALL_STATE(3168)] = 123162, [SMALL_STATE(3169)] = 123172, [SMALL_STATE(3170)] = 123182, [SMALL_STATE(3171)] = 123192, [SMALL_STATE(3172)] = 123202, [SMALL_STATE(3173)] = 123212, [SMALL_STATE(3174)] = 123222, [SMALL_STATE(3175)] = 123232, [SMALL_STATE(3176)] = 123242, [SMALL_STATE(3177)] = 123250, [SMALL_STATE(3178)] = 123260, [SMALL_STATE(3179)] = 123270, [SMALL_STATE(3180)] = 123280, [SMALL_STATE(3181)] = 123290, [SMALL_STATE(3182)] = 123298, [SMALL_STATE(3183)] = 123308, [SMALL_STATE(3184)] = 123318, [SMALL_STATE(3185)] = 123328, [SMALL_STATE(3186)] = 123338, [SMALL_STATE(3187)] = 123348, [SMALL_STATE(3188)] = 123358, [SMALL_STATE(3189)] = 123368, [SMALL_STATE(3190)] = 123378, [SMALL_STATE(3191)] = 123388, [SMALL_STATE(3192)] = 123398, [SMALL_STATE(3193)] = 123408, [SMALL_STATE(3194)] = 123418, [SMALL_STATE(3195)] = 123428, [SMALL_STATE(3196)] = 123438, [SMALL_STATE(3197)] = 123446, [SMALL_STATE(3198)] = 123456, [SMALL_STATE(3199)] = 123466, [SMALL_STATE(3200)] = 123476, [SMALL_STATE(3201)] = 123486, [SMALL_STATE(3202)] = 123496, [SMALL_STATE(3203)] = 123504, [SMALL_STATE(3204)] = 123512, [SMALL_STATE(3205)] = 123520, [SMALL_STATE(3206)] = 123528, [SMALL_STATE(3207)] = 123538, [SMALL_STATE(3208)] = 123546, [SMALL_STATE(3209)] = 123556, [SMALL_STATE(3210)] = 123566, [SMALL_STATE(3211)] = 123576, [SMALL_STATE(3212)] = 123584, [SMALL_STATE(3213)] = 123594, [SMALL_STATE(3214)] = 123604, [SMALL_STATE(3215)] = 123614, [SMALL_STATE(3216)] = 123624, [SMALL_STATE(3217)] = 123632, [SMALL_STATE(3218)] = 123642, [SMALL_STATE(3219)] = 123652, [SMALL_STATE(3220)] = 123662, [SMALL_STATE(3221)] = 123672, [SMALL_STATE(3222)] = 123682, [SMALL_STATE(3223)] = 123692, [SMALL_STATE(3224)] = 123702, [SMALL_STATE(3225)] = 123710, [SMALL_STATE(3226)] = 123720, [SMALL_STATE(3227)] = 123728, [SMALL_STATE(3228)] = 123738, [SMALL_STATE(3229)] = 123748, [SMALL_STATE(3230)] = 123756, [SMALL_STATE(3231)] = 123766, [SMALL_STATE(3232)] = 123774, [SMALL_STATE(3233)] = 123782, [SMALL_STATE(3234)] = 123792, [SMALL_STATE(3235)] = 123800, [SMALL_STATE(3236)] = 123810, [SMALL_STATE(3237)] = 123820, [SMALL_STATE(3238)] = 123828, [SMALL_STATE(3239)] = 123836, [SMALL_STATE(3240)] = 123844, [SMALL_STATE(3241)] = 123852, [SMALL_STATE(3242)] = 123862, [SMALL_STATE(3243)] = 123872, [SMALL_STATE(3244)] = 123882, [SMALL_STATE(3245)] = 123890, [SMALL_STATE(3246)] = 123900, [SMALL_STATE(3247)] = 123908, [SMALL_STATE(3248)] = 123916, [SMALL_STATE(3249)] = 123926, [SMALL_STATE(3250)] = 123934, [SMALL_STATE(3251)] = 123942, [SMALL_STATE(3252)] = 123952, [SMALL_STATE(3253)] = 123960, [SMALL_STATE(3254)] = 123970, [SMALL_STATE(3255)] = 123978, [SMALL_STATE(3256)] = 123988, [SMALL_STATE(3257)] = 123998, [SMALL_STATE(3258)] = 124008, [SMALL_STATE(3259)] = 124016, [SMALL_STATE(3260)] = 124026, [SMALL_STATE(3261)] = 124034, [SMALL_STATE(3262)] = 124042, [SMALL_STATE(3263)] = 124052, [SMALL_STATE(3264)] = 124060, [SMALL_STATE(3265)] = 124068, [SMALL_STATE(3266)] = 124078, [SMALL_STATE(3267)] = 124086, [SMALL_STATE(3268)] = 124096, [SMALL_STATE(3269)] = 124106, [SMALL_STATE(3270)] = 124114, [SMALL_STATE(3271)] = 124121, [SMALL_STATE(3272)] = 124128, [SMALL_STATE(3273)] = 124135, [SMALL_STATE(3274)] = 124142, [SMALL_STATE(3275)] = 124149, [SMALL_STATE(3276)] = 124156, [SMALL_STATE(3277)] = 124163, [SMALL_STATE(3278)] = 124170, [SMALL_STATE(3279)] = 124177, [SMALL_STATE(3280)] = 124184, [SMALL_STATE(3281)] = 124191, [SMALL_STATE(3282)] = 124198, [SMALL_STATE(3283)] = 124205, [SMALL_STATE(3284)] = 124212, [SMALL_STATE(3285)] = 124219, [SMALL_STATE(3286)] = 124226, [SMALL_STATE(3287)] = 124233, [SMALL_STATE(3288)] = 124240, [SMALL_STATE(3289)] = 124247, [SMALL_STATE(3290)] = 124254, [SMALL_STATE(3291)] = 124261, [SMALL_STATE(3292)] = 124268, [SMALL_STATE(3293)] = 124275, [SMALL_STATE(3294)] = 124282, [SMALL_STATE(3295)] = 124289, [SMALL_STATE(3296)] = 124296, [SMALL_STATE(3297)] = 124303, [SMALL_STATE(3298)] = 124310, [SMALL_STATE(3299)] = 124317, [SMALL_STATE(3300)] = 124324, [SMALL_STATE(3301)] = 124331, [SMALL_STATE(3302)] = 124338, [SMALL_STATE(3303)] = 124345, [SMALL_STATE(3304)] = 124352, [SMALL_STATE(3305)] = 124359, [SMALL_STATE(3306)] = 124366, [SMALL_STATE(3307)] = 124373, [SMALL_STATE(3308)] = 124380, [SMALL_STATE(3309)] = 124387, [SMALL_STATE(3310)] = 124394, [SMALL_STATE(3311)] = 124401, [SMALL_STATE(3312)] = 124408, [SMALL_STATE(3313)] = 124415, [SMALL_STATE(3314)] = 124422, [SMALL_STATE(3315)] = 124429, [SMALL_STATE(3316)] = 124436, [SMALL_STATE(3317)] = 124443, [SMALL_STATE(3318)] = 124450, [SMALL_STATE(3319)] = 124457, [SMALL_STATE(3320)] = 124464, [SMALL_STATE(3321)] = 124471, [SMALL_STATE(3322)] = 124478, [SMALL_STATE(3323)] = 124485, [SMALL_STATE(3324)] = 124492, [SMALL_STATE(3325)] = 124499, [SMALL_STATE(3326)] = 124506, [SMALL_STATE(3327)] = 124513, [SMALL_STATE(3328)] = 124520, [SMALL_STATE(3329)] = 124527, [SMALL_STATE(3330)] = 124534, [SMALL_STATE(3331)] = 124541, [SMALL_STATE(3332)] = 124548, [SMALL_STATE(3333)] = 124555, [SMALL_STATE(3334)] = 124562, [SMALL_STATE(3335)] = 124569, [SMALL_STATE(3336)] = 124576, [SMALL_STATE(3337)] = 124583, [SMALL_STATE(3338)] = 124590, [SMALL_STATE(3339)] = 124597, [SMALL_STATE(3340)] = 124604, [SMALL_STATE(3341)] = 124611, [SMALL_STATE(3342)] = 124618, [SMALL_STATE(3343)] = 124625, [SMALL_STATE(3344)] = 124632, [SMALL_STATE(3345)] = 124639, [SMALL_STATE(3346)] = 124646, [SMALL_STATE(3347)] = 124653, [SMALL_STATE(3348)] = 124660, [SMALL_STATE(3349)] = 124667, [SMALL_STATE(3350)] = 124674, [SMALL_STATE(3351)] = 124681, [SMALL_STATE(3352)] = 124688, [SMALL_STATE(3353)] = 124695, [SMALL_STATE(3354)] = 124702, [SMALL_STATE(3355)] = 124709, [SMALL_STATE(3356)] = 124716, [SMALL_STATE(3357)] = 124723, [SMALL_STATE(3358)] = 124730, [SMALL_STATE(3359)] = 124737, [SMALL_STATE(3360)] = 124744, [SMALL_STATE(3361)] = 124751, [SMALL_STATE(3362)] = 124758, [SMALL_STATE(3363)] = 124765, [SMALL_STATE(3364)] = 124772, [SMALL_STATE(3365)] = 124779, [SMALL_STATE(3366)] = 124786, [SMALL_STATE(3367)] = 124793, [SMALL_STATE(3368)] = 124800, [SMALL_STATE(3369)] = 124807, [SMALL_STATE(3370)] = 124814, [SMALL_STATE(3371)] = 124821, [SMALL_STATE(3372)] = 124828, [SMALL_STATE(3373)] = 124835, [SMALL_STATE(3374)] = 124842, [SMALL_STATE(3375)] = 124849, [SMALL_STATE(3376)] = 124856, [SMALL_STATE(3377)] = 124863, [SMALL_STATE(3378)] = 124870, [SMALL_STATE(3379)] = 124877, [SMALL_STATE(3380)] = 124884, [SMALL_STATE(3381)] = 124891, [SMALL_STATE(3382)] = 124898, [SMALL_STATE(3383)] = 124905, [SMALL_STATE(3384)] = 124912, [SMALL_STATE(3385)] = 124919, [SMALL_STATE(3386)] = 124926, [SMALL_STATE(3387)] = 124933, [SMALL_STATE(3388)] = 124940, [SMALL_STATE(3389)] = 124947, [SMALL_STATE(3390)] = 124954, [SMALL_STATE(3391)] = 124961, [SMALL_STATE(3392)] = 124968, [SMALL_STATE(3393)] = 124975, [SMALL_STATE(3394)] = 124982, [SMALL_STATE(3395)] = 124989, [SMALL_STATE(3396)] = 124996, [SMALL_STATE(3397)] = 125003, [SMALL_STATE(3398)] = 125010, [SMALL_STATE(3399)] = 125017, [SMALL_STATE(3400)] = 125024, [SMALL_STATE(3401)] = 125031, [SMALL_STATE(3402)] = 125038, [SMALL_STATE(3403)] = 125045, [SMALL_STATE(3404)] = 125052, [SMALL_STATE(3405)] = 125059, [SMALL_STATE(3406)] = 125066, [SMALL_STATE(3407)] = 125073, [SMALL_STATE(3408)] = 125080, [SMALL_STATE(3409)] = 125087, [SMALL_STATE(3410)] = 125094, [SMALL_STATE(3411)] = 125101, [SMALL_STATE(3412)] = 125108, [SMALL_STATE(3413)] = 125115, [SMALL_STATE(3414)] = 125122, [SMALL_STATE(3415)] = 125129, [SMALL_STATE(3416)] = 125136, [SMALL_STATE(3417)] = 125143, [SMALL_STATE(3418)] = 125150, [SMALL_STATE(3419)] = 125157, [SMALL_STATE(3420)] = 125164, [SMALL_STATE(3421)] = 125171, [SMALL_STATE(3422)] = 125178, [SMALL_STATE(3423)] = 125185, [SMALL_STATE(3424)] = 125192, [SMALL_STATE(3425)] = 125199, [SMALL_STATE(3426)] = 125206, [SMALL_STATE(3427)] = 125213, [SMALL_STATE(3428)] = 125220, [SMALL_STATE(3429)] = 125227, [SMALL_STATE(3430)] = 125234, [SMALL_STATE(3431)] = 125241, [SMALL_STATE(3432)] = 125248, [SMALL_STATE(3433)] = 125255, [SMALL_STATE(3434)] = 125262, [SMALL_STATE(3435)] = 125269, [SMALL_STATE(3436)] = 125276, [SMALL_STATE(3437)] = 125283, [SMALL_STATE(3438)] = 125290, [SMALL_STATE(3439)] = 125297, [SMALL_STATE(3440)] = 125304, [SMALL_STATE(3441)] = 125311, [SMALL_STATE(3442)] = 125318, [SMALL_STATE(3443)] = 125325, [SMALL_STATE(3444)] = 125332, [SMALL_STATE(3445)] = 125339, [SMALL_STATE(3446)] = 125346, [SMALL_STATE(3447)] = 125353, [SMALL_STATE(3448)] = 125360, [SMALL_STATE(3449)] = 125367, [SMALL_STATE(3450)] = 125374, [SMALL_STATE(3451)] = 125381, [SMALL_STATE(3452)] = 125388, [SMALL_STATE(3453)] = 125395, [SMALL_STATE(3454)] = 125402, [SMALL_STATE(3455)] = 125409, [SMALL_STATE(3456)] = 125416, [SMALL_STATE(3457)] = 125423, [SMALL_STATE(3458)] = 125430, [SMALL_STATE(3459)] = 125437, [SMALL_STATE(3460)] = 125444, [SMALL_STATE(3461)] = 125451, [SMALL_STATE(3462)] = 125458, [SMALL_STATE(3463)] = 125465, [SMALL_STATE(3464)] = 125472, [SMALL_STATE(3465)] = 125479, [SMALL_STATE(3466)] = 125486, [SMALL_STATE(3467)] = 125493, [SMALL_STATE(3468)] = 125500, [SMALL_STATE(3469)] = 125507, [SMALL_STATE(3470)] = 125514, [SMALL_STATE(3471)] = 125521, [SMALL_STATE(3472)] = 125528, [SMALL_STATE(3473)] = 125535, [SMALL_STATE(3474)] = 125542, [SMALL_STATE(3475)] = 125549, [SMALL_STATE(3476)] = 125556, [SMALL_STATE(3477)] = 125563, [SMALL_STATE(3478)] = 125570, [SMALL_STATE(3479)] = 125577, [SMALL_STATE(3480)] = 125584, }; static const TSParseActionEntry ts_parse_actions[] = { [0] = {.entry = {.count = 0, .reusable = false}}, [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 0), [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3161), [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3439), [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1571), [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135), [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143), [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2377), [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3434), [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93), [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(94), [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270), [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1472), [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1463), [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(241), [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2376), [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2526), [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2748), [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2527), [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111), [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(26), [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(27), [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2794), [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3005), [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3162), [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3443), [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1525), [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144), [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(137), [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2119), [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142), [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(32), [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2396), [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3366), [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(126), [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(101), [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266), [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1531), [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1534), [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170), [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(258), [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2513), [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2780), [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(442), [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2516), [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120), [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(119), [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(118), [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1805), [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1811), [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2109), [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1921), [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1976), [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275), [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3156), [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3463), [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1577), [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(145), [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(136), [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2350), [137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 2, .production_id = 36), [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2594), [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2664), [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3297), [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121), [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(128), [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269), [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1584), [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1609), [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201), [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2551), [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(288), [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2758), [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2518), [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(45), [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(44), [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(49), [175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3068), [177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 2, .production_id = 37), [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2592), [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2704), [183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 45), [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2604), [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2703), [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2674), [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2602), [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2668), [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2675), [197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 49), [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2623), [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2709), [203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2710), [205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(286), [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2716), [209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267), [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(169), [213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220), [215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2529), [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), [219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2739), [221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349), [223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2573), [225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(131), [227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(127), [229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(31), [231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3060), [233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2663), [235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2670), [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2677), [239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2708), [241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 3), [243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements2, 2), SHIFT_REPEAT(359), [246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements2, 2), SHIFT_REPEAT(3162), [249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements2, 2), SHIFT_REPEAT(3443), [252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements2, 2), SHIFT_REPEAT(1525), [255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements2, 2), SHIFT_REPEAT(144), [258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements2, 2), SHIFT_REPEAT(137), [261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__statements2, 2), [263] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements2, 2), SHIFT_REPEAT(2396), [266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements2, 2), SHIFT_REPEAT(3366), [269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements2, 2), SHIFT_REPEAT(126), [272] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements2, 2), SHIFT_REPEAT(101), [275] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements2, 2), SHIFT_REPEAT(266), [278] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements2, 2), SHIFT_REPEAT(1531), [281] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements2, 2), SHIFT_REPEAT(1534), [284] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements2, 2), SHIFT_REPEAT(170), [287] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements2, 2), SHIFT_REPEAT(258), [290] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements2, 2), SHIFT_REPEAT(2376), [293] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements2, 2), SHIFT_REPEAT(2513), [296] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements2, 2), SHIFT_REPEAT(531), [299] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements2, 2), SHIFT_REPEAT(2780), [302] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements2, 2), SHIFT_REPEAT(442), [305] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements2, 2), SHIFT_REPEAT(2516), [308] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements2, 2), SHIFT_REPEAT(120), [311] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements2, 2), SHIFT_REPEAT(119), [314] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements2, 2), SHIFT_REPEAT(118), [317] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements2, 2), SHIFT_REPEAT(2794), [320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements2, 2), SHIFT_REPEAT(3110), [323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 4), [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2797), [327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2784), [329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2786), [331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271), [333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209), [335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(259), [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2118), [339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 1), [341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2), [343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2134), [345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2112), [347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1979), [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1989), [351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1978), [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1920), [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1861), [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1880), [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1813), [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1806), [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2105), [365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(359), [368] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(3162), [371] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(3443), [374] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(1525), [377] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(144), [380] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(137), [383] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(2396), [386] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(3366), [389] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(126), [392] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(101), [395] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(266), [398] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(1531), [401] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(1534), [404] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(170), [407] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(258), [410] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(2376), [413] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(2513), [416] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(531), [419] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(2780), [422] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(442), [425] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(2516), [428] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(120), [431] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(119), [434] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(118), [437] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(2794), [440] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(3110), [443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), [445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statements, 2), [447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2822), [449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), [451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), [453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statements, 3), [455] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(291), [458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), [460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2531), [463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(290), [466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2772), [469] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2515), [472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(42), [475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(41), [478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(46), [481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(161), [484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), [486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3063), [489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(291), [491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_command, 1), [493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2531), [495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(290), [497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2772), [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2515), [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(42), [503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(41), [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(46), [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), [509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_command, 1), [511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3063), [513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), [515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2740), [517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__statements2, 2), [519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_command, 2), [521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(161), [523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_command, 2), [525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), [527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2556), [529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(295), [531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2747), [533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2503), [535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(96), [537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(95), [539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(134), [541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168), [543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3059), [545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenation, 4), [547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), [549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), [551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), [553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenation, 4), [555] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(353), [558] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2556), [561] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(295), [564] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2747), [567] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2503), [570] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(96), [573] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(95), [576] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(134), [579] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(168), [582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3059), [585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166), [587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(456), [589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2580), [591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(390), [593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2770), [595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2578), [597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(81), [599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80), [601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(82), [603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185), [605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3077), [607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 4), [609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statements, 5), [611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 4), [613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(289), [615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 3, .production_id = 21), [617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2227), [619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 3, .production_id = 21), [621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statements, 4), [623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507), [625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2523), [627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2724), [631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2522), [633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(25), [635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110), [637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109), [639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), [641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3082), [643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, .production_id = 10), [645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, .production_id = 10), [647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, .production_id = 8), [649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, .production_id = 8), [651] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(289), [654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), [656] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(2227), [659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(2551), [662] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(288), [665] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(2758), [668] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(2518), [671] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(45), [674] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(44), [677] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(49), [680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), [682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statements, 2), [684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2930), [686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2741), [688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(191), [690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), [692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 1, .production_id = 1), [694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 1, .production_id = 1), [696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(456), [699] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2580), [702] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(390), [705] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2770), [708] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2578), [711] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(81), [714] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(80), [717] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(82), [720] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(188), [723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3077), [726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statements, 3), [728] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(507), [731] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2523), [734] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(404), [737] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2724), [740] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2522), [743] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(25), [746] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(110), [749] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(109), [752] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(191), [755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3082), [758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329), [760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(375), [762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327), [764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), [766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2777), [768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(511), [770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424), [772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), [774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420), [776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), [778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(355), [780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2299), [782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(296), [784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unset_command, 1), [786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2519), [788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(297), [790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2749), [792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2507), [794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(39), [796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(38), [798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(43), [800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(205), [802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unset_command, 1), [804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__statements2, 4), [806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__statements2, 4), [808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(543), [810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436), [812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), [814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unset_command, 2), [816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(213), [818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unset_command, 2), [820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(632), [822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(633), [824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(634), [826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(720), [828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2727), [830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(665), [832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(719), [834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(202), [836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(656), [838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(655), [840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(654), [842] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(296), [845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), [847] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2519), [850] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(297), [853] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2749), [856] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2507), [859] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(39), [862] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(38), [865] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(43), [868] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(213), [871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), [873] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(355), [876] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(2299), [879] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(2529), [882] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(328), [885] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(2739), [888] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(2573), [891] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(131), [894] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(127), [897] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(31), [900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(416), [902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(483), [904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), [906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(477), [908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2279), [910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(465), [912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2572), [914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450), [916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2730), [918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2562), [920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), [922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(65), [924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107), [926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), [928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(222), [930] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(465), [933] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2572), [936] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(450), [939] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2730), [942] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2562), [945] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(66), [948] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(65), [951] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(107), [954] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(222), [957] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(477), [960] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(2279), [963] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(2513), [966] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(531), [969] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(2780), [972] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(2516), [975] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(120), [978] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(119), [981] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(118), [984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(744), [986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(647), [988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(743), [990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(500), [992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2282), [994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(621), [996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(620), [998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(619), [1000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(751), [1002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2779), [1004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(844), [1006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(829), [1008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(549), [1010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575), [1012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(548), [1014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(847), [1016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2721), [1018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(832), [1020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(849), [1022] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(500), [1025] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(2282), [1028] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(2526), [1031] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(528), [1034] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(2748), [1037] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(2527), [1040] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(111), [1043] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(26), [1046] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 20), SHIFT_REPEAT(27), [1049] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(659), [1052] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2510), [1055] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(588), [1058] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2765), [1061] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2505), [1064] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(105), [1067] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(104), [1070] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(102), [1073] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(237), [1076] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(671), [1079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2586), [1082] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(577), [1085] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2782), [1088] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2521), [1091] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(77), [1094] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(76), [1097] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(79), [1100] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(238), [1103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statements, 5), [1105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(659), [1107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2510), [1109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(588), [1111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2765), [1113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2505), [1115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105), [1117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), [1119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102), [1121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(253), [1123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(770), [1125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2782), [1127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(752), [1129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(772), [1131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(759), [1133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(760), [1135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(764), [1137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(671), [1139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2586), [1141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(577), [1143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2521), [1145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77), [1147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(76), [1149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(79), [1151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(238), [1153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statements, 4), [1155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(237), [1157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247), [1159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265), [1161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), [1163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), [1165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), [1167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), [1169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), [1171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 1), [1173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3), [1175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(153), [1177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), [1179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(159), [1181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(173), [1183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155), [1185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3321), [1187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2357), [1189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(158), [1191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189), [1193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statements, 1), [1195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_name, 1), [1197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3272), [1199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_name, 1), [1201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2445), [1203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline, 3), [1205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline, 3), [1207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 3, .production_id = 13), [1209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 3, .production_id = 13), [1211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), [1213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 18), [1215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 18), [1217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157), [1219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenation, 2), [1221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenation, 2), [1223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), [1225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), [1227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), [1229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2445), [1232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), [1234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(160), [1236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172), [1238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), [1240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2346), [1242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2453), [1244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2401), [1247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 1), [1249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 1), [1251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 1, .production_id = 7), [1253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 1, .production_id = 7), [1255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 1), [1257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 1), [1259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162), [1261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), [1263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2), [1265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2), [1267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2436), [1269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 1), [1271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 1), [1273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2463), [1275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expansion, 7), [1277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expansion, 7), [1279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expansion, 7, .production_id = 27), [1281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expansion, 7, .production_id = 27), [1283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expansion, 6, .production_id = 5), [1285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expansion, 6, .production_id = 5), [1287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expansion, 6, .production_id = 27), [1289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expansion, 6, .production_id = 27), [1291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expansion, 6, .production_id = 38), [1293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expansion, 6, .production_id = 38), [1295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expansion, 6), [1297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expansion, 6), [1299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expansion, 5, .production_id = 5), [1301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expansion, 5, .production_id = 5), [1303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expansion, 5, .production_id = 27), [1305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expansion, 5, .production_id = 27), [1307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expansion, 5, .production_id = 32), [1309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expansion, 5, .production_id = 32), [1311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expansion, 5), [1313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expansion, 5), [1315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expansion, 4, .production_id = 5), [1317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expansion, 4, .production_id = 5), [1319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expansion, 4, .production_id = 27), [1321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expansion, 4, .production_id = 27), [1323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expansion, 4), [1325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expansion, 4), [1327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 1, .production_id = 2), [1329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518), [1331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 1, .production_id = 2), [1333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3), [1335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151), [1337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_name, 1, .production_id = 2), [1339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458), [1341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_name, 1, .production_id = 2), [1343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_substitution, 3), [1345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_substitution, 3), [1347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expansion, 3, .production_id = 5), [1349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expansion, 3, .production_id = 5), [1351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3330), [1353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), [1355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expansion, 3), [1357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expansion, 3), [1359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156), [1361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2458), [1364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), [1366] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(518), [1369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), [1371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statements, 1), [1373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), [1375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(257), [1377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(150), [1379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3329), [1381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2363), [1383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expansion, 2), [1385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expansion, 2), [1387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 1, .production_id = 9), [1389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 1, .production_id = 9), [1391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2441), [1393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_expansion, 2), [1395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_expansion, 2), [1397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_expansion, 2, .production_id = 5), [1399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_expansion, 2, .production_id = 5), [1401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 19), [1403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 19), [1405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2436), [1408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), [1410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(190), [1412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(246), [1414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196), [1416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152), [1418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3373), [1420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2339), [1422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2463), [1425] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(458), [1428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176), [1430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3346), [1432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), [1434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2453), [1437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), [1439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), [1441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 4), [1443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 4), [1445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2458), [1447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_process_substitution, 3), [1449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_substitution, 3), [1451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3), [1453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3), [1455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_expansion, 2), [1457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_expansion, 2), [1459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 3, .production_id = 14), [1461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 3, .production_id = 14), [1463] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2419), [1466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406), [1468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2406), [1471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411), [1473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(668), [1475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), [1477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 3), [1479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 3), [1481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 2), [1483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 2), [1485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), [1487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2460), [1490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(640), [1492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), [1494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2448), [1496] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(640), [1499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(650), [1501] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(668), [1504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2420), [1506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183), [1508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(256), [1510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2404), [1513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(164), [1515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(218), [1517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), [1519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(255), [1521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), [1523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1708), [1525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2755), [1527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1694), [1529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1709), [1531] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(631), [1534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(208), [1536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(262), [1538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(154), [1540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2402), [1543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2431), [1545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), [1547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(650), [1550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2420), [1553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193), [1555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(248), [1557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212), [1559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(261), [1561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(149), [1563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3247), [1565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(214), [1567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(268), [1569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 1, .production_id = 2), [1571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(631), [1573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 1, .production_id = 2), [1575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), [1577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2424), [1580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(830), [1582] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(774), [1585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2424), [1587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), [1589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2462), [1591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2459), [1594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2407), [1597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), [1599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(779), [1601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), [1603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2433), [1605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2433), [1608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1870), [1610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2776), [1612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1833), [1614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1871), [1616] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(769), [1619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457), [1621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774), [1623] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(841), [1626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(841), [1628] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(830), [1631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(769), [1633] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(779), [1636] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(776), [1639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(776), [1641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), [1643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(890), [1645] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(894), [1648] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(890), [1651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(892), [1653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2080), [1655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2723), [1657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2006), [1659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2077), [1661] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(899), [1664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894), [1666] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(892), [1669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1815), [1671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2751), [1673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1752), [1675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1814), [1677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1724), [1679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(902), [1681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1611), [1683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1365), [1685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2552), [1687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1674), [1689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2571), [1691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(87), [1693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86), [1695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88), [1697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(910), [1699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1018), [1701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1021), [1703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1945), [1705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945), [1707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), [1709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), [1711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1950), [1713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(994), [1715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1016), [1717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(909), [1719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1874), [1721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2783), [1723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1869), [1725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1867), [1727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(991), [1729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1102), [1731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2309), [1733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), [1735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), [1737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), [1739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2300), [1741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2156), [1743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), [1745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2738), [1747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), [1749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2157), [1751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1761), [1753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2917), [1755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1372), [1757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1374), [1759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2584), [1761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1847), [1763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2726), [1765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2588), [1767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(125), [1769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(124), [1771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(123), [1773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2150), [1775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(556), [1777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1473), [1779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2525), [1781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2160), [1783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2750), [1785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2508), [1787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), [1789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(74), [1791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(73), [1793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(75), [1795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(705), [1797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491), [1799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), [1801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352), [1803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1465), [1805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930), [1807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(703), [1809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1495), [1811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), [1813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(962), [1815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(704), [1817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1482), [1819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), [1821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(343), [1823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1179), [1825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(932), [1827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(714), [1829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1481), [1831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(915), [1833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(344), [1835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1461), [1837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933), [1839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2823), [1841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1254), [1843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), [1845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2161), [1847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1418), [1849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(987), [1851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2164), [1853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1417), [1855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(963), [1857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(713), [1859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1474), [1861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(917), [1863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1768), [1865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1394), [1867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), [1869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1766), [1871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1390), [1873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), [1875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), [1877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1459), [1879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460), [1881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), [1883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1771), [1885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1384), [1887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), [1889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339), [1891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1455), [1893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), [1895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341), [1897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1453), [1899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), [1901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2906), [1903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316), [1905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1423), [1907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), [1909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318), [1911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1416), [1913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(971), [1915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1769), [1917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1386), [1919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), [1921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(927), [1923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(700), [1925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1502), [1927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), [1929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1770), [1931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1383), [1933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928), [1935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1801), [1937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1380), [1939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(931), [1941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1797), [1943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1376), [1945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(937), [1947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2863), [1949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1302), [1951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(948), [1953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(309), [1955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1414), [1957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(973), [1959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2840), [1961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1301), [1963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(949), [1965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2839), [1967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1297), [1969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(953), [1971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2862), [1973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1296), [1975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954), [1977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2867), [1979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1294), [1981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), [1983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), [1985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(815), [1987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1358), [1989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), [1991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813), [1993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1347), [1995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), [1997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(822), [1999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1307), [2001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), [2003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2874), [2005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1290), [2007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), [2009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2875), [2011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1287), [2013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), [2015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(818), [2017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1313), [2019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), [2021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(950), [2023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(821), [2025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1300), [2027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), [2029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), [2031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1299), [2033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952), [2035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(825), [2037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1298), [2039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), [2041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310), [2043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1409), [2045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(981), [2047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2177), [2049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1430), [2051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(989), [2053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(702), [2055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1516), [2057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), [2059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2180), [2061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1432), [2063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), [2065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2228), [2067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1258), [2069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(998), [2071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2850), [2073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1480), [2075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), [2077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2855), [2079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1484), [2081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), [2083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2844), [2085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1490), [2087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), [2089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2234), [2091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1256), [2093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(999), [2095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308), [2097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1406), [2099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), [2101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2210), [2103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1251), [2105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1040), [2107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), [2109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2848), [2111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1487), [2113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), [2115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(305), [2117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1379), [2119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), [2121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2211), [2123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1250), [2125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1044), [2127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(965), [2129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2847), [2131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1492), [2133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(966), [2135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2837), [2137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1494), [2139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(967), [2141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2864), [2143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1496), [2145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(972), [2147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3269), [2149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1506), [2151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), [2153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3264), [2155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1508), [2157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), [2159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(307), [2161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1371), [2163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), [2165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3246), [2167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1513), [2169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), [2171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3266), [2173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1511), [2175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), [2177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(979), [2179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3252), [2181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1515), [2183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(980), [2185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3202), [2187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1517), [2189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(982), [2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), [2193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2191), [2195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1435), [2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1434), [2199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2182), [2201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1438), [2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), [2205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(696), [2207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1401), [2209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), [2211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2931), [2213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3226), [2215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1521), [2217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(983), [2219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2895), [2221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2933), [2223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(854), [2225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1621), [2227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025), [2229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1888), [2231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1544), [2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), [2235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2936), [2237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2209), [2239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1247), [2241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), [2243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), [2245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1890), [2247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1547), [2249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), [2251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1884), [2253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1557), [2255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), [2257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1887), [2259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1555), [2261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), [2263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(698), [2265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1404), [2267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), [2269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(685), [2271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1427), [2273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), [2275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(687), [2277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1425), [2279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), [2281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(996), [2283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1886), [2285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1560), [2287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1000), [2289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(730), [2291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1442), [2293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), [2295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2834), [2297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1273), [2299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), [2301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1875), [2303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1562), [2305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1001), [2307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(990), [2309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(686), [2311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1428), [2313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1003), [2315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1877), [2317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1564), [2319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1002), [2321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(553), [2323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1468), [2325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1051), [2327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(550), [2329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1470), [2331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053), [2333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2911), [2335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2908), [2337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2925), [2339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(862), [2341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1597), [2343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), [2345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2070), [2347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1629), [2349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1123), [2351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2915), [2353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(865), [2355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1601), [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), [2359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(859), [2361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1613), [2363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), [2365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2909), [2367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(861), [2369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1607), [2371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), [2373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1019), [2375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(860), [2377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1617), [2379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1022), [2381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383), [2383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1361), [2385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), [2387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), [2389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1359), [2391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1033), [2393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387), [2395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1354), [2397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1034), [2399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(386), [2401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1352), [2403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1039), [2405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), [2407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1348), [2409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), [2411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), [2413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(394), [2415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1344), [2417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), [2419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(557), [2421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1471), [2423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1056), [2425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(638), [2427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1568), [2429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), [2431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(728), [2433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1342), [2435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), [2437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(630), [2439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1570), [2441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), [2443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), [2445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1339), [2447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), [2449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2276), [2451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1243), [2453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), [2455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), [2457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(733), [2459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1412), [2461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), [2463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(853), [2465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1619), [2467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1023), [2469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2206), [2471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1240), [2473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), [2475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2828), [2477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1262), [2479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), [2481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(351), [2483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1467), [2485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(929), [2487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731), [2489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1415), [2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), [2493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2056), [2495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1437), [2497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), [2499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1008), [2501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(887), [2503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1180), [2505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), [2507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), [2509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1479), [2511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), [2513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(732), [2515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1398), [2517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1037), [2519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), [2521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(545), [2523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1355), [2525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1042), [2527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(739), [2529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1349), [2531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1047), [2533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), [2535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1500), [2537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), [2539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2802), [2541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1259), [2543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), [2545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1009), [2547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(676), [2549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1444), [2551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1004), [2553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(706), [2555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1367), [2557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1132), [2559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(445), [2561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1329), [2563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1066), [2565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), [2567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1327), [2569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1067), [2571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2832), [2573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1252), [2575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1045), [2577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(460), [2579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1325), [2581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), [2583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459), [2585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1322), [2587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1069), [2589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(463), [2591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1320), [2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), [2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), [2597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470), [2599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1317), [2601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), [2603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(464), [2605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1315), [2607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), [2609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1746), [2611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1284), [2613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1079), [2615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), [2617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1335), [2619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), [2621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1699), [2623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1282), [2625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1082), [2627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), [2629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1332), [2631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), [2633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1741), [2635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1279), [2637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1083), [2639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(677), [2641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1446), [2643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1005), [2645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1742), [2647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1276), [2649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1085), [2651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(740), [2653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1357), [2655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1134), [2657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(559), [2659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1523), [2661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519), [2663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1734), [2665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1271), [2667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), [2669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777), [2671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1536), [2673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1090), [2675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), [2677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1324), [2679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), [2681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), [2683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1729), [2685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1268), [2687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), [2689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(423), [2691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1328), [2693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), [2695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1733), [2697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266), [2699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), [2701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512), [2703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1253), [2705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1109), [2707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(775), [2709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1537), [2711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1094), [2713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(782), [2715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1541), [2717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1095), [2719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(781), [2721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1550), [2723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1098), [2725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(783), [2727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1552), [2729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), [2731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(509), [2733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1249), [2735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1110), [2737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), [2739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), [2741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1242), [2743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1113), [2745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), [2747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(787), [2749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1559), [2751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), [2753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2480), [2755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1642), [2757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), [2761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(784), [2763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1563), [2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), [2767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2290), [2769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1585), [2771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115), [2773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2287), [2775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1594), [2777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1119), [2779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2189), [2781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1632), [2783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1280), [2785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2570), [2787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1906), [2789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2738), [2791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2581), [2793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84), [2795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83), [2797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85), [2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), [2801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2919), [2803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2297), [2805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1598), [2807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1120), [2809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2484), [2811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1638), [2813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), [2815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2487), [2817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1580), [2819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), [2821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2479), [2823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1588), [2825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), [2827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612), [2829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1233), [2831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1147), [2833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(519), [2835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1225), [2837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1116), [2839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), [2841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1223), [2843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), [2845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), [2847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1096), [2849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2296), [2851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1599), [2853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1121), [2855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529), [2857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1215), [2859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), [2861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2471), [2863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1576), [2865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1104), [2867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2267), [2869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1605), [2871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), [2873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525), [2875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1208), [2877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), [2879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(422), [2881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1309), [2883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), [2885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(613), [2887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1232), [2889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148), [2891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1610), [2893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2326), [2895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1616), [2897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), [2899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2331), [2901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1640), [2903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), [2905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2178), [2907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1419), [2909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(988), [2911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1951), [2913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1591), [2915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1592), [2917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1928), [2919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1589), [2921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), [2923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(642), [2925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1633), [2927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1038), [2929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2141), [2931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1535), [2933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1303), [2935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2559), [2937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1977), [2939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2744), [2941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2554), [2943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114), [2945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(113), [2947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112), [2949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), [2951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2468), [2953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1518), [2955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1105), [2957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2474), [2959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1501), [2961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1106), [2963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2037), [2965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1625), [2967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1124), [2969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1913), [2971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1622), [2973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), [2975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), [2977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644), [2979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1631), [2981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), [2983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2054), [2985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1420), [2987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), [2989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(641), [2991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1628), [2993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), [2995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2062), [2997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1466), [2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), [3001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2541), [3003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1407), [3005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), [3007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2814), [3009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1245), [3011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(923), [3013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2539), [3015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397), [3017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), [3019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2544), [3021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1291), [3023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), [3025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2542), [3027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1178), [3029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), [3031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057), [3033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1449), [3035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), [3037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1048), [3039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2812), [3041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1236), [3043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), [3045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(605), [3047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1227), [3049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1149), [3051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(606), [3053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1226), [3055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1152), [3057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2061), [3059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1530), [3061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1133), [3063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(604), [3065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1221), [3067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), [3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), [3071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(600), [3073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1210), [3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), [3077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(397), [3079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1308), [3081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1081), [3083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(400), [3085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1289), [3087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1084), [3089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(602), [3091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1207), [3093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), [3095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1837), [3097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1230), [3099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), [3101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1832), [3103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1228), [3105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), [3107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(800), [3109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1194), [3111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1168), [3113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(798), [3115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1193), [3117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1169), [3119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1845), [3121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1200), [3123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), [3125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2066), [3127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1578), [3129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1141), [3131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1841), [3133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1214), [3135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), [3137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1153), [3139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1842), [3141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1199), [3143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1154), [3145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(871), [3147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1192), [3149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1177), [3151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1036), [3153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1136), [3155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2543), [3157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1257), [3159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1138), [3161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2533), [3163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1212), [3165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1139), [3167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869), [3169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1190), [3171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1050), [3173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(883), [3175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1188), [3177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), [3179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), [3181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1933), [3183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1572), [3185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1130), [3187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1940), [3189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1573), [3191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1131), [3193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2549), [3195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1195), [3197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1140), [3199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1529), [3201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1936), [3203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1856), [3205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1198), [3207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1157), [3209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2067), [3211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1574), [3213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1135), [3215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1855), [3217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1197), [3219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1159), [3221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(885), [3223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1182), [3225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), [3227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2538), [3229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1627), [3231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(882), [3233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1185), [3235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(880), [3237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1184), [3239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(878), [3241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(877), [3243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), [3245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884), [3247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1350), [3249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(539), [3251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1831), [3253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1231), [3255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2040), [3257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(593), [3259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594), [3261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(595), [3263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(537), [3265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(598), [3267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), [3269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1203), [3271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(596), [3273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1186), [3275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1204), [3277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(534), [3279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1191), [3281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1828), [3283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1234), [3285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(599), [3287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1205), [3289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530), [3291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1206), [3293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1830), [3295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1235), [3297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1827), [3299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1826), [3301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1824), [3303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2261), [3305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2254), [3307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2244), [3309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2238), [3311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1237), [3313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2242), [3315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1238), [3317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2215), [3319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1239), [3321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2824), [3323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1275), [3325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2815), [3327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1277), [3329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1712), [3331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1713), [3333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1716), [3335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1721), [3337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1263), [3339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1718), [3341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1264), [3343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1728), [3345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2821), [3347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1278), [3349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1265), [3351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2811), [3353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2820), [3355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2830), [3357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2890), [3359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2887), [3361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2884), [3363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2881), [3365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1283), [3367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2883), [3369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1285), [3371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2877), [3373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1286), [3375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1356), [3377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448), [3379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(481), [3381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(479), [3383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(812), [3385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1360), [3387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(478), [3389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(474), [3391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1310), [3393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(476), [3395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1311), [3397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(472), [3399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1314), [3401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), [3403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1340), [3405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439), [3407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1306), [3409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(808), [3411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1362), [3413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), [3415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1343), [3417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(415), [3419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(414), [3421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(412), [3423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402), [3425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(444), [3427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1336), [3429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(724), [3431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(449), [3433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(411), [3435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1337), [3437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(399), [3439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(879), [3441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1338), [3443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(810), [3445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1366), [3447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2534), [3449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(805), [3451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(804), [3453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(803), [3455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298), [3457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(299), [3459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300), [3461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), [3463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2514), [3465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2528), [3467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1368), [3469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(301), [3471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1369), [3473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2535), [3475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1375), [3477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1765), [3479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1395), [3481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1760), [3483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1396), [3485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(718), [3487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(717), [3489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1764), [3491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1399), [3493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1759), [3495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1757), [3497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1755), [3499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(710), [3501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(707), [3503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2537), [3505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1377), [3507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1391), [3509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(709), [3511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1392), [3513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), [3515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1370), [3517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2046), [3519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1448), [3521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(727), [3523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1447), [3525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1462), [3527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(699), [3529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1400), [3531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2050), [3533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1202), [3535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2192), [3537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1439), [3539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2132), [3541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1441), [3543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2193), [3545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1443), [3547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2086), [3549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(726), [3551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1469), [3553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2201), [3555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2200), [3557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2043), [3559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(723), [3561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2041), [3563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2052), [3565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(331), [3567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), [3569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), [3571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336), [3573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1450), [3575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), [3577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1451), [3579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), [3581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1452), [3583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(722), [3585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1445), [3587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(721), [3589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564), [3591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1526), [3593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2879), [3595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2878), [3597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2868), [3599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2857), [3601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1476), [3603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2866), [3605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1477), [3607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2836), [3609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1478), [3611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(695), [3613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1520), [3615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569), [3617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1527), [3619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692), [3621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1522), [3623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3207), [3625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3205), [3627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3204), [3629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3260), [3631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1503), [3633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3203), [3635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1504), [3637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3261), [3639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1505), [3641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(694), [3643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1524), [3645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), [3647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1528), [3649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(691), [3651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(690), [3653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(689), [3655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(570), [3657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(573), [3659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(574), [3661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(622), [3663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(623), [3665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1901), [3667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1896), [3669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1750), [3671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1892), [3673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1540), [3675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1895), [3677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1542), [3679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(788), [3681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1565), [3683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1891), [3685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1543), [3687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(792), [3689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1567), [3691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(790), [3693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1579), [3695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(795), [3697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(624), [3699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(796), [3701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(628), [3703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1532), [3705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(626), [3707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1533), [3709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797), [3711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2492), [3713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1643), [3715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2068), [3717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2063), [3719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2318), [3721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1993), [3723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1984), [3725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1582), [3727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1991), [3729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1583), [3731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(876), [3733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(875), [3735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(874), [3737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(867), [3739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1593), [3741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(873), [3743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1595), [3745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2325), [3747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1637), [3749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(866), [3751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1596), [3753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2321), [3755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1635), [3757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1954), [3759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1587), [3761] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expansion_repeat1, 2), SHIFT_REPEAT(2150), [3764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_expansion_repeat1, 2), [3766] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expansion_repeat1, 2), SHIFT_REPEAT(1627), [3769] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expansion_repeat1, 2), SHIFT_REPEAT(2525), [3772] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expansion_repeat1, 2), SHIFT_REPEAT(2160), [3775] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expansion_repeat1, 2), SHIFT_REPEAT(2750), [3778] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expansion_repeat1, 2), SHIFT_REPEAT(2508), [3781] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expansion_repeat1, 2), SHIFT_REPEAT(74), [3784] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expansion_repeat1, 2), SHIFT_REPEAT(73), [3787] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expansion_repeat1, 2), SHIFT_REPEAT(75), [3790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(629), [3792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1566), [3794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2319), [3796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2490), [3798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1644), [3800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2320), [3802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2324), [3804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1586), [3806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2493), [3808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1645), [3810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2488), [3812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2467), [3814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2466), [3816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2263), [3818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2237), [3820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2265), [3822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), [3824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), [3826] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2352), [3829] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3321), [3832] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2357), [3835] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2791), [3838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirected_statement, 2, .production_id = 6), [3840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirected_statement, 2, .production_id = 6), [3842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2352), [3844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2791), [3846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), [3848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), [3850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), [3852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2347), [3854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2793), [3856] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2347), [3859] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2346), [3862] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2793), [3865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), [3867] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2387), [3870] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3373), [3873] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2339), [3876] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2787), [3879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2387), [3881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2787), [3883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), [3885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2432), [3887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2417), [3889] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2392), [3892] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3329), [3895] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2363), [3898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2788), [3901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), [3903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2392), [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), [3907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2), [3909] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2), SHIFT_REPEAT(2376), [3912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2), [3914] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2), SHIFT_REPEAT(2794), [3917] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2), SHIFT_REPEAT(3100), [3920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), [3922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 2, .production_id = 4), [3924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 2, .production_id = 4), [3926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743), [3928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2440), [3930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2473), [3932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2774), [3934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2486), [3936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2472), [3938] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1743), [3941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 3, .production_id = 11), [3943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 3, .production_id = 11), [3945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 2, .production_id = 3), [3947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 2, .production_id = 3), [3949] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2430), [3952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), [3954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_herestring_redirect, 2), [3956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_herestring_redirect, 2), [3958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 3, .production_id = 12), [3960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 3, .production_id = 12), [3962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), [3964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), [3966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), [3968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_herestring_redirect, 2, .production_id = 17), [3970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_herestring_redirect, 2, .production_id = 17), [3972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), [3974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2455), [3976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2425), [3978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3208), [3980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2589), [3982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2444), [3984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2582), [3986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(62), [3988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60), [3990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(63), [3992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), [3994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3169), [3996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1900), [3998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), [4000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), [4002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3247), [4004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), [4006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3265), [4008] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1900), [4011] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2403), [4014] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2417), [4017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), [4019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2454), [4021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), [4023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2423), [4025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2416), [4027] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2440), [4030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1, .production_id = 2), [4032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1753), [4034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), [4036] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1753), [4039] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2425), [4042] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), [4044] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2589), [4047] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2444), [4050] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2774), [4053] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2582), [4056] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(62), [4059] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(60), [4062] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(63), [4065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_test_command, 3), [4067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_test_command, 3), [4069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1961), [4071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), [4073] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), [4075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), [4077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_style_for_statement, 10, .production_id = 72), [4079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_style_for_statement, 10, .production_id = 72), [4081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_style_for_statement, 9, .production_id = 67), [4083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_style_for_statement, 9, .production_id = 67), [4085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_style_for_statement, 9, .production_id = 66), [4087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_style_for_statement, 9, .production_id = 66), [4089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_style_for_statement, 9, .production_id = 65), [4091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_style_for_statement, 9, .production_id = 65), [4093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_style_for_statement, 9, .production_id = 64), [4095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_style_for_statement, 9, .production_id = 64), [4097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 8, .production_id = 30), [4099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 8, .production_id = 30), [4101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 8, .production_id = 29), [4103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 8, .production_id = 29), [4105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_style_for_statement, 8, .production_id = 55), [4107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_style_for_statement, 8, .production_id = 55), [4109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_style_for_statement, 8, .production_id = 54), [4111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_style_for_statement, 8, .production_id = 54), [4113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_style_for_statement, 8, .production_id = 53), [4115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_style_for_statement, 8, .production_id = 53), [4117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_style_for_statement, 8, .production_id = 52), [4119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_style_for_statement, 8, .production_id = 52), [4121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_style_for_statement, 8, .production_id = 51), [4123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_style_for_statement, 8, .production_id = 51), [4125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_style_for_statement, 8, .production_id = 50), [4127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_style_for_statement, 8, .production_id = 50), [4129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 7, .production_id = 30), [4131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 7, .production_id = 30), [4133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 7, .production_id = 29), [4135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 7, .production_id = 29), [4137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, .production_id = 26), [4139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, .production_id = 26), [4141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_style_for_statement, 7, .production_id = 42), [4143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_style_for_statement, 7, .production_id = 42), [4145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_style_for_statement, 7, .production_id = 41), [4147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_style_for_statement, 7, .production_id = 41), [4149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_style_for_statement, 7, .production_id = 40), [4151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_style_for_statement, 7, .production_id = 40), [4153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_style_for_statement, 7, .production_id = 39), [4155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_style_for_statement, 7, .production_id = 39), [4157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 6, .production_id = 30), [4159] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 6, .production_id = 30), [4161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 6, .production_id = 29), [4163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 6, .production_id = 29), [4165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 26), [4167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 26), [4169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 34), [4171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 34), [4173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_style_for_statement, 6, .production_id = 33), [4175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_style_for_statement, 6, .production_id = 33), [4177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, .production_id = 31), [4179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, .production_id = 31), [4181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 5, .production_id = 30), [4183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 5, .production_id = 30), [4185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 5, .production_id = 29), [4187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 5, .production_id = 29), [4189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 26), [4191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 26), [4193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_group, 3), [4195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_group, 3), [4197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), [4199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 28), [4201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 28), [4203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 26), [4205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 26), [4207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2423), [4210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_group, 2), [4212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_group, 2), [4214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 4, .production_id = 24), [4216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 4, .production_id = 24), [4218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1961), [4221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2029), [4224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 2), [4226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 2), [4228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2914), [4230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1922), [4232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2927), [4234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1925), [4236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2122), [4238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2029), [4240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2120), [4242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2), [4244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2), [4246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_negated_command, 2), [4248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_negated_command, 2), [4250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1973), [4252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1981), [4254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2140), [4256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2199), [4258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1794), [4260] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2409), [4263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1795), [4265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3), [4267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3), [4269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subshell, 3), [4271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subshell, 3), [4273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, .production_id = 16), [4275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, .production_id = 16), [4277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 15), [4279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 15), [4281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1803), [4283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1804), [4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2447), [4287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934), [4289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1539), [4291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097), [4293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1614), [4295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1960), [4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), [4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2914), [4301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2), [4303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2198), [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), [4308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2184), [4310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2585), [4312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(455), [4314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(396), [4316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2524), [4318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(61), [4320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(36), [4322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(69), [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), [4326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(778), [4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), [4330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2162), [4332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2545), [4334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1731), [4336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1903), [4338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2504), [4340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(100), [4342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(99), [4344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(24), [4346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), [4348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(903), [4350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1854), [4352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), [4354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3231), [4356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801), [4358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2870), [4360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(712), [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), [4364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2174), [4366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(277), [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), [4370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(678), [4372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(350), [4374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(997), [4376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(554), [4378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(410), [4380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1, .production_id = 2), [4382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), [4384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2293), [4386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315), [4388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), [4390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2117), [4392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2511), [4394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(578), [4396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(639), [4398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2553), [4400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(90), [4402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89), [4404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(91), [4406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), [4408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1024), [4410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(913), [4412] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_postfix_expression, 2), [4414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2139), [4417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ternary_expression, 5, .production_id = 35), [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), [4421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2121), [4423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372), [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), [4427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(611), [4429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1881), [4431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(906), [4433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), [4435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2167), [4437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2804), [4439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(993), [4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), [4443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2129), [4445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2517), [4447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368), [4449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), [4451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2532), [4453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(35), [4455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(34), [4457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(40), [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), [4463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2085), [4465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2587), [4467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(587), [4469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(683), [4471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2576), [4473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(57), [4475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56), [4477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(58), [4479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), [4481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(750), [4483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(746), [4485] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2421), [4488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2065), [4490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2548), [4492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1773), [4494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 25), [4496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), [4498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2092), [4500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(451), [4502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), [4504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), [4506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017), [4508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), [4510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2845), [4512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(738), [4514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447), [4516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2560), [4518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2767), [4520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2569), [4522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2558), [4524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1745), [4526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1938), [4528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(824), [4530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), [4532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2084), [4534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(413), [4536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), [4538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2483), [4540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(514), [4542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2225), [4544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), [4546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(766), [4548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2547), [4550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2499), [4552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2500), [4554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2583), [4556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67), [4558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(64), [4560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(68), [4562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893), [4564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2203), [4566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2923), [4569] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2570), [4572] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2927), [4575] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2738), [4578] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2923), [4581] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2581), [4584] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(84), [4587] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(83), [4590] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(85), [4593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(850), [4595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(839), [4597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(753), [4599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 4, .production_id = 22), [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), [4603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(891), [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2413), [4607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), [4609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 25), [4611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 4, .production_id = 23), [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), [4615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579), [4617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), [4619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2262), [4621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2500), [4624] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2547), [4627] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2499), [4630] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2767), [4633] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2500), [4636] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2583), [4639] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(67), [4642] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(64), [4645] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(68), [4648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(897), [4650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(581), [4652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), [4654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449), [4656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(608), [4658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_expression, 5, .production_id = 35), [4660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(603), [4662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2110), [4664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_postfix_expression, 2), [4666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_expansion_repeat1, 1), [4668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), [4670] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2465), [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), [4675] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2262), [4678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2091), [4680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(851), [4682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401), [4684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 5, .production_id = 23), [4686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), [4688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398), [4690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(857), [4692] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2437), [4695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 5, .production_id = 22), [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), [4699] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2203), [4702] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2340), [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3148), [4707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2566), [4709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2967), [4711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2717), [4713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3148), [4715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2550), [4717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(51), [4719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(50), [4721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(52), [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3035), [4725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3035), [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2997), [4729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2997), [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3095), [4733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3095), [4735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 6, .production_id = 22), [4737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 6, .production_id = 23), [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3067), [4741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3067), [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3003), [4745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3003), [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), [4749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3002), [4751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3002), [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), [4755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3111), [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), [4759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(279), [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3118), [4765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3118), [4767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_expansion_repeat1, 1, .production_id = 2), [4769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2340), [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3088), [4773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3088), [4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3012), [4777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3012), [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3115), [4781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3115), [4783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2), [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), [4789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1363), [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2145), [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3108), [4797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3108), [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3015), [4801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3015), [4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3080), [4805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3080), [4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3018), [4809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3018), [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3071), [4813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3071), [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3033), [4817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3033), [4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3087), [4821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3087), [4823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), [4825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3091), [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3124), [4829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3124), [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3151), [4833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3151), [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3147), [4837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3147), [4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3026), [4841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3026), [4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3021), [4845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3021), [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), [4849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3131), [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), [4853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3137), [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3075), [4857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3075), [4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), [4861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3141), [4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), [4865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3112), [4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3103), [4869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3103), [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3027), [4873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3027), [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3143), [4877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3143), [4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), [4881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(521), [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), [4885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3023), [4887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3023), [4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3114), [4891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3114), [4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), [4895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(482), [4897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), [4899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3083), [4901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3083), [4903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3135), [4905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3135), [4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2999), [4909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2999), [4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3039), [4913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3039), [4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3004), [4917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3004), [4919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2998), [4921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2998), [4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3062), [4925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3062), [4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3106), [4929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3106), [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), [4933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), [4935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), [4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3072), [4939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3072), [4941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3052), [4943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3052), [4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3102), [4947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3102), [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3130), [4951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3130), [4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3016), [4955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3016), [4957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3030), [4959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3030), [4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3040), [4963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3040), [4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3024), [4967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3024), [4969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), [4971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3098), [4973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), [4975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3034), [4977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3046), [4979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3046), [4981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3041), [4983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3041), [4985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3043), [4987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3043), [4989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3127), [4991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3127), [4993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3132), [4995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3132), [4997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), [4999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3125), [5001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3047), [5003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3047), [5005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3029), [5007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3029), [5009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3055), [5011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3055), [5013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), [5015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2577), [5017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1665), [5019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1701), [5021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2565), [5023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(54), [5025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(53), [5027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(55), [5029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2907), [5031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), [5033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), [5035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), [5037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1548), [5039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), [5041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), [5043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), [5045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), [5047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1737), [5049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), [5051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), [5053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), [5055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), [5057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1545), [5059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), [5061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), [5063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), [5065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2509), [5067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1659), [5069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1677), [5071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2557), [5073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(30), [5075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(29), [5077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(37), [5079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), [5081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), [5083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1456), [5085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), [5087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), [5089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1684), [5091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1717), [5093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), [5095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1726), [5097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2920), [5099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), [5101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2807), [5103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2575), [5105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2798), [5107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2764), [5109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2807), [5111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2574), [5113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(117), [5115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(116), [5117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(115), [5119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2939), [5121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), [5123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1678), [5125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2904), [5127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), [5129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), [5131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1727), [5133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), [5135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), [5137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1682), [5139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2983), [5141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2983), [5143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2935), [5145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2934), [5147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2932), [5149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), [5151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2506), [5153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1735), [5155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1756), [5157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2502), [5159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(71), [5161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(70), [5163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(72), [5165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2899), [5167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3073), [5169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2963), [5171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3073), [5173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), [5175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1697), [5177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391), [5179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), [5181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608), [5183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3128), [5185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3128), [5187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), [5189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1720), [5191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2810), [5193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2810), [5195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2905), [5197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), [5199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), [5201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2910), [5203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2912), [5205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), [5207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1715), [5209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2918), [5211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), [5213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1862), [5215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), [5217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1800), [5219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), [5221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2827), [5223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), [5225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2186), [5227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2268), [5229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2869), [5231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2859), [5233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2891), [5235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3056), [5237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), [5239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(293), [5241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), [5243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(672), [5245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), [5247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1858), [5249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), [5251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(673), [5253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(207), [5255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), [5257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(567), [5259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), [5261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(840), [5263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), [5265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1646), [5267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2243), [5269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), [5271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1982), [5273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), [5275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198), [5277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437), [5279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(231), [5281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), [5283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(828), [5285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2015), [5287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), [5289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(912), [5291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2108), [5293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), [5295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2469), [5297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), [5299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225), [5301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(657), [5303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), [5305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(889), [5307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1819), [5309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), [5311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1839), [5313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), [5315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), [5317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(487), [5319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), [5321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(681), [5323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2854), [5325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2854), [5327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), [5329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(756), [5331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 1), [5333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), [5335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), [5337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(229), [5339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(615), [5341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), [5343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3239), [5345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2567), [5347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2035), [5349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2567), [5351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2399), [5353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), [5355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1700), [5357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(211), [5359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(491), [5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), [5363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(785), [5365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), [5367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2495), [5369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2494), [5371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1675), [5373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), [5375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197), [5377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520), [5379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2414), [5382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688), [5384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), [5386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), [5388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), [5390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206), [5392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), [5394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), [5396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204), [5398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468), [5400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), [5402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230), [5404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(838), [5406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(243), [5408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(590), [5410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(908), [5412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2501), [5414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(244), [5416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), [5418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232), [5420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), [5422] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2496), [5425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 1, .production_id = 2), [5427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2496), [5429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2428), [5431] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2446), [5434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), [5436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 1), [5438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), [5440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2717), [5442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3250), [5444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3155), [5446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3157), [5448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), [5450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2691), [5452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), [5454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1175), [5456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1158), [5458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3206), [5460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), [5462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), [5464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), [5466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1150), [5468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1151), [5470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3168), [5472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), [5474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), [5476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), [5478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1174), [5480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1176), [5482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3236), [5484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), [5486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2707), [5488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), [5490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1156), [5492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1155), [5494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3243), [5496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), [5498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2723), [5500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), [5502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), [5504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), [5506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), [5508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1029), [5510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1028), [5512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3178), [5514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), [5516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2673), [5518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), [5520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1100), [5522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1099), [5524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3210), [5526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), [5528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), [5530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), [5532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), [5534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), [5536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), [5538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), [5540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), [5542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), [5544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2818), [5546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), [5548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), [5550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1137), [5552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1143), [5554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), [5556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), [5558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2780), [5560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), [5562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), [5564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2692), [5566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), [5568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(936), [5570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(935), [5572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3180), [5574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), [5576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2682), [5578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), [5580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1059), [5582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1075), [5584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3267), [5586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), [5588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), [5590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), [5592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), [5594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), [5596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), [5598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916), [5600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1046), [5602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3184), [5604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), [5606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2749), [5608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), [5610] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2630), [5613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), [5615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), [5617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), [5619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1087), [5621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1080), [5623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3212), [5625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), [5627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711), [5629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), [5631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1118), [5633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1107), [5635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3248), [5637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), [5639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), [5641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), [5643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), [5645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2715), [5647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), [5649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(921), [5651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(926), [5653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3164), [5655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), [5657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), [5659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), [5661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), [5663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), [5665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), [5667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), [5669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2669), [5671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), [5673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), [5675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077), [5677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3220), [5679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), [5681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2739), [5683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), [5685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2873), [5687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), [5689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), [5691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(977), [5693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(978), [5695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3186), [5697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), [5699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), [5701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), [5703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), [5705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2661), [5707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), [5709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1062), [5711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1061), [5713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3175), [5715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), [5717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783), [5719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), [5721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), [5723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), [5725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), [5727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), [5729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2688), [5731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), [5733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(986), [5735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(992), [5737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3188), [5739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), [5741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2758), [5743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), [5745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), [5747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), [5749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), [5751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), [5753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2693), [5755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), [5757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(958), [5759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), [5761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3228), [5763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), [5765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2678), [5767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), [5769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(968), [5771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(964), [5773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3253), [5775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), [5777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2747), [5779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), [5781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), [5783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), [5785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), [5787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), [5789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1070), [5791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3173), [5793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), [5795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), [5797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), [5799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054), [5801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), [5803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3166), [5805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), [5807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), [5809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), [5811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1010), [5813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1013), [5815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3191), [5817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), [5819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2694), [5821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), [5823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941), [5825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(942), [5827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3223), [5829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), [5831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), [5833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), [5835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), [5837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689), [5839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), [5841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1091), [5843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1086), [5845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3171), [5847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2894), [5849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2695), [5851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), [5853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(945), [5855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(943), [5857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), [5859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2869), [5861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2764), [5863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2859), [5865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), [5867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679), [5869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), [5871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1043), [5873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(995), [5875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3193), [5877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), [5879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776), [5881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), [5883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), [5885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2714), [5887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), [5889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1015), [5891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1014), [5893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), [5895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 1, .production_id = 2), [5897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2630), [5899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), [5901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2770), [5903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), [5905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), [5907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2685), [5909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), [5911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924), [5913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(925), [5915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), [5917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), [5919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2706), [5921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), [5923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1127), [5925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1128), [5927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3198), [5929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), [5931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2676), [5933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), [5935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1166), [5937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1172), [5939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), [5941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), [5943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2727), [5945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), [5947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), [5949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), [5951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), [5953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), [5955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), [5957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), [5959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), [5961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2687), [5963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), [5965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1171), [5967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1170), [5969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3221), [5971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473), [5973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), [5975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2486), [5977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 70), [5979] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 49), [5981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2809), [5983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(492), [5985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2826), [5987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2801), [5989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 3, .production_id = 47), [5991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 37), [5993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), [5995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 3, .production_id = 43), [5997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 36), [5999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(457), [6001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 68), [6003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 45), [6005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2481), [6007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2212), [6009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675), [6011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1857), [6013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 58), [6015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 45), [6017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376), [6019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(749), [6021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378), [6023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2475), [6025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2236), [6027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2564), [6029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1980), [6031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 60), [6033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 37), [6035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1818), [6037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), [6039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(646), [6041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(489), [6043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1816), [6045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2561), [6047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1846), [6049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367), [6051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(674), [6053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(856), [6055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1706), [6057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 62), [6059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 49), [6061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3160), [6063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(762), [6065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(684), [6067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(789), [6069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2860), [6071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3224), [6073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1702), [6075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(614), [6077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(833), [6079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2018), [6081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(842), [6083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2253), [6085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480), [6087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2842), [6089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2113), [6091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(758), [6093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(560), [6095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(658), [6097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1949), [6099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(846), [6101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1850), [6103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(682), [6105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2137), [6107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566), [6109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(662), [6111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(488), [6113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1840), [6115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(837), [6117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 56), [6119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 36), [6121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2034), [6123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(607), [6125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(524), [6127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(542), [6129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2260), [6131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 56), [6133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 71), [6135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 71), [6137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), [6139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), [6141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1065), [6143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), [6145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3174), [6147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 60), [6149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 62), [6151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 3, .production_id = 44), [6153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 3, .production_id = 44), [6155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 68), [6157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), [6159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), [6161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1089), [6163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1088), [6165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3152), [6167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 59), [6169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 59), [6171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), [6173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), [6175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1163), [6177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1125), [6179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3262), [6181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 58), [6183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 70), [6185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2287), [6187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), [6189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1112), [6191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1103), [6193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3209), [6195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2533), [6197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), [6199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1164), [6201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1165), [6203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), [6205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 3, .production_id = 47), [6207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), [6209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), [6211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(974), [6213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(970), [6215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3251), [6217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), [6219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), [6221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1026), [6223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1027), [6225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3192), [6227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), [6229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), [6231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1058), [6233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063), [6235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), [6237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 57), [6239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 57), [6241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), [6243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), [6245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), [6247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1012), [6249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3268), [6251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), [6253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), [6255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(922), [6257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(920), [6259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3183), [6261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 69), [6263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 69), [6265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), [6267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), [6269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(961), [6271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122), [6273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3217), [6275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), [6277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), [6279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1129), [6281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1020), [6283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3227), [6285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3202), [6287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), [6289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(984), [6291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(985), [6293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3187), [6295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), [6297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), [6299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1108), [6301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1093), [6303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3170), [6305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), [6307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), [6309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1142), [6311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1146), [6313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), [6315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), [6317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), [6319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(960), [6321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(944), [6323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3179), [6325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), [6327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), [6329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(956), [6331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957), [6333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3225), [6335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), [6337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), [6339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(938), [6341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(940), [6343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3222), [6345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2840), [6347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), [6349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(947), [6351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(946), [6353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3255), [6355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), [6357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), [6359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1031), [6361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1030), [6363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3177), [6365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), [6367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), [6369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1160), [6371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1161), [6373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), [6375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), [6377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), [6379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1076), [6381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1074), [6383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3172), [6385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2837), [6387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), [6389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(975), [6391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(976), [6393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3185), [6395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), [6397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), [6399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1092), [6401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1117), [6403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3167), [6405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), [6407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), [6409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1049), [6411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), [6413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3165), [6415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 3, .production_id = 48), [6417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 3, .production_id = 48), [6419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 61), [6421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 61), [6423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2468), [6425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), [6427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1111), [6429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1114), [6431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3197), [6433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), [6435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), [6437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1167), [6439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1162), [6441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3241), [6443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 3, .production_id = 43), [6445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 63), [6447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 63), [6449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), [6451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), [6453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1145), [6455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1144), [6457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), [6459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875), [6461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), [6463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1006), [6465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1007), [6467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3190), [6469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), [6471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), [6473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(914), [6475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), [6477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3213), [6479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), [6481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), [6483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(918), [6485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(919), [6487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3163), [6489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2629), [6491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3240), [6493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2825), [6495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2512), [6497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(97), [6499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(92), [6501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2658), [6503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2622), [6505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2624), [6507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2635), [6509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(835), [6511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2655), [6513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2634), [6515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2010), [6517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2632), [6519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(618), [6521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2644), [6523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2610), [6525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1953), [6527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2620), [6529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(666), [6531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2621), [6533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2760), [6535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2530), [6537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), [6539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), [6541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2734), [6543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), [6545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2642), [6547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(649), [6549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2889), [6551] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(2671), [6554] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), [6556] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(2825), [6559] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(2512), [6562] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(97), [6565] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(92), [6568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2599), [6570] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(2760), [6573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(2530), [6576] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(48), [6579] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(47), [6582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(2734), [6585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), [6587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2605), [6589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2628), [6591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2625), [6593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2639), [6595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2104), [6597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2593), [6599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), [6601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), [6603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2865), [6605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), [6607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2922), [6609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2591), [6611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2650), [6613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2608), [6615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2298), [6617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2619), [6619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2647), [6621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2615), [6623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(486), [6625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2646), [6627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(653), [6629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2637), [6631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(443), [6633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2636), [6635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2239), [6637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2612), [6639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1821), [6641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2616), [6643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2649), [6645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2657), [6647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2631), [6649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1691), [6651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2913), [6653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2617), [6655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2606), [6657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294), [6659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2643), [6661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2852), [6663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2849), [6665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2852), [6667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2618), [6669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2603), [6671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2654), [6673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2638), [6675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2893), [6677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2627), [6679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(765), [6681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2641), [6683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2609), [6685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2568), [6687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2626), [6689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2645), [6691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2648), [6693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(572), [6695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2614), [6697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2613), [6699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373), [6701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2607), [6703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2598), [6705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2485), [6707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2633), [6709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2651), [6711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1836), [6713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2656), [6715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(516), [6717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), [6719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2829), [6721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2652), [6723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(843), [6725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2600), [6727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(636), [6729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2595), [6731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2640), [6733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(855), [6735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2601), [6737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1865), [6739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), [6741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), [6743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), [6745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), [6747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), [6749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1609), [6751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2332), [6753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2332), [6755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2393), [6757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), [6759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), [6761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(21), [6763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), [6765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), [6767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2343), [6769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), [6771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(23), [6773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2355), [6775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), [6777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2366), [6779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366), [6781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(22), [6783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2422), [6785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3338), [6787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2949), [6789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3338), [6791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2885), [6793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), [6795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), [6797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2422), [6800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3471), [6802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2977), [6804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3471), [6806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3470), [6808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2976), [6810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3470), [6812] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2885), [6815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3319), [6817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2961), [6819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3319), [6821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_body, 3), [6823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_body, 3), [6825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3452), [6827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2959), [6829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3452), [6831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), [6833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_body, 1), [6835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_body, 1), [6837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 1), [6839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2858), [6841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2856), [6843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3451), [6845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2956), [6847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3451), [6849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_body, 2), [6851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_body, 2), [6853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), [6855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171), [6857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), [6859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), [6861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), [6863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), [6865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), [6867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194), [6869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 3), [6871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), [6873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), [6875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187), [6877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), [6879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), [6881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), [6883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), [6885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), [6887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), [6889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263), [6891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2946), [6893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), [6895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3215), [6897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2248), [6899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3215), [6901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2941), [6903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2955), [6905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), [6907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2945), [6909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2987), [6911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2984), [6913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2992), [6915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2991), [6917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2993), [6919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2988), [6921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), [6923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), [6925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2986), [6927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), [6929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(142), [6932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2985), [6934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2982), [6936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2989), [6938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2951), [6940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), [6942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239), [6944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), [6946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3242), [6948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2222), [6950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3242), [6952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2979), [6954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), [6956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), [6958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), [6960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(251), [6962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2957), [6964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2953), [6966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2950), [6968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2947), [6970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2944), [6972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2943), [6974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), [6976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2246), [6978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3194), [6980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), [6982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(260), [6984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2942), [6986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), [6988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1876), [6990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), [6992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(254), [6994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1849), [6996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1849), [6998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 4, .production_id = 45), [7000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2596), [7002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), [7004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), [7006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), [7008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1843), [7010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 4, .production_id = 49), [7012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2590), [7014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2690), [7016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2660), [7018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), [7020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1844), [7022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), [7024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245), [7026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), [7028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1859), [7030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), [7032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3113), [7034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3427), [7036] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3113), [7039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2597), [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), [7043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), [7045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), [7047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1864), [7049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), [7051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), [7053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1866), [7055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 3, .production_id = 37), [7057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2611), [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), [7061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2438), [7063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), [7065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1868), [7067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), [7069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203), [7071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), [7073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1872), [7075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 3, .production_id = 36), [7077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2653), [7079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2681), [7081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), [7083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(240), [7085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), [7087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1899), [7089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), [7091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1898), [7093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), [7095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1879), [7097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3081), [7099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3291), [7101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, .production_id = 30), [7103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, .production_id = 29), [7105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), [7107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264), [7109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), [7111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3182), [7113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), [7115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3153), [7117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), [7119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), [7121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), [7123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), [7125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), [7127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), [7129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), [7131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), [7133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), [7135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), [7137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), [7139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), [7141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), [7143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), [7145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), [7147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), [7149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), [7151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), [7153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), [7155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), [7157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), [7159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), [7161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), [7163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), [7165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), [7167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2834), [7169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2831), [7171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), [7173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), [7175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), [7177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), [7179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2821), [7181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2819), [7183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), [7185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), [7187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2882), [7189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), [7191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), [7193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2881), [7195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2537), [7197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), [7199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), [7201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), [7203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), [7205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), [7207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), [7209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2875), [7211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), [7213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), [7215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), [7217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), [7219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), [7221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), [7223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), [7225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 5, .production_id = 23), [7227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3158), [7229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), [7231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), [7233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1767), [7235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), [7237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 5, .production_id = 22), [7239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3159), [7241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2427), [7244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2672), [7246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), [7248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), [7250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2667), [7252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), [7254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), [7256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), [7258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), [7260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456), [7262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), [7264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), [7266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), [7268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), [7270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), [7272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), [7274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3119), [7276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), [7278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), [7280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2493), [7282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2358), [7285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, .production_id = 46), [7287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), [7289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), [7291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), [7293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2480), [7295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 4, .production_id = 23), [7297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), [7299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), [7301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), [7303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2665), [7305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), [7307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), [7309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), [7311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2182), [7313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), [7315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), [7317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), [7319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), [7321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2536), [7323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), [7325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), [7327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2662), [7329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), [7331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), [7333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), [7335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), [7337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), [7339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), [7341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), [7343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2659), [7345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), [7347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), [7349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), [7351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), [7353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), [7355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), [7357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2850), [7359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), [7361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), [7363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), [7365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), [7367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), [7369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 4, .production_id = 22), [7371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3229), [7373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), [7375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2853), [7377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), [7379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), [7381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), [7383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), [7385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), [7387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), [7389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), [7391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), [7393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), [7395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), [7397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2857), [7399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), [7401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), [7403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), [7405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), [7407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), [7409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), [7411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), [7413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), [7415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), [7417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), [7419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), [7421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), [7423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), [7425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), [7427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), [7429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), [7431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), [7433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2835), [7435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3182), [7438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), [7440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2375), [7442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), [7444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), [7446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2924), [7448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 6, .production_id = 23), [7450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 6, .production_id = 22), [7452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), [7454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2902), [7456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), [7458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2937), [7460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), [7462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), [7464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), [7466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), [7468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), [7470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), [7472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2283), [7474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), [7476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), [7478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), [7480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), [7482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), [7484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), [7486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), [7488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), [7490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), [7492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), [7494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), [7496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2270), [7498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), [7500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), [7502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), [7504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), [7506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), [7508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), [7510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), [7512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3428), [7514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2272), [7516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), [7518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), [7520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), [7522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), [7524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), [7526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), [7528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2258), [7530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), [7532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), [7534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), [7536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), [7538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), [7540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), [7542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), [7544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), [7546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2302), [7548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), [7550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2278), [7552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), [7554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), [7556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), [7558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), [7560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), [7562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), [7564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223), [7566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), [7568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__terminated_statement, 2), [7570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), [7572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2280), [7574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), [7576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2312), [7578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), [7580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3286), [7582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), [7584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), [7586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), [7588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), [7590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), [7592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2838), [7594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), [7596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), [7598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), [7600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), [7602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), [7604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), [7606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), [7608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), [7610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), [7612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3056), [7614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), [7616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3051), [7618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947), [7620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), [7622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), [7624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), [7626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787), [7628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), [7630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), [7632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), [7634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), [7636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), [7638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), [7640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), [7642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), [7644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), [7646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), [7648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), [7650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2971), [7652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), [7654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), [7656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), [7658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), [7660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2477), [7662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), [7664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), [7666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780), [7668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), [7670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2790), [7672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2563), [7674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), [7676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2546), [7678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), [7680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), [7682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1848), [7684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2973), [7686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), [7688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), [7690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), [7692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), [7694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2796), [7696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), [7698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), [7700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), [7702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), [7704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2845), [7706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), [7708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), [7710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2259), [7712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), [7714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), [7716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), [7718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2846), [7720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), [7722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), [7724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2789), [7726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), [7728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), [7730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), [7732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), [7734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), [7736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), [7738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), [7740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), [7742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), [7744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), [7746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), [7748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), [7750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), [7752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2548), [7754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), [7756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), [7758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), [7760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), [7762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), [7764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), [7766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), [7768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), [7770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), [7772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2293), [7774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), [7776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2892), [7778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3181), [7780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), [7782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), [7784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), [7786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), [7788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), [7790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), [7792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 1), [7794] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), [7796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), [7798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), [7800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), [7802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), [7804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), [7806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), [7808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2805), [7810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2795), [7812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), [7814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2804), [7816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), [7818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), [7820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), [7822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), [7824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), [7826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2966), [7828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2968), [7830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), [7832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), [7834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), [7836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), [7838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), [7840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), [7842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3231), [7844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), [7846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), [7848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), [7850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), [7852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2978), [7854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2940), [7856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3232), [7858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), [7860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), [7862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), [7864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), [7866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), }; #ifdef __cplusplus extern "C" { #endif void *tree_sitter_bash_external_scanner_create(void); 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(void) { static const TSLanguage language = { .version = LANGUAGE_VERSION, .symbol_count = SYMBOL_COUNT, .alias_count = ALIAS_COUNT, .token_count = TOKEN_COUNT, .external_token_count = EXTERNAL_TOKEN_COUNT, .state_count = STATE_COUNT, .large_state_count = LARGE_STATE_COUNT, .production_id_count = PRODUCTION_ID_COUNT, .field_count = FIELD_COUNT, .max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH, .parse_table = &ts_parse_table[0][0], .small_parse_table = ts_small_parse_table, .small_parse_table_map = ts_small_parse_table_map, .parse_actions = ts_parse_actions, .symbol_names = ts_symbol_names, .field_names = ts_field_names, .field_map_slices = ts_field_map_slices, .field_map_entries = ts_field_map_entries, .symbol_metadata = ts_symbol_metadata, .public_symbol_map = ts_symbol_map, .alias_map = ts_non_terminal_alias_map, .alias_sequences = &ts_alias_sequences[0][0], .lex_modes = ts_lex_modes, .lex_fn = ts_lex, .keyword_lex_fn = ts_lex_keywords, .keyword_capture_token = sym_word, .external_scanner = { &ts_external_scanner_states[0][0], 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; } #ifdef __cplusplus } #endif