tree-sitter-bash/src/parser.c

93999 lines
3.4 MiB

#include <tree_sitter/parser.h>
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
#endif
#define LANGUAGE_VERSION 9
#define STATE_COUNT 2885
#define SYMBOL_COUNT 154
#define ALIAS_COUNT 2
#define TOKEN_COUNT 97
#define EXTERNAL_TOKEN_COUNT 13
#define MAX_ALIAS_SEQUENCE_LENGTH 8
enum {
sym_heredoc_start = 1,
sym__simple_heredoc_body = 2,
sym__heredoc_body_beginning = 3,
sym__heredoc_body_middle = 4,
sym__heredoc_body_end = 5,
sym_file_descriptor = 6,
sym__empty_value = 7,
sym__concat = 8,
sym_variable_name = 9,
sym_regex = 10,
anon_sym_for = 11,
anon_sym_in = 12,
anon_sym_LPAREN_LPAREN = 13,
anon_sym_RPAREN_RPAREN = 14,
anon_sym_SEMI = 15,
anon_sym_while = 16,
anon_sym_do = 17,
anon_sym_done = 18,
anon_sym_if = 19,
anon_sym_then = 20,
anon_sym_fi = 21,
anon_sym_elif = 22,
anon_sym_else = 23,
anon_sym_case = 24,
anon_sym_esac = 25,
anon_sym_PIPE = 26,
anon_sym_RPAREN = 27,
anon_sym_SEMI_SEMI = 28,
anon_sym_function = 29,
anon_sym_LPAREN = 30,
anon_sym_LBRACE = 31,
anon_sym_RBRACE = 32,
anon_sym_PIPE_AMP = 33,
anon_sym_AMP_AMP = 34,
anon_sym_PIPE_PIPE = 35,
anon_sym_BANG = 36,
anon_sym_LBRACK = 37,
anon_sym_RBRACK = 38,
anon_sym_LBRACK_LBRACK = 39,
anon_sym_RBRACK_RBRACK = 40,
anon_sym_declare = 41,
anon_sym_typeset = 42,
anon_sym_export = 43,
anon_sym_readonly = 44,
anon_sym_local = 45,
anon_sym_unset = 46,
anon_sym_unsetenv = 47,
anon_sym_EQ_TILDE = 48,
anon_sym_EQ_EQ = 49,
anon_sym_EQ = 50,
anon_sym_PLUS_EQ = 51,
anon_sym_LT = 52,
anon_sym_GT = 53,
anon_sym_GT_GT = 54,
anon_sym_AMP_GT = 55,
anon_sym_AMP_GT_GT = 56,
anon_sym_LT_AMP = 57,
anon_sym_GT_AMP = 58,
anon_sym_LT_LT = 59,
anon_sym_LT_LT_DASH = 60,
anon_sym_LT_LT_LT = 61,
anon_sym_BANG_EQ = 62,
anon_sym_PLUS = 63,
anon_sym_DASH = 64,
anon_sym_DASH_EQ = 65,
anon_sym_LT_EQ = 66,
anon_sym_GT_EQ = 67,
anon_sym_PLUS_PLUS = 68,
anon_sym_DASH_DASH = 69,
sym__special_characters = 70,
anon_sym_DQUOTE = 71,
anon_sym_DOLLAR = 72,
sym__string_content = 73,
sym_raw_string = 74,
anon_sym_POUND = 75,
anon_sym_DOLLAR_LBRACE = 76,
anon_sym_SLASH = 77,
anon_sym_COLON = 78,
anon_sym_COLON_QMARK = 79,
anon_sym_COLON_DASH = 80,
anon_sym_PERCENT = 81,
anon_sym_DOLLAR_LPAREN = 82,
anon_sym_BQUOTE = 83,
anon_sym_LT_LPAREN = 84,
anon_sym_GT_LPAREN = 85,
sym_comment = 86,
aux_sym_SLASH_BSLASHw_PLUS_SLASH = 87,
anon_sym_STAR = 88,
anon_sym_AT = 89,
anon_sym_QMARK = 90,
anon_sym_0 = 91,
anon_sym__ = 92,
sym_word = 93,
sym_test_operator = 94,
anon_sym_LF = 95,
anon_sym_AMP = 96,
sym_program = 97,
sym__terminated_statement = 98,
sym_redirected_statement = 99,
sym_for_statement = 100,
sym_c_style_for_statement = 101,
sym_while_statement = 102,
sym_do_group = 103,
sym_if_statement = 104,
sym_elif_clause = 105,
sym_else_clause = 106,
sym_case_statement = 107,
sym_case_item = 108,
sym_last_case_item = 109,
sym_function_definition = 110,
sym_compound_statement = 111,
sym_subshell = 112,
sym_pipeline = 113,
sym_list = 114,
sym_negated_command = 115,
sym_test_command = 116,
sym_declaration_command = 117,
sym_unset_command = 118,
sym_command = 119,
sym_command_name = 120,
sym_variable_assignment = 121,
sym_subscript = 122,
sym_file_redirect = 123,
sym_heredoc_redirect = 124,
sym_heredoc_body = 125,
sym_herestring_redirect = 126,
sym__expression = 127,
sym_binary_expression = 128,
sym_unary_expression = 129,
sym_postfix_expression = 130,
sym_parenthesized_expression = 131,
sym_concatenation = 132,
sym_string = 133,
sym_array = 134,
sym_simple_expansion = 135,
sym_string_expansion = 136,
sym_expansion = 137,
sym_command_substitution = 138,
sym_process_substitution = 139,
aux_sym__statements_repeat1 = 140,
aux_sym_redirected_statement_repeat1 = 141,
aux_sym_for_statement_repeat1 = 142,
aux_sym_if_statement_repeat1 = 143,
aux_sym_case_statement_repeat1 = 144,
aux_sym_case_item_repeat1 = 145,
aux_sym_declaration_command_repeat1 = 146,
aux_sym_unset_command_repeat1 = 147,
aux_sym_command_repeat1 = 148,
aux_sym_command_repeat2 = 149,
aux_sym_heredoc_body_repeat1 = 150,
aux_sym_concatenation_repeat1 = 151,
aux_sym_string_repeat1 = 152,
aux_sym_expansion_repeat1 = 153,
alias_sym_special_variable_name = 154,
alias_sym_word = 155,
};
static const char *ts_symbol_names[] = {
[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",
[ts_builtin_sym_end] = "END",
[anon_sym_for] = "for",
[anon_sym_in] = "in",
[anon_sym_LPAREN_LPAREN] = "((",
[anon_sym_RPAREN_RPAREN] = "))",
[anon_sym_SEMI] = ";",
[anon_sym_while] = "while",
[anon_sym_do] = "do",
[anon_sym_done] = "done",
[anon_sym_if] = "if",
[anon_sym_then] = "then",
[anon_sym_fi] = "fi",
[anon_sym_elif] = "elif",
[anon_sym_else] = "else",
[anon_sym_case] = "case",
[anon_sym_esac] = "esac",
[anon_sym_PIPE] = "|",
[anon_sym_RPAREN] = ")",
[anon_sym_SEMI_SEMI] = ";;",
[anon_sym_function] = "function",
[anon_sym_LPAREN] = "(",
[anon_sym_LBRACE] = "{",
[anon_sym_RBRACE] = "}",
[anon_sym_PIPE_AMP] = "|&",
[anon_sym_AMP_AMP] = "&&",
[anon_sym_PIPE_PIPE] = "||",
[anon_sym_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_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_PLUS_PLUS] = "++",
[anon_sym_DASH_DASH] = "--",
[sym__special_characters] = "_special_characters",
[anon_sym_DQUOTE] = "\"",
[anon_sym_DOLLAR] = "$",
[sym__string_content] = "_string_content",
[sym_raw_string] = "raw_string",
[anon_sym_POUND] = "#",
[anon_sym_DOLLAR_LBRACE] = "${",
[anon_sym_SLASH] = "/",
[anon_sym_COLON] = ":",
[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_SLASH_BSLASHw_PLUS_SLASH] = "variable_name",
[anon_sym_STAR] = "special_variable_name",
[anon_sym_AT] = "special_variable_name",
[anon_sym_QMARK] = "special_variable_name",
[anon_sym_0] = "special_variable_name",
[anon_sym__] = "special_variable_name",
[sym_word] = "word",
[sym_test_operator] = "test_operator",
[anon_sym_LF] = "\n",
[anon_sym_AMP] = "&",
[sym_program] = "program",
[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_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_concatenation_repeat1] = "concatenation_repeat1",
[aux_sym_string_repeat1] = "string_repeat1",
[aux_sym_expansion_repeat1] = "expansion_repeat1",
[alias_sym_special_variable_name] = "special_variable_name",
[alias_sym_word] = "word",
};
static const TSSymbolMetadata ts_symbol_metadata[] = {
[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,
},
[ts_builtin_sym_end] = {
.visible = false,
.named = true,
},
[anon_sym_for] = {
.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_do] = {
.visible = true,
.named = false,
},
[anon_sym_done] = {
.visible = true,
.named = false,
},
[anon_sym_if] = {
.visible = true,
.named = false,
},
[anon_sym_then] = {
.visible = true,
.named = false,
},
[anon_sym_fi] = {
.visible = true,
.named = false,
},
[anon_sym_elif] = {
.visible = true,
.named = false,
},
[anon_sym_else] = {
.visible = true,
.named = false,
},
[anon_sym_case] = {
.visible = true,
.named = false,
},
[anon_sym_esac] = {
.visible = true,
.named = false,
},
[anon_sym_PIPE] = {
.visible = true,
.named = false,
},
[anon_sym_RPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_SEMI_SEMI] = {
.visible = true,
.named = false,
},
[anon_sym_function] = {
.visible = true,
.named = false,
},
[anon_sym_LPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_LBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_PIPE_AMP] = {
.visible = true,
.named = false,
},
[anon_sym_AMP_AMP] = {
.visible = true,
.named = false,
},
[anon_sym_PIPE_PIPE] = {
.visible = true,
.named = false,
},
[anon_sym_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_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_PLUS_PLUS] = {
.visible = true,
.named = false,
},
[anon_sym_DASH_DASH] = {
.visible = true,
.named = false,
},
[sym__special_characters] = {
.visible = false,
.named = true,
},
[anon_sym_DQUOTE] = {
.visible = true,
.named = false,
},
[anon_sym_DOLLAR] = {
.visible = true,
.named = false,
},
[sym__string_content] = {
.visible = false,
.named = true,
},
[sym_raw_string] = {
.visible = true,
.named = true,
},
[anon_sym_POUND] = {
.visible = true,
.named = false,
},
[anon_sym_DOLLAR_LBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_SLASH] = {
.visible = true,
.named = false,
},
[anon_sym_COLON] = {
.visible = true,
.named = false,
},
[anon_sym_COLON_QMARK] = {
.visible = true,
.named = false,
},
[anon_sym_COLON_DASH] = {
.visible = true,
.named = false,
},
[anon_sym_PERCENT] = {
.visible = true,
.named = false,
},
[anon_sym_DOLLAR_LPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_BQUOTE] = {
.visible = true,
.named = false,
},
[anon_sym_LT_LPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_GT_LPAREN] = {
.visible = true,
.named = false,
},
[sym_comment] = {
.visible = true,
.named = true,
},
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = {
.visible = true,
.named = true,
},
[anon_sym_STAR] = {
.visible = true,
.named = true,
},
[anon_sym_AT] = {
.visible = true,
.named = true,
},
[anon_sym_QMARK] = {
.visible = true,
.named = true,
},
[anon_sym_0] = {
.visible = true,
.named = true,
},
[anon_sym__] = {
.visible = true,
.named = true,
},
[sym_word] = {
.visible = true,
.named = true,
},
[sym_test_operator] = {
.visible = true,
.named = true,
},
[anon_sym_LF] = {
.visible = true,
.named = false,
},
[anon_sym_AMP] = {
.visible = true,
.named = false,
},
[sym_program] = {
.visible = true,
.named = true,
},
[sym__terminated_statement] = {
.visible = false,
.named = true,
},
[sym_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,
},
[sym_binary_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_concatenation_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_string_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_expansion_repeat1] = {
.visible = false,
.named = false,
},
[alias_sym_special_variable_name] = {
.visible = true,
.named = true,
},
[alias_sym_word] = {
.visible = true,
.named = true,
},
};
static TSSymbol ts_alias_sequences[8][MAX_ALIAS_SEQUENCE_LENGTH] = {
[1] = {
[0] = alias_sym_word,
},
[2] = {
[1] = alias_sym_word,
},
[3] = {
[1] = alias_sym_special_variable_name,
},
[4] = {
[2] = alias_sym_word,
},
[5] = {
[2] = alias_sym_special_variable_name,
},
[6] = {
[3] = alias_sym_word,
},
[7] = {
[4] = alias_sym_word,
},
};
static bool ts_lex(TSLexer *lexer, TSStateId state) {
START_LEXER();
switch (state) {
case 0:
if (lookahead == 0)
ADVANCE(1);
if (lookahead == '\n')
ADVANCE(2);
if (lookahead == '!')
ADVANCE(3);
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(7);
if (lookahead == '$')
ADVANCE(8);
if (lookahead == '%')
ADVANCE(11);
if (lookahead == '&')
ADVANCE(12);
if (lookahead == '\'')
ADVANCE(16);
if (lookahead == '(')
ADVANCE(18);
if (lookahead == ')')
ADVANCE(20);
if (lookahead == '*')
ADVANCE(21);
if (lookahead == '+')
ADVANCE(22);
if (lookahead == '-')
ADVANCE(25);
if (lookahead == '/')
ADVANCE(29);
if (lookahead == '0')
ADVANCE(30);
if (lookahead == ':')
ADVANCE(31);
if (lookahead == ';')
ADVANCE(34);
if (lookahead == '<')
ADVANCE(36);
if (lookahead == '=')
ADVANCE(43);
if (lookahead == '>')
ADVANCE(46);
if (lookahead == '?')
ADVANCE(51);
if (lookahead == '@')
ADVANCE(52);
if (lookahead == '[')
ADVANCE(53);
if (lookahead == '\\')
ADVANCE(55);
if (lookahead == ']')
ADVANCE(56);
if (lookahead == '_')
ADVANCE(58);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == 'e')
ADVANCE(60);
if (lookahead == 'i')
ADVANCE(64);
if (lookahead == '{')
ADVANCE(66);
if (lookahead == '|')
ADVANCE(67);
if (lookahead == '}')
ADVANCE(70);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(0);
ADVANCE(5);
END_STATE();
case 1:
ACCEPT_TOKEN(ts_builtin_sym_end);
END_STATE();
case 2:
ACCEPT_TOKEN(anon_sym_LF);
END_STATE();
case 3:
ACCEPT_TOKEN(anon_sym_BANG);
if (lookahead == '\\')
ADVANCE(4);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < '[' || lookahead > ']') &&
lookahead != '`' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 4:
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ')
ADVANCE(5);
END_STATE();
case 5:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\\')
ADVANCE(4);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < '[' || lookahead > ']') &&
lookahead != '`' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 6:
ACCEPT_TOKEN(anon_sym_DQUOTE);
END_STATE();
case 7:
ACCEPT_TOKEN(anon_sym_POUND);
END_STATE();
case 8:
ACCEPT_TOKEN(anon_sym_DOLLAR);
if (lookahead == '(')
ADVANCE(9);
if (lookahead == '{')
ADVANCE(10);
END_STATE();
case 9:
ACCEPT_TOKEN(anon_sym_DOLLAR_LPAREN);
END_STATE();
case 10:
ACCEPT_TOKEN(anon_sym_DOLLAR_LBRACE);
END_STATE();
case 11:
ACCEPT_TOKEN(anon_sym_PERCENT);
if (lookahead == '\\')
ADVANCE(4);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < '[' || lookahead > ']') &&
lookahead != '`' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 12:
ACCEPT_TOKEN(anon_sym_AMP);
if (lookahead == '&')
ADVANCE(13);
if (lookahead == '>')
ADVANCE(14);
END_STATE();
case 13:
ACCEPT_TOKEN(anon_sym_AMP_AMP);
END_STATE();
case 14:
ACCEPT_TOKEN(anon_sym_AMP_GT);
if (lookahead == '>')
ADVANCE(15);
END_STATE();
case 15:
ACCEPT_TOKEN(anon_sym_AMP_GT_GT);
END_STATE();
case 16:
if (lookahead == '\'')
ADVANCE(17);
if (lookahead != 0)
ADVANCE(16);
END_STATE();
case 17:
ACCEPT_TOKEN(sym_raw_string);
END_STATE();
case 18:
ACCEPT_TOKEN(anon_sym_LPAREN);
if (lookahead == '(')
ADVANCE(19);
END_STATE();
case 19:
ACCEPT_TOKEN(anon_sym_LPAREN_LPAREN);
END_STATE();
case 20:
ACCEPT_TOKEN(anon_sym_RPAREN);
END_STATE();
case 21:
ACCEPT_TOKEN(anon_sym_STAR);
if (lookahead == '\\')
ADVANCE(4);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < '[' || lookahead > ']') &&
lookahead != '`' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 22:
ACCEPT_TOKEN(anon_sym_PLUS);
if (lookahead == '+')
ADVANCE(23);
if (lookahead == '=')
ADVANCE(24);
if (lookahead == '\\')
ADVANCE(4);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
(lookahead < ';' || lookahead > '>') &&
(lookahead < '[' || lookahead > ']') &&
lookahead != '`' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 23:
ACCEPT_TOKEN(anon_sym_PLUS_PLUS);
if (lookahead == '\\')
ADVANCE(4);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < '[' || lookahead > ']') &&
lookahead != '`' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 24:
ACCEPT_TOKEN(anon_sym_PLUS_EQ);
if (lookahead == '\\')
ADVANCE(4);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < '[' || lookahead > ']') &&
lookahead != '`' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 25:
ACCEPT_TOKEN(anon_sym_DASH);
if (lookahead == '-')
ADVANCE(26);
if (lookahead == '=')
ADVANCE(27);
if (lookahead == '\\')
ADVANCE(4);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z'))
ADVANCE(28);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
(lookahead < ';' || lookahead > '>') &&
(lookahead < 'A' || lookahead > ']') &&
(lookahead < '`' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 26:
ACCEPT_TOKEN(anon_sym_DASH_DASH);
if (lookahead == '\\')
ADVANCE(4);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < '[' || lookahead > ']') &&
lookahead != '`' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 27:
ACCEPT_TOKEN(anon_sym_DASH_EQ);
if (lookahead == '\\')
ADVANCE(4);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < '[' || lookahead > ']') &&
lookahead != '`' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 28:
ACCEPT_TOKEN(sym_test_operator);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z'))
ADVANCE(28);
END_STATE();
case 29:
ACCEPT_TOKEN(anon_sym_SLASH);
END_STATE();
case 30:
ACCEPT_TOKEN(anon_sym_0);
if (lookahead == '\\')
ADVANCE(4);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < '[' || lookahead > ']') &&
lookahead != '`' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 31:
ACCEPT_TOKEN(anon_sym_COLON);
if (lookahead == '-')
ADVANCE(32);
if (lookahead == '?')
ADVANCE(33);
if (lookahead == '\\')
ADVANCE(4);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
lookahead != '?' &&
(lookahead < '[' || lookahead > ']') &&
lookahead != '`' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 32:
ACCEPT_TOKEN(anon_sym_COLON_DASH);
if (lookahead == '\\')
ADVANCE(4);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < '[' || lookahead > ']') &&
lookahead != '`' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 33:
ACCEPT_TOKEN(anon_sym_COLON_QMARK);
if (lookahead == '\\')
ADVANCE(4);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < '[' || lookahead > ']') &&
lookahead != '`' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 34:
ACCEPT_TOKEN(anon_sym_SEMI);
if (lookahead == ';')
ADVANCE(35);
END_STATE();
case 35:
ACCEPT_TOKEN(anon_sym_SEMI_SEMI);
END_STATE();
case 36:
ACCEPT_TOKEN(anon_sym_LT);
if (lookahead == '&')
ADVANCE(37);
if (lookahead == '(')
ADVANCE(38);
if (lookahead == '<')
ADVANCE(39);
if (lookahead == '=')
ADVANCE(42);
END_STATE();
case 37:
ACCEPT_TOKEN(anon_sym_LT_AMP);
END_STATE();
case 38:
ACCEPT_TOKEN(anon_sym_LT_LPAREN);
END_STATE();
case 39:
ACCEPT_TOKEN(anon_sym_LT_LT);
if (lookahead == '-')
ADVANCE(40);
if (lookahead == '<')
ADVANCE(41);
END_STATE();
case 40:
ACCEPT_TOKEN(anon_sym_LT_LT_DASH);
END_STATE();
case 41:
ACCEPT_TOKEN(anon_sym_LT_LT_LT);
END_STATE();
case 42:
ACCEPT_TOKEN(anon_sym_LT_EQ);
END_STATE();
case 43:
ACCEPT_TOKEN(anon_sym_EQ);
if (lookahead == '=')
ADVANCE(44);
if (lookahead == '\\')
ADVANCE(4);
if (lookahead == '~')
ADVANCE(45);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
(lookahead < ';' || lookahead > '>') &&
(lookahead < '[' || lookahead > ']') &&
lookahead != '`' &&
(lookahead < '{' || lookahead > '~'))
ADVANCE(5);
END_STATE();
case 44:
ACCEPT_TOKEN(anon_sym_EQ_EQ);
if (lookahead == '\\')
ADVANCE(4);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < '[' || lookahead > ']') &&
lookahead != '`' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 45:
ACCEPT_TOKEN(anon_sym_EQ_TILDE);
if (lookahead == '\\')
ADVANCE(4);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < '[' || lookahead > ']') &&
lookahead != '`' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 46:
ACCEPT_TOKEN(anon_sym_GT);
if (lookahead == '&')
ADVANCE(47);
if (lookahead == '(')
ADVANCE(48);
if (lookahead == '=')
ADVANCE(49);
if (lookahead == '>')
ADVANCE(50);
END_STATE();
case 47:
ACCEPT_TOKEN(anon_sym_GT_AMP);
END_STATE();
case 48:
ACCEPT_TOKEN(anon_sym_GT_LPAREN);
END_STATE();
case 49:
ACCEPT_TOKEN(anon_sym_GT_EQ);
END_STATE();
case 50:
ACCEPT_TOKEN(anon_sym_GT_GT);
END_STATE();
case 51:
ACCEPT_TOKEN(anon_sym_QMARK);
if (lookahead == '\\')
ADVANCE(4);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < '[' || lookahead > ']') &&
lookahead != '`' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 52:
ACCEPT_TOKEN(anon_sym_AT);
if (lookahead == '\\')
ADVANCE(4);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < '[' || lookahead > ']') &&
lookahead != '`' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 53:
ACCEPT_TOKEN(anon_sym_LBRACK);
if (lookahead == '[')
ADVANCE(54);
END_STATE();
case 54:
ACCEPT_TOKEN(anon_sym_LBRACK_LBRACK);
END_STATE();
case 55:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(0);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
case 56:
ACCEPT_TOKEN(anon_sym_RBRACK);
if (lookahead == ']')
ADVANCE(57);
END_STATE();
case 57:
ACCEPT_TOKEN(anon_sym_RBRACK_RBRACK);
END_STATE();
case 58:
ACCEPT_TOKEN(anon_sym__);
if (lookahead == '\\')
ADVANCE(4);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < '[' || lookahead > ']') &&
lookahead != '`' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 59:
ACCEPT_TOKEN(anon_sym_BQUOTE);
END_STATE();
case 60:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\\')
ADVANCE(4);
if (lookahead == 's')
ADVANCE(61);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < '[' || lookahead > ']') &&
lookahead != '`' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 61:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\\')
ADVANCE(4);
if (lookahead == 'a')
ADVANCE(62);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < '[' || lookahead > ']') &&
lookahead != '`' &&
lookahead != 'a' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 62:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\\')
ADVANCE(4);
if (lookahead == 'c')
ADVANCE(63);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < '[' || lookahead > ']') &&
lookahead != '`' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 63:
ACCEPT_TOKEN(anon_sym_esac);
if (lookahead == '\\')
ADVANCE(4);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < '[' || lookahead > ']') &&
lookahead != '`' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 64:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\\')
ADVANCE(4);
if (lookahead == 'n')
ADVANCE(65);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < '[' || lookahead > ']') &&
lookahead != '`' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 65:
ACCEPT_TOKEN(anon_sym_in);
if (lookahead == '\\')
ADVANCE(4);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < '[' || lookahead > ']') &&
lookahead != '`' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 66:
ACCEPT_TOKEN(anon_sym_LBRACE);
END_STATE();
case 67:
ACCEPT_TOKEN(anon_sym_PIPE);
if (lookahead == '&')
ADVANCE(68);
if (lookahead == '|')
ADVANCE(69);
END_STATE();
case 68:
ACCEPT_TOKEN(anon_sym_PIPE_AMP);
END_STATE();
case 69:
ACCEPT_TOKEN(anon_sym_PIPE_PIPE);
END_STATE();
case 70:
ACCEPT_TOKEN(anon_sym_RBRACE);
END_STATE();
case 71:
if (lookahead == 0)
ADVANCE(1);
if (lookahead == '!')
ADVANCE(3);
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '$')
ADVANCE(8);
if (lookahead == '&')
ADVANCE(73);
if (lookahead == '\'')
ADVANCE(16);
if (lookahead == '(')
ADVANCE(18);
if (lookahead == '<')
ADVANCE(74);
if (lookahead == '>')
ADVANCE(75);
if (lookahead == '[')
ADVANCE(53);
if (lookahead == '\\')
ADVANCE(76);
if (lookahead == ']')
ADVANCE(77);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == '{')
ADVANCE(66);
if (lookahead == '}')
ADVANCE(77);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(71);
if ((lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 72:
ACCEPT_TOKEN(sym_comment);
if (lookahead != 0 &&
lookahead != '\n')
ADVANCE(72);
END_STATE();
case 73:
if (lookahead == '>')
ADVANCE(14);
END_STATE();
case 74:
ACCEPT_TOKEN(anon_sym_LT);
if (lookahead == '&')
ADVANCE(37);
if (lookahead == '(')
ADVANCE(38);
END_STATE();
case 75:
ACCEPT_TOKEN(anon_sym_GT);
if (lookahead == '&')
ADVANCE(47);
if (lookahead == '(')
ADVANCE(48);
if (lookahead == '>')
ADVANCE(50);
END_STATE();
case 76:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(71);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
case 77:
ACCEPT_TOKEN(sym__special_characters);
if (lookahead == '[')
ADVANCE(77);
if (lookahead == ']')
ADVANCE(77);
if (lookahead == '{')
ADVANCE(77);
if (lookahead == '}')
ADVANCE(77);
END_STATE();
case 78:
if (lookahead == '#')
ADVANCE(72);
if (lookahead == ')')
ADVANCE(20);
if (lookahead == '+')
ADVANCE(79);
if (lookahead == '=')
ADVANCE(81);
if (lookahead == '[')
ADVANCE(82);
if (lookahead == '\\')
SKIP(83);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(78);
END_STATE();
case 79:
if (lookahead == '=')
ADVANCE(80);
END_STATE();
case 80:
ACCEPT_TOKEN(anon_sym_PLUS_EQ);
END_STATE();
case 81:
ACCEPT_TOKEN(anon_sym_EQ);
END_STATE();
case 82:
ACCEPT_TOKEN(anon_sym_LBRACK);
END_STATE();
case 83:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(78);
END_STATE();
case 84:
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '(')
ADVANCE(85);
if (lookahead == '\\')
SKIP(86);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(84);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z'))
ADVANCE(87);
END_STATE();
case 85:
if (lookahead == '(')
ADVANCE(19);
END_STATE();
case 86:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(84);
END_STATE();
case 87:
ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z'))
ADVANCE(87);
END_STATE();
case 88:
if (lookahead == '!')
ADVANCE(3);
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '$')
ADVANCE(8);
if (lookahead == '\'')
ADVANCE(16);
if (lookahead == '(')
ADVANCE(89);
if (lookahead == '-')
ADVANCE(90);
if (lookahead == '<')
ADVANCE(91);
if (lookahead == '>')
ADVANCE(92);
if (lookahead == '[')
ADVANCE(77);
if (lookahead == '\\')
ADVANCE(93);
if (lookahead == ']')
ADVANCE(77);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == '{')
ADVANCE(77);
if (lookahead == '}')
ADVANCE(77);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(88);
if (lookahead != 0 &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 89:
ACCEPT_TOKEN(anon_sym_LPAREN);
END_STATE();
case 90:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\\')
ADVANCE(4);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z'))
ADVANCE(28);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < 'A' || lookahead > ']') &&
(lookahead < '`' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 91:
if (lookahead == '(')
ADVANCE(38);
END_STATE();
case 92:
if (lookahead == '(')
ADVANCE(48);
END_STATE();
case 93:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(88);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
case 94:
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '$')
ADVANCE(8);
if (lookahead == '&')
ADVANCE(73);
if (lookahead == '\'')
ADVANCE(16);
if (lookahead == '<')
ADVANCE(74);
if (lookahead == '>')
ADVANCE(75);
if (lookahead == '[')
ADVANCE(77);
if (lookahead == '\\')
ADVANCE(95);
if (lookahead == ']')
ADVANCE(77);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == '{')
ADVANCE(77);
if (lookahead == '}')
ADVANCE(77);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(94);
if (lookahead != 0 &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 95:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(94);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
case 96:
if (lookahead == '!')
ADVANCE(3);
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '$')
ADVANCE(8);
if (lookahead == '&')
ADVANCE(73);
if (lookahead == '\'')
ADVANCE(16);
if (lookahead == '(')
ADVANCE(18);
if (lookahead == '<')
ADVANCE(74);
if (lookahead == '>')
ADVANCE(75);
if (lookahead == '[')
ADVANCE(53);
if (lookahead == '\\')
ADVANCE(97);
if (lookahead == ']')
ADVANCE(77);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == '{')
ADVANCE(66);
if (lookahead == '}')
ADVANCE(70);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(96);
if (lookahead != 0 &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 97:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(96);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
case 98:
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '$')
ADVANCE(8);
if (lookahead == '&')
ADVANCE(73);
if (lookahead == '\'')
ADVANCE(16);
if (lookahead == '(')
ADVANCE(18);
if (lookahead == '<')
ADVANCE(74);
if (lookahead == '>')
ADVANCE(75);
if (lookahead == '[')
ADVANCE(53);
if (lookahead == '\\')
ADVANCE(99);
if (lookahead == ']')
ADVANCE(77);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == '{')
ADVANCE(77);
if (lookahead == '}')
ADVANCE(77);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(98);
if (lookahead != 0 &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 99:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(98);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
case 100:
if (lookahead == 0)
ADVANCE(1);
if (lookahead == '\n')
ADVANCE(2);
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '$')
ADVANCE(8);
if (lookahead == '&')
ADVANCE(12);
if (lookahead == '\'')
ADVANCE(16);
if (lookahead == ';')
ADVANCE(34);
if (lookahead == '<')
ADVANCE(101);
if (lookahead == '>')
ADVANCE(75);
if (lookahead == '[')
ADVANCE(77);
if (lookahead == '\\')
ADVANCE(102);
if (lookahead == ']')
ADVANCE(77);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == '{')
ADVANCE(77);
if (lookahead == '|')
ADVANCE(67);
if (lookahead == '}')
ADVANCE(77);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(100);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('_' <= lookahead && lookahead <= 'z'))
ADVANCE(103);
if ((lookahead < '&' || lookahead > ')'))
ADVANCE(5);
END_STATE();
case 101:
ACCEPT_TOKEN(anon_sym_LT);
if (lookahead == '&')
ADVANCE(37);
if (lookahead == '(')
ADVANCE(38);
if (lookahead == '<')
ADVANCE(39);
END_STATE();
case 102:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(100);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
case 103:
ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH);
if (lookahead == '\\')
ADVANCE(4);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z'))
ADVANCE(103);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < 'A' || lookahead > ']') &&
(lookahead < '_' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 104:
if (lookahead == 0)
ADVANCE(1);
if (lookahead == '\n')
ADVANCE(2);
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '$')
ADVANCE(8);
if (lookahead == '&')
ADVANCE(12);
if (lookahead == '\'')
ADVANCE(16);
if (lookahead == ';')
ADVANCE(34);
if (lookahead == '<')
ADVANCE(101);
if (lookahead == '=')
ADVANCE(105);
if (lookahead == '>')
ADVANCE(75);
if (lookahead == '[')
ADVANCE(77);
if (lookahead == '\\')
ADVANCE(106);
if (lookahead == ']')
ADVANCE(77);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == '{')
ADVANCE(77);
if (lookahead == '|')
ADVANCE(67);
if (lookahead == '}')
ADVANCE(77);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(104);
if ((lookahead < '&' || lookahead > ')'))
ADVANCE(5);
END_STATE();
case 105:
ACCEPT_TOKEN(sym_word);
if (lookahead == '=')
ADVANCE(44);
if (lookahead == '\\')
ADVANCE(4);
if (lookahead == '~')
ADVANCE(45);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
(lookahead < ';' || lookahead > '>') &&
(lookahead < '[' || lookahead > ']') &&
lookahead != '`' &&
(lookahead < '{' || lookahead > '~'))
ADVANCE(5);
END_STATE();
case 106:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(104);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
case 107:
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(108);
if (lookahead == '$')
ADVANCE(8);
if (lookahead == '\\')
ADVANCE(112);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
ADVANCE(113);
if (lookahead != 0)
ADVANCE(109);
END_STATE();
case 108:
ACCEPT_TOKEN(sym__string_content);
if (lookahead == '\n')
ADVANCE(109);
if (lookahead == '\\')
ADVANCE(111);
if (lookahead != 0 &&
lookahead != '\"' &&
lookahead != '$' &&
lookahead != '`')
ADVANCE(108);
END_STATE();
case 109:
ACCEPT_TOKEN(sym__string_content);
if (lookahead == '\\')
ADVANCE(110);
if (lookahead != 0 &&
lookahead != '\"' &&
lookahead != '$' &&
lookahead != '`')
ADVANCE(109);
END_STATE();
case 110:
ACCEPT_TOKEN(sym__string_content);
if (lookahead == '\n')
ADVANCE(109);
if (lookahead == '\\')
ADVANCE(110);
if (lookahead == '\"' ||
lookahead == '$' ||
lookahead == '`')
ADVANCE(109);
if (lookahead != 0)
ADVANCE(109);
END_STATE();
case 111:
ACCEPT_TOKEN(sym__string_content);
if (lookahead == '\n')
ADVANCE(109);
if (lookahead == '\\')
ADVANCE(111);
if (lookahead == '\"' ||
lookahead == '$' ||
lookahead == '`')
ADVANCE(108);
if (lookahead != 0)
ADVANCE(108);
END_STATE();
case 112:
ACCEPT_TOKEN(sym__string_content);
if (lookahead == '\n')
ADVANCE(113);
if (lookahead == '\\')
ADVANCE(110);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ')
ADVANCE(113);
if (lookahead == '\"' ||
lookahead == '$' ||
lookahead == '`')
ADVANCE(109);
if (lookahead != 0)
ADVANCE(109);
END_STATE();
case 113:
ACCEPT_TOKEN(sym__string_content);
if (lookahead == '#')
ADVANCE(108);
if (lookahead == '\\')
ADVANCE(112);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
ADVANCE(113);
if (lookahead != 0 &&
(lookahead < '\"' || lookahead > '$') &&
lookahead != '`')
ADVANCE(109);
END_STATE();
case 114:
if (lookahead == '!')
ADVANCE(115);
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(7);
if (lookahead == '$')
ADVANCE(116);
if (lookahead == '\'')
ADVANCE(16);
if (lookahead == '*')
ADVANCE(117);
if (lookahead == '-')
ADVANCE(118);
if (lookahead == '0')
ADVANCE(119);
if (lookahead == '?')
ADVANCE(120);
if (lookahead == '@')
ADVANCE(121);
if (lookahead == '\\')
SKIP(122);
if (lookahead == '_')
ADVANCE(123);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(114);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z'))
ADVANCE(87);
END_STATE();
case 115:
ACCEPT_TOKEN(anon_sym_BANG);
END_STATE();
case 116:
ACCEPT_TOKEN(anon_sym_DOLLAR);
END_STATE();
case 117:
ACCEPT_TOKEN(anon_sym_STAR);
END_STATE();
case 118:
ACCEPT_TOKEN(anon_sym_DASH);
END_STATE();
case 119:
ACCEPT_TOKEN(anon_sym_0);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z'))
ADVANCE(87);
END_STATE();
case 120:
ACCEPT_TOKEN(anon_sym_QMARK);
END_STATE();
case 121:
ACCEPT_TOKEN(anon_sym_AT);
END_STATE();
case 122:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(114);
END_STATE();
case 123:
ACCEPT_TOKEN(anon_sym__);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z'))
ADVANCE(87);
END_STATE();
case 124:
if (lookahead == 0)
ADVANCE(1);
if (lookahead == '\n')
ADVANCE(2);
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '$')
ADVANCE(8);
if (lookahead == '&')
ADVANCE(12);
if (lookahead == '\'')
ADVANCE(16);
if (lookahead == '(')
ADVANCE(89);
if (lookahead == ';')
ADVANCE(34);
if (lookahead == '<')
ADVANCE(101);
if (lookahead == '=')
ADVANCE(105);
if (lookahead == '>')
ADVANCE(75);
if (lookahead == '[')
ADVANCE(77);
if (lookahead == '\\')
ADVANCE(125);
if (lookahead == ']')
ADVANCE(77);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == '{')
ADVANCE(77);
if (lookahead == '|')
ADVANCE(67);
if (lookahead == '}')
ADVANCE(77);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(124);
if ((lookahead < '&' || lookahead > ')'))
ADVANCE(5);
END_STATE();
case 125:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(124);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
case 126:
if (lookahead == 0)
ADVANCE(1);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '\\')
SKIP(127);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(126);
END_STATE();
case 127:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(126);
END_STATE();
case 128:
if (lookahead == 0)
ADVANCE(1);
if (lookahead == '\n')
ADVANCE(2);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '&')
ADVANCE(12);
if (lookahead == ';')
ADVANCE(34);
if (lookahead == '<')
ADVANCE(129);
if (lookahead == '>')
ADVANCE(130);
if (lookahead == '\\')
SKIP(131);
if (lookahead == '|')
ADVANCE(67);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(128);
END_STATE();
case 129:
ACCEPT_TOKEN(anon_sym_LT);
if (lookahead == '&')
ADVANCE(37);
if (lookahead == '<')
ADVANCE(39);
END_STATE();
case 130:
ACCEPT_TOKEN(anon_sym_GT);
if (lookahead == '&')
ADVANCE(47);
if (lookahead == '>')
ADVANCE(50);
END_STATE();
case 131:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(128);
END_STATE();
case 132:
if (lookahead == 0)
ADVANCE(1);
if (lookahead == '\n')
ADVANCE(2);
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '$')
ADVANCE(8);
if (lookahead == '&')
ADVANCE(12);
if (lookahead == '\'')
ADVANCE(16);
if (lookahead == ';')
ADVANCE(34);
if (lookahead == '<')
ADVANCE(101);
if (lookahead == '>')
ADVANCE(75);
if (lookahead == '[')
ADVANCE(77);
if (lookahead == '\\')
ADVANCE(133);
if (lookahead == ']')
ADVANCE(77);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == '{')
ADVANCE(77);
if (lookahead == '|')
ADVANCE(67);
if (lookahead == '}')
ADVANCE(77);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(132);
if ((lookahead < '&' || lookahead > ')'))
ADVANCE(5);
END_STATE();
case 133:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(132);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
case 134:
if (lookahead == 0)
ADVANCE(1);
if (lookahead == '\n')
ADVANCE(2);
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '$')
ADVANCE(8);
if (lookahead == '&')
ADVANCE(12);
if (lookahead == '\'')
ADVANCE(16);
if (lookahead == ')')
ADVANCE(20);
if (lookahead == ';')
ADVANCE(34);
if (lookahead == '<')
ADVANCE(101);
if (lookahead == '=')
ADVANCE(105);
if (lookahead == '>')
ADVANCE(75);
if (lookahead == '[')
ADVANCE(77);
if (lookahead == '\\')
ADVANCE(135);
if (lookahead == ']')
ADVANCE(77);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == '{')
ADVANCE(77);
if (lookahead == '|')
ADVANCE(67);
if (lookahead == '}')
ADVANCE(77);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(134);
if ((lookahead < '&' || lookahead > ')'))
ADVANCE(5);
END_STATE();
case 135:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(134);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
case 136:
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '$')
ADVANCE(8);
if (lookahead == '\'')
ADVANCE(16);
if (lookahead == '(')
ADVANCE(89);
if (lookahead == '<')
ADVANCE(91);
if (lookahead == '>')
ADVANCE(92);
if (lookahead == '[')
ADVANCE(77);
if (lookahead == '\\')
ADVANCE(137);
if (lookahead == ']')
ADVANCE(77);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == '{')
ADVANCE(77);
if (lookahead == '}')
ADVANCE(77);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(136);
if (lookahead != 0 &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 137:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(136);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
case 138:
if (lookahead == '\n')
ADVANCE(2);
if (lookahead == '!')
ADVANCE(3);
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '$')
ADVANCE(8);
if (lookahead == '&')
ADVANCE(139);
if (lookahead == '\'')
ADVANCE(16);
if (lookahead == '(')
ADVANCE(89);
if (lookahead == ')')
ADVANCE(20);
if (lookahead == '-')
ADVANCE(90);
if (lookahead == ';')
ADVANCE(34);
if (lookahead == '<')
ADVANCE(91);
if (lookahead == '>')
ADVANCE(92);
if (lookahead == '[')
ADVANCE(77);
if (lookahead == '\\')
ADVANCE(140);
if (lookahead == ']')
ADVANCE(77);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == '{')
ADVANCE(77);
if (lookahead == '}')
ADVANCE(77);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(138);
if (lookahead != 0 &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 139:
ACCEPT_TOKEN(anon_sym_AMP);
END_STATE();
case 140:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(138);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
case 141:
if (lookahead == '\n')
ADVANCE(2);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '&')
ADVANCE(139);
if (lookahead == ';')
ADVANCE(34);
if (lookahead == '\\')
SKIP(142);
if (lookahead == 'i')
ADVANCE(143);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(141);
END_STATE();
case 142:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(141);
END_STATE();
case 143:
if (lookahead == 'n')
ADVANCE(144);
END_STATE();
case 144:
ACCEPT_TOKEN(anon_sym_in);
END_STATE();
case 145:
if (lookahead == '!')
ADVANCE(146);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '&')
ADVANCE(148);
if (lookahead == ')')
ADVANCE(149);
if (lookahead == '+')
ADVANCE(151);
if (lookahead == '-')
ADVANCE(153);
if (lookahead == '<')
ADVANCE(157);
if (lookahead == '=')
ADVANCE(158);
if (lookahead == '>')
ADVANCE(161);
if (lookahead == '\\')
SKIP(162);
if (lookahead == '|')
ADVANCE(163);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(145);
END_STATE();
case 146:
if (lookahead == '=')
ADVANCE(147);
END_STATE();
case 147:
ACCEPT_TOKEN(anon_sym_BANG_EQ);
END_STATE();
case 148:
if (lookahead == '&')
ADVANCE(13);
END_STATE();
case 149:
if (lookahead == ')')
ADVANCE(150);
END_STATE();
case 150:
ACCEPT_TOKEN(anon_sym_RPAREN_RPAREN);
END_STATE();
case 151:
ACCEPT_TOKEN(anon_sym_PLUS);
if (lookahead == '+')
ADVANCE(152);
if (lookahead == '=')
ADVANCE(80);
END_STATE();
case 152:
ACCEPT_TOKEN(anon_sym_PLUS_PLUS);
END_STATE();
case 153:
ACCEPT_TOKEN(anon_sym_DASH);
if (lookahead == '-')
ADVANCE(154);
if (lookahead == '=')
ADVANCE(155);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z'))
ADVANCE(156);
END_STATE();
case 154:
ACCEPT_TOKEN(anon_sym_DASH_DASH);
END_STATE();
case 155:
ACCEPT_TOKEN(anon_sym_DASH_EQ);
END_STATE();
case 156:
ACCEPT_TOKEN(sym_test_operator);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z'))
ADVANCE(156);
END_STATE();
case 157:
ACCEPT_TOKEN(anon_sym_LT);
if (lookahead == '=')
ADVANCE(42);
END_STATE();
case 158:
ACCEPT_TOKEN(anon_sym_EQ);
if (lookahead == '=')
ADVANCE(159);
if (lookahead == '~')
ADVANCE(160);
END_STATE();
case 159:
ACCEPT_TOKEN(anon_sym_EQ_EQ);
END_STATE();
case 160:
ACCEPT_TOKEN(anon_sym_EQ_TILDE);
END_STATE();
case 161:
ACCEPT_TOKEN(anon_sym_GT);
if (lookahead == '=')
ADVANCE(49);
END_STATE();
case 162:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(145);
END_STATE();
case 163:
if (lookahead == '|')
ADVANCE(69);
END_STATE();
case 164:
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '(')
ADVANCE(89);
if (lookahead == ';')
ADVANCE(165);
if (lookahead == '\\')
ADVANCE(166);
if (lookahead == '{')
ADVANCE(66);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(164);
if (lookahead != 0 &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < '[' || lookahead > ']') &&
lookahead != '`' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 165:
ACCEPT_TOKEN(anon_sym_SEMI);
END_STATE();
case 166:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(164);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
case 167:
if (lookahead == 0)
ADVANCE(1);
if (lookahead == '\n')
ADVANCE(2);
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '$')
ADVANCE(8);
if (lookahead == '&')
ADVANCE(12);
if (lookahead == '\'')
ADVANCE(16);
if (lookahead == ')')
ADVANCE(20);
if (lookahead == ';')
ADVANCE(34);
if (lookahead == '<')
ADVANCE(101);
if (lookahead == '>')
ADVANCE(75);
if (lookahead == '[')
ADVANCE(77);
if (lookahead == '\\')
ADVANCE(168);
if (lookahead == ']')
ADVANCE(77);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == '{')
ADVANCE(77);
if (lookahead == '|')
ADVANCE(67);
if (lookahead == '}')
ADVANCE(77);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(167);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('_' <= lookahead && lookahead <= 'z'))
ADVANCE(103);
if ((lookahead < '&' || lookahead > ')'))
ADVANCE(5);
END_STATE();
case 168:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(167);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
case 169:
if (lookahead == '\n')
ADVANCE(2);
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '$')
ADVANCE(8);
if (lookahead == '&')
ADVANCE(12);
if (lookahead == '\'')
ADVANCE(16);
if (lookahead == '(')
ADVANCE(89);
if (lookahead == ')')
ADVANCE(20);
if (lookahead == ';')
ADVANCE(34);
if (lookahead == '<')
ADVANCE(101);
if (lookahead == '=')
ADVANCE(105);
if (lookahead == '>')
ADVANCE(75);
if (lookahead == '[')
ADVANCE(77);
if (lookahead == '\\')
ADVANCE(170);
if (lookahead == ']')
ADVANCE(77);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == '{')
ADVANCE(77);
if (lookahead == '|')
ADVANCE(67);
if (lookahead == '}')
ADVANCE(77);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(169);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
case 170:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(169);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
case 171:
if (lookahead == '\n')
ADVANCE(2);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '&')
ADVANCE(12);
if (lookahead == ')')
ADVANCE(20);
if (lookahead == ';')
ADVANCE(34);
if (lookahead == '<')
ADVANCE(129);
if (lookahead == '>')
ADVANCE(130);
if (lookahead == '\\')
SKIP(172);
if (lookahead == '|')
ADVANCE(67);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(171);
END_STATE();
case 172:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(171);
END_STATE();
case 173:
if (lookahead == 0)
ADVANCE(1);
if (lookahead == '\n')
ADVANCE(2);
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '$')
ADVANCE(8);
if (lookahead == '&')
ADVANCE(12);
if (lookahead == '\'')
ADVANCE(16);
if (lookahead == ')')
ADVANCE(20);
if (lookahead == ';')
ADVANCE(34);
if (lookahead == '<')
ADVANCE(101);
if (lookahead == '>')
ADVANCE(75);
if (lookahead == '[')
ADVANCE(77);
if (lookahead == '\\')
ADVANCE(174);
if (lookahead == ']')
ADVANCE(77);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == '{')
ADVANCE(77);
if (lookahead == '|')
ADVANCE(67);
if (lookahead == '}')
ADVANCE(77);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(173);
if ((lookahead < '&' || lookahead > ')'))
ADVANCE(5);
END_STATE();
case 174:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(173);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
case 175:
if (lookahead == 0)
ADVANCE(1);
if (lookahead == '\n')
ADVANCE(2);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '&')
ADVANCE(12);
if (lookahead == ')')
ADVANCE(20);
if (lookahead == ';')
ADVANCE(34);
if (lookahead == '<')
ADVANCE(129);
if (lookahead == '>')
ADVANCE(130);
if (lookahead == '\\')
SKIP(176);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == 'e')
ADVANCE(177);
if (lookahead == '|')
ADVANCE(67);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(175);
END_STATE();
case 176:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(175);
END_STATE();
case 177:
if (lookahead == 's')
ADVANCE(178);
END_STATE();
case 178:
if (lookahead == 'a')
ADVANCE(179);
END_STATE();
case 179:
if (lookahead == 'c')
ADVANCE(180);
END_STATE();
case 180:
ACCEPT_TOKEN(anon_sym_esac);
END_STATE();
case 181:
if (lookahead == '!')
ADVANCE(146);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '&')
ADVANCE(148);
if (lookahead == '+')
ADVANCE(151);
if (lookahead == '-')
ADVANCE(153);
if (lookahead == '<')
ADVANCE(157);
if (lookahead == '=')
ADVANCE(158);
if (lookahead == '>')
ADVANCE(161);
if (lookahead == '\\')
SKIP(182);
if (lookahead == ']')
ADVANCE(183);
if (lookahead == '|')
ADVANCE(163);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(181);
END_STATE();
case 182:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(181);
END_STATE();
case 183:
ACCEPT_TOKEN(anon_sym_RBRACK);
END_STATE();
case 184:
if (lookahead == '!')
ADVANCE(146);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '&')
ADVANCE(148);
if (lookahead == '+')
ADVANCE(151);
if (lookahead == '-')
ADVANCE(153);
if (lookahead == '<')
ADVANCE(157);
if (lookahead == '=')
ADVANCE(158);
if (lookahead == '>')
ADVANCE(161);
if (lookahead == '\\')
SKIP(185);
if (lookahead == ']')
ADVANCE(186);
if (lookahead == '|')
ADVANCE(163);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(184);
END_STATE();
case 185:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(184);
END_STATE();
case 186:
if (lookahead == ']')
ADVANCE(57);
END_STATE();
case 187:
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(7);
if (lookahead == '$')
ADVANCE(116);
if (lookahead == '*')
ADVANCE(117);
if (lookahead == '-')
ADVANCE(118);
if (lookahead == '0')
ADVANCE(188);
if (lookahead == '?')
ADVANCE(120);
if (lookahead == '@')
ADVANCE(121);
if (lookahead == '\\')
ADVANCE(190);
if (lookahead == '_')
ADVANCE(192);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
ADVANCE(191);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z'))
ADVANCE(189);
if (lookahead != 0 &&
(lookahead < '_' || lookahead > 'z'))
ADVANCE(109);
END_STATE();
case 188:
ACCEPT_TOKEN(anon_sym_0);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z'))
ADVANCE(189);
END_STATE();
case 189:
ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z'))
ADVANCE(189);
END_STATE();
case 190:
ACCEPT_TOKEN(sym__string_content);
if (lookahead == '\n')
ADVANCE(191);
if (lookahead == '\\')
ADVANCE(110);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ')
ADVANCE(191);
if (lookahead == '\"' ||
lookahead == '$' ||
lookahead == '`')
ADVANCE(109);
if (lookahead != 0)
ADVANCE(109);
END_STATE();
case 191:
ACCEPT_TOKEN(sym__string_content);
if (lookahead == '#')
ADVANCE(7);
if (lookahead == '*')
ADVANCE(117);
if (lookahead == '-')
ADVANCE(118);
if (lookahead == '0')
ADVANCE(188);
if (lookahead == '?')
ADVANCE(120);
if (lookahead == '@')
ADVANCE(121);
if (lookahead == '\\')
ADVANCE(190);
if (lookahead == '_')
ADVANCE(192);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
ADVANCE(191);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z'))
ADVANCE(189);
if (lookahead != 0 &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '_' || lookahead > 'z'))
ADVANCE(109);
END_STATE();
case 192:
ACCEPT_TOKEN(anon_sym__);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z'))
ADVANCE(189);
END_STATE();
case 193:
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '$')
ADVANCE(116);
if (lookahead == '*')
ADVANCE(117);
if (lookahead == '-')
ADVANCE(118);
if (lookahead == '0')
ADVANCE(119);
if (lookahead == '?')
ADVANCE(120);
if (lookahead == '@')
ADVANCE(121);
if (lookahead == '\\')
SKIP(194);
if (lookahead == '_')
ADVANCE(123);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(193);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z'))
ADVANCE(87);
END_STATE();
case 194:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(193);
END_STATE();
case 195:
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(7);
if (lookahead == '$')
ADVANCE(8);
if (lookahead == '%')
ADVANCE(11);
if (lookahead == '\'')
ADVANCE(16);
if (lookahead == '-')
ADVANCE(196);
if (lookahead == '/')
ADVANCE(29);
if (lookahead == ':')
ADVANCE(31);
if (lookahead == '<')
ADVANCE(91);
if (lookahead == '=')
ADVANCE(197);
if (lookahead == '>')
ADVANCE(92);
if (lookahead == '[')
ADVANCE(77);
if (lookahead == '\\')
ADVANCE(198);
if (lookahead == ']')
ADVANCE(77);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == '{')
ADVANCE(77);
if (lookahead == '}')
ADVANCE(70);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(195);
if (lookahead != 0 &&
(lookahead < '\"' || lookahead > ')') &&
(lookahead < ':' || lookahead > '>') &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 196:
ACCEPT_TOKEN(anon_sym_DASH);
if (lookahead == '\\')
ADVANCE(4);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < '[' || lookahead > ']') &&
lookahead != '`' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 197:
ACCEPT_TOKEN(anon_sym_EQ);
if (lookahead == '\\')
ADVANCE(4);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < '[' || lookahead > ']') &&
lookahead != '`' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 198:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(195);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
case 199:
if (lookahead == '\n')
ADVANCE(2);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '&')
ADVANCE(12);
if (lookahead == ';')
ADVANCE(34);
if (lookahead == '<')
ADVANCE(129);
if (lookahead == '>')
ADVANCE(130);
if (lookahead == '\\')
SKIP(200);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == '|')
ADVANCE(67);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(199);
END_STATE();
case 200:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(199);
END_STATE();
case 201:
if (lookahead == 0)
ADVANCE(1);
if (lookahead == '\n')
ADVANCE(2);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '&')
ADVANCE(139);
if (lookahead == ')')
ADVANCE(20);
if (lookahead == ';')
ADVANCE(34);
if (lookahead == '\\')
SKIP(202);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(201);
END_STATE();
case 202:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(201);
END_STATE();
case 203:
if (lookahead == 0)
ADVANCE(1);
if (lookahead == '\n')
ADVANCE(2);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '&')
ADVANCE(139);
if (lookahead == ';')
ADVANCE(34);
if (lookahead == '\\')
SKIP(204);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(203);
END_STATE();
case 204:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(203);
END_STATE();
case 205:
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '$')
ADVANCE(8);
if (lookahead == '\'')
ADVANCE(16);
if (lookahead == '<')
ADVANCE(91);
if (lookahead == '>')
ADVANCE(92);
if (lookahead == '[')
ADVANCE(77);
if (lookahead == '\\')
ADVANCE(206);
if (lookahead == ']')
ADVANCE(77);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == '{')
ADVANCE(77);
if (lookahead == '}')
ADVANCE(77);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(205);
if (lookahead != 0 &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 206:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(205);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
case 207:
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '$')
ADVANCE(8);
if (lookahead == '\'')
ADVANCE(16);
if (lookahead == '<')
ADVANCE(91);
if (lookahead == '>')
ADVANCE(92);
if (lookahead == '[')
ADVANCE(77);
if (lookahead == '\\')
ADVANCE(208);
if (lookahead == ']')
ADVANCE(183);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == '{')
ADVANCE(77);
if (lookahead == '}')
ADVANCE(77);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(207);
if (lookahead != 0 &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 208:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(207);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
case 209:
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '$')
ADVANCE(8);
if (lookahead == '\'')
ADVANCE(16);
if (lookahead == ')')
ADVANCE(20);
if (lookahead == '<')
ADVANCE(91);
if (lookahead == '>')
ADVANCE(92);
if (lookahead == '[')
ADVANCE(77);
if (lookahead == '\\')
ADVANCE(210);
if (lookahead == ']')
ADVANCE(77);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == '{')
ADVANCE(77);
if (lookahead == '}')
ADVANCE(77);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(209);
if (lookahead != 0 &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 210:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(209);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
case 211:
if (lookahead == '\n')
ADVANCE(2);
if (lookahead == '!')
ADVANCE(146);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '&')
ADVANCE(212);
if (lookahead == '+')
ADVANCE(151);
if (lookahead == '-')
ADVANCE(153);
if (lookahead == ';')
ADVANCE(34);
if (lookahead == '<')
ADVANCE(157);
if (lookahead == '=')
ADVANCE(158);
if (lookahead == '>')
ADVANCE(161);
if (lookahead == '\\')
SKIP(213);
if (lookahead == '|')
ADVANCE(163);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(211);
END_STATE();
case 212:
ACCEPT_TOKEN(anon_sym_AMP);
if (lookahead == '&')
ADVANCE(13);
END_STATE();
case 213:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(211);
END_STATE();
case 214:
if (lookahead == '!')
ADVANCE(146);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '&')
ADVANCE(148);
if (lookahead == ')')
ADVANCE(20);
if (lookahead == '+')
ADVANCE(151);
if (lookahead == '-')
ADVANCE(153);
if (lookahead == '<')
ADVANCE(157);
if (lookahead == '=')
ADVANCE(158);
if (lookahead == '>')
ADVANCE(161);
if (lookahead == '\\')
SKIP(215);
if (lookahead == '|')
ADVANCE(163);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(214);
END_STATE();
case 215:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(214);
END_STATE();
case 216:
if (lookahead == '!')
ADVANCE(146);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '&')
ADVANCE(148);
if (lookahead == ')')
ADVANCE(149);
if (lookahead == '+')
ADVANCE(151);
if (lookahead == '-')
ADVANCE(153);
if (lookahead == '<')
ADVANCE(157);
if (lookahead == '=')
ADVANCE(158);
if (lookahead == '>')
ADVANCE(161);
if (lookahead == '\\')
SKIP(217);
if (lookahead == ']')
ADVANCE(186);
if (lookahead == '|')
ADVANCE(163);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(216);
END_STATE();
case 217:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(216);
END_STATE();
case 218:
if (lookahead == '!')
ADVANCE(3);
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '$')
ADVANCE(8);
if (lookahead == '&')
ADVANCE(73);
if (lookahead == '\'')
ADVANCE(16);
if (lookahead == '(')
ADVANCE(18);
if (lookahead == ')')
ADVANCE(20);
if (lookahead == ';')
ADVANCE(219);
if (lookahead == '<')
ADVANCE(74);
if (lookahead == '>')
ADVANCE(75);
if (lookahead == '[')
ADVANCE(53);
if (lookahead == '\\')
ADVANCE(220);
if (lookahead == ']')
ADVANCE(77);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == '{')
ADVANCE(66);
if (lookahead == '}')
ADVANCE(77);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(218);
if (lookahead != 0 &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 219:
if (lookahead == ';')
ADVANCE(35);
END_STATE();
case 220:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(218);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
case 221:
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '$')
ADVANCE(8);
if (lookahead == '\'')
ADVANCE(16);
if (lookahead == '<')
ADVANCE(91);
if (lookahead == '>')
ADVANCE(92);
if (lookahead == '[')
ADVANCE(77);
if (lookahead == '\\')
ADVANCE(222);
if (lookahead == ']')
ADVANCE(77);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == '{')
ADVANCE(77);
if (lookahead == '}')
ADVANCE(70);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(221);
if (lookahead != 0 &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 222:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(221);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
case 223:
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(7);
if (lookahead == '$')
ADVANCE(8);
if (lookahead == '%')
ADVANCE(11);
if (lookahead == '\'')
ADVANCE(16);
if (lookahead == '-')
ADVANCE(196);
if (lookahead == ':')
ADVANCE(31);
if (lookahead == '<')
ADVANCE(91);
if (lookahead == '=')
ADVANCE(197);
if (lookahead == '>')
ADVANCE(92);
if (lookahead == '[')
ADVANCE(77);
if (lookahead == '\\')
ADVANCE(224);
if (lookahead == ']')
ADVANCE(77);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == '{')
ADVANCE(77);
if (lookahead == '}')
ADVANCE(70);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(223);
if (lookahead != 0 &&
(lookahead < '\"' || lookahead > ')') &&
(lookahead < ':' || lookahead > '>') &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 224:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(223);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
case 225:
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '+')
ADVANCE(79);
if (lookahead == '=')
ADVANCE(81);
if (lookahead == '\\')
SKIP(226);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(225);
END_STATE();
case 226:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(225);
END_STATE();
case 227:
if (lookahead == '!')
ADVANCE(3);
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '$')
ADVANCE(8);
if (lookahead == '\'')
ADVANCE(16);
if (lookahead == '(')
ADVANCE(89);
if (lookahead == ')')
ADVANCE(149);
if (lookahead == '-')
ADVANCE(90);
if (lookahead == '<')
ADVANCE(91);
if (lookahead == '>')
ADVANCE(92);
if (lookahead == '[')
ADVANCE(77);
if (lookahead == '\\')
ADVANCE(228);
if (lookahead == ']')
ADVANCE(77);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == '{')
ADVANCE(77);
if (lookahead == '}')
ADVANCE(77);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(227);
if (lookahead != 0 &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 228:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(227);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
case 229:
if (lookahead == '\n')
ADVANCE(2);
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '$')
ADVANCE(8);
if (lookahead == '&')
ADVANCE(139);
if (lookahead == '\'')
ADVANCE(16);
if (lookahead == ';')
ADVANCE(34);
if (lookahead == '<')
ADVANCE(91);
if (lookahead == '>')
ADVANCE(92);
if (lookahead == '[')
ADVANCE(77);
if (lookahead == '\\')
ADVANCE(230);
if (lookahead == ']')
ADVANCE(77);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == '{')
ADVANCE(77);
if (lookahead == '}')
ADVANCE(77);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(229);
if (lookahead != 0 &&
(lookahead < '&' || lookahead > ')') &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 230:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(229);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
case 231:
if (lookahead == '!')
ADVANCE(146);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '&')
ADVANCE(148);
if (lookahead == ')')
ADVANCE(20);
if (lookahead == '+')
ADVANCE(151);
if (lookahead == '-')
ADVANCE(153);
if (lookahead == '<')
ADVANCE(157);
if (lookahead == '=')
ADVANCE(158);
if (lookahead == '>')
ADVANCE(161);
if (lookahead == '\\')
SKIP(232);
if (lookahead == '|')
ADVANCE(233);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(231);
END_STATE();
case 232:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(231);
END_STATE();
case 233:
ACCEPT_TOKEN(anon_sym_PIPE);
if (lookahead == '|')
ADVANCE(69);
END_STATE();
case 234:
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '$')
ADVANCE(8);
if (lookahead == '\'')
ADVANCE(16);
if (lookahead == '<')
ADVANCE(91);
if (lookahead == '>')
ADVANCE(92);
if (lookahead == '[')
ADVANCE(77);
if (lookahead == '\\')
ADVANCE(235);
if (lookahead == ']')
ADVANCE(77);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == 'e')
ADVANCE(60);
if (lookahead == '{')
ADVANCE(77);
if (lookahead == '}')
ADVANCE(77);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(234);
if (lookahead != 0 &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 235:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(234);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
case 236:
if (lookahead == '#')
ADVANCE(72);
if (lookahead == ')')
ADVANCE(20);
if (lookahead == '\\')
SKIP(237);
if (lookahead == '|')
ADVANCE(238);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(236);
END_STATE();
case 237:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(236);
END_STATE();
case 238:
ACCEPT_TOKEN(anon_sym_PIPE);
END_STATE();
case 239:
if (lookahead == '\n')
ADVANCE(2);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '&')
ADVANCE(12);
if (lookahead == ';')
ADVANCE(34);
if (lookahead == '<')
ADVANCE(129);
if (lookahead == '>')
ADVANCE(130);
if (lookahead == '\\')
SKIP(240);
if (lookahead == 'e')
ADVANCE(177);
if (lookahead == '|')
ADVANCE(67);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(239);
END_STATE();
case 240:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(239);
END_STATE();
case 241:
if (lookahead == '!')
ADVANCE(3);
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '$')
ADVANCE(8);
if (lookahead == '&')
ADVANCE(73);
if (lookahead == '\'')
ADVANCE(16);
if (lookahead == '(')
ADVANCE(18);
if (lookahead == ';')
ADVANCE(219);
if (lookahead == '<')
ADVANCE(74);
if (lookahead == '>')
ADVANCE(75);
if (lookahead == '[')
ADVANCE(53);
if (lookahead == '\\')
ADVANCE(242);
if (lookahead == ']')
ADVANCE(77);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == 'e')
ADVANCE(60);
if (lookahead == '{')
ADVANCE(66);
if (lookahead == '}')
ADVANCE(77);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(241);
if (lookahead != 0 &&
(lookahead < '&' || lookahead > ')') &&
(lookahead < '{' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 242:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(241);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
case 243:
if (lookahead == '\n')
ADVANCE(2);
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '$')
ADVANCE(8);
if (lookahead == '&')
ADVANCE(12);
if (lookahead == '\'')
ADVANCE(16);
if (lookahead == ';')
ADVANCE(34);
if (lookahead == '<')
ADVANCE(101);
if (lookahead == '>')
ADVANCE(75);
if (lookahead == '[')
ADVANCE(77);
if (lookahead == '\\')
ADVANCE(244);
if (lookahead == ']')
ADVANCE(77);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == 'e')
ADVANCE(245);
if (lookahead == '{')
ADVANCE(77);
if (lookahead == '|')
ADVANCE(67);
if (lookahead == '}')
ADVANCE(77);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(243);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('_' <= lookahead && lookahead <= 'z'))
ADVANCE(103);
if (lookahead != 0 &&
(lookahead < '&' || lookahead > ')'))
ADVANCE(5);
END_STATE();
case 244:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(243);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
case 245:
ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH);
if (lookahead == '\\')
ADVANCE(4);
if (lookahead == 's')
ADVANCE(246);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z'))
ADVANCE(103);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < 'A' || lookahead > ']') &&
(lookahead < '_' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 246:
ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH);
if (lookahead == '\\')
ADVANCE(4);
if (lookahead == 'a')
ADVANCE(247);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z'))
ADVANCE(103);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < 'A' || lookahead > ']') &&
(lookahead < '_' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 247:
ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH);
if (lookahead == '\\')
ADVANCE(4);
if (lookahead == 'c')
ADVANCE(248);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z'))
ADVANCE(103);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < 'A' || lookahead > ']') &&
(lookahead < '_' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 248:
ACCEPT_TOKEN(anon_sym_esac);
if (lookahead == '\\')
ADVANCE(4);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z'))
ADVANCE(103);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
(lookahead < '\"' || lookahead > '$') &&
(lookahead < '&' || lookahead > ')') &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < 'A' || lookahead > ']') &&
(lookahead < '_' || lookahead > '}'))
ADVANCE(5);
END_STATE();
case 249:
if (lookahead == '\n')
ADVANCE(2);
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '$')
ADVANCE(8);
if (lookahead == '&')
ADVANCE(12);
if (lookahead == '\'')
ADVANCE(16);
if (lookahead == ';')
ADVANCE(34);
if (lookahead == '<')
ADVANCE(101);
if (lookahead == '=')
ADVANCE(105);
if (lookahead == '>')
ADVANCE(75);
if (lookahead == '[')
ADVANCE(77);
if (lookahead == '\\')
ADVANCE(250);
if (lookahead == ']')
ADVANCE(77);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == 'e')
ADVANCE(60);
if (lookahead == '{')
ADVANCE(77);
if (lookahead == '|')
ADVANCE(67);
if (lookahead == '}')
ADVANCE(77);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(249);
if (lookahead != 0 &&
(lookahead < '&' || lookahead > ')'))
ADVANCE(5);
END_STATE();
case 250:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(249);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
case 251:
if (lookahead == '\n')
ADVANCE(2);
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '$')
ADVANCE(8);
if (lookahead == '&')
ADVANCE(12);
if (lookahead == '\'')
ADVANCE(16);
if (lookahead == '(')
ADVANCE(89);
if (lookahead == ';')
ADVANCE(34);
if (lookahead == '<')
ADVANCE(101);
if (lookahead == '=')
ADVANCE(105);
if (lookahead == '>')
ADVANCE(75);
if (lookahead == '[')
ADVANCE(77);
if (lookahead == '\\')
ADVANCE(252);
if (lookahead == ']')
ADVANCE(77);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == 'e')
ADVANCE(60);
if (lookahead == '{')
ADVANCE(77);
if (lookahead == '|')
ADVANCE(67);
if (lookahead == '}')
ADVANCE(77);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(251);
if (lookahead != 0 &&
(lookahead < '&' || lookahead > ')'))
ADVANCE(5);
END_STATE();
case 252:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(251);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
case 253:
if (lookahead == '\n')
ADVANCE(2);
if (lookahead == '\"')
ADVANCE(6);
if (lookahead == '#')
ADVANCE(72);
if (lookahead == '$')
ADVANCE(8);
if (lookahead == '&')
ADVANCE(12);
if (lookahead == '\'')
ADVANCE(16);
if (lookahead == ';')
ADVANCE(34);
if (lookahead == '<')
ADVANCE(101);
if (lookahead == '>')
ADVANCE(75);
if (lookahead == '[')
ADVANCE(77);
if (lookahead == '\\')
ADVANCE(254);
if (lookahead == ']')
ADVANCE(77);
if (lookahead == '`')
ADVANCE(59);
if (lookahead == 'e')
ADVANCE(60);
if (lookahead == '{')
ADVANCE(77);
if (lookahead == '|')
ADVANCE(67);
if (lookahead == '}')
ADVANCE(77);
if (lookahead == '\t' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(253);
if (lookahead != 0 &&
(lookahead < '&' || lookahead > ')'))
ADVANCE(5);
END_STATE();
case 254:
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ')
SKIP(253);
if (lookahead != 0)
ADVANCE(5);
END_STATE();
default:
return false;
}
}
static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) {
START_LEXER();
switch (state) {
case 0:
if (lookahead == 'c')
ADVANCE(1);
if (lookahead == 'd')
ADVANCE(5);
if (lookahead == 'e')
ADVANCE(15);
if (lookahead == 'f')
ADVANCE(26);
if (lookahead == 'i')
ADVANCE(37);
if (lookahead == 'l')
ADVANCE(39);
if (lookahead == 'r')
ADVANCE(44);
if (lookahead == 't')
ADVANCE(52);
if (lookahead == 'u')
ADVANCE(62);
if (lookahead == 'w')
ADVANCE(70);
END_STATE();
case 1:
if (lookahead == 'a')
ADVANCE(2);
END_STATE();
case 2:
if (lookahead == 's')
ADVANCE(3);
END_STATE();
case 3:
if (lookahead == 'e')
ADVANCE(4);
END_STATE();
case 4:
ACCEPT_TOKEN(anon_sym_case);
END_STATE();
case 5:
if (lookahead == 'e')
ADVANCE(6);
if (lookahead == 'o')
ADVANCE(12);
END_STATE();
case 6:
if (lookahead == 'c')
ADVANCE(7);
END_STATE();
case 7:
if (lookahead == 'l')
ADVANCE(8);
END_STATE();
case 8:
if (lookahead == 'a')
ADVANCE(9);
END_STATE();
case 9:
if (lookahead == 'r')
ADVANCE(10);
END_STATE();
case 10:
if (lookahead == 'e')
ADVANCE(11);
END_STATE();
case 11:
ACCEPT_TOKEN(anon_sym_declare);
END_STATE();
case 12:
ACCEPT_TOKEN(anon_sym_do);
if (lookahead == 'n')
ADVANCE(13);
END_STATE();
case 13:
if (lookahead == 'e')
ADVANCE(14);
END_STATE();
case 14:
ACCEPT_TOKEN(anon_sym_done);
END_STATE();
case 15:
if (lookahead == 'l')
ADVANCE(16);
if (lookahead == 'x')
ADVANCE(21);
END_STATE();
case 16:
if (lookahead == 'i')
ADVANCE(17);
if (lookahead == 's')
ADVANCE(19);
END_STATE();
case 17:
if (lookahead == 'f')
ADVANCE(18);
END_STATE();
case 18:
ACCEPT_TOKEN(anon_sym_elif);
END_STATE();
case 19:
if (lookahead == 'e')
ADVANCE(20);
END_STATE();
case 20:
ACCEPT_TOKEN(anon_sym_else);
END_STATE();
case 21:
if (lookahead == 'p')
ADVANCE(22);
END_STATE();
case 22:
if (lookahead == 'o')
ADVANCE(23);
END_STATE();
case 23:
if (lookahead == 'r')
ADVANCE(24);
END_STATE();
case 24:
if (lookahead == 't')
ADVANCE(25);
END_STATE();
case 25:
ACCEPT_TOKEN(anon_sym_export);
END_STATE();
case 26:
if (lookahead == 'i')
ADVANCE(27);
if (lookahead == 'o')
ADVANCE(28);
if (lookahead == 'u')
ADVANCE(30);
END_STATE();
case 27:
ACCEPT_TOKEN(anon_sym_fi);
END_STATE();
case 28:
if (lookahead == 'r')
ADVANCE(29);
END_STATE();
case 29:
ACCEPT_TOKEN(anon_sym_for);
END_STATE();
case 30:
if (lookahead == 'n')
ADVANCE(31);
END_STATE();
case 31:
if (lookahead == 'c')
ADVANCE(32);
END_STATE();
case 32:
if (lookahead == 't')
ADVANCE(33);
END_STATE();
case 33:
if (lookahead == 'i')
ADVANCE(34);
END_STATE();
case 34:
if (lookahead == 'o')
ADVANCE(35);
END_STATE();
case 35:
if (lookahead == 'n')
ADVANCE(36);
END_STATE();
case 36:
ACCEPT_TOKEN(anon_sym_function);
END_STATE();
case 37:
if (lookahead == 'f')
ADVANCE(38);
END_STATE();
case 38:
ACCEPT_TOKEN(anon_sym_if);
END_STATE();
case 39:
if (lookahead == 'o')
ADVANCE(40);
END_STATE();
case 40:
if (lookahead == 'c')
ADVANCE(41);
END_STATE();
case 41:
if (lookahead == 'a')
ADVANCE(42);
END_STATE();
case 42:
if (lookahead == 'l')
ADVANCE(43);
END_STATE();
case 43:
ACCEPT_TOKEN(anon_sym_local);
END_STATE();
case 44:
if (lookahead == 'e')
ADVANCE(45);
END_STATE();
case 45:
if (lookahead == 'a')
ADVANCE(46);
END_STATE();
case 46:
if (lookahead == 'd')
ADVANCE(47);
END_STATE();
case 47:
if (lookahead == 'o')
ADVANCE(48);
END_STATE();
case 48:
if (lookahead == 'n')
ADVANCE(49);
END_STATE();
case 49:
if (lookahead == 'l')
ADVANCE(50);
END_STATE();
case 50:
if (lookahead == 'y')
ADVANCE(51);
END_STATE();
case 51:
ACCEPT_TOKEN(anon_sym_readonly);
END_STATE();
case 52:
if (lookahead == 'h')
ADVANCE(53);
if (lookahead == 'y')
ADVANCE(56);
END_STATE();
case 53:
if (lookahead == 'e')
ADVANCE(54);
END_STATE();
case 54:
if (lookahead == 'n')
ADVANCE(55);
END_STATE();
case 55:
ACCEPT_TOKEN(anon_sym_then);
END_STATE();
case 56:
if (lookahead == 'p')
ADVANCE(57);
END_STATE();
case 57:
if (lookahead == 'e')
ADVANCE(58);
END_STATE();
case 58:
if (lookahead == 's')
ADVANCE(59);
END_STATE();
case 59:
if (lookahead == 'e')
ADVANCE(60);
END_STATE();
case 60:
if (lookahead == 't')
ADVANCE(61);
END_STATE();
case 61:
ACCEPT_TOKEN(anon_sym_typeset);
END_STATE();
case 62:
if (lookahead == 'n')
ADVANCE(63);
END_STATE();
case 63:
if (lookahead == 's')
ADVANCE(64);
END_STATE();
case 64:
if (lookahead == 'e')
ADVANCE(65);
END_STATE();
case 65:
if (lookahead == 't')
ADVANCE(66);
END_STATE();
case 66:
ACCEPT_TOKEN(anon_sym_unset);
if (lookahead == 'e')
ADVANCE(67);
END_STATE();
case 67:
if (lookahead == 'n')
ADVANCE(68);
END_STATE();
case 68:
if (lookahead == 'v')
ADVANCE(69);
END_STATE();
case 69:
ACCEPT_TOKEN(anon_sym_unsetenv);
END_STATE();
case 70:
if (lookahead == 'h')
ADVANCE(71);
END_STATE();
case 71:
if (lookahead == 'i')
ADVANCE(72);
END_STATE();
case 72:
if (lookahead == 'l')
ADVANCE(73);
END_STATE();
case 73:
if (lookahead == 'e')
ADVANCE(74);
END_STATE();
case 74:
ACCEPT_TOKEN(anon_sym_while);
END_STATE();
default:
return false;
}
}
static TSLexMode ts_lex_modes[STATE_COUNT] = {
[0] = {.lex_state = 0, .external_lex_state = 1},
[1] = {.lex_state = 71, .external_lex_state = 2},
[2] = {.lex_state = 71},
[3] = {.lex_state = 78},
[4] = {.lex_state = 84},
[5] = {.lex_state = 88},
[6] = {.lex_state = 71, .external_lex_state = 2},
[7] = {.lex_state = 71, .external_lex_state = 2},
[8] = {.lex_state = 94},
[9] = {.lex_state = 94},
[10] = {.lex_state = 71, .external_lex_state = 2},
[11] = {.lex_state = 96, .external_lex_state = 3},
[12] = {.lex_state = 98, .external_lex_state = 2},
[13] = {.lex_state = 88},
[14] = {.lex_state = 88},
[15] = {.lex_state = 100, .external_lex_state = 4},
[16] = {.lex_state = 100, .external_lex_state = 5},
[17] = {.lex_state = 94},
[18] = {.lex_state = 104, .external_lex_state = 6},
[19] = {.lex_state = 107},
[20] = {.lex_state = 114},
[21] = {.lex_state = 104, .external_lex_state = 6},
[22] = {.lex_state = 114, .external_lex_state = 7},
[23] = {.lex_state = 71, .external_lex_state = 2},
[24] = {.lex_state = 71, .external_lex_state = 2},
[25] = {.lex_state = 71, .external_lex_state = 2},
[26] = {.lex_state = 124, .external_lex_state = 6},
[27] = {.lex_state = 126},
[28] = {.lex_state = 128, .external_lex_state = 5},
[29] = {.lex_state = 104, .external_lex_state = 5},
[30] = {.lex_state = 132, .external_lex_state = 4},
[31] = {.lex_state = 78},
[32] = {.lex_state = 134, .external_lex_state = 5},
[33] = {.lex_state = 71, .external_lex_state = 2},
[34] = {.lex_state = 94, .external_lex_state = 2},
[35] = {.lex_state = 94},
[36] = {.lex_state = 94},
[37] = {.lex_state = 136, .external_lex_state = 8},
[38] = {.lex_state = 138, .external_lex_state = 9},
[39] = {.lex_state = 141, .external_lex_state = 9},
[40] = {.lex_state = 88},
[41] = {.lex_state = 88},
[42] = {.lex_state = 145, .external_lex_state = 10},
[43] = {.lex_state = 107},
[44] = {.lex_state = 114},
[45] = {.lex_state = 145, .external_lex_state = 10},
[46] = {.lex_state = 114, .external_lex_state = 7},
[47] = {.lex_state = 71, .external_lex_state = 2},
[48] = {.lex_state = 71, .external_lex_state = 2},
[49] = {.lex_state = 71, .external_lex_state = 2},
[50] = {.lex_state = 145},
[51] = {.lex_state = 78},
[52] = {.lex_state = 98, .external_lex_state = 2},
[53] = {.lex_state = 100, .external_lex_state = 4},
[54] = {.lex_state = 100, .external_lex_state = 5},
[55] = {.lex_state = 104, .external_lex_state = 6},
[56] = {.lex_state = 104, .external_lex_state = 6},
[57] = {.lex_state = 124, .external_lex_state = 6},
[58] = {.lex_state = 94},
[59] = {.lex_state = 128, .external_lex_state = 5},
[60] = {.lex_state = 104, .external_lex_state = 5},
[61] = {.lex_state = 132, .external_lex_state = 4},
[62] = {.lex_state = 78},
[63] = {.lex_state = 94, .external_lex_state = 2},
[64] = {.lex_state = 94},
[65] = {.lex_state = 141, .external_lex_state = 11},
[66] = {.lex_state = 107},
[67] = {.lex_state = 114},
[68] = {.lex_state = 141, .external_lex_state = 11},
[69] = {.lex_state = 114, .external_lex_state = 7},
[70] = {.lex_state = 71, .external_lex_state = 2},
[71] = {.lex_state = 71, .external_lex_state = 2},
[72] = {.lex_state = 71, .external_lex_state = 2},
[73] = {.lex_state = 141, .external_lex_state = 9},
[74] = {.lex_state = 164},
[75] = {.lex_state = 78},
[76] = {.lex_state = 98, .external_lex_state = 2},
[77] = {.lex_state = 167, .external_lex_state = 4},
[78] = {.lex_state = 167, .external_lex_state = 5},
[79] = {.lex_state = 134, .external_lex_state = 6},
[80] = {.lex_state = 134, .external_lex_state = 6},
[81] = {.lex_state = 169, .external_lex_state = 6},
[82] = {.lex_state = 171, .external_lex_state = 5},
[83] = {.lex_state = 134, .external_lex_state = 5},
[84] = {.lex_state = 173, .external_lex_state = 4},
[85] = {.lex_state = 78},
[86] = {.lex_state = 71, .external_lex_state = 2},
[87] = {.lex_state = 94, .external_lex_state = 2},
[88] = {.lex_state = 175, .external_lex_state = 5},
[89] = {.lex_state = 128, .external_lex_state = 5},
[90] = {.lex_state = 132, .external_lex_state = 4},
[91] = {.lex_state = 96, .external_lex_state = 3},
[92] = {.lex_state = 78},
[93] = {.lex_state = 175, .external_lex_state = 5},
[94] = {.lex_state = 78},
[95] = {.lex_state = 88},
[96] = {.lex_state = 88},
[97] = {.lex_state = 181, .external_lex_state = 12},
[98] = {.lex_state = 107},
[99] = {.lex_state = 114},
[100] = {.lex_state = 181, .external_lex_state = 12},
[101] = {.lex_state = 114, .external_lex_state = 7},
[102] = {.lex_state = 71, .external_lex_state = 2},
[103] = {.lex_state = 71, .external_lex_state = 2},
[104] = {.lex_state = 71, .external_lex_state = 2},
[105] = {.lex_state = 181, .external_lex_state = 13},
[106] = {.lex_state = 88},
[107] = {.lex_state = 184, .external_lex_state = 10},
[108] = {.lex_state = 184, .external_lex_state = 10},
[109] = {.lex_state = 184},
[110] = {.lex_state = 78},
[111] = {.lex_state = 100, .external_lex_state = 14},
[112] = {.lex_state = 107},
[113] = {.lex_state = 114},
[114] = {.lex_state = 100, .external_lex_state = 14},
[115] = {.lex_state = 114, .external_lex_state = 7},
[116] = {.lex_state = 71, .external_lex_state = 2},
[117] = {.lex_state = 71, .external_lex_state = 2},
[118] = {.lex_state = 71, .external_lex_state = 2},
[119] = {.lex_state = 78},
[120] = {.lex_state = 100, .external_lex_state = 4},
[121] = {.lex_state = 100, .external_lex_state = 6},
[122] = {.lex_state = 107},
[123] = {.lex_state = 114},
[124] = {.lex_state = 100, .external_lex_state = 6},
[125] = {.lex_state = 114, .external_lex_state = 7},
[126] = {.lex_state = 71, .external_lex_state = 2},
[127] = {.lex_state = 71, .external_lex_state = 2},
[128] = {.lex_state = 71, .external_lex_state = 2},
[129] = {.lex_state = 100, .external_lex_state = 5},
[130] = {.lex_state = 94, .external_lex_state = 15},
[131] = {.lex_state = 107},
[132] = {.lex_state = 114},
[133] = {.lex_state = 94, .external_lex_state = 15},
[134] = {.lex_state = 114, .external_lex_state = 7},
[135] = {.lex_state = 71, .external_lex_state = 2},
[136] = {.lex_state = 71, .external_lex_state = 2},
[137] = {.lex_state = 71, .external_lex_state = 2},
[138] = {.lex_state = 94, .external_lex_state = 2},
[139] = {.lex_state = 94},
[140] = {.lex_state = 104, .external_lex_state = 6},
[141] = {.lex_state = 134, .external_lex_state = 6},
[142] = {.lex_state = 187},
[143] = {.lex_state = 107, .external_lex_state = 10},
[144] = {.lex_state = 114, .external_lex_state = 7},
[145] = {.lex_state = 71, .external_lex_state = 2},
[146] = {.lex_state = 71, .external_lex_state = 2},
[147] = {.lex_state = 107},
[148] = {.lex_state = 134, .external_lex_state = 6},
[149] = {.lex_state = 134, .external_lex_state = 6},
[150] = {.lex_state = 134, .external_lex_state = 6},
[151] = {.lex_state = 78},
[152] = {.lex_state = 193, .external_lex_state = 7},
[153] = {.lex_state = 195, .external_lex_state = 16},
[154] = {.lex_state = 195, .external_lex_state = 16},
[155] = {.lex_state = 171, .external_lex_state = 5},
[156] = {.lex_state = 173, .external_lex_state = 4},
[157] = {.lex_state = 71, .external_lex_state = 2},
[158] = {.lex_state = 98, .external_lex_state = 2},
[159] = {.lex_state = 100, .external_lex_state = 4},
[160] = {.lex_state = 100, .external_lex_state = 5},
[161] = {.lex_state = 199, .external_lex_state = 5},
[162] = {.lex_state = 104, .external_lex_state = 5},
[163] = {.lex_state = 132, .external_lex_state = 4},
[164] = {.lex_state = 71, .external_lex_state = 2},
[165] = {.lex_state = 94, .external_lex_state = 2},
[166] = {.lex_state = 171, .external_lex_state = 5},
[167] = {.lex_state = 173, .external_lex_state = 4},
[168] = {.lex_state = 71, .external_lex_state = 2},
[169] = {.lex_state = 78},
[170] = {.lex_state = 201, .external_lex_state = 9},
[171] = {.lex_state = 88, .external_lex_state = 17},
[172] = {.lex_state = 71},
[173] = {.lex_state = 71, .external_lex_state = 2},
[174] = {.lex_state = 71, .external_lex_state = 2},
[175] = {.lex_state = 71, .external_lex_state = 2},
[176] = {.lex_state = 94},
[177] = {.lex_state = 71, .external_lex_state = 18},
[178] = {.lex_state = 94},
[179] = {.lex_state = 203, .external_lex_state = 9},
[180] = {.lex_state = 128, .external_lex_state = 5},
[181] = {.lex_state = 205, .external_lex_state = 19},
[182] = {.lex_state = 104, .external_lex_state = 6},
[183] = {.lex_state = 104, .external_lex_state = 6},
[184] = {.lex_state = 104, .external_lex_state = 5},
[185] = {.lex_state = 128, .external_lex_state = 5},
[186] = {.lex_state = 132, .external_lex_state = 4},
[187] = {.lex_state = 71, .external_lex_state = 2},
[188] = {.lex_state = 104, .external_lex_state = 5},
[189] = {.lex_state = 94, .external_lex_state = 2},
[190] = {.lex_state = 94, .external_lex_state = 15},
[191] = {.lex_state = 94, .external_lex_state = 15},
[192] = {.lex_state = 94, .external_lex_state = 2},
[193] = {.lex_state = 207, .external_lex_state = 12},
[194] = {.lex_state = 207, .external_lex_state = 12},
[195] = {.lex_state = 207, .external_lex_state = 12},
[196] = {.lex_state = 173, .external_lex_state = 4},
[197] = {.lex_state = 209},
[198] = {.lex_state = 132, .external_lex_state = 14},
[199] = {.lex_state = 107},
[200] = {.lex_state = 114},
[201] = {.lex_state = 132, .external_lex_state = 14},
[202] = {.lex_state = 114, .external_lex_state = 7},
[203] = {.lex_state = 71, .external_lex_state = 2},
[204] = {.lex_state = 71, .external_lex_state = 2},
[205] = {.lex_state = 71, .external_lex_state = 2},
[206] = {.lex_state = 138, .external_lex_state = 9},
[207] = {.lex_state = 88},
[208] = {.lex_state = 88},
[209] = {.lex_state = 211, .external_lex_state = 11},
[210] = {.lex_state = 107},
[211] = {.lex_state = 114},
[212] = {.lex_state = 211, .external_lex_state = 11},
[213] = {.lex_state = 114, .external_lex_state = 7},
[214] = {.lex_state = 71, .external_lex_state = 2},
[215] = {.lex_state = 71, .external_lex_state = 2},
[216] = {.lex_state = 71, .external_lex_state = 2},
[217] = {.lex_state = 211, .external_lex_state = 9},
[218] = {.lex_state = 94},
[219] = {.lex_state = 94},
[220] = {.lex_state = 88},
[221] = {.lex_state = 88},
[222] = {.lex_state = 214, .external_lex_state = 10},
[223] = {.lex_state = 107},
[224] = {.lex_state = 114},
[225] = {.lex_state = 214, .external_lex_state = 10},
[226] = {.lex_state = 114, .external_lex_state = 7},
[227] = {.lex_state = 71, .external_lex_state = 2},
[228] = {.lex_state = 71, .external_lex_state = 2},
[229] = {.lex_state = 71, .external_lex_state = 2},
[230] = {.lex_state = 214},
[231] = {.lex_state = 145},
[232] = {.lex_state = 94},
[233] = {.lex_state = 145, .external_lex_state = 10},
[234] = {.lex_state = 216, .external_lex_state = 10},
[235] = {.lex_state = 187},
[236] = {.lex_state = 107},
[237] = {.lex_state = 216, .external_lex_state = 10},
[238] = {.lex_state = 216, .external_lex_state = 10},
[239] = {.lex_state = 216, .external_lex_state = 10},
[240] = {.lex_state = 78},
[241] = {.lex_state = 193, .external_lex_state = 7},
[242] = {.lex_state = 195, .external_lex_state = 16},
[243] = {.lex_state = 195, .external_lex_state = 16},
[244] = {.lex_state = 171, .external_lex_state = 5},
[245] = {.lex_state = 173, .external_lex_state = 4},
[246] = {.lex_state = 71, .external_lex_state = 2},
[247] = {.lex_state = 199, .external_lex_state = 5},
[248] = {.lex_state = 132, .external_lex_state = 4},
[249] = {.lex_state = 71, .external_lex_state = 2},
[250] = {.lex_state = 171, .external_lex_state = 5},
[251] = {.lex_state = 173, .external_lex_state = 4},
[252] = {.lex_state = 71, .external_lex_state = 2},
[253] = {.lex_state = 175, .external_lex_state = 5},
[254] = {.lex_state = 88},
[255] = {.lex_state = 88, .external_lex_state = 19},
[256] = {.lex_state = 216},
[257] = {.lex_state = 136, .external_lex_state = 8},
[258] = {.lex_state = 78},
[259] = {.lex_state = 100, .external_lex_state = 14},
[260] = {.lex_state = 100, .external_lex_state = 14},
[261] = {.lex_state = 78},
[262] = {.lex_state = 100, .external_lex_state = 4},
[263] = {.lex_state = 100, .external_lex_state = 6},
[264] = {.lex_state = 100, .external_lex_state = 6},
[265] = {.lex_state = 100, .external_lex_state = 5},
[266] = {.lex_state = 104, .external_lex_state = 6},
[267] = {.lex_state = 71, .external_lex_state = 2},
[268] = {.lex_state = 175, .external_lex_state = 5},
[269] = {.lex_state = 71},
[270] = {.lex_state = 94},
[271] = {.lex_state = 71, .external_lex_state = 2},
[272] = {.lex_state = 71, .external_lex_state = 2},
[273] = {.lex_state = 94},
[274] = {.lex_state = 94},
[275] = {.lex_state = 138, .external_lex_state = 9},
[276] = {.lex_state = 128, .external_lex_state = 5},
[277] = {.lex_state = 205, .external_lex_state = 19},
[278] = {.lex_state = 104, .external_lex_state = 6},
[279] = {.lex_state = 104, .external_lex_state = 6},
[280] = {.lex_state = 104, .external_lex_state = 5},
[281] = {.lex_state = 104, .external_lex_state = 5},
[282] = {.lex_state = 71, .external_lex_state = 2},
[283] = {.lex_state = 94},
[284] = {.lex_state = 138, .external_lex_state = 9},
[285] = {.lex_state = 141},
[286] = {.lex_state = 141, .external_lex_state = 11},
[287] = {.lex_state = 141, .external_lex_state = 11},
[288] = {.lex_state = 187},
[289] = {.lex_state = 107},
[290] = {.lex_state = 141, .external_lex_state = 11},
[291] = {.lex_state = 141, .external_lex_state = 11},
[292] = {.lex_state = 141, .external_lex_state = 11},
[293] = {.lex_state = 138, .external_lex_state = 9},
[294] = {.lex_state = 141},
[295] = {.lex_state = 78},
[296] = {.lex_state = 193, .external_lex_state = 7},
[297] = {.lex_state = 195, .external_lex_state = 16},
[298] = {.lex_state = 195, .external_lex_state = 16},
[299] = {.lex_state = 171, .external_lex_state = 5},
[300] = {.lex_state = 173, .external_lex_state = 4},
[301] = {.lex_state = 71, .external_lex_state = 2},
[302] = {.lex_state = 199, .external_lex_state = 5},
[303] = {.lex_state = 132, .external_lex_state = 4},
[304] = {.lex_state = 71, .external_lex_state = 2},
[305] = {.lex_state = 171, .external_lex_state = 5},
[306] = {.lex_state = 173, .external_lex_state = 4},
[307] = {.lex_state = 71, .external_lex_state = 2},
[308] = {.lex_state = 78},
[309] = {.lex_state = 175, .external_lex_state = 5},
[310] = {.lex_state = 136, .external_lex_state = 8},
[311] = {.lex_state = 78},
[312] = {.lex_state = 167, .external_lex_state = 14},
[313] = {.lex_state = 167, .external_lex_state = 14},
[314] = {.lex_state = 78},
[315] = {.lex_state = 167, .external_lex_state = 4},
[316] = {.lex_state = 167, .external_lex_state = 6},
[317] = {.lex_state = 167, .external_lex_state = 6},
[318] = {.lex_state = 167, .external_lex_state = 5},
[319] = {.lex_state = 134, .external_lex_state = 6},
[320] = {.lex_state = 71},
[321] = {.lex_state = 218, .external_lex_state = 2},
[322] = {.lex_state = 71, .external_lex_state = 2},
[323] = {.lex_state = 175, .external_lex_state = 5},
[324] = {.lex_state = 71, .external_lex_state = 2},
[325] = {.lex_state = 94},
[326] = {.lex_state = 94},
[327] = {.lex_state = 138, .external_lex_state = 9},
[328] = {.lex_state = 171, .external_lex_state = 5},
[329] = {.lex_state = 205, .external_lex_state = 19},
[330] = {.lex_state = 134, .external_lex_state = 6},
[331] = {.lex_state = 134, .external_lex_state = 6},
[332] = {.lex_state = 134, .external_lex_state = 5},
[333] = {.lex_state = 171, .external_lex_state = 5},
[334] = {.lex_state = 173, .external_lex_state = 4},
[335] = {.lex_state = 134, .external_lex_state = 5},
[336] = {.lex_state = 96, .external_lex_state = 3},
[337] = {.lex_state = 138, .external_lex_state = 9},
[338] = {.lex_state = 175, .external_lex_state = 5},
[339] = {.lex_state = 96, .external_lex_state = 3},
[340] = {.lex_state = 136, .external_lex_state = 8},
[341] = {.lex_state = 214},
[342] = {.lex_state = 181, .external_lex_state = 13},
[343] = {.lex_state = 94},
[344] = {.lex_state = 181, .external_lex_state = 12},
[345] = {.lex_state = 181, .external_lex_state = 12},
[346] = {.lex_state = 187},
[347] = {.lex_state = 107},
[348] = {.lex_state = 181, .external_lex_state = 12},
[349] = {.lex_state = 181, .external_lex_state = 12},
[350] = {.lex_state = 181, .external_lex_state = 12},
[351] = {.lex_state = 78},
[352] = {.lex_state = 193, .external_lex_state = 7},
[353] = {.lex_state = 195, .external_lex_state = 16},
[354] = {.lex_state = 195, .external_lex_state = 16},
[355] = {.lex_state = 171, .external_lex_state = 5},
[356] = {.lex_state = 173, .external_lex_state = 4},
[357] = {.lex_state = 71, .external_lex_state = 2},
[358] = {.lex_state = 199, .external_lex_state = 5},
[359] = {.lex_state = 132, .external_lex_state = 4},
[360] = {.lex_state = 71, .external_lex_state = 2},
[361] = {.lex_state = 171, .external_lex_state = 5},
[362] = {.lex_state = 173, .external_lex_state = 4},
[363] = {.lex_state = 71, .external_lex_state = 2},
[364] = {.lex_state = 88},
[365] = {.lex_state = 88, .external_lex_state = 19},
[366] = {.lex_state = 181, .external_lex_state = 13},
[367] = {.lex_state = 184},
[368] = {.lex_state = 184, .external_lex_state = 10},
[369] = {.lex_state = 88},
[370] = {.lex_state = 88, .external_lex_state = 19},
[371] = {.lex_state = 136, .external_lex_state = 8},
[372] = {.lex_state = 94},
[373] = {.lex_state = 100, .external_lex_state = 14},
[374] = {.lex_state = 167, .external_lex_state = 14},
[375] = {.lex_state = 187},
[376] = {.lex_state = 107},
[377] = {.lex_state = 167, .external_lex_state = 14},
[378] = {.lex_state = 167, .external_lex_state = 14},
[379] = {.lex_state = 167, .external_lex_state = 14},
[380] = {.lex_state = 78},
[381] = {.lex_state = 193, .external_lex_state = 7},
[382] = {.lex_state = 195, .external_lex_state = 16},
[383] = {.lex_state = 195, .external_lex_state = 16},
[384] = {.lex_state = 171, .external_lex_state = 5},
[385] = {.lex_state = 173, .external_lex_state = 4},
[386] = {.lex_state = 71, .external_lex_state = 2},
[387] = {.lex_state = 199, .external_lex_state = 5},
[388] = {.lex_state = 132, .external_lex_state = 4},
[389] = {.lex_state = 71, .external_lex_state = 2},
[390] = {.lex_state = 171, .external_lex_state = 5},
[391] = {.lex_state = 173, .external_lex_state = 4},
[392] = {.lex_state = 71, .external_lex_state = 2},
[393] = {.lex_state = 100, .external_lex_state = 4},
[394] = {.lex_state = 94},
[395] = {.lex_state = 100, .external_lex_state = 6},
[396] = {.lex_state = 167, .external_lex_state = 6},
[397] = {.lex_state = 187},
[398] = {.lex_state = 107},
[399] = {.lex_state = 167, .external_lex_state = 6},
[400] = {.lex_state = 167, .external_lex_state = 6},
[401] = {.lex_state = 167, .external_lex_state = 6},
[402] = {.lex_state = 78},
[403] = {.lex_state = 193, .external_lex_state = 7},
[404] = {.lex_state = 195, .external_lex_state = 16},
[405] = {.lex_state = 195, .external_lex_state = 16},
[406] = {.lex_state = 171, .external_lex_state = 5},
[407] = {.lex_state = 173, .external_lex_state = 4},
[408] = {.lex_state = 71, .external_lex_state = 2},
[409] = {.lex_state = 199, .external_lex_state = 5},
[410] = {.lex_state = 132, .external_lex_state = 4},
[411] = {.lex_state = 71, .external_lex_state = 2},
[412] = {.lex_state = 171, .external_lex_state = 5},
[413] = {.lex_state = 173, .external_lex_state = 4},
[414] = {.lex_state = 71, .external_lex_state = 2},
[415] = {.lex_state = 100, .external_lex_state = 5},
[416] = {.lex_state = 94},
[417] = {.lex_state = 94, .external_lex_state = 15},
[418] = {.lex_state = 94, .external_lex_state = 15},
[419] = {.lex_state = 187},
[420] = {.lex_state = 107},
[421] = {.lex_state = 94, .external_lex_state = 15},
[422] = {.lex_state = 94, .external_lex_state = 15},
[423] = {.lex_state = 94, .external_lex_state = 15},
[424] = {.lex_state = 78},
[425] = {.lex_state = 193, .external_lex_state = 7},
[426] = {.lex_state = 195, .external_lex_state = 16},
[427] = {.lex_state = 195, .external_lex_state = 16},
[428] = {.lex_state = 171, .external_lex_state = 5},
[429] = {.lex_state = 173, .external_lex_state = 4},
[430] = {.lex_state = 71, .external_lex_state = 2},
[431] = {.lex_state = 199, .external_lex_state = 5},
[432] = {.lex_state = 132, .external_lex_state = 4},
[433] = {.lex_state = 71, .external_lex_state = 2},
[434] = {.lex_state = 171, .external_lex_state = 5},
[435] = {.lex_state = 173, .external_lex_state = 4},
[436] = {.lex_state = 71, .external_lex_state = 2},
[437] = {.lex_state = 134, .external_lex_state = 6},
[438] = {.lex_state = 104, .external_lex_state = 6},
[439] = {.lex_state = 107, .external_lex_state = 10},
[440] = {.lex_state = 134, .external_lex_state = 6},
[441] = {.lex_state = 107, .external_lex_state = 10},
[442] = {.lex_state = 107, .external_lex_state = 10},
[443] = {.lex_state = 107},
[444] = {.lex_state = 78},
[445] = {.lex_state = 193, .external_lex_state = 7},
[446] = {.lex_state = 195, .external_lex_state = 16},
[447] = {.lex_state = 195, .external_lex_state = 16},
[448] = {.lex_state = 171, .external_lex_state = 5},
[449] = {.lex_state = 173, .external_lex_state = 4},
[450] = {.lex_state = 71, .external_lex_state = 2},
[451] = {.lex_state = 199, .external_lex_state = 5},
[452] = {.lex_state = 132, .external_lex_state = 4},
[453] = {.lex_state = 71, .external_lex_state = 2},
[454] = {.lex_state = 187},
[455] = {.lex_state = 107},
[456] = {.lex_state = 94},
[457] = {.lex_state = 221, .external_lex_state = 16},
[458] = {.lex_state = 78},
[459] = {.lex_state = 195, .external_lex_state = 16},
[460] = {.lex_state = 195, .external_lex_state = 16},
[461] = {.lex_state = 134, .external_lex_state = 6},
[462] = {.lex_state = 223, .external_lex_state = 20},
[463] = {.lex_state = 107},
[464] = {.lex_state = 114},
[465] = {.lex_state = 223, .external_lex_state = 20},
[466] = {.lex_state = 114, .external_lex_state = 7},
[467] = {.lex_state = 223, .external_lex_state = 21},
[468] = {.lex_state = 71, .external_lex_state = 2},
[469] = {.lex_state = 71, .external_lex_state = 2},
[470] = {.lex_state = 71, .external_lex_state = 2},
[471] = {.lex_state = 223, .external_lex_state = 16},
[472] = {.lex_state = 134, .external_lex_state = 6},
[473] = {.lex_state = 223, .external_lex_state = 21},
[474] = {.lex_state = 223, .external_lex_state = 16},
[475] = {.lex_state = 218, .external_lex_state = 2},
[476] = {.lex_state = 134, .external_lex_state = 6},
[477] = {.lex_state = 138, .external_lex_state = 9},
[478] = {.lex_state = 171, .external_lex_state = 5},
[479] = {.lex_state = 173, .external_lex_state = 4},
[480] = {.lex_state = 100, .external_lex_state = 4},
[481] = {.lex_state = 100, .external_lex_state = 5},
[482] = {.lex_state = 71},
[483] = {.lex_state = 71, .external_lex_state = 2},
[484] = {.lex_state = 71, .external_lex_state = 2},
[485] = {.lex_state = 71, .external_lex_state = 2},
[486] = {.lex_state = 94},
[487] = {.lex_state = 94},
[488] = {.lex_state = 138, .external_lex_state = 9},
[489] = {.lex_state = 199, .external_lex_state = 5},
[490] = {.lex_state = 104, .external_lex_state = 5},
[491] = {.lex_state = 199, .external_lex_state = 5},
[492] = {.lex_state = 132, .external_lex_state = 4},
[493] = {.lex_state = 104, .external_lex_state = 5},
[494] = {.lex_state = 218, .external_lex_state = 2},
[495] = {.lex_state = 134, .external_lex_state = 6},
[496] = {.lex_state = 138, .external_lex_state = 9},
[497] = {.lex_state = 171, .external_lex_state = 5},
[498] = {.lex_state = 173, .external_lex_state = 4},
[499] = {.lex_state = 71},
[500] = {.lex_state = 201, .external_lex_state = 9},
[501] = {.lex_state = 114},
[502] = {.lex_state = 114, .external_lex_state = 7},
[503] = {.lex_state = 71, .external_lex_state = 2},
[504] = {.lex_state = 71, .external_lex_state = 2},
[505] = {.lex_state = 88, .external_lex_state = 17},
[506] = {.lex_state = 94},
[507] = {.lex_state = 128, .external_lex_state = 5},
[508] = {.lex_state = 132, .external_lex_state = 4},
[509] = {.lex_state = 128, .external_lex_state = 5},
[510] = {.lex_state = 132, .external_lex_state = 4},
[511] = {.lex_state = 128, .external_lex_state = 6},
[512] = {.lex_state = 128, .external_lex_state = 6},
[513] = {.lex_state = 175, .external_lex_state = 5},
[514] = {.lex_state = 175, .external_lex_state = 5},
[515] = {.lex_state = 128, .external_lex_state = 6},
[516] = {.lex_state = 128, .external_lex_state = 6},
[517] = {.lex_state = 175, .external_lex_state = 5},
[518] = {.lex_state = 71, .external_lex_state = 2},
[519] = {.lex_state = 128, .external_lex_state = 5},
[520] = {.lex_state = 134, .external_lex_state = 5},
[521] = {.lex_state = 104, .external_lex_state = 6},
[522] = {.lex_state = 104, .external_lex_state = 6},
[523] = {.lex_state = 104, .external_lex_state = 5},
[524] = {.lex_state = 71, .external_lex_state = 2},
[525] = {.lex_state = 203, .external_lex_state = 9},
[526] = {.lex_state = 128, .external_lex_state = 5},
[527] = {.lex_state = 132, .external_lex_state = 4},
[528] = {.lex_state = 104, .external_lex_state = 5},
[529] = {.lex_state = 207, .external_lex_state = 13},
[530] = {.lex_state = 225, .external_lex_state = 10},
[531] = {.lex_state = 207, .external_lex_state = 12},
[532] = {.lex_state = 207, .external_lex_state = 13},
[533] = {.lex_state = 225, .external_lex_state = 10},
[534] = {.lex_state = 181, .external_lex_state = 13},
[535] = {.lex_state = 173, .external_lex_state = 4},
[536] = {.lex_state = 209, .external_lex_state = 10},
[537] = {.lex_state = 107},
[538] = {.lex_state = 114},
[539] = {.lex_state = 209, .external_lex_state = 10},
[540] = {.lex_state = 114, .external_lex_state = 7},
[541] = {.lex_state = 71, .external_lex_state = 2},
[542] = {.lex_state = 71, .external_lex_state = 2},
[543] = {.lex_state = 71, .external_lex_state = 2},
[544] = {.lex_state = 209},
[545] = {.lex_state = 94},
[546] = {.lex_state = 132, .external_lex_state = 14},
[547] = {.lex_state = 173, .external_lex_state = 14},
[548] = {.lex_state = 187},
[549] = {.lex_state = 107},
[550] = {.lex_state = 173, .external_lex_state = 14},
[551] = {.lex_state = 173, .external_lex_state = 14},
[552] = {.lex_state = 173, .external_lex_state = 14},
[553] = {.lex_state = 78},
[554] = {.lex_state = 193, .external_lex_state = 7},
[555] = {.lex_state = 195, .external_lex_state = 16},
[556] = {.lex_state = 195, .external_lex_state = 16},
[557] = {.lex_state = 171, .external_lex_state = 5},
[558] = {.lex_state = 173, .external_lex_state = 4},
[559] = {.lex_state = 71, .external_lex_state = 2},
[560] = {.lex_state = 199, .external_lex_state = 5},
[561] = {.lex_state = 132, .external_lex_state = 4},
[562] = {.lex_state = 71, .external_lex_state = 2},
[563] = {.lex_state = 171, .external_lex_state = 5},
[564] = {.lex_state = 173, .external_lex_state = 4},
[565] = {.lex_state = 71, .external_lex_state = 2},
[566] = {.lex_state = 227},
[567] = {.lex_state = 211, .external_lex_state = 9},
[568] = {.lex_state = 214},
[569] = {.lex_state = 211, .external_lex_state = 9},
[570] = {.lex_state = 94},
[571] = {.lex_state = 211, .external_lex_state = 11},
[572] = {.lex_state = 211, .external_lex_state = 11},
[573] = {.lex_state = 187},
[574] = {.lex_state = 107},
[575] = {.lex_state = 211, .external_lex_state = 11},
[576] = {.lex_state = 211, .external_lex_state = 11},
[577] = {.lex_state = 211, .external_lex_state = 11},
[578] = {.lex_state = 78},
[579] = {.lex_state = 193, .external_lex_state = 7},
[580] = {.lex_state = 195, .external_lex_state = 16},
[581] = {.lex_state = 195, .external_lex_state = 16},
[582] = {.lex_state = 171, .external_lex_state = 5},
[583] = {.lex_state = 173, .external_lex_state = 4},
[584] = {.lex_state = 71, .external_lex_state = 2},
[585] = {.lex_state = 199, .external_lex_state = 5},
[586] = {.lex_state = 132, .external_lex_state = 4},
[587] = {.lex_state = 71, .external_lex_state = 2},
[588] = {.lex_state = 171, .external_lex_state = 5},
[589] = {.lex_state = 173, .external_lex_state = 4},
[590] = {.lex_state = 71, .external_lex_state = 2},
[591] = {.lex_state = 138, .external_lex_state = 9},
[592] = {.lex_state = 88},
[593] = {.lex_state = 88, .external_lex_state = 19},
[594] = {.lex_state = 211, .external_lex_state = 9},
[595] = {.lex_state = 229, .external_lex_state = 11},
[596] = {.lex_state = 107},
[597] = {.lex_state = 114},
[598] = {.lex_state = 229, .external_lex_state = 11},
[599] = {.lex_state = 114, .external_lex_state = 7},
[600] = {.lex_state = 71, .external_lex_state = 2},
[601] = {.lex_state = 71, .external_lex_state = 2},
[602] = {.lex_state = 71, .external_lex_state = 2},
[603] = {.lex_state = 229, .external_lex_state = 9},
[604] = {.lex_state = 175, .external_lex_state = 5},
[605] = {.lex_state = 214},
[606] = {.lex_state = 214},
[607] = {.lex_state = 94},
[608] = {.lex_state = 214, .external_lex_state = 10},
[609] = {.lex_state = 231, .external_lex_state = 10},
[610] = {.lex_state = 187},
[611] = {.lex_state = 107},
[612] = {.lex_state = 231, .external_lex_state = 10},
[613] = {.lex_state = 231, .external_lex_state = 10},
[614] = {.lex_state = 231, .external_lex_state = 10},
[615] = {.lex_state = 78},
[616] = {.lex_state = 193, .external_lex_state = 7},
[617] = {.lex_state = 195, .external_lex_state = 16},
[618] = {.lex_state = 195, .external_lex_state = 16},
[619] = {.lex_state = 171, .external_lex_state = 5},
[620] = {.lex_state = 173, .external_lex_state = 4},
[621] = {.lex_state = 71, .external_lex_state = 2},
[622] = {.lex_state = 199, .external_lex_state = 5},
[623] = {.lex_state = 132, .external_lex_state = 4},
[624] = {.lex_state = 71, .external_lex_state = 2},
[625] = {.lex_state = 171, .external_lex_state = 5},
[626] = {.lex_state = 173, .external_lex_state = 4},
[627] = {.lex_state = 71, .external_lex_state = 2},
[628] = {.lex_state = 216},
[629] = {.lex_state = 88},
[630] = {.lex_state = 88, .external_lex_state = 19},
[631] = {.lex_state = 214},
[632] = {.lex_state = 216, .external_lex_state = 10},
[633] = {.lex_state = 145, .external_lex_state = 10},
[634] = {.lex_state = 216, .external_lex_state = 10},
[635] = {.lex_state = 187},
[636] = {.lex_state = 221, .external_lex_state = 16},
[637] = {.lex_state = 78},
[638] = {.lex_state = 195, .external_lex_state = 16},
[639] = {.lex_state = 195, .external_lex_state = 16},
[640] = {.lex_state = 216, .external_lex_state = 10},
[641] = {.lex_state = 223, .external_lex_state = 21},
[642] = {.lex_state = 223, .external_lex_state = 16},
[643] = {.lex_state = 216, .external_lex_state = 10},
[644] = {.lex_state = 223, .external_lex_state = 21},
[645] = {.lex_state = 223, .external_lex_state = 16},
[646] = {.lex_state = 218, .external_lex_state = 2},
[647] = {.lex_state = 216, .external_lex_state = 10},
[648] = {.lex_state = 138, .external_lex_state = 9},
[649] = {.lex_state = 171, .external_lex_state = 5},
[650] = {.lex_state = 173, .external_lex_state = 4},
[651] = {.lex_state = 71, .external_lex_state = 2},
[652] = {.lex_state = 138, .external_lex_state = 9},
[653] = {.lex_state = 199, .external_lex_state = 5},
[654] = {.lex_state = 132, .external_lex_state = 4},
[655] = {.lex_state = 218, .external_lex_state = 2},
[656] = {.lex_state = 216, .external_lex_state = 10},
[657] = {.lex_state = 138, .external_lex_state = 9},
[658] = {.lex_state = 171, .external_lex_state = 5},
[659] = {.lex_state = 173, .external_lex_state = 4},
[660] = {.lex_state = 216},
[661] = {.lex_state = 216},
[662] = {.lex_state = 132, .external_lex_state = 14},
[663] = {.lex_state = 132, .external_lex_state = 14},
[664] = {.lex_state = 136, .external_lex_state = 8},
[665] = {.lex_state = 100, .external_lex_state = 14},
[666] = {.lex_state = 100, .external_lex_state = 4},
[667] = {.lex_state = 100, .external_lex_state = 6},
[668] = {.lex_state = 100, .external_lex_state = 5},
[669] = {.lex_state = 104, .external_lex_state = 6},
[670] = {.lex_state = 175, .external_lex_state = 5},
[671] = {.lex_state = 71, .external_lex_state = 2},
[672] = {.lex_state = 94},
[673] = {.lex_state = 128, .external_lex_state = 5},
[674] = {.lex_state = 132, .external_lex_state = 4},
[675] = {.lex_state = 128, .external_lex_state = 5},
[676] = {.lex_state = 132, .external_lex_state = 4},
[677] = {.lex_state = 128, .external_lex_state = 6},
[678] = {.lex_state = 128, .external_lex_state = 6},
[679] = {.lex_state = 128, .external_lex_state = 6},
[680] = {.lex_state = 128, .external_lex_state = 6},
[681] = {.lex_state = 94},
[682] = {.lex_state = 128, .external_lex_state = 5},
[683] = {.lex_state = 104, .external_lex_state = 6},
[684] = {.lex_state = 104, .external_lex_state = 6},
[685] = {.lex_state = 104, .external_lex_state = 5},
[686] = {.lex_state = 104, .external_lex_state = 5},
[687] = {.lex_state = 175, .external_lex_state = 5},
[688] = {.lex_state = 71, .external_lex_state = 2},
[689] = {.lex_state = 71, .external_lex_state = 2},
[690] = {.lex_state = 94},
[691] = {.lex_state = 71, .external_lex_state = 2},
[692] = {.lex_state = 94},
[693] = {.lex_state = 141, .external_lex_state = 11},
[694] = {.lex_state = 234},
[695] = {.lex_state = 138, .external_lex_state = 9},
[696] = {.lex_state = 141, .external_lex_state = 11},
[697] = {.lex_state = 141, .external_lex_state = 11},
[698] = {.lex_state = 187},
[699] = {.lex_state = 234},
[700] = {.lex_state = 138, .external_lex_state = 9},
[701] = {.lex_state = 221, .external_lex_state = 16},
[702] = {.lex_state = 78},
[703] = {.lex_state = 195, .external_lex_state = 16},
[704] = {.lex_state = 195, .external_lex_state = 16},
[705] = {.lex_state = 141, .external_lex_state = 11},
[706] = {.lex_state = 223, .external_lex_state = 21},
[707] = {.lex_state = 223, .external_lex_state = 16},
[708] = {.lex_state = 141, .external_lex_state = 11},
[709] = {.lex_state = 223, .external_lex_state = 21},
[710] = {.lex_state = 223, .external_lex_state = 16},
[711] = {.lex_state = 218, .external_lex_state = 2},
[712] = {.lex_state = 141, .external_lex_state = 11},
[713] = {.lex_state = 138, .external_lex_state = 9},
[714] = {.lex_state = 171, .external_lex_state = 5},
[715] = {.lex_state = 173, .external_lex_state = 4},
[716] = {.lex_state = 71, .external_lex_state = 2},
[717] = {.lex_state = 138, .external_lex_state = 9},
[718] = {.lex_state = 199, .external_lex_state = 5},
[719] = {.lex_state = 132, .external_lex_state = 4},
[720] = {.lex_state = 218, .external_lex_state = 2},
[721] = {.lex_state = 141, .external_lex_state = 11},
[722] = {.lex_state = 138, .external_lex_state = 9},
[723] = {.lex_state = 171, .external_lex_state = 5},
[724] = {.lex_state = 173, .external_lex_state = 4},
[725] = {.lex_state = 71},
[726] = {.lex_state = 173, .external_lex_state = 14},
[727] = {.lex_state = 173, .external_lex_state = 14},
[728] = {.lex_state = 136, .external_lex_state = 8},
[729] = {.lex_state = 167, .external_lex_state = 14},
[730] = {.lex_state = 167, .external_lex_state = 4},
[731] = {.lex_state = 167, .external_lex_state = 6},
[732] = {.lex_state = 167, .external_lex_state = 5},
[733] = {.lex_state = 134, .external_lex_state = 6},
[734] = {.lex_state = 94},
[735] = {.lex_state = 175, .external_lex_state = 5},
[736] = {.lex_state = 171, .external_lex_state = 5},
[737] = {.lex_state = 173, .external_lex_state = 4},
[738] = {.lex_state = 171, .external_lex_state = 5},
[739] = {.lex_state = 173, .external_lex_state = 4},
[740] = {.lex_state = 171, .external_lex_state = 6},
[741] = {.lex_state = 171, .external_lex_state = 6},
[742] = {.lex_state = 171, .external_lex_state = 6},
[743] = {.lex_state = 171, .external_lex_state = 6},
[744] = {.lex_state = 218, .external_lex_state = 2},
[745] = {.lex_state = 171, .external_lex_state = 5},
[746] = {.lex_state = 134, .external_lex_state = 6},
[747] = {.lex_state = 134, .external_lex_state = 6},
[748] = {.lex_state = 134, .external_lex_state = 5},
[749] = {.lex_state = 218, .external_lex_state = 2},
[750] = {.lex_state = 138, .external_lex_state = 9},
[751] = {.lex_state = 134, .external_lex_state = 5},
[752] = {.lex_state = 96, .external_lex_state = 3},
[753] = {.lex_state = 94, .external_lex_state = 2},
[754] = {.lex_state = 209},
[755] = {.lex_state = 94, .external_lex_state = 15},
[756] = {.lex_state = 94, .external_lex_state = 15},
[757] = {.lex_state = 181, .external_lex_state = 13},
[758] = {.lex_state = 181, .external_lex_state = 12},
[759] = {.lex_state = 181, .external_lex_state = 12},
[760] = {.lex_state = 181, .external_lex_state = 12},
[761] = {.lex_state = 187},
[762] = {.lex_state = 221, .external_lex_state = 16},
[763] = {.lex_state = 78},
[764] = {.lex_state = 195, .external_lex_state = 16},
[765] = {.lex_state = 195, .external_lex_state = 16},
[766] = {.lex_state = 181, .external_lex_state = 12},
[767] = {.lex_state = 223, .external_lex_state = 21},
[768] = {.lex_state = 223, .external_lex_state = 16},
[769] = {.lex_state = 181, .external_lex_state = 12},
[770] = {.lex_state = 223, .external_lex_state = 21},
[771] = {.lex_state = 223, .external_lex_state = 16},
[772] = {.lex_state = 218, .external_lex_state = 2},
[773] = {.lex_state = 181, .external_lex_state = 12},
[774] = {.lex_state = 138, .external_lex_state = 9},
[775] = {.lex_state = 171, .external_lex_state = 5},
[776] = {.lex_state = 173, .external_lex_state = 4},
[777] = {.lex_state = 71, .external_lex_state = 2},
[778] = {.lex_state = 138, .external_lex_state = 9},
[779] = {.lex_state = 199, .external_lex_state = 5},
[780] = {.lex_state = 132, .external_lex_state = 4},
[781] = {.lex_state = 218, .external_lex_state = 2},
[782] = {.lex_state = 181, .external_lex_state = 12},
[783] = {.lex_state = 138, .external_lex_state = 9},
[784] = {.lex_state = 171, .external_lex_state = 5},
[785] = {.lex_state = 173, .external_lex_state = 4},
[786] = {.lex_state = 181, .external_lex_state = 13},
[787] = {.lex_state = 181, .external_lex_state = 13},
[788] = {.lex_state = 184, .external_lex_state = 10},
[789] = {.lex_state = 167, .external_lex_state = 4},
[790] = {.lex_state = 209},
[791] = {.lex_state = 100, .external_lex_state = 14},
[792] = {.lex_state = 100, .external_lex_state = 14},
[793] = {.lex_state = 167, .external_lex_state = 14},
[794] = {.lex_state = 100, .external_lex_state = 14},
[795] = {.lex_state = 167, .external_lex_state = 14},
[796] = {.lex_state = 187},
[797] = {.lex_state = 221, .external_lex_state = 16},
[798] = {.lex_state = 78},
[799] = {.lex_state = 195, .external_lex_state = 16},
[800] = {.lex_state = 195, .external_lex_state = 16},
[801] = {.lex_state = 167, .external_lex_state = 14},
[802] = {.lex_state = 223, .external_lex_state = 21},
[803] = {.lex_state = 223, .external_lex_state = 16},
[804] = {.lex_state = 167, .external_lex_state = 14},
[805] = {.lex_state = 223, .external_lex_state = 21},
[806] = {.lex_state = 223, .external_lex_state = 16},
[807] = {.lex_state = 218, .external_lex_state = 2},
[808] = {.lex_state = 167, .external_lex_state = 14},
[809] = {.lex_state = 138, .external_lex_state = 9},
[810] = {.lex_state = 171, .external_lex_state = 5},
[811] = {.lex_state = 173, .external_lex_state = 4},
[812] = {.lex_state = 71, .external_lex_state = 2},
[813] = {.lex_state = 138, .external_lex_state = 9},
[814] = {.lex_state = 199, .external_lex_state = 5},
[815] = {.lex_state = 132, .external_lex_state = 4},
[816] = {.lex_state = 218, .external_lex_state = 2},
[817] = {.lex_state = 167, .external_lex_state = 14},
[818] = {.lex_state = 138, .external_lex_state = 9},
[819] = {.lex_state = 171, .external_lex_state = 5},
[820] = {.lex_state = 173, .external_lex_state = 4},
[821] = {.lex_state = 167, .external_lex_state = 6},
[822] = {.lex_state = 100, .external_lex_state = 6},
[823] = {.lex_state = 167, .external_lex_state = 6},
[824] = {.lex_state = 187},
[825] = {.lex_state = 221, .external_lex_state = 16},
[826] = {.lex_state = 78},
[827] = {.lex_state = 195, .external_lex_state = 16},
[828] = {.lex_state = 195, .external_lex_state = 16},
[829] = {.lex_state = 167, .external_lex_state = 6},
[830] = {.lex_state = 223, .external_lex_state = 21},
[831] = {.lex_state = 223, .external_lex_state = 16},
[832] = {.lex_state = 167, .external_lex_state = 6},
[833] = {.lex_state = 223, .external_lex_state = 21},
[834] = {.lex_state = 223, .external_lex_state = 16},
[835] = {.lex_state = 218, .external_lex_state = 2},
[836] = {.lex_state = 167, .external_lex_state = 6},
[837] = {.lex_state = 138, .external_lex_state = 9},
[838] = {.lex_state = 171, .external_lex_state = 5},
[839] = {.lex_state = 173, .external_lex_state = 4},
[840] = {.lex_state = 71, .external_lex_state = 2},
[841] = {.lex_state = 138, .external_lex_state = 9},
[842] = {.lex_state = 199, .external_lex_state = 5},
[843] = {.lex_state = 132, .external_lex_state = 4},
[844] = {.lex_state = 218, .external_lex_state = 2},
[845] = {.lex_state = 167, .external_lex_state = 6},
[846] = {.lex_state = 138, .external_lex_state = 9},
[847] = {.lex_state = 171, .external_lex_state = 5},
[848] = {.lex_state = 173, .external_lex_state = 4},
[849] = {.lex_state = 94, .external_lex_state = 15},
[850] = {.lex_state = 94, .external_lex_state = 15},
[851] = {.lex_state = 94, .external_lex_state = 15},
[852] = {.lex_state = 187},
[853] = {.lex_state = 221, .external_lex_state = 16},
[854] = {.lex_state = 78},
[855] = {.lex_state = 195, .external_lex_state = 16},
[856] = {.lex_state = 195, .external_lex_state = 16},
[857] = {.lex_state = 94, .external_lex_state = 15},
[858] = {.lex_state = 223, .external_lex_state = 21},
[859] = {.lex_state = 223, .external_lex_state = 16},
[860] = {.lex_state = 94, .external_lex_state = 15},
[861] = {.lex_state = 223, .external_lex_state = 21},
[862] = {.lex_state = 223, .external_lex_state = 16},
[863] = {.lex_state = 218, .external_lex_state = 2},
[864] = {.lex_state = 94, .external_lex_state = 15},
[865] = {.lex_state = 138, .external_lex_state = 9},
[866] = {.lex_state = 171, .external_lex_state = 5},
[867] = {.lex_state = 173, .external_lex_state = 4},
[868] = {.lex_state = 71, .external_lex_state = 2},
[869] = {.lex_state = 138, .external_lex_state = 9},
[870] = {.lex_state = 199, .external_lex_state = 5},
[871] = {.lex_state = 132, .external_lex_state = 4},
[872] = {.lex_state = 218, .external_lex_state = 2},
[873] = {.lex_state = 94, .external_lex_state = 15},
[874] = {.lex_state = 138, .external_lex_state = 9},
[875] = {.lex_state = 171, .external_lex_state = 5},
[876] = {.lex_state = 173, .external_lex_state = 4},
[877] = {.lex_state = 107},
[878] = {.lex_state = 221, .external_lex_state = 16},
[879] = {.lex_state = 78},
[880] = {.lex_state = 195, .external_lex_state = 16},
[881] = {.lex_state = 195, .external_lex_state = 16},
[882] = {.lex_state = 107, .external_lex_state = 10},
[883] = {.lex_state = 223, .external_lex_state = 21},
[884] = {.lex_state = 223, .external_lex_state = 16},
[885] = {.lex_state = 107, .external_lex_state = 10},
[886] = {.lex_state = 223, .external_lex_state = 21},
[887] = {.lex_state = 223, .external_lex_state = 16},
[888] = {.lex_state = 218, .external_lex_state = 2},
[889] = {.lex_state = 107, .external_lex_state = 10},
[890] = {.lex_state = 138, .external_lex_state = 9},
[891] = {.lex_state = 171, .external_lex_state = 5},
[892] = {.lex_state = 173, .external_lex_state = 4},
[893] = {.lex_state = 71, .external_lex_state = 2},
[894] = {.lex_state = 138, .external_lex_state = 9},
[895] = {.lex_state = 199, .external_lex_state = 5},
[896] = {.lex_state = 132, .external_lex_state = 4},
[897] = {.lex_state = 134, .external_lex_state = 6},
[898] = {.lex_state = 187},
[899] = {.lex_state = 207, .external_lex_state = 12},
[900] = {.lex_state = 207, .external_lex_state = 12},
[901] = {.lex_state = 207, .external_lex_state = 12},
[902] = {.lex_state = 134, .external_lex_state = 6},
[903] = {.lex_state = 96, .external_lex_state = 20},
[904] = {.lex_state = 107},
[905] = {.lex_state = 114},
[906] = {.lex_state = 96, .external_lex_state = 20},
[907] = {.lex_state = 114, .external_lex_state = 7},
[908] = {.lex_state = 71, .external_lex_state = 2},
[909] = {.lex_state = 71, .external_lex_state = 2},
[910] = {.lex_state = 71, .external_lex_state = 2},
[911] = {.lex_state = 96, .external_lex_state = 16},
[912] = {.lex_state = 221, .external_lex_state = 16},
[913] = {.lex_state = 134, .external_lex_state = 6},
[914] = {.lex_state = 223, .external_lex_state = 21},
[915] = {.lex_state = 223, .external_lex_state = 16},
[916] = {.lex_state = 223, .external_lex_state = 21},
[917] = {.lex_state = 223, .external_lex_state = 16},
[918] = {.lex_state = 94},
[919] = {.lex_state = 223, .external_lex_state = 20},
[920] = {.lex_state = 223, .external_lex_state = 20},
[921] = {.lex_state = 187},
[922] = {.lex_state = 107},
[923] = {.lex_state = 223, .external_lex_state = 20},
[924] = {.lex_state = 223, .external_lex_state = 20},
[925] = {.lex_state = 223, .external_lex_state = 20},
[926] = {.lex_state = 78},
[927] = {.lex_state = 193, .external_lex_state = 7},
[928] = {.lex_state = 195, .external_lex_state = 16},
[929] = {.lex_state = 195, .external_lex_state = 16},
[930] = {.lex_state = 223, .external_lex_state = 16},
[931] = {.lex_state = 134, .external_lex_state = 6},
[932] = {.lex_state = 223, .external_lex_state = 16},
[933] = {.lex_state = 171, .external_lex_state = 5},
[934] = {.lex_state = 173, .external_lex_state = 4},
[935] = {.lex_state = 71, .external_lex_state = 2},
[936] = {.lex_state = 199, .external_lex_state = 5},
[937] = {.lex_state = 132, .external_lex_state = 4},
[938] = {.lex_state = 71, .external_lex_state = 2},
[939] = {.lex_state = 171, .external_lex_state = 5},
[940] = {.lex_state = 173, .external_lex_state = 4},
[941] = {.lex_state = 71, .external_lex_state = 2},
[942] = {.lex_state = 223, .external_lex_state = 16},
[943] = {.lex_state = 223, .external_lex_state = 16},
[944] = {.lex_state = 134, .external_lex_state = 6},
[945] = {.lex_state = 218, .external_lex_state = 2},
[946] = {.lex_state = 218, .external_lex_state = 2},
[947] = {.lex_state = 138, .external_lex_state = 9},
[948] = {.lex_state = 94},
[949] = {.lex_state = 199, .external_lex_state = 5},
[950] = {.lex_state = 132, .external_lex_state = 4},
[951] = {.lex_state = 199, .external_lex_state = 5},
[952] = {.lex_state = 132, .external_lex_state = 4},
[953] = {.lex_state = 199, .external_lex_state = 6},
[954] = {.lex_state = 199, .external_lex_state = 6},
[955] = {.lex_state = 199, .external_lex_state = 6},
[956] = {.lex_state = 199, .external_lex_state = 6},
[957] = {.lex_state = 71, .external_lex_state = 2},
[958] = {.lex_state = 199, .external_lex_state = 5},
[959] = {.lex_state = 71, .external_lex_state = 2},
[960] = {.lex_state = 138, .external_lex_state = 9},
[961] = {.lex_state = 104, .external_lex_state = 5},
[962] = {.lex_state = 134, .external_lex_state = 6},
[963] = {.lex_state = 218, .external_lex_state = 2},
[964] = {.lex_state = 218, .external_lex_state = 2},
[965] = {.lex_state = 138, .external_lex_state = 9},
[966] = {.lex_state = 175, .external_lex_state = 5},
[967] = {.lex_state = 88, .external_lex_state = 17},
[968] = {.lex_state = 88, .external_lex_state = 17},
[969] = {.lex_state = 78},
[970] = {.lex_state = 193, .external_lex_state = 7},
[971] = {.lex_state = 195, .external_lex_state = 16},
[972] = {.lex_state = 195, .external_lex_state = 16},
[973] = {.lex_state = 171, .external_lex_state = 5},
[974] = {.lex_state = 173, .external_lex_state = 4},
[975] = {.lex_state = 71, .external_lex_state = 2},
[976] = {.lex_state = 199, .external_lex_state = 5},
[977] = {.lex_state = 132, .external_lex_state = 4},
[978] = {.lex_state = 71, .external_lex_state = 2},
[979] = {.lex_state = 201, .external_lex_state = 9},
[980] = {.lex_state = 88, .external_lex_state = 17},
[981] = {.lex_state = 128, .external_lex_state = 6},
[982] = {.lex_state = 128, .external_lex_state = 6},
[983] = {.lex_state = 175, .external_lex_state = 5},
[984] = {.lex_state = 128, .external_lex_state = 6},
[985] = {.lex_state = 71, .external_lex_state = 2},
[986] = {.lex_state = 218, .external_lex_state = 2},
[987] = {.lex_state = 138, .external_lex_state = 9},
[988] = {.lex_state = 225, .external_lex_state = 10},
[989] = {.lex_state = 78},
[990] = {.lex_state = 207, .external_lex_state = 12},
[991] = {.lex_state = 225, .external_lex_state = 10},
[992] = {.lex_state = 78},
[993] = {.lex_state = 94},
[994] = {.lex_state = 209, .external_lex_state = 10},
[995] = {.lex_state = 209, .external_lex_state = 10},
[996] = {.lex_state = 187},
[997] = {.lex_state = 107},
[998] = {.lex_state = 209, .external_lex_state = 10},
[999] = {.lex_state = 209, .external_lex_state = 10},
[1000] = {.lex_state = 209, .external_lex_state = 10},
[1001] = {.lex_state = 78},
[1002] = {.lex_state = 193, .external_lex_state = 7},
[1003] = {.lex_state = 195, .external_lex_state = 16},
[1004] = {.lex_state = 195, .external_lex_state = 16},
[1005] = {.lex_state = 171, .external_lex_state = 5},
[1006] = {.lex_state = 173, .external_lex_state = 4},
[1007] = {.lex_state = 71, .external_lex_state = 2},
[1008] = {.lex_state = 199, .external_lex_state = 5},
[1009] = {.lex_state = 132, .external_lex_state = 4},
[1010] = {.lex_state = 71, .external_lex_state = 2},
[1011] = {.lex_state = 171, .external_lex_state = 5},
[1012] = {.lex_state = 173, .external_lex_state = 4},
[1013] = {.lex_state = 71, .external_lex_state = 2},
[1014] = {.lex_state = 173, .external_lex_state = 4},
[1015] = {.lex_state = 209},
[1016] = {.lex_state = 173, .external_lex_state = 14},
[1017] = {.lex_state = 132, .external_lex_state = 14},
[1018] = {.lex_state = 173, .external_lex_state = 14},
[1019] = {.lex_state = 187},
[1020] = {.lex_state = 221, .external_lex_state = 16},
[1021] = {.lex_state = 78},
[1022] = {.lex_state = 195, .external_lex_state = 16},
[1023] = {.lex_state = 195, .external_lex_state = 16},
[1024] = {.lex_state = 173, .external_lex_state = 14},
[1025] = {.lex_state = 223, .external_lex_state = 21},
[1026] = {.lex_state = 223, .external_lex_state = 16},
[1027] = {.lex_state = 173, .external_lex_state = 14},
[1028] = {.lex_state = 223, .external_lex_state = 21},
[1029] = {.lex_state = 223, .external_lex_state = 16},
[1030] = {.lex_state = 218, .external_lex_state = 2},
[1031] = {.lex_state = 173, .external_lex_state = 14},
[1032] = {.lex_state = 138, .external_lex_state = 9},
[1033] = {.lex_state = 171, .external_lex_state = 5},
[1034] = {.lex_state = 173, .external_lex_state = 4},
[1035] = {.lex_state = 71, .external_lex_state = 2},
[1036] = {.lex_state = 138, .external_lex_state = 9},
[1037] = {.lex_state = 199, .external_lex_state = 5},
[1038] = {.lex_state = 132, .external_lex_state = 4},
[1039] = {.lex_state = 218, .external_lex_state = 2},
[1040] = {.lex_state = 173, .external_lex_state = 14},
[1041] = {.lex_state = 138, .external_lex_state = 9},
[1042] = {.lex_state = 171, .external_lex_state = 5},
[1043] = {.lex_state = 173, .external_lex_state = 4},
[1044] = {.lex_state = 164},
[1045] = {.lex_state = 145},
[1046] = {.lex_state = 227},
[1047] = {.lex_state = 211, .external_lex_state = 9},
[1048] = {.lex_state = 211, .external_lex_state = 11},
[1049] = {.lex_state = 211, .external_lex_state = 11},
[1050] = {.lex_state = 211, .external_lex_state = 11},
[1051] = {.lex_state = 187},
[1052] = {.lex_state = 221, .external_lex_state = 16},
[1053] = {.lex_state = 78},
[1054] = {.lex_state = 195, .external_lex_state = 16},
[1055] = {.lex_state = 195, .external_lex_state = 16},
[1056] = {.lex_state = 211, .external_lex_state = 11},
[1057] = {.lex_state = 223, .external_lex_state = 21},
[1058] = {.lex_state = 223, .external_lex_state = 16},
[1059] = {.lex_state = 211, .external_lex_state = 11},
[1060] = {.lex_state = 223, .external_lex_state = 21},
[1061] = {.lex_state = 223, .external_lex_state = 16},
[1062] = {.lex_state = 218, .external_lex_state = 2},
[1063] = {.lex_state = 211, .external_lex_state = 11},
[1064] = {.lex_state = 138, .external_lex_state = 9},
[1065] = {.lex_state = 171, .external_lex_state = 5},
[1066] = {.lex_state = 173, .external_lex_state = 4},
[1067] = {.lex_state = 71, .external_lex_state = 2},
[1068] = {.lex_state = 138, .external_lex_state = 9},
[1069] = {.lex_state = 199, .external_lex_state = 5},
[1070] = {.lex_state = 132, .external_lex_state = 4},
[1071] = {.lex_state = 218, .external_lex_state = 2},
[1072] = {.lex_state = 211, .external_lex_state = 11},
[1073] = {.lex_state = 138, .external_lex_state = 9},
[1074] = {.lex_state = 171, .external_lex_state = 5},
[1075] = {.lex_state = 173, .external_lex_state = 4},
[1076] = {.lex_state = 211, .external_lex_state = 9},
[1077] = {.lex_state = 211, .external_lex_state = 9},
[1078] = {.lex_state = 211, .external_lex_state = 9},
[1079] = {.lex_state = 94},
[1080] = {.lex_state = 229, .external_lex_state = 11},
[1081] = {.lex_state = 229, .external_lex_state = 11},
[1082] = {.lex_state = 187},
[1083] = {.lex_state = 107},
[1084] = {.lex_state = 229, .external_lex_state = 11},
[1085] = {.lex_state = 229, .external_lex_state = 11},
[1086] = {.lex_state = 229, .external_lex_state = 11},
[1087] = {.lex_state = 78},
[1088] = {.lex_state = 193, .external_lex_state = 7},
[1089] = {.lex_state = 195, .external_lex_state = 16},
[1090] = {.lex_state = 195, .external_lex_state = 16},
[1091] = {.lex_state = 171, .external_lex_state = 5},
[1092] = {.lex_state = 173, .external_lex_state = 4},
[1093] = {.lex_state = 71, .external_lex_state = 2},
[1094] = {.lex_state = 199, .external_lex_state = 5},
[1095] = {.lex_state = 132, .external_lex_state = 4},
[1096] = {.lex_state = 71, .external_lex_state = 2},
[1097] = {.lex_state = 171, .external_lex_state = 5},
[1098] = {.lex_state = 173, .external_lex_state = 4},
[1099] = {.lex_state = 71, .external_lex_state = 2},
[1100] = {.lex_state = 94},
[1101] = {.lex_state = 229, .external_lex_state = 9},
[1102] = {.lex_state = 214},
[1103] = {.lex_state = 231, .external_lex_state = 10},
[1104] = {.lex_state = 214, .external_lex_state = 10},
[1105] = {.lex_state = 231, .external_lex_state = 10},
[1106] = {.lex_state = 187},
[1107] = {.lex_state = 221, .external_lex_state = 16},
[1108] = {.lex_state = 78},
[1109] = {.lex_state = 195, .external_lex_state = 16},
[1110] = {.lex_state = 195, .external_lex_state = 16},
[1111] = {.lex_state = 231, .external_lex_state = 10},
[1112] = {.lex_state = 223, .external_lex_state = 21},
[1113] = {.lex_state = 223, .external_lex_state = 16},
[1114] = {.lex_state = 231, .external_lex_state = 10},
[1115] = {.lex_state = 223, .external_lex_state = 21},
[1116] = {.lex_state = 223, .external_lex_state = 16},
[1117] = {.lex_state = 218, .external_lex_state = 2},
[1118] = {.lex_state = 231, .external_lex_state = 10},
[1119] = {.lex_state = 138, .external_lex_state = 9},
[1120] = {.lex_state = 171, .external_lex_state = 5},
[1121] = {.lex_state = 173, .external_lex_state = 4},
[1122] = {.lex_state = 71, .external_lex_state = 2},
[1123] = {.lex_state = 138, .external_lex_state = 9},
[1124] = {.lex_state = 199, .external_lex_state = 5},
[1125] = {.lex_state = 132, .external_lex_state = 4},
[1126] = {.lex_state = 218, .external_lex_state = 2},
[1127] = {.lex_state = 231, .external_lex_state = 10},
[1128] = {.lex_state = 138, .external_lex_state = 9},
[1129] = {.lex_state = 171, .external_lex_state = 5},
[1130] = {.lex_state = 173, .external_lex_state = 4},
[1131] = {.lex_state = 214},
[1132] = {.lex_state = 214},
[1133] = {.lex_state = 216, .external_lex_state = 10},
[1134] = {.lex_state = 216, .external_lex_state = 10},
[1135] = {.lex_state = 96, .external_lex_state = 20},
[1136] = {.lex_state = 96, .external_lex_state = 20},
[1137] = {.lex_state = 96, .external_lex_state = 16},
[1138] = {.lex_state = 221, .external_lex_state = 16},
[1139] = {.lex_state = 216, .external_lex_state = 10},
[1140] = {.lex_state = 223, .external_lex_state = 21},
[1141] = {.lex_state = 223, .external_lex_state = 16},
[1142] = {.lex_state = 223, .external_lex_state = 21},
[1143] = {.lex_state = 223, .external_lex_state = 16},
[1144] = {.lex_state = 223, .external_lex_state = 16},
[1145] = {.lex_state = 216, .external_lex_state = 10},
[1146] = {.lex_state = 223, .external_lex_state = 16},
[1147] = {.lex_state = 223, .external_lex_state = 16},
[1148] = {.lex_state = 216, .external_lex_state = 10},
[1149] = {.lex_state = 218, .external_lex_state = 2},
[1150] = {.lex_state = 218, .external_lex_state = 2},
[1151] = {.lex_state = 138, .external_lex_state = 9},
[1152] = {.lex_state = 71, .external_lex_state = 2},
[1153] = {.lex_state = 71, .external_lex_state = 2},
[1154] = {.lex_state = 138, .external_lex_state = 9},
[1155] = {.lex_state = 216, .external_lex_state = 10},
[1156] = {.lex_state = 218, .external_lex_state = 2},
[1157] = {.lex_state = 218, .external_lex_state = 2},
[1158] = {.lex_state = 138, .external_lex_state = 9},
[1159] = {.lex_state = 132, .external_lex_state = 14},
[1160] = {.lex_state = 100, .external_lex_state = 14},
[1161] = {.lex_state = 100, .external_lex_state = 14},
[1162] = {.lex_state = 100, .external_lex_state = 14},
[1163] = {.lex_state = 100, .external_lex_state = 6},
[1164] = {.lex_state = 175, .external_lex_state = 5},
[1165] = {.lex_state = 71, .external_lex_state = 2},
[1166] = {.lex_state = 128, .external_lex_state = 6},
[1167] = {.lex_state = 128, .external_lex_state = 6},
[1168] = {.lex_state = 128, .external_lex_state = 6},
[1169] = {.lex_state = 94},
[1170] = {.lex_state = 71, .external_lex_state = 2},
[1171] = {.lex_state = 175, .external_lex_state = 5},
[1172] = {.lex_state = 94},
[1173] = {.lex_state = 71, .external_lex_state = 2},
[1174] = {.lex_state = 94},
[1175] = {.lex_state = 94},
[1176] = {.lex_state = 175, .external_lex_state = 5},
[1177] = {.lex_state = 236, .external_lex_state = 10},
[1178] = {.lex_state = 236, .external_lex_state = 10},
[1179] = {.lex_state = 239},
[1180] = {.lex_state = 236},
[1181] = {.lex_state = 94},
[1182] = {.lex_state = 234},
[1183] = {.lex_state = 141, .external_lex_state = 11},
[1184] = {.lex_state = 175, .external_lex_state = 5},
[1185] = {.lex_state = 239},
[1186] = {.lex_state = 94},
[1187] = {.lex_state = 234},
[1188] = {.lex_state = 141, .external_lex_state = 11},
[1189] = {.lex_state = 96, .external_lex_state = 20},
[1190] = {.lex_state = 96, .external_lex_state = 20},
[1191] = {.lex_state = 96, .external_lex_state = 16},
[1192] = {.lex_state = 221, .external_lex_state = 16},
[1193] = {.lex_state = 141, .external_lex_state = 11},
[1194] = {.lex_state = 223, .external_lex_state = 21},
[1195] = {.lex_state = 223, .external_lex_state = 16},
[1196] = {.lex_state = 223, .external_lex_state = 21},
[1197] = {.lex_state = 223, .external_lex_state = 16},
[1198] = {.lex_state = 223, .external_lex_state = 16},
[1199] = {.lex_state = 141, .external_lex_state = 11},
[1200] = {.lex_state = 223, .external_lex_state = 16},
[1201] = {.lex_state = 223, .external_lex_state = 16},
[1202] = {.lex_state = 141, .external_lex_state = 11},
[1203] = {.lex_state = 218, .external_lex_state = 2},
[1204] = {.lex_state = 218, .external_lex_state = 2},
[1205] = {.lex_state = 138, .external_lex_state = 9},
[1206] = {.lex_state = 71, .external_lex_state = 2},
[1207] = {.lex_state = 71, .external_lex_state = 2},
[1208] = {.lex_state = 138, .external_lex_state = 9},
[1209] = {.lex_state = 141, .external_lex_state = 11},
[1210] = {.lex_state = 218, .external_lex_state = 2},
[1211] = {.lex_state = 218, .external_lex_state = 2},
[1212] = {.lex_state = 138, .external_lex_state = 9},
[1213] = {.lex_state = 175, .external_lex_state = 5},
[1214] = {.lex_state = 173, .external_lex_state = 14},
[1215] = {.lex_state = 167, .external_lex_state = 14},
[1216] = {.lex_state = 167, .external_lex_state = 14},
[1217] = {.lex_state = 167, .external_lex_state = 14},
[1218] = {.lex_state = 167, .external_lex_state = 6},
[1219] = {.lex_state = 171, .external_lex_state = 6},
[1220] = {.lex_state = 171, .external_lex_state = 6},
[1221] = {.lex_state = 171, .external_lex_state = 6},
[1222] = {.lex_state = 175, .external_lex_state = 5},
[1223] = {.lex_state = 218, .external_lex_state = 2},
[1224] = {.lex_state = 94, .external_lex_state = 2},
[1225] = {.lex_state = 209},
[1226] = {.lex_state = 181, .external_lex_state = 12},
[1227] = {.lex_state = 181, .external_lex_state = 12},
[1228] = {.lex_state = 96, .external_lex_state = 20},
[1229] = {.lex_state = 96, .external_lex_state = 20},
[1230] = {.lex_state = 96, .external_lex_state = 16},
[1231] = {.lex_state = 221, .external_lex_state = 16},
[1232] = {.lex_state = 181, .external_lex_state = 12},
[1233] = {.lex_state = 223, .external_lex_state = 21},
[1234] = {.lex_state = 223, .external_lex_state = 16},
[1235] = {.lex_state = 223, .external_lex_state = 21},
[1236] = {.lex_state = 223, .external_lex_state = 16},
[1237] = {.lex_state = 223, .external_lex_state = 16},
[1238] = {.lex_state = 181, .external_lex_state = 12},
[1239] = {.lex_state = 223, .external_lex_state = 16},
[1240] = {.lex_state = 223, .external_lex_state = 16},
[1241] = {.lex_state = 181, .external_lex_state = 12},
[1242] = {.lex_state = 218, .external_lex_state = 2},
[1243] = {.lex_state = 218, .external_lex_state = 2},
[1244] = {.lex_state = 138, .external_lex_state = 9},
[1245] = {.lex_state = 71, .external_lex_state = 2},
[1246] = {.lex_state = 71, .external_lex_state = 2},
[1247] = {.lex_state = 138, .external_lex_state = 9},
[1248] = {.lex_state = 181, .external_lex_state = 12},
[1249] = {.lex_state = 218, .external_lex_state = 2},
[1250] = {.lex_state = 218, .external_lex_state = 2},
[1251] = {.lex_state = 138, .external_lex_state = 9},
[1252] = {.lex_state = 167, .external_lex_state = 4},
[1253] = {.lex_state = 209},
[1254] = {.lex_state = 167, .external_lex_state = 14},
[1255] = {.lex_state = 167, .external_lex_state = 14},
[1256] = {.lex_state = 96, .external_lex_state = 20},
[1257] = {.lex_state = 96, .external_lex_state = 20},
[1258] = {.lex_state = 96, .external_lex_state = 16},
[1259] = {.lex_state = 221, .external_lex_state = 16},
[1260] = {.lex_state = 167, .external_lex_state = 14},
[1261] = {.lex_state = 223, .external_lex_state = 21},
[1262] = {.lex_state = 223, .external_lex_state = 16},
[1263] = {.lex_state = 223, .external_lex_state = 21},
[1264] = {.lex_state = 223, .external_lex_state = 16},
[1265] = {.lex_state = 223, .external_lex_state = 16},
[1266] = {.lex_state = 167, .external_lex_state = 14},
[1267] = {.lex_state = 223, .external_lex_state = 16},
[1268] = {.lex_state = 223, .external_lex_state = 16},
[1269] = {.lex_state = 167, .external_lex_state = 14},
[1270] = {.lex_state = 218, .external_lex_state = 2},
[1271] = {.lex_state = 218, .external_lex_state = 2},
[1272] = {.lex_state = 138, .external_lex_state = 9},
[1273] = {.lex_state = 71, .external_lex_state = 2},
[1274] = {.lex_state = 71, .external_lex_state = 2},
[1275] = {.lex_state = 138, .external_lex_state = 9},
[1276] = {.lex_state = 167, .external_lex_state = 14},
[1277] = {.lex_state = 218, .external_lex_state = 2},
[1278] = {.lex_state = 218, .external_lex_state = 2},
[1279] = {.lex_state = 138, .external_lex_state = 9},
[1280] = {.lex_state = 167, .external_lex_state = 6},
[1281] = {.lex_state = 167, .external_lex_state = 6},
[1282] = {.lex_state = 96, .external_lex_state = 20},
[1283] = {.lex_state = 96, .external_lex_state = 20},
[1284] = {.lex_state = 96, .external_lex_state = 16},
[1285] = {.lex_state = 221, .external_lex_state = 16},
[1286] = {.lex_state = 167, .external_lex_state = 6},
[1287] = {.lex_state = 223, .external_lex_state = 21},
[1288] = {.lex_state = 223, .external_lex_state = 16},
[1289] = {.lex_state = 223, .external_lex_state = 21},
[1290] = {.lex_state = 223, .external_lex_state = 16},
[1291] = {.lex_state = 223, .external_lex_state = 16},
[1292] = {.lex_state = 167, .external_lex_state = 6},
[1293] = {.lex_state = 223, .external_lex_state = 16},
[1294] = {.lex_state = 223, .external_lex_state = 16},
[1295] = {.lex_state = 167, .external_lex_state = 6},
[1296] = {.lex_state = 218, .external_lex_state = 2},
[1297] = {.lex_state = 218, .external_lex_state = 2},
[1298] = {.lex_state = 138, .external_lex_state = 9},
[1299] = {.lex_state = 71, .external_lex_state = 2},
[1300] = {.lex_state = 71, .external_lex_state = 2},
[1301] = {.lex_state = 138, .external_lex_state = 9},
[1302] = {.lex_state = 167, .external_lex_state = 6},
[1303] = {.lex_state = 218, .external_lex_state = 2},
[1304] = {.lex_state = 218, .external_lex_state = 2},
[1305] = {.lex_state = 138, .external_lex_state = 9},
[1306] = {.lex_state = 94, .external_lex_state = 15},
[1307] = {.lex_state = 94, .external_lex_state = 15},
[1308] = {.lex_state = 96, .external_lex_state = 20},
[1309] = {.lex_state = 96, .external_lex_state = 20},
[1310] = {.lex_state = 96, .external_lex_state = 16},
[1311] = {.lex_state = 221, .external_lex_state = 16},
[1312] = {.lex_state = 94, .external_lex_state = 15},
[1313] = {.lex_state = 223, .external_lex_state = 21},
[1314] = {.lex_state = 223, .external_lex_state = 16},
[1315] = {.lex_state = 223, .external_lex_state = 21},
[1316] = {.lex_state = 223, .external_lex_state = 16},
[1317] = {.lex_state = 223, .external_lex_state = 16},
[1318] = {.lex_state = 94, .external_lex_state = 15},
[1319] = {.lex_state = 223, .external_lex_state = 16},
[1320] = {.lex_state = 223, .external_lex_state = 16},
[1321] = {.lex_state = 94, .external_lex_state = 15},
[1322] = {.lex_state = 218, .external_lex_state = 2},
[1323] = {.lex_state = 218, .external_lex_state = 2},
[1324] = {.lex_state = 138, .external_lex_state = 9},
[1325] = {.lex_state = 71, .external_lex_state = 2},
[1326] = {.lex_state = 71, .external_lex_state = 2},
[1327] = {.lex_state = 138, .external_lex_state = 9},
[1328] = {.lex_state = 94, .external_lex_state = 15},
[1329] = {.lex_state = 218, .external_lex_state = 2},
[1330] = {.lex_state = 218, .external_lex_state = 2},
[1331] = {.lex_state = 138, .external_lex_state = 9},
[1332] = {.lex_state = 107, .external_lex_state = 10},
[1333] = {.lex_state = 96, .external_lex_state = 20},
[1334] = {.lex_state = 96, .external_lex_state = 20},
[1335] = {.lex_state = 96, .external_lex_state = 16},
[1336] = {.lex_state = 221, .external_lex_state = 16},
[1337] = {.lex_state = 107, .external_lex_state = 10},
[1338] = {.lex_state = 223, .external_lex_state = 21},
[1339] = {.lex_state = 223, .external_lex_state = 16},
[1340] = {.lex_state = 223, .external_lex_state = 21},
[1341] = {.lex_state = 223, .external_lex_state = 16},
[1342] = {.lex_state = 223, .external_lex_state = 16},
[1343] = {.lex_state = 107, .external_lex_state = 10},
[1344] = {.lex_state = 223, .external_lex_state = 16},
[1345] = {.lex_state = 223, .external_lex_state = 16},
[1346] = {.lex_state = 107, .external_lex_state = 10},
[1347] = {.lex_state = 218, .external_lex_state = 2},
[1348] = {.lex_state = 218, .external_lex_state = 2},
[1349] = {.lex_state = 138, .external_lex_state = 9},
[1350] = {.lex_state = 71, .external_lex_state = 2},
[1351] = {.lex_state = 71, .external_lex_state = 2},
[1352] = {.lex_state = 138, .external_lex_state = 9},
[1353] = {.lex_state = 207, .external_lex_state = 13},
[1354] = {.lex_state = 195, .external_lex_state = 20},
[1355] = {.lex_state = 207, .external_lex_state = 13},
[1356] = {.lex_state = 195, .external_lex_state = 20},
[1357] = {.lex_state = 181, .external_lex_state = 13},
[1358] = {.lex_state = 94},
[1359] = {.lex_state = 134, .external_lex_state = 6},
[1360] = {.lex_state = 96, .external_lex_state = 20},
[1361] = {.lex_state = 96, .external_lex_state = 20},
[1362] = {.lex_state = 187},
[1363] = {.lex_state = 107},
[1364] = {.lex_state = 96, .external_lex_state = 20},
[1365] = {.lex_state = 96, .external_lex_state = 20},
[1366] = {.lex_state = 96, .external_lex_state = 20},
[1367] = {.lex_state = 134, .external_lex_state = 6},
[1368] = {.lex_state = 78},
[1369] = {.lex_state = 193, .external_lex_state = 7},
[1370] = {.lex_state = 195, .external_lex_state = 16},
[1371] = {.lex_state = 195, .external_lex_state = 16},
[1372] = {.lex_state = 171, .external_lex_state = 5},
[1373] = {.lex_state = 173, .external_lex_state = 4},
[1374] = {.lex_state = 71, .external_lex_state = 2},
[1375] = {.lex_state = 199, .external_lex_state = 5},
[1376] = {.lex_state = 132, .external_lex_state = 4},
[1377] = {.lex_state = 71, .external_lex_state = 2},
[1378] = {.lex_state = 171, .external_lex_state = 5},
[1379] = {.lex_state = 173, .external_lex_state = 4},
[1380] = {.lex_state = 71, .external_lex_state = 2},
[1381] = {.lex_state = 96, .external_lex_state = 20},
[1382] = {.lex_state = 96, .external_lex_state = 20},
[1383] = {.lex_state = 96, .external_lex_state = 16},
[1384] = {.lex_state = 223, .external_lex_state = 16},
[1385] = {.lex_state = 134, .external_lex_state = 6},
[1386] = {.lex_state = 223, .external_lex_state = 16},
[1387] = {.lex_state = 223, .external_lex_state = 16},
[1388] = {.lex_state = 223, .external_lex_state = 16},
[1389] = {.lex_state = 223, .external_lex_state = 20},
[1390] = {.lex_state = 223, .external_lex_state = 20},
[1391] = {.lex_state = 223, .external_lex_state = 20},
[1392] = {.lex_state = 187},
[1393] = {.lex_state = 221, .external_lex_state = 16},
[1394] = {.lex_state = 78},
[1395] = {.lex_state = 195, .external_lex_state = 16},
[1396] = {.lex_state = 195, .external_lex_state = 16},
[1397] = {.lex_state = 223, .external_lex_state = 20},
[1398] = {.lex_state = 223, .external_lex_state = 21},
[1399] = {.lex_state = 223, .external_lex_state = 16},
[1400] = {.lex_state = 223, .external_lex_state = 20},
[1401] = {.lex_state = 223, .external_lex_state = 21},
[1402] = {.lex_state = 223, .external_lex_state = 16},
[1403] = {.lex_state = 134, .external_lex_state = 6},
[1404] = {.lex_state = 223, .external_lex_state = 16},
[1405] = {.lex_state = 218, .external_lex_state = 2},
[1406] = {.lex_state = 223, .external_lex_state = 20},
[1407] = {.lex_state = 138, .external_lex_state = 9},
[1408] = {.lex_state = 171, .external_lex_state = 5},
[1409] = {.lex_state = 173, .external_lex_state = 4},
[1410] = {.lex_state = 71, .external_lex_state = 2},
[1411] = {.lex_state = 138, .external_lex_state = 9},
[1412] = {.lex_state = 199, .external_lex_state = 5},
[1413] = {.lex_state = 132, .external_lex_state = 4},
[1414] = {.lex_state = 218, .external_lex_state = 2},
[1415] = {.lex_state = 223, .external_lex_state = 20},
[1416] = {.lex_state = 138, .external_lex_state = 9},
[1417] = {.lex_state = 171, .external_lex_state = 5},
[1418] = {.lex_state = 173, .external_lex_state = 4},
[1419] = {.lex_state = 134, .external_lex_state = 6},
[1420] = {.lex_state = 218, .external_lex_state = 2},
[1421] = {.lex_state = 199, .external_lex_state = 6},
[1422] = {.lex_state = 199, .external_lex_state = 6},
[1423] = {.lex_state = 199, .external_lex_state = 6},
[1424] = {.lex_state = 71, .external_lex_state = 2},
[1425] = {.lex_state = 134, .external_lex_state = 6},
[1426] = {.lex_state = 218, .external_lex_state = 2},
[1427] = {.lex_state = 221, .external_lex_state = 16},
[1428] = {.lex_state = 78},
[1429] = {.lex_state = 195, .external_lex_state = 16},
[1430] = {.lex_state = 195, .external_lex_state = 16},
[1431] = {.lex_state = 88, .external_lex_state = 17},
[1432] = {.lex_state = 223, .external_lex_state = 21},
[1433] = {.lex_state = 223, .external_lex_state = 16},
[1434] = {.lex_state = 88, .external_lex_state = 17},
[1435] = {.lex_state = 223, .external_lex_state = 21},
[1436] = {.lex_state = 223, .external_lex_state = 16},
[1437] = {.lex_state = 218, .external_lex_state = 2},
[1438] = {.lex_state = 88, .external_lex_state = 17},
[1439] = {.lex_state = 138, .external_lex_state = 9},
[1440] = {.lex_state = 171, .external_lex_state = 5},
[1441] = {.lex_state = 173, .external_lex_state = 4},
[1442] = {.lex_state = 71, .external_lex_state = 2},
[1443] = {.lex_state = 138, .external_lex_state = 9},
[1444] = {.lex_state = 199, .external_lex_state = 5},
[1445] = {.lex_state = 132, .external_lex_state = 4},
[1446] = {.lex_state = 128, .external_lex_state = 6},
[1447] = {.lex_state = 218, .external_lex_state = 2},
[1448] = {.lex_state = 78},
[1449] = {.lex_state = 78},
[1450] = {.lex_state = 209, .external_lex_state = 10},
[1451] = {.lex_state = 209, .external_lex_state = 10},
[1452] = {.lex_state = 209, .external_lex_state = 10},
[1453] = {.lex_state = 187},
[1454] = {.lex_state = 221, .external_lex_state = 16},
[1455] = {.lex_state = 78},
[1456] = {.lex_state = 195, .external_lex_state = 16},
[1457] = {.lex_state = 195, .external_lex_state = 16},
[1458] = {.lex_state = 209, .external_lex_state = 10},
[1459] = {.lex_state = 223, .external_lex_state = 21},
[1460] = {.lex_state = 223, .external_lex_state = 16},
[1461] = {.lex_state = 209, .external_lex_state = 10},
[1462] = {.lex_state = 223, .external_lex_state = 21},
[1463] = {.lex_state = 223, .external_lex_state = 16},
[1464] = {.lex_state = 218, .external_lex_state = 2},
[1465] = {.lex_state = 209, .external_lex_state = 10},
[1466] = {.lex_state = 138, .external_lex_state = 9},
[1467] = {.lex_state = 171, .external_lex_state = 5},
[1468] = {.lex_state = 173, .external_lex_state = 4},
[1469] = {.lex_state = 71, .external_lex_state = 2},
[1470] = {.lex_state = 138, .external_lex_state = 9},
[1471] = {.lex_state = 199, .external_lex_state = 5},
[1472] = {.lex_state = 132, .external_lex_state = 4},
[1473] = {.lex_state = 218, .external_lex_state = 2},
[1474] = {.lex_state = 209, .external_lex_state = 10},
[1475] = {.lex_state = 138, .external_lex_state = 9},
[1476] = {.lex_state = 171, .external_lex_state = 5},
[1477] = {.lex_state = 173, .external_lex_state = 4},
[1478] = {.lex_state = 173, .external_lex_state = 14},
[1479] = {.lex_state = 173, .external_lex_state = 14},
[1480] = {.lex_state = 96, .external_lex_state = 20},
[1481] = {.lex_state = 96, .external_lex_state = 20},
[1482] = {.lex_state = 96, .external_lex_state = 16},
[1483] = {.lex_state = 221, .external_lex_state = 16},
[1484] = {.lex_state = 173, .external_lex_state = 14},
[1485] = {.lex_state = 223, .external_lex_state = 21},
[1486] = {.lex_state = 223, .external_lex_state = 16},
[1487] = {.lex_state = 223, .external_lex_state = 21},
[1488] = {.lex_state = 223, .external_lex_state = 16},
[1489] = {.lex_state = 223, .external_lex_state = 16},
[1490] = {.lex_state = 173, .external_lex_state = 14},
[1491] = {.lex_state = 223, .external_lex_state = 16},
[1492] = {.lex_state = 223, .external_lex_state = 16},
[1493] = {.lex_state = 173, .external_lex_state = 14},
[1494] = {.lex_state = 218, .external_lex_state = 2},
[1495] = {.lex_state = 218, .external_lex_state = 2},
[1496] = {.lex_state = 138, .external_lex_state = 9},
[1497] = {.lex_state = 71, .external_lex_state = 2},
[1498] = {.lex_state = 71, .external_lex_state = 2},
[1499] = {.lex_state = 138, .external_lex_state = 9},
[1500] = {.lex_state = 173, .external_lex_state = 14},
[1501] = {.lex_state = 218, .external_lex_state = 2},
[1502] = {.lex_state = 218, .external_lex_state = 2},
[1503] = {.lex_state = 138, .external_lex_state = 9},
[1504] = {.lex_state = 164},
[1505] = {.lex_state = 175, .external_lex_state = 5},
[1506] = {.lex_state = 164},
[1507] = {.lex_state = 145},
[1508] = {.lex_state = 211, .external_lex_state = 11},
[1509] = {.lex_state = 211, .external_lex_state = 11},
[1510] = {.lex_state = 96, .external_lex_state = 20},
[1511] = {.lex_state = 96, .external_lex_state = 20},
[1512] = {.lex_state = 96, .external_lex_state = 16},
[1513] = {.lex_state = 221, .external_lex_state = 16},
[1514] = {.lex_state = 211, .external_lex_state = 11},
[1515] = {.lex_state = 223, .external_lex_state = 21},
[1516] = {.lex_state = 223, .external_lex_state = 16},
[1517] = {.lex_state = 223, .external_lex_state = 21},
[1518] = {.lex_state = 223, .external_lex_state = 16},
[1519] = {.lex_state = 223, .external_lex_state = 16},
[1520] = {.lex_state = 211, .external_lex_state = 11},
[1521] = {.lex_state = 223, .external_lex_state = 16},
[1522] = {.lex_state = 223, .external_lex_state = 16},
[1523] = {.lex_state = 211, .external_lex_state = 11},
[1524] = {.lex_state = 218, .external_lex_state = 2},
[1525] = {.lex_state = 218, .external_lex_state = 2},
[1526] = {.lex_state = 138, .external_lex_state = 9},
[1527] = {.lex_state = 71, .external_lex_state = 2},
[1528] = {.lex_state = 71, .external_lex_state = 2},
[1529] = {.lex_state = 138, .external_lex_state = 9},
[1530] = {.lex_state = 211, .external_lex_state = 11},
[1531] = {.lex_state = 218, .external_lex_state = 2},
[1532] = {.lex_state = 218, .external_lex_state = 2},
[1533] = {.lex_state = 138, .external_lex_state = 9},
[1534] = {.lex_state = 227},
[1535] = {.lex_state = 229, .external_lex_state = 11},
[1536] = {.lex_state = 229, .external_lex_state = 11},
[1537] = {.lex_state = 229, .external_lex_state = 11},
[1538] = {.lex_state = 187},
[1539] = {.lex_state = 221, .external_lex_state = 16},
[1540] = {.lex_state = 78},
[1541] = {.lex_state = 195, .external_lex_state = 16},
[1542] = {.lex_state = 195, .external_lex_state = 16},
[1543] = {.lex_state = 229, .external_lex_state = 11},
[1544] = {.lex_state = 223, .external_lex_state = 21},
[1545] = {.lex_state = 223, .external_lex_state = 16},
[1546] = {.lex_state = 229, .external_lex_state = 11},
[1547] = {.lex_state = 223, .external_lex_state = 21},
[1548] = {.lex_state = 223, .external_lex_state = 16},
[1549] = {.lex_state = 218, .external_lex_state = 2},
[1550] = {.lex_state = 229, .external_lex_state = 11},
[1551] = {.lex_state = 138, .external_lex_state = 9},
[1552] = {.lex_state = 171, .external_lex_state = 5},
[1553] = {.lex_state = 173, .external_lex_state = 4},
[1554] = {.lex_state = 71, .external_lex_state = 2},
[1555] = {.lex_state = 138, .external_lex_state = 9},
[1556] = {.lex_state = 199, .external_lex_state = 5},
[1557] = {.lex_state = 132, .external_lex_state = 4},
[1558] = {.lex_state = 218, .external_lex_state = 2},
[1559] = {.lex_state = 229, .external_lex_state = 11},
[1560] = {.lex_state = 138, .external_lex_state = 9},
[1561] = {.lex_state = 171, .external_lex_state = 5},
[1562] = {.lex_state = 173, .external_lex_state = 4},
[1563] = {.lex_state = 175, .external_lex_state = 5},
[1564] = {.lex_state = 231, .external_lex_state = 10},
[1565] = {.lex_state = 231, .external_lex_state = 10},
[1566] = {.lex_state = 96, .external_lex_state = 20},
[1567] = {.lex_state = 96, .external_lex_state = 20},
[1568] = {.lex_state = 96, .external_lex_state = 16},
[1569] = {.lex_state = 221, .external_lex_state = 16},
[1570] = {.lex_state = 231, .external_lex_state = 10},
[1571] = {.lex_state = 223, .external_lex_state = 21},
[1572] = {.lex_state = 223, .external_lex_state = 16},
[1573] = {.lex_state = 223, .external_lex_state = 21},
[1574] = {.lex_state = 223, .external_lex_state = 16},
[1575] = {.lex_state = 223, .external_lex_state = 16},
[1576] = {.lex_state = 231, .external_lex_state = 10},
[1577] = {.lex_state = 223, .external_lex_state = 16},
[1578] = {.lex_state = 223, .external_lex_state = 16},
[1579] = {.lex_state = 231, .external_lex_state = 10},
[1580] = {.lex_state = 218, .external_lex_state = 2},
[1581] = {.lex_state = 218, .external_lex_state = 2},
[1582] = {.lex_state = 138, .external_lex_state = 9},
[1583] = {.lex_state = 71, .external_lex_state = 2},
[1584] = {.lex_state = 71, .external_lex_state = 2},
[1585] = {.lex_state = 138, .external_lex_state = 9},
[1586] = {.lex_state = 231, .external_lex_state = 10},
[1587] = {.lex_state = 218, .external_lex_state = 2},
[1588] = {.lex_state = 218, .external_lex_state = 2},
[1589] = {.lex_state = 138, .external_lex_state = 9},
[1590] = {.lex_state = 216, .external_lex_state = 10},
[1591] = {.lex_state = 216, .external_lex_state = 10},
[1592] = {.lex_state = 96, .external_lex_state = 20},
[1593] = {.lex_state = 96, .external_lex_state = 20},
[1594] = {.lex_state = 96, .external_lex_state = 16},
[1595] = {.lex_state = 223, .external_lex_state = 16},
[1596] = {.lex_state = 216, .external_lex_state = 10},
[1597] = {.lex_state = 223, .external_lex_state = 16},
[1598] = {.lex_state = 223, .external_lex_state = 16},
[1599] = {.lex_state = 223, .external_lex_state = 16},
[1600] = {.lex_state = 216, .external_lex_state = 10},
[1601] = {.lex_state = 223, .external_lex_state = 16},
[1602] = {.lex_state = 216, .external_lex_state = 10},
[1603] = {.lex_state = 218, .external_lex_state = 2},
[1604] = {.lex_state = 71, .external_lex_state = 2},
[1605] = {.lex_state = 216, .external_lex_state = 10},
[1606] = {.lex_state = 218, .external_lex_state = 2},
[1607] = {.lex_state = 132, .external_lex_state = 14},
[1608] = {.lex_state = 128, .external_lex_state = 6},
[1609] = {.lex_state = 71, .external_lex_state = 2},
[1610] = {.lex_state = 71, .external_lex_state = 2},
[1611] = {.lex_state = 175, .external_lex_state = 5},
[1612] = {.lex_state = 94},
[1613] = {.lex_state = 94},
[1614] = {.lex_state = 241, .external_lex_state = 2},
[1615] = {.lex_state = 236},
[1616] = {.lex_state = 236, .external_lex_state = 10},
[1617] = {.lex_state = 241, .external_lex_state = 2},
[1618] = {.lex_state = 236},
[1619] = {.lex_state = 175, .external_lex_state = 5},
[1620] = {.lex_state = 239},
[1621] = {.lex_state = 94},
[1622] = {.lex_state = 94},
[1623] = {.lex_state = 175, .external_lex_state = 5},
[1624] = {.lex_state = 239},
[1625] = {.lex_state = 94},
[1626] = {.lex_state = 141, .external_lex_state = 11},
[1627] = {.lex_state = 141, .external_lex_state = 11},
[1628] = {.lex_state = 96, .external_lex_state = 20},
[1629] = {.lex_state = 96, .external_lex_state = 20},
[1630] = {.lex_state = 96, .external_lex_state = 16},
[1631] = {.lex_state = 223, .external_lex_state = 16},
[1632] = {.lex_state = 141, .external_lex_state = 11},
[1633] = {.lex_state = 223, .external_lex_state = 16},
[1634] = {.lex_state = 223, .external_lex_state = 16},
[1635] = {.lex_state = 223, .external_lex_state = 16},
[1636] = {.lex_state = 141, .external_lex_state = 11},
[1637] = {.lex_state = 223, .external_lex_state = 16},
[1638] = {.lex_state = 141, .external_lex_state = 11},
[1639] = {.lex_state = 218, .external_lex_state = 2},
[1640] = {.lex_state = 71, .external_lex_state = 2},
[1641] = {.lex_state = 141, .external_lex_state = 11},
[1642] = {.lex_state = 218, .external_lex_state = 2},
[1643] = {.lex_state = 173, .external_lex_state = 14},
[1644] = {.lex_state = 171, .external_lex_state = 6},
[1645] = {.lex_state = 175, .external_lex_state = 5},
[1646] = {.lex_state = 94, .external_lex_state = 2},
[1647] = {.lex_state = 181, .external_lex_state = 12},
[1648] = {.lex_state = 181, .external_lex_state = 12},
[1649] = {.lex_state = 96, .external_lex_state = 20},
[1650] = {.lex_state = 96, .external_lex_state = 20},
[1651] = {.lex_state = 96, .external_lex_state = 16},
[1652] = {.lex_state = 223, .external_lex_state = 16},
[1653] = {.lex_state = 181, .external_lex_state = 12},
[1654] = {.lex_state = 223, .external_lex_state = 16},
[1655] = {.lex_state = 223, .external_lex_state = 16},
[1656] = {.lex_state = 223, .external_lex_state = 16},
[1657] = {.lex_state = 181, .external_lex_state = 12},
[1658] = {.lex_state = 223, .external_lex_state = 16},
[1659] = {.lex_state = 181, .external_lex_state = 12},
[1660] = {.lex_state = 218, .external_lex_state = 2},
[1661] = {.lex_state = 71, .external_lex_state = 2},
[1662] = {.lex_state = 181, .external_lex_state = 12},
[1663] = {.lex_state = 218, .external_lex_state = 2},
[1664] = {.lex_state = 167, .external_lex_state = 4},
[1665] = {.lex_state = 167, .external_lex_state = 14},
[1666] = {.lex_state = 167, .external_lex_state = 14},
[1667] = {.lex_state = 96, .external_lex_state = 20},
[1668] = {.lex_state = 96, .external_lex_state = 20},
[1669] = {.lex_state = 96, .external_lex_state = 16},
[1670] = {.lex_state = 223, .external_lex_state = 16},
[1671] = {.lex_state = 167, .external_lex_state = 14},
[1672] = {.lex_state = 223, .external_lex_state = 16},
[1673] = {.lex_state = 223, .external_lex_state = 16},
[1674] = {.lex_state = 223, .external_lex_state = 16},
[1675] = {.lex_state = 167, .external_lex_state = 14},
[1676] = {.lex_state = 223, .external_lex_state = 16},
[1677] = {.lex_state = 167, .external_lex_state = 14},
[1678] = {.lex_state = 218, .external_lex_state = 2},
[1679] = {.lex_state = 71, .external_lex_state = 2},
[1680] = {.lex_state = 167, .external_lex_state = 14},
[1681] = {.lex_state = 218, .external_lex_state = 2},
[1682] = {.lex_state = 167, .external_lex_state = 6},
[1683] = {.lex_state = 167, .external_lex_state = 6},
[1684] = {.lex_state = 96, .external_lex_state = 20},
[1685] = {.lex_state = 96, .external_lex_state = 20},
[1686] = {.lex_state = 96, .external_lex_state = 16},
[1687] = {.lex_state = 223, .external_lex_state = 16},
[1688] = {.lex_state = 167, .external_lex_state = 6},
[1689] = {.lex_state = 223, .external_lex_state = 16},
[1690] = {.lex_state = 223, .external_lex_state = 16},
[1691] = {.lex_state = 223, .external_lex_state = 16},
[1692] = {.lex_state = 167, .external_lex_state = 6},
[1693] = {.lex_state = 223, .external_lex_state = 16},
[1694] = {.lex_state = 167, .external_lex_state = 6},
[1695] = {.lex_state = 218, .external_lex_state = 2},
[1696] = {.lex_state = 71, .external_lex_state = 2},
[1697] = {.lex_state = 167, .external_lex_state = 6},
[1698] = {.lex_state = 218, .external_lex_state = 2},
[1699] = {.lex_state = 94, .external_lex_state = 15},
[1700] = {.lex_state = 94, .external_lex_state = 15},
[1701] = {.lex_state = 96, .external_lex_state = 20},
[1702] = {.lex_state = 96, .external_lex_state = 20},
[1703] = {.lex_state = 96, .external_lex_state = 16},
[1704] = {.lex_state = 223, .external_lex_state = 16},
[1705] = {.lex_state = 94, .external_lex_state = 15},
[1706] = {.lex_state = 223, .external_lex_state = 16},
[1707] = {.lex_state = 223, .external_lex_state = 16},
[1708] = {.lex_state = 223, .external_lex_state = 16},
[1709] = {.lex_state = 94, .external_lex_state = 15},
[1710] = {.lex_state = 223, .external_lex_state = 16},
[1711] = {.lex_state = 94, .external_lex_state = 15},
[1712] = {.lex_state = 218, .external_lex_state = 2},
[1713] = {.lex_state = 71, .external_lex_state = 2},
[1714] = {.lex_state = 94, .external_lex_state = 15},
[1715] = {.lex_state = 218, .external_lex_state = 2},
[1716] = {.lex_state = 107, .external_lex_state = 10},
[1717] = {.lex_state = 107, .external_lex_state = 10},
[1718] = {.lex_state = 96, .external_lex_state = 20},
[1719] = {.lex_state = 96, .external_lex_state = 20},
[1720] = {.lex_state = 96, .external_lex_state = 16},
[1721] = {.lex_state = 223, .external_lex_state = 16},
[1722] = {.lex_state = 107, .external_lex_state = 10},
[1723] = {.lex_state = 223, .external_lex_state = 16},
[1724] = {.lex_state = 223, .external_lex_state = 16},
[1725] = {.lex_state = 223, .external_lex_state = 16},
[1726] = {.lex_state = 107, .external_lex_state = 10},
[1727] = {.lex_state = 223, .external_lex_state = 16},
[1728] = {.lex_state = 107, .external_lex_state = 10},
[1729] = {.lex_state = 218, .external_lex_state = 2},
[1730] = {.lex_state = 71, .external_lex_state = 2},
[1731] = {.lex_state = 195, .external_lex_state = 20},
[1732] = {.lex_state = 195, .external_lex_state = 16},
[1733] = {.lex_state = 195, .external_lex_state = 20},
[1734] = {.lex_state = 195, .external_lex_state = 16},
[1735] = {.lex_state = 96, .external_lex_state = 20},
[1736] = {.lex_state = 96, .external_lex_state = 20},
[1737] = {.lex_state = 96, .external_lex_state = 20},
[1738] = {.lex_state = 187},
[1739] = {.lex_state = 221, .external_lex_state = 16},
[1740] = {.lex_state = 78},
[1741] = {.lex_state = 195, .external_lex_state = 16},
[1742] = {.lex_state = 195, .external_lex_state = 16},
[1743] = {.lex_state = 96, .external_lex_state = 20},
[1744] = {.lex_state = 223, .external_lex_state = 21},
[1745] = {.lex_state = 223, .external_lex_state = 16},
[1746] = {.lex_state = 96, .external_lex_state = 20},
[1747] = {.lex_state = 223, .external_lex_state = 21},
[1748] = {.lex_state = 223, .external_lex_state = 16},
[1749] = {.lex_state = 218, .external_lex_state = 2},
[1750] = {.lex_state = 96, .external_lex_state = 20},
[1751] = {.lex_state = 138, .external_lex_state = 9},
[1752] = {.lex_state = 171, .external_lex_state = 5},
[1753] = {.lex_state = 173, .external_lex_state = 4},
[1754] = {.lex_state = 71, .external_lex_state = 2},
[1755] = {.lex_state = 138, .external_lex_state = 9},
[1756] = {.lex_state = 199, .external_lex_state = 5},
[1757] = {.lex_state = 132, .external_lex_state = 4},
[1758] = {.lex_state = 218, .external_lex_state = 2},
[1759] = {.lex_state = 96, .external_lex_state = 20},
[1760] = {.lex_state = 138, .external_lex_state = 9},
[1761] = {.lex_state = 171, .external_lex_state = 5},
[1762] = {.lex_state = 173, .external_lex_state = 4},
[1763] = {.lex_state = 134, .external_lex_state = 6},
[1764] = {.lex_state = 134, .external_lex_state = 6},
[1765] = {.lex_state = 134, .external_lex_state = 6},
[1766] = {.lex_state = 223, .external_lex_state = 16},
[1767] = {.lex_state = 223, .external_lex_state = 16},
[1768] = {.lex_state = 223, .external_lex_state = 20},
[1769] = {.lex_state = 223, .external_lex_state = 20},
[1770] = {.lex_state = 96, .external_lex_state = 20},
[1771] = {.lex_state = 96, .external_lex_state = 20},
[1772] = {.lex_state = 96, .external_lex_state = 16},
[1773] = {.lex_state = 221, .external_lex_state = 16},
[1774] = {.lex_state = 223, .external_lex_state = 20},
[1775] = {.lex_state = 223, .external_lex_state = 21},
[1776] = {.lex_state = 223, .external_lex_state = 16},
[1777] = {.lex_state = 223, .external_lex_state = 21},
[1778] = {.lex_state = 223, .external_lex_state = 16},
[1779] = {.lex_state = 223, .external_lex_state = 16},
[1780] = {.lex_state = 223, .external_lex_state = 20},
[1781] = {.lex_state = 223, .external_lex_state = 16},
[1782] = {.lex_state = 223, .external_lex_state = 16},
[1783] = {.lex_state = 134, .external_lex_state = 6},
[1784] = {.lex_state = 223, .external_lex_state = 20},
[1785] = {.lex_state = 218, .external_lex_state = 2},
[1786] = {.lex_state = 218, .external_lex_state = 2},
[1787] = {.lex_state = 138, .external_lex_state = 9},
[1788] = {.lex_state = 71, .external_lex_state = 2},
[1789] = {.lex_state = 71, .external_lex_state = 2},
[1790] = {.lex_state = 138, .external_lex_state = 9},
[1791] = {.lex_state = 223, .external_lex_state = 20},
[1792] = {.lex_state = 218, .external_lex_state = 2},
[1793] = {.lex_state = 218, .external_lex_state = 2},
[1794] = {.lex_state = 138, .external_lex_state = 9},
[1795] = {.lex_state = 134, .external_lex_state = 6},
[1796] = {.lex_state = 199, .external_lex_state = 6},
[1797] = {.lex_state = 134, .external_lex_state = 6},
[1798] = {.lex_state = 88, .external_lex_state = 17},
[1799] = {.lex_state = 96, .external_lex_state = 20},
[1800] = {.lex_state = 96, .external_lex_state = 20},
[1801] = {.lex_state = 96, .external_lex_state = 16},
[1802] = {.lex_state = 221, .external_lex_state = 16},
[1803] = {.lex_state = 88, .external_lex_state = 17},
[1804] = {.lex_state = 223, .external_lex_state = 21},
[1805] = {.lex_state = 223, .external_lex_state = 16},
[1806] = {.lex_state = 223, .external_lex_state = 21},
[1807] = {.lex_state = 223, .external_lex_state = 16},
[1808] = {.lex_state = 223, .external_lex_state = 16},
[1809] = {.lex_state = 88, .external_lex_state = 17},
[1810] = {.lex_state = 223, .external_lex_state = 16},
[1811] = {.lex_state = 223, .external_lex_state = 16},
[1812] = {.lex_state = 88, .external_lex_state = 17},
[1813] = {.lex_state = 218, .external_lex_state = 2},
[1814] = {.lex_state = 218, .external_lex_state = 2},
[1815] = {.lex_state = 138, .external_lex_state = 9},
[1816] = {.lex_state = 71, .external_lex_state = 2},
[1817] = {.lex_state = 71, .external_lex_state = 2},
[1818] = {.lex_state = 138, .external_lex_state = 9},
[1819] = {.lex_state = 209, .external_lex_state = 10},
[1820] = {.lex_state = 209, .external_lex_state = 10},
[1821] = {.lex_state = 96, .external_lex_state = 20},
[1822] = {.lex_state = 96, .external_lex_state = 20},
[1823] = {.lex_state = 96, .external_lex_state = 16},
[1824] = {.lex_state = 221, .external_lex_state = 16},
[1825] = {.lex_state = 209, .external_lex_state = 10},
[1826] = {.lex_state = 223, .external_lex_state = 21},
[1827] = {.lex_state = 223, .external_lex_state = 16},
[1828] = {.lex_state = 223, .external_lex_state = 21},
[1829] = {.lex_state = 223, .external_lex_state = 16},
[1830] = {.lex_state = 223, .external_lex_state = 16},
[1831] = {.lex_state = 209, .external_lex_state = 10},
[1832] = {.lex_state = 223, .external_lex_state = 16},
[1833] = {.lex_state = 223, .external_lex_state = 16},
[1834] = {.lex_state = 209, .external_lex_state = 10},
[1835] = {.lex_state = 218, .external_lex_state = 2},
[1836] = {.lex_state = 218, .external_lex_state = 2},
[1837] = {.lex_state = 138, .external_lex_state = 9},
[1838] = {.lex_state = 71, .external_lex_state = 2},
[1839] = {.lex_state = 71, .external_lex_state = 2},
[1840] = {.lex_state = 138, .external_lex_state = 9},
[1841] = {.lex_state = 209, .external_lex_state = 10},
[1842] = {.lex_state = 218, .external_lex_state = 2},
[1843] = {.lex_state = 218, .external_lex_state = 2},
[1844] = {.lex_state = 138, .external_lex_state = 9},
[1845] = {.lex_state = 173, .external_lex_state = 14},
[1846] = {.lex_state = 173, .external_lex_state = 14},
[1847] = {.lex_state = 96, .external_lex_state = 20},
[1848] = {.lex_state = 96, .external_lex_state = 20},
[1849] = {.lex_state = 96, .external_lex_state = 16},
[1850] = {.lex_state = 223, .external_lex_state = 16},
[1851] = {.lex_state = 173, .external_lex_state = 14},
[1852] = {.lex_state = 223, .external_lex_state = 16},
[1853] = {.lex_state = 223, .external_lex_state = 16},
[1854] = {.lex_state = 223, .external_lex_state = 16},
[1855] = {.lex_state = 173, .external_lex_state = 14},
[1856] = {.lex_state = 223, .external_lex_state = 16},
[1857] = {.lex_state = 173, .external_lex_state = 14},
[1858] = {.lex_state = 218, .external_lex_state = 2},
[1859] = {.lex_state = 71, .external_lex_state = 2},
[1860] = {.lex_state = 173, .external_lex_state = 14},
[1861] = {.lex_state = 218, .external_lex_state = 2},
[1862] = {.lex_state = 175, .external_lex_state = 5},
[1863] = {.lex_state = 164},
[1864] = {.lex_state = 164},
[1865] = {.lex_state = 211, .external_lex_state = 11},
[1866] = {.lex_state = 211, .external_lex_state = 11},
[1867] = {.lex_state = 96, .external_lex_state = 20},
[1868] = {.lex_state = 96, .external_lex_state = 20},
[1869] = {.lex_state = 96, .external_lex_state = 16},
[1870] = {.lex_state = 223, .external_lex_state = 16},
[1871] = {.lex_state = 211, .external_lex_state = 11},
[1872] = {.lex_state = 223, .external_lex_state = 16},
[1873] = {.lex_state = 223, .external_lex_state = 16},
[1874] = {.lex_state = 223, .external_lex_state = 16},
[1875] = {.lex_state = 211, .external_lex_state = 11},
[1876] = {.lex_state = 223, .external_lex_state = 16},
[1877] = {.lex_state = 211, .external_lex_state = 11},
[1878] = {.lex_state = 218, .external_lex_state = 2},
[1879] = {.lex_state = 71, .external_lex_state = 2},
[1880] = {.lex_state = 211, .external_lex_state = 11},
[1881] = {.lex_state = 218, .external_lex_state = 2},
[1882] = {.lex_state = 145},
[1883] = {.lex_state = 229, .external_lex_state = 11},
[1884] = {.lex_state = 229, .external_lex_state = 11},
[1885] = {.lex_state = 96, .external_lex_state = 20},
[1886] = {.lex_state = 96, .external_lex_state = 20},
[1887] = {.lex_state = 96, .external_lex_state = 16},
[1888] = {.lex_state = 221, .external_lex_state = 16},
[1889] = {.lex_state = 229, .external_lex_state = 11},
[1890] = {.lex_state = 223, .external_lex_state = 21},
[1891] = {.lex_state = 223, .external_lex_state = 16},
[1892] = {.lex_state = 223, .external_lex_state = 21},
[1893] = {.lex_state = 223, .external_lex_state = 16},
[1894] = {.lex_state = 223, .external_lex_state = 16},
[1895] = {.lex_state = 229, .external_lex_state = 11},
[1896] = {.lex_state = 223, .external_lex_state = 16},
[1897] = {.lex_state = 223, .external_lex_state = 16},
[1898] = {.lex_state = 229, .external_lex_state = 11},
[1899] = {.lex_state = 218, .external_lex_state = 2},
[1900] = {.lex_state = 218, .external_lex_state = 2},
[1901] = {.lex_state = 138, .external_lex_state = 9},
[1902] = {.lex_state = 71, .external_lex_state = 2},
[1903] = {.lex_state = 71, .external_lex_state = 2},
[1904] = {.lex_state = 138, .external_lex_state = 9},
[1905] = {.lex_state = 229, .external_lex_state = 11},
[1906] = {.lex_state = 218, .external_lex_state = 2},
[1907] = {.lex_state = 218, .external_lex_state = 2},
[1908] = {.lex_state = 138, .external_lex_state = 9},
[1909] = {.lex_state = 231, .external_lex_state = 10},
[1910] = {.lex_state = 231, .external_lex_state = 10},
[1911] = {.lex_state = 96, .external_lex_state = 20},
[1912] = {.lex_state = 96, .external_lex_state = 20},
[1913] = {.lex_state = 96, .external_lex_state = 16},
[1914] = {.lex_state = 223, .external_lex_state = 16},
[1915] = {.lex_state = 231, .external_lex_state = 10},
[1916] = {.lex_state = 223, .external_lex_state = 16},
[1917] = {.lex_state = 223, .external_lex_state = 16},
[1918] = {.lex_state = 223, .external_lex_state = 16},
[1919] = {.lex_state = 231, .external_lex_state = 10},
[1920] = {.lex_state = 223, .external_lex_state = 16},
[1921] = {.lex_state = 231, .external_lex_state = 10},
[1922] = {.lex_state = 218, .external_lex_state = 2},
[1923] = {.lex_state = 71, .external_lex_state = 2},
[1924] = {.lex_state = 231, .external_lex_state = 10},
[1925] = {.lex_state = 218, .external_lex_state = 2},
[1926] = {.lex_state = 216, .external_lex_state = 10},
[1927] = {.lex_state = 216, .external_lex_state = 10},
[1928] = {.lex_state = 216, .external_lex_state = 10},
[1929] = {.lex_state = 223, .external_lex_state = 16},
[1930] = {.lex_state = 223, .external_lex_state = 16},
[1931] = {.lex_state = 216, .external_lex_state = 10},
[1932] = {.lex_state = 216, .external_lex_state = 10},
[1933] = {.lex_state = 216, .external_lex_state = 10},
[1934] = {.lex_state = 71, .external_lex_state = 2},
[1935] = {.lex_state = 175, .external_lex_state = 5},
[1936] = {.lex_state = 236, .external_lex_state = 10},
[1937] = {.lex_state = 236, .external_lex_state = 10},
[1938] = {.lex_state = 236},
[1939] = {.lex_state = 78},
[1940] = {.lex_state = 234},
[1941] = {.lex_state = 98, .external_lex_state = 2},
[1942] = {.lex_state = 243, .external_lex_state = 4},
[1943] = {.lex_state = 243, .external_lex_state = 5},
[1944] = {.lex_state = 249, .external_lex_state = 6},
[1945] = {.lex_state = 107},
[1946] = {.lex_state = 114},
[1947] = {.lex_state = 249, .external_lex_state = 6},
[1948] = {.lex_state = 114, .external_lex_state = 7},
[1949] = {.lex_state = 71, .external_lex_state = 2},
[1950] = {.lex_state = 71, .external_lex_state = 2},
[1951] = {.lex_state = 71, .external_lex_state = 2},
[1952] = {.lex_state = 251, .external_lex_state = 6},
[1953] = {.lex_state = 239, .external_lex_state = 5},
[1954] = {.lex_state = 249, .external_lex_state = 5},
[1955] = {.lex_state = 253, .external_lex_state = 4},
[1956] = {.lex_state = 78},
[1957] = {.lex_state = 249, .external_lex_state = 5},
[1958] = {.lex_state = 241, .external_lex_state = 2},
[1959] = {.lex_state = 94, .external_lex_state = 2},
[1960] = {.lex_state = 241, .external_lex_state = 2},
[1961] = {.lex_state = 236},
[1962] = {.lex_state = 236, .external_lex_state = 10},
[1963] = {.lex_state = 234},
[1964] = {.lex_state = 239, .external_lex_state = 5},
[1965] = {.lex_state = 253, .external_lex_state = 4},
[1966] = {.lex_state = 241, .external_lex_state = 2},
[1967] = {.lex_state = 241, .external_lex_state = 2},
[1968] = {.lex_state = 175, .external_lex_state = 5},
[1969] = {.lex_state = 236, .external_lex_state = 10},
[1970] = {.lex_state = 236, .external_lex_state = 10},
[1971] = {.lex_state = 236},
[1972] = {.lex_state = 239},
[1973] = {.lex_state = 175, .external_lex_state = 5},
[1974] = {.lex_state = 239},
[1975] = {.lex_state = 141, .external_lex_state = 11},
[1976] = {.lex_state = 141, .external_lex_state = 11},
[1977] = {.lex_state = 141, .external_lex_state = 11},
[1978] = {.lex_state = 223, .external_lex_state = 16},
[1979] = {.lex_state = 223, .external_lex_state = 16},
[1980] = {.lex_state = 141, .external_lex_state = 11},
[1981] = {.lex_state = 141, .external_lex_state = 11},
[1982] = {.lex_state = 141, .external_lex_state = 11},
[1983] = {.lex_state = 181, .external_lex_state = 12},
[1984] = {.lex_state = 181, .external_lex_state = 12},
[1985] = {.lex_state = 181, .external_lex_state = 12},
[1986] = {.lex_state = 223, .external_lex_state = 16},
[1987] = {.lex_state = 223, .external_lex_state = 16},
[1988] = {.lex_state = 181, .external_lex_state = 12},
[1989] = {.lex_state = 181, .external_lex_state = 12},
[1990] = {.lex_state = 181, .external_lex_state = 12},
[1991] = {.lex_state = 167, .external_lex_state = 14},
[1992] = {.lex_state = 167, .external_lex_state = 14},
[1993] = {.lex_state = 167, .external_lex_state = 14},
[1994] = {.lex_state = 223, .external_lex_state = 16},
[1995] = {.lex_state = 223, .external_lex_state = 16},
[1996] = {.lex_state = 167, .external_lex_state = 14},
[1997] = {.lex_state = 167, .external_lex_state = 14},
[1998] = {.lex_state = 167, .external_lex_state = 14},
[1999] = {.lex_state = 167, .external_lex_state = 6},
[2000] = {.lex_state = 167, .external_lex_state = 6},
[2001] = {.lex_state = 167, .external_lex_state = 6},
[2002] = {.lex_state = 223, .external_lex_state = 16},
[2003] = {.lex_state = 223, .external_lex_state = 16},
[2004] = {.lex_state = 167, .external_lex_state = 6},
[2005] = {.lex_state = 167, .external_lex_state = 6},
[2006] = {.lex_state = 167, .external_lex_state = 6},
[2007] = {.lex_state = 94, .external_lex_state = 15},
[2008] = {.lex_state = 94, .external_lex_state = 15},
[2009] = {.lex_state = 94, .external_lex_state = 15},
[2010] = {.lex_state = 223, .external_lex_state = 16},
[2011] = {.lex_state = 223, .external_lex_state = 16},
[2012] = {.lex_state = 94, .external_lex_state = 15},
[2013] = {.lex_state = 94, .external_lex_state = 15},
[2014] = {.lex_state = 94, .external_lex_state = 15},
[2015] = {.lex_state = 107, .external_lex_state = 10},
[2016] = {.lex_state = 107, .external_lex_state = 10},
[2017] = {.lex_state = 107, .external_lex_state = 10},
[2018] = {.lex_state = 223, .external_lex_state = 16},
[2019] = {.lex_state = 223, .external_lex_state = 16},
[2020] = {.lex_state = 107, .external_lex_state = 10},
[2021] = {.lex_state = 107, .external_lex_state = 10},
[2022] = {.lex_state = 195, .external_lex_state = 16},
[2023] = {.lex_state = 195, .external_lex_state = 16},
[2024] = {.lex_state = 96, .external_lex_state = 20},
[2025] = {.lex_state = 96, .external_lex_state = 20},
[2026] = {.lex_state = 96, .external_lex_state = 20},
[2027] = {.lex_state = 96, .external_lex_state = 20},
[2028] = {.lex_state = 96, .external_lex_state = 16},
[2029] = {.lex_state = 221, .external_lex_state = 16},
[2030] = {.lex_state = 96, .external_lex_state = 20},
[2031] = {.lex_state = 223, .external_lex_state = 21},
[2032] = {.lex_state = 223, .external_lex_state = 16},
[2033] = {.lex_state = 223, .external_lex_state = 21},
[2034] = {.lex_state = 223, .external_lex_state = 16},
[2035] = {.lex_state = 223, .external_lex_state = 16},
[2036] = {.lex_state = 96, .external_lex_state = 20},
[2037] = {.lex_state = 223, .external_lex_state = 16},
[2038] = {.lex_state = 223, .external_lex_state = 16},
[2039] = {.lex_state = 96, .external_lex_state = 20},
[2040] = {.lex_state = 218, .external_lex_state = 2},
[2041] = {.lex_state = 218, .external_lex_state = 2},
[2042] = {.lex_state = 138, .external_lex_state = 9},
[2043] = {.lex_state = 71, .external_lex_state = 2},
[2044] = {.lex_state = 71, .external_lex_state = 2},
[2045] = {.lex_state = 138, .external_lex_state = 9},
[2046] = {.lex_state = 96, .external_lex_state = 20},
[2047] = {.lex_state = 218, .external_lex_state = 2},
[2048] = {.lex_state = 218, .external_lex_state = 2},
[2049] = {.lex_state = 138, .external_lex_state = 9},
[2050] = {.lex_state = 134, .external_lex_state = 6},
[2051] = {.lex_state = 134, .external_lex_state = 6},
[2052] = {.lex_state = 223, .external_lex_state = 20},
[2053] = {.lex_state = 223, .external_lex_state = 20},
[2054] = {.lex_state = 96, .external_lex_state = 20},
[2055] = {.lex_state = 96, .external_lex_state = 20},
[2056] = {.lex_state = 96, .external_lex_state = 16},
[2057] = {.lex_state = 223, .external_lex_state = 16},
[2058] = {.lex_state = 223, .external_lex_state = 20},
[2059] = {.lex_state = 223, .external_lex_state = 16},
[2060] = {.lex_state = 223, .external_lex_state = 16},
[2061] = {.lex_state = 223, .external_lex_state = 16},
[2062] = {.lex_state = 223, .external_lex_state = 20},
[2063] = {.lex_state = 223, .external_lex_state = 16},
[2064] = {.lex_state = 223, .external_lex_state = 20},
[2065] = {.lex_state = 218, .external_lex_state = 2},
[2066] = {.lex_state = 71, .external_lex_state = 2},
[2067] = {.lex_state = 223, .external_lex_state = 20},
[2068] = {.lex_state = 218, .external_lex_state = 2},
[2069] = {.lex_state = 88, .external_lex_state = 17},
[2070] = {.lex_state = 88, .external_lex_state = 17},
[2071] = {.lex_state = 96, .external_lex_state = 20},
[2072] = {.lex_state = 96, .external_lex_state = 20},
[2073] = {.lex_state = 96, .external_lex_state = 16},
[2074] = {.lex_state = 223, .external_lex_state = 16},
[2075] = {.lex_state = 88, .external_lex_state = 17},
[2076] = {.lex_state = 223, .external_lex_state = 16},
[2077] = {.lex_state = 223, .external_lex_state = 16},
[2078] = {.lex_state = 223, .external_lex_state = 16},
[2079] = {.lex_state = 88, .external_lex_state = 17},
[2080] = {.lex_state = 223, .external_lex_state = 16},
[2081] = {.lex_state = 88, .external_lex_state = 17},
[2082] = {.lex_state = 218, .external_lex_state = 2},
[2083] = {.lex_state = 71, .external_lex_state = 2},
[2084] = {.lex_state = 209, .external_lex_state = 10},
[2085] = {.lex_state = 209, .external_lex_state = 10},
[2086] = {.lex_state = 96, .external_lex_state = 20},
[2087] = {.lex_state = 96, .external_lex_state = 20},
[2088] = {.lex_state = 96, .external_lex_state = 16},
[2089] = {.lex_state = 223, .external_lex_state = 16},
[2090] = {.lex_state = 209, .external_lex_state = 10},
[2091] = {.lex_state = 223, .external_lex_state = 16},
[2092] = {.lex_state = 223, .external_lex_state = 16},
[2093] = {.lex_state = 223, .external_lex_state = 16},
[2094] = {.lex_state = 209, .external_lex_state = 10},
[2095] = {.lex_state = 223, .external_lex_state = 16},
[2096] = {.lex_state = 209, .external_lex_state = 10},
[2097] = {.lex_state = 218, .external_lex_state = 2},
[2098] = {.lex_state = 71, .external_lex_state = 2},
[2099] = {.lex_state = 209, .external_lex_state = 10},
[2100] = {.lex_state = 218, .external_lex_state = 2},
[2101] = {.lex_state = 173, .external_lex_state = 14},
[2102] = {.lex_state = 173, .external_lex_state = 14},
[2103] = {.lex_state = 173, .external_lex_state = 14},
[2104] = {.lex_state = 223, .external_lex_state = 16},
[2105] = {.lex_state = 223, .external_lex_state = 16},
[2106] = {.lex_state = 173, .external_lex_state = 14},
[2107] = {.lex_state = 173, .external_lex_state = 14},
[2108] = {.lex_state = 173, .external_lex_state = 14},
[2109] = {.lex_state = 175, .external_lex_state = 5},
[2110] = {.lex_state = 164},
[2111] = {.lex_state = 211, .external_lex_state = 11},
[2112] = {.lex_state = 211, .external_lex_state = 11},
[2113] = {.lex_state = 211, .external_lex_state = 11},
[2114] = {.lex_state = 223, .external_lex_state = 16},
[2115] = {.lex_state = 223, .external_lex_state = 16},
[2116] = {.lex_state = 211, .external_lex_state = 11},
[2117] = {.lex_state = 211, .external_lex_state = 11},
[2118] = {.lex_state = 211, .external_lex_state = 11},
[2119] = {.lex_state = 164},
[2120] = {.lex_state = 229, .external_lex_state = 11},
[2121] = {.lex_state = 229, .external_lex_state = 11},
[2122] = {.lex_state = 96, .external_lex_state = 20},
[2123] = {.lex_state = 96, .external_lex_state = 20},
[2124] = {.lex_state = 96, .external_lex_state = 16},
[2125] = {.lex_state = 223, .external_lex_state = 16},
[2126] = {.lex_state = 229, .external_lex_state = 11},
[2127] = {.lex_state = 223, .external_lex_state = 16},
[2128] = {.lex_state = 223, .external_lex_state = 16},
[2129] = {.lex_state = 223, .external_lex_state = 16},
[2130] = {.lex_state = 229, .external_lex_state = 11},
[2131] = {.lex_state = 223, .external_lex_state = 16},
[2132] = {.lex_state = 229, .external_lex_state = 11},
[2133] = {.lex_state = 218, .external_lex_state = 2},
[2134] = {.lex_state = 71, .external_lex_state = 2},
[2135] = {.lex_state = 229, .external_lex_state = 11},
[2136] = {.lex_state = 218, .external_lex_state = 2},
[2137] = {.lex_state = 231, .external_lex_state = 10},
[2138] = {.lex_state = 231, .external_lex_state = 10},
[2139] = {.lex_state = 231, .external_lex_state = 10},
[2140] = {.lex_state = 223, .external_lex_state = 16},
[2141] = {.lex_state = 223, .external_lex_state = 16},
[2142] = {.lex_state = 231, .external_lex_state = 10},
[2143] = {.lex_state = 231, .external_lex_state = 10},
[2144] = {.lex_state = 231, .external_lex_state = 10},
[2145] = {.lex_state = 216, .external_lex_state = 10},
[2146] = {.lex_state = 216, .external_lex_state = 10},
[2147] = {.lex_state = 136, .external_lex_state = 8},
[2148] = {.lex_state = 78},
[2149] = {.lex_state = 243, .external_lex_state = 14},
[2150] = {.lex_state = 107},
[2151] = {.lex_state = 114},
[2152] = {.lex_state = 243, .external_lex_state = 14},
[2153] = {.lex_state = 114, .external_lex_state = 7},
[2154] = {.lex_state = 71, .external_lex_state = 2},
[2155] = {.lex_state = 71, .external_lex_state = 2},
[2156] = {.lex_state = 71, .external_lex_state = 2},
[2157] = {.lex_state = 78},
[2158] = {.lex_state = 243, .external_lex_state = 4},
[2159] = {.lex_state = 243, .external_lex_state = 6},
[2160] = {.lex_state = 107},
[2161] = {.lex_state = 114},
[2162] = {.lex_state = 243, .external_lex_state = 6},
[2163] = {.lex_state = 114, .external_lex_state = 7},
[2164] = {.lex_state = 71, .external_lex_state = 2},
[2165] = {.lex_state = 71, .external_lex_state = 2},
[2166] = {.lex_state = 71, .external_lex_state = 2},
[2167] = {.lex_state = 243, .external_lex_state = 5},
[2168] = {.lex_state = 94},
[2169] = {.lex_state = 249, .external_lex_state = 6},
[2170] = {.lex_state = 249, .external_lex_state = 6},
[2171] = {.lex_state = 187},
[2172] = {.lex_state = 107},
[2173] = {.lex_state = 249, .external_lex_state = 6},
[2174] = {.lex_state = 249, .external_lex_state = 6},
[2175] = {.lex_state = 249, .external_lex_state = 6},
[2176] = {.lex_state = 78},
[2177] = {.lex_state = 193, .external_lex_state = 7},
[2178] = {.lex_state = 195, .external_lex_state = 16},
[2179] = {.lex_state = 195, .external_lex_state = 16},
[2180] = {.lex_state = 171, .external_lex_state = 5},
[2181] = {.lex_state = 173, .external_lex_state = 4},
[2182] = {.lex_state = 71, .external_lex_state = 2},
[2183] = {.lex_state = 199, .external_lex_state = 5},
[2184] = {.lex_state = 132, .external_lex_state = 4},
[2185] = {.lex_state = 71, .external_lex_state = 2},
[2186] = {.lex_state = 171, .external_lex_state = 5},
[2187] = {.lex_state = 173, .external_lex_state = 4},
[2188] = {.lex_state = 71, .external_lex_state = 2},
[2189] = {.lex_state = 71},
[2190] = {.lex_state = 241, .external_lex_state = 2},
[2191] = {.lex_state = 71, .external_lex_state = 2},
[2192] = {.lex_state = 241, .external_lex_state = 2},
[2193] = {.lex_state = 71, .external_lex_state = 2},
[2194] = {.lex_state = 94},
[2195] = {.lex_state = 94},
[2196] = {.lex_state = 138, .external_lex_state = 9},
[2197] = {.lex_state = 239, .external_lex_state = 5},
[2198] = {.lex_state = 205, .external_lex_state = 19},
[2199] = {.lex_state = 249, .external_lex_state = 6},
[2200] = {.lex_state = 249, .external_lex_state = 6},
[2201] = {.lex_state = 249, .external_lex_state = 5},
[2202] = {.lex_state = 234},
[2203] = {.lex_state = 239, .external_lex_state = 5},
[2204] = {.lex_state = 253, .external_lex_state = 4},
[2205] = {.lex_state = 241, .external_lex_state = 2},
[2206] = {.lex_state = 249, .external_lex_state = 5},
[2207] = {.lex_state = 241, .external_lex_state = 2},
[2208] = {.lex_state = 241, .external_lex_state = 2},
[2209] = {.lex_state = 234},
[2210] = {.lex_state = 239, .external_lex_state = 5},
[2211] = {.lex_state = 253, .external_lex_state = 4},
[2212] = {.lex_state = 241, .external_lex_state = 2},
[2213] = {.lex_state = 218, .external_lex_state = 2},
[2214] = {.lex_state = 236},
[2215] = {.lex_state = 218, .external_lex_state = 2},
[2216] = {.lex_state = 236},
[2217] = {.lex_state = 175, .external_lex_state = 5},
[2218] = {.lex_state = 175, .external_lex_state = 5},
[2219] = {.lex_state = 141, .external_lex_state = 11},
[2220] = {.lex_state = 141, .external_lex_state = 11},
[2221] = {.lex_state = 181, .external_lex_state = 12},
[2222] = {.lex_state = 181, .external_lex_state = 12},
[2223] = {.lex_state = 167, .external_lex_state = 14},
[2224] = {.lex_state = 167, .external_lex_state = 14},
[2225] = {.lex_state = 167, .external_lex_state = 6},
[2226] = {.lex_state = 167, .external_lex_state = 6},
[2227] = {.lex_state = 94, .external_lex_state = 15},
[2228] = {.lex_state = 94, .external_lex_state = 15},
[2229] = {.lex_state = 107, .external_lex_state = 10},
[2230] = {.lex_state = 107, .external_lex_state = 10},
[2231] = {.lex_state = 96, .external_lex_state = 20},
[2232] = {.lex_state = 96, .external_lex_state = 20},
[2233] = {.lex_state = 96, .external_lex_state = 20},
[2234] = {.lex_state = 96, .external_lex_state = 20},
[2235] = {.lex_state = 96, .external_lex_state = 16},
[2236] = {.lex_state = 223, .external_lex_state = 16},
[2237] = {.lex_state = 96, .external_lex_state = 20},
[2238] = {.lex_state = 223, .external_lex_state = 16},
[2239] = {.lex_state = 223, .external_lex_state = 16},
[2240] = {.lex_state = 223, .external_lex_state = 16},
[2241] = {.lex_state = 96, .external_lex_state = 20},
[2242] = {.lex_state = 223, .external_lex_state = 16},
[2243] = {.lex_state = 96, .external_lex_state = 20},
[2244] = {.lex_state = 218, .external_lex_state = 2},
[2245] = {.lex_state = 71, .external_lex_state = 2},
[2246] = {.lex_state = 96, .external_lex_state = 20},
[2247] = {.lex_state = 218, .external_lex_state = 2},
[2248] = {.lex_state = 223, .external_lex_state = 20},
[2249] = {.lex_state = 223, .external_lex_state = 20},
[2250] = {.lex_state = 223, .external_lex_state = 20},
[2251] = {.lex_state = 223, .external_lex_state = 16},
[2252] = {.lex_state = 223, .external_lex_state = 16},
[2253] = {.lex_state = 223, .external_lex_state = 20},
[2254] = {.lex_state = 223, .external_lex_state = 20},
[2255] = {.lex_state = 223, .external_lex_state = 20},
[2256] = {.lex_state = 88, .external_lex_state = 17},
[2257] = {.lex_state = 88, .external_lex_state = 17},
[2258] = {.lex_state = 88, .external_lex_state = 17},
[2259] = {.lex_state = 223, .external_lex_state = 16},
[2260] = {.lex_state = 223, .external_lex_state = 16},
[2261] = {.lex_state = 88, .external_lex_state = 17},
[2262] = {.lex_state = 88, .external_lex_state = 17},
[2263] = {.lex_state = 209, .external_lex_state = 10},
[2264] = {.lex_state = 209, .external_lex_state = 10},
[2265] = {.lex_state = 209, .external_lex_state = 10},
[2266] = {.lex_state = 223, .external_lex_state = 16},
[2267] = {.lex_state = 223, .external_lex_state = 16},
[2268] = {.lex_state = 209, .external_lex_state = 10},
[2269] = {.lex_state = 209, .external_lex_state = 10},
[2270] = {.lex_state = 209, .external_lex_state = 10},
[2271] = {.lex_state = 173, .external_lex_state = 14},
[2272] = {.lex_state = 173, .external_lex_state = 14},
[2273] = {.lex_state = 175, .external_lex_state = 5},
[2274] = {.lex_state = 211, .external_lex_state = 11},
[2275] = {.lex_state = 211, .external_lex_state = 11},
[2276] = {.lex_state = 164},
[2277] = {.lex_state = 229, .external_lex_state = 11},
[2278] = {.lex_state = 229, .external_lex_state = 11},
[2279] = {.lex_state = 229, .external_lex_state = 11},
[2280] = {.lex_state = 223, .external_lex_state = 16},
[2281] = {.lex_state = 223, .external_lex_state = 16},
[2282] = {.lex_state = 229, .external_lex_state = 11},
[2283] = {.lex_state = 229, .external_lex_state = 11},
[2284] = {.lex_state = 229, .external_lex_state = 11},
[2285] = {.lex_state = 231, .external_lex_state = 10},
[2286] = {.lex_state = 231, .external_lex_state = 10},
[2287] = {.lex_state = 253, .external_lex_state = 4},
[2288] = {.lex_state = 209},
[2289] = {.lex_state = 253, .external_lex_state = 14},
[2290] = {.lex_state = 107},
[2291] = {.lex_state = 114},
[2292] = {.lex_state = 253, .external_lex_state = 14},
[2293] = {.lex_state = 114, .external_lex_state = 7},
[2294] = {.lex_state = 71, .external_lex_state = 2},
[2295] = {.lex_state = 71, .external_lex_state = 2},
[2296] = {.lex_state = 71, .external_lex_state = 2},
[2297] = {.lex_state = 136, .external_lex_state = 8},
[2298] = {.lex_state = 94},
[2299] = {.lex_state = 243, .external_lex_state = 14},
[2300] = {.lex_state = 243, .external_lex_state = 14},
[2301] = {.lex_state = 187},
[2302] = {.lex_state = 107},
[2303] = {.lex_state = 243, .external_lex_state = 14},
[2304] = {.lex_state = 243, .external_lex_state = 14},
[2305] = {.lex_state = 243, .external_lex_state = 14},
[2306] = {.lex_state = 78},
[2307] = {.lex_state = 193, .external_lex_state = 7},
[2308] = {.lex_state = 195, .external_lex_state = 16},
[2309] = {.lex_state = 195, .external_lex_state = 16},
[2310] = {.lex_state = 171, .external_lex_state = 5},
[2311] = {.lex_state = 173, .external_lex_state = 4},
[2312] = {.lex_state = 71, .external_lex_state = 2},
[2313] = {.lex_state = 199, .external_lex_state = 5},
[2314] = {.lex_state = 132, .external_lex_state = 4},
[2315] = {.lex_state = 71, .external_lex_state = 2},
[2316] = {.lex_state = 171, .external_lex_state = 5},
[2317] = {.lex_state = 173, .external_lex_state = 4},
[2318] = {.lex_state = 71, .external_lex_state = 2},
[2319] = {.lex_state = 243, .external_lex_state = 4},
[2320] = {.lex_state = 94},
[2321] = {.lex_state = 243, .external_lex_state = 6},
[2322] = {.lex_state = 243, .external_lex_state = 6},
[2323] = {.lex_state = 187},
[2324] = {.lex_state = 107},
[2325] = {.lex_state = 243, .external_lex_state = 6},
[2326] = {.lex_state = 243, .external_lex_state = 6},
[2327] = {.lex_state = 243, .external_lex_state = 6},
[2328] = {.lex_state = 78},
[2329] = {.lex_state = 193, .external_lex_state = 7},
[2330] = {.lex_state = 195, .external_lex_state = 16},
[2331] = {.lex_state = 195, .external_lex_state = 16},
[2332] = {.lex_state = 171, .external_lex_state = 5},
[2333] = {.lex_state = 173, .external_lex_state = 4},
[2334] = {.lex_state = 71, .external_lex_state = 2},
[2335] = {.lex_state = 199, .external_lex_state = 5},
[2336] = {.lex_state = 132, .external_lex_state = 4},
[2337] = {.lex_state = 71, .external_lex_state = 2},
[2338] = {.lex_state = 171, .external_lex_state = 5},
[2339] = {.lex_state = 173, .external_lex_state = 4},
[2340] = {.lex_state = 71, .external_lex_state = 2},
[2341] = {.lex_state = 243, .external_lex_state = 5},
[2342] = {.lex_state = 249, .external_lex_state = 6},
[2343] = {.lex_state = 249, .external_lex_state = 6},
[2344] = {.lex_state = 249, .external_lex_state = 6},
[2345] = {.lex_state = 187},
[2346] = {.lex_state = 221, .external_lex_state = 16},
[2347] = {.lex_state = 78},
[2348] = {.lex_state = 195, .external_lex_state = 16},
[2349] = {.lex_state = 195, .external_lex_state = 16},
[2350] = {.lex_state = 249, .external_lex_state = 6},
[2351] = {.lex_state = 223, .external_lex_state = 21},
[2352] = {.lex_state = 223, .external_lex_state = 16},
[2353] = {.lex_state = 249, .external_lex_state = 6},
[2354] = {.lex_state = 223, .external_lex_state = 21},
[2355] = {.lex_state = 223, .external_lex_state = 16},
[2356] = {.lex_state = 218, .external_lex_state = 2},
[2357] = {.lex_state = 249, .external_lex_state = 6},
[2358] = {.lex_state = 138, .external_lex_state = 9},
[2359] = {.lex_state = 171, .external_lex_state = 5},
[2360] = {.lex_state = 173, .external_lex_state = 4},
[2361] = {.lex_state = 71, .external_lex_state = 2},
[2362] = {.lex_state = 138, .external_lex_state = 9},
[2363] = {.lex_state = 199, .external_lex_state = 5},
[2364] = {.lex_state = 132, .external_lex_state = 4},
[2365] = {.lex_state = 218, .external_lex_state = 2},
[2366] = {.lex_state = 249, .external_lex_state = 6},
[2367] = {.lex_state = 138, .external_lex_state = 9},
[2368] = {.lex_state = 171, .external_lex_state = 5},
[2369] = {.lex_state = 173, .external_lex_state = 4},
[2370] = {.lex_state = 94},
[2371] = {.lex_state = 239, .external_lex_state = 5},
[2372] = {.lex_state = 253, .external_lex_state = 4},
[2373] = {.lex_state = 239, .external_lex_state = 5},
[2374] = {.lex_state = 253, .external_lex_state = 4},
[2375] = {.lex_state = 239, .external_lex_state = 6},
[2376] = {.lex_state = 107},
[2377] = {.lex_state = 114},
[2378] = {.lex_state = 239, .external_lex_state = 6},
[2379] = {.lex_state = 114, .external_lex_state = 7},
[2380] = {.lex_state = 71, .external_lex_state = 2},
[2381] = {.lex_state = 71, .external_lex_state = 2},
[2382] = {.lex_state = 71, .external_lex_state = 2},
[2383] = {.lex_state = 239, .external_lex_state = 6},
[2384] = {.lex_state = 239, .external_lex_state = 6},
[2385] = {.lex_state = 241, .external_lex_state = 2},
[2386] = {.lex_state = 239, .external_lex_state = 5},
[2387] = {.lex_state = 249, .external_lex_state = 5},
[2388] = {.lex_state = 249, .external_lex_state = 6},
[2389] = {.lex_state = 249, .external_lex_state = 6},
[2390] = {.lex_state = 249, .external_lex_state = 5},
[2391] = {.lex_state = 241, .external_lex_state = 2},
[2392] = {.lex_state = 128, .external_lex_state = 5},
[2393] = {.lex_state = 132, .external_lex_state = 4},
[2394] = {.lex_state = 249, .external_lex_state = 5},
[2395] = {.lex_state = 234},
[2396] = {.lex_state = 239, .external_lex_state = 5},
[2397] = {.lex_state = 253, .external_lex_state = 4},
[2398] = {.lex_state = 241, .external_lex_state = 2},
[2399] = {.lex_state = 234},
[2400] = {.lex_state = 239, .external_lex_state = 5},
[2401] = {.lex_state = 253, .external_lex_state = 4},
[2402] = {.lex_state = 94},
[2403] = {.lex_state = 128, .external_lex_state = 5},
[2404] = {.lex_state = 132, .external_lex_state = 4},
[2405] = {.lex_state = 218, .external_lex_state = 2},
[2406] = {.lex_state = 218, .external_lex_state = 2},
[2407] = {.lex_state = 94},
[2408] = {.lex_state = 128, .external_lex_state = 5},
[2409] = {.lex_state = 132, .external_lex_state = 4},
[2410] = {.lex_state = 218, .external_lex_state = 2},
[2411] = {.lex_state = 218, .external_lex_state = 2},
[2412] = {.lex_state = 96, .external_lex_state = 20},
[2413] = {.lex_state = 96, .external_lex_state = 20},
[2414] = {.lex_state = 96, .external_lex_state = 20},
[2415] = {.lex_state = 223, .external_lex_state = 16},
[2416] = {.lex_state = 223, .external_lex_state = 16},
[2417] = {.lex_state = 96, .external_lex_state = 20},
[2418] = {.lex_state = 96, .external_lex_state = 20},
[2419] = {.lex_state = 96, .external_lex_state = 20},
[2420] = {.lex_state = 223, .external_lex_state = 20},
[2421] = {.lex_state = 223, .external_lex_state = 20},
[2422] = {.lex_state = 88, .external_lex_state = 17},
[2423] = {.lex_state = 88, .external_lex_state = 17},
[2424] = {.lex_state = 209, .external_lex_state = 10},
[2425] = {.lex_state = 209, .external_lex_state = 10},
[2426] = {.lex_state = 175, .external_lex_state = 5},
[2427] = {.lex_state = 229, .external_lex_state = 11},
[2428] = {.lex_state = 229, .external_lex_state = 11},
[2429] = {.lex_state = 253, .external_lex_state = 4},
[2430] = {.lex_state = 209},
[2431] = {.lex_state = 94},
[2432] = {.lex_state = 253, .external_lex_state = 14},
[2433] = {.lex_state = 253, .external_lex_state = 14},
[2434] = {.lex_state = 187},
[2435] = {.lex_state = 107},
[2436] = {.lex_state = 253, .external_lex_state = 14},
[2437] = {.lex_state = 253, .external_lex_state = 14},
[2438] = {.lex_state = 253, .external_lex_state = 14},
[2439] = {.lex_state = 78},
[2440] = {.lex_state = 193, .external_lex_state = 7},
[2441] = {.lex_state = 195, .external_lex_state = 16},
[2442] = {.lex_state = 195, .external_lex_state = 16},
[2443] = {.lex_state = 171, .external_lex_state = 5},
[2444] = {.lex_state = 173, .external_lex_state = 4},
[2445] = {.lex_state = 71, .external_lex_state = 2},
[2446] = {.lex_state = 199, .external_lex_state = 5},
[2447] = {.lex_state = 132, .external_lex_state = 4},
[2448] = {.lex_state = 71, .external_lex_state = 2},
[2449] = {.lex_state = 171, .external_lex_state = 5},
[2450] = {.lex_state = 173, .external_lex_state = 4},
[2451] = {.lex_state = 71, .external_lex_state = 2},
[2452] = {.lex_state = 243, .external_lex_state = 4},
[2453] = {.lex_state = 209},
[2454] = {.lex_state = 243, .external_lex_state = 14},
[2455] = {.lex_state = 243, .external_lex_state = 14},
[2456] = {.lex_state = 243, .external_lex_state = 14},
[2457] = {.lex_state = 243, .external_lex_state = 14},
[2458] = {.lex_state = 243, .external_lex_state = 14},
[2459] = {.lex_state = 187},
[2460] = {.lex_state = 221, .external_lex_state = 16},
[2461] = {.lex_state = 78},
[2462] = {.lex_state = 195, .external_lex_state = 16},
[2463] = {.lex_state = 195, .external_lex_state = 16},
[2464] = {.lex_state = 243, .external_lex_state = 14},
[2465] = {.lex_state = 223, .external_lex_state = 21},
[2466] = {.lex_state = 223, .external_lex_state = 16},
[2467] = {.lex_state = 243, .external_lex_state = 14},
[2468] = {.lex_state = 223, .external_lex_state = 21},
[2469] = {.lex_state = 223, .external_lex_state = 16},
[2470] = {.lex_state = 218, .external_lex_state = 2},
[2471] = {.lex_state = 243, .external_lex_state = 14},
[2472] = {.lex_state = 138, .external_lex_state = 9},
[2473] = {.lex_state = 171, .external_lex_state = 5},
[2474] = {.lex_state = 173, .external_lex_state = 4},
[2475] = {.lex_state = 71, .external_lex_state = 2},
[2476] = {.lex_state = 138, .external_lex_state = 9},
[2477] = {.lex_state = 199, .external_lex_state = 5},
[2478] = {.lex_state = 132, .external_lex_state = 4},
[2479] = {.lex_state = 218, .external_lex_state = 2},
[2480] = {.lex_state = 243, .external_lex_state = 14},
[2481] = {.lex_state = 138, .external_lex_state = 9},
[2482] = {.lex_state = 171, .external_lex_state = 5},
[2483] = {.lex_state = 173, .external_lex_state = 4},
[2484] = {.lex_state = 243, .external_lex_state = 6},
[2485] = {.lex_state = 243, .external_lex_state = 6},
[2486] = {.lex_state = 243, .external_lex_state = 6},
[2487] = {.lex_state = 187},
[2488] = {.lex_state = 221, .external_lex_state = 16},
[2489] = {.lex_state = 78},
[2490] = {.lex_state = 195, .external_lex_state = 16},
[2491] = {.lex_state = 195, .external_lex_state = 16},
[2492] = {.lex_state = 243, .external_lex_state = 6},
[2493] = {.lex_state = 223, .external_lex_state = 21},
[2494] = {.lex_state = 223, .external_lex_state = 16},
[2495] = {.lex_state = 243, .external_lex_state = 6},
[2496] = {.lex_state = 223, .external_lex_state = 21},
[2497] = {.lex_state = 223, .external_lex_state = 16},
[2498] = {.lex_state = 218, .external_lex_state = 2},
[2499] = {.lex_state = 243, .external_lex_state = 6},
[2500] = {.lex_state = 138, .external_lex_state = 9},
[2501] = {.lex_state = 171, .external_lex_state = 5},
[2502] = {.lex_state = 173, .external_lex_state = 4},
[2503] = {.lex_state = 71, .external_lex_state = 2},
[2504] = {.lex_state = 138, .external_lex_state = 9},
[2505] = {.lex_state = 199, .external_lex_state = 5},
[2506] = {.lex_state = 132, .external_lex_state = 4},
[2507] = {.lex_state = 218, .external_lex_state = 2},
[2508] = {.lex_state = 243, .external_lex_state = 6},
[2509] = {.lex_state = 138, .external_lex_state = 9},
[2510] = {.lex_state = 171, .external_lex_state = 5},
[2511] = {.lex_state = 173, .external_lex_state = 4},
[2512] = {.lex_state = 249, .external_lex_state = 6},
[2513] = {.lex_state = 249, .external_lex_state = 6},
[2514] = {.lex_state = 96, .external_lex_state = 20},
[2515] = {.lex_state = 96, .external_lex_state = 20},
[2516] = {.lex_state = 96, .external_lex_state = 16},
[2517] = {.lex_state = 221, .external_lex_state = 16},
[2518] = {.lex_state = 249, .external_lex_state = 6},
[2519] = {.lex_state = 223, .external_lex_state = 21},
[2520] = {.lex_state = 223, .external_lex_state = 16},
[2521] = {.lex_state = 223, .external_lex_state = 21},
[2522] = {.lex_state = 223, .external_lex_state = 16},
[2523] = {.lex_state = 223, .external_lex_state = 16},
[2524] = {.lex_state = 249, .external_lex_state = 6},
[2525] = {.lex_state = 223, .external_lex_state = 16},
[2526] = {.lex_state = 223, .external_lex_state = 16},
[2527] = {.lex_state = 249, .external_lex_state = 6},
[2528] = {.lex_state = 218, .external_lex_state = 2},
[2529] = {.lex_state = 218, .external_lex_state = 2},
[2530] = {.lex_state = 138, .external_lex_state = 9},
[2531] = {.lex_state = 71, .external_lex_state = 2},
[2532] = {.lex_state = 71, .external_lex_state = 2},
[2533] = {.lex_state = 138, .external_lex_state = 9},
[2534] = {.lex_state = 249, .external_lex_state = 6},
[2535] = {.lex_state = 218, .external_lex_state = 2},
[2536] = {.lex_state = 218, .external_lex_state = 2},
[2537] = {.lex_state = 138, .external_lex_state = 9},
[2538] = {.lex_state = 239, .external_lex_state = 6},
[2539] = {.lex_state = 239, .external_lex_state = 6},
[2540] = {.lex_state = 94},
[2541] = {.lex_state = 239, .external_lex_state = 6},
[2542] = {.lex_state = 239, .external_lex_state = 6},
[2543] = {.lex_state = 187},
[2544] = {.lex_state = 107},
[2545] = {.lex_state = 239, .external_lex_state = 6},
[2546] = {.lex_state = 239, .external_lex_state = 6},
[2547] = {.lex_state = 239, .external_lex_state = 6},
[2548] = {.lex_state = 78},
[2549] = {.lex_state = 193, .external_lex_state = 7},
[2550] = {.lex_state = 195, .external_lex_state = 16},
[2551] = {.lex_state = 195, .external_lex_state = 16},
[2552] = {.lex_state = 171, .external_lex_state = 5},
[2553] = {.lex_state = 173, .external_lex_state = 4},
[2554] = {.lex_state = 71, .external_lex_state = 2},
[2555] = {.lex_state = 199, .external_lex_state = 5},
[2556] = {.lex_state = 132, .external_lex_state = 4},
[2557] = {.lex_state = 71, .external_lex_state = 2},
[2558] = {.lex_state = 171, .external_lex_state = 5},
[2559] = {.lex_state = 173, .external_lex_state = 4},
[2560] = {.lex_state = 71, .external_lex_state = 2},
[2561] = {.lex_state = 241, .external_lex_state = 2},
[2562] = {.lex_state = 241, .external_lex_state = 2},
[2563] = {.lex_state = 218, .external_lex_state = 2},
[2564] = {.lex_state = 94},
[2565] = {.lex_state = 128, .external_lex_state = 5},
[2566] = {.lex_state = 132, .external_lex_state = 4},
[2567] = {.lex_state = 218, .external_lex_state = 2},
[2568] = {.lex_state = 218, .external_lex_state = 2},
[2569] = {.lex_state = 218, .external_lex_state = 2},
[2570] = {.lex_state = 94},
[2571] = {.lex_state = 128, .external_lex_state = 5},
[2572] = {.lex_state = 132, .external_lex_state = 4},
[2573] = {.lex_state = 218, .external_lex_state = 2},
[2574] = {.lex_state = 96, .external_lex_state = 20},
[2575] = {.lex_state = 96, .external_lex_state = 20},
[2576] = {.lex_state = 253, .external_lex_state = 4},
[2577] = {.lex_state = 253, .external_lex_state = 14},
[2578] = {.lex_state = 253, .external_lex_state = 14},
[2579] = {.lex_state = 253, .external_lex_state = 14},
[2580] = {.lex_state = 187},
[2581] = {.lex_state = 221, .external_lex_state = 16},
[2582] = {.lex_state = 78},
[2583] = {.lex_state = 195, .external_lex_state = 16},
[2584] = {.lex_state = 195, .external_lex_state = 16},
[2585] = {.lex_state = 253, .external_lex_state = 14},
[2586] = {.lex_state = 223, .external_lex_state = 21},
[2587] = {.lex_state = 223, .external_lex_state = 16},
[2588] = {.lex_state = 253, .external_lex_state = 14},
[2589] = {.lex_state = 223, .external_lex_state = 21},
[2590] = {.lex_state = 223, .external_lex_state = 16},
[2591] = {.lex_state = 218, .external_lex_state = 2},
[2592] = {.lex_state = 253, .external_lex_state = 14},
[2593] = {.lex_state = 138, .external_lex_state = 9},
[2594] = {.lex_state = 171, .external_lex_state = 5},
[2595] = {.lex_state = 173, .external_lex_state = 4},
[2596] = {.lex_state = 71, .external_lex_state = 2},
[2597] = {.lex_state = 138, .external_lex_state = 9},
[2598] = {.lex_state = 199, .external_lex_state = 5},
[2599] = {.lex_state = 132, .external_lex_state = 4},
[2600] = {.lex_state = 218, .external_lex_state = 2},
[2601] = {.lex_state = 253, .external_lex_state = 14},
[2602] = {.lex_state = 138, .external_lex_state = 9},
[2603] = {.lex_state = 171, .external_lex_state = 5},
[2604] = {.lex_state = 173, .external_lex_state = 4},
[2605] = {.lex_state = 243, .external_lex_state = 4},
[2606] = {.lex_state = 209},
[2607] = {.lex_state = 243, .external_lex_state = 14},
[2608] = {.lex_state = 243, .external_lex_state = 14},
[2609] = {.lex_state = 96, .external_lex_state = 20},
[2610] = {.lex_state = 96, .external_lex_state = 20},
[2611] = {.lex_state = 96, .external_lex_state = 16},
[2612] = {.lex_state = 221, .external_lex_state = 16},
[2613] = {.lex_state = 243, .external_lex_state = 14},
[2614] = {.lex_state = 223, .external_lex_state = 21},
[2615] = {.lex_state = 223, .external_lex_state = 16},
[2616] = {.lex_state = 223, .external_lex_state = 21},
[2617] = {.lex_state = 223, .external_lex_state = 16},
[2618] = {.lex_state = 223, .external_lex_state = 16},
[2619] = {.lex_state = 243, .external_lex_state = 14},
[2620] = {.lex_state = 223, .external_lex_state = 16},
[2621] = {.lex_state = 223, .external_lex_state = 16},
[2622] = {.lex_state = 243, .external_lex_state = 14},
[2623] = {.lex_state = 218, .external_lex_state = 2},
[2624] = {.lex_state = 218, .external_lex_state = 2},
[2625] = {.lex_state = 138, .external_lex_state = 9},
[2626] = {.lex_state = 71, .external_lex_state = 2},
[2627] = {.lex_state = 71, .external_lex_state = 2},
[2628] = {.lex_state = 138, .external_lex_state = 9},
[2629] = {.lex_state = 243, .external_lex_state = 14},
[2630] = {.lex_state = 218, .external_lex_state = 2},
[2631] = {.lex_state = 218, .external_lex_state = 2},
[2632] = {.lex_state = 138, .external_lex_state = 9},
[2633] = {.lex_state = 243, .external_lex_state = 6},
[2634] = {.lex_state = 243, .external_lex_state = 6},
[2635] = {.lex_state = 96, .external_lex_state = 20},
[2636] = {.lex_state = 96, .external_lex_state = 20},
[2637] = {.lex_state = 96, .external_lex_state = 16},
[2638] = {.lex_state = 221, .external_lex_state = 16},
[2639] = {.lex_state = 243, .external_lex_state = 6},
[2640] = {.lex_state = 223, .external_lex_state = 21},
[2641] = {.lex_state = 223, .external_lex_state = 16},
[2642] = {.lex_state = 223, .external_lex_state = 21},
[2643] = {.lex_state = 223, .external_lex_state = 16},
[2644] = {.lex_state = 223, .external_lex_state = 16},
[2645] = {.lex_state = 243, .external_lex_state = 6},
[2646] = {.lex_state = 223, .external_lex_state = 16},
[2647] = {.lex_state = 223, .external_lex_state = 16},
[2648] = {.lex_state = 243, .external_lex_state = 6},
[2649] = {.lex_state = 218, .external_lex_state = 2},
[2650] = {.lex_state = 218, .external_lex_state = 2},
[2651] = {.lex_state = 138, .external_lex_state = 9},
[2652] = {.lex_state = 71, .external_lex_state = 2},
[2653] = {.lex_state = 71, .external_lex_state = 2},
[2654] = {.lex_state = 138, .external_lex_state = 9},
[2655] = {.lex_state = 243, .external_lex_state = 6},
[2656] = {.lex_state = 218, .external_lex_state = 2},
[2657] = {.lex_state = 218, .external_lex_state = 2},
[2658] = {.lex_state = 138, .external_lex_state = 9},
[2659] = {.lex_state = 249, .external_lex_state = 6},
[2660] = {.lex_state = 249, .external_lex_state = 6},
[2661] = {.lex_state = 96, .external_lex_state = 20},
[2662] = {.lex_state = 96, .external_lex_state = 20},
[2663] = {.lex_state = 96, .external_lex_state = 16},
[2664] = {.lex_state = 223, .external_lex_state = 16},
[2665] = {.lex_state = 249, .external_lex_state = 6},
[2666] = {.lex_state = 223, .external_lex_state = 16},
[2667] = {.lex_state = 223, .external_lex_state = 16},
[2668] = {.lex_state = 223, .external_lex_state = 16},
[2669] = {.lex_state = 249, .external_lex_state = 6},
[2670] = {.lex_state = 223, .external_lex_state = 16},
[2671] = {.lex_state = 249, .external_lex_state = 6},
[2672] = {.lex_state = 218, .external_lex_state = 2},
[2673] = {.lex_state = 71, .external_lex_state = 2},
[2674] = {.lex_state = 249, .external_lex_state = 6},
[2675] = {.lex_state = 218, .external_lex_state = 2},
[2676] = {.lex_state = 239, .external_lex_state = 6},
[2677] = {.lex_state = 239, .external_lex_state = 6},
[2678] = {.lex_state = 239, .external_lex_state = 6},
[2679] = {.lex_state = 187},
[2680] = {.lex_state = 221, .external_lex_state = 16},
[2681] = {.lex_state = 78},
[2682] = {.lex_state = 195, .external_lex_state = 16},
[2683] = {.lex_state = 195, .external_lex_state = 16},
[2684] = {.lex_state = 239, .external_lex_state = 6},
[2685] = {.lex_state = 223, .external_lex_state = 21},
[2686] = {.lex_state = 223, .external_lex_state = 16},
[2687] = {.lex_state = 239, .external_lex_state = 6},
[2688] = {.lex_state = 223, .external_lex_state = 21},
[2689] = {.lex_state = 223, .external_lex_state = 16},
[2690] = {.lex_state = 218, .external_lex_state = 2},
[2691] = {.lex_state = 239, .external_lex_state = 6},
[2692] = {.lex_state = 138, .external_lex_state = 9},
[2693] = {.lex_state = 171, .external_lex_state = 5},
[2694] = {.lex_state = 173, .external_lex_state = 4},
[2695] = {.lex_state = 71, .external_lex_state = 2},
[2696] = {.lex_state = 138, .external_lex_state = 9},
[2697] = {.lex_state = 199, .external_lex_state = 5},
[2698] = {.lex_state = 132, .external_lex_state = 4},
[2699] = {.lex_state = 218, .external_lex_state = 2},
[2700] = {.lex_state = 239, .external_lex_state = 6},
[2701] = {.lex_state = 138, .external_lex_state = 9},
[2702] = {.lex_state = 171, .external_lex_state = 5},
[2703] = {.lex_state = 173, .external_lex_state = 4},
[2704] = {.lex_state = 218, .external_lex_state = 2},
[2705] = {.lex_state = 94},
[2706] = {.lex_state = 128, .external_lex_state = 5},
[2707] = {.lex_state = 132, .external_lex_state = 4},
[2708] = {.lex_state = 218, .external_lex_state = 2},
[2709] = {.lex_state = 94},
[2710] = {.lex_state = 128, .external_lex_state = 5},
[2711] = {.lex_state = 132, .external_lex_state = 4},
[2712] = {.lex_state = 253, .external_lex_state = 14},
[2713] = {.lex_state = 253, .external_lex_state = 14},
[2714] = {.lex_state = 96, .external_lex_state = 20},
[2715] = {.lex_state = 96, .external_lex_state = 20},
[2716] = {.lex_state = 96, .external_lex_state = 16},
[2717] = {.lex_state = 221, .external_lex_state = 16},
[2718] = {.lex_state = 253, .external_lex_state = 14},
[2719] = {.lex_state = 223, .external_lex_state = 21},
[2720] = {.lex_state = 223, .external_lex_state = 16},
[2721] = {.lex_state = 223, .external_lex_state = 21},
[2722] = {.lex_state = 223, .external_lex_state = 16},
[2723] = {.lex_state = 223, .external_lex_state = 16},
[2724] = {.lex_state = 253, .external_lex_state = 14},
[2725] = {.lex_state = 223, .external_lex_state = 16},
[2726] = {.lex_state = 223, .external_lex_state = 16},
[2727] = {.lex_state = 253, .external_lex_state = 14},
[2728] = {.lex_state = 218, .external_lex_state = 2},
[2729] = {.lex_state = 218, .external_lex_state = 2},
[2730] = {.lex_state = 138, .external_lex_state = 9},
[2731] = {.lex_state = 71, .external_lex_state = 2},
[2732] = {.lex_state = 71, .external_lex_state = 2},
[2733] = {.lex_state = 138, .external_lex_state = 9},
[2734] = {.lex_state = 253, .external_lex_state = 14},
[2735] = {.lex_state = 218, .external_lex_state = 2},
[2736] = {.lex_state = 218, .external_lex_state = 2},
[2737] = {.lex_state = 138, .external_lex_state = 9},
[2738] = {.lex_state = 243, .external_lex_state = 4},
[2739] = {.lex_state = 243, .external_lex_state = 14},
[2740] = {.lex_state = 243, .external_lex_state = 14},
[2741] = {.lex_state = 96, .external_lex_state = 20},
[2742] = {.lex_state = 96, .external_lex_state = 20},
[2743] = {.lex_state = 96, .external_lex_state = 16},
[2744] = {.lex_state = 223, .external_lex_state = 16},
[2745] = {.lex_state = 243, .external_lex_state = 14},
[2746] = {.lex_state = 223, .external_lex_state = 16},
[2747] = {.lex_state = 223, .external_lex_state = 16},
[2748] = {.lex_state = 223, .external_lex_state = 16},
[2749] = {.lex_state = 243, .external_lex_state = 14},
[2750] = {.lex_state = 223, .external_lex_state = 16},
[2751] = {.lex_state = 243, .external_lex_state = 14},
[2752] = {.lex_state = 218, .external_lex_state = 2},
[2753] = {.lex_state = 71, .external_lex_state = 2},
[2754] = {.lex_state = 243, .external_lex_state = 14},
[2755] = {.lex_state = 218, .external_lex_state = 2},
[2756] = {.lex_state = 243, .external_lex_state = 6},
[2757] = {.lex_state = 243, .external_lex_state = 6},
[2758] = {.lex_state = 96, .external_lex_state = 20},
[2759] = {.lex_state = 96, .external_lex_state = 20},
[2760] = {.lex_state = 96, .external_lex_state = 16},
[2761] = {.lex_state = 223, .external_lex_state = 16},
[2762] = {.lex_state = 243, .external_lex_state = 6},
[2763] = {.lex_state = 223, .external_lex_state = 16},
[2764] = {.lex_state = 223, .external_lex_state = 16},
[2765] = {.lex_state = 223, .external_lex_state = 16},
[2766] = {.lex_state = 243, .external_lex_state = 6},
[2767] = {.lex_state = 223, .external_lex_state = 16},
[2768] = {.lex_state = 243, .external_lex_state = 6},
[2769] = {.lex_state = 218, .external_lex_state = 2},
[2770] = {.lex_state = 71, .external_lex_state = 2},
[2771] = {.lex_state = 243, .external_lex_state = 6},
[2772] = {.lex_state = 218, .external_lex_state = 2},
[2773] = {.lex_state = 249, .external_lex_state = 6},
[2774] = {.lex_state = 249, .external_lex_state = 6},
[2775] = {.lex_state = 249, .external_lex_state = 6},
[2776] = {.lex_state = 223, .external_lex_state = 16},
[2777] = {.lex_state = 223, .external_lex_state = 16},
[2778] = {.lex_state = 249, .external_lex_state = 6},
[2779] = {.lex_state = 249, .external_lex_state = 6},
[2780] = {.lex_state = 249, .external_lex_state = 6},
[2781] = {.lex_state = 239, .external_lex_state = 6},
[2782] = {.lex_state = 239, .external_lex_state = 6},
[2783] = {.lex_state = 96, .external_lex_state = 20},
[2784] = {.lex_state = 96, .external_lex_state = 20},
[2785] = {.lex_state = 96, .external_lex_state = 16},
[2786] = {.lex_state = 221, .external_lex_state = 16},
[2787] = {.lex_state = 239, .external_lex_state = 6},
[2788] = {.lex_state = 223, .external_lex_state = 21},
[2789] = {.lex_state = 223, .external_lex_state = 16},
[2790] = {.lex_state = 223, .external_lex_state = 21},
[2791] = {.lex_state = 223, .external_lex_state = 16},
[2792] = {.lex_state = 223, .external_lex_state = 16},
[2793] = {.lex_state = 239, .external_lex_state = 6},
[2794] = {.lex_state = 223, .external_lex_state = 16},
[2795] = {.lex_state = 223, .external_lex_state = 16},
[2796] = {.lex_state = 239, .external_lex_state = 6},
[2797] = {.lex_state = 218, .external_lex_state = 2},
[2798] = {.lex_state = 218, .external_lex_state = 2},
[2799] = {.lex_state = 138, .external_lex_state = 9},
[2800] = {.lex_state = 71, .external_lex_state = 2},
[2801] = {.lex_state = 71, .external_lex_state = 2},
[2802] = {.lex_state = 138, .external_lex_state = 9},
[2803] = {.lex_state = 239, .external_lex_state = 6},
[2804] = {.lex_state = 218, .external_lex_state = 2},
[2805] = {.lex_state = 218, .external_lex_state = 2},
[2806] = {.lex_state = 138, .external_lex_state = 9},
[2807] = {.lex_state = 218, .external_lex_state = 2},
[2808] = {.lex_state = 218, .external_lex_state = 2},
[2809] = {.lex_state = 253, .external_lex_state = 14},
[2810] = {.lex_state = 253, .external_lex_state = 14},
[2811] = {.lex_state = 96, .external_lex_state = 20},
[2812] = {.lex_state = 96, .external_lex_state = 20},
[2813] = {.lex_state = 96, .external_lex_state = 16},
[2814] = {.lex_state = 223, .external_lex_state = 16},
[2815] = {.lex_state = 253, .external_lex_state = 14},
[2816] = {.lex_state = 223, .external_lex_state = 16},
[2817] = {.lex_state = 223, .external_lex_state = 16},
[2818] = {.lex_state = 223, .external_lex_state = 16},
[2819] = {.lex_state = 253, .external_lex_state = 14},
[2820] = {.lex_state = 223, .external_lex_state = 16},
[2821] = {.lex_state = 253, .external_lex_state = 14},
[2822] = {.lex_state = 218, .external_lex_state = 2},
[2823] = {.lex_state = 71, .external_lex_state = 2},
[2824] = {.lex_state = 253, .external_lex_state = 14},
[2825] = {.lex_state = 218, .external_lex_state = 2},
[2826] = {.lex_state = 243, .external_lex_state = 14},
[2827] = {.lex_state = 243, .external_lex_state = 14},
[2828] = {.lex_state = 243, .external_lex_state = 14},
[2829] = {.lex_state = 223, .external_lex_state = 16},
[2830] = {.lex_state = 223, .external_lex_state = 16},
[2831] = {.lex_state = 243, .external_lex_state = 14},
[2832] = {.lex_state = 243, .external_lex_state = 14},
[2833] = {.lex_state = 243, .external_lex_state = 14},
[2834] = {.lex_state = 243, .external_lex_state = 6},
[2835] = {.lex_state = 243, .external_lex_state = 6},
[2836] = {.lex_state = 243, .external_lex_state = 6},
[2837] = {.lex_state = 223, .external_lex_state = 16},
[2838] = {.lex_state = 223, .external_lex_state = 16},
[2839] = {.lex_state = 243, .external_lex_state = 6},
[2840] = {.lex_state = 243, .external_lex_state = 6},
[2841] = {.lex_state = 243, .external_lex_state = 6},
[2842] = {.lex_state = 249, .external_lex_state = 6},
[2843] = {.lex_state = 249, .external_lex_state = 6},
[2844] = {.lex_state = 239, .external_lex_state = 6},
[2845] = {.lex_state = 239, .external_lex_state = 6},
[2846] = {.lex_state = 96, .external_lex_state = 20},
[2847] = {.lex_state = 96, .external_lex_state = 20},
[2848] = {.lex_state = 96, .external_lex_state = 16},
[2849] = {.lex_state = 223, .external_lex_state = 16},
[2850] = {.lex_state = 239, .external_lex_state = 6},
[2851] = {.lex_state = 223, .external_lex_state = 16},
[2852] = {.lex_state = 223, .external_lex_state = 16},
[2853] = {.lex_state = 223, .external_lex_state = 16},
[2854] = {.lex_state = 239, .external_lex_state = 6},
[2855] = {.lex_state = 223, .external_lex_state = 16},
[2856] = {.lex_state = 239, .external_lex_state = 6},
[2857] = {.lex_state = 218, .external_lex_state = 2},
[2858] = {.lex_state = 71, .external_lex_state = 2},
[2859] = {.lex_state = 239, .external_lex_state = 6},
[2860] = {.lex_state = 218, .external_lex_state = 2},
[2861] = {.lex_state = 253, .external_lex_state = 14},
[2862] = {.lex_state = 253, .external_lex_state = 14},
[2863] = {.lex_state = 253, .external_lex_state = 14},
[2864] = {.lex_state = 223, .external_lex_state = 16},
[2865] = {.lex_state = 223, .external_lex_state = 16},
[2866] = {.lex_state = 253, .external_lex_state = 14},
[2867] = {.lex_state = 253, .external_lex_state = 14},
[2868] = {.lex_state = 253, .external_lex_state = 14},
[2869] = {.lex_state = 243, .external_lex_state = 14},
[2870] = {.lex_state = 243, .external_lex_state = 14},
[2871] = {.lex_state = 243, .external_lex_state = 6},
[2872] = {.lex_state = 243, .external_lex_state = 6},
[2873] = {.lex_state = 239, .external_lex_state = 6},
[2874] = {.lex_state = 239, .external_lex_state = 6},
[2875] = {.lex_state = 239, .external_lex_state = 6},
[2876] = {.lex_state = 223, .external_lex_state = 16},
[2877] = {.lex_state = 223, .external_lex_state = 16},
[2878] = {.lex_state = 239, .external_lex_state = 6},
[2879] = {.lex_state = 239, .external_lex_state = 6},
[2880] = {.lex_state = 239, .external_lex_state = 6},
[2881] = {.lex_state = 253, .external_lex_state = 14},
[2882] = {.lex_state = 253, .external_lex_state = 14},
[2883] = {.lex_state = 239, .external_lex_state = 6},
[2884] = {.lex_state = 239, .external_lex_state = 6},
};
enum {
ts_external_token_heredoc_start,
ts_external_token__simple_heredoc_body,
ts_external_token__heredoc_body_beginning,
ts_external_token__heredoc_body_middle,
ts_external_token__heredoc_body_end,
ts_external_token_file_descriptor,
ts_external_token__empty_value,
ts_external_token__concat,
ts_external_token_variable_name,
ts_external_token_regex,
ts_external_token_RBRACE,
ts_external_token_RBRACK,
ts_external_token_LF,
};
static TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = {
[ts_external_token_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_LF] = anon_sym_LF,
};
static bool ts_external_scanner_states[22][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_LF] = 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,
[ts_external_token_LF] = true,
},
[5] = {
[ts_external_token__simple_heredoc_body] = true,
[ts_external_token__heredoc_body_beginning] = true,
[ts_external_token_file_descriptor] = true,
[ts_external_token_LF] = true,
},
[6] = {
[ts_external_token__simple_heredoc_body] = true,
[ts_external_token__heredoc_body_beginning] = true,
[ts_external_token_file_descriptor] = true,
[ts_external_token__concat] = true,
[ts_external_token_LF] = true,
},
[7] = {
[ts_external_token_variable_name] = true,
},
[8] = {
[ts_external_token__empty_value] = true,
},
[9] = {
[ts_external_token_LF] = true,
},
[10] = {
[ts_external_token__concat] = true,
},
[11] = {
[ts_external_token__concat] = true,
[ts_external_token_LF] = true,
},
[12] = {
[ts_external_token__concat] = true,
[ts_external_token_RBRACK] = true,
},
[13] = {
[ts_external_token_RBRACK] = true,
},
[14] = {
[ts_external_token__simple_heredoc_body] = true,
[ts_external_token__heredoc_body_beginning] = true,
[ts_external_token_file_descriptor] = true,
[ts_external_token__concat] = true,
[ts_external_token_variable_name] = true,
[ts_external_token_LF] = true,
},
[15] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token__concat] = true,
[ts_external_token_variable_name] = true,
},
[16] = {
[ts_external_token_RBRACE] = true,
},
[17] = {
[ts_external_token__heredoc_body_middle] = true,
[ts_external_token__heredoc_body_end] = true,
},
[18] = {
[ts_external_token_heredoc_start] = true,
},
[19] = {
[ts_external_token_regex] = true,
},
[20] = {
[ts_external_token__concat] = true,
[ts_external_token_RBRACE] = true,
},
[21] = {
[ts_external_token_regex] = true,
[ts_external_token_RBRACE] = true,
},
};
static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = {
[0] = {
[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),
[ts_builtin_sym_end] = ACTIONS(1),
[anon_sym_for] = ACTIONS(1),
[anon_sym_in] = ACTIONS(1),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1),
[anon_sym_SEMI] = ACTIONS(3),
[anon_sym_while] = ACTIONS(1),
[anon_sym_do] = ACTIONS(3),
[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(3),
[anon_sym_RPAREN] = ACTIONS(1),
[anon_sym_SEMI_SEMI] = ACTIONS(1),
[anon_sym_function] = ACTIONS(1),
[anon_sym_LPAREN] = ACTIONS(3),
[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(3),
[anon_sym_RBRACK] = ACTIONS(3),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1),
[anon_sym_RBRACK_RBRACK] = 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(3),
[anon_sym_unsetenv] = ACTIONS(1),
[anon_sym_EQ_TILDE] = ACTIONS(1),
[anon_sym_EQ_EQ] = ACTIONS(1),
[anon_sym_EQ] = ACTIONS(3),
[anon_sym_PLUS_EQ] = ACTIONS(1),
[anon_sym_LT] = ACTIONS(3),
[anon_sym_GT] = ACTIONS(3),
[anon_sym_GT_GT] = ACTIONS(1),
[anon_sym_AMP_GT] = ACTIONS(3),
[anon_sym_AMP_GT_GT] = ACTIONS(1),
[anon_sym_LT_AMP] = ACTIONS(1),
[anon_sym_GT_AMP] = ACTIONS(1),
[anon_sym_LT_LT] = ACTIONS(3),
[anon_sym_LT_LT_DASH] = ACTIONS(1),
[anon_sym_LT_LT_LT] = ACTIONS(1),
[anon_sym_PLUS] = ACTIONS(3),
[anon_sym_DASH] = ACTIONS(3),
[anon_sym_DASH_EQ] = ACTIONS(1),
[anon_sym_LT_EQ] = ACTIONS(1),
[anon_sym_GT_EQ] = ACTIONS(1),
[anon_sym_PLUS_PLUS] = ACTIONS(1),
[anon_sym_DASH_DASH] = ACTIONS(1),
[sym__special_characters] = ACTIONS(3),
[anon_sym_DQUOTE] = ACTIONS(1),
[anon_sym_DOLLAR] = ACTIONS(3),
[sym_raw_string] = ACTIONS(1),
[anon_sym_POUND] = ACTIONS(1),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1),
[anon_sym_SLASH] = ACTIONS(1),
[anon_sym_COLON] = ACTIONS(3),
[anon_sym_COLON_QMARK] = ACTIONS(1),
[anon_sym_COLON_DASH] = ACTIONS(1),
[anon_sym_PERCENT] = ACTIONS(1),
[anon_sym_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_QMARK] = ACTIONS(1),
[anon_sym_0] = ACTIONS(1),
[anon_sym__] = ACTIONS(1),
[sym_test_operator] = ACTIONS(1),
[anon_sym_LF] = ACTIONS(1),
[anon_sym_AMP] = ACTIONS(3),
},
[1] = {
[sym_program] = STATE(27),
[sym__terminated_statement] = STATE(33),
[sym_redirected_statement] = STATE(28),
[sym_for_statement] = STATE(28),
[sym_c_style_for_statement] = STATE(28),
[sym_while_statement] = STATE(28),
[sym_if_statement] = STATE(28),
[sym_case_statement] = STATE(28),
[sym_function_definition] = STATE(28),
[sym_compound_statement] = STATE(28),
[sym_subshell] = STATE(28),
[sym_pipeline] = STATE(28),
[sym_list] = STATE(28),
[sym_negated_command] = STATE(28),
[sym_test_command] = STATE(28),
[sym_declaration_command] = STATE(28),
[sym_unset_command] = STATE(28),
[sym_command] = STATE(28),
[sym_command_name] = STATE(29),
[sym_variable_assignment] = STATE(30),
[sym_subscript] = STATE(31),
[sym_file_redirect] = STATE(34),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(21),
[sym_simple_expansion] = STATE(21),
[sym_string_expansion] = STATE(21),
[sym_expansion] = STATE(21),
[sym_command_substitution] = STATE(21),
[sym_process_substitution] = STATE(21),
[aux_sym__statements_repeat1] = STATE(33),
[aux_sym_command_repeat1] = STATE(34),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(7),
[ts_builtin_sym_end] = ACTIONS(9),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(41),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(47),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(59),
},
[2] = {
[anon_sym_LT] = ACTIONS(61),
[anon_sym_GT] = ACTIONS(61),
[anon_sym_GT_GT] = ACTIONS(63),
[anon_sym_AMP_GT] = ACTIONS(61),
[anon_sym_AMP_GT_GT] = ACTIONS(63),
[anon_sym_LT_AMP] = ACTIONS(63),
[anon_sym_GT_AMP] = ACTIONS(63),
[sym_comment] = ACTIONS(57),
},
[3] = {
[anon_sym_LBRACK] = ACTIONS(65),
[anon_sym_EQ] = ACTIONS(67),
[anon_sym_PLUS_EQ] = ACTIONS(67),
[sym_comment] = ACTIONS(57),
},
[4] = {
[anon_sym_LPAREN_LPAREN] = ACTIONS(69),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(71),
},
[5] = {
[sym__expression] = STATE(50),
[sym_binary_expression] = STATE(50),
[sym_unary_expression] = STATE(50),
[sym_postfix_expression] = STATE(50),
[sym_parenthesized_expression] = STATE(50),
[sym_concatenation] = STATE(50),
[sym_string] = STATE(45),
[sym_simple_expansion] = STATE(45),
[sym_string_expansion] = STATE(45),
[sym_expansion] = STATE(45),
[sym_command_substitution] = STATE(45),
[sym_process_substitution] = STATE(45),
[anon_sym_LPAREN] = ACTIONS(73),
[anon_sym_BANG] = ACTIONS(75),
[sym__special_characters] = ACTIONS(77),
[anon_sym_DQUOTE] = ACTIONS(79),
[anon_sym_DOLLAR] = ACTIONS(81),
[sym_raw_string] = ACTIONS(83),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(85),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(87),
[anon_sym_BQUOTE] = ACTIONS(89),
[anon_sym_LT_LPAREN] = ACTIONS(91),
[anon_sym_GT_LPAREN] = ACTIONS(91),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(93),
[sym_test_operator] = ACTIONS(95),
},
[6] = {
[sym__terminated_statement] = STATE(58),
[sym_redirected_statement] = STATE(59),
[sym_for_statement] = STATE(59),
[sym_c_style_for_statement] = STATE(59),
[sym_while_statement] = STATE(59),
[sym_if_statement] = STATE(59),
[sym_case_statement] = STATE(59),
[sym_function_definition] = STATE(59),
[sym_compound_statement] = STATE(59),
[sym_subshell] = STATE(59),
[sym_pipeline] = STATE(59),
[sym_list] = STATE(59),
[sym_negated_command] = STATE(59),
[sym_test_command] = STATE(59),
[sym_declaration_command] = STATE(59),
[sym_unset_command] = STATE(59),
[sym_command] = STATE(59),
[sym_command_name] = STATE(60),
[sym_variable_assignment] = STATE(61),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(63),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym_command_repeat1] = STATE(63),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(99),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(101),
[anon_sym_typeset] = ACTIONS(101),
[anon_sym_export] = ACTIONS(101),
[anon_sym_readonly] = ACTIONS(101),
[anon_sym_local] = ACTIONS(101),
[anon_sym_unset] = ACTIONS(103),
[anon_sym_unsetenv] = ACTIONS(103),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[7] = {
[sym__terminated_statement] = STATE(64),
[sym_redirected_statement] = STATE(59),
[sym_for_statement] = STATE(59),
[sym_c_style_for_statement] = STATE(59),
[sym_while_statement] = STATE(59),
[sym_if_statement] = STATE(59),
[sym_case_statement] = STATE(59),
[sym_function_definition] = STATE(59),
[sym_compound_statement] = STATE(59),
[sym_subshell] = STATE(59),
[sym_pipeline] = STATE(59),
[sym_list] = STATE(59),
[sym_negated_command] = STATE(59),
[sym_test_command] = STATE(59),
[sym_declaration_command] = STATE(59),
[sym_unset_command] = STATE(59),
[sym_command] = STATE(59),
[sym_command_name] = STATE(60),
[sym_variable_assignment] = STATE(61),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(63),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym_command_repeat1] = STATE(63),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(99),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(101),
[anon_sym_typeset] = ACTIONS(101),
[anon_sym_export] = ACTIONS(101),
[anon_sym_readonly] = ACTIONS(101),
[anon_sym_local] = ACTIONS(101),
[anon_sym_unset] = ACTIONS(103),
[anon_sym_unsetenv] = ACTIONS(103),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[8] = {
[sym_concatenation] = STATE(73),
[sym_string] = STATE(68),
[sym_simple_expansion] = STATE(68),
[sym_string_expansion] = STATE(68),
[sym_expansion] = STATE(68),
[sym_command_substitution] = STATE(68),
[sym_process_substitution] = STATE(68),
[sym__special_characters] = ACTIONS(111),
[anon_sym_DQUOTE] = ACTIONS(113),
[anon_sym_DOLLAR] = ACTIONS(115),
[sym_raw_string] = ACTIONS(117),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(119),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(121),
[anon_sym_BQUOTE] = ACTIONS(123),
[anon_sym_LT_LPAREN] = ACTIONS(125),
[anon_sym_GT_LPAREN] = ACTIONS(125),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(117),
},
[9] = {
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(127),
},
[10] = {
[sym__terminated_statement] = STATE(86),
[sym_redirected_statement] = STATE(82),
[sym_for_statement] = STATE(82),
[sym_c_style_for_statement] = STATE(82),
[sym_while_statement] = STATE(82),
[sym_if_statement] = STATE(82),
[sym_case_statement] = STATE(82),
[sym_function_definition] = STATE(82),
[sym_compound_statement] = STATE(82),
[sym_subshell] = STATE(82),
[sym_pipeline] = STATE(82),
[sym_list] = STATE(82),
[sym_negated_command] = STATE(82),
[sym_test_command] = STATE(82),
[sym_declaration_command] = STATE(82),
[sym_unset_command] = STATE(82),
[sym_command] = STATE(82),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(84),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(86),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[11] = {
[sym__terminated_statement] = STATE(91),
[sym_redirected_statement] = STATE(89),
[sym_for_statement] = STATE(89),
[sym_c_style_for_statement] = STATE(89),
[sym_while_statement] = STATE(89),
[sym_if_statement] = STATE(89),
[sym_case_statement] = STATE(89),
[sym_function_definition] = STATE(89),
[sym_compound_statement] = STATE(89),
[sym_subshell] = STATE(89),
[sym_pipeline] = STATE(89),
[sym_list] = STATE(89),
[sym_negated_command] = STATE(89),
[sym_test_command] = STATE(89),
[sym_declaration_command] = STATE(89),
[sym_unset_command] = STATE(89),
[sym_command] = STATE(89),
[sym_command_name] = STATE(60),
[sym_variable_assignment] = STATE(90),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(63),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(91),
[aux_sym_command_repeat1] = STATE(63),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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_RBRACE] = ACTIONS(143),
[anon_sym_BANG] = ACTIONS(99),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(101),
[anon_sym_typeset] = ACTIONS(101),
[anon_sym_export] = ACTIONS(101),
[anon_sym_readonly] = ACTIONS(101),
[anon_sym_local] = ACTIONS(101),
[anon_sym_unset] = ACTIONS(103),
[anon_sym_unsetenv] = ACTIONS(103),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[12] = {
[sym_subshell] = STATE(93),
[sym_test_command] = STATE(93),
[sym_command] = STATE(93),
[sym_command_name] = STATE(29),
[sym_variable_assignment] = STATE(34),
[sym_subscript] = STATE(94),
[sym_file_redirect] = STATE(34),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(21),
[sym_simple_expansion] = STATE(21),
[sym_string_expansion] = STATE(21),
[sym_expansion] = STATE(21),
[sym_command_substitution] = STATE(21),
[sym_process_substitution] = STATE(21),
[aux_sym_command_repeat1] = STATE(34),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(145),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_LPAREN] = ACTIONS(23),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(41),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(47),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(47),
},
[13] = {
[sym__expression] = STATE(105),
[sym_binary_expression] = STATE(105),
[sym_unary_expression] = STATE(105),
[sym_postfix_expression] = STATE(105),
[sym_parenthesized_expression] = STATE(105),
[sym_concatenation] = STATE(105),
[sym_string] = STATE(100),
[sym_simple_expansion] = STATE(100),
[sym_string_expansion] = STATE(100),
[sym_expansion] = STATE(100),
[sym_command_substitution] = STATE(100),
[sym_process_substitution] = STATE(100),
[anon_sym_LPAREN] = ACTIONS(147),
[anon_sym_BANG] = ACTIONS(149),
[sym__special_characters] = ACTIONS(151),
[anon_sym_DQUOTE] = ACTIONS(153),
[anon_sym_DOLLAR] = ACTIONS(155),
[sym_raw_string] = ACTIONS(157),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(159),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(161),
[anon_sym_BQUOTE] = ACTIONS(163),
[anon_sym_LT_LPAREN] = ACTIONS(165),
[anon_sym_GT_LPAREN] = ACTIONS(165),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(167),
[sym_test_operator] = ACTIONS(169),
},
[14] = {
[sym__expression] = STATE(109),
[sym_binary_expression] = STATE(109),
[sym_unary_expression] = STATE(109),
[sym_postfix_expression] = STATE(109),
[sym_parenthesized_expression] = STATE(109),
[sym_concatenation] = STATE(109),
[sym_string] = STATE(108),
[sym_simple_expansion] = STATE(108),
[sym_string_expansion] = STATE(108),
[sym_expansion] = STATE(108),
[sym_command_substitution] = STATE(108),
[sym_process_substitution] = STATE(108),
[anon_sym_LPAREN] = ACTIONS(73),
[anon_sym_BANG] = ACTIONS(171),
[sym__special_characters] = ACTIONS(173),
[anon_sym_DQUOTE] = ACTIONS(79),
[anon_sym_DOLLAR] = ACTIONS(81),
[sym_raw_string] = ACTIONS(175),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(85),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(87),
[anon_sym_BQUOTE] = ACTIONS(89),
[anon_sym_LT_LPAREN] = ACTIONS(91),
[anon_sym_GT_LPAREN] = ACTIONS(91),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(177),
[sym_test_operator] = ACTIONS(179),
},
[15] = {
[sym_variable_assignment] = STATE(120),
[sym_subscript] = STATE(119),
[sym_concatenation] = STATE(120),
[sym_string] = STATE(114),
[sym_simple_expansion] = STATE(114),
[sym_string_expansion] = STATE(114),
[sym_expansion] = STATE(114),
[sym_command_substitution] = STATE(114),
[sym_process_substitution] = STATE(114),
[aux_sym_declaration_command_repeat1] = STATE(120),
[sym__simple_heredoc_body] = ACTIONS(181),
[sym__heredoc_body_beginning] = ACTIONS(181),
[sym_file_descriptor] = ACTIONS(181),
[sym_variable_name] = ACTIONS(183),
[ts_builtin_sym_end] = ACTIONS(181),
[anon_sym_SEMI] = ACTIONS(185),
[anon_sym_PIPE] = ACTIONS(185),
[anon_sym_SEMI_SEMI] = ACTIONS(181),
[anon_sym_PIPE_AMP] = ACTIONS(181),
[anon_sym_AMP_AMP] = ACTIONS(181),
[anon_sym_PIPE_PIPE] = ACTIONS(181),
[anon_sym_LT] = ACTIONS(185),
[anon_sym_GT] = ACTIONS(185),
[anon_sym_GT_GT] = ACTIONS(181),
[anon_sym_AMP_GT] = ACTIONS(185),
[anon_sym_AMP_GT_GT] = ACTIONS(181),
[anon_sym_LT_AMP] = ACTIONS(181),
[anon_sym_GT_AMP] = ACTIONS(181),
[anon_sym_LT_LT] = ACTIONS(185),
[anon_sym_LT_LT_DASH] = ACTIONS(181),
[anon_sym_LT_LT_LT] = ACTIONS(181),
[sym__special_characters] = ACTIONS(187),
[anon_sym_DQUOTE] = ACTIONS(189),
[anon_sym_DOLLAR] = ACTIONS(191),
[sym_raw_string] = ACTIONS(193),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(195),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(197),
[anon_sym_BQUOTE] = ACTIONS(199),
[anon_sym_LT_LPAREN] = ACTIONS(201),
[anon_sym_GT_LPAREN] = ACTIONS(201),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(203),
[sym_word] = ACTIONS(205),
[anon_sym_LF] = ACTIONS(181),
[anon_sym_AMP] = ACTIONS(185),
},
[16] = {
[sym_concatenation] = STATE(129),
[sym_string] = STATE(124),
[sym_simple_expansion] = STATE(124),
[sym_string_expansion] = STATE(124),
[sym_expansion] = STATE(124),
[sym_command_substitution] = STATE(124),
[sym_process_substitution] = STATE(124),
[aux_sym_unset_command_repeat1] = STATE(129),
[sym__simple_heredoc_body] = ACTIONS(207),
[sym__heredoc_body_beginning] = ACTIONS(207),
[sym_file_descriptor] = ACTIONS(207),
[ts_builtin_sym_end] = ACTIONS(207),
[anon_sym_SEMI] = ACTIONS(209),
[anon_sym_PIPE] = ACTIONS(209),
[anon_sym_SEMI_SEMI] = ACTIONS(207),
[anon_sym_PIPE_AMP] = ACTIONS(207),
[anon_sym_AMP_AMP] = ACTIONS(207),
[anon_sym_PIPE_PIPE] = ACTIONS(207),
[anon_sym_LT] = ACTIONS(209),
[anon_sym_GT] = ACTIONS(209),
[anon_sym_GT_GT] = ACTIONS(207),
[anon_sym_AMP_GT] = ACTIONS(209),
[anon_sym_AMP_GT_GT] = ACTIONS(207),
[anon_sym_LT_AMP] = ACTIONS(207),
[anon_sym_GT_AMP] = ACTIONS(207),
[anon_sym_LT_LT] = ACTIONS(209),
[anon_sym_LT_LT_DASH] = ACTIONS(207),
[anon_sym_LT_LT_LT] = ACTIONS(207),
[sym__special_characters] = ACTIONS(211),
[anon_sym_DQUOTE] = ACTIONS(213),
[anon_sym_DOLLAR] = ACTIONS(215),
[sym_raw_string] = ACTIONS(217),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(219),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(221),
[anon_sym_BQUOTE] = ACTIONS(223),
[anon_sym_LT_LPAREN] = ACTIONS(225),
[anon_sym_GT_LPAREN] = ACTIONS(225),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(227),
[sym_word] = ACTIONS(229),
[anon_sym_LF] = ACTIONS(207),
[anon_sym_AMP] = ACTIONS(209),
},
[17] = {
[sym_concatenation] = STATE(138),
[sym_string] = STATE(133),
[sym_simple_expansion] = STATE(133),
[sym_string_expansion] = STATE(133),
[sym_expansion] = STATE(133),
[sym_command_substitution] = STATE(133),
[sym_process_substitution] = STATE(133),
[sym__special_characters] = ACTIONS(231),
[anon_sym_DQUOTE] = ACTIONS(233),
[anon_sym_DOLLAR] = ACTIONS(235),
[sym_raw_string] = ACTIONS(237),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(239),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(241),
[anon_sym_BQUOTE] = ACTIONS(243),
[anon_sym_LT_LPAREN] = ACTIONS(245),
[anon_sym_GT_LPAREN] = ACTIONS(245),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(237),
},
[18] = {
[aux_sym_concatenation_repeat1] = STATE(140),
[sym__simple_heredoc_body] = ACTIONS(247),
[sym__heredoc_body_beginning] = ACTIONS(247),
[sym_file_descriptor] = ACTIONS(247),
[sym__concat] = ACTIONS(249),
[ts_builtin_sym_end] = ACTIONS(247),
[anon_sym_SEMI] = ACTIONS(251),
[anon_sym_PIPE] = ACTIONS(251),
[anon_sym_SEMI_SEMI] = ACTIONS(247),
[anon_sym_PIPE_AMP] = ACTIONS(247),
[anon_sym_AMP_AMP] = ACTIONS(247),
[anon_sym_PIPE_PIPE] = ACTIONS(247),
[anon_sym_EQ_TILDE] = ACTIONS(251),
[anon_sym_EQ_EQ] = ACTIONS(251),
[anon_sym_LT] = ACTIONS(251),
[anon_sym_GT] = ACTIONS(251),
[anon_sym_GT_GT] = ACTIONS(247),
[anon_sym_AMP_GT] = ACTIONS(251),
[anon_sym_AMP_GT_GT] = ACTIONS(247),
[anon_sym_LT_AMP] = ACTIONS(247),
[anon_sym_GT_AMP] = ACTIONS(247),
[anon_sym_LT_LT] = ACTIONS(251),
[anon_sym_LT_LT_DASH] = ACTIONS(247),
[anon_sym_LT_LT_LT] = ACTIONS(247),
[sym__special_characters] = ACTIONS(247),
[anon_sym_DQUOTE] = ACTIONS(247),
[anon_sym_DOLLAR] = ACTIONS(251),
[sym_raw_string] = ACTIONS(247),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(247),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(247),
[anon_sym_BQUOTE] = ACTIONS(247),
[anon_sym_LT_LPAREN] = ACTIONS(247),
[anon_sym_GT_LPAREN] = ACTIONS(247),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(251),
[anon_sym_LF] = ACTIONS(247),
[anon_sym_AMP] = ACTIONS(251),
},
[19] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(147),
[anon_sym_DQUOTE] = ACTIONS(253),
[anon_sym_DOLLAR] = ACTIONS(255),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[20] = {
[sym_string] = STATE(149),
[anon_sym_DASH] = ACTIONS(267),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(267),
[sym_raw_string] = ACTIONS(269),
[anon_sym_POUND] = ACTIONS(267),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(271),
[anon_sym_STAR] = ACTIONS(273),
[anon_sym_AT] = ACTIONS(273),
[anon_sym_QMARK] = ACTIONS(273),
[anon_sym_0] = ACTIONS(271),
[anon_sym__] = ACTIONS(271),
},
[21] = {
[aux_sym_concatenation_repeat1] = STATE(140),
[sym__simple_heredoc_body] = ACTIONS(275),
[sym__heredoc_body_beginning] = ACTIONS(275),
[sym_file_descriptor] = ACTIONS(275),
[sym__concat] = ACTIONS(249),
[ts_builtin_sym_end] = ACTIONS(275),
[anon_sym_SEMI] = ACTIONS(277),
[anon_sym_PIPE] = ACTIONS(277),
[anon_sym_SEMI_SEMI] = ACTIONS(275),
[anon_sym_PIPE_AMP] = ACTIONS(275),
[anon_sym_AMP_AMP] = ACTIONS(275),
[anon_sym_PIPE_PIPE] = ACTIONS(275),
[anon_sym_EQ_TILDE] = ACTIONS(277),
[anon_sym_EQ_EQ] = ACTIONS(277),
[anon_sym_LT] = ACTIONS(277),
[anon_sym_GT] = ACTIONS(277),
[anon_sym_GT_GT] = ACTIONS(275),
[anon_sym_AMP_GT] = ACTIONS(277),
[anon_sym_AMP_GT_GT] = ACTIONS(275),
[anon_sym_LT_AMP] = ACTIONS(275),
[anon_sym_GT_AMP] = ACTIONS(275),
[anon_sym_LT_LT] = ACTIONS(277),
[anon_sym_LT_LT_DASH] = ACTIONS(275),
[anon_sym_LT_LT_LT] = ACTIONS(275),
[sym__special_characters] = ACTIONS(275),
[anon_sym_DQUOTE] = ACTIONS(275),
[anon_sym_DOLLAR] = ACTIONS(277),
[sym_raw_string] = ACTIONS(275),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(275),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(275),
[anon_sym_BQUOTE] = ACTIONS(275),
[anon_sym_LT_LPAREN] = ACTIONS(275),
[anon_sym_GT_LPAREN] = ACTIONS(275),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(277),
[anon_sym_LF] = ACTIONS(275),
[anon_sym_AMP] = ACTIONS(277),
},
[22] = {
[sym_subscript] = STATE(154),
[sym_variable_name] = ACTIONS(279),
[anon_sym_BANG] = ACTIONS(281),
[anon_sym_DASH] = ACTIONS(283),
[anon_sym_DOLLAR] = ACTIONS(283),
[anon_sym_POUND] = ACTIONS(281),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(285),
[anon_sym_STAR] = ACTIONS(287),
[anon_sym_AT] = ACTIONS(287),
[anon_sym_QMARK] = ACTIONS(287),
[anon_sym_0] = ACTIONS(285),
[anon_sym__] = ACTIONS(285),
},
[23] = {
[sym__terminated_statement] = STATE(157),
[sym_redirected_statement] = STATE(155),
[sym_for_statement] = STATE(155),
[sym_c_style_for_statement] = STATE(155),
[sym_while_statement] = STATE(155),
[sym_if_statement] = STATE(155),
[sym_case_statement] = STATE(155),
[sym_function_definition] = STATE(155),
[sym_compound_statement] = STATE(155),
[sym_subshell] = STATE(155),
[sym_pipeline] = STATE(155),
[sym_list] = STATE(155),
[sym_negated_command] = STATE(155),
[sym_test_command] = STATE(155),
[sym_declaration_command] = STATE(155),
[sym_unset_command] = STATE(155),
[sym_command] = STATE(155),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(156),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(157),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[24] = {
[sym__terminated_statement] = STATE(164),
[sym_redirected_statement] = STATE(161),
[sym_for_statement] = STATE(161),
[sym_c_style_for_statement] = STATE(161),
[sym_while_statement] = STATE(161),
[sym_if_statement] = STATE(161),
[sym_case_statement] = STATE(161),
[sym_function_definition] = STATE(161),
[sym_compound_statement] = STATE(161),
[sym_subshell] = STATE(161),
[sym_pipeline] = STATE(161),
[sym_list] = STATE(161),
[sym_negated_command] = STATE(161),
[sym_test_command] = STATE(161),
[sym_declaration_command] = STATE(161),
[sym_unset_command] = STATE(161),
[sym_command] = STATE(161),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(163),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(164),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[25] = {
[sym__terminated_statement] = STATE(168),
[sym_redirected_statement] = STATE(166),
[sym_for_statement] = STATE(166),
[sym_c_style_for_statement] = STATE(166),
[sym_while_statement] = STATE(166),
[sym_if_statement] = STATE(166),
[sym_case_statement] = STATE(166),
[sym_function_definition] = STATE(166),
[sym_compound_statement] = STATE(166),
[sym_subshell] = STATE(166),
[sym_pipeline] = STATE(166),
[sym_list] = STATE(166),
[sym_negated_command] = STATE(166),
[sym_test_command] = STATE(166),
[sym_declaration_command] = STATE(166),
[sym_unset_command] = STATE(166),
[sym_command] = STATE(166),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(167),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(168),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[26] = {
[aux_sym_concatenation_repeat1] = STATE(140),
[sym__simple_heredoc_body] = ACTIONS(275),
[sym__heredoc_body_beginning] = ACTIONS(275),
[sym_file_descriptor] = ACTIONS(275),
[sym__concat] = ACTIONS(249),
[ts_builtin_sym_end] = ACTIONS(275),
[anon_sym_SEMI] = ACTIONS(277),
[anon_sym_PIPE] = ACTIONS(277),
[anon_sym_SEMI_SEMI] = ACTIONS(275),
[anon_sym_LPAREN] = ACTIONS(295),
[anon_sym_PIPE_AMP] = ACTIONS(275),
[anon_sym_AMP_AMP] = ACTIONS(275),
[anon_sym_PIPE_PIPE] = ACTIONS(275),
[anon_sym_EQ_TILDE] = ACTIONS(277),
[anon_sym_EQ_EQ] = ACTIONS(277),
[anon_sym_LT] = ACTIONS(277),
[anon_sym_GT] = ACTIONS(277),
[anon_sym_GT_GT] = ACTIONS(275),
[anon_sym_AMP_GT] = ACTIONS(277),
[anon_sym_AMP_GT_GT] = ACTIONS(275),
[anon_sym_LT_AMP] = ACTIONS(275),
[anon_sym_GT_AMP] = ACTIONS(275),
[anon_sym_LT_LT] = ACTIONS(277),
[anon_sym_LT_LT_DASH] = ACTIONS(275),
[anon_sym_LT_LT_LT] = ACTIONS(275),
[sym__special_characters] = ACTIONS(275),
[anon_sym_DQUOTE] = ACTIONS(275),
[anon_sym_DOLLAR] = ACTIONS(277),
[sym_raw_string] = ACTIONS(275),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(275),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(275),
[anon_sym_BQUOTE] = ACTIONS(275),
[anon_sym_LT_LPAREN] = ACTIONS(275),
[anon_sym_GT_LPAREN] = ACTIONS(275),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(277),
[anon_sym_LF] = ACTIONS(275),
[anon_sym_AMP] = ACTIONS(277),
},
[27] = {
[ts_builtin_sym_end] = ACTIONS(297),
[sym_comment] = ACTIONS(57),
},
[28] = {
[sym_file_redirect] = STATE(180),
[sym_heredoc_redirect] = STATE(180),
[sym_heredoc_body] = STATE(179),
[sym_herestring_redirect] = STATE(180),
[aux_sym_redirected_statement_repeat1] = STATE(180),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(303),
[ts_builtin_sym_end] = ACTIONS(305),
[anon_sym_SEMI] = ACTIONS(307),
[anon_sym_PIPE] = ACTIONS(309),
[anon_sym_SEMI_SEMI] = ACTIONS(311),
[anon_sym_PIPE_AMP] = ACTIONS(313),
[anon_sym_AMP_AMP] = ACTIONS(315),
[anon_sym_PIPE_PIPE] = ACTIONS(315),
[anon_sym_LT] = ACTIONS(317),
[anon_sym_GT] = ACTIONS(317),
[anon_sym_GT_GT] = ACTIONS(319),
[anon_sym_AMP_GT] = ACTIONS(317),
[anon_sym_AMP_GT_GT] = ACTIONS(319),
[anon_sym_LT_AMP] = ACTIONS(319),
[anon_sym_GT_AMP] = ACTIONS(319),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(325),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(311),
[anon_sym_AMP] = ACTIONS(307),
},
[29] = {
[sym_concatenation] = STATE(184),
[sym_string] = STATE(183),
[sym_simple_expansion] = STATE(183),
[sym_string_expansion] = STATE(183),
[sym_expansion] = STATE(183),
[sym_command_substitution] = STATE(183),
[sym_process_substitution] = STATE(183),
[aux_sym_command_repeat2] = STATE(184),
[sym__simple_heredoc_body] = ACTIONS(327),
[sym__heredoc_body_beginning] = ACTIONS(327),
[sym_file_descriptor] = ACTIONS(327),
[ts_builtin_sym_end] = ACTIONS(327),
[anon_sym_SEMI] = ACTIONS(329),
[anon_sym_PIPE] = ACTIONS(329),
[anon_sym_SEMI_SEMI] = ACTIONS(327),
[anon_sym_PIPE_AMP] = ACTIONS(327),
[anon_sym_AMP_AMP] = ACTIONS(327),
[anon_sym_PIPE_PIPE] = ACTIONS(327),
[anon_sym_EQ_TILDE] = ACTIONS(331),
[anon_sym_EQ_EQ] = ACTIONS(331),
[anon_sym_LT] = ACTIONS(329),
[anon_sym_GT] = ACTIONS(329),
[anon_sym_GT_GT] = ACTIONS(327),
[anon_sym_AMP_GT] = ACTIONS(329),
[anon_sym_AMP_GT_GT] = ACTIONS(327),
[anon_sym_LT_AMP] = ACTIONS(327),
[anon_sym_GT_AMP] = ACTIONS(327),
[anon_sym_LT_LT] = ACTIONS(329),
[anon_sym_LT_LT_DASH] = ACTIONS(327),
[anon_sym_LT_LT_LT] = ACTIONS(327),
[sym__special_characters] = ACTIONS(333),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(335),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(337),
[anon_sym_LF] = ACTIONS(327),
[anon_sym_AMP] = ACTIONS(329),
},
[30] = {
[sym_file_redirect] = STATE(180),
[sym_heredoc_redirect] = STATE(180),
[sym_heredoc_body] = STATE(179),
[sym_herestring_redirect] = STATE(180),
[aux_sym_redirected_statement_repeat1] = STATE(180),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[ts_builtin_sym_end] = ACTIONS(305),
[anon_sym_SEMI] = ACTIONS(307),
[anon_sym_PIPE] = ACTIONS(309),
[anon_sym_SEMI_SEMI] = ACTIONS(311),
[anon_sym_PIPE_AMP] = ACTIONS(313),
[anon_sym_AMP_AMP] = ACTIONS(315),
[anon_sym_PIPE_PIPE] = ACTIONS(315),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(325),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(311),
[anon_sym_AMP] = ACTIONS(307),
},
[31] = {
[anon_sym_EQ] = ACTIONS(67),
[anon_sym_PLUS_EQ] = ACTIONS(67),
[sym_comment] = ACTIONS(57),
},
[32] = {
[sym__simple_heredoc_body] = ACTIONS(275),
[sym__heredoc_body_beginning] = ACTIONS(275),
[sym_file_descriptor] = ACTIONS(275),
[ts_builtin_sym_end] = ACTIONS(275),
[anon_sym_SEMI] = ACTIONS(277),
[anon_sym_PIPE] = ACTIONS(277),
[anon_sym_RPAREN] = ACTIONS(275),
[anon_sym_SEMI_SEMI] = ACTIONS(275),
[anon_sym_PIPE_AMP] = ACTIONS(275),
[anon_sym_AMP_AMP] = ACTIONS(275),
[anon_sym_PIPE_PIPE] = ACTIONS(275),
[anon_sym_EQ_TILDE] = ACTIONS(277),
[anon_sym_EQ_EQ] = ACTIONS(277),
[anon_sym_LT] = ACTIONS(277),
[anon_sym_GT] = ACTIONS(277),
[anon_sym_GT_GT] = ACTIONS(275),
[anon_sym_AMP_GT] = ACTIONS(277),
[anon_sym_AMP_GT_GT] = ACTIONS(275),
[anon_sym_LT_AMP] = ACTIONS(275),
[anon_sym_GT_AMP] = ACTIONS(275),
[anon_sym_LT_LT] = ACTIONS(277),
[anon_sym_LT_LT_DASH] = ACTIONS(275),
[anon_sym_LT_LT_LT] = ACTIONS(275),
[sym__special_characters] = ACTIONS(275),
[anon_sym_DQUOTE] = ACTIONS(275),
[anon_sym_DOLLAR] = ACTIONS(277),
[sym_raw_string] = ACTIONS(275),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(275),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(275),
[anon_sym_BQUOTE] = ACTIONS(275),
[anon_sym_LT_LPAREN] = ACTIONS(275),
[anon_sym_GT_LPAREN] = ACTIONS(275),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(277),
[anon_sym_LF] = ACTIONS(275),
[anon_sym_AMP] = ACTIONS(277),
},
[33] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(185),
[sym_for_statement] = STATE(185),
[sym_c_style_for_statement] = STATE(185),
[sym_while_statement] = STATE(185),
[sym_if_statement] = STATE(185),
[sym_case_statement] = STATE(185),
[sym_function_definition] = STATE(185),
[sym_compound_statement] = STATE(185),
[sym_subshell] = STATE(185),
[sym_pipeline] = STATE(185),
[sym_list] = STATE(185),
[sym_negated_command] = STATE(185),
[sym_test_command] = STATE(185),
[sym_declaration_command] = STATE(185),
[sym_unset_command] = STATE(185),
[sym_command] = STATE(185),
[sym_command_name] = STATE(29),
[sym_variable_assignment] = STATE(186),
[sym_subscript] = STATE(31),
[sym_file_redirect] = STATE(34),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(21),
[sym_simple_expansion] = STATE(21),
[sym_string_expansion] = STATE(21),
[sym_expansion] = STATE(21),
[sym_command_substitution] = STATE(21),
[sym_process_substitution] = STATE(21),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(34),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(7),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(41),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(47),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(59),
},
[34] = {
[sym_command_name] = STATE(188),
[sym_variable_assignment] = STATE(189),
[sym_subscript] = STATE(94),
[sym_file_redirect] = STATE(189),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(21),
[sym_simple_expansion] = STATE(21),
[sym_string_expansion] = STATE(21),
[sym_expansion] = STATE(21),
[sym_command_substitution] = STATE(21),
[sym_process_substitution] = STATE(21),
[aux_sym_command_repeat1] = STATE(189),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(145),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(343),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(47),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(47),
},
[35] = {
[sym_concatenation] = STATE(192),
[sym_string] = STATE(191),
[sym_simple_expansion] = STATE(191),
[sym_string_expansion] = STATE(191),
[sym_expansion] = STATE(191),
[sym_command_substitution] = STATE(191),
[sym_process_substitution] = STATE(191),
[sym__special_characters] = ACTIONS(345),
[anon_sym_DQUOTE] = ACTIONS(233),
[anon_sym_DOLLAR] = ACTIONS(235),
[sym_raw_string] = ACTIONS(347),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(239),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(241),
[anon_sym_BQUOTE] = ACTIONS(243),
[anon_sym_LT_LPAREN] = ACTIONS(245),
[anon_sym_GT_LPAREN] = ACTIONS(245),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(347),
},
[36] = {
[sym_concatenation] = STATE(195),
[sym_string] = STATE(194),
[sym_simple_expansion] = STATE(194),
[sym_string_expansion] = STATE(194),
[sym_expansion] = STATE(194),
[sym_command_substitution] = STATE(194),
[sym_process_substitution] = STATE(194),
[sym__special_characters] = ACTIONS(349),
[anon_sym_DQUOTE] = ACTIONS(153),
[anon_sym_DOLLAR] = ACTIONS(155),
[sym_raw_string] = ACTIONS(351),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(159),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(161),
[anon_sym_BQUOTE] = ACTIONS(163),
[anon_sym_LT_LPAREN] = ACTIONS(165),
[anon_sym_GT_LPAREN] = ACTIONS(165),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(351),
},
[37] = {
[sym_concatenation] = STATE(196),
[sym_string] = STATE(201),
[sym_array] = STATE(196),
[sym_simple_expansion] = STATE(201),
[sym_string_expansion] = STATE(201),
[sym_expansion] = STATE(201),
[sym_command_substitution] = STATE(201),
[sym_process_substitution] = STATE(201),
[sym__empty_value] = ACTIONS(353),
[anon_sym_LPAREN] = ACTIONS(355),
[sym__special_characters] = ACTIONS(357),
[anon_sym_DQUOTE] = ACTIONS(359),
[anon_sym_DOLLAR] = ACTIONS(361),
[sym_raw_string] = ACTIONS(363),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(365),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(367),
[anon_sym_BQUOTE] = ACTIONS(369),
[anon_sym_LT_LPAREN] = ACTIONS(371),
[anon_sym_GT_LPAREN] = ACTIONS(371),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(363),
},
[38] = {
[sym__expression] = STATE(217),
[sym_binary_expression] = STATE(217),
[sym_unary_expression] = STATE(217),
[sym_postfix_expression] = STATE(217),
[sym_parenthesized_expression] = STATE(217),
[sym_concatenation] = STATE(217),
[sym_string] = STATE(212),
[sym_simple_expansion] = STATE(212),
[sym_string_expansion] = STATE(212),
[sym_expansion] = STATE(212),
[sym_command_substitution] = STATE(212),
[sym_process_substitution] = STATE(212),
[anon_sym_SEMI] = ACTIONS(373),
[anon_sym_SEMI_SEMI] = ACTIONS(375),
[anon_sym_LPAREN] = ACTIONS(377),
[anon_sym_BANG] = ACTIONS(379),
[sym__special_characters] = ACTIONS(381),
[anon_sym_DQUOTE] = ACTIONS(383),
[anon_sym_DOLLAR] = ACTIONS(385),
[sym_raw_string] = ACTIONS(387),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(389),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(391),
[anon_sym_BQUOTE] = ACTIONS(393),
[anon_sym_LT_LPAREN] = ACTIONS(395),
[anon_sym_GT_LPAREN] = ACTIONS(395),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(397),
[sym_test_operator] = ACTIONS(399),
[anon_sym_LF] = ACTIONS(375),
[anon_sym_AMP] = ACTIONS(375),
},
[39] = {
[anon_sym_in] = ACTIONS(401),
[anon_sym_SEMI] = ACTIONS(403),
[anon_sym_SEMI_SEMI] = ACTIONS(405),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(405),
[anon_sym_AMP] = ACTIONS(405),
},
[40] = {
[sym__expression] = STATE(230),
[sym_binary_expression] = STATE(230),
[sym_unary_expression] = STATE(230),
[sym_postfix_expression] = STATE(230),
[sym_parenthesized_expression] = STATE(230),
[sym_concatenation] = STATE(230),
[sym_string] = STATE(225),
[sym_simple_expansion] = STATE(225),
[sym_string_expansion] = STATE(225),
[sym_expansion] = STATE(225),
[sym_command_substitution] = STATE(225),
[sym_process_substitution] = STATE(225),
[anon_sym_LPAREN] = ACTIONS(407),
[anon_sym_BANG] = ACTIONS(409),
[sym__special_characters] = ACTIONS(411),
[anon_sym_DQUOTE] = ACTIONS(413),
[anon_sym_DOLLAR] = ACTIONS(415),
[sym_raw_string] = ACTIONS(417),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(419),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(421),
[anon_sym_BQUOTE] = ACTIONS(423),
[anon_sym_LT_LPAREN] = ACTIONS(425),
[anon_sym_GT_LPAREN] = ACTIONS(425),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(427),
[sym_test_operator] = ACTIONS(429),
},
[41] = {
[sym__expression] = STATE(231),
[sym_binary_expression] = STATE(231),
[sym_unary_expression] = STATE(231),
[sym_postfix_expression] = STATE(231),
[sym_parenthesized_expression] = STATE(231),
[sym_concatenation] = STATE(231),
[sym_string] = STATE(45),
[sym_simple_expansion] = STATE(45),
[sym_string_expansion] = STATE(45),
[sym_expansion] = STATE(45),
[sym_command_substitution] = STATE(45),
[sym_process_substitution] = STATE(45),
[anon_sym_LPAREN] = ACTIONS(73),
[anon_sym_BANG] = ACTIONS(75),
[sym__special_characters] = ACTIONS(77),
[anon_sym_DQUOTE] = ACTIONS(79),
[anon_sym_DOLLAR] = ACTIONS(81),
[sym_raw_string] = ACTIONS(83),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(85),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(87),
[anon_sym_BQUOTE] = ACTIONS(89),
[anon_sym_LT_LPAREN] = ACTIONS(91),
[anon_sym_GT_LPAREN] = ACTIONS(91),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(93),
[sym_test_operator] = ACTIONS(95),
},
[42] = {
[aux_sym_concatenation_repeat1] = STATE(233),
[sym__concat] = ACTIONS(431),
[anon_sym_RPAREN_RPAREN] = ACTIONS(433),
[anon_sym_AMP_AMP] = ACTIONS(433),
[anon_sym_PIPE_PIPE] = ACTIONS(433),
[anon_sym_EQ_TILDE] = ACTIONS(433),
[anon_sym_EQ_EQ] = ACTIONS(433),
[anon_sym_EQ] = ACTIONS(435),
[anon_sym_PLUS_EQ] = ACTIONS(433),
[anon_sym_LT] = ACTIONS(435),
[anon_sym_GT] = ACTIONS(435),
[anon_sym_BANG_EQ] = ACTIONS(433),
[anon_sym_PLUS] = ACTIONS(435),
[anon_sym_DASH] = ACTIONS(435),
[anon_sym_DASH_EQ] = ACTIONS(433),
[anon_sym_LT_EQ] = ACTIONS(433),
[anon_sym_GT_EQ] = ACTIONS(433),
[anon_sym_PLUS_PLUS] = ACTIONS(433),
[anon_sym_DASH_DASH] = ACTIONS(433),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(433),
},
[43] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(236),
[anon_sym_DQUOTE] = ACTIONS(437),
[anon_sym_DOLLAR] = ACTIONS(439),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[44] = {
[sym_string] = STATE(238),
[anon_sym_DASH] = ACTIONS(441),
[anon_sym_DQUOTE] = ACTIONS(79),
[anon_sym_DOLLAR] = ACTIONS(441),
[sym_raw_string] = ACTIONS(443),
[anon_sym_POUND] = ACTIONS(441),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(445),
[anon_sym_STAR] = ACTIONS(447),
[anon_sym_AT] = ACTIONS(447),
[anon_sym_QMARK] = ACTIONS(447),
[anon_sym_0] = ACTIONS(445),
[anon_sym__] = ACTIONS(445),
},
[45] = {
[aux_sym_concatenation_repeat1] = STATE(233),
[sym__concat] = ACTIONS(431),
[anon_sym_RPAREN_RPAREN] = ACTIONS(449),
[anon_sym_AMP_AMP] = ACTIONS(449),
[anon_sym_PIPE_PIPE] = ACTIONS(449),
[anon_sym_EQ_TILDE] = ACTIONS(449),
[anon_sym_EQ_EQ] = ACTIONS(449),
[anon_sym_EQ] = ACTIONS(451),
[anon_sym_PLUS_EQ] = ACTIONS(449),
[anon_sym_LT] = ACTIONS(451),
[anon_sym_GT] = ACTIONS(451),
[anon_sym_BANG_EQ] = ACTIONS(449),
[anon_sym_PLUS] = ACTIONS(451),
[anon_sym_DASH] = ACTIONS(451),
[anon_sym_DASH_EQ] = ACTIONS(449),
[anon_sym_LT_EQ] = ACTIONS(449),
[anon_sym_GT_EQ] = ACTIONS(449),
[anon_sym_PLUS_PLUS] = ACTIONS(449),
[anon_sym_DASH_DASH] = ACTIONS(449),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(449),
},
[46] = {
[sym_subscript] = STATE(243),
[sym_variable_name] = ACTIONS(453),
[anon_sym_BANG] = ACTIONS(455),
[anon_sym_DASH] = ACTIONS(457),
[anon_sym_DOLLAR] = ACTIONS(457),
[anon_sym_POUND] = ACTIONS(455),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(459),
[anon_sym_STAR] = ACTIONS(461),
[anon_sym_AT] = ACTIONS(461),
[anon_sym_QMARK] = ACTIONS(461),
[anon_sym_0] = ACTIONS(459),
[anon_sym__] = ACTIONS(459),
},
[47] = {
[sym__terminated_statement] = STATE(246),
[sym_redirected_statement] = STATE(244),
[sym_for_statement] = STATE(244),
[sym_c_style_for_statement] = STATE(244),
[sym_while_statement] = STATE(244),
[sym_if_statement] = STATE(244),
[sym_case_statement] = STATE(244),
[sym_function_definition] = STATE(244),
[sym_compound_statement] = STATE(244),
[sym_subshell] = STATE(244),
[sym_pipeline] = STATE(244),
[sym_list] = STATE(244),
[sym_negated_command] = STATE(244),
[sym_test_command] = STATE(244),
[sym_declaration_command] = STATE(244),
[sym_unset_command] = STATE(244),
[sym_command] = STATE(244),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(245),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(246),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[48] = {
[sym__terminated_statement] = STATE(249),
[sym_redirected_statement] = STATE(247),
[sym_for_statement] = STATE(247),
[sym_c_style_for_statement] = STATE(247),
[sym_while_statement] = STATE(247),
[sym_if_statement] = STATE(247),
[sym_case_statement] = STATE(247),
[sym_function_definition] = STATE(247),
[sym_compound_statement] = STATE(247),
[sym_subshell] = STATE(247),
[sym_pipeline] = STATE(247),
[sym_list] = STATE(247),
[sym_negated_command] = STATE(247),
[sym_test_command] = STATE(247),
[sym_declaration_command] = STATE(247),
[sym_unset_command] = STATE(247),
[sym_command] = STATE(247),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(248),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(249),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[49] = {
[sym__terminated_statement] = STATE(252),
[sym_redirected_statement] = STATE(250),
[sym_for_statement] = STATE(250),
[sym_c_style_for_statement] = STATE(250),
[sym_while_statement] = STATE(250),
[sym_if_statement] = STATE(250),
[sym_case_statement] = STATE(250),
[sym_function_definition] = STATE(250),
[sym_compound_statement] = STATE(250),
[sym_subshell] = STATE(250),
[sym_pipeline] = STATE(250),
[sym_list] = STATE(250),
[sym_negated_command] = STATE(250),
[sym_test_command] = STATE(250),
[sym_declaration_command] = STATE(250),
[sym_unset_command] = STATE(250),
[sym_command] = STATE(250),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(251),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(252),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[50] = {
[anon_sym_RPAREN_RPAREN] = ACTIONS(463),
[anon_sym_AMP_AMP] = ACTIONS(465),
[anon_sym_PIPE_PIPE] = ACTIONS(465),
[anon_sym_EQ_TILDE] = ACTIONS(467),
[anon_sym_EQ_EQ] = ACTIONS(467),
[anon_sym_EQ] = ACTIONS(469),
[anon_sym_PLUS_EQ] = ACTIONS(465),
[anon_sym_LT] = ACTIONS(469),
[anon_sym_GT] = ACTIONS(469),
[anon_sym_BANG_EQ] = ACTIONS(465),
[anon_sym_PLUS] = ACTIONS(469),
[anon_sym_DASH] = ACTIONS(469),
[anon_sym_DASH_EQ] = ACTIONS(465),
[anon_sym_LT_EQ] = ACTIONS(465),
[anon_sym_GT_EQ] = ACTIONS(465),
[anon_sym_PLUS_PLUS] = ACTIONS(471),
[anon_sym_DASH_DASH] = ACTIONS(471),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(465),
},
[51] = {
[anon_sym_LBRACK] = ACTIONS(65),
[anon_sym_EQ] = ACTIONS(473),
[anon_sym_PLUS_EQ] = ACTIONS(473),
[sym_comment] = ACTIONS(57),
},
[52] = {
[sym_subshell] = STATE(93),
[sym_test_command] = STATE(93),
[sym_command] = STATE(93),
[sym_command_name] = STATE(60),
[sym_variable_assignment] = STATE(63),
[sym_subscript] = STATE(94),
[sym_file_redirect] = STATE(63),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym_command_repeat1] = STATE(63),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(145),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_LPAREN] = ACTIONS(23),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(107),
},
[53] = {
[sym_variable_assignment] = STATE(262),
[sym_subscript] = STATE(261),
[sym_concatenation] = STATE(262),
[sym_string] = STATE(260),
[sym_simple_expansion] = STATE(260),
[sym_string_expansion] = STATE(260),
[sym_expansion] = STATE(260),
[sym_command_substitution] = STATE(260),
[sym_process_substitution] = STATE(260),
[aux_sym_declaration_command_repeat1] = STATE(262),
[sym__simple_heredoc_body] = ACTIONS(181),
[sym__heredoc_body_beginning] = ACTIONS(181),
[sym_file_descriptor] = ACTIONS(181),
[sym_variable_name] = ACTIONS(475),
[anon_sym_SEMI] = ACTIONS(185),
[anon_sym_PIPE] = ACTIONS(185),
[anon_sym_SEMI_SEMI] = ACTIONS(181),
[anon_sym_PIPE_AMP] = ACTIONS(181),
[anon_sym_AMP_AMP] = ACTIONS(181),
[anon_sym_PIPE_PIPE] = ACTIONS(181),
[anon_sym_LT] = ACTIONS(185),
[anon_sym_GT] = ACTIONS(185),
[anon_sym_GT_GT] = ACTIONS(181),
[anon_sym_AMP_GT] = ACTIONS(185),
[anon_sym_AMP_GT_GT] = ACTIONS(181),
[anon_sym_LT_AMP] = ACTIONS(181),
[anon_sym_GT_AMP] = ACTIONS(181),
[anon_sym_LT_LT] = ACTIONS(185),
[anon_sym_LT_LT_DASH] = ACTIONS(181),
[anon_sym_LT_LT_LT] = ACTIONS(181),
[sym__special_characters] = ACTIONS(477),
[anon_sym_DQUOTE] = ACTIONS(189),
[anon_sym_DOLLAR] = ACTIONS(191),
[sym_raw_string] = ACTIONS(479),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(195),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(197),
[anon_sym_BQUOTE] = ACTIONS(199),
[anon_sym_LT_LPAREN] = ACTIONS(201),
[anon_sym_GT_LPAREN] = ACTIONS(201),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(481),
[sym_word] = ACTIONS(483),
[anon_sym_LF] = ACTIONS(181),
[anon_sym_AMP] = ACTIONS(185),
},
[54] = {
[sym_concatenation] = STATE(265),
[sym_string] = STATE(264),
[sym_simple_expansion] = STATE(264),
[sym_string_expansion] = STATE(264),
[sym_expansion] = STATE(264),
[sym_command_substitution] = STATE(264),
[sym_process_substitution] = STATE(264),
[aux_sym_unset_command_repeat1] = STATE(265),
[sym__simple_heredoc_body] = ACTIONS(207),
[sym__heredoc_body_beginning] = ACTIONS(207),
[sym_file_descriptor] = ACTIONS(207),
[anon_sym_SEMI] = ACTIONS(209),
[anon_sym_PIPE] = ACTIONS(209),
[anon_sym_SEMI_SEMI] = ACTIONS(207),
[anon_sym_PIPE_AMP] = ACTIONS(207),
[anon_sym_AMP_AMP] = ACTIONS(207),
[anon_sym_PIPE_PIPE] = ACTIONS(207),
[anon_sym_LT] = ACTIONS(209),
[anon_sym_GT] = ACTIONS(209),
[anon_sym_GT_GT] = ACTIONS(207),
[anon_sym_AMP_GT] = ACTIONS(209),
[anon_sym_AMP_GT_GT] = ACTIONS(207),
[anon_sym_LT_AMP] = ACTIONS(207),
[anon_sym_GT_AMP] = ACTIONS(207),
[anon_sym_LT_LT] = ACTIONS(209),
[anon_sym_LT_LT_DASH] = ACTIONS(207),
[anon_sym_LT_LT_LT] = ACTIONS(207),
[sym__special_characters] = ACTIONS(485),
[anon_sym_DQUOTE] = ACTIONS(213),
[anon_sym_DOLLAR] = ACTIONS(215),
[sym_raw_string] = ACTIONS(487),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(219),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(221),
[anon_sym_BQUOTE] = ACTIONS(223),
[anon_sym_LT_LPAREN] = ACTIONS(225),
[anon_sym_GT_LPAREN] = ACTIONS(225),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(489),
[sym_word] = ACTIONS(491),
[anon_sym_LF] = ACTIONS(207),
[anon_sym_AMP] = ACTIONS(209),
},
[55] = {
[aux_sym_concatenation_repeat1] = STATE(266),
[sym__simple_heredoc_body] = ACTIONS(247),
[sym__heredoc_body_beginning] = ACTIONS(247),
[sym_file_descriptor] = ACTIONS(247),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(251),
[anon_sym_PIPE] = ACTIONS(251),
[anon_sym_SEMI_SEMI] = ACTIONS(247),
[anon_sym_PIPE_AMP] = ACTIONS(247),
[anon_sym_AMP_AMP] = ACTIONS(247),
[anon_sym_PIPE_PIPE] = ACTIONS(247),
[anon_sym_EQ_TILDE] = ACTIONS(251),
[anon_sym_EQ_EQ] = ACTIONS(251),
[anon_sym_LT] = ACTIONS(251),
[anon_sym_GT] = ACTIONS(251),
[anon_sym_GT_GT] = ACTIONS(247),
[anon_sym_AMP_GT] = ACTIONS(251),
[anon_sym_AMP_GT_GT] = ACTIONS(247),
[anon_sym_LT_AMP] = ACTIONS(247),
[anon_sym_GT_AMP] = ACTIONS(247),
[anon_sym_LT_LT] = ACTIONS(251),
[anon_sym_LT_LT_DASH] = ACTIONS(247),
[anon_sym_LT_LT_LT] = ACTIONS(247),
[sym__special_characters] = ACTIONS(247),
[anon_sym_DQUOTE] = ACTIONS(247),
[anon_sym_DOLLAR] = ACTIONS(251),
[sym_raw_string] = ACTIONS(247),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(247),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(247),
[anon_sym_BQUOTE] = ACTIONS(247),
[anon_sym_LT_LPAREN] = ACTIONS(247),
[anon_sym_GT_LPAREN] = ACTIONS(247),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(251),
[anon_sym_LF] = ACTIONS(247),
[anon_sym_AMP] = ACTIONS(251),
},
[56] = {
[aux_sym_concatenation_repeat1] = STATE(266),
[sym__simple_heredoc_body] = ACTIONS(275),
[sym__heredoc_body_beginning] = ACTIONS(275),
[sym_file_descriptor] = ACTIONS(275),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(277),
[anon_sym_PIPE] = ACTIONS(277),
[anon_sym_SEMI_SEMI] = ACTIONS(275),
[anon_sym_PIPE_AMP] = ACTIONS(275),
[anon_sym_AMP_AMP] = ACTIONS(275),
[anon_sym_PIPE_PIPE] = ACTIONS(275),
[anon_sym_EQ_TILDE] = ACTIONS(277),
[anon_sym_EQ_EQ] = ACTIONS(277),
[anon_sym_LT] = ACTIONS(277),
[anon_sym_GT] = ACTIONS(277),
[anon_sym_GT_GT] = ACTIONS(275),
[anon_sym_AMP_GT] = ACTIONS(277),
[anon_sym_AMP_GT_GT] = ACTIONS(275),
[anon_sym_LT_AMP] = ACTIONS(275),
[anon_sym_GT_AMP] = ACTIONS(275),
[anon_sym_LT_LT] = ACTIONS(277),
[anon_sym_LT_LT_DASH] = ACTIONS(275),
[anon_sym_LT_LT_LT] = ACTIONS(275),
[sym__special_characters] = ACTIONS(275),
[anon_sym_DQUOTE] = ACTIONS(275),
[anon_sym_DOLLAR] = ACTIONS(277),
[sym_raw_string] = ACTIONS(275),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(275),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(275),
[anon_sym_BQUOTE] = ACTIONS(275),
[anon_sym_LT_LPAREN] = ACTIONS(275),
[anon_sym_GT_LPAREN] = ACTIONS(275),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(277),
[anon_sym_LF] = ACTIONS(275),
[anon_sym_AMP] = ACTIONS(277),
},
[57] = {
[aux_sym_concatenation_repeat1] = STATE(266),
[sym__simple_heredoc_body] = ACTIONS(275),
[sym__heredoc_body_beginning] = ACTIONS(275),
[sym_file_descriptor] = ACTIONS(275),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(277),
[anon_sym_PIPE] = ACTIONS(277),
[anon_sym_SEMI_SEMI] = ACTIONS(275),
[anon_sym_LPAREN] = ACTIONS(295),
[anon_sym_PIPE_AMP] = ACTIONS(275),
[anon_sym_AMP_AMP] = ACTIONS(275),
[anon_sym_PIPE_PIPE] = ACTIONS(275),
[anon_sym_EQ_TILDE] = ACTIONS(277),
[anon_sym_EQ_EQ] = ACTIONS(277),
[anon_sym_LT] = ACTIONS(277),
[anon_sym_GT] = ACTIONS(277),
[anon_sym_GT_GT] = ACTIONS(275),
[anon_sym_AMP_GT] = ACTIONS(277),
[anon_sym_AMP_GT_GT] = ACTIONS(275),
[anon_sym_LT_AMP] = ACTIONS(275),
[anon_sym_GT_AMP] = ACTIONS(275),
[anon_sym_LT_LT] = ACTIONS(277),
[anon_sym_LT_LT_DASH] = ACTIONS(275),
[anon_sym_LT_LT_LT] = ACTIONS(275),
[sym__special_characters] = ACTIONS(275),
[anon_sym_DQUOTE] = ACTIONS(275),
[anon_sym_DOLLAR] = ACTIONS(277),
[sym_raw_string] = ACTIONS(275),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(275),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(275),
[anon_sym_BQUOTE] = ACTIONS(275),
[anon_sym_LT_LPAREN] = ACTIONS(275),
[anon_sym_GT_LPAREN] = ACTIONS(275),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(277),
[anon_sym_LF] = ACTIONS(275),
[anon_sym_AMP] = ACTIONS(277),
},
[58] = {
[sym_do_group] = STATE(268),
[anon_sym_do] = ACTIONS(493),
[sym_comment] = ACTIONS(57),
},
[59] = {
[sym_file_redirect] = STATE(276),
[sym_heredoc_redirect] = STATE(276),
[sym_heredoc_body] = STATE(275),
[sym_herestring_redirect] = STATE(276),
[aux_sym_redirected_statement_repeat1] = STATE(276),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(495),
[anon_sym_SEMI] = ACTIONS(497),
[anon_sym_PIPE] = ACTIONS(499),
[anon_sym_SEMI_SEMI] = ACTIONS(501),
[anon_sym_PIPE_AMP] = ACTIONS(503),
[anon_sym_AMP_AMP] = ACTIONS(505),
[anon_sym_PIPE_PIPE] = ACTIONS(505),
[anon_sym_LT] = ACTIONS(507),
[anon_sym_GT] = ACTIONS(507),
[anon_sym_GT_GT] = ACTIONS(509),
[anon_sym_AMP_GT] = ACTIONS(507),
[anon_sym_AMP_GT_GT] = ACTIONS(509),
[anon_sym_LT_AMP] = ACTIONS(509),
[anon_sym_GT_AMP] = ACTIONS(509),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(511),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(501),
[anon_sym_AMP] = ACTIONS(497),
},
[60] = {
[sym_concatenation] = STATE(280),
[sym_string] = STATE(279),
[sym_simple_expansion] = STATE(279),
[sym_string_expansion] = STATE(279),
[sym_expansion] = STATE(279),
[sym_command_substitution] = STATE(279),
[sym_process_substitution] = STATE(279),
[aux_sym_command_repeat2] = STATE(280),
[sym__simple_heredoc_body] = ACTIONS(327),
[sym__heredoc_body_beginning] = ACTIONS(327),
[sym_file_descriptor] = ACTIONS(327),
[anon_sym_SEMI] = ACTIONS(329),
[anon_sym_PIPE] = ACTIONS(329),
[anon_sym_SEMI_SEMI] = ACTIONS(327),
[anon_sym_PIPE_AMP] = ACTIONS(327),
[anon_sym_AMP_AMP] = ACTIONS(327),
[anon_sym_PIPE_PIPE] = ACTIONS(327),
[anon_sym_EQ_TILDE] = ACTIONS(513),
[anon_sym_EQ_EQ] = ACTIONS(513),
[anon_sym_LT] = ACTIONS(329),
[anon_sym_GT] = ACTIONS(329),
[anon_sym_GT_GT] = ACTIONS(327),
[anon_sym_AMP_GT] = ACTIONS(329),
[anon_sym_AMP_GT_GT] = ACTIONS(327),
[anon_sym_LT_AMP] = ACTIONS(327),
[anon_sym_GT_AMP] = ACTIONS(327),
[anon_sym_LT_LT] = ACTIONS(329),
[anon_sym_LT_LT_DASH] = ACTIONS(327),
[anon_sym_LT_LT_LT] = ACTIONS(327),
[sym__special_characters] = ACTIONS(515),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(517),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(519),
[anon_sym_LF] = ACTIONS(327),
[anon_sym_AMP] = ACTIONS(329),
},
[61] = {
[sym_file_redirect] = STATE(276),
[sym_heredoc_redirect] = STATE(276),
[sym_heredoc_body] = STATE(275),
[sym_herestring_redirect] = STATE(276),
[aux_sym_redirected_statement_repeat1] = STATE(276),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(497),
[anon_sym_PIPE] = ACTIONS(499),
[anon_sym_SEMI_SEMI] = ACTIONS(501),
[anon_sym_PIPE_AMP] = ACTIONS(503),
[anon_sym_AMP_AMP] = ACTIONS(505),
[anon_sym_PIPE_PIPE] = ACTIONS(505),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(511),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(501),
[anon_sym_AMP] = ACTIONS(497),
},
[62] = {
[anon_sym_EQ] = ACTIONS(473),
[anon_sym_PLUS_EQ] = ACTIONS(473),
[sym_comment] = ACTIONS(57),
},
[63] = {
[sym_command_name] = STATE(281),
[sym_variable_assignment] = STATE(189),
[sym_subscript] = STATE(94),
[sym_file_redirect] = STATE(189),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym_command_repeat1] = STATE(189),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(145),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(521),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(107),
},
[64] = {
[anon_sym_then] = ACTIONS(523),
[sym_comment] = ACTIONS(57),
},
[65] = {
[aux_sym_concatenation_repeat1] = STATE(286),
[sym__concat] = ACTIONS(525),
[anon_sym_in] = ACTIONS(527),
[anon_sym_SEMI] = ACTIONS(529),
[anon_sym_SEMI_SEMI] = ACTIONS(531),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(531),
[anon_sym_AMP] = ACTIONS(531),
},
[66] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(289),
[anon_sym_DQUOTE] = ACTIONS(533),
[anon_sym_DOLLAR] = ACTIONS(535),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[67] = {
[sym_string] = STATE(291),
[anon_sym_DASH] = ACTIONS(537),
[anon_sym_DQUOTE] = ACTIONS(113),
[anon_sym_DOLLAR] = ACTIONS(537),
[sym_raw_string] = ACTIONS(539),
[anon_sym_POUND] = ACTIONS(537),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(541),
[anon_sym_STAR] = ACTIONS(543),
[anon_sym_AT] = ACTIONS(543),
[anon_sym_QMARK] = ACTIONS(543),
[anon_sym_0] = ACTIONS(541),
[anon_sym__] = ACTIONS(541),
},
[68] = {
[aux_sym_concatenation_repeat1] = STATE(286),
[sym__concat] = ACTIONS(525),
[anon_sym_in] = ACTIONS(545),
[anon_sym_SEMI] = ACTIONS(547),
[anon_sym_SEMI_SEMI] = ACTIONS(549),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(549),
[anon_sym_AMP] = ACTIONS(549),
},
[69] = {
[sym_subscript] = STATE(298),
[sym_variable_name] = ACTIONS(551),
[anon_sym_BANG] = ACTIONS(553),
[anon_sym_DASH] = ACTIONS(555),
[anon_sym_DOLLAR] = ACTIONS(555),
[anon_sym_POUND] = ACTIONS(553),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(557),
[anon_sym_STAR] = ACTIONS(559),
[anon_sym_AT] = ACTIONS(559),
[anon_sym_QMARK] = ACTIONS(559),
[anon_sym_0] = ACTIONS(557),
[anon_sym__] = ACTIONS(557),
},
[70] = {
[sym__terminated_statement] = STATE(301),
[sym_redirected_statement] = STATE(299),
[sym_for_statement] = STATE(299),
[sym_c_style_for_statement] = STATE(299),
[sym_while_statement] = STATE(299),
[sym_if_statement] = STATE(299),
[sym_case_statement] = STATE(299),
[sym_function_definition] = STATE(299),
[sym_compound_statement] = STATE(299),
[sym_subshell] = STATE(299),
[sym_pipeline] = STATE(299),
[sym_list] = STATE(299),
[sym_negated_command] = STATE(299),
[sym_test_command] = STATE(299),
[sym_declaration_command] = STATE(299),
[sym_unset_command] = STATE(299),
[sym_command] = STATE(299),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(300),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(301),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[71] = {
[sym__terminated_statement] = STATE(304),
[sym_redirected_statement] = STATE(302),
[sym_for_statement] = STATE(302),
[sym_c_style_for_statement] = STATE(302),
[sym_while_statement] = STATE(302),
[sym_if_statement] = STATE(302),
[sym_case_statement] = STATE(302),
[sym_function_definition] = STATE(302),
[sym_compound_statement] = STATE(302),
[sym_subshell] = STATE(302),
[sym_pipeline] = STATE(302),
[sym_list] = STATE(302),
[sym_negated_command] = STATE(302),
[sym_test_command] = STATE(302),
[sym_declaration_command] = STATE(302),
[sym_unset_command] = STATE(302),
[sym_command] = STATE(302),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(303),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(304),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[72] = {
[sym__terminated_statement] = STATE(307),
[sym_redirected_statement] = STATE(305),
[sym_for_statement] = STATE(305),
[sym_c_style_for_statement] = STATE(305),
[sym_while_statement] = STATE(305),
[sym_if_statement] = STATE(305),
[sym_case_statement] = STATE(305),
[sym_function_definition] = STATE(305),
[sym_compound_statement] = STATE(305),
[sym_subshell] = STATE(305),
[sym_pipeline] = STATE(305),
[sym_list] = STATE(305),
[sym_negated_command] = STATE(305),
[sym_test_command] = STATE(305),
[sym_declaration_command] = STATE(305),
[sym_unset_command] = STATE(305),
[sym_command] = STATE(305),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(306),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(307),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[73] = {
[anon_sym_in] = ACTIONS(545),
[anon_sym_SEMI] = ACTIONS(547),
[anon_sym_SEMI_SEMI] = ACTIONS(549),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(549),
[anon_sym_AMP] = ACTIONS(549),
},
[74] = {
[sym_compound_statement] = STATE(309),
[anon_sym_LPAREN] = ACTIONS(561),
[anon_sym_LBRACE] = ACTIONS(25),
[sym_comment] = ACTIONS(57),
},
[75] = {
[anon_sym_LBRACK] = ACTIONS(65),
[anon_sym_EQ] = ACTIONS(563),
[anon_sym_PLUS_EQ] = ACTIONS(563),
[sym_comment] = ACTIONS(57),
},
[76] = {
[sym_subshell] = STATE(93),
[sym_test_command] = STATE(93),
[sym_command] = STATE(93),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(87),
[sym_subscript] = STATE(94),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(145),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_LPAREN] = ACTIONS(23),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(139),
},
[77] = {
[sym_variable_assignment] = STATE(315),
[sym_subscript] = STATE(314),
[sym_concatenation] = STATE(315),
[sym_string] = STATE(313),
[sym_simple_expansion] = STATE(313),
[sym_string_expansion] = STATE(313),
[sym_expansion] = STATE(313),
[sym_command_substitution] = STATE(313),
[sym_process_substitution] = STATE(313),
[aux_sym_declaration_command_repeat1] = STATE(315),
[sym__simple_heredoc_body] = ACTIONS(181),
[sym__heredoc_body_beginning] = ACTIONS(181),
[sym_file_descriptor] = ACTIONS(181),
[sym_variable_name] = ACTIONS(565),
[anon_sym_SEMI] = ACTIONS(185),
[anon_sym_PIPE] = ACTIONS(185),
[anon_sym_RPAREN] = ACTIONS(181),
[anon_sym_SEMI_SEMI] = ACTIONS(181),
[anon_sym_PIPE_AMP] = ACTIONS(181),
[anon_sym_AMP_AMP] = ACTIONS(181),
[anon_sym_PIPE_PIPE] = ACTIONS(181),
[anon_sym_LT] = ACTIONS(185),
[anon_sym_GT] = ACTIONS(185),
[anon_sym_GT_GT] = ACTIONS(181),
[anon_sym_AMP_GT] = ACTIONS(185),
[anon_sym_AMP_GT_GT] = ACTIONS(181),
[anon_sym_LT_AMP] = ACTIONS(181),
[anon_sym_GT_AMP] = ACTIONS(181),
[anon_sym_LT_LT] = ACTIONS(185),
[anon_sym_LT_LT_DASH] = ACTIONS(181),
[anon_sym_LT_LT_LT] = ACTIONS(181),
[sym__special_characters] = ACTIONS(567),
[anon_sym_DQUOTE] = ACTIONS(189),
[anon_sym_DOLLAR] = ACTIONS(191),
[sym_raw_string] = ACTIONS(569),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(195),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(197),
[anon_sym_BQUOTE] = ACTIONS(199),
[anon_sym_LT_LPAREN] = ACTIONS(201),
[anon_sym_GT_LPAREN] = ACTIONS(201),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(571),
[sym_word] = ACTIONS(573),
[anon_sym_LF] = ACTIONS(181),
[anon_sym_AMP] = ACTIONS(185),
},
[78] = {
[sym_concatenation] = STATE(318),
[sym_string] = STATE(317),
[sym_simple_expansion] = STATE(317),
[sym_string_expansion] = STATE(317),
[sym_expansion] = STATE(317),
[sym_command_substitution] = STATE(317),
[sym_process_substitution] = STATE(317),
[aux_sym_unset_command_repeat1] = STATE(318),
[sym__simple_heredoc_body] = ACTIONS(207),
[sym__heredoc_body_beginning] = ACTIONS(207),
[sym_file_descriptor] = ACTIONS(207),
[anon_sym_SEMI] = ACTIONS(209),
[anon_sym_PIPE] = ACTIONS(209),
[anon_sym_RPAREN] = ACTIONS(207),
[anon_sym_SEMI_SEMI] = ACTIONS(207),
[anon_sym_PIPE_AMP] = ACTIONS(207),
[anon_sym_AMP_AMP] = ACTIONS(207),
[anon_sym_PIPE_PIPE] = ACTIONS(207),
[anon_sym_LT] = ACTIONS(209),
[anon_sym_GT] = ACTIONS(209),
[anon_sym_GT_GT] = ACTIONS(207),
[anon_sym_AMP_GT] = ACTIONS(209),
[anon_sym_AMP_GT_GT] = ACTIONS(207),
[anon_sym_LT_AMP] = ACTIONS(207),
[anon_sym_GT_AMP] = ACTIONS(207),
[anon_sym_LT_LT] = ACTIONS(209),
[anon_sym_LT_LT_DASH] = ACTIONS(207),
[anon_sym_LT_LT_LT] = ACTIONS(207),
[sym__special_characters] = ACTIONS(575),
[anon_sym_DQUOTE] = ACTIONS(213),
[anon_sym_DOLLAR] = ACTIONS(215),
[sym_raw_string] = ACTIONS(577),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(219),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(221),
[anon_sym_BQUOTE] = ACTIONS(223),
[anon_sym_LT_LPAREN] = ACTIONS(225),
[anon_sym_GT_LPAREN] = ACTIONS(225),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(579),
[sym_word] = ACTIONS(581),
[anon_sym_LF] = ACTIONS(207),
[anon_sym_AMP] = ACTIONS(209),
},
[79] = {
[aux_sym_concatenation_repeat1] = STATE(319),
[sym__simple_heredoc_body] = ACTIONS(247),
[sym__heredoc_body_beginning] = ACTIONS(247),
[sym_file_descriptor] = ACTIONS(247),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(251),
[anon_sym_PIPE] = ACTIONS(251),
[anon_sym_RPAREN] = ACTIONS(247),
[anon_sym_SEMI_SEMI] = ACTIONS(247),
[anon_sym_PIPE_AMP] = ACTIONS(247),
[anon_sym_AMP_AMP] = ACTIONS(247),
[anon_sym_PIPE_PIPE] = ACTIONS(247),
[anon_sym_EQ_TILDE] = ACTIONS(251),
[anon_sym_EQ_EQ] = ACTIONS(251),
[anon_sym_LT] = ACTIONS(251),
[anon_sym_GT] = ACTIONS(251),
[anon_sym_GT_GT] = ACTIONS(247),
[anon_sym_AMP_GT] = ACTIONS(251),
[anon_sym_AMP_GT_GT] = ACTIONS(247),
[anon_sym_LT_AMP] = ACTIONS(247),
[anon_sym_GT_AMP] = ACTIONS(247),
[anon_sym_LT_LT] = ACTIONS(251),
[anon_sym_LT_LT_DASH] = ACTIONS(247),
[anon_sym_LT_LT_LT] = ACTIONS(247),
[sym__special_characters] = ACTIONS(247),
[anon_sym_DQUOTE] = ACTIONS(247),
[anon_sym_DOLLAR] = ACTIONS(251),
[sym_raw_string] = ACTIONS(247),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(247),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(247),
[anon_sym_BQUOTE] = ACTIONS(247),
[anon_sym_LT_LPAREN] = ACTIONS(247),
[anon_sym_GT_LPAREN] = ACTIONS(247),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(251),
[anon_sym_LF] = ACTIONS(247),
[anon_sym_AMP] = ACTIONS(251),
},
[80] = {
[aux_sym_concatenation_repeat1] = STATE(319),
[sym__simple_heredoc_body] = ACTIONS(275),
[sym__heredoc_body_beginning] = ACTIONS(275),
[sym_file_descriptor] = ACTIONS(275),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(277),
[anon_sym_PIPE] = ACTIONS(277),
[anon_sym_RPAREN] = ACTIONS(275),
[anon_sym_SEMI_SEMI] = ACTIONS(275),
[anon_sym_PIPE_AMP] = ACTIONS(275),
[anon_sym_AMP_AMP] = ACTIONS(275),
[anon_sym_PIPE_PIPE] = ACTIONS(275),
[anon_sym_EQ_TILDE] = ACTIONS(277),
[anon_sym_EQ_EQ] = ACTIONS(277),
[anon_sym_LT] = ACTIONS(277),
[anon_sym_GT] = ACTIONS(277),
[anon_sym_GT_GT] = ACTIONS(275),
[anon_sym_AMP_GT] = ACTIONS(277),
[anon_sym_AMP_GT_GT] = ACTIONS(275),
[anon_sym_LT_AMP] = ACTIONS(275),
[anon_sym_GT_AMP] = ACTIONS(275),
[anon_sym_LT_LT] = ACTIONS(277),
[anon_sym_LT_LT_DASH] = ACTIONS(275),
[anon_sym_LT_LT_LT] = ACTIONS(275),
[sym__special_characters] = ACTIONS(275),
[anon_sym_DQUOTE] = ACTIONS(275),
[anon_sym_DOLLAR] = ACTIONS(277),
[sym_raw_string] = ACTIONS(275),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(275),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(275),
[anon_sym_BQUOTE] = ACTIONS(275),
[anon_sym_LT_LPAREN] = ACTIONS(275),
[anon_sym_GT_LPAREN] = ACTIONS(275),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(277),
[anon_sym_LF] = ACTIONS(275),
[anon_sym_AMP] = ACTIONS(277),
},
[81] = {
[aux_sym_concatenation_repeat1] = STATE(319),
[sym__simple_heredoc_body] = ACTIONS(275),
[sym__heredoc_body_beginning] = ACTIONS(275),
[sym_file_descriptor] = ACTIONS(275),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(277),
[anon_sym_PIPE] = ACTIONS(277),
[anon_sym_RPAREN] = ACTIONS(275),
[anon_sym_SEMI_SEMI] = ACTIONS(275),
[anon_sym_LPAREN] = ACTIONS(295),
[anon_sym_PIPE_AMP] = ACTIONS(275),
[anon_sym_AMP_AMP] = ACTIONS(275),
[anon_sym_PIPE_PIPE] = ACTIONS(275),
[anon_sym_EQ_TILDE] = ACTIONS(277),
[anon_sym_EQ_EQ] = ACTIONS(277),
[anon_sym_LT] = ACTIONS(277),
[anon_sym_GT] = ACTIONS(277),
[anon_sym_GT_GT] = ACTIONS(275),
[anon_sym_AMP_GT] = ACTIONS(277),
[anon_sym_AMP_GT_GT] = ACTIONS(275),
[anon_sym_LT_AMP] = ACTIONS(275),
[anon_sym_GT_AMP] = ACTIONS(275),
[anon_sym_LT_LT] = ACTIONS(277),
[anon_sym_LT_LT_DASH] = ACTIONS(275),
[anon_sym_LT_LT_LT] = ACTIONS(275),
[sym__special_characters] = ACTIONS(275),
[anon_sym_DQUOTE] = ACTIONS(275),
[anon_sym_DOLLAR] = ACTIONS(277),
[sym_raw_string] = ACTIONS(275),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(275),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(275),
[anon_sym_BQUOTE] = ACTIONS(275),
[anon_sym_LT_LPAREN] = ACTIONS(275),
[anon_sym_GT_LPAREN] = ACTIONS(275),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(277),
[anon_sym_LF] = ACTIONS(275),
[anon_sym_AMP] = ACTIONS(277),
},
[82] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(327),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(585),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(589),
[anon_sym_SEMI_SEMI] = ACTIONS(591),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(591),
[anon_sym_AMP] = ACTIONS(585),
},
[83] = {
[sym_concatenation] = STATE(332),
[sym_string] = STATE(331),
[sym_simple_expansion] = STATE(331),
[sym_string_expansion] = STATE(331),
[sym_expansion] = STATE(331),
[sym_command_substitution] = STATE(331),
[sym_process_substitution] = STATE(331),
[aux_sym_command_repeat2] = STATE(332),
[sym__simple_heredoc_body] = ACTIONS(327),
[sym__heredoc_body_beginning] = ACTIONS(327),
[sym_file_descriptor] = ACTIONS(327),
[anon_sym_SEMI] = ACTIONS(329),
[anon_sym_PIPE] = ACTIONS(329),
[anon_sym_RPAREN] = ACTIONS(327),
[anon_sym_SEMI_SEMI] = ACTIONS(327),
[anon_sym_PIPE_AMP] = ACTIONS(327),
[anon_sym_AMP_AMP] = ACTIONS(327),
[anon_sym_PIPE_PIPE] = ACTIONS(327),
[anon_sym_EQ_TILDE] = ACTIONS(603),
[anon_sym_EQ_EQ] = ACTIONS(603),
[anon_sym_LT] = ACTIONS(329),
[anon_sym_GT] = ACTIONS(329),
[anon_sym_GT_GT] = ACTIONS(327),
[anon_sym_AMP_GT] = ACTIONS(329),
[anon_sym_AMP_GT_GT] = ACTIONS(327),
[anon_sym_LT_AMP] = ACTIONS(327),
[anon_sym_GT_AMP] = ACTIONS(327),
[anon_sym_LT_LT] = ACTIONS(329),
[anon_sym_LT_LT_DASH] = ACTIONS(327),
[anon_sym_LT_LT_LT] = ACTIONS(327),
[sym__special_characters] = ACTIONS(605),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(607),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(609),
[anon_sym_LF] = ACTIONS(327),
[anon_sym_AMP] = ACTIONS(329),
},
[84] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(327),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(585),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(589),
[anon_sym_SEMI_SEMI] = ACTIONS(591),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(591),
[anon_sym_AMP] = ACTIONS(585),
},
[85] = {
[anon_sym_EQ] = ACTIONS(563),
[anon_sym_PLUS_EQ] = ACTIONS(563),
[sym_comment] = ACTIONS(57),
},
[86] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(333),
[sym_for_statement] = STATE(333),
[sym_c_style_for_statement] = STATE(333),
[sym_while_statement] = STATE(333),
[sym_if_statement] = STATE(333),
[sym_case_statement] = STATE(333),
[sym_function_definition] = STATE(333),
[sym_compound_statement] = STATE(333),
[sym_subshell] = STATE(333),
[sym_pipeline] = STATE(333),
[sym_list] = STATE(333),
[sym_negated_command] = STATE(333),
[sym_test_command] = STATE(333),
[sym_declaration_command] = STATE(333),
[sym_unset_command] = STATE(333),
[sym_command] = STATE(333),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(334),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[87] = {
[sym_command_name] = STATE(335),
[sym_variable_assignment] = STATE(189),
[sym_subscript] = STATE(94),
[sym_file_redirect] = STATE(189),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym_command_repeat1] = STATE(189),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(145),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(611),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(139),
},
[88] = {
[sym__simple_heredoc_body] = ACTIONS(613),
[sym__heredoc_body_beginning] = ACTIONS(613),
[sym_file_descriptor] = ACTIONS(613),
[ts_builtin_sym_end] = ACTIONS(613),
[anon_sym_SEMI] = ACTIONS(615),
[anon_sym_esac] = ACTIONS(613),
[anon_sym_PIPE] = ACTIONS(615),
[anon_sym_RPAREN] = ACTIONS(613),
[anon_sym_SEMI_SEMI] = ACTIONS(613),
[anon_sym_PIPE_AMP] = ACTIONS(613),
[anon_sym_AMP_AMP] = ACTIONS(613),
[anon_sym_PIPE_PIPE] = ACTIONS(613),
[anon_sym_LT] = ACTIONS(615),
[anon_sym_GT] = ACTIONS(615),
[anon_sym_GT_GT] = ACTIONS(613),
[anon_sym_AMP_GT] = ACTIONS(615),
[anon_sym_AMP_GT_GT] = ACTIONS(613),
[anon_sym_LT_AMP] = ACTIONS(613),
[anon_sym_GT_AMP] = ACTIONS(613),
[anon_sym_LT_LT] = ACTIONS(615),
[anon_sym_LT_LT_DASH] = ACTIONS(613),
[anon_sym_LT_LT_LT] = ACTIONS(613),
[anon_sym_BQUOTE] = ACTIONS(613),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(613),
[anon_sym_AMP] = ACTIONS(615),
},
[89] = {
[sym_file_redirect] = STATE(276),
[sym_heredoc_redirect] = STATE(276),
[sym_heredoc_body] = STATE(337),
[sym_herestring_redirect] = STATE(276),
[aux_sym_redirected_statement_repeat1] = STATE(276),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(495),
[anon_sym_SEMI] = ACTIONS(617),
[anon_sym_PIPE] = ACTIONS(499),
[anon_sym_SEMI_SEMI] = ACTIONS(619),
[anon_sym_PIPE_AMP] = ACTIONS(503),
[anon_sym_AMP_AMP] = ACTIONS(505),
[anon_sym_PIPE_PIPE] = ACTIONS(505),
[anon_sym_LT] = ACTIONS(507),
[anon_sym_GT] = ACTIONS(507),
[anon_sym_GT_GT] = ACTIONS(509),
[anon_sym_AMP_GT] = ACTIONS(507),
[anon_sym_AMP_GT_GT] = ACTIONS(509),
[anon_sym_LT_AMP] = ACTIONS(509),
[anon_sym_GT_AMP] = ACTIONS(509),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(511),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(619),
[anon_sym_AMP] = ACTIONS(617),
},
[90] = {
[sym_file_redirect] = STATE(276),
[sym_heredoc_redirect] = STATE(276),
[sym_heredoc_body] = STATE(337),
[sym_herestring_redirect] = STATE(276),
[aux_sym_redirected_statement_repeat1] = STATE(276),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(617),
[anon_sym_PIPE] = ACTIONS(499),
[anon_sym_SEMI_SEMI] = ACTIONS(619),
[anon_sym_PIPE_AMP] = ACTIONS(503),
[anon_sym_AMP_AMP] = ACTIONS(505),
[anon_sym_PIPE_PIPE] = ACTIONS(505),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(511),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(619),
[anon_sym_AMP] = ACTIONS(617),
},
[91] = {
[sym__terminated_statement] = STATE(339),
[sym_redirected_statement] = STATE(89),
[sym_for_statement] = STATE(89),
[sym_c_style_for_statement] = STATE(89),
[sym_while_statement] = STATE(89),
[sym_if_statement] = STATE(89),
[sym_case_statement] = STATE(89),
[sym_function_definition] = STATE(89),
[sym_compound_statement] = STATE(89),
[sym_subshell] = STATE(89),
[sym_pipeline] = STATE(89),
[sym_list] = STATE(89),
[sym_negated_command] = STATE(89),
[sym_test_command] = STATE(89),
[sym_declaration_command] = STATE(89),
[sym_unset_command] = STATE(89),
[sym_command] = STATE(89),
[sym_command_name] = STATE(60),
[sym_variable_assignment] = STATE(90),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(63),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(339),
[aux_sym_command_repeat1] = STATE(63),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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_RBRACE] = ACTIONS(621),
[anon_sym_BANG] = ACTIONS(99),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(101),
[anon_sym_typeset] = ACTIONS(101),
[anon_sym_export] = ACTIONS(101),
[anon_sym_readonly] = ACTIONS(101),
[anon_sym_local] = ACTIONS(101),
[anon_sym_unset] = ACTIONS(103),
[anon_sym_unsetenv] = ACTIONS(103),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[92] = {
[anon_sym_LBRACK] = ACTIONS(65),
[anon_sym_EQ] = ACTIONS(623),
[anon_sym_PLUS_EQ] = ACTIONS(623),
[sym_comment] = ACTIONS(57),
},
[93] = {
[sym__simple_heredoc_body] = ACTIONS(625),
[sym__heredoc_body_beginning] = ACTIONS(625),
[sym_file_descriptor] = ACTIONS(625),
[ts_builtin_sym_end] = ACTIONS(625),
[anon_sym_SEMI] = ACTIONS(627),
[anon_sym_esac] = ACTIONS(625),
[anon_sym_PIPE] = ACTIONS(627),
[anon_sym_RPAREN] = ACTIONS(625),
[anon_sym_SEMI_SEMI] = ACTIONS(625),
[anon_sym_PIPE_AMP] = ACTIONS(625),
[anon_sym_AMP_AMP] = ACTIONS(625),
[anon_sym_PIPE_PIPE] = ACTIONS(625),
[anon_sym_LT] = ACTIONS(627),
[anon_sym_GT] = ACTIONS(627),
[anon_sym_GT_GT] = ACTIONS(625),
[anon_sym_AMP_GT] = ACTIONS(627),
[anon_sym_AMP_GT_GT] = ACTIONS(625),
[anon_sym_LT_AMP] = ACTIONS(625),
[anon_sym_GT_AMP] = ACTIONS(625),
[anon_sym_LT_LT] = ACTIONS(627),
[anon_sym_LT_LT_DASH] = ACTIONS(625),
[anon_sym_LT_LT_LT] = ACTIONS(625),
[anon_sym_BQUOTE] = ACTIONS(625),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(625),
[anon_sym_AMP] = ACTIONS(627),
},
[94] = {
[anon_sym_EQ] = ACTIONS(623),
[anon_sym_PLUS_EQ] = ACTIONS(623),
[sym_comment] = ACTIONS(57),
},
[95] = {
[sym__expression] = STATE(341),
[sym_binary_expression] = STATE(341),
[sym_unary_expression] = STATE(341),
[sym_postfix_expression] = STATE(341),
[sym_parenthesized_expression] = STATE(341),
[sym_concatenation] = STATE(341),
[sym_string] = STATE(225),
[sym_simple_expansion] = STATE(225),
[sym_string_expansion] = STATE(225),
[sym_expansion] = STATE(225),
[sym_command_substitution] = STATE(225),
[sym_process_substitution] = STATE(225),
[anon_sym_LPAREN] = ACTIONS(407),
[anon_sym_BANG] = ACTIONS(409),
[sym__special_characters] = ACTIONS(411),
[anon_sym_DQUOTE] = ACTIONS(413),
[anon_sym_DOLLAR] = ACTIONS(415),
[sym_raw_string] = ACTIONS(417),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(419),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(421),
[anon_sym_BQUOTE] = ACTIONS(423),
[anon_sym_LT_LPAREN] = ACTIONS(425),
[anon_sym_GT_LPAREN] = ACTIONS(425),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(427),
[sym_test_operator] = ACTIONS(429),
},
[96] = {
[sym__expression] = STATE(342),
[sym_binary_expression] = STATE(342),
[sym_unary_expression] = STATE(342),
[sym_postfix_expression] = STATE(342),
[sym_parenthesized_expression] = STATE(342),
[sym_concatenation] = STATE(342),
[sym_string] = STATE(100),
[sym_simple_expansion] = STATE(100),
[sym_string_expansion] = STATE(100),
[sym_expansion] = STATE(100),
[sym_command_substitution] = STATE(100),
[sym_process_substitution] = STATE(100),
[anon_sym_LPAREN] = ACTIONS(147),
[anon_sym_BANG] = ACTIONS(149),
[sym__special_characters] = ACTIONS(151),
[anon_sym_DQUOTE] = ACTIONS(153),
[anon_sym_DOLLAR] = ACTIONS(155),
[sym_raw_string] = ACTIONS(157),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(159),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(161),
[anon_sym_BQUOTE] = ACTIONS(163),
[anon_sym_LT_LPAREN] = ACTIONS(165),
[anon_sym_GT_LPAREN] = ACTIONS(165),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(167),
[sym_test_operator] = ACTIONS(169),
},
[97] = {
[aux_sym_concatenation_repeat1] = STATE(344),
[sym__concat] = ACTIONS(629),
[anon_sym_AMP_AMP] = ACTIONS(433),
[anon_sym_PIPE_PIPE] = ACTIONS(433),
[anon_sym_RBRACK] = ACTIONS(433),
[anon_sym_EQ_TILDE] = ACTIONS(433),
[anon_sym_EQ_EQ] = ACTIONS(433),
[anon_sym_EQ] = ACTIONS(435),
[anon_sym_PLUS_EQ] = ACTIONS(433),
[anon_sym_LT] = ACTIONS(435),
[anon_sym_GT] = ACTIONS(435),
[anon_sym_BANG_EQ] = ACTIONS(433),
[anon_sym_PLUS] = ACTIONS(435),
[anon_sym_DASH] = ACTIONS(435),
[anon_sym_DASH_EQ] = ACTIONS(433),
[anon_sym_LT_EQ] = ACTIONS(433),
[anon_sym_GT_EQ] = ACTIONS(433),
[anon_sym_PLUS_PLUS] = ACTIONS(433),
[anon_sym_DASH_DASH] = ACTIONS(433),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(433),
},
[98] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(347),
[anon_sym_DQUOTE] = ACTIONS(631),
[anon_sym_DOLLAR] = ACTIONS(633),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[99] = {
[sym_string] = STATE(349),
[anon_sym_DASH] = ACTIONS(635),
[anon_sym_DQUOTE] = ACTIONS(153),
[anon_sym_DOLLAR] = ACTIONS(635),
[sym_raw_string] = ACTIONS(637),
[anon_sym_POUND] = ACTIONS(635),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(639),
[anon_sym_STAR] = ACTIONS(641),
[anon_sym_AT] = ACTIONS(641),
[anon_sym_QMARK] = ACTIONS(641),
[anon_sym_0] = ACTIONS(639),
[anon_sym__] = ACTIONS(639),
},
[100] = {
[aux_sym_concatenation_repeat1] = STATE(344),
[sym__concat] = ACTIONS(629),
[anon_sym_AMP_AMP] = ACTIONS(449),
[anon_sym_PIPE_PIPE] = ACTIONS(449),
[anon_sym_RBRACK] = ACTIONS(449),
[anon_sym_EQ_TILDE] = ACTIONS(449),
[anon_sym_EQ_EQ] = ACTIONS(449),
[anon_sym_EQ] = ACTIONS(451),
[anon_sym_PLUS_EQ] = ACTIONS(449),
[anon_sym_LT] = ACTIONS(451),
[anon_sym_GT] = ACTIONS(451),
[anon_sym_BANG_EQ] = ACTIONS(449),
[anon_sym_PLUS] = ACTIONS(451),
[anon_sym_DASH] = ACTIONS(451),
[anon_sym_DASH_EQ] = ACTIONS(449),
[anon_sym_LT_EQ] = ACTIONS(449),
[anon_sym_GT_EQ] = ACTIONS(449),
[anon_sym_PLUS_PLUS] = ACTIONS(449),
[anon_sym_DASH_DASH] = ACTIONS(449),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(449),
},
[101] = {
[sym_subscript] = STATE(354),
[sym_variable_name] = ACTIONS(643),
[anon_sym_BANG] = ACTIONS(645),
[anon_sym_DASH] = ACTIONS(647),
[anon_sym_DOLLAR] = ACTIONS(647),
[anon_sym_POUND] = ACTIONS(645),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(649),
[anon_sym_STAR] = ACTIONS(651),
[anon_sym_AT] = ACTIONS(651),
[anon_sym_QMARK] = ACTIONS(651),
[anon_sym_0] = ACTIONS(649),
[anon_sym__] = ACTIONS(649),
},
[102] = {
[sym__terminated_statement] = STATE(357),
[sym_redirected_statement] = STATE(355),
[sym_for_statement] = STATE(355),
[sym_c_style_for_statement] = STATE(355),
[sym_while_statement] = STATE(355),
[sym_if_statement] = STATE(355),
[sym_case_statement] = STATE(355),
[sym_function_definition] = STATE(355),
[sym_compound_statement] = STATE(355),
[sym_subshell] = STATE(355),
[sym_pipeline] = STATE(355),
[sym_list] = STATE(355),
[sym_negated_command] = STATE(355),
[sym_test_command] = STATE(355),
[sym_declaration_command] = STATE(355),
[sym_unset_command] = STATE(355),
[sym_command] = STATE(355),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(356),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(357),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[103] = {
[sym__terminated_statement] = STATE(360),
[sym_redirected_statement] = STATE(358),
[sym_for_statement] = STATE(358),
[sym_c_style_for_statement] = STATE(358),
[sym_while_statement] = STATE(358),
[sym_if_statement] = STATE(358),
[sym_case_statement] = STATE(358),
[sym_function_definition] = STATE(358),
[sym_compound_statement] = STATE(358),
[sym_subshell] = STATE(358),
[sym_pipeline] = STATE(358),
[sym_list] = STATE(358),
[sym_negated_command] = STATE(358),
[sym_test_command] = STATE(358),
[sym_declaration_command] = STATE(358),
[sym_unset_command] = STATE(358),
[sym_command] = STATE(358),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(359),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(360),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[104] = {
[sym__terminated_statement] = STATE(363),
[sym_redirected_statement] = STATE(361),
[sym_for_statement] = STATE(361),
[sym_c_style_for_statement] = STATE(361),
[sym_while_statement] = STATE(361),
[sym_if_statement] = STATE(361),
[sym_case_statement] = STATE(361),
[sym_function_definition] = STATE(361),
[sym_compound_statement] = STATE(361),
[sym_subshell] = STATE(361),
[sym_pipeline] = STATE(361),
[sym_list] = STATE(361),
[sym_negated_command] = STATE(361),
[sym_test_command] = STATE(361),
[sym_declaration_command] = STATE(361),
[sym_unset_command] = STATE(361),
[sym_command] = STATE(361),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(362),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(363),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[105] = {
[anon_sym_AMP_AMP] = ACTIONS(653),
[anon_sym_PIPE_PIPE] = ACTIONS(653),
[anon_sym_RBRACK] = ACTIONS(463),
[anon_sym_EQ_TILDE] = ACTIONS(655),
[anon_sym_EQ_EQ] = ACTIONS(655),
[anon_sym_EQ] = ACTIONS(657),
[anon_sym_PLUS_EQ] = ACTIONS(653),
[anon_sym_LT] = ACTIONS(657),
[anon_sym_GT] = ACTIONS(657),
[anon_sym_BANG_EQ] = ACTIONS(653),
[anon_sym_PLUS] = ACTIONS(657),
[anon_sym_DASH] = ACTIONS(657),
[anon_sym_DASH_EQ] = ACTIONS(653),
[anon_sym_LT_EQ] = ACTIONS(653),
[anon_sym_GT_EQ] = ACTIONS(653),
[anon_sym_PLUS_PLUS] = ACTIONS(659),
[anon_sym_DASH_DASH] = ACTIONS(659),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(653),
},
[106] = {
[sym__expression] = STATE(367),
[sym_binary_expression] = STATE(367),
[sym_unary_expression] = STATE(367),
[sym_postfix_expression] = STATE(367),
[sym_parenthesized_expression] = STATE(367),
[sym_concatenation] = STATE(367),
[sym_string] = STATE(108),
[sym_simple_expansion] = STATE(108),
[sym_string_expansion] = STATE(108),
[sym_expansion] = STATE(108),
[sym_command_substitution] = STATE(108),
[sym_process_substitution] = STATE(108),
[anon_sym_LPAREN] = ACTIONS(73),
[anon_sym_BANG] = ACTIONS(171),
[sym__special_characters] = ACTIONS(173),
[anon_sym_DQUOTE] = ACTIONS(79),
[anon_sym_DOLLAR] = ACTIONS(81),
[sym_raw_string] = ACTIONS(175),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(85),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(87),
[anon_sym_BQUOTE] = ACTIONS(89),
[anon_sym_LT_LPAREN] = ACTIONS(91),
[anon_sym_GT_LPAREN] = ACTIONS(91),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(177),
[sym_test_operator] = ACTIONS(179),
},
[107] = {
[aux_sym_concatenation_repeat1] = STATE(368),
[sym__concat] = ACTIONS(431),
[anon_sym_AMP_AMP] = ACTIONS(433),
[anon_sym_PIPE_PIPE] = ACTIONS(433),
[anon_sym_RBRACK_RBRACK] = ACTIONS(433),
[anon_sym_EQ_TILDE] = ACTIONS(433),
[anon_sym_EQ_EQ] = ACTIONS(433),
[anon_sym_EQ] = ACTIONS(435),
[anon_sym_PLUS_EQ] = ACTIONS(433),
[anon_sym_LT] = ACTIONS(435),
[anon_sym_GT] = ACTIONS(435),
[anon_sym_BANG_EQ] = ACTIONS(433),
[anon_sym_PLUS] = ACTIONS(435),
[anon_sym_DASH] = ACTIONS(435),
[anon_sym_DASH_EQ] = ACTIONS(433),
[anon_sym_LT_EQ] = ACTIONS(433),
[anon_sym_GT_EQ] = ACTIONS(433),
[anon_sym_PLUS_PLUS] = ACTIONS(433),
[anon_sym_DASH_DASH] = ACTIONS(433),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(433),
},
[108] = {
[aux_sym_concatenation_repeat1] = STATE(368),
[sym__concat] = ACTIONS(431),
[anon_sym_AMP_AMP] = ACTIONS(449),
[anon_sym_PIPE_PIPE] = ACTIONS(449),
[anon_sym_RBRACK_RBRACK] = ACTIONS(449),
[anon_sym_EQ_TILDE] = ACTIONS(449),
[anon_sym_EQ_EQ] = ACTIONS(449),
[anon_sym_EQ] = ACTIONS(451),
[anon_sym_PLUS_EQ] = ACTIONS(449),
[anon_sym_LT] = ACTIONS(451),
[anon_sym_GT] = ACTIONS(451),
[anon_sym_BANG_EQ] = ACTIONS(449),
[anon_sym_PLUS] = ACTIONS(451),
[anon_sym_DASH] = ACTIONS(451),
[anon_sym_DASH_EQ] = ACTIONS(449),
[anon_sym_LT_EQ] = ACTIONS(449),
[anon_sym_GT_EQ] = ACTIONS(449),
[anon_sym_PLUS_PLUS] = ACTIONS(449),
[anon_sym_DASH_DASH] = ACTIONS(449),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(449),
},
[109] = {
[anon_sym_AMP_AMP] = ACTIONS(661),
[anon_sym_PIPE_PIPE] = ACTIONS(661),
[anon_sym_RBRACK_RBRACK] = ACTIONS(463),
[anon_sym_EQ_TILDE] = ACTIONS(663),
[anon_sym_EQ_EQ] = ACTIONS(663),
[anon_sym_EQ] = ACTIONS(665),
[anon_sym_PLUS_EQ] = ACTIONS(661),
[anon_sym_LT] = ACTIONS(665),
[anon_sym_GT] = ACTIONS(665),
[anon_sym_BANG_EQ] = ACTIONS(661),
[anon_sym_PLUS] = ACTIONS(665),
[anon_sym_DASH] = ACTIONS(665),
[anon_sym_DASH_EQ] = ACTIONS(661),
[anon_sym_LT_EQ] = ACTIONS(661),
[anon_sym_GT_EQ] = ACTIONS(661),
[anon_sym_PLUS_PLUS] = ACTIONS(471),
[anon_sym_DASH_DASH] = ACTIONS(471),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(661),
},
[110] = {
[anon_sym_LBRACK] = ACTIONS(65),
[anon_sym_EQ] = ACTIONS(667),
[anon_sym_PLUS_EQ] = ACTIONS(667),
[sym_comment] = ACTIONS(57),
},
[111] = {
[aux_sym_concatenation_repeat1] = STATE(373),
[sym__simple_heredoc_body] = ACTIONS(669),
[sym__heredoc_body_beginning] = ACTIONS(669),
[sym_file_descriptor] = ACTIONS(669),
[sym__concat] = ACTIONS(671),
[sym_variable_name] = ACTIONS(669),
[ts_builtin_sym_end] = ACTIONS(669),
[anon_sym_SEMI] = ACTIONS(673),
[anon_sym_PIPE] = ACTIONS(673),
[anon_sym_SEMI_SEMI] = ACTIONS(669),
[anon_sym_PIPE_AMP] = ACTIONS(669),
[anon_sym_AMP_AMP] = ACTIONS(669),
[anon_sym_PIPE_PIPE] = ACTIONS(669),
[anon_sym_LT] = ACTIONS(673),
[anon_sym_GT] = ACTIONS(673),
[anon_sym_GT_GT] = ACTIONS(669),
[anon_sym_AMP_GT] = ACTIONS(673),
[anon_sym_AMP_GT_GT] = ACTIONS(669),
[anon_sym_LT_AMP] = ACTIONS(669),
[anon_sym_GT_AMP] = ACTIONS(669),
[anon_sym_LT_LT] = ACTIONS(673),
[anon_sym_LT_LT_DASH] = ACTIONS(669),
[anon_sym_LT_LT_LT] = ACTIONS(669),
[sym__special_characters] = ACTIONS(669),
[anon_sym_DQUOTE] = ACTIONS(669),
[anon_sym_DOLLAR] = ACTIONS(673),
[sym_raw_string] = ACTIONS(669),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(669),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(669),
[anon_sym_BQUOTE] = ACTIONS(669),
[anon_sym_LT_LPAREN] = ACTIONS(669),
[anon_sym_GT_LPAREN] = ACTIONS(669),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(673),
[sym_word] = ACTIONS(673),
[anon_sym_LF] = ACTIONS(669),
[anon_sym_AMP] = ACTIONS(673),
},
[112] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(376),
[anon_sym_DQUOTE] = ACTIONS(675),
[anon_sym_DOLLAR] = ACTIONS(677),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[113] = {
[sym_string] = STATE(378),
[anon_sym_DASH] = ACTIONS(679),
[anon_sym_DQUOTE] = ACTIONS(189),
[anon_sym_DOLLAR] = ACTIONS(679),
[sym_raw_string] = ACTIONS(681),
[anon_sym_POUND] = ACTIONS(679),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(683),
[anon_sym_STAR] = ACTIONS(685),
[anon_sym_AT] = ACTIONS(685),
[anon_sym_QMARK] = ACTIONS(685),
[anon_sym_0] = ACTIONS(683),
[anon_sym__] = ACTIONS(683),
},
[114] = {
[aux_sym_concatenation_repeat1] = STATE(373),
[sym__simple_heredoc_body] = ACTIONS(687),
[sym__heredoc_body_beginning] = ACTIONS(687),
[sym_file_descriptor] = ACTIONS(687),
[sym__concat] = ACTIONS(671),
[sym_variable_name] = ACTIONS(687),
[ts_builtin_sym_end] = ACTIONS(687),
[anon_sym_SEMI] = ACTIONS(689),
[anon_sym_PIPE] = ACTIONS(689),
[anon_sym_SEMI_SEMI] = ACTIONS(687),
[anon_sym_PIPE_AMP] = ACTIONS(687),
[anon_sym_AMP_AMP] = ACTIONS(687),
[anon_sym_PIPE_PIPE] = ACTIONS(687),
[anon_sym_LT] = ACTIONS(689),
[anon_sym_GT] = ACTIONS(689),
[anon_sym_GT_GT] = ACTIONS(687),
[anon_sym_AMP_GT] = ACTIONS(689),
[anon_sym_AMP_GT_GT] = ACTIONS(687),
[anon_sym_LT_AMP] = ACTIONS(687),
[anon_sym_GT_AMP] = ACTIONS(687),
[anon_sym_LT_LT] = ACTIONS(689),
[anon_sym_LT_LT_DASH] = ACTIONS(687),
[anon_sym_LT_LT_LT] = ACTIONS(687),
[sym__special_characters] = ACTIONS(687),
[anon_sym_DQUOTE] = ACTIONS(687),
[anon_sym_DOLLAR] = ACTIONS(689),
[sym_raw_string] = ACTIONS(687),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(687),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(687),
[anon_sym_BQUOTE] = ACTIONS(687),
[anon_sym_LT_LPAREN] = ACTIONS(687),
[anon_sym_GT_LPAREN] = ACTIONS(687),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(689),
[sym_word] = ACTIONS(689),
[anon_sym_LF] = ACTIONS(687),
[anon_sym_AMP] = ACTIONS(689),
},
[115] = {
[sym_subscript] = STATE(383),
[sym_variable_name] = ACTIONS(691),
[anon_sym_BANG] = ACTIONS(693),
[anon_sym_DASH] = ACTIONS(695),
[anon_sym_DOLLAR] = ACTIONS(695),
[anon_sym_POUND] = ACTIONS(693),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(697),
[anon_sym_STAR] = ACTIONS(699),
[anon_sym_AT] = ACTIONS(699),
[anon_sym_QMARK] = ACTIONS(699),
[anon_sym_0] = ACTIONS(697),
[anon_sym__] = ACTIONS(697),
},
[116] = {
[sym__terminated_statement] = STATE(386),
[sym_redirected_statement] = STATE(384),
[sym_for_statement] = STATE(384),
[sym_c_style_for_statement] = STATE(384),
[sym_while_statement] = STATE(384),
[sym_if_statement] = STATE(384),
[sym_case_statement] = STATE(384),
[sym_function_definition] = STATE(384),
[sym_compound_statement] = STATE(384),
[sym_subshell] = STATE(384),
[sym_pipeline] = STATE(384),
[sym_list] = STATE(384),
[sym_negated_command] = STATE(384),
[sym_test_command] = STATE(384),
[sym_declaration_command] = STATE(384),
[sym_unset_command] = STATE(384),
[sym_command] = STATE(384),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(385),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(386),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[117] = {
[sym__terminated_statement] = STATE(389),
[sym_redirected_statement] = STATE(387),
[sym_for_statement] = STATE(387),
[sym_c_style_for_statement] = STATE(387),
[sym_while_statement] = STATE(387),
[sym_if_statement] = STATE(387),
[sym_case_statement] = STATE(387),
[sym_function_definition] = STATE(387),
[sym_compound_statement] = STATE(387),
[sym_subshell] = STATE(387),
[sym_pipeline] = STATE(387),
[sym_list] = STATE(387),
[sym_negated_command] = STATE(387),
[sym_test_command] = STATE(387),
[sym_declaration_command] = STATE(387),
[sym_unset_command] = STATE(387),
[sym_command] = STATE(387),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(388),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(389),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[118] = {
[sym__terminated_statement] = STATE(392),
[sym_redirected_statement] = STATE(390),
[sym_for_statement] = STATE(390),
[sym_c_style_for_statement] = STATE(390),
[sym_while_statement] = STATE(390),
[sym_if_statement] = STATE(390),
[sym_case_statement] = STATE(390),
[sym_function_definition] = STATE(390),
[sym_compound_statement] = STATE(390),
[sym_subshell] = STATE(390),
[sym_pipeline] = STATE(390),
[sym_list] = STATE(390),
[sym_negated_command] = STATE(390),
[sym_test_command] = STATE(390),
[sym_declaration_command] = STATE(390),
[sym_unset_command] = STATE(390),
[sym_command] = STATE(390),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(391),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(392),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[119] = {
[anon_sym_EQ] = ACTIONS(667),
[anon_sym_PLUS_EQ] = ACTIONS(667),
[sym_comment] = ACTIONS(57),
},
[120] = {
[sym_variable_assignment] = STATE(393),
[sym_subscript] = STATE(119),
[sym_concatenation] = STATE(393),
[sym_string] = STATE(114),
[sym_simple_expansion] = STATE(114),
[sym_string_expansion] = STATE(114),
[sym_expansion] = STATE(114),
[sym_command_substitution] = STATE(114),
[sym_process_substitution] = STATE(114),
[aux_sym_declaration_command_repeat1] = STATE(393),
[sym__simple_heredoc_body] = ACTIONS(701),
[sym__heredoc_body_beginning] = ACTIONS(701),
[sym_file_descriptor] = ACTIONS(701),
[sym_variable_name] = ACTIONS(183),
[ts_builtin_sym_end] = ACTIONS(701),
[anon_sym_SEMI] = ACTIONS(703),
[anon_sym_PIPE] = ACTIONS(703),
[anon_sym_SEMI_SEMI] = ACTIONS(701),
[anon_sym_PIPE_AMP] = ACTIONS(701),
[anon_sym_AMP_AMP] = ACTIONS(701),
[anon_sym_PIPE_PIPE] = ACTIONS(701),
[anon_sym_LT] = ACTIONS(703),
[anon_sym_GT] = ACTIONS(703),
[anon_sym_GT_GT] = ACTIONS(701),
[anon_sym_AMP_GT] = ACTIONS(703),
[anon_sym_AMP_GT_GT] = ACTIONS(701),
[anon_sym_LT_AMP] = ACTIONS(701),
[anon_sym_GT_AMP] = ACTIONS(701),
[anon_sym_LT_LT] = ACTIONS(703),
[anon_sym_LT_LT_DASH] = ACTIONS(701),
[anon_sym_LT_LT_LT] = ACTIONS(701),
[sym__special_characters] = ACTIONS(187),
[anon_sym_DQUOTE] = ACTIONS(189),
[anon_sym_DOLLAR] = ACTIONS(191),
[sym_raw_string] = ACTIONS(193),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(195),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(197),
[anon_sym_BQUOTE] = ACTIONS(199),
[anon_sym_LT_LPAREN] = ACTIONS(201),
[anon_sym_GT_LPAREN] = ACTIONS(201),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(705),
[sym_word] = ACTIONS(205),
[anon_sym_LF] = ACTIONS(701),
[anon_sym_AMP] = ACTIONS(703),
},
[121] = {
[aux_sym_concatenation_repeat1] = STATE(395),
[sym__simple_heredoc_body] = ACTIONS(707),
[sym__heredoc_body_beginning] = ACTIONS(707),
[sym_file_descriptor] = ACTIONS(707),
[sym__concat] = ACTIONS(709),
[ts_builtin_sym_end] = ACTIONS(707),
[anon_sym_SEMI] = ACTIONS(711),
[anon_sym_PIPE] = ACTIONS(711),
[anon_sym_SEMI_SEMI] = ACTIONS(707),
[anon_sym_PIPE_AMP] = ACTIONS(707),
[anon_sym_AMP_AMP] = ACTIONS(707),
[anon_sym_PIPE_PIPE] = ACTIONS(707),
[anon_sym_LT] = ACTIONS(711),
[anon_sym_GT] = ACTIONS(711),
[anon_sym_GT_GT] = ACTIONS(707),
[anon_sym_AMP_GT] = ACTIONS(711),
[anon_sym_AMP_GT_GT] = ACTIONS(707),
[anon_sym_LT_AMP] = ACTIONS(707),
[anon_sym_GT_AMP] = ACTIONS(707),
[anon_sym_LT_LT] = ACTIONS(711),
[anon_sym_LT_LT_DASH] = ACTIONS(707),
[anon_sym_LT_LT_LT] = ACTIONS(707),
[sym__special_characters] = ACTIONS(707),
[anon_sym_DQUOTE] = ACTIONS(707),
[anon_sym_DOLLAR] = ACTIONS(711),
[sym_raw_string] = ACTIONS(707),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(707),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(707),
[anon_sym_BQUOTE] = ACTIONS(707),
[anon_sym_LT_LPAREN] = ACTIONS(707),
[anon_sym_GT_LPAREN] = ACTIONS(707),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(711),
[sym_word] = ACTIONS(711),
[anon_sym_LF] = ACTIONS(707),
[anon_sym_AMP] = ACTIONS(711),
},
[122] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(398),
[anon_sym_DQUOTE] = ACTIONS(713),
[anon_sym_DOLLAR] = ACTIONS(715),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[123] = {
[sym_string] = STATE(400),
[anon_sym_DASH] = ACTIONS(717),
[anon_sym_DQUOTE] = ACTIONS(213),
[anon_sym_DOLLAR] = ACTIONS(717),
[sym_raw_string] = ACTIONS(719),
[anon_sym_POUND] = ACTIONS(717),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(721),
[anon_sym_STAR] = ACTIONS(723),
[anon_sym_AT] = ACTIONS(723),
[anon_sym_QMARK] = ACTIONS(723),
[anon_sym_0] = ACTIONS(721),
[anon_sym__] = ACTIONS(721),
},
[124] = {
[aux_sym_concatenation_repeat1] = STATE(395),
[sym__simple_heredoc_body] = ACTIONS(725),
[sym__heredoc_body_beginning] = ACTIONS(725),
[sym_file_descriptor] = ACTIONS(725),
[sym__concat] = ACTIONS(709),
[ts_builtin_sym_end] = ACTIONS(725),
[anon_sym_SEMI] = ACTIONS(727),
[anon_sym_PIPE] = ACTIONS(727),
[anon_sym_SEMI_SEMI] = ACTIONS(725),
[anon_sym_PIPE_AMP] = ACTIONS(725),
[anon_sym_AMP_AMP] = ACTIONS(725),
[anon_sym_PIPE_PIPE] = ACTIONS(725),
[anon_sym_LT] = ACTIONS(727),
[anon_sym_GT] = ACTIONS(727),
[anon_sym_GT_GT] = ACTIONS(725),
[anon_sym_AMP_GT] = ACTIONS(727),
[anon_sym_AMP_GT_GT] = ACTIONS(725),
[anon_sym_LT_AMP] = ACTIONS(725),
[anon_sym_GT_AMP] = ACTIONS(725),
[anon_sym_LT_LT] = ACTIONS(727),
[anon_sym_LT_LT_DASH] = ACTIONS(725),
[anon_sym_LT_LT_LT] = ACTIONS(725),
[sym__special_characters] = ACTIONS(725),
[anon_sym_DQUOTE] = ACTIONS(725),
[anon_sym_DOLLAR] = ACTIONS(727),
[sym_raw_string] = ACTIONS(725),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(725),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(725),
[anon_sym_BQUOTE] = ACTIONS(725),
[anon_sym_LT_LPAREN] = ACTIONS(725),
[anon_sym_GT_LPAREN] = ACTIONS(725),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(727),
[sym_word] = ACTIONS(727),
[anon_sym_LF] = ACTIONS(725),
[anon_sym_AMP] = ACTIONS(727),
},
[125] = {
[sym_subscript] = STATE(405),
[sym_variable_name] = ACTIONS(729),
[anon_sym_BANG] = ACTIONS(731),
[anon_sym_DASH] = ACTIONS(733),
[anon_sym_DOLLAR] = ACTIONS(733),
[anon_sym_POUND] = ACTIONS(731),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(735),
[anon_sym_STAR] = ACTIONS(737),
[anon_sym_AT] = ACTIONS(737),
[anon_sym_QMARK] = ACTIONS(737),
[anon_sym_0] = ACTIONS(735),
[anon_sym__] = ACTIONS(735),
},
[126] = {
[sym__terminated_statement] = STATE(408),
[sym_redirected_statement] = STATE(406),
[sym_for_statement] = STATE(406),
[sym_c_style_for_statement] = STATE(406),
[sym_while_statement] = STATE(406),
[sym_if_statement] = STATE(406),
[sym_case_statement] = STATE(406),
[sym_function_definition] = STATE(406),
[sym_compound_statement] = STATE(406),
[sym_subshell] = STATE(406),
[sym_pipeline] = STATE(406),
[sym_list] = STATE(406),
[sym_negated_command] = STATE(406),
[sym_test_command] = STATE(406),
[sym_declaration_command] = STATE(406),
[sym_unset_command] = STATE(406),
[sym_command] = STATE(406),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(407),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(408),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[127] = {
[sym__terminated_statement] = STATE(411),
[sym_redirected_statement] = STATE(409),
[sym_for_statement] = STATE(409),
[sym_c_style_for_statement] = STATE(409),
[sym_while_statement] = STATE(409),
[sym_if_statement] = STATE(409),
[sym_case_statement] = STATE(409),
[sym_function_definition] = STATE(409),
[sym_compound_statement] = STATE(409),
[sym_subshell] = STATE(409),
[sym_pipeline] = STATE(409),
[sym_list] = STATE(409),
[sym_negated_command] = STATE(409),
[sym_test_command] = STATE(409),
[sym_declaration_command] = STATE(409),
[sym_unset_command] = STATE(409),
[sym_command] = STATE(409),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(410),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(411),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[128] = {
[sym__terminated_statement] = STATE(414),
[sym_redirected_statement] = STATE(412),
[sym_for_statement] = STATE(412),
[sym_c_style_for_statement] = STATE(412),
[sym_while_statement] = STATE(412),
[sym_if_statement] = STATE(412),
[sym_case_statement] = STATE(412),
[sym_function_definition] = STATE(412),
[sym_compound_statement] = STATE(412),
[sym_subshell] = STATE(412),
[sym_pipeline] = STATE(412),
[sym_list] = STATE(412),
[sym_negated_command] = STATE(412),
[sym_test_command] = STATE(412),
[sym_declaration_command] = STATE(412),
[sym_unset_command] = STATE(412),
[sym_command] = STATE(412),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(413),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(414),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[129] = {
[sym_concatenation] = STATE(415),
[sym_string] = STATE(124),
[sym_simple_expansion] = STATE(124),
[sym_string_expansion] = STATE(124),
[sym_expansion] = STATE(124),
[sym_command_substitution] = STATE(124),
[sym_process_substitution] = STATE(124),
[aux_sym_unset_command_repeat1] = STATE(415),
[sym__simple_heredoc_body] = ACTIONS(739),
[sym__heredoc_body_beginning] = ACTIONS(739),
[sym_file_descriptor] = ACTIONS(739),
[ts_builtin_sym_end] = ACTIONS(739),
[anon_sym_SEMI] = ACTIONS(741),
[anon_sym_PIPE] = ACTIONS(741),
[anon_sym_SEMI_SEMI] = ACTIONS(739),
[anon_sym_PIPE_AMP] = ACTIONS(739),
[anon_sym_AMP_AMP] = ACTIONS(739),
[anon_sym_PIPE_PIPE] = ACTIONS(739),
[anon_sym_LT] = ACTIONS(741),
[anon_sym_GT] = ACTIONS(741),
[anon_sym_GT_GT] = ACTIONS(739),
[anon_sym_AMP_GT] = ACTIONS(741),
[anon_sym_AMP_GT_GT] = ACTIONS(739),
[anon_sym_LT_AMP] = ACTIONS(739),
[anon_sym_GT_AMP] = ACTIONS(739),
[anon_sym_LT_LT] = ACTIONS(741),
[anon_sym_LT_LT_DASH] = ACTIONS(739),
[anon_sym_LT_LT_LT] = ACTIONS(739),
[sym__special_characters] = ACTIONS(211),
[anon_sym_DQUOTE] = ACTIONS(213),
[anon_sym_DOLLAR] = ACTIONS(215),
[sym_raw_string] = ACTIONS(217),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(219),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(221),
[anon_sym_BQUOTE] = ACTIONS(223),
[anon_sym_LT_LPAREN] = ACTIONS(225),
[anon_sym_GT_LPAREN] = ACTIONS(225),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(743),
[sym_word] = ACTIONS(229),
[anon_sym_LF] = ACTIONS(739),
[anon_sym_AMP] = ACTIONS(741),
},
[130] = {
[aux_sym_concatenation_repeat1] = STATE(417),
[sym_file_descriptor] = ACTIONS(745),
[sym__concat] = ACTIONS(747),
[sym_variable_name] = ACTIONS(745),
[anon_sym_LT] = ACTIONS(749),
[anon_sym_GT] = ACTIONS(749),
[anon_sym_GT_GT] = ACTIONS(745),
[anon_sym_AMP_GT] = ACTIONS(749),
[anon_sym_AMP_GT_GT] = ACTIONS(745),
[anon_sym_LT_AMP] = ACTIONS(745),
[anon_sym_GT_AMP] = ACTIONS(745),
[sym__special_characters] = ACTIONS(745),
[anon_sym_DQUOTE] = ACTIONS(745),
[anon_sym_DOLLAR] = ACTIONS(749),
[sym_raw_string] = ACTIONS(745),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(745),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(745),
[anon_sym_BQUOTE] = ACTIONS(745),
[anon_sym_LT_LPAREN] = ACTIONS(745),
[anon_sym_GT_LPAREN] = ACTIONS(745),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(745),
},
[131] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(420),
[anon_sym_DQUOTE] = ACTIONS(751),
[anon_sym_DOLLAR] = ACTIONS(753),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[132] = {
[sym_string] = STATE(422),
[anon_sym_DASH] = ACTIONS(755),
[anon_sym_DQUOTE] = ACTIONS(233),
[anon_sym_DOLLAR] = ACTIONS(755),
[sym_raw_string] = ACTIONS(757),
[anon_sym_POUND] = ACTIONS(755),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(759),
[anon_sym_STAR] = ACTIONS(761),
[anon_sym_AT] = ACTIONS(761),
[anon_sym_QMARK] = ACTIONS(761),
[anon_sym_0] = ACTIONS(759),
[anon_sym__] = ACTIONS(759),
},
[133] = {
[aux_sym_concatenation_repeat1] = STATE(417),
[sym_file_descriptor] = ACTIONS(763),
[sym__concat] = ACTIONS(747),
[sym_variable_name] = ACTIONS(763),
[anon_sym_LT] = ACTIONS(765),
[anon_sym_GT] = ACTIONS(765),
[anon_sym_GT_GT] = ACTIONS(763),
[anon_sym_AMP_GT] = ACTIONS(765),
[anon_sym_AMP_GT_GT] = ACTIONS(763),
[anon_sym_LT_AMP] = ACTIONS(763),
[anon_sym_GT_AMP] = ACTIONS(763),
[sym__special_characters] = ACTIONS(763),
[anon_sym_DQUOTE] = ACTIONS(763),
[anon_sym_DOLLAR] = ACTIONS(765),
[sym_raw_string] = ACTIONS(763),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(763),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(763),
[anon_sym_BQUOTE] = ACTIONS(763),
[anon_sym_LT_LPAREN] = ACTIONS(763),
[anon_sym_GT_LPAREN] = ACTIONS(763),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(763),
},
[134] = {
[sym_subscript] = STATE(427),
[sym_variable_name] = ACTIONS(767),
[anon_sym_BANG] = ACTIONS(769),
[anon_sym_DASH] = ACTIONS(771),
[anon_sym_DOLLAR] = ACTIONS(771),
[anon_sym_POUND] = ACTIONS(769),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(773),
[anon_sym_STAR] = ACTIONS(775),
[anon_sym_AT] = ACTIONS(775),
[anon_sym_QMARK] = ACTIONS(775),
[anon_sym_0] = ACTIONS(773),
[anon_sym__] = ACTIONS(773),
},
[135] = {
[sym__terminated_statement] = STATE(430),
[sym_redirected_statement] = STATE(428),
[sym_for_statement] = STATE(428),
[sym_c_style_for_statement] = STATE(428),
[sym_while_statement] = STATE(428),
[sym_if_statement] = STATE(428),
[sym_case_statement] = STATE(428),
[sym_function_definition] = STATE(428),
[sym_compound_statement] = STATE(428),
[sym_subshell] = STATE(428),
[sym_pipeline] = STATE(428),
[sym_list] = STATE(428),
[sym_negated_command] = STATE(428),
[sym_test_command] = STATE(428),
[sym_declaration_command] = STATE(428),
[sym_unset_command] = STATE(428),
[sym_command] = STATE(428),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(429),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(430),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[136] = {
[sym__terminated_statement] = STATE(433),
[sym_redirected_statement] = STATE(431),
[sym_for_statement] = STATE(431),
[sym_c_style_for_statement] = STATE(431),
[sym_while_statement] = STATE(431),
[sym_if_statement] = STATE(431),
[sym_case_statement] = STATE(431),
[sym_function_definition] = STATE(431),
[sym_compound_statement] = STATE(431),
[sym_subshell] = STATE(431),
[sym_pipeline] = STATE(431),
[sym_list] = STATE(431),
[sym_negated_command] = STATE(431),
[sym_test_command] = STATE(431),
[sym_declaration_command] = STATE(431),
[sym_unset_command] = STATE(431),
[sym_command] = STATE(431),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(432),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(433),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[137] = {
[sym__terminated_statement] = STATE(436),
[sym_redirected_statement] = STATE(434),
[sym_for_statement] = STATE(434),
[sym_c_style_for_statement] = STATE(434),
[sym_while_statement] = STATE(434),
[sym_if_statement] = STATE(434),
[sym_case_statement] = STATE(434),
[sym_function_definition] = STATE(434),
[sym_compound_statement] = STATE(434),
[sym_subshell] = STATE(434),
[sym_pipeline] = STATE(434),
[sym_list] = STATE(434),
[sym_negated_command] = STATE(434),
[sym_test_command] = STATE(434),
[sym_declaration_command] = STATE(434),
[sym_unset_command] = STATE(434),
[sym_command] = STATE(434),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(435),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(436),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[138] = {
[sym_file_descriptor] = ACTIONS(763),
[sym_variable_name] = ACTIONS(763),
[anon_sym_LT] = ACTIONS(765),
[anon_sym_GT] = ACTIONS(765),
[anon_sym_GT_GT] = ACTIONS(763),
[anon_sym_AMP_GT] = ACTIONS(765),
[anon_sym_AMP_GT_GT] = ACTIONS(763),
[anon_sym_LT_AMP] = ACTIONS(763),
[anon_sym_GT_AMP] = ACTIONS(763),
[sym__special_characters] = ACTIONS(763),
[anon_sym_DQUOTE] = ACTIONS(763),
[anon_sym_DOLLAR] = ACTIONS(765),
[sym_raw_string] = ACTIONS(763),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(763),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(763),
[anon_sym_BQUOTE] = ACTIONS(763),
[anon_sym_LT_LPAREN] = ACTIONS(763),
[anon_sym_GT_LPAREN] = ACTIONS(763),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(763),
},
[139] = {
[sym_string] = STATE(437),
[sym_simple_expansion] = STATE(437),
[sym_string_expansion] = STATE(437),
[sym_expansion] = STATE(437),
[sym_command_substitution] = STATE(437),
[sym_process_substitution] = STATE(437),
[sym__special_characters] = ACTIONS(777),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(777),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(777),
},
[140] = {
[aux_sym_concatenation_repeat1] = STATE(438),
[sym__simple_heredoc_body] = ACTIONS(779),
[sym__heredoc_body_beginning] = ACTIONS(779),
[sym_file_descriptor] = ACTIONS(779),
[sym__concat] = ACTIONS(249),
[ts_builtin_sym_end] = ACTIONS(779),
[anon_sym_SEMI] = ACTIONS(781),
[anon_sym_PIPE] = ACTIONS(781),
[anon_sym_SEMI_SEMI] = ACTIONS(779),
[anon_sym_PIPE_AMP] = ACTIONS(779),
[anon_sym_AMP_AMP] = ACTIONS(779),
[anon_sym_PIPE_PIPE] = ACTIONS(779),
[anon_sym_EQ_TILDE] = ACTIONS(781),
[anon_sym_EQ_EQ] = ACTIONS(781),
[anon_sym_LT] = ACTIONS(781),
[anon_sym_GT] = ACTIONS(781),
[anon_sym_GT_GT] = ACTIONS(779),
[anon_sym_AMP_GT] = ACTIONS(781),
[anon_sym_AMP_GT_GT] = ACTIONS(779),
[anon_sym_LT_AMP] = ACTIONS(779),
[anon_sym_GT_AMP] = ACTIONS(779),
[anon_sym_LT_LT] = ACTIONS(781),
[anon_sym_LT_LT_DASH] = ACTIONS(779),
[anon_sym_LT_LT_LT] = ACTIONS(779),
[sym__special_characters] = ACTIONS(779),
[anon_sym_DQUOTE] = ACTIONS(779),
[anon_sym_DOLLAR] = ACTIONS(781),
[sym_raw_string] = ACTIONS(779),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(779),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(779),
[anon_sym_BQUOTE] = ACTIONS(779),
[anon_sym_LT_LPAREN] = ACTIONS(779),
[anon_sym_GT_LPAREN] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(781),
[anon_sym_LF] = ACTIONS(779),
[anon_sym_AMP] = ACTIONS(781),
},
[141] = {
[sym__simple_heredoc_body] = ACTIONS(783),
[sym__heredoc_body_beginning] = ACTIONS(783),
[sym_file_descriptor] = ACTIONS(783),
[sym__concat] = ACTIONS(783),
[ts_builtin_sym_end] = ACTIONS(783),
[anon_sym_SEMI] = ACTIONS(785),
[anon_sym_PIPE] = ACTIONS(785),
[anon_sym_RPAREN] = ACTIONS(783),
[anon_sym_SEMI_SEMI] = ACTIONS(783),
[anon_sym_PIPE_AMP] = ACTIONS(783),
[anon_sym_AMP_AMP] = ACTIONS(783),
[anon_sym_PIPE_PIPE] = ACTIONS(783),
[anon_sym_EQ_TILDE] = ACTIONS(785),
[anon_sym_EQ_EQ] = ACTIONS(785),
[anon_sym_LT] = ACTIONS(785),
[anon_sym_GT] = ACTIONS(785),
[anon_sym_GT_GT] = ACTIONS(783),
[anon_sym_AMP_GT] = ACTIONS(785),
[anon_sym_AMP_GT_GT] = ACTIONS(783),
[anon_sym_LT_AMP] = ACTIONS(783),
[anon_sym_GT_AMP] = ACTIONS(783),
[anon_sym_LT_LT] = ACTIONS(785),
[anon_sym_LT_LT_DASH] = ACTIONS(783),
[anon_sym_LT_LT_LT] = ACTIONS(783),
[sym__special_characters] = ACTIONS(783),
[anon_sym_DQUOTE] = ACTIONS(783),
[anon_sym_DOLLAR] = ACTIONS(785),
[sym_raw_string] = ACTIONS(783),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(783),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(783),
[anon_sym_BQUOTE] = ACTIONS(783),
[anon_sym_LT_LPAREN] = ACTIONS(783),
[anon_sym_GT_LPAREN] = ACTIONS(783),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(785),
[anon_sym_LF] = ACTIONS(783),
[anon_sym_AMP] = ACTIONS(785),
},
[142] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(789),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[143] = {
[sym__concat] = ACTIONS(799),
[anon_sym_DQUOTE] = ACTIONS(801),
[anon_sym_DOLLAR] = ACTIONS(801),
[sym__string_content] = ACTIONS(803),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(801),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(801),
[anon_sym_BQUOTE] = ACTIONS(801),
[sym_comment] = ACTIONS(265),
},
[144] = {
[sym_subscript] = STATE(447),
[sym_variable_name] = ACTIONS(805),
[anon_sym_BANG] = ACTIONS(807),
[anon_sym_DASH] = ACTIONS(809),
[anon_sym_DOLLAR] = ACTIONS(809),
[anon_sym_POUND] = ACTIONS(807),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(811),
[anon_sym_STAR] = ACTIONS(813),
[anon_sym_AT] = ACTIONS(813),
[anon_sym_QMARK] = ACTIONS(813),
[anon_sym_0] = ACTIONS(811),
[anon_sym__] = ACTIONS(811),
},
[145] = {
[sym__terminated_statement] = STATE(450),
[sym_redirected_statement] = STATE(448),
[sym_for_statement] = STATE(448),
[sym_c_style_for_statement] = STATE(448),
[sym_while_statement] = STATE(448),
[sym_if_statement] = STATE(448),
[sym_case_statement] = STATE(448),
[sym_function_definition] = STATE(448),
[sym_compound_statement] = STATE(448),
[sym_subshell] = STATE(448),
[sym_pipeline] = STATE(448),
[sym_list] = STATE(448),
[sym_negated_command] = STATE(448),
[sym_test_command] = STATE(448),
[sym_declaration_command] = STATE(448),
[sym_unset_command] = STATE(448),
[sym_command] = STATE(448),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(449),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(450),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[146] = {
[sym__terminated_statement] = STATE(453),
[sym_redirected_statement] = STATE(451),
[sym_for_statement] = STATE(451),
[sym_c_style_for_statement] = STATE(451),
[sym_while_statement] = STATE(451),
[sym_if_statement] = STATE(451),
[sym_case_statement] = STATE(451),
[sym_function_definition] = STATE(451),
[sym_compound_statement] = STATE(451),
[sym_subshell] = STATE(451),
[sym_pipeline] = STATE(451),
[sym_list] = STATE(451),
[sym_negated_command] = STATE(451),
[sym_test_command] = STATE(451),
[sym_declaration_command] = STATE(451),
[sym_unset_command] = STATE(451),
[sym_command] = STATE(451),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(452),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(453),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[147] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(455),
[anon_sym_DQUOTE] = ACTIONS(789),
[anon_sym_DOLLAR] = ACTIONS(815),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[148] = {
[sym__simple_heredoc_body] = ACTIONS(817),
[sym__heredoc_body_beginning] = ACTIONS(817),
[sym_file_descriptor] = ACTIONS(817),
[sym__concat] = ACTIONS(817),
[ts_builtin_sym_end] = ACTIONS(817),
[anon_sym_SEMI] = ACTIONS(819),
[anon_sym_PIPE] = ACTIONS(819),
[anon_sym_RPAREN] = ACTIONS(817),
[anon_sym_SEMI_SEMI] = ACTIONS(817),
[anon_sym_PIPE_AMP] = ACTIONS(817),
[anon_sym_AMP_AMP] = ACTIONS(817),
[anon_sym_PIPE_PIPE] = ACTIONS(817),
[anon_sym_EQ_TILDE] = ACTIONS(819),
[anon_sym_EQ_EQ] = ACTIONS(819),
[anon_sym_LT] = ACTIONS(819),
[anon_sym_GT] = ACTIONS(819),
[anon_sym_GT_GT] = ACTIONS(817),
[anon_sym_AMP_GT] = ACTIONS(819),
[anon_sym_AMP_GT_GT] = ACTIONS(817),
[anon_sym_LT_AMP] = ACTIONS(817),
[anon_sym_GT_AMP] = ACTIONS(817),
[anon_sym_LT_LT] = ACTIONS(819),
[anon_sym_LT_LT_DASH] = ACTIONS(817),
[anon_sym_LT_LT_LT] = ACTIONS(817),
[sym__special_characters] = ACTIONS(817),
[anon_sym_DQUOTE] = ACTIONS(817),
[anon_sym_DOLLAR] = ACTIONS(819),
[sym_raw_string] = ACTIONS(817),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(817),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(817),
[anon_sym_BQUOTE] = ACTIONS(817),
[anon_sym_LT_LPAREN] = ACTIONS(817),
[anon_sym_GT_LPAREN] = ACTIONS(817),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(819),
[anon_sym_LF] = ACTIONS(817),
[anon_sym_AMP] = ACTIONS(819),
},
[149] = {
[sym__simple_heredoc_body] = ACTIONS(821),
[sym__heredoc_body_beginning] = ACTIONS(821),
[sym_file_descriptor] = ACTIONS(821),
[sym__concat] = ACTIONS(821),
[ts_builtin_sym_end] = ACTIONS(821),
[anon_sym_SEMI] = ACTIONS(823),
[anon_sym_PIPE] = ACTIONS(823),
[anon_sym_RPAREN] = ACTIONS(821),
[anon_sym_SEMI_SEMI] = ACTIONS(821),
[anon_sym_PIPE_AMP] = ACTIONS(821),
[anon_sym_AMP_AMP] = ACTIONS(821),
[anon_sym_PIPE_PIPE] = ACTIONS(821),
[anon_sym_EQ_TILDE] = ACTIONS(823),
[anon_sym_EQ_EQ] = ACTIONS(823),
[anon_sym_LT] = ACTIONS(823),
[anon_sym_GT] = ACTIONS(823),
[anon_sym_GT_GT] = ACTIONS(821),
[anon_sym_AMP_GT] = ACTIONS(823),
[anon_sym_AMP_GT_GT] = ACTIONS(821),
[anon_sym_LT_AMP] = ACTIONS(821),
[anon_sym_GT_AMP] = ACTIONS(821),
[anon_sym_LT_LT] = ACTIONS(823),
[anon_sym_LT_LT_DASH] = ACTIONS(821),
[anon_sym_LT_LT_LT] = ACTIONS(821),
[sym__special_characters] = ACTIONS(821),
[anon_sym_DQUOTE] = ACTIONS(821),
[anon_sym_DOLLAR] = ACTIONS(823),
[sym_raw_string] = ACTIONS(821),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(821),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(821),
[anon_sym_BQUOTE] = ACTIONS(821),
[anon_sym_LT_LPAREN] = ACTIONS(821),
[anon_sym_GT_LPAREN] = ACTIONS(821),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(823),
[anon_sym_LF] = ACTIONS(821),
[anon_sym_AMP] = ACTIONS(823),
},
[150] = {
[sym__simple_heredoc_body] = ACTIONS(825),
[sym__heredoc_body_beginning] = ACTIONS(825),
[sym_file_descriptor] = ACTIONS(825),
[sym__concat] = ACTIONS(825),
[ts_builtin_sym_end] = ACTIONS(825),
[anon_sym_SEMI] = ACTIONS(827),
[anon_sym_PIPE] = ACTIONS(827),
[anon_sym_RPAREN] = ACTIONS(825),
[anon_sym_SEMI_SEMI] = ACTIONS(825),
[anon_sym_PIPE_AMP] = ACTIONS(825),
[anon_sym_AMP_AMP] = ACTIONS(825),
[anon_sym_PIPE_PIPE] = ACTIONS(825),
[anon_sym_EQ_TILDE] = ACTIONS(827),
[anon_sym_EQ_EQ] = ACTIONS(827),
[anon_sym_LT] = ACTIONS(827),
[anon_sym_GT] = ACTIONS(827),
[anon_sym_GT_GT] = ACTIONS(825),
[anon_sym_AMP_GT] = ACTIONS(827),
[anon_sym_AMP_GT_GT] = ACTIONS(825),
[anon_sym_LT_AMP] = ACTIONS(825),
[anon_sym_GT_AMP] = ACTIONS(825),
[anon_sym_LT_LT] = ACTIONS(827),
[anon_sym_LT_LT_DASH] = ACTIONS(825),
[anon_sym_LT_LT_LT] = ACTIONS(825),
[sym__special_characters] = ACTIONS(825),
[anon_sym_DQUOTE] = ACTIONS(825),
[anon_sym_DOLLAR] = ACTIONS(827),
[sym_raw_string] = ACTIONS(825),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(825),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(825),
[anon_sym_BQUOTE] = ACTIONS(825),
[anon_sym_LT_LPAREN] = ACTIONS(825),
[anon_sym_GT_LPAREN] = ACTIONS(825),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(827),
[anon_sym_LF] = ACTIONS(825),
[anon_sym_AMP] = ACTIONS(827),
},
[151] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(831),
[sym_comment] = ACTIONS(57),
},
[152] = {
[sym_subscript] = STATE(460),
[sym_variable_name] = ACTIONS(833),
[anon_sym_DASH] = ACTIONS(835),
[anon_sym_DOLLAR] = ACTIONS(835),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(837),
[anon_sym_STAR] = ACTIONS(839),
[anon_sym_AT] = ACTIONS(839),
[anon_sym_QMARK] = ACTIONS(839),
[anon_sym_0] = ACTIONS(837),
[anon_sym__] = ACTIONS(837),
},
[153] = {
[sym_concatenation] = STATE(471),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(471),
[anon_sym_RBRACE] = ACTIONS(841),
[anon_sym_EQ] = ACTIONS(843),
[anon_sym_DASH] = ACTIONS(843),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(853),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(857),
[anon_sym_COLON] = ACTIONS(843),
[anon_sym_COLON_QMARK] = ACTIONS(843),
[anon_sym_COLON_DASH] = ACTIONS(843),
[anon_sym_PERCENT] = ACTIONS(843),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[154] = {
[sym_concatenation] = STATE(474),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(474),
[anon_sym_RBRACE] = ACTIONS(867),
[anon_sym_EQ] = ACTIONS(869),
[anon_sym_DASH] = ACTIONS(869),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(871),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(873),
[anon_sym_COLON] = ACTIONS(869),
[anon_sym_COLON_QMARK] = ACTIONS(869),
[anon_sym_COLON_DASH] = ACTIONS(869),
[anon_sym_PERCENT] = ACTIONS(869),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[155] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(477),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(875),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(877),
[anon_sym_SEMI_SEMI] = ACTIONS(879),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(879),
[anon_sym_AMP] = ACTIONS(875),
},
[156] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(477),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(875),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(877),
[anon_sym_SEMI_SEMI] = ACTIONS(879),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(879),
[anon_sym_AMP] = ACTIONS(875),
},
[157] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(478),
[sym_for_statement] = STATE(478),
[sym_c_style_for_statement] = STATE(478),
[sym_while_statement] = STATE(478),
[sym_if_statement] = STATE(478),
[sym_case_statement] = STATE(478),
[sym_function_definition] = STATE(478),
[sym_compound_statement] = STATE(478),
[sym_subshell] = STATE(478),
[sym_pipeline] = STATE(478),
[sym_list] = STATE(478),
[sym_negated_command] = STATE(478),
[sym_test_command] = STATE(478),
[sym_declaration_command] = STATE(478),
[sym_unset_command] = STATE(478),
[sym_command] = STATE(478),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(479),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[158] = {
[sym_subshell] = STATE(93),
[sym_test_command] = STATE(93),
[sym_command] = STATE(93),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(165),
[sym_subscript] = STATE(94),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(145),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_LPAREN] = ACTIONS(23),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(107),
},
[159] = {
[sym_variable_assignment] = STATE(480),
[sym_subscript] = STATE(261),
[sym_concatenation] = STATE(480),
[sym_string] = STATE(260),
[sym_simple_expansion] = STATE(260),
[sym_string_expansion] = STATE(260),
[sym_expansion] = STATE(260),
[sym_command_substitution] = STATE(260),
[sym_process_substitution] = STATE(260),
[aux_sym_declaration_command_repeat1] = STATE(480),
[sym__simple_heredoc_body] = ACTIONS(181),
[sym__heredoc_body_beginning] = ACTIONS(181),
[sym_file_descriptor] = ACTIONS(181),
[sym_variable_name] = ACTIONS(475),
[anon_sym_SEMI] = ACTIONS(185),
[anon_sym_PIPE] = ACTIONS(185),
[anon_sym_SEMI_SEMI] = ACTIONS(181),
[anon_sym_PIPE_AMP] = ACTIONS(181),
[anon_sym_AMP_AMP] = ACTIONS(181),
[anon_sym_PIPE_PIPE] = ACTIONS(181),
[anon_sym_LT] = ACTIONS(185),
[anon_sym_GT] = ACTIONS(185),
[anon_sym_GT_GT] = ACTIONS(181),
[anon_sym_AMP_GT] = ACTIONS(185),
[anon_sym_AMP_GT_GT] = ACTIONS(181),
[anon_sym_LT_AMP] = ACTIONS(181),
[anon_sym_GT_AMP] = ACTIONS(181),
[anon_sym_LT_LT] = ACTIONS(185),
[anon_sym_LT_LT_DASH] = ACTIONS(181),
[anon_sym_LT_LT_LT] = ACTIONS(181),
[sym__special_characters] = ACTIONS(477),
[anon_sym_DQUOTE] = ACTIONS(189),
[anon_sym_DOLLAR] = ACTIONS(191),
[sym_raw_string] = ACTIONS(479),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(195),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(197),
[anon_sym_BQUOTE] = ACTIONS(181),
[anon_sym_LT_LPAREN] = ACTIONS(201),
[anon_sym_GT_LPAREN] = ACTIONS(201),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(881),
[sym_word] = ACTIONS(483),
[anon_sym_LF] = ACTIONS(181),
[anon_sym_AMP] = ACTIONS(185),
},
[160] = {
[sym_concatenation] = STATE(481),
[sym_string] = STATE(264),
[sym_simple_expansion] = STATE(264),
[sym_string_expansion] = STATE(264),
[sym_expansion] = STATE(264),
[sym_command_substitution] = STATE(264),
[sym_process_substitution] = STATE(264),
[aux_sym_unset_command_repeat1] = STATE(481),
[sym__simple_heredoc_body] = ACTIONS(207),
[sym__heredoc_body_beginning] = ACTIONS(207),
[sym_file_descriptor] = ACTIONS(207),
[anon_sym_SEMI] = ACTIONS(209),
[anon_sym_PIPE] = ACTIONS(209),
[anon_sym_SEMI_SEMI] = ACTIONS(207),
[anon_sym_PIPE_AMP] = ACTIONS(207),
[anon_sym_AMP_AMP] = ACTIONS(207),
[anon_sym_PIPE_PIPE] = ACTIONS(207),
[anon_sym_LT] = ACTIONS(209),
[anon_sym_GT] = ACTIONS(209),
[anon_sym_GT_GT] = ACTIONS(207),
[anon_sym_AMP_GT] = ACTIONS(209),
[anon_sym_AMP_GT_GT] = ACTIONS(207),
[anon_sym_LT_AMP] = ACTIONS(207),
[anon_sym_GT_AMP] = ACTIONS(207),
[anon_sym_LT_LT] = ACTIONS(209),
[anon_sym_LT_LT_DASH] = ACTIONS(207),
[anon_sym_LT_LT_LT] = ACTIONS(207),
[sym__special_characters] = ACTIONS(485),
[anon_sym_DQUOTE] = ACTIONS(213),
[anon_sym_DOLLAR] = ACTIONS(215),
[sym_raw_string] = ACTIONS(487),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(219),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(221),
[anon_sym_BQUOTE] = ACTIONS(207),
[anon_sym_LT_LPAREN] = ACTIONS(225),
[anon_sym_GT_LPAREN] = ACTIONS(225),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(883),
[sym_word] = ACTIONS(491),
[anon_sym_LF] = ACTIONS(207),
[anon_sym_AMP] = ACTIONS(209),
},
[161] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(488),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(887),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(891),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(877),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(891),
[anon_sym_AMP] = ACTIONS(887),
},
[162] = {
[sym_concatenation] = STATE(490),
[sym_string] = STATE(279),
[sym_simple_expansion] = STATE(279),
[sym_string_expansion] = STATE(279),
[sym_expansion] = STATE(279),
[sym_command_substitution] = STATE(279),
[sym_process_substitution] = STATE(279),
[aux_sym_command_repeat2] = STATE(490),
[sym__simple_heredoc_body] = ACTIONS(327),
[sym__heredoc_body_beginning] = ACTIONS(327),
[sym_file_descriptor] = ACTIONS(327),
[anon_sym_SEMI] = ACTIONS(329),
[anon_sym_PIPE] = ACTIONS(329),
[anon_sym_SEMI_SEMI] = ACTIONS(327),
[anon_sym_PIPE_AMP] = ACTIONS(327),
[anon_sym_AMP_AMP] = ACTIONS(327),
[anon_sym_PIPE_PIPE] = ACTIONS(327),
[anon_sym_EQ_TILDE] = ACTIONS(513),
[anon_sym_EQ_EQ] = ACTIONS(513),
[anon_sym_LT] = ACTIONS(329),
[anon_sym_GT] = ACTIONS(329),
[anon_sym_GT_GT] = ACTIONS(327),
[anon_sym_AMP_GT] = ACTIONS(329),
[anon_sym_AMP_GT_GT] = ACTIONS(327),
[anon_sym_LT_AMP] = ACTIONS(327),
[anon_sym_GT_AMP] = ACTIONS(327),
[anon_sym_LT_LT] = ACTIONS(329),
[anon_sym_LT_LT_DASH] = ACTIONS(327),
[anon_sym_LT_LT_LT] = ACTIONS(327),
[sym__special_characters] = ACTIONS(515),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(517),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(327),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(519),
[anon_sym_LF] = ACTIONS(327),
[anon_sym_AMP] = ACTIONS(329),
},
[163] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(488),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(887),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(891),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(877),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(891),
[anon_sym_AMP] = ACTIONS(887),
},
[164] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(491),
[sym_for_statement] = STATE(491),
[sym_c_style_for_statement] = STATE(491),
[sym_while_statement] = STATE(491),
[sym_if_statement] = STATE(491),
[sym_case_statement] = STATE(491),
[sym_function_definition] = STATE(491),
[sym_compound_statement] = STATE(491),
[sym_subshell] = STATE(491),
[sym_pipeline] = STATE(491),
[sym_list] = STATE(491),
[sym_negated_command] = STATE(491),
[sym_test_command] = STATE(491),
[sym_declaration_command] = STATE(491),
[sym_unset_command] = STATE(491),
[sym_command] = STATE(491),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(492),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[165] = {
[sym_command_name] = STATE(493),
[sym_variable_assignment] = STATE(189),
[sym_subscript] = STATE(94),
[sym_file_redirect] = STATE(189),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym_command_repeat1] = STATE(189),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(145),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(521),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(107),
},
[166] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(496),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(903),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(905),
[anon_sym_SEMI_SEMI] = ACTIONS(907),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(907),
[anon_sym_AMP] = ACTIONS(903),
},
[167] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(496),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(903),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(905),
[anon_sym_SEMI_SEMI] = ACTIONS(907),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(907),
[anon_sym_AMP] = ACTIONS(903),
},
[168] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(497),
[sym_for_statement] = STATE(497),
[sym_c_style_for_statement] = STATE(497),
[sym_while_statement] = STATE(497),
[sym_if_statement] = STATE(497),
[sym_case_statement] = STATE(497),
[sym_function_definition] = STATE(497),
[sym_compound_statement] = STATE(497),
[sym_subshell] = STATE(497),
[sym_pipeline] = STATE(497),
[sym_list] = STATE(497),
[sym_negated_command] = STATE(497),
[sym_test_command] = STATE(497),
[sym_declaration_command] = STATE(497),
[sym_unset_command] = STATE(497),
[sym_command] = STATE(497),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(498),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[169] = {
[anon_sym_RPAREN] = ACTIONS(909),
[sym_comment] = ACTIONS(57),
},
[170] = {
[ts_builtin_sym_end] = ACTIONS(911),
[anon_sym_SEMI] = ACTIONS(913),
[anon_sym_RPAREN] = ACTIONS(911),
[anon_sym_SEMI_SEMI] = ACTIONS(911),
[anon_sym_BQUOTE] = ACTIONS(911),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(911),
[anon_sym_AMP] = ACTIONS(911),
},
[171] = {
[sym_simple_expansion] = STATE(505),
[sym_expansion] = STATE(505),
[sym_command_substitution] = STATE(505),
[aux_sym_heredoc_body_repeat1] = STATE(505),
[sym__heredoc_body_middle] = ACTIONS(915),
[sym__heredoc_body_end] = ACTIONS(917),
[anon_sym_DOLLAR] = ACTIONS(919),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(921),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(923),
[anon_sym_BQUOTE] = ACTIONS(925),
[sym_comment] = ACTIONS(57),
},
[172] = {
[anon_sym_LT] = ACTIONS(927),
[anon_sym_GT] = ACTIONS(927),
[anon_sym_GT_GT] = ACTIONS(929),
[anon_sym_AMP_GT] = ACTIONS(927),
[anon_sym_AMP_GT_GT] = ACTIONS(929),
[anon_sym_LT_AMP] = ACTIONS(929),
[anon_sym_GT_AMP] = ACTIONS(929),
[sym_comment] = ACTIONS(57),
},
[173] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[ts_builtin_sym_end] = ACTIONS(933),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[174] = {
[sym_redirected_statement] = STATE(507),
[sym_for_statement] = STATE(507),
[sym_c_style_for_statement] = STATE(507),
[sym_while_statement] = STATE(507),
[sym_if_statement] = STATE(507),
[sym_case_statement] = STATE(507),
[sym_function_definition] = STATE(507),
[sym_compound_statement] = STATE(507),
[sym_subshell] = STATE(507),
[sym_pipeline] = STATE(507),
[sym_list] = STATE(507),
[sym_negated_command] = STATE(507),
[sym_test_command] = STATE(507),
[sym_declaration_command] = STATE(507),
[sym_unset_command] = STATE(507),
[sym_command] = STATE(507),
[sym_command_name] = STATE(29),
[sym_variable_assignment] = STATE(508),
[sym_subscript] = STATE(31),
[sym_file_redirect] = STATE(34),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(21),
[sym_simple_expansion] = STATE(21),
[sym_string_expansion] = STATE(21),
[sym_expansion] = STATE(21),
[sym_command_substitution] = STATE(21),
[sym_process_substitution] = STATE(21),
[aux_sym_command_repeat1] = STATE(34),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(7),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(41),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(47),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(59),
},
[175] = {
[sym_redirected_statement] = STATE(509),
[sym_for_statement] = STATE(509),
[sym_c_style_for_statement] = STATE(509),
[sym_while_statement] = STATE(509),
[sym_if_statement] = STATE(509),
[sym_case_statement] = STATE(509),
[sym_function_definition] = STATE(509),
[sym_compound_statement] = STATE(509),
[sym_subshell] = STATE(509),
[sym_pipeline] = STATE(509),
[sym_list] = STATE(509),
[sym_negated_command] = STATE(509),
[sym_test_command] = STATE(509),
[sym_declaration_command] = STATE(509),
[sym_unset_command] = STATE(509),
[sym_command] = STATE(509),
[sym_command_name] = STATE(29),
[sym_variable_assignment] = STATE(510),
[sym_subscript] = STATE(31),
[sym_file_redirect] = STATE(34),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(21),
[sym_simple_expansion] = STATE(21),
[sym_string_expansion] = STATE(21),
[sym_expansion] = STATE(21),
[sym_command_substitution] = STATE(21),
[sym_process_substitution] = STATE(21),
[aux_sym_command_repeat1] = STATE(34),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(7),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(41),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(47),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(59),
},
[176] = {
[sym_concatenation] = STATE(513),
[sym_string] = STATE(512),
[sym_simple_expansion] = STATE(512),
[sym_string_expansion] = STATE(512),
[sym_expansion] = STATE(512),
[sym_command_substitution] = STATE(512),
[sym_process_substitution] = STATE(512),
[sym__special_characters] = ACTIONS(937),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(939),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(939),
},
[177] = {
[sym_heredoc_start] = ACTIONS(941),
[sym_comment] = ACTIONS(57),
},
[178] = {
[sym_concatenation] = STATE(517),
[sym_string] = STATE(516),
[sym_simple_expansion] = STATE(516),
[sym_string_expansion] = STATE(516),
[sym_expansion] = STATE(516),
[sym_command_substitution] = STATE(516),
[sym_process_substitution] = STATE(516),
[sym__special_characters] = ACTIONS(943),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(945),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(945),
},
[179] = {
[ts_builtin_sym_end] = ACTIONS(933),
[anon_sym_SEMI] = ACTIONS(947),
[anon_sym_SEMI_SEMI] = ACTIONS(949),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(949),
[anon_sym_AMP] = ACTIONS(949),
},
[180] = {
[sym_file_redirect] = STATE(519),
[sym_heredoc_redirect] = STATE(519),
[sym_herestring_redirect] = STATE(519),
[aux_sym_redirected_statement_repeat1] = STATE(519),
[sym__simple_heredoc_body] = ACTIONS(951),
[sym__heredoc_body_beginning] = ACTIONS(951),
[sym_file_descriptor] = ACTIONS(303),
[ts_builtin_sym_end] = ACTIONS(951),
[anon_sym_SEMI] = ACTIONS(953),
[anon_sym_PIPE] = ACTIONS(953),
[anon_sym_SEMI_SEMI] = ACTIONS(951),
[anon_sym_PIPE_AMP] = ACTIONS(951),
[anon_sym_AMP_AMP] = ACTIONS(951),
[anon_sym_PIPE_PIPE] = ACTIONS(951),
[anon_sym_LT] = ACTIONS(317),
[anon_sym_GT] = ACTIONS(317),
[anon_sym_GT_GT] = ACTIONS(319),
[anon_sym_AMP_GT] = ACTIONS(317),
[anon_sym_AMP_GT_GT] = ACTIONS(319),
[anon_sym_LT_AMP] = ACTIONS(319),
[anon_sym_GT_AMP] = ACTIONS(319),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(325),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(951),
[anon_sym_AMP] = ACTIONS(953),
},
[181] = {
[sym_concatenation] = STATE(520),
[sym_string] = STATE(522),
[sym_simple_expansion] = STATE(522),
[sym_string_expansion] = STATE(522),
[sym_expansion] = STATE(522),
[sym_command_substitution] = STATE(522),
[sym_process_substitution] = STATE(522),
[sym_regex] = ACTIONS(955),
[sym__special_characters] = ACTIONS(957),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(959),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(959),
},
[182] = {
[aux_sym_concatenation_repeat1] = STATE(140),
[sym__simple_heredoc_body] = ACTIONS(961),
[sym__heredoc_body_beginning] = ACTIONS(961),
[sym_file_descriptor] = ACTIONS(961),
[sym__concat] = ACTIONS(249),
[ts_builtin_sym_end] = ACTIONS(961),
[anon_sym_SEMI] = ACTIONS(963),
[anon_sym_PIPE] = ACTIONS(963),
[anon_sym_SEMI_SEMI] = ACTIONS(961),
[anon_sym_PIPE_AMP] = ACTIONS(961),
[anon_sym_AMP_AMP] = ACTIONS(961),
[anon_sym_PIPE_PIPE] = ACTIONS(961),
[anon_sym_EQ_TILDE] = ACTIONS(963),
[anon_sym_EQ_EQ] = ACTIONS(963),
[anon_sym_LT] = ACTIONS(963),
[anon_sym_GT] = ACTIONS(963),
[anon_sym_GT_GT] = ACTIONS(961),
[anon_sym_AMP_GT] = ACTIONS(963),
[anon_sym_AMP_GT_GT] = ACTIONS(961),
[anon_sym_LT_AMP] = ACTIONS(961),
[anon_sym_GT_AMP] = ACTIONS(961),
[anon_sym_LT_LT] = ACTIONS(963),
[anon_sym_LT_LT_DASH] = ACTIONS(961),
[anon_sym_LT_LT_LT] = ACTIONS(961),
[sym__special_characters] = ACTIONS(961),
[anon_sym_DQUOTE] = ACTIONS(961),
[anon_sym_DOLLAR] = ACTIONS(963),
[sym_raw_string] = ACTIONS(961),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(961),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(961),
[anon_sym_BQUOTE] = ACTIONS(961),
[anon_sym_LT_LPAREN] = ACTIONS(961),
[anon_sym_GT_LPAREN] = ACTIONS(961),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(963),
[anon_sym_LF] = ACTIONS(961),
[anon_sym_AMP] = ACTIONS(963),
},
[183] = {
[aux_sym_concatenation_repeat1] = STATE(140),
[sym__simple_heredoc_body] = ACTIONS(965),
[sym__heredoc_body_beginning] = ACTIONS(965),
[sym_file_descriptor] = ACTIONS(965),
[sym__concat] = ACTIONS(249),
[ts_builtin_sym_end] = ACTIONS(965),
[anon_sym_SEMI] = ACTIONS(967),
[anon_sym_PIPE] = ACTIONS(967),
[anon_sym_SEMI_SEMI] = ACTIONS(965),
[anon_sym_PIPE_AMP] = ACTIONS(965),
[anon_sym_AMP_AMP] = ACTIONS(965),
[anon_sym_PIPE_PIPE] = ACTIONS(965),
[anon_sym_EQ_TILDE] = ACTIONS(967),
[anon_sym_EQ_EQ] = ACTIONS(967),
[anon_sym_LT] = ACTIONS(967),
[anon_sym_GT] = ACTIONS(967),
[anon_sym_GT_GT] = ACTIONS(965),
[anon_sym_AMP_GT] = ACTIONS(967),
[anon_sym_AMP_GT_GT] = ACTIONS(965),
[anon_sym_LT_AMP] = ACTIONS(965),
[anon_sym_GT_AMP] = ACTIONS(965),
[anon_sym_LT_LT] = ACTIONS(967),
[anon_sym_LT_LT_DASH] = ACTIONS(965),
[anon_sym_LT_LT_LT] = ACTIONS(965),
[sym__special_characters] = ACTIONS(965),
[anon_sym_DQUOTE] = ACTIONS(965),
[anon_sym_DOLLAR] = ACTIONS(967),
[sym_raw_string] = ACTIONS(965),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(965),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(965),
[anon_sym_BQUOTE] = ACTIONS(965),
[anon_sym_LT_LPAREN] = ACTIONS(965),
[anon_sym_GT_LPAREN] = ACTIONS(965),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(967),
[anon_sym_LF] = ACTIONS(965),
[anon_sym_AMP] = ACTIONS(967),
},
[184] = {
[sym_concatenation] = STATE(523),
[sym_string] = STATE(183),
[sym_simple_expansion] = STATE(183),
[sym_string_expansion] = STATE(183),
[sym_expansion] = STATE(183),
[sym_command_substitution] = STATE(183),
[sym_process_substitution] = STATE(183),
[aux_sym_command_repeat2] = STATE(523),
[sym__simple_heredoc_body] = ACTIONS(969),
[sym__heredoc_body_beginning] = ACTIONS(969),
[sym_file_descriptor] = ACTIONS(969),
[ts_builtin_sym_end] = ACTIONS(969),
[anon_sym_SEMI] = ACTIONS(971),
[anon_sym_PIPE] = ACTIONS(971),
[anon_sym_SEMI_SEMI] = ACTIONS(969),
[anon_sym_PIPE_AMP] = ACTIONS(969),
[anon_sym_AMP_AMP] = ACTIONS(969),
[anon_sym_PIPE_PIPE] = ACTIONS(969),
[anon_sym_EQ_TILDE] = ACTIONS(331),
[anon_sym_EQ_EQ] = ACTIONS(331),
[anon_sym_LT] = ACTIONS(971),
[anon_sym_GT] = ACTIONS(971),
[anon_sym_GT_GT] = ACTIONS(969),
[anon_sym_AMP_GT] = ACTIONS(971),
[anon_sym_AMP_GT_GT] = ACTIONS(969),
[anon_sym_LT_AMP] = ACTIONS(969),
[anon_sym_GT_AMP] = ACTIONS(969),
[anon_sym_LT_LT] = ACTIONS(971),
[anon_sym_LT_LT_DASH] = ACTIONS(969),
[anon_sym_LT_LT_LT] = ACTIONS(969),
[sym__special_characters] = ACTIONS(333),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(335),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(337),
[anon_sym_LF] = ACTIONS(969),
[anon_sym_AMP] = ACTIONS(971),
},
[185] = {
[sym_file_redirect] = STATE(180),
[sym_heredoc_redirect] = STATE(180),
[sym_heredoc_body] = STATE(525),
[sym_herestring_redirect] = STATE(180),
[aux_sym_redirected_statement_repeat1] = STATE(180),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(303),
[ts_builtin_sym_end] = ACTIONS(933),
[anon_sym_SEMI] = ACTIONS(973),
[anon_sym_PIPE] = ACTIONS(309),
[anon_sym_SEMI_SEMI] = ACTIONS(975),
[anon_sym_PIPE_AMP] = ACTIONS(313),
[anon_sym_AMP_AMP] = ACTIONS(315),
[anon_sym_PIPE_PIPE] = ACTIONS(315),
[anon_sym_LT] = ACTIONS(317),
[anon_sym_GT] = ACTIONS(317),
[anon_sym_GT_GT] = ACTIONS(319),
[anon_sym_AMP_GT] = ACTIONS(317),
[anon_sym_AMP_GT_GT] = ACTIONS(319),
[anon_sym_LT_AMP] = ACTIONS(319),
[anon_sym_GT_AMP] = ACTIONS(319),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(325),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(975),
[anon_sym_AMP] = ACTIONS(973),
},
[186] = {
[sym_file_redirect] = STATE(180),
[sym_heredoc_redirect] = STATE(180),
[sym_heredoc_body] = STATE(525),
[sym_herestring_redirect] = STATE(180),
[aux_sym_redirected_statement_repeat1] = STATE(180),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[ts_builtin_sym_end] = ACTIONS(933),
[anon_sym_SEMI] = ACTIONS(973),
[anon_sym_PIPE] = ACTIONS(309),
[anon_sym_SEMI_SEMI] = ACTIONS(975),
[anon_sym_PIPE_AMP] = ACTIONS(313),
[anon_sym_AMP_AMP] = ACTIONS(315),
[anon_sym_PIPE_PIPE] = ACTIONS(315),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(325),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(975),
[anon_sym_AMP] = ACTIONS(973),
},
[187] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(526),
[sym_for_statement] = STATE(526),
[sym_c_style_for_statement] = STATE(526),
[sym_while_statement] = STATE(526),
[sym_if_statement] = STATE(526),
[sym_case_statement] = STATE(526),
[sym_function_definition] = STATE(526),
[sym_compound_statement] = STATE(526),
[sym_subshell] = STATE(526),
[sym_pipeline] = STATE(526),
[sym_list] = STATE(526),
[sym_negated_command] = STATE(526),
[sym_test_command] = STATE(526),
[sym_declaration_command] = STATE(526),
[sym_unset_command] = STATE(526),
[sym_command] = STATE(526),
[sym_command_name] = STATE(60),
[sym_variable_assignment] = STATE(527),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(63),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(63),
[sym_file_descriptor] = ACTIONS(977),
[sym_variable_name] = ACTIONS(980),
[anon_sym_for] = ACTIONS(983),
[anon_sym_LPAREN_LPAREN] = ACTIONS(986),
[anon_sym_while] = ACTIONS(989),
[anon_sym_if] = ACTIONS(992),
[anon_sym_case] = ACTIONS(995),
[anon_sym_function] = ACTIONS(998),
[anon_sym_LPAREN] = ACTIONS(1001),
[anon_sym_LBRACE] = ACTIONS(1004),
[anon_sym_BANG] = ACTIONS(1007),
[anon_sym_LBRACK] = ACTIONS(1010),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1013),
[anon_sym_declare] = ACTIONS(1016),
[anon_sym_typeset] = ACTIONS(1016),
[anon_sym_export] = ACTIONS(1016),
[anon_sym_readonly] = ACTIONS(1016),
[anon_sym_local] = ACTIONS(1016),
[anon_sym_unset] = ACTIONS(1019),
[anon_sym_unsetenv] = ACTIONS(1019),
[anon_sym_LT] = ACTIONS(1022),
[anon_sym_GT] = ACTIONS(1022),
[anon_sym_GT_GT] = ACTIONS(1025),
[anon_sym_AMP_GT] = ACTIONS(1022),
[anon_sym_AMP_GT_GT] = ACTIONS(1025),
[anon_sym_LT_AMP] = ACTIONS(1025),
[anon_sym_GT_AMP] = ACTIONS(1025),
[sym__special_characters] = ACTIONS(1028),
[anon_sym_DQUOTE] = ACTIONS(1031),
[anon_sym_DOLLAR] = ACTIONS(1034),
[sym_raw_string] = ACTIONS(1037),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1040),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1043),
[anon_sym_BQUOTE] = ACTIONS(1046),
[anon_sym_LT_LPAREN] = ACTIONS(1049),
[anon_sym_GT_LPAREN] = ACTIONS(1049),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1052),
},
[188] = {
[sym_concatenation] = STATE(528),
[sym_string] = STATE(183),
[sym_simple_expansion] = STATE(183),
[sym_string_expansion] = STATE(183),
[sym_expansion] = STATE(183),
[sym_command_substitution] = STATE(183),
[sym_process_substitution] = STATE(183),
[aux_sym_command_repeat2] = STATE(528),
[sym__simple_heredoc_body] = ACTIONS(969),
[sym__heredoc_body_beginning] = ACTIONS(969),
[sym_file_descriptor] = ACTIONS(969),
[ts_builtin_sym_end] = ACTIONS(969),
[anon_sym_SEMI] = ACTIONS(971),
[anon_sym_PIPE] = ACTIONS(971),
[anon_sym_SEMI_SEMI] = ACTIONS(969),
[anon_sym_PIPE_AMP] = ACTIONS(969),
[anon_sym_AMP_AMP] = ACTIONS(969),
[anon_sym_PIPE_PIPE] = ACTIONS(969),
[anon_sym_EQ_TILDE] = ACTIONS(331),
[anon_sym_EQ_EQ] = ACTIONS(331),
[anon_sym_LT] = ACTIONS(971),
[anon_sym_GT] = ACTIONS(971),
[anon_sym_GT_GT] = ACTIONS(969),
[anon_sym_AMP_GT] = ACTIONS(971),
[anon_sym_AMP_GT_GT] = ACTIONS(969),
[anon_sym_LT_AMP] = ACTIONS(969),
[anon_sym_GT_AMP] = ACTIONS(969),
[anon_sym_LT_LT] = ACTIONS(971),
[anon_sym_LT_LT_DASH] = ACTIONS(969),
[anon_sym_LT_LT_LT] = ACTIONS(969),
[sym__special_characters] = ACTIONS(333),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(335),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(337),
[anon_sym_LF] = ACTIONS(969),
[anon_sym_AMP] = ACTIONS(971),
},
[189] = {
[sym_variable_assignment] = STATE(189),
[sym_subscript] = STATE(94),
[sym_file_redirect] = STATE(189),
[aux_sym_command_repeat1] = STATE(189),
[sym_file_descriptor] = ACTIONS(1055),
[sym_variable_name] = ACTIONS(1058),
[anon_sym_LT] = ACTIONS(1061),
[anon_sym_GT] = ACTIONS(1061),
[anon_sym_GT_GT] = ACTIONS(1064),
[anon_sym_AMP_GT] = ACTIONS(1061),
[anon_sym_AMP_GT_GT] = ACTIONS(1064),
[anon_sym_LT_AMP] = ACTIONS(1064),
[anon_sym_GT_AMP] = ACTIONS(1064),
[sym__special_characters] = ACTIONS(1067),
[anon_sym_DQUOTE] = ACTIONS(1067),
[anon_sym_DOLLAR] = ACTIONS(1069),
[sym_raw_string] = ACTIONS(1067),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1067),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1067),
[anon_sym_BQUOTE] = ACTIONS(1067),
[anon_sym_LT_LPAREN] = ACTIONS(1067),
[anon_sym_GT_LPAREN] = ACTIONS(1067),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1067),
},
[190] = {
[aux_sym_concatenation_repeat1] = STATE(417),
[sym_file_descriptor] = ACTIONS(1071),
[sym__concat] = ACTIONS(747),
[sym_variable_name] = ACTIONS(1071),
[anon_sym_LT] = ACTIONS(1073),
[anon_sym_GT] = ACTIONS(1073),
[anon_sym_GT_GT] = ACTIONS(1071),
[anon_sym_AMP_GT] = ACTIONS(1073),
[anon_sym_AMP_GT_GT] = ACTIONS(1071),
[anon_sym_LT_AMP] = ACTIONS(1071),
[anon_sym_GT_AMP] = ACTIONS(1071),
[sym__special_characters] = ACTIONS(1071),
[anon_sym_DQUOTE] = ACTIONS(1071),
[anon_sym_DOLLAR] = ACTIONS(1073),
[sym_raw_string] = ACTIONS(1071),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1071),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1071),
[anon_sym_BQUOTE] = ACTIONS(1071),
[anon_sym_LT_LPAREN] = ACTIONS(1071),
[anon_sym_GT_LPAREN] = ACTIONS(1071),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1071),
},
[191] = {
[aux_sym_concatenation_repeat1] = STATE(417),
[sym_file_descriptor] = ACTIONS(1075),
[sym__concat] = ACTIONS(747),
[sym_variable_name] = ACTIONS(1075),
[anon_sym_LT] = ACTIONS(1077),
[anon_sym_GT] = ACTIONS(1077),
[anon_sym_GT_GT] = ACTIONS(1075),
[anon_sym_AMP_GT] = ACTIONS(1077),
[anon_sym_AMP_GT_GT] = ACTIONS(1075),
[anon_sym_LT_AMP] = ACTIONS(1075),
[anon_sym_GT_AMP] = ACTIONS(1075),
[sym__special_characters] = ACTIONS(1075),
[anon_sym_DQUOTE] = ACTIONS(1075),
[anon_sym_DOLLAR] = ACTIONS(1077),
[sym_raw_string] = ACTIONS(1075),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1075),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1075),
[anon_sym_BQUOTE] = ACTIONS(1075),
[anon_sym_LT_LPAREN] = ACTIONS(1075),
[anon_sym_GT_LPAREN] = ACTIONS(1075),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1075),
},
[192] = {
[sym_file_descriptor] = ACTIONS(1075),
[sym_variable_name] = ACTIONS(1075),
[anon_sym_LT] = ACTIONS(1077),
[anon_sym_GT] = ACTIONS(1077),
[anon_sym_GT_GT] = ACTIONS(1075),
[anon_sym_AMP_GT] = ACTIONS(1077),
[anon_sym_AMP_GT_GT] = ACTIONS(1075),
[anon_sym_LT_AMP] = ACTIONS(1075),
[anon_sym_GT_AMP] = ACTIONS(1075),
[sym__special_characters] = ACTIONS(1075),
[anon_sym_DQUOTE] = ACTIONS(1075),
[anon_sym_DOLLAR] = ACTIONS(1077),
[sym_raw_string] = ACTIONS(1075),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1075),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1075),
[anon_sym_BQUOTE] = ACTIONS(1075),
[anon_sym_LT_LPAREN] = ACTIONS(1075),
[anon_sym_GT_LPAREN] = ACTIONS(1075),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1075),
},
[193] = {
[aux_sym_concatenation_repeat1] = STATE(531),
[sym__concat] = ACTIONS(1079),
[anon_sym_RBRACK] = ACTIONS(1081),
[sym_comment] = ACTIONS(57),
},
[194] = {
[aux_sym_concatenation_repeat1] = STATE(531),
[sym__concat] = ACTIONS(1083),
[anon_sym_RBRACK] = ACTIONS(1085),
[sym_comment] = ACTIONS(57),
},
[195] = {
[sym__concat] = ACTIONS(1087),
[anon_sym_RBRACK] = ACTIONS(1085),
[sym_comment] = ACTIONS(57),
},
[196] = {
[sym__simple_heredoc_body] = ACTIONS(1089),
[sym__heredoc_body_beginning] = ACTIONS(1089),
[sym_file_descriptor] = ACTIONS(1089),
[sym_variable_name] = ACTIONS(1089),
[ts_builtin_sym_end] = ACTIONS(1089),
[anon_sym_SEMI] = ACTIONS(1091),
[anon_sym_PIPE] = ACTIONS(1091),
[anon_sym_RPAREN] = ACTIONS(1089),
[anon_sym_SEMI_SEMI] = ACTIONS(1089),
[anon_sym_PIPE_AMP] = ACTIONS(1089),
[anon_sym_AMP_AMP] = ACTIONS(1089),
[anon_sym_PIPE_PIPE] = ACTIONS(1089),
[anon_sym_LT] = ACTIONS(1091),
[anon_sym_GT] = ACTIONS(1091),
[anon_sym_GT_GT] = ACTIONS(1089),
[anon_sym_AMP_GT] = ACTIONS(1091),
[anon_sym_AMP_GT_GT] = ACTIONS(1089),
[anon_sym_LT_AMP] = ACTIONS(1089),
[anon_sym_GT_AMP] = ACTIONS(1089),
[anon_sym_LT_LT] = ACTIONS(1091),
[anon_sym_LT_LT_DASH] = ACTIONS(1089),
[anon_sym_LT_LT_LT] = ACTIONS(1089),
[sym__special_characters] = ACTIONS(1089),
[anon_sym_DQUOTE] = ACTIONS(1089),
[anon_sym_DOLLAR] = ACTIONS(1091),
[sym_raw_string] = ACTIONS(1089),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1089),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1089),
[anon_sym_BQUOTE] = ACTIONS(1089),
[anon_sym_LT_LPAREN] = ACTIONS(1089),
[anon_sym_GT_LPAREN] = ACTIONS(1089),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1091),
[anon_sym_LF] = ACTIONS(1089),
[anon_sym_AMP] = ACTIONS(1091),
},
[197] = {
[sym_concatenation] = STATE(544),
[sym_string] = STATE(539),
[sym_simple_expansion] = STATE(539),
[sym_string_expansion] = STATE(539),
[sym_expansion] = STATE(539),
[sym_command_substitution] = STATE(539),
[sym_process_substitution] = STATE(539),
[aux_sym_for_statement_repeat1] = STATE(544),
[anon_sym_RPAREN] = ACTIONS(1093),
[sym__special_characters] = ACTIONS(1095),
[anon_sym_DQUOTE] = ACTIONS(1097),
[anon_sym_DOLLAR] = ACTIONS(1099),
[sym_raw_string] = ACTIONS(1101),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1103),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1105),
[anon_sym_BQUOTE] = ACTIONS(1107),
[anon_sym_LT_LPAREN] = ACTIONS(1109),
[anon_sym_GT_LPAREN] = ACTIONS(1109),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1101),
},
[198] = {
[aux_sym_concatenation_repeat1] = STATE(546),
[sym__simple_heredoc_body] = ACTIONS(1111),
[sym__heredoc_body_beginning] = ACTIONS(1111),
[sym_file_descriptor] = ACTIONS(1111),
[sym__concat] = ACTIONS(1113),
[sym_variable_name] = ACTIONS(1111),
[ts_builtin_sym_end] = ACTIONS(1111),
[anon_sym_SEMI] = ACTIONS(1115),
[anon_sym_PIPE] = ACTIONS(1115),
[anon_sym_SEMI_SEMI] = ACTIONS(1111),
[anon_sym_PIPE_AMP] = ACTIONS(1111),
[anon_sym_AMP_AMP] = ACTIONS(1111),
[anon_sym_PIPE_PIPE] = ACTIONS(1111),
[anon_sym_LT] = ACTIONS(1115),
[anon_sym_GT] = ACTIONS(1115),
[anon_sym_GT_GT] = ACTIONS(1111),
[anon_sym_AMP_GT] = ACTIONS(1115),
[anon_sym_AMP_GT_GT] = ACTIONS(1111),
[anon_sym_LT_AMP] = ACTIONS(1111),
[anon_sym_GT_AMP] = ACTIONS(1111),
[anon_sym_LT_LT] = ACTIONS(1115),
[anon_sym_LT_LT_DASH] = ACTIONS(1111),
[anon_sym_LT_LT_LT] = ACTIONS(1111),
[sym__special_characters] = ACTIONS(1111),
[anon_sym_DQUOTE] = ACTIONS(1111),
[anon_sym_DOLLAR] = ACTIONS(1115),
[sym_raw_string] = ACTIONS(1111),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1111),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1111),
[anon_sym_BQUOTE] = ACTIONS(1111),
[anon_sym_LT_LPAREN] = ACTIONS(1111),
[anon_sym_GT_LPAREN] = ACTIONS(1111),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1115),
[anon_sym_LF] = ACTIONS(1111),
[anon_sym_AMP] = ACTIONS(1115),
},
[199] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(549),
[anon_sym_DQUOTE] = ACTIONS(1117),
[anon_sym_DOLLAR] = ACTIONS(1119),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[200] = {
[sym_string] = STATE(551),
[anon_sym_DASH] = ACTIONS(1121),
[anon_sym_DQUOTE] = ACTIONS(359),
[anon_sym_DOLLAR] = ACTIONS(1121),
[sym_raw_string] = ACTIONS(1123),
[anon_sym_POUND] = ACTIONS(1121),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1125),
[anon_sym_STAR] = ACTIONS(1127),
[anon_sym_AT] = ACTIONS(1127),
[anon_sym_QMARK] = ACTIONS(1127),
[anon_sym_0] = ACTIONS(1125),
[anon_sym__] = ACTIONS(1125),
},
[201] = {
[aux_sym_concatenation_repeat1] = STATE(546),
[sym__simple_heredoc_body] = ACTIONS(1089),
[sym__heredoc_body_beginning] = ACTIONS(1089),
[sym_file_descriptor] = ACTIONS(1089),
[sym__concat] = ACTIONS(1113),
[sym_variable_name] = ACTIONS(1089),
[ts_builtin_sym_end] = ACTIONS(1089),
[anon_sym_SEMI] = ACTIONS(1091),
[anon_sym_PIPE] = ACTIONS(1091),
[anon_sym_SEMI_SEMI] = ACTIONS(1089),
[anon_sym_PIPE_AMP] = ACTIONS(1089),
[anon_sym_AMP_AMP] = ACTIONS(1089),
[anon_sym_PIPE_PIPE] = ACTIONS(1089),
[anon_sym_LT] = ACTIONS(1091),
[anon_sym_GT] = ACTIONS(1091),
[anon_sym_GT_GT] = ACTIONS(1089),
[anon_sym_AMP_GT] = ACTIONS(1091),
[anon_sym_AMP_GT_GT] = ACTIONS(1089),
[anon_sym_LT_AMP] = ACTIONS(1089),
[anon_sym_GT_AMP] = ACTIONS(1089),
[anon_sym_LT_LT] = ACTIONS(1091),
[anon_sym_LT_LT_DASH] = ACTIONS(1089),
[anon_sym_LT_LT_LT] = ACTIONS(1089),
[sym__special_characters] = ACTIONS(1089),
[anon_sym_DQUOTE] = ACTIONS(1089),
[anon_sym_DOLLAR] = ACTIONS(1091),
[sym_raw_string] = ACTIONS(1089),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1089),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1089),
[anon_sym_BQUOTE] = ACTIONS(1089),
[anon_sym_LT_LPAREN] = ACTIONS(1089),
[anon_sym_GT_LPAREN] = ACTIONS(1089),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1091),
[anon_sym_LF] = ACTIONS(1089),
[anon_sym_AMP] = ACTIONS(1091),
},
[202] = {
[sym_subscript] = STATE(556),
[sym_variable_name] = ACTIONS(1129),
[anon_sym_BANG] = ACTIONS(1131),
[anon_sym_DASH] = ACTIONS(1133),
[anon_sym_DOLLAR] = ACTIONS(1133),
[anon_sym_POUND] = ACTIONS(1131),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1135),
[anon_sym_STAR] = ACTIONS(1137),
[anon_sym_AT] = ACTIONS(1137),
[anon_sym_QMARK] = ACTIONS(1137),
[anon_sym_0] = ACTIONS(1135),
[anon_sym__] = ACTIONS(1135),
},
[203] = {
[sym__terminated_statement] = STATE(559),
[sym_redirected_statement] = STATE(557),
[sym_for_statement] = STATE(557),
[sym_c_style_for_statement] = STATE(557),
[sym_while_statement] = STATE(557),
[sym_if_statement] = STATE(557),
[sym_case_statement] = STATE(557),
[sym_function_definition] = STATE(557),
[sym_compound_statement] = STATE(557),
[sym_subshell] = STATE(557),
[sym_pipeline] = STATE(557),
[sym_list] = STATE(557),
[sym_negated_command] = STATE(557),
[sym_test_command] = STATE(557),
[sym_declaration_command] = STATE(557),
[sym_unset_command] = STATE(557),
[sym_command] = STATE(557),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(558),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(559),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[204] = {
[sym__terminated_statement] = STATE(562),
[sym_redirected_statement] = STATE(560),
[sym_for_statement] = STATE(560),
[sym_c_style_for_statement] = STATE(560),
[sym_while_statement] = STATE(560),
[sym_if_statement] = STATE(560),
[sym_case_statement] = STATE(560),
[sym_function_definition] = STATE(560),
[sym_compound_statement] = STATE(560),
[sym_subshell] = STATE(560),
[sym_pipeline] = STATE(560),
[sym_list] = STATE(560),
[sym_negated_command] = STATE(560),
[sym_test_command] = STATE(560),
[sym_declaration_command] = STATE(560),
[sym_unset_command] = STATE(560),
[sym_command] = STATE(560),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(561),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(562),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[205] = {
[sym__terminated_statement] = STATE(565),
[sym_redirected_statement] = STATE(563),
[sym_for_statement] = STATE(563),
[sym_c_style_for_statement] = STATE(563),
[sym_while_statement] = STATE(563),
[sym_if_statement] = STATE(563),
[sym_case_statement] = STATE(563),
[sym_function_definition] = STATE(563),
[sym_compound_statement] = STATE(563),
[sym_subshell] = STATE(563),
[sym_pipeline] = STATE(563),
[sym_list] = STATE(563),
[sym_negated_command] = STATE(563),
[sym_test_command] = STATE(563),
[sym_declaration_command] = STATE(563),
[sym_unset_command] = STATE(563),
[sym_command] = STATE(563),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(564),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(565),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[206] = {
[sym__expression] = STATE(567),
[sym_binary_expression] = STATE(567),
[sym_unary_expression] = STATE(567),
[sym_postfix_expression] = STATE(567),
[sym_parenthesized_expression] = STATE(567),
[sym_concatenation] = STATE(567),
[sym_string] = STATE(212),
[sym_simple_expansion] = STATE(212),
[sym_string_expansion] = STATE(212),
[sym_expansion] = STATE(212),
[sym_command_substitution] = STATE(212),
[sym_process_substitution] = STATE(212),
[anon_sym_SEMI] = ACTIONS(1139),
[anon_sym_SEMI_SEMI] = ACTIONS(1141),
[anon_sym_LPAREN] = ACTIONS(377),
[anon_sym_BANG] = ACTIONS(379),
[sym__special_characters] = ACTIONS(381),
[anon_sym_DQUOTE] = ACTIONS(383),
[anon_sym_DOLLAR] = ACTIONS(385),
[sym_raw_string] = ACTIONS(387),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(389),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(391),
[anon_sym_BQUOTE] = ACTIONS(393),
[anon_sym_LT_LPAREN] = ACTIONS(395),
[anon_sym_GT_LPAREN] = ACTIONS(395),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(397),
[sym_test_operator] = ACTIONS(399),
[anon_sym_LF] = ACTIONS(1141),
[anon_sym_AMP] = ACTIONS(1141),
},
[207] = {
[sym__expression] = STATE(568),
[sym_binary_expression] = STATE(568),
[sym_unary_expression] = STATE(568),
[sym_postfix_expression] = STATE(568),
[sym_parenthesized_expression] = STATE(568),
[sym_concatenation] = STATE(568),
[sym_string] = STATE(225),
[sym_simple_expansion] = STATE(225),
[sym_string_expansion] = STATE(225),
[sym_expansion] = STATE(225),
[sym_command_substitution] = STATE(225),
[sym_process_substitution] = STATE(225),
[anon_sym_LPAREN] = ACTIONS(407),
[anon_sym_BANG] = ACTIONS(409),
[sym__special_characters] = ACTIONS(411),
[anon_sym_DQUOTE] = ACTIONS(413),
[anon_sym_DOLLAR] = ACTIONS(415),
[sym_raw_string] = ACTIONS(417),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(419),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(421),
[anon_sym_BQUOTE] = ACTIONS(423),
[anon_sym_LT_LPAREN] = ACTIONS(425),
[anon_sym_GT_LPAREN] = ACTIONS(425),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(427),
[sym_test_operator] = ACTIONS(429),
},
[208] = {
[sym__expression] = STATE(569),
[sym_binary_expression] = STATE(569),
[sym_unary_expression] = STATE(569),
[sym_postfix_expression] = STATE(569),
[sym_parenthesized_expression] = STATE(569),
[sym_concatenation] = STATE(569),
[sym_string] = STATE(212),
[sym_simple_expansion] = STATE(212),
[sym_string_expansion] = STATE(212),
[sym_expansion] = STATE(212),
[sym_command_substitution] = STATE(212),
[sym_process_substitution] = STATE(212),
[anon_sym_LPAREN] = ACTIONS(377),
[anon_sym_BANG] = ACTIONS(379),
[sym__special_characters] = ACTIONS(381),
[anon_sym_DQUOTE] = ACTIONS(383),
[anon_sym_DOLLAR] = ACTIONS(385),
[sym_raw_string] = ACTIONS(387),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(389),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(391),
[anon_sym_BQUOTE] = ACTIONS(393),
[anon_sym_LT_LPAREN] = ACTIONS(395),
[anon_sym_GT_LPAREN] = ACTIONS(395),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(397),
[sym_test_operator] = ACTIONS(399),
},
[209] = {
[aux_sym_concatenation_repeat1] = STATE(571),
[sym__concat] = ACTIONS(1143),
[anon_sym_SEMI] = ACTIONS(435),
[anon_sym_SEMI_SEMI] = ACTIONS(433),
[anon_sym_AMP_AMP] = ACTIONS(433),
[anon_sym_PIPE_PIPE] = ACTIONS(433),
[anon_sym_EQ_TILDE] = ACTIONS(433),
[anon_sym_EQ_EQ] = ACTIONS(433),
[anon_sym_EQ] = ACTIONS(435),
[anon_sym_PLUS_EQ] = ACTIONS(433),
[anon_sym_LT] = ACTIONS(435),
[anon_sym_GT] = ACTIONS(435),
[anon_sym_BANG_EQ] = ACTIONS(433),
[anon_sym_PLUS] = ACTIONS(435),
[anon_sym_DASH] = ACTIONS(435),
[anon_sym_DASH_EQ] = ACTIONS(433),
[anon_sym_LT_EQ] = ACTIONS(433),
[anon_sym_GT_EQ] = ACTIONS(433),
[anon_sym_PLUS_PLUS] = ACTIONS(433),
[anon_sym_DASH_DASH] = ACTIONS(433),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(433),
[anon_sym_LF] = ACTIONS(433),
[anon_sym_AMP] = ACTIONS(435),
},
[210] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(574),
[anon_sym_DQUOTE] = ACTIONS(1145),
[anon_sym_DOLLAR] = ACTIONS(1147),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[211] = {
[sym_string] = STATE(576),
[anon_sym_DASH] = ACTIONS(1149),
[anon_sym_DQUOTE] = ACTIONS(383),
[anon_sym_DOLLAR] = ACTIONS(1149),
[sym_raw_string] = ACTIONS(1151),
[anon_sym_POUND] = ACTIONS(1149),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1153),
[anon_sym_STAR] = ACTIONS(1155),
[anon_sym_AT] = ACTIONS(1155),
[anon_sym_QMARK] = ACTIONS(1155),
[anon_sym_0] = ACTIONS(1153),
[anon_sym__] = ACTIONS(1153),
},
[212] = {
[aux_sym_concatenation_repeat1] = STATE(571),
[sym__concat] = ACTIONS(1143),
[anon_sym_SEMI] = ACTIONS(451),
[anon_sym_SEMI_SEMI] = ACTIONS(449),
[anon_sym_AMP_AMP] = ACTIONS(449),
[anon_sym_PIPE_PIPE] = ACTIONS(449),
[anon_sym_EQ_TILDE] = ACTIONS(449),
[anon_sym_EQ_EQ] = ACTIONS(449),
[anon_sym_EQ] = ACTIONS(451),
[anon_sym_PLUS_EQ] = ACTIONS(449),
[anon_sym_LT] = ACTIONS(451),
[anon_sym_GT] = ACTIONS(451),
[anon_sym_BANG_EQ] = ACTIONS(449),
[anon_sym_PLUS] = ACTIONS(451),
[anon_sym_DASH] = ACTIONS(451),
[anon_sym_DASH_EQ] = ACTIONS(449),
[anon_sym_LT_EQ] = ACTIONS(449),
[anon_sym_GT_EQ] = ACTIONS(449),
[anon_sym_PLUS_PLUS] = ACTIONS(449),
[anon_sym_DASH_DASH] = ACTIONS(449),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(449),
[anon_sym_LF] = ACTIONS(449),
[anon_sym_AMP] = ACTIONS(451),
},
[213] = {
[sym_subscript] = STATE(581),
[sym_variable_name] = ACTIONS(1157),
[anon_sym_BANG] = ACTIONS(1159),
[anon_sym_DASH] = ACTIONS(1161),
[anon_sym_DOLLAR] = ACTIONS(1161),
[anon_sym_POUND] = ACTIONS(1159),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1163),
[anon_sym_STAR] = ACTIONS(1165),
[anon_sym_AT] = ACTIONS(1165),
[anon_sym_QMARK] = ACTIONS(1165),
[anon_sym_0] = ACTIONS(1163),
[anon_sym__] = ACTIONS(1163),
},
[214] = {
[sym__terminated_statement] = STATE(584),
[sym_redirected_statement] = STATE(582),
[sym_for_statement] = STATE(582),
[sym_c_style_for_statement] = STATE(582),
[sym_while_statement] = STATE(582),
[sym_if_statement] = STATE(582),
[sym_case_statement] = STATE(582),
[sym_function_definition] = STATE(582),
[sym_compound_statement] = STATE(582),
[sym_subshell] = STATE(582),
[sym_pipeline] = STATE(582),
[sym_list] = STATE(582),
[sym_negated_command] = STATE(582),
[sym_test_command] = STATE(582),
[sym_declaration_command] = STATE(582),
[sym_unset_command] = STATE(582),
[sym_command] = STATE(582),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(583),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(584),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[215] = {
[sym__terminated_statement] = STATE(587),
[sym_redirected_statement] = STATE(585),
[sym_for_statement] = STATE(585),
[sym_c_style_for_statement] = STATE(585),
[sym_while_statement] = STATE(585),
[sym_if_statement] = STATE(585),
[sym_case_statement] = STATE(585),
[sym_function_definition] = STATE(585),
[sym_compound_statement] = STATE(585),
[sym_subshell] = STATE(585),
[sym_pipeline] = STATE(585),
[sym_list] = STATE(585),
[sym_negated_command] = STATE(585),
[sym_test_command] = STATE(585),
[sym_declaration_command] = STATE(585),
[sym_unset_command] = STATE(585),
[sym_command] = STATE(585),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(586),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(587),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[216] = {
[sym__terminated_statement] = STATE(590),
[sym_redirected_statement] = STATE(588),
[sym_for_statement] = STATE(588),
[sym_c_style_for_statement] = STATE(588),
[sym_while_statement] = STATE(588),
[sym_if_statement] = STATE(588),
[sym_case_statement] = STATE(588),
[sym_function_definition] = STATE(588),
[sym_compound_statement] = STATE(588),
[sym_subshell] = STATE(588),
[sym_pipeline] = STATE(588),
[sym_list] = STATE(588),
[sym_negated_command] = STATE(588),
[sym_test_command] = STATE(588),
[sym_declaration_command] = STATE(588),
[sym_unset_command] = STATE(588),
[sym_command] = STATE(588),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(589),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(590),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[217] = {
[anon_sym_SEMI] = ACTIONS(1167),
[anon_sym_SEMI_SEMI] = ACTIONS(1169),
[anon_sym_AMP_AMP] = ACTIONS(1171),
[anon_sym_PIPE_PIPE] = ACTIONS(1171),
[anon_sym_EQ_TILDE] = ACTIONS(1173),
[anon_sym_EQ_EQ] = ACTIONS(1173),
[anon_sym_EQ] = ACTIONS(1175),
[anon_sym_PLUS_EQ] = ACTIONS(1171),
[anon_sym_LT] = ACTIONS(1175),
[anon_sym_GT] = ACTIONS(1175),
[anon_sym_BANG_EQ] = ACTIONS(1171),
[anon_sym_PLUS] = ACTIONS(1175),
[anon_sym_DASH] = ACTIONS(1175),
[anon_sym_DASH_EQ] = ACTIONS(1171),
[anon_sym_LT_EQ] = ACTIONS(1171),
[anon_sym_GT_EQ] = ACTIONS(1171),
[anon_sym_PLUS_PLUS] = ACTIONS(1177),
[anon_sym_DASH_DASH] = ACTIONS(1177),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1171),
[anon_sym_LF] = ACTIONS(1169),
[anon_sym_AMP] = ACTIONS(1167),
},
[218] = {
[sym_concatenation] = STATE(603),
[sym_string] = STATE(598),
[sym_simple_expansion] = STATE(598),
[sym_string_expansion] = STATE(598),
[sym_expansion] = STATE(598),
[sym_command_substitution] = STATE(598),
[sym_process_substitution] = STATE(598),
[aux_sym_for_statement_repeat1] = STATE(603),
[sym__special_characters] = ACTIONS(1179),
[anon_sym_DQUOTE] = ACTIONS(1181),
[anon_sym_DOLLAR] = ACTIONS(1183),
[sym_raw_string] = ACTIONS(1185),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1187),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1189),
[anon_sym_BQUOTE] = ACTIONS(1191),
[anon_sym_LT_LPAREN] = ACTIONS(1193),
[anon_sym_GT_LPAREN] = ACTIONS(1193),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1185),
},
[219] = {
[sym_do_group] = STATE(604),
[anon_sym_do] = ACTIONS(493),
[sym_comment] = ACTIONS(57),
},
[220] = {
[sym__expression] = STATE(605),
[sym_binary_expression] = STATE(605),
[sym_unary_expression] = STATE(605),
[sym_postfix_expression] = STATE(605),
[sym_parenthesized_expression] = STATE(605),
[sym_concatenation] = STATE(605),
[sym_string] = STATE(225),
[sym_simple_expansion] = STATE(225),
[sym_string_expansion] = STATE(225),
[sym_expansion] = STATE(225),
[sym_command_substitution] = STATE(225),
[sym_process_substitution] = STATE(225),
[anon_sym_LPAREN] = ACTIONS(407),
[anon_sym_BANG] = ACTIONS(409),
[sym__special_characters] = ACTIONS(411),
[anon_sym_DQUOTE] = ACTIONS(413),
[anon_sym_DOLLAR] = ACTIONS(415),
[sym_raw_string] = ACTIONS(417),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(419),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(421),
[anon_sym_BQUOTE] = ACTIONS(423),
[anon_sym_LT_LPAREN] = ACTIONS(425),
[anon_sym_GT_LPAREN] = ACTIONS(425),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(427),
[sym_test_operator] = ACTIONS(429),
},
[221] = {
[sym__expression] = STATE(606),
[sym_binary_expression] = STATE(606),
[sym_unary_expression] = STATE(606),
[sym_postfix_expression] = STATE(606),
[sym_parenthesized_expression] = STATE(606),
[sym_concatenation] = STATE(606),
[sym_string] = STATE(225),
[sym_simple_expansion] = STATE(225),
[sym_string_expansion] = STATE(225),
[sym_expansion] = STATE(225),
[sym_command_substitution] = STATE(225),
[sym_process_substitution] = STATE(225),
[anon_sym_LPAREN] = ACTIONS(407),
[anon_sym_BANG] = ACTIONS(409),
[sym__special_characters] = ACTIONS(411),
[anon_sym_DQUOTE] = ACTIONS(413),
[anon_sym_DOLLAR] = ACTIONS(415),
[sym_raw_string] = ACTIONS(417),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(419),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(421),
[anon_sym_BQUOTE] = ACTIONS(423),
[anon_sym_LT_LPAREN] = ACTIONS(425),
[anon_sym_GT_LPAREN] = ACTIONS(425),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(427),
[sym_test_operator] = ACTIONS(429),
},
[222] = {
[aux_sym_concatenation_repeat1] = STATE(608),
[sym__concat] = ACTIONS(1195),
[anon_sym_RPAREN] = ACTIONS(433),
[anon_sym_AMP_AMP] = ACTIONS(433),
[anon_sym_PIPE_PIPE] = ACTIONS(433),
[anon_sym_EQ_TILDE] = ACTIONS(433),
[anon_sym_EQ_EQ] = ACTIONS(433),
[anon_sym_EQ] = ACTIONS(435),
[anon_sym_PLUS_EQ] = ACTIONS(433),
[anon_sym_LT] = ACTIONS(435),
[anon_sym_GT] = ACTIONS(435),
[anon_sym_BANG_EQ] = ACTIONS(433),
[anon_sym_PLUS] = ACTIONS(435),
[anon_sym_DASH] = ACTIONS(435),
[anon_sym_DASH_EQ] = ACTIONS(433),
[anon_sym_LT_EQ] = ACTIONS(433),
[anon_sym_GT_EQ] = ACTIONS(433),
[anon_sym_PLUS_PLUS] = ACTIONS(433),
[anon_sym_DASH_DASH] = ACTIONS(433),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(433),
},
[223] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(611),
[anon_sym_DQUOTE] = ACTIONS(1197),
[anon_sym_DOLLAR] = ACTIONS(1199),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[224] = {
[sym_string] = STATE(613),
[anon_sym_DASH] = ACTIONS(1201),
[anon_sym_DQUOTE] = ACTIONS(413),
[anon_sym_DOLLAR] = ACTIONS(1201),
[sym_raw_string] = ACTIONS(1203),
[anon_sym_POUND] = ACTIONS(1201),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1205),
[anon_sym_STAR] = ACTIONS(1207),
[anon_sym_AT] = ACTIONS(1207),
[anon_sym_QMARK] = ACTIONS(1207),
[anon_sym_0] = ACTIONS(1205),
[anon_sym__] = ACTIONS(1205),
},
[225] = {
[aux_sym_concatenation_repeat1] = STATE(608),
[sym__concat] = ACTIONS(1195),
[anon_sym_RPAREN] = ACTIONS(449),
[anon_sym_AMP_AMP] = ACTIONS(449),
[anon_sym_PIPE_PIPE] = ACTIONS(449),
[anon_sym_EQ_TILDE] = ACTIONS(449),
[anon_sym_EQ_EQ] = ACTIONS(449),
[anon_sym_EQ] = ACTIONS(451),
[anon_sym_PLUS_EQ] = ACTIONS(449),
[anon_sym_LT] = ACTIONS(451),
[anon_sym_GT] = ACTIONS(451),
[anon_sym_BANG_EQ] = ACTIONS(449),
[anon_sym_PLUS] = ACTIONS(451),
[anon_sym_DASH] = ACTIONS(451),
[anon_sym_DASH_EQ] = ACTIONS(449),
[anon_sym_LT_EQ] = ACTIONS(449),
[anon_sym_GT_EQ] = ACTIONS(449),
[anon_sym_PLUS_PLUS] = ACTIONS(449),
[anon_sym_DASH_DASH] = ACTIONS(449),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(449),
},
[226] = {
[sym_subscript] = STATE(618),
[sym_variable_name] = ACTIONS(1209),
[anon_sym_BANG] = ACTIONS(1211),
[anon_sym_DASH] = ACTIONS(1213),
[anon_sym_DOLLAR] = ACTIONS(1213),
[anon_sym_POUND] = ACTIONS(1211),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1215),
[anon_sym_STAR] = ACTIONS(1217),
[anon_sym_AT] = ACTIONS(1217),
[anon_sym_QMARK] = ACTIONS(1217),
[anon_sym_0] = ACTIONS(1215),
[anon_sym__] = ACTIONS(1215),
},
[227] = {
[sym__terminated_statement] = STATE(621),
[sym_redirected_statement] = STATE(619),
[sym_for_statement] = STATE(619),
[sym_c_style_for_statement] = STATE(619),
[sym_while_statement] = STATE(619),
[sym_if_statement] = STATE(619),
[sym_case_statement] = STATE(619),
[sym_function_definition] = STATE(619),
[sym_compound_statement] = STATE(619),
[sym_subshell] = STATE(619),
[sym_pipeline] = STATE(619),
[sym_list] = STATE(619),
[sym_negated_command] = STATE(619),
[sym_test_command] = STATE(619),
[sym_declaration_command] = STATE(619),
[sym_unset_command] = STATE(619),
[sym_command] = STATE(619),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(620),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(621),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[228] = {
[sym__terminated_statement] = STATE(624),
[sym_redirected_statement] = STATE(622),
[sym_for_statement] = STATE(622),
[sym_c_style_for_statement] = STATE(622),
[sym_while_statement] = STATE(622),
[sym_if_statement] = STATE(622),
[sym_case_statement] = STATE(622),
[sym_function_definition] = STATE(622),
[sym_compound_statement] = STATE(622),
[sym_subshell] = STATE(622),
[sym_pipeline] = STATE(622),
[sym_list] = STATE(622),
[sym_negated_command] = STATE(622),
[sym_test_command] = STATE(622),
[sym_declaration_command] = STATE(622),
[sym_unset_command] = STATE(622),
[sym_command] = STATE(622),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(623),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(624),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[229] = {
[sym__terminated_statement] = STATE(627),
[sym_redirected_statement] = STATE(625),
[sym_for_statement] = STATE(625),
[sym_c_style_for_statement] = STATE(625),
[sym_while_statement] = STATE(625),
[sym_if_statement] = STATE(625),
[sym_case_statement] = STATE(625),
[sym_function_definition] = STATE(625),
[sym_compound_statement] = STATE(625),
[sym_subshell] = STATE(625),
[sym_pipeline] = STATE(625),
[sym_list] = STATE(625),
[sym_negated_command] = STATE(625),
[sym_test_command] = STATE(625),
[sym_declaration_command] = STATE(625),
[sym_unset_command] = STATE(625),
[sym_command] = STATE(625),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(626),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(627),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[230] = {
[anon_sym_RPAREN] = ACTIONS(1219),
[anon_sym_AMP_AMP] = ACTIONS(1221),
[anon_sym_PIPE_PIPE] = ACTIONS(1221),
[anon_sym_EQ_TILDE] = ACTIONS(1223),
[anon_sym_EQ_EQ] = ACTIONS(1223),
[anon_sym_EQ] = ACTIONS(1225),
[anon_sym_PLUS_EQ] = ACTIONS(1221),
[anon_sym_LT] = ACTIONS(1225),
[anon_sym_GT] = ACTIONS(1225),
[anon_sym_BANG_EQ] = ACTIONS(1221),
[anon_sym_PLUS] = ACTIONS(1225),
[anon_sym_DASH] = ACTIONS(1225),
[anon_sym_DASH_EQ] = ACTIONS(1221),
[anon_sym_LT_EQ] = ACTIONS(1221),
[anon_sym_GT_EQ] = ACTIONS(1221),
[anon_sym_PLUS_PLUS] = ACTIONS(1227),
[anon_sym_DASH_DASH] = ACTIONS(1227),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1221),
},
[231] = {
[anon_sym_RPAREN_RPAREN] = ACTIONS(1229),
[anon_sym_AMP_AMP] = ACTIONS(465),
[anon_sym_PIPE_PIPE] = ACTIONS(465),
[anon_sym_EQ_TILDE] = ACTIONS(467),
[anon_sym_EQ_EQ] = ACTIONS(467),
[anon_sym_EQ] = ACTIONS(469),
[anon_sym_PLUS_EQ] = ACTIONS(465),
[anon_sym_LT] = ACTIONS(469),
[anon_sym_GT] = ACTIONS(469),
[anon_sym_BANG_EQ] = ACTIONS(465),
[anon_sym_PLUS] = ACTIONS(469),
[anon_sym_DASH] = ACTIONS(469),
[anon_sym_DASH_EQ] = ACTIONS(465),
[anon_sym_LT_EQ] = ACTIONS(465),
[anon_sym_GT_EQ] = ACTIONS(465),
[anon_sym_PLUS_PLUS] = ACTIONS(471),
[anon_sym_DASH_DASH] = ACTIONS(471),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(465),
},
[232] = {
[sym_string] = STATE(632),
[sym_simple_expansion] = STATE(632),
[sym_string_expansion] = STATE(632),
[sym_expansion] = STATE(632),
[sym_command_substitution] = STATE(632),
[sym_process_substitution] = STATE(632),
[sym__special_characters] = ACTIONS(1231),
[anon_sym_DQUOTE] = ACTIONS(79),
[anon_sym_DOLLAR] = ACTIONS(81),
[sym_raw_string] = ACTIONS(1231),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(85),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(87),
[anon_sym_BQUOTE] = ACTIONS(89),
[anon_sym_LT_LPAREN] = ACTIONS(91),
[anon_sym_GT_LPAREN] = ACTIONS(91),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1231),
},
[233] = {
[aux_sym_concatenation_repeat1] = STATE(633),
[sym__concat] = ACTIONS(431),
[anon_sym_RPAREN_RPAREN] = ACTIONS(779),
[anon_sym_AMP_AMP] = ACTIONS(779),
[anon_sym_PIPE_PIPE] = ACTIONS(779),
[anon_sym_EQ_TILDE] = ACTIONS(779),
[anon_sym_EQ_EQ] = ACTIONS(779),
[anon_sym_EQ] = ACTIONS(781),
[anon_sym_PLUS_EQ] = ACTIONS(779),
[anon_sym_LT] = ACTIONS(781),
[anon_sym_GT] = ACTIONS(781),
[anon_sym_BANG_EQ] = ACTIONS(779),
[anon_sym_PLUS] = ACTIONS(781),
[anon_sym_DASH] = ACTIONS(781),
[anon_sym_DASH_EQ] = ACTIONS(779),
[anon_sym_LT_EQ] = ACTIONS(779),
[anon_sym_GT_EQ] = ACTIONS(779),
[anon_sym_PLUS_PLUS] = ACTIONS(779),
[anon_sym_DASH_DASH] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(779),
},
[234] = {
[sym__concat] = ACTIONS(783),
[anon_sym_RPAREN_RPAREN] = ACTIONS(783),
[anon_sym_AMP_AMP] = ACTIONS(783),
[anon_sym_PIPE_PIPE] = ACTIONS(783),
[anon_sym_RBRACK_RBRACK] = ACTIONS(783),
[anon_sym_EQ_TILDE] = ACTIONS(783),
[anon_sym_EQ_EQ] = ACTIONS(783),
[anon_sym_EQ] = ACTIONS(785),
[anon_sym_PLUS_EQ] = ACTIONS(783),
[anon_sym_LT] = ACTIONS(785),
[anon_sym_GT] = ACTIONS(785),
[anon_sym_BANG_EQ] = ACTIONS(783),
[anon_sym_PLUS] = ACTIONS(785),
[anon_sym_DASH] = ACTIONS(785),
[anon_sym_DASH_EQ] = ACTIONS(783),
[anon_sym_LT_EQ] = ACTIONS(783),
[anon_sym_GT_EQ] = ACTIONS(783),
[anon_sym_PLUS_PLUS] = ACTIONS(783),
[anon_sym_DASH_DASH] = ACTIONS(783),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(783),
},
[235] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(1233),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[236] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(455),
[anon_sym_DQUOTE] = ACTIONS(1233),
[anon_sym_DOLLAR] = ACTIONS(1235),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[237] = {
[sym__concat] = ACTIONS(817),
[anon_sym_RPAREN_RPAREN] = ACTIONS(817),
[anon_sym_AMP_AMP] = ACTIONS(817),
[anon_sym_PIPE_PIPE] = ACTIONS(817),
[anon_sym_RBRACK_RBRACK] = ACTIONS(817),
[anon_sym_EQ_TILDE] = ACTIONS(817),
[anon_sym_EQ_EQ] = ACTIONS(817),
[anon_sym_EQ] = ACTIONS(819),
[anon_sym_PLUS_EQ] = ACTIONS(817),
[anon_sym_LT] = ACTIONS(819),
[anon_sym_GT] = ACTIONS(819),
[anon_sym_BANG_EQ] = ACTIONS(817),
[anon_sym_PLUS] = ACTIONS(819),
[anon_sym_DASH] = ACTIONS(819),
[anon_sym_DASH_EQ] = ACTIONS(817),
[anon_sym_LT_EQ] = ACTIONS(817),
[anon_sym_GT_EQ] = ACTIONS(817),
[anon_sym_PLUS_PLUS] = ACTIONS(817),
[anon_sym_DASH_DASH] = ACTIONS(817),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(817),
},
[238] = {
[sym__concat] = ACTIONS(821),
[anon_sym_RPAREN_RPAREN] = ACTIONS(821),
[anon_sym_AMP_AMP] = ACTIONS(821),
[anon_sym_PIPE_PIPE] = ACTIONS(821),
[anon_sym_RBRACK_RBRACK] = ACTIONS(821),
[anon_sym_EQ_TILDE] = ACTIONS(821),
[anon_sym_EQ_EQ] = ACTIONS(821),
[anon_sym_EQ] = ACTIONS(823),
[anon_sym_PLUS_EQ] = ACTIONS(821),
[anon_sym_LT] = ACTIONS(823),
[anon_sym_GT] = ACTIONS(823),
[anon_sym_BANG_EQ] = ACTIONS(821),
[anon_sym_PLUS] = ACTIONS(823),
[anon_sym_DASH] = ACTIONS(823),
[anon_sym_DASH_EQ] = ACTIONS(821),
[anon_sym_LT_EQ] = ACTIONS(821),
[anon_sym_GT_EQ] = ACTIONS(821),
[anon_sym_PLUS_PLUS] = ACTIONS(821),
[anon_sym_DASH_DASH] = ACTIONS(821),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(821),
},
[239] = {
[sym__concat] = ACTIONS(825),
[anon_sym_RPAREN_RPAREN] = ACTIONS(825),
[anon_sym_AMP_AMP] = ACTIONS(825),
[anon_sym_PIPE_PIPE] = ACTIONS(825),
[anon_sym_RBRACK_RBRACK] = ACTIONS(825),
[anon_sym_EQ_TILDE] = ACTIONS(825),
[anon_sym_EQ_EQ] = ACTIONS(825),
[anon_sym_EQ] = ACTIONS(827),
[anon_sym_PLUS_EQ] = ACTIONS(825),
[anon_sym_LT] = ACTIONS(827),
[anon_sym_GT] = ACTIONS(827),
[anon_sym_BANG_EQ] = ACTIONS(825),
[anon_sym_PLUS] = ACTIONS(827),
[anon_sym_DASH] = ACTIONS(827),
[anon_sym_DASH_EQ] = ACTIONS(825),
[anon_sym_LT_EQ] = ACTIONS(825),
[anon_sym_GT_EQ] = ACTIONS(825),
[anon_sym_PLUS_PLUS] = ACTIONS(825),
[anon_sym_DASH_DASH] = ACTIONS(825),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(825),
},
[240] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(1237),
[sym_comment] = ACTIONS(57),
},
[241] = {
[sym_subscript] = STATE(639),
[sym_variable_name] = ACTIONS(1239),
[anon_sym_DASH] = ACTIONS(1241),
[anon_sym_DOLLAR] = ACTIONS(1241),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1243),
[anon_sym_STAR] = ACTIONS(1245),
[anon_sym_AT] = ACTIONS(1245),
[anon_sym_QMARK] = ACTIONS(1245),
[anon_sym_0] = ACTIONS(1243),
[anon_sym__] = ACTIONS(1243),
},
[242] = {
[sym_concatenation] = STATE(642),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(642),
[anon_sym_RBRACE] = ACTIONS(1247),
[anon_sym_EQ] = ACTIONS(1249),
[anon_sym_DASH] = ACTIONS(1249),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1251),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(1253),
[anon_sym_COLON] = ACTIONS(1249),
[anon_sym_COLON_QMARK] = ACTIONS(1249),
[anon_sym_COLON_DASH] = ACTIONS(1249),
[anon_sym_PERCENT] = ACTIONS(1249),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[243] = {
[sym_concatenation] = STATE(645),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(645),
[anon_sym_RBRACE] = ACTIONS(1255),
[anon_sym_EQ] = ACTIONS(1257),
[anon_sym_DASH] = ACTIONS(1257),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1259),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(1261),
[anon_sym_COLON] = ACTIONS(1257),
[anon_sym_COLON_QMARK] = ACTIONS(1257),
[anon_sym_COLON_DASH] = ACTIONS(1257),
[anon_sym_PERCENT] = ACTIONS(1257),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[244] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(648),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(1263),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1265),
[anon_sym_SEMI_SEMI] = ACTIONS(1267),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1267),
[anon_sym_AMP] = ACTIONS(1263),
},
[245] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(648),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(1263),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1265),
[anon_sym_SEMI_SEMI] = ACTIONS(1267),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1267),
[anon_sym_AMP] = ACTIONS(1263),
},
[246] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(649),
[sym_for_statement] = STATE(649),
[sym_c_style_for_statement] = STATE(649),
[sym_while_statement] = STATE(649),
[sym_if_statement] = STATE(649),
[sym_case_statement] = STATE(649),
[sym_function_definition] = STATE(649),
[sym_compound_statement] = STATE(649),
[sym_subshell] = STATE(649),
[sym_pipeline] = STATE(649),
[sym_list] = STATE(649),
[sym_negated_command] = STATE(649),
[sym_test_command] = STATE(649),
[sym_declaration_command] = STATE(649),
[sym_unset_command] = STATE(649),
[sym_command] = STATE(649),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(650),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[247] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(652),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(1269),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(1271),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(1265),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1271),
[anon_sym_AMP] = ACTIONS(1269),
},
[248] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(652),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(1269),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(1271),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(1265),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1271),
[anon_sym_AMP] = ACTIONS(1269),
},
[249] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(653),
[sym_for_statement] = STATE(653),
[sym_c_style_for_statement] = STATE(653),
[sym_while_statement] = STATE(653),
[sym_if_statement] = STATE(653),
[sym_case_statement] = STATE(653),
[sym_function_definition] = STATE(653),
[sym_compound_statement] = STATE(653),
[sym_subshell] = STATE(653),
[sym_pipeline] = STATE(653),
[sym_list] = STATE(653),
[sym_negated_command] = STATE(653),
[sym_test_command] = STATE(653),
[sym_declaration_command] = STATE(653),
[sym_unset_command] = STATE(653),
[sym_command] = STATE(653),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(654),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[250] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(657),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(1273),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1275),
[anon_sym_SEMI_SEMI] = ACTIONS(1277),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1277),
[anon_sym_AMP] = ACTIONS(1273),
},
[251] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(657),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(1273),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1275),
[anon_sym_SEMI_SEMI] = ACTIONS(1277),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1277),
[anon_sym_AMP] = ACTIONS(1273),
},
[252] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(658),
[sym_for_statement] = STATE(658),
[sym_c_style_for_statement] = STATE(658),
[sym_while_statement] = STATE(658),
[sym_if_statement] = STATE(658),
[sym_case_statement] = STATE(658),
[sym_function_definition] = STATE(658),
[sym_compound_statement] = STATE(658),
[sym_subshell] = STATE(658),
[sym_pipeline] = STATE(658),
[sym_list] = STATE(658),
[sym_negated_command] = STATE(658),
[sym_test_command] = STATE(658),
[sym_declaration_command] = STATE(658),
[sym_unset_command] = STATE(658),
[sym_command] = STATE(658),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(659),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[253] = {
[sym__simple_heredoc_body] = ACTIONS(1279),
[sym__heredoc_body_beginning] = ACTIONS(1279),
[sym_file_descriptor] = ACTIONS(1279),
[ts_builtin_sym_end] = ACTIONS(1279),
[anon_sym_SEMI] = ACTIONS(1281),
[anon_sym_esac] = ACTIONS(1279),
[anon_sym_PIPE] = ACTIONS(1281),
[anon_sym_RPAREN] = ACTIONS(1279),
[anon_sym_SEMI_SEMI] = ACTIONS(1279),
[anon_sym_PIPE_AMP] = ACTIONS(1279),
[anon_sym_AMP_AMP] = ACTIONS(1279),
[anon_sym_PIPE_PIPE] = ACTIONS(1279),
[anon_sym_LT] = ACTIONS(1281),
[anon_sym_GT] = ACTIONS(1281),
[anon_sym_GT_GT] = ACTIONS(1279),
[anon_sym_AMP_GT] = ACTIONS(1281),
[anon_sym_AMP_GT_GT] = ACTIONS(1279),
[anon_sym_LT_AMP] = ACTIONS(1279),
[anon_sym_GT_AMP] = ACTIONS(1279),
[anon_sym_LT_LT] = ACTIONS(1281),
[anon_sym_LT_LT_DASH] = ACTIONS(1279),
[anon_sym_LT_LT_LT] = ACTIONS(1279),
[anon_sym_BQUOTE] = ACTIONS(1279),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1279),
[anon_sym_AMP] = ACTIONS(1281),
},
[254] = {
[sym__expression] = STATE(660),
[sym_binary_expression] = STATE(660),
[sym_unary_expression] = STATE(660),
[sym_postfix_expression] = STATE(660),
[sym_parenthesized_expression] = STATE(660),
[sym_concatenation] = STATE(660),
[sym_string] = STATE(45),
[sym_simple_expansion] = STATE(45),
[sym_string_expansion] = STATE(45),
[sym_expansion] = STATE(45),
[sym_command_substitution] = STATE(45),
[sym_process_substitution] = STATE(45),
[anon_sym_LPAREN] = ACTIONS(73),
[anon_sym_BANG] = ACTIONS(75),
[sym__special_characters] = ACTIONS(77),
[anon_sym_DQUOTE] = ACTIONS(79),
[anon_sym_DOLLAR] = ACTIONS(81),
[sym_raw_string] = ACTIONS(83),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(85),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(87),
[anon_sym_BQUOTE] = ACTIONS(89),
[anon_sym_LT_LPAREN] = ACTIONS(91),
[anon_sym_GT_LPAREN] = ACTIONS(91),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(93),
[sym_test_operator] = ACTIONS(95),
},
[255] = {
[sym__expression] = STATE(660),
[sym_binary_expression] = STATE(660),
[sym_unary_expression] = STATE(660),
[sym_postfix_expression] = STATE(660),
[sym_parenthesized_expression] = STATE(660),
[sym_concatenation] = STATE(660),
[sym_string] = STATE(45),
[sym_simple_expansion] = STATE(45),
[sym_string_expansion] = STATE(45),
[sym_expansion] = STATE(45),
[sym_command_substitution] = STATE(45),
[sym_process_substitution] = STATE(45),
[sym_regex] = ACTIONS(1283),
[anon_sym_LPAREN] = ACTIONS(73),
[anon_sym_BANG] = ACTIONS(75),
[sym__special_characters] = ACTIONS(77),
[anon_sym_DQUOTE] = ACTIONS(79),
[anon_sym_DOLLAR] = ACTIONS(81),
[sym_raw_string] = ACTIONS(83),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(85),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(87),
[anon_sym_BQUOTE] = ACTIONS(89),
[anon_sym_LT_LPAREN] = ACTIONS(91),
[anon_sym_GT_LPAREN] = ACTIONS(91),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(93),
[sym_test_operator] = ACTIONS(95),
},
[256] = {
[anon_sym_RPAREN_RPAREN] = ACTIONS(1285),
[anon_sym_AMP_AMP] = ACTIONS(1285),
[anon_sym_PIPE_PIPE] = ACTIONS(1285),
[anon_sym_RBRACK_RBRACK] = ACTIONS(1285),
[anon_sym_EQ_TILDE] = ACTIONS(1285),
[anon_sym_EQ_EQ] = ACTIONS(1285),
[anon_sym_EQ] = ACTIONS(1287),
[anon_sym_PLUS_EQ] = ACTIONS(1285),
[anon_sym_LT] = ACTIONS(1287),
[anon_sym_GT] = ACTIONS(1287),
[anon_sym_BANG_EQ] = ACTIONS(1285),
[anon_sym_PLUS] = ACTIONS(1287),
[anon_sym_DASH] = ACTIONS(1287),
[anon_sym_DASH_EQ] = ACTIONS(1285),
[anon_sym_LT_EQ] = ACTIONS(1285),
[anon_sym_GT_EQ] = ACTIONS(1285),
[anon_sym_PLUS_PLUS] = ACTIONS(1285),
[anon_sym_DASH_DASH] = ACTIONS(1285),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1285),
},
[257] = {
[sym_concatenation] = STATE(196),
[sym_string] = STATE(663),
[sym_array] = STATE(196),
[sym_simple_expansion] = STATE(663),
[sym_string_expansion] = STATE(663),
[sym_expansion] = STATE(663),
[sym_command_substitution] = STATE(663),
[sym_process_substitution] = STATE(663),
[sym__empty_value] = ACTIONS(353),
[anon_sym_LPAREN] = ACTIONS(355),
[sym__special_characters] = ACTIONS(1289),
[anon_sym_DQUOTE] = ACTIONS(359),
[anon_sym_DOLLAR] = ACTIONS(361),
[sym_raw_string] = ACTIONS(1291),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(365),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(367),
[anon_sym_BQUOTE] = ACTIONS(369),
[anon_sym_LT_LPAREN] = ACTIONS(371),
[anon_sym_GT_LPAREN] = ACTIONS(371),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1291),
},
[258] = {
[anon_sym_LBRACK] = ACTIONS(65),
[anon_sym_EQ] = ACTIONS(1293),
[anon_sym_PLUS_EQ] = ACTIONS(1293),
[sym_comment] = ACTIONS(57),
},
[259] = {
[aux_sym_concatenation_repeat1] = STATE(665),
[sym__simple_heredoc_body] = ACTIONS(669),
[sym__heredoc_body_beginning] = ACTIONS(669),
[sym_file_descriptor] = ACTIONS(669),
[sym__concat] = ACTIONS(671),
[sym_variable_name] = ACTIONS(669),
[anon_sym_SEMI] = ACTIONS(673),
[anon_sym_PIPE] = ACTIONS(673),
[anon_sym_SEMI_SEMI] = ACTIONS(669),
[anon_sym_PIPE_AMP] = ACTIONS(669),
[anon_sym_AMP_AMP] = ACTIONS(669),
[anon_sym_PIPE_PIPE] = ACTIONS(669),
[anon_sym_LT] = ACTIONS(673),
[anon_sym_GT] = ACTIONS(673),
[anon_sym_GT_GT] = ACTIONS(669),
[anon_sym_AMP_GT] = ACTIONS(673),
[anon_sym_AMP_GT_GT] = ACTIONS(669),
[anon_sym_LT_AMP] = ACTIONS(669),
[anon_sym_GT_AMP] = ACTIONS(669),
[anon_sym_LT_LT] = ACTIONS(673),
[anon_sym_LT_LT_DASH] = ACTIONS(669),
[anon_sym_LT_LT_LT] = ACTIONS(669),
[sym__special_characters] = ACTIONS(669),
[anon_sym_DQUOTE] = ACTIONS(669),
[anon_sym_DOLLAR] = ACTIONS(673),
[sym_raw_string] = ACTIONS(669),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(669),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(669),
[anon_sym_BQUOTE] = ACTIONS(669),
[anon_sym_LT_LPAREN] = ACTIONS(669),
[anon_sym_GT_LPAREN] = ACTIONS(669),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(673),
[sym_word] = ACTIONS(673),
[anon_sym_LF] = ACTIONS(669),
[anon_sym_AMP] = ACTIONS(673),
},
[260] = {
[aux_sym_concatenation_repeat1] = STATE(665),
[sym__simple_heredoc_body] = ACTIONS(687),
[sym__heredoc_body_beginning] = ACTIONS(687),
[sym_file_descriptor] = ACTIONS(687),
[sym__concat] = ACTIONS(671),
[sym_variable_name] = ACTIONS(687),
[anon_sym_SEMI] = ACTIONS(689),
[anon_sym_PIPE] = ACTIONS(689),
[anon_sym_SEMI_SEMI] = ACTIONS(687),
[anon_sym_PIPE_AMP] = ACTIONS(687),
[anon_sym_AMP_AMP] = ACTIONS(687),
[anon_sym_PIPE_PIPE] = ACTIONS(687),
[anon_sym_LT] = ACTIONS(689),
[anon_sym_GT] = ACTIONS(689),
[anon_sym_GT_GT] = ACTIONS(687),
[anon_sym_AMP_GT] = ACTIONS(689),
[anon_sym_AMP_GT_GT] = ACTIONS(687),
[anon_sym_LT_AMP] = ACTIONS(687),
[anon_sym_GT_AMP] = ACTIONS(687),
[anon_sym_LT_LT] = ACTIONS(689),
[anon_sym_LT_LT_DASH] = ACTIONS(687),
[anon_sym_LT_LT_LT] = ACTIONS(687),
[sym__special_characters] = ACTIONS(687),
[anon_sym_DQUOTE] = ACTIONS(687),
[anon_sym_DOLLAR] = ACTIONS(689),
[sym_raw_string] = ACTIONS(687),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(687),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(687),
[anon_sym_BQUOTE] = ACTIONS(687),
[anon_sym_LT_LPAREN] = ACTIONS(687),
[anon_sym_GT_LPAREN] = ACTIONS(687),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(689),
[sym_word] = ACTIONS(689),
[anon_sym_LF] = ACTIONS(687),
[anon_sym_AMP] = ACTIONS(689),
},
[261] = {
[anon_sym_EQ] = ACTIONS(1293),
[anon_sym_PLUS_EQ] = ACTIONS(1293),
[sym_comment] = ACTIONS(57),
},
[262] = {
[sym_variable_assignment] = STATE(666),
[sym_subscript] = STATE(261),
[sym_concatenation] = STATE(666),
[sym_string] = STATE(260),
[sym_simple_expansion] = STATE(260),
[sym_string_expansion] = STATE(260),
[sym_expansion] = STATE(260),
[sym_command_substitution] = STATE(260),
[sym_process_substitution] = STATE(260),
[aux_sym_declaration_command_repeat1] = STATE(666),
[sym__simple_heredoc_body] = ACTIONS(701),
[sym__heredoc_body_beginning] = ACTIONS(701),
[sym_file_descriptor] = ACTIONS(701),
[sym_variable_name] = ACTIONS(475),
[anon_sym_SEMI] = ACTIONS(703),
[anon_sym_PIPE] = ACTIONS(703),
[anon_sym_SEMI_SEMI] = ACTIONS(701),
[anon_sym_PIPE_AMP] = ACTIONS(701),
[anon_sym_AMP_AMP] = ACTIONS(701),
[anon_sym_PIPE_PIPE] = ACTIONS(701),
[anon_sym_LT] = ACTIONS(703),
[anon_sym_GT] = ACTIONS(703),
[anon_sym_GT_GT] = ACTIONS(701),
[anon_sym_AMP_GT] = ACTIONS(703),
[anon_sym_AMP_GT_GT] = ACTIONS(701),
[anon_sym_LT_AMP] = ACTIONS(701),
[anon_sym_GT_AMP] = ACTIONS(701),
[anon_sym_LT_LT] = ACTIONS(703),
[anon_sym_LT_LT_DASH] = ACTIONS(701),
[anon_sym_LT_LT_LT] = ACTIONS(701),
[sym__special_characters] = ACTIONS(477),
[anon_sym_DQUOTE] = ACTIONS(189),
[anon_sym_DOLLAR] = ACTIONS(191),
[sym_raw_string] = ACTIONS(479),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(195),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(197),
[anon_sym_BQUOTE] = ACTIONS(199),
[anon_sym_LT_LPAREN] = ACTIONS(201),
[anon_sym_GT_LPAREN] = ACTIONS(201),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1295),
[sym_word] = ACTIONS(483),
[anon_sym_LF] = ACTIONS(701),
[anon_sym_AMP] = ACTIONS(703),
},
[263] = {
[aux_sym_concatenation_repeat1] = STATE(667),
[sym__simple_heredoc_body] = ACTIONS(707),
[sym__heredoc_body_beginning] = ACTIONS(707),
[sym_file_descriptor] = ACTIONS(707),
[sym__concat] = ACTIONS(709),
[anon_sym_SEMI] = ACTIONS(711),
[anon_sym_PIPE] = ACTIONS(711),
[anon_sym_SEMI_SEMI] = ACTIONS(707),
[anon_sym_PIPE_AMP] = ACTIONS(707),
[anon_sym_AMP_AMP] = ACTIONS(707),
[anon_sym_PIPE_PIPE] = ACTIONS(707),
[anon_sym_LT] = ACTIONS(711),
[anon_sym_GT] = ACTIONS(711),
[anon_sym_GT_GT] = ACTIONS(707),
[anon_sym_AMP_GT] = ACTIONS(711),
[anon_sym_AMP_GT_GT] = ACTIONS(707),
[anon_sym_LT_AMP] = ACTIONS(707),
[anon_sym_GT_AMP] = ACTIONS(707),
[anon_sym_LT_LT] = ACTIONS(711),
[anon_sym_LT_LT_DASH] = ACTIONS(707),
[anon_sym_LT_LT_LT] = ACTIONS(707),
[sym__special_characters] = ACTIONS(707),
[anon_sym_DQUOTE] = ACTIONS(707),
[anon_sym_DOLLAR] = ACTIONS(711),
[sym_raw_string] = ACTIONS(707),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(707),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(707),
[anon_sym_BQUOTE] = ACTIONS(707),
[anon_sym_LT_LPAREN] = ACTIONS(707),
[anon_sym_GT_LPAREN] = ACTIONS(707),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(711),
[sym_word] = ACTIONS(711),
[anon_sym_LF] = ACTIONS(707),
[anon_sym_AMP] = ACTIONS(711),
},
[264] = {
[aux_sym_concatenation_repeat1] = STATE(667),
[sym__simple_heredoc_body] = ACTIONS(725),
[sym__heredoc_body_beginning] = ACTIONS(725),
[sym_file_descriptor] = ACTIONS(725),
[sym__concat] = ACTIONS(709),
[anon_sym_SEMI] = ACTIONS(727),
[anon_sym_PIPE] = ACTIONS(727),
[anon_sym_SEMI_SEMI] = ACTIONS(725),
[anon_sym_PIPE_AMP] = ACTIONS(725),
[anon_sym_AMP_AMP] = ACTIONS(725),
[anon_sym_PIPE_PIPE] = ACTIONS(725),
[anon_sym_LT] = ACTIONS(727),
[anon_sym_GT] = ACTIONS(727),
[anon_sym_GT_GT] = ACTIONS(725),
[anon_sym_AMP_GT] = ACTIONS(727),
[anon_sym_AMP_GT_GT] = ACTIONS(725),
[anon_sym_LT_AMP] = ACTIONS(725),
[anon_sym_GT_AMP] = ACTIONS(725),
[anon_sym_LT_LT] = ACTIONS(727),
[anon_sym_LT_LT_DASH] = ACTIONS(725),
[anon_sym_LT_LT_LT] = ACTIONS(725),
[sym__special_characters] = ACTIONS(725),
[anon_sym_DQUOTE] = ACTIONS(725),
[anon_sym_DOLLAR] = ACTIONS(727),
[sym_raw_string] = ACTIONS(725),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(725),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(725),
[anon_sym_BQUOTE] = ACTIONS(725),
[anon_sym_LT_LPAREN] = ACTIONS(725),
[anon_sym_GT_LPAREN] = ACTIONS(725),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(727),
[sym_word] = ACTIONS(727),
[anon_sym_LF] = ACTIONS(725),
[anon_sym_AMP] = ACTIONS(727),
},
[265] = {
[sym_concatenation] = STATE(668),
[sym_string] = STATE(264),
[sym_simple_expansion] = STATE(264),
[sym_string_expansion] = STATE(264),
[sym_expansion] = STATE(264),
[sym_command_substitution] = STATE(264),
[sym_process_substitution] = STATE(264),
[aux_sym_unset_command_repeat1] = STATE(668),
[sym__simple_heredoc_body] = ACTIONS(739),
[sym__heredoc_body_beginning] = ACTIONS(739),
[sym_file_descriptor] = ACTIONS(739),
[anon_sym_SEMI] = ACTIONS(741),
[anon_sym_PIPE] = ACTIONS(741),
[anon_sym_SEMI_SEMI] = ACTIONS(739),
[anon_sym_PIPE_AMP] = ACTIONS(739),
[anon_sym_AMP_AMP] = ACTIONS(739),
[anon_sym_PIPE_PIPE] = ACTIONS(739),
[anon_sym_LT] = ACTIONS(741),
[anon_sym_GT] = ACTIONS(741),
[anon_sym_GT_GT] = ACTIONS(739),
[anon_sym_AMP_GT] = ACTIONS(741),
[anon_sym_AMP_GT_GT] = ACTIONS(739),
[anon_sym_LT_AMP] = ACTIONS(739),
[anon_sym_GT_AMP] = ACTIONS(739),
[anon_sym_LT_LT] = ACTIONS(741),
[anon_sym_LT_LT_DASH] = ACTIONS(739),
[anon_sym_LT_LT_LT] = ACTIONS(739),
[sym__special_characters] = ACTIONS(485),
[anon_sym_DQUOTE] = ACTIONS(213),
[anon_sym_DOLLAR] = ACTIONS(215),
[sym_raw_string] = ACTIONS(487),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(219),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(221),
[anon_sym_BQUOTE] = ACTIONS(223),
[anon_sym_LT_LPAREN] = ACTIONS(225),
[anon_sym_GT_LPAREN] = ACTIONS(225),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1297),
[sym_word] = ACTIONS(491),
[anon_sym_LF] = ACTIONS(739),
[anon_sym_AMP] = ACTIONS(741),
},
[266] = {
[aux_sym_concatenation_repeat1] = STATE(669),
[sym__simple_heredoc_body] = ACTIONS(779),
[sym__heredoc_body_beginning] = ACTIONS(779),
[sym_file_descriptor] = ACTIONS(779),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(781),
[anon_sym_PIPE] = ACTIONS(781),
[anon_sym_SEMI_SEMI] = ACTIONS(779),
[anon_sym_PIPE_AMP] = ACTIONS(779),
[anon_sym_AMP_AMP] = ACTIONS(779),
[anon_sym_PIPE_PIPE] = ACTIONS(779),
[anon_sym_EQ_TILDE] = ACTIONS(781),
[anon_sym_EQ_EQ] = ACTIONS(781),
[anon_sym_LT] = ACTIONS(781),
[anon_sym_GT] = ACTIONS(781),
[anon_sym_GT_GT] = ACTIONS(779),
[anon_sym_AMP_GT] = ACTIONS(781),
[anon_sym_AMP_GT_GT] = ACTIONS(779),
[anon_sym_LT_AMP] = ACTIONS(779),
[anon_sym_GT_AMP] = ACTIONS(779),
[anon_sym_LT_LT] = ACTIONS(781),
[anon_sym_LT_LT_DASH] = ACTIONS(779),
[anon_sym_LT_LT_LT] = ACTIONS(779),
[sym__special_characters] = ACTIONS(779),
[anon_sym_DQUOTE] = ACTIONS(779),
[anon_sym_DOLLAR] = ACTIONS(781),
[sym_raw_string] = ACTIONS(779),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(779),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(779),
[anon_sym_BQUOTE] = ACTIONS(779),
[anon_sym_LT_LPAREN] = ACTIONS(779),
[anon_sym_GT_LPAREN] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(781),
[anon_sym_LF] = ACTIONS(779),
[anon_sym_AMP] = ACTIONS(781),
},
[267] = {
[sym__terminated_statement] = STATE(671),
[sym_redirected_statement] = STATE(526),
[sym_for_statement] = STATE(526),
[sym_c_style_for_statement] = STATE(526),
[sym_while_statement] = STATE(526),
[sym_if_statement] = STATE(526),
[sym_case_statement] = STATE(526),
[sym_function_definition] = STATE(526),
[sym_compound_statement] = STATE(526),
[sym_subshell] = STATE(526),
[sym_pipeline] = STATE(526),
[sym_list] = STATE(526),
[sym_negated_command] = STATE(526),
[sym_test_command] = STATE(526),
[sym_declaration_command] = STATE(526),
[sym_unset_command] = STATE(526),
[sym_command] = STATE(526),
[sym_command_name] = STATE(60),
[sym_variable_assignment] = STATE(527),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(63),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(671),
[aux_sym_command_repeat1] = STATE(63),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = ACTIONS(15),
[anon_sym_done] = ACTIONS(1299),
[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(99),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(101),
[anon_sym_typeset] = ACTIONS(101),
[anon_sym_export] = ACTIONS(101),
[anon_sym_readonly] = ACTIONS(101),
[anon_sym_local] = ACTIONS(101),
[anon_sym_unset] = ACTIONS(103),
[anon_sym_unsetenv] = ACTIONS(103),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[268] = {
[sym__simple_heredoc_body] = ACTIONS(1301),
[sym__heredoc_body_beginning] = ACTIONS(1301),
[sym_file_descriptor] = ACTIONS(1301),
[ts_builtin_sym_end] = ACTIONS(1301),
[anon_sym_SEMI] = ACTIONS(1303),
[anon_sym_esac] = ACTIONS(1301),
[anon_sym_PIPE] = ACTIONS(1303),
[anon_sym_RPAREN] = ACTIONS(1301),
[anon_sym_SEMI_SEMI] = ACTIONS(1301),
[anon_sym_PIPE_AMP] = ACTIONS(1301),
[anon_sym_AMP_AMP] = ACTIONS(1301),
[anon_sym_PIPE_PIPE] = ACTIONS(1301),
[anon_sym_LT] = ACTIONS(1303),
[anon_sym_GT] = ACTIONS(1303),
[anon_sym_GT_GT] = ACTIONS(1301),
[anon_sym_AMP_GT] = ACTIONS(1303),
[anon_sym_AMP_GT_GT] = ACTIONS(1301),
[anon_sym_LT_AMP] = ACTIONS(1301),
[anon_sym_GT_AMP] = ACTIONS(1301),
[anon_sym_LT_LT] = ACTIONS(1303),
[anon_sym_LT_LT_DASH] = ACTIONS(1301),
[anon_sym_LT_LT_LT] = ACTIONS(1301),
[anon_sym_BQUOTE] = ACTIONS(1301),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1301),
[anon_sym_AMP] = ACTIONS(1303),
},
[269] = {
[anon_sym_LT] = ACTIONS(1305),
[anon_sym_GT] = ACTIONS(1305),
[anon_sym_GT_GT] = ACTIONS(1307),
[anon_sym_AMP_GT] = ACTIONS(1305),
[anon_sym_AMP_GT_GT] = ACTIONS(1307),
[anon_sym_LT_AMP] = ACTIONS(1307),
[anon_sym_GT_AMP] = ACTIONS(1307),
[sym_comment] = ACTIONS(57),
},
[270] = {
[anon_sym_do] = ACTIONS(931),
[anon_sym_then] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
},
[271] = {
[sym_redirected_statement] = STATE(673),
[sym_for_statement] = STATE(673),
[sym_c_style_for_statement] = STATE(673),
[sym_while_statement] = STATE(673),
[sym_if_statement] = STATE(673),
[sym_case_statement] = STATE(673),
[sym_function_definition] = STATE(673),
[sym_compound_statement] = STATE(673),
[sym_subshell] = STATE(673),
[sym_pipeline] = STATE(673),
[sym_list] = STATE(673),
[sym_negated_command] = STATE(673),
[sym_test_command] = STATE(673),
[sym_declaration_command] = STATE(673),
[sym_unset_command] = STATE(673),
[sym_command] = STATE(673),
[sym_command_name] = STATE(60),
[sym_variable_assignment] = STATE(674),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(63),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym_command_repeat1] = STATE(63),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(99),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(101),
[anon_sym_typeset] = ACTIONS(101),
[anon_sym_export] = ACTIONS(101),
[anon_sym_readonly] = ACTIONS(101),
[anon_sym_local] = ACTIONS(101),
[anon_sym_unset] = ACTIONS(103),
[anon_sym_unsetenv] = ACTIONS(103),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[272] = {
[sym_redirected_statement] = STATE(675),
[sym_for_statement] = STATE(675),
[sym_c_style_for_statement] = STATE(675),
[sym_while_statement] = STATE(675),
[sym_if_statement] = STATE(675),
[sym_case_statement] = STATE(675),
[sym_function_definition] = STATE(675),
[sym_compound_statement] = STATE(675),
[sym_subshell] = STATE(675),
[sym_pipeline] = STATE(675),
[sym_list] = STATE(675),
[sym_negated_command] = STATE(675),
[sym_test_command] = STATE(675),
[sym_declaration_command] = STATE(675),
[sym_unset_command] = STATE(675),
[sym_command] = STATE(675),
[sym_command_name] = STATE(60),
[sym_variable_assignment] = STATE(676),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(63),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym_command_repeat1] = STATE(63),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(99),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(101),
[anon_sym_typeset] = ACTIONS(101),
[anon_sym_export] = ACTIONS(101),
[anon_sym_readonly] = ACTIONS(101),
[anon_sym_local] = ACTIONS(101),
[anon_sym_unset] = ACTIONS(103),
[anon_sym_unsetenv] = ACTIONS(103),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[273] = {
[sym_concatenation] = STATE(513),
[sym_string] = STATE(678),
[sym_simple_expansion] = STATE(678),
[sym_string_expansion] = STATE(678),
[sym_expansion] = STATE(678),
[sym_command_substitution] = STATE(678),
[sym_process_substitution] = STATE(678),
[sym__special_characters] = ACTIONS(1309),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(1311),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1311),
},
[274] = {
[sym_concatenation] = STATE(517),
[sym_string] = STATE(680),
[sym_simple_expansion] = STATE(680),
[sym_string_expansion] = STATE(680),
[sym_expansion] = STATE(680),
[sym_command_substitution] = STATE(680),
[sym_process_substitution] = STATE(680),
[sym__special_characters] = ACTIONS(1313),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(1315),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1315),
},
[275] = {
[anon_sym_SEMI] = ACTIONS(1317),
[anon_sym_SEMI_SEMI] = ACTIONS(1319),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1319),
[anon_sym_AMP] = ACTIONS(1319),
},
[276] = {
[sym_file_redirect] = STATE(682),
[sym_heredoc_redirect] = STATE(682),
[sym_herestring_redirect] = STATE(682),
[aux_sym_redirected_statement_repeat1] = STATE(682),
[sym__simple_heredoc_body] = ACTIONS(951),
[sym__heredoc_body_beginning] = ACTIONS(951),
[sym_file_descriptor] = ACTIONS(495),
[anon_sym_SEMI] = ACTIONS(953),
[anon_sym_PIPE] = ACTIONS(953),
[anon_sym_SEMI_SEMI] = ACTIONS(951),
[anon_sym_PIPE_AMP] = ACTIONS(951),
[anon_sym_AMP_AMP] = ACTIONS(951),
[anon_sym_PIPE_PIPE] = ACTIONS(951),
[anon_sym_LT] = ACTIONS(507),
[anon_sym_GT] = ACTIONS(507),
[anon_sym_GT_GT] = ACTIONS(509),
[anon_sym_AMP_GT] = ACTIONS(507),
[anon_sym_AMP_GT_GT] = ACTIONS(509),
[anon_sym_LT_AMP] = ACTIONS(509),
[anon_sym_GT_AMP] = ACTIONS(509),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(511),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(951),
[anon_sym_AMP] = ACTIONS(953),
},
[277] = {
[sym_concatenation] = STATE(520),
[sym_string] = STATE(684),
[sym_simple_expansion] = STATE(684),
[sym_string_expansion] = STATE(684),
[sym_expansion] = STATE(684),
[sym_command_substitution] = STATE(684),
[sym_process_substitution] = STATE(684),
[sym_regex] = ACTIONS(955),
[sym__special_characters] = ACTIONS(1321),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(1323),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1323),
},
[278] = {
[aux_sym_concatenation_repeat1] = STATE(266),
[sym__simple_heredoc_body] = ACTIONS(961),
[sym__heredoc_body_beginning] = ACTIONS(961),
[sym_file_descriptor] = ACTIONS(961),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(963),
[anon_sym_PIPE] = ACTIONS(963),
[anon_sym_SEMI_SEMI] = ACTIONS(961),
[anon_sym_PIPE_AMP] = ACTIONS(961),
[anon_sym_AMP_AMP] = ACTIONS(961),
[anon_sym_PIPE_PIPE] = ACTIONS(961),
[anon_sym_EQ_TILDE] = ACTIONS(963),
[anon_sym_EQ_EQ] = ACTIONS(963),
[anon_sym_LT] = ACTIONS(963),
[anon_sym_GT] = ACTIONS(963),
[anon_sym_GT_GT] = ACTIONS(961),
[anon_sym_AMP_GT] = ACTIONS(963),
[anon_sym_AMP_GT_GT] = ACTIONS(961),
[anon_sym_LT_AMP] = ACTIONS(961),
[anon_sym_GT_AMP] = ACTIONS(961),
[anon_sym_LT_LT] = ACTIONS(963),
[anon_sym_LT_LT_DASH] = ACTIONS(961),
[anon_sym_LT_LT_LT] = ACTIONS(961),
[sym__special_characters] = ACTIONS(961),
[anon_sym_DQUOTE] = ACTIONS(961),
[anon_sym_DOLLAR] = ACTIONS(963),
[sym_raw_string] = ACTIONS(961),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(961),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(961),
[anon_sym_BQUOTE] = ACTIONS(961),
[anon_sym_LT_LPAREN] = ACTIONS(961),
[anon_sym_GT_LPAREN] = ACTIONS(961),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(963),
[anon_sym_LF] = ACTIONS(961),
[anon_sym_AMP] = ACTIONS(963),
},
[279] = {
[aux_sym_concatenation_repeat1] = STATE(266),
[sym__simple_heredoc_body] = ACTIONS(965),
[sym__heredoc_body_beginning] = ACTIONS(965),
[sym_file_descriptor] = ACTIONS(965),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(967),
[anon_sym_PIPE] = ACTIONS(967),
[anon_sym_SEMI_SEMI] = ACTIONS(965),
[anon_sym_PIPE_AMP] = ACTIONS(965),
[anon_sym_AMP_AMP] = ACTIONS(965),
[anon_sym_PIPE_PIPE] = ACTIONS(965),
[anon_sym_EQ_TILDE] = ACTIONS(967),
[anon_sym_EQ_EQ] = ACTIONS(967),
[anon_sym_LT] = ACTIONS(967),
[anon_sym_GT] = ACTIONS(967),
[anon_sym_GT_GT] = ACTIONS(965),
[anon_sym_AMP_GT] = ACTIONS(967),
[anon_sym_AMP_GT_GT] = ACTIONS(965),
[anon_sym_LT_AMP] = ACTIONS(965),
[anon_sym_GT_AMP] = ACTIONS(965),
[anon_sym_LT_LT] = ACTIONS(967),
[anon_sym_LT_LT_DASH] = ACTIONS(965),
[anon_sym_LT_LT_LT] = ACTIONS(965),
[sym__special_characters] = ACTIONS(965),
[anon_sym_DQUOTE] = ACTIONS(965),
[anon_sym_DOLLAR] = ACTIONS(967),
[sym_raw_string] = ACTIONS(965),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(965),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(965),
[anon_sym_BQUOTE] = ACTIONS(965),
[anon_sym_LT_LPAREN] = ACTIONS(965),
[anon_sym_GT_LPAREN] = ACTIONS(965),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(967),
[anon_sym_LF] = ACTIONS(965),
[anon_sym_AMP] = ACTIONS(967),
},
[280] = {
[sym_concatenation] = STATE(685),
[sym_string] = STATE(279),
[sym_simple_expansion] = STATE(279),
[sym_string_expansion] = STATE(279),
[sym_expansion] = STATE(279),
[sym_command_substitution] = STATE(279),
[sym_process_substitution] = STATE(279),
[aux_sym_command_repeat2] = STATE(685),
[sym__simple_heredoc_body] = ACTIONS(969),
[sym__heredoc_body_beginning] = ACTIONS(969),
[sym_file_descriptor] = ACTIONS(969),
[anon_sym_SEMI] = ACTIONS(971),
[anon_sym_PIPE] = ACTIONS(971),
[anon_sym_SEMI_SEMI] = ACTIONS(969),
[anon_sym_PIPE_AMP] = ACTIONS(969),
[anon_sym_AMP_AMP] = ACTIONS(969),
[anon_sym_PIPE_PIPE] = ACTIONS(969),
[anon_sym_EQ_TILDE] = ACTIONS(513),
[anon_sym_EQ_EQ] = ACTIONS(513),
[anon_sym_LT] = ACTIONS(971),
[anon_sym_GT] = ACTIONS(971),
[anon_sym_GT_GT] = ACTIONS(969),
[anon_sym_AMP_GT] = ACTIONS(971),
[anon_sym_AMP_GT_GT] = ACTIONS(969),
[anon_sym_LT_AMP] = ACTIONS(969),
[anon_sym_GT_AMP] = ACTIONS(969),
[anon_sym_LT_LT] = ACTIONS(971),
[anon_sym_LT_LT_DASH] = ACTIONS(969),
[anon_sym_LT_LT_LT] = ACTIONS(969),
[sym__special_characters] = ACTIONS(515),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(517),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(519),
[anon_sym_LF] = ACTIONS(969),
[anon_sym_AMP] = ACTIONS(971),
},
[281] = {
[sym_concatenation] = STATE(686),
[sym_string] = STATE(279),
[sym_simple_expansion] = STATE(279),
[sym_string_expansion] = STATE(279),
[sym_expansion] = STATE(279),
[sym_command_substitution] = STATE(279),
[sym_process_substitution] = STATE(279),
[aux_sym_command_repeat2] = STATE(686),
[sym__simple_heredoc_body] = ACTIONS(969),
[sym__heredoc_body_beginning] = ACTIONS(969),
[sym_file_descriptor] = ACTIONS(969),
[anon_sym_SEMI] = ACTIONS(971),
[anon_sym_PIPE] = ACTIONS(971),
[anon_sym_SEMI_SEMI] = ACTIONS(969),
[anon_sym_PIPE_AMP] = ACTIONS(969),
[anon_sym_AMP_AMP] = ACTIONS(969),
[anon_sym_PIPE_PIPE] = ACTIONS(969),
[anon_sym_EQ_TILDE] = ACTIONS(513),
[anon_sym_EQ_EQ] = ACTIONS(513),
[anon_sym_LT] = ACTIONS(971),
[anon_sym_GT] = ACTIONS(971),
[anon_sym_GT_GT] = ACTIONS(969),
[anon_sym_AMP_GT] = ACTIONS(971),
[anon_sym_AMP_GT_GT] = ACTIONS(969),
[anon_sym_LT_AMP] = ACTIONS(969),
[anon_sym_GT_AMP] = ACTIONS(969),
[anon_sym_LT_LT] = ACTIONS(971),
[anon_sym_LT_LT_DASH] = ACTIONS(969),
[anon_sym_LT_LT_LT] = ACTIONS(969),
[sym__special_characters] = ACTIONS(515),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(517),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(519),
[anon_sym_LF] = ACTIONS(969),
[anon_sym_AMP] = ACTIONS(971),
},
[282] = {
[sym__terminated_statement] = STATE(691),
[sym_redirected_statement] = STATE(526),
[sym_for_statement] = STATE(526),
[sym_c_style_for_statement] = STATE(526),
[sym_while_statement] = STATE(526),
[sym_if_statement] = STATE(526),
[sym_elif_clause] = STATE(692),
[sym_else_clause] = STATE(690),
[sym_case_statement] = STATE(526),
[sym_function_definition] = STATE(526),
[sym_compound_statement] = STATE(526),
[sym_subshell] = STATE(526),
[sym_pipeline] = STATE(526),
[sym_list] = STATE(526),
[sym_negated_command] = STATE(526),
[sym_test_command] = STATE(526),
[sym_declaration_command] = STATE(526),
[sym_unset_command] = STATE(526),
[sym_command] = STATE(526),
[sym_command_name] = STATE(60),
[sym_variable_assignment] = STATE(527),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(63),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(691),
[aux_sym_if_statement_repeat1] = STATE(692),
[aux_sym_command_repeat1] = STATE(63),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = ACTIONS(15),
[anon_sym_if] = ACTIONS(17),
[anon_sym_fi] = ACTIONS(1325),
[anon_sym_elif] = ACTIONS(1327),
[anon_sym_else] = ACTIONS(1329),
[anon_sym_case] = ACTIONS(19),
[anon_sym_function] = ACTIONS(21),
[anon_sym_LPAREN] = ACTIONS(23),
[anon_sym_LBRACE] = ACTIONS(25),
[anon_sym_BANG] = ACTIONS(99),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(101),
[anon_sym_typeset] = ACTIONS(101),
[anon_sym_export] = ACTIONS(101),
[anon_sym_readonly] = ACTIONS(101),
[anon_sym_local] = ACTIONS(101),
[anon_sym_unset] = ACTIONS(103),
[anon_sym_unsetenv] = ACTIONS(103),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[283] = {
[sym_string] = STATE(693),
[sym_simple_expansion] = STATE(693),
[sym_string_expansion] = STATE(693),
[sym_expansion] = STATE(693),
[sym_command_substitution] = STATE(693),
[sym_process_substitution] = STATE(693),
[sym__special_characters] = ACTIONS(1331),
[anon_sym_DQUOTE] = ACTIONS(113),
[anon_sym_DOLLAR] = ACTIONS(115),
[sym_raw_string] = ACTIONS(1331),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(119),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(121),
[anon_sym_BQUOTE] = ACTIONS(123),
[anon_sym_LT_LPAREN] = ACTIONS(125),
[anon_sym_GT_LPAREN] = ACTIONS(125),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1331),
},
[284] = {
[anon_sym_SEMI] = ACTIONS(1333),
[anon_sym_SEMI_SEMI] = ACTIONS(1335),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1335),
[anon_sym_AMP] = ACTIONS(1335),
},
[285] = {
[anon_sym_in] = ACTIONS(1337),
[sym_comment] = ACTIONS(57),
},
[286] = {
[aux_sym_concatenation_repeat1] = STATE(696),
[sym__concat] = ACTIONS(525),
[anon_sym_in] = ACTIONS(779),
[anon_sym_SEMI] = ACTIONS(781),
[anon_sym_SEMI_SEMI] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(779),
[anon_sym_AMP] = ACTIONS(779),
},
[287] = {
[sym__concat] = ACTIONS(783),
[anon_sym_in] = ACTIONS(783),
[anon_sym_SEMI] = ACTIONS(785),
[anon_sym_SEMI_SEMI] = ACTIONS(783),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(783),
[anon_sym_AMP] = ACTIONS(783),
},
[288] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(1339),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[289] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(455),
[anon_sym_DQUOTE] = ACTIONS(1339),
[anon_sym_DOLLAR] = ACTIONS(1341),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[290] = {
[sym__concat] = ACTIONS(817),
[anon_sym_in] = ACTIONS(817),
[anon_sym_SEMI] = ACTIONS(819),
[anon_sym_SEMI_SEMI] = ACTIONS(817),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(817),
[anon_sym_AMP] = ACTIONS(817),
},
[291] = {
[sym__concat] = ACTIONS(821),
[anon_sym_in] = ACTIONS(821),
[anon_sym_SEMI] = ACTIONS(823),
[anon_sym_SEMI_SEMI] = ACTIONS(821),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(821),
[anon_sym_AMP] = ACTIONS(821),
},
[292] = {
[sym__concat] = ACTIONS(825),
[anon_sym_in] = ACTIONS(825),
[anon_sym_SEMI] = ACTIONS(827),
[anon_sym_SEMI_SEMI] = ACTIONS(825),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(825),
[anon_sym_AMP] = ACTIONS(825),
},
[293] = {
[anon_sym_SEMI] = ACTIONS(1343),
[anon_sym_SEMI_SEMI] = ACTIONS(1345),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1345),
[anon_sym_AMP] = ACTIONS(1345),
},
[294] = {
[anon_sym_in] = ACTIONS(1347),
[sym_comment] = ACTIONS(57),
},
[295] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(1349),
[sym_comment] = ACTIONS(57),
},
[296] = {
[sym_subscript] = STATE(704),
[sym_variable_name] = ACTIONS(1351),
[anon_sym_DASH] = ACTIONS(1353),
[anon_sym_DOLLAR] = ACTIONS(1353),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1355),
[anon_sym_STAR] = ACTIONS(1357),
[anon_sym_AT] = ACTIONS(1357),
[anon_sym_QMARK] = ACTIONS(1357),
[anon_sym_0] = ACTIONS(1355),
[anon_sym__] = ACTIONS(1355),
},
[297] = {
[sym_concatenation] = STATE(707),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(707),
[anon_sym_RBRACE] = ACTIONS(1359),
[anon_sym_EQ] = ACTIONS(1361),
[anon_sym_DASH] = ACTIONS(1361),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1363),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(1365),
[anon_sym_COLON] = ACTIONS(1361),
[anon_sym_COLON_QMARK] = ACTIONS(1361),
[anon_sym_COLON_DASH] = ACTIONS(1361),
[anon_sym_PERCENT] = ACTIONS(1361),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[298] = {
[sym_concatenation] = STATE(710),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(710),
[anon_sym_RBRACE] = ACTIONS(1367),
[anon_sym_EQ] = ACTIONS(1369),
[anon_sym_DASH] = ACTIONS(1369),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1371),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(1373),
[anon_sym_COLON] = ACTIONS(1369),
[anon_sym_COLON_QMARK] = ACTIONS(1369),
[anon_sym_COLON_DASH] = ACTIONS(1369),
[anon_sym_PERCENT] = ACTIONS(1369),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[299] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(713),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(1375),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1377),
[anon_sym_SEMI_SEMI] = ACTIONS(1379),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1379),
[anon_sym_AMP] = ACTIONS(1375),
},
[300] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(713),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(1375),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1377),
[anon_sym_SEMI_SEMI] = ACTIONS(1379),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1379),
[anon_sym_AMP] = ACTIONS(1375),
},
[301] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(714),
[sym_for_statement] = STATE(714),
[sym_c_style_for_statement] = STATE(714),
[sym_while_statement] = STATE(714),
[sym_if_statement] = STATE(714),
[sym_case_statement] = STATE(714),
[sym_function_definition] = STATE(714),
[sym_compound_statement] = STATE(714),
[sym_subshell] = STATE(714),
[sym_pipeline] = STATE(714),
[sym_list] = STATE(714),
[sym_negated_command] = STATE(714),
[sym_test_command] = STATE(714),
[sym_declaration_command] = STATE(714),
[sym_unset_command] = STATE(714),
[sym_command] = STATE(714),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(715),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[302] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(717),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(1381),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(1383),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(1377),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1383),
[anon_sym_AMP] = ACTIONS(1381),
},
[303] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(717),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(1381),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(1383),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(1377),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1383),
[anon_sym_AMP] = ACTIONS(1381),
},
[304] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(718),
[sym_for_statement] = STATE(718),
[sym_c_style_for_statement] = STATE(718),
[sym_while_statement] = STATE(718),
[sym_if_statement] = STATE(718),
[sym_case_statement] = STATE(718),
[sym_function_definition] = STATE(718),
[sym_compound_statement] = STATE(718),
[sym_subshell] = STATE(718),
[sym_pipeline] = STATE(718),
[sym_list] = STATE(718),
[sym_negated_command] = STATE(718),
[sym_test_command] = STATE(718),
[sym_declaration_command] = STATE(718),
[sym_unset_command] = STATE(718),
[sym_command] = STATE(718),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(719),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[305] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(722),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(1385),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1387),
[anon_sym_SEMI_SEMI] = ACTIONS(1389),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1389),
[anon_sym_AMP] = ACTIONS(1385),
},
[306] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(722),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(1385),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1387),
[anon_sym_SEMI_SEMI] = ACTIONS(1389),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1389),
[anon_sym_AMP] = ACTIONS(1385),
},
[307] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(723),
[sym_for_statement] = STATE(723),
[sym_c_style_for_statement] = STATE(723),
[sym_while_statement] = STATE(723),
[sym_if_statement] = STATE(723),
[sym_case_statement] = STATE(723),
[sym_function_definition] = STATE(723),
[sym_compound_statement] = STATE(723),
[sym_subshell] = STATE(723),
[sym_pipeline] = STATE(723),
[sym_list] = STATE(723),
[sym_negated_command] = STATE(723),
[sym_test_command] = STATE(723),
[sym_declaration_command] = STATE(723),
[sym_unset_command] = STATE(723),
[sym_command] = STATE(723),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(724),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[308] = {
[anon_sym_RPAREN] = ACTIONS(1391),
[sym_comment] = ACTIONS(57),
},
[309] = {
[sym__simple_heredoc_body] = ACTIONS(1393),
[sym__heredoc_body_beginning] = ACTIONS(1393),
[sym_file_descriptor] = ACTIONS(1393),
[ts_builtin_sym_end] = ACTIONS(1393),
[anon_sym_SEMI] = ACTIONS(1395),
[anon_sym_esac] = ACTIONS(1393),
[anon_sym_PIPE] = ACTIONS(1395),
[anon_sym_RPAREN] = ACTIONS(1393),
[anon_sym_SEMI_SEMI] = ACTIONS(1393),
[anon_sym_PIPE_AMP] = ACTIONS(1393),
[anon_sym_AMP_AMP] = ACTIONS(1393),
[anon_sym_PIPE_PIPE] = ACTIONS(1393),
[anon_sym_LT] = ACTIONS(1395),
[anon_sym_GT] = ACTIONS(1395),
[anon_sym_GT_GT] = ACTIONS(1393),
[anon_sym_AMP_GT] = ACTIONS(1395),
[anon_sym_AMP_GT_GT] = ACTIONS(1393),
[anon_sym_LT_AMP] = ACTIONS(1393),
[anon_sym_GT_AMP] = ACTIONS(1393),
[anon_sym_LT_LT] = ACTIONS(1395),
[anon_sym_LT_LT_DASH] = ACTIONS(1393),
[anon_sym_LT_LT_LT] = ACTIONS(1393),
[anon_sym_BQUOTE] = ACTIONS(1393),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1393),
[anon_sym_AMP] = ACTIONS(1395),
},
[310] = {
[sym_concatenation] = STATE(196),
[sym_string] = STATE(727),
[sym_array] = STATE(196),
[sym_simple_expansion] = STATE(727),
[sym_string_expansion] = STATE(727),
[sym_expansion] = STATE(727),
[sym_command_substitution] = STATE(727),
[sym_process_substitution] = STATE(727),
[sym__empty_value] = ACTIONS(353),
[anon_sym_LPAREN] = ACTIONS(355),
[sym__special_characters] = ACTIONS(1397),
[anon_sym_DQUOTE] = ACTIONS(359),
[anon_sym_DOLLAR] = ACTIONS(361),
[sym_raw_string] = ACTIONS(1399),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(365),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(367),
[anon_sym_BQUOTE] = ACTIONS(369),
[anon_sym_LT_LPAREN] = ACTIONS(371),
[anon_sym_GT_LPAREN] = ACTIONS(371),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1399),
},
[311] = {
[anon_sym_LBRACK] = ACTIONS(65),
[anon_sym_EQ] = ACTIONS(1401),
[anon_sym_PLUS_EQ] = ACTIONS(1401),
[sym_comment] = ACTIONS(57),
},
[312] = {
[aux_sym_concatenation_repeat1] = STATE(729),
[sym__simple_heredoc_body] = ACTIONS(669),
[sym__heredoc_body_beginning] = ACTIONS(669),
[sym_file_descriptor] = ACTIONS(669),
[sym__concat] = ACTIONS(671),
[sym_variable_name] = ACTIONS(669),
[anon_sym_SEMI] = ACTIONS(673),
[anon_sym_PIPE] = ACTIONS(673),
[anon_sym_RPAREN] = ACTIONS(669),
[anon_sym_SEMI_SEMI] = ACTIONS(669),
[anon_sym_PIPE_AMP] = ACTIONS(669),
[anon_sym_AMP_AMP] = ACTIONS(669),
[anon_sym_PIPE_PIPE] = ACTIONS(669),
[anon_sym_LT] = ACTIONS(673),
[anon_sym_GT] = ACTIONS(673),
[anon_sym_GT_GT] = ACTIONS(669),
[anon_sym_AMP_GT] = ACTIONS(673),
[anon_sym_AMP_GT_GT] = ACTIONS(669),
[anon_sym_LT_AMP] = ACTIONS(669),
[anon_sym_GT_AMP] = ACTIONS(669),
[anon_sym_LT_LT] = ACTIONS(673),
[anon_sym_LT_LT_DASH] = ACTIONS(669),
[anon_sym_LT_LT_LT] = ACTIONS(669),
[sym__special_characters] = ACTIONS(669),
[anon_sym_DQUOTE] = ACTIONS(669),
[anon_sym_DOLLAR] = ACTIONS(673),
[sym_raw_string] = ACTIONS(669),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(669),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(669),
[anon_sym_BQUOTE] = ACTIONS(669),
[anon_sym_LT_LPAREN] = ACTIONS(669),
[anon_sym_GT_LPAREN] = ACTIONS(669),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(673),
[sym_word] = ACTIONS(673),
[anon_sym_LF] = ACTIONS(669),
[anon_sym_AMP] = ACTIONS(673),
},
[313] = {
[aux_sym_concatenation_repeat1] = STATE(729),
[sym__simple_heredoc_body] = ACTIONS(687),
[sym__heredoc_body_beginning] = ACTIONS(687),
[sym_file_descriptor] = ACTIONS(687),
[sym__concat] = ACTIONS(671),
[sym_variable_name] = ACTIONS(687),
[anon_sym_SEMI] = ACTIONS(689),
[anon_sym_PIPE] = ACTIONS(689),
[anon_sym_RPAREN] = ACTIONS(687),
[anon_sym_SEMI_SEMI] = ACTIONS(687),
[anon_sym_PIPE_AMP] = ACTIONS(687),
[anon_sym_AMP_AMP] = ACTIONS(687),
[anon_sym_PIPE_PIPE] = ACTIONS(687),
[anon_sym_LT] = ACTIONS(689),
[anon_sym_GT] = ACTIONS(689),
[anon_sym_GT_GT] = ACTIONS(687),
[anon_sym_AMP_GT] = ACTIONS(689),
[anon_sym_AMP_GT_GT] = ACTIONS(687),
[anon_sym_LT_AMP] = ACTIONS(687),
[anon_sym_GT_AMP] = ACTIONS(687),
[anon_sym_LT_LT] = ACTIONS(689),
[anon_sym_LT_LT_DASH] = ACTIONS(687),
[anon_sym_LT_LT_LT] = ACTIONS(687),
[sym__special_characters] = ACTIONS(687),
[anon_sym_DQUOTE] = ACTIONS(687),
[anon_sym_DOLLAR] = ACTIONS(689),
[sym_raw_string] = ACTIONS(687),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(687),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(687),
[anon_sym_BQUOTE] = ACTIONS(687),
[anon_sym_LT_LPAREN] = ACTIONS(687),
[anon_sym_GT_LPAREN] = ACTIONS(687),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(689),
[sym_word] = ACTIONS(689),
[anon_sym_LF] = ACTIONS(687),
[anon_sym_AMP] = ACTIONS(689),
},
[314] = {
[anon_sym_EQ] = ACTIONS(1401),
[anon_sym_PLUS_EQ] = ACTIONS(1401),
[sym_comment] = ACTIONS(57),
},
[315] = {
[sym_variable_assignment] = STATE(730),
[sym_subscript] = STATE(314),
[sym_concatenation] = STATE(730),
[sym_string] = STATE(313),
[sym_simple_expansion] = STATE(313),
[sym_string_expansion] = STATE(313),
[sym_expansion] = STATE(313),
[sym_command_substitution] = STATE(313),
[sym_process_substitution] = STATE(313),
[aux_sym_declaration_command_repeat1] = STATE(730),
[sym__simple_heredoc_body] = ACTIONS(701),
[sym__heredoc_body_beginning] = ACTIONS(701),
[sym_file_descriptor] = ACTIONS(701),
[sym_variable_name] = ACTIONS(565),
[anon_sym_SEMI] = ACTIONS(703),
[anon_sym_PIPE] = ACTIONS(703),
[anon_sym_RPAREN] = ACTIONS(701),
[anon_sym_SEMI_SEMI] = ACTIONS(701),
[anon_sym_PIPE_AMP] = ACTIONS(701),
[anon_sym_AMP_AMP] = ACTIONS(701),
[anon_sym_PIPE_PIPE] = ACTIONS(701),
[anon_sym_LT] = ACTIONS(703),
[anon_sym_GT] = ACTIONS(703),
[anon_sym_GT_GT] = ACTIONS(701),
[anon_sym_AMP_GT] = ACTIONS(703),
[anon_sym_AMP_GT_GT] = ACTIONS(701),
[anon_sym_LT_AMP] = ACTIONS(701),
[anon_sym_GT_AMP] = ACTIONS(701),
[anon_sym_LT_LT] = ACTIONS(703),
[anon_sym_LT_LT_DASH] = ACTIONS(701),
[anon_sym_LT_LT_LT] = ACTIONS(701),
[sym__special_characters] = ACTIONS(567),
[anon_sym_DQUOTE] = ACTIONS(189),
[anon_sym_DOLLAR] = ACTIONS(191),
[sym_raw_string] = ACTIONS(569),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(195),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(197),
[anon_sym_BQUOTE] = ACTIONS(199),
[anon_sym_LT_LPAREN] = ACTIONS(201),
[anon_sym_GT_LPAREN] = ACTIONS(201),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1403),
[sym_word] = ACTIONS(573),
[anon_sym_LF] = ACTIONS(701),
[anon_sym_AMP] = ACTIONS(703),
},
[316] = {
[aux_sym_concatenation_repeat1] = STATE(731),
[sym__simple_heredoc_body] = ACTIONS(707),
[sym__heredoc_body_beginning] = ACTIONS(707),
[sym_file_descriptor] = ACTIONS(707),
[sym__concat] = ACTIONS(709),
[anon_sym_SEMI] = ACTIONS(711),
[anon_sym_PIPE] = ACTIONS(711),
[anon_sym_RPAREN] = ACTIONS(707),
[anon_sym_SEMI_SEMI] = ACTIONS(707),
[anon_sym_PIPE_AMP] = ACTIONS(707),
[anon_sym_AMP_AMP] = ACTIONS(707),
[anon_sym_PIPE_PIPE] = ACTIONS(707),
[anon_sym_LT] = ACTIONS(711),
[anon_sym_GT] = ACTIONS(711),
[anon_sym_GT_GT] = ACTIONS(707),
[anon_sym_AMP_GT] = ACTIONS(711),
[anon_sym_AMP_GT_GT] = ACTIONS(707),
[anon_sym_LT_AMP] = ACTIONS(707),
[anon_sym_GT_AMP] = ACTIONS(707),
[anon_sym_LT_LT] = ACTIONS(711),
[anon_sym_LT_LT_DASH] = ACTIONS(707),
[anon_sym_LT_LT_LT] = ACTIONS(707),
[sym__special_characters] = ACTIONS(707),
[anon_sym_DQUOTE] = ACTIONS(707),
[anon_sym_DOLLAR] = ACTIONS(711),
[sym_raw_string] = ACTIONS(707),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(707),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(707),
[anon_sym_BQUOTE] = ACTIONS(707),
[anon_sym_LT_LPAREN] = ACTIONS(707),
[anon_sym_GT_LPAREN] = ACTIONS(707),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(711),
[sym_word] = ACTIONS(711),
[anon_sym_LF] = ACTIONS(707),
[anon_sym_AMP] = ACTIONS(711),
},
[317] = {
[aux_sym_concatenation_repeat1] = STATE(731),
[sym__simple_heredoc_body] = ACTIONS(725),
[sym__heredoc_body_beginning] = ACTIONS(725),
[sym_file_descriptor] = ACTIONS(725),
[sym__concat] = ACTIONS(709),
[anon_sym_SEMI] = ACTIONS(727),
[anon_sym_PIPE] = ACTIONS(727),
[anon_sym_RPAREN] = ACTIONS(725),
[anon_sym_SEMI_SEMI] = ACTIONS(725),
[anon_sym_PIPE_AMP] = ACTIONS(725),
[anon_sym_AMP_AMP] = ACTIONS(725),
[anon_sym_PIPE_PIPE] = ACTIONS(725),
[anon_sym_LT] = ACTIONS(727),
[anon_sym_GT] = ACTIONS(727),
[anon_sym_GT_GT] = ACTIONS(725),
[anon_sym_AMP_GT] = ACTIONS(727),
[anon_sym_AMP_GT_GT] = ACTIONS(725),
[anon_sym_LT_AMP] = ACTIONS(725),
[anon_sym_GT_AMP] = ACTIONS(725),
[anon_sym_LT_LT] = ACTIONS(727),
[anon_sym_LT_LT_DASH] = ACTIONS(725),
[anon_sym_LT_LT_LT] = ACTIONS(725),
[sym__special_characters] = ACTIONS(725),
[anon_sym_DQUOTE] = ACTIONS(725),
[anon_sym_DOLLAR] = ACTIONS(727),
[sym_raw_string] = ACTIONS(725),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(725),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(725),
[anon_sym_BQUOTE] = ACTIONS(725),
[anon_sym_LT_LPAREN] = ACTIONS(725),
[anon_sym_GT_LPAREN] = ACTIONS(725),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(727),
[sym_word] = ACTIONS(727),
[anon_sym_LF] = ACTIONS(725),
[anon_sym_AMP] = ACTIONS(727),
},
[318] = {
[sym_concatenation] = STATE(732),
[sym_string] = STATE(317),
[sym_simple_expansion] = STATE(317),
[sym_string_expansion] = STATE(317),
[sym_expansion] = STATE(317),
[sym_command_substitution] = STATE(317),
[sym_process_substitution] = STATE(317),
[aux_sym_unset_command_repeat1] = STATE(732),
[sym__simple_heredoc_body] = ACTIONS(739),
[sym__heredoc_body_beginning] = ACTIONS(739),
[sym_file_descriptor] = ACTIONS(739),
[anon_sym_SEMI] = ACTIONS(741),
[anon_sym_PIPE] = ACTIONS(741),
[anon_sym_RPAREN] = ACTIONS(739),
[anon_sym_SEMI_SEMI] = ACTIONS(739),
[anon_sym_PIPE_AMP] = ACTIONS(739),
[anon_sym_AMP_AMP] = ACTIONS(739),
[anon_sym_PIPE_PIPE] = ACTIONS(739),
[anon_sym_LT] = ACTIONS(741),
[anon_sym_GT] = ACTIONS(741),
[anon_sym_GT_GT] = ACTIONS(739),
[anon_sym_AMP_GT] = ACTIONS(741),
[anon_sym_AMP_GT_GT] = ACTIONS(739),
[anon_sym_LT_AMP] = ACTIONS(739),
[anon_sym_GT_AMP] = ACTIONS(739),
[anon_sym_LT_LT] = ACTIONS(741),
[anon_sym_LT_LT_DASH] = ACTIONS(739),
[anon_sym_LT_LT_LT] = ACTIONS(739),
[sym__special_characters] = ACTIONS(575),
[anon_sym_DQUOTE] = ACTIONS(213),
[anon_sym_DOLLAR] = ACTIONS(215),
[sym_raw_string] = ACTIONS(577),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(219),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(221),
[anon_sym_BQUOTE] = ACTIONS(223),
[anon_sym_LT_LPAREN] = ACTIONS(225),
[anon_sym_GT_LPAREN] = ACTIONS(225),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1405),
[sym_word] = ACTIONS(581),
[anon_sym_LF] = ACTIONS(739),
[anon_sym_AMP] = ACTIONS(741),
},
[319] = {
[aux_sym_concatenation_repeat1] = STATE(733),
[sym__simple_heredoc_body] = ACTIONS(779),
[sym__heredoc_body_beginning] = ACTIONS(779),
[sym_file_descriptor] = ACTIONS(779),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(781),
[anon_sym_PIPE] = ACTIONS(781),
[anon_sym_RPAREN] = ACTIONS(779),
[anon_sym_SEMI_SEMI] = ACTIONS(779),
[anon_sym_PIPE_AMP] = ACTIONS(779),
[anon_sym_AMP_AMP] = ACTIONS(779),
[anon_sym_PIPE_PIPE] = ACTIONS(779),
[anon_sym_EQ_TILDE] = ACTIONS(781),
[anon_sym_EQ_EQ] = ACTIONS(781),
[anon_sym_LT] = ACTIONS(781),
[anon_sym_GT] = ACTIONS(781),
[anon_sym_GT_GT] = ACTIONS(779),
[anon_sym_AMP_GT] = ACTIONS(781),
[anon_sym_AMP_GT_GT] = ACTIONS(779),
[anon_sym_LT_AMP] = ACTIONS(779),
[anon_sym_GT_AMP] = ACTIONS(779),
[anon_sym_LT_LT] = ACTIONS(781),
[anon_sym_LT_LT_DASH] = ACTIONS(779),
[anon_sym_LT_LT_LT] = ACTIONS(779),
[sym__special_characters] = ACTIONS(779),
[anon_sym_DQUOTE] = ACTIONS(779),
[anon_sym_DOLLAR] = ACTIONS(781),
[sym_raw_string] = ACTIONS(779),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(779),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(779),
[anon_sym_BQUOTE] = ACTIONS(779),
[anon_sym_LT_LPAREN] = ACTIONS(779),
[anon_sym_GT_LPAREN] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(781),
[anon_sym_LF] = ACTIONS(779),
[anon_sym_AMP] = ACTIONS(781),
},
[320] = {
[anon_sym_LT] = ACTIONS(1407),
[anon_sym_GT] = ACTIONS(1407),
[anon_sym_GT_GT] = ACTIONS(1409),
[anon_sym_AMP_GT] = ACTIONS(1407),
[anon_sym_AMP_GT_GT] = ACTIONS(1409),
[anon_sym_LT_AMP] = ACTIONS(1409),
[anon_sym_GT_AMP] = ACTIONS(1409),
[sym_comment] = ACTIONS(57),
},
[321] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(1411),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[322] = {
[sym_redirected_statement] = STATE(736),
[sym_for_statement] = STATE(736),
[sym_c_style_for_statement] = STATE(736),
[sym_while_statement] = STATE(736),
[sym_if_statement] = STATE(736),
[sym_case_statement] = STATE(736),
[sym_function_definition] = STATE(736),
[sym_compound_statement] = STATE(736),
[sym_subshell] = STATE(736),
[sym_pipeline] = STATE(736),
[sym_list] = STATE(736),
[sym_negated_command] = STATE(736),
[sym_test_command] = STATE(736),
[sym_declaration_command] = STATE(736),
[sym_unset_command] = STATE(736),
[sym_command] = STATE(736),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(737),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[323] = {
[sym__simple_heredoc_body] = ACTIONS(1413),
[sym__heredoc_body_beginning] = ACTIONS(1413),
[sym_file_descriptor] = ACTIONS(1413),
[ts_builtin_sym_end] = ACTIONS(1413),
[anon_sym_SEMI] = ACTIONS(1415),
[anon_sym_esac] = ACTIONS(1413),
[anon_sym_PIPE] = ACTIONS(1415),
[anon_sym_RPAREN] = ACTIONS(1413),
[anon_sym_SEMI_SEMI] = ACTIONS(1413),
[anon_sym_PIPE_AMP] = ACTIONS(1413),
[anon_sym_AMP_AMP] = ACTIONS(1413),
[anon_sym_PIPE_PIPE] = ACTIONS(1413),
[anon_sym_LT] = ACTIONS(1415),
[anon_sym_GT] = ACTIONS(1415),
[anon_sym_GT_GT] = ACTIONS(1413),
[anon_sym_AMP_GT] = ACTIONS(1415),
[anon_sym_AMP_GT_GT] = ACTIONS(1413),
[anon_sym_LT_AMP] = ACTIONS(1413),
[anon_sym_GT_AMP] = ACTIONS(1413),
[anon_sym_LT_LT] = ACTIONS(1415),
[anon_sym_LT_LT_DASH] = ACTIONS(1413),
[anon_sym_LT_LT_LT] = ACTIONS(1413),
[anon_sym_BQUOTE] = ACTIONS(1413),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1413),
[anon_sym_AMP] = ACTIONS(1415),
},
[324] = {
[sym_redirected_statement] = STATE(738),
[sym_for_statement] = STATE(738),
[sym_c_style_for_statement] = STATE(738),
[sym_while_statement] = STATE(738),
[sym_if_statement] = STATE(738),
[sym_case_statement] = STATE(738),
[sym_function_definition] = STATE(738),
[sym_compound_statement] = STATE(738),
[sym_subshell] = STATE(738),
[sym_pipeline] = STATE(738),
[sym_list] = STATE(738),
[sym_negated_command] = STATE(738),
[sym_test_command] = STATE(738),
[sym_declaration_command] = STATE(738),
[sym_unset_command] = STATE(738),
[sym_command] = STATE(738),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(739),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[325] = {
[sym_concatenation] = STATE(513),
[sym_string] = STATE(741),
[sym_simple_expansion] = STATE(741),
[sym_string_expansion] = STATE(741),
[sym_expansion] = STATE(741),
[sym_command_substitution] = STATE(741),
[sym_process_substitution] = STATE(741),
[sym__special_characters] = ACTIONS(1417),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(1419),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1419),
},
[326] = {
[sym_concatenation] = STATE(517),
[sym_string] = STATE(743),
[sym_simple_expansion] = STATE(743),
[sym_string_expansion] = STATE(743),
[sym_expansion] = STATE(743),
[sym_command_substitution] = STATE(743),
[sym_process_substitution] = STATE(743),
[sym__special_characters] = ACTIONS(1421),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(1423),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1423),
},
[327] = {
[anon_sym_SEMI] = ACTIONS(1425),
[anon_sym_RPAREN] = ACTIONS(1411),
[anon_sym_SEMI_SEMI] = ACTIONS(1427),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1427),
[anon_sym_AMP] = ACTIONS(1427),
},
[328] = {
[sym_file_redirect] = STATE(745),
[sym_heredoc_redirect] = STATE(745),
[sym_herestring_redirect] = STATE(745),
[aux_sym_redirected_statement_repeat1] = STATE(745),
[sym__simple_heredoc_body] = ACTIONS(951),
[sym__heredoc_body_beginning] = ACTIONS(951),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(953),
[anon_sym_PIPE] = ACTIONS(953),
[anon_sym_RPAREN] = ACTIONS(951),
[anon_sym_SEMI_SEMI] = ACTIONS(951),
[anon_sym_PIPE_AMP] = ACTIONS(951),
[anon_sym_AMP_AMP] = ACTIONS(951),
[anon_sym_PIPE_PIPE] = ACTIONS(951),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(951),
[anon_sym_AMP] = ACTIONS(953),
},
[329] = {
[sym_concatenation] = STATE(520),
[sym_string] = STATE(747),
[sym_simple_expansion] = STATE(747),
[sym_string_expansion] = STATE(747),
[sym_expansion] = STATE(747),
[sym_command_substitution] = STATE(747),
[sym_process_substitution] = STATE(747),
[sym_regex] = ACTIONS(955),
[sym__special_characters] = ACTIONS(1429),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(1431),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1431),
},
[330] = {
[aux_sym_concatenation_repeat1] = STATE(319),
[sym__simple_heredoc_body] = ACTIONS(961),
[sym__heredoc_body_beginning] = ACTIONS(961),
[sym_file_descriptor] = ACTIONS(961),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(963),
[anon_sym_PIPE] = ACTIONS(963),
[anon_sym_RPAREN] = ACTIONS(961),
[anon_sym_SEMI_SEMI] = ACTIONS(961),
[anon_sym_PIPE_AMP] = ACTIONS(961),
[anon_sym_AMP_AMP] = ACTIONS(961),
[anon_sym_PIPE_PIPE] = ACTIONS(961),
[anon_sym_EQ_TILDE] = ACTIONS(963),
[anon_sym_EQ_EQ] = ACTIONS(963),
[anon_sym_LT] = ACTIONS(963),
[anon_sym_GT] = ACTIONS(963),
[anon_sym_GT_GT] = ACTIONS(961),
[anon_sym_AMP_GT] = ACTIONS(963),
[anon_sym_AMP_GT_GT] = ACTIONS(961),
[anon_sym_LT_AMP] = ACTIONS(961),
[anon_sym_GT_AMP] = ACTIONS(961),
[anon_sym_LT_LT] = ACTIONS(963),
[anon_sym_LT_LT_DASH] = ACTIONS(961),
[anon_sym_LT_LT_LT] = ACTIONS(961),
[sym__special_characters] = ACTIONS(961),
[anon_sym_DQUOTE] = ACTIONS(961),
[anon_sym_DOLLAR] = ACTIONS(963),
[sym_raw_string] = ACTIONS(961),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(961),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(961),
[anon_sym_BQUOTE] = ACTIONS(961),
[anon_sym_LT_LPAREN] = ACTIONS(961),
[anon_sym_GT_LPAREN] = ACTIONS(961),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(963),
[anon_sym_LF] = ACTIONS(961),
[anon_sym_AMP] = ACTIONS(963),
},
[331] = {
[aux_sym_concatenation_repeat1] = STATE(319),
[sym__simple_heredoc_body] = ACTIONS(965),
[sym__heredoc_body_beginning] = ACTIONS(965),
[sym_file_descriptor] = ACTIONS(965),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(967),
[anon_sym_PIPE] = ACTIONS(967),
[anon_sym_RPAREN] = ACTIONS(965),
[anon_sym_SEMI_SEMI] = ACTIONS(965),
[anon_sym_PIPE_AMP] = ACTIONS(965),
[anon_sym_AMP_AMP] = ACTIONS(965),
[anon_sym_PIPE_PIPE] = ACTIONS(965),
[anon_sym_EQ_TILDE] = ACTIONS(967),
[anon_sym_EQ_EQ] = ACTIONS(967),
[anon_sym_LT] = ACTIONS(967),
[anon_sym_GT] = ACTIONS(967),
[anon_sym_GT_GT] = ACTIONS(965),
[anon_sym_AMP_GT] = ACTIONS(967),
[anon_sym_AMP_GT_GT] = ACTIONS(965),
[anon_sym_LT_AMP] = ACTIONS(965),
[anon_sym_GT_AMP] = ACTIONS(965),
[anon_sym_LT_LT] = ACTIONS(967),
[anon_sym_LT_LT_DASH] = ACTIONS(965),
[anon_sym_LT_LT_LT] = ACTIONS(965),
[sym__special_characters] = ACTIONS(965),
[anon_sym_DQUOTE] = ACTIONS(965),
[anon_sym_DOLLAR] = ACTIONS(967),
[sym_raw_string] = ACTIONS(965),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(965),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(965),
[anon_sym_BQUOTE] = ACTIONS(965),
[anon_sym_LT_LPAREN] = ACTIONS(965),
[anon_sym_GT_LPAREN] = ACTIONS(965),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(967),
[anon_sym_LF] = ACTIONS(965),
[anon_sym_AMP] = ACTIONS(967),
},
[332] = {
[sym_concatenation] = STATE(748),
[sym_string] = STATE(331),
[sym_simple_expansion] = STATE(331),
[sym_string_expansion] = STATE(331),
[sym_expansion] = STATE(331),
[sym_command_substitution] = STATE(331),
[sym_process_substitution] = STATE(331),
[aux_sym_command_repeat2] = STATE(748),
[sym__simple_heredoc_body] = ACTIONS(969),
[sym__heredoc_body_beginning] = ACTIONS(969),
[sym_file_descriptor] = ACTIONS(969),
[anon_sym_SEMI] = ACTIONS(971),
[anon_sym_PIPE] = ACTIONS(971),
[anon_sym_RPAREN] = ACTIONS(969),
[anon_sym_SEMI_SEMI] = ACTIONS(969),
[anon_sym_PIPE_AMP] = ACTIONS(969),
[anon_sym_AMP_AMP] = ACTIONS(969),
[anon_sym_PIPE_PIPE] = ACTIONS(969),
[anon_sym_EQ_TILDE] = ACTIONS(603),
[anon_sym_EQ_EQ] = ACTIONS(603),
[anon_sym_LT] = ACTIONS(971),
[anon_sym_GT] = ACTIONS(971),
[anon_sym_GT_GT] = ACTIONS(969),
[anon_sym_AMP_GT] = ACTIONS(971),
[anon_sym_AMP_GT_GT] = ACTIONS(969),
[anon_sym_LT_AMP] = ACTIONS(969),
[anon_sym_GT_AMP] = ACTIONS(969),
[anon_sym_LT_LT] = ACTIONS(971),
[anon_sym_LT_LT_DASH] = ACTIONS(969),
[anon_sym_LT_LT_LT] = ACTIONS(969),
[sym__special_characters] = ACTIONS(605),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(607),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(609),
[anon_sym_LF] = ACTIONS(969),
[anon_sym_AMP] = ACTIONS(971),
},
[333] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(750),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(1433),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1411),
[anon_sym_SEMI_SEMI] = ACTIONS(1435),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1435),
[anon_sym_AMP] = ACTIONS(1433),
},
[334] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(750),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(1433),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1411),
[anon_sym_SEMI_SEMI] = ACTIONS(1435),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1435),
[anon_sym_AMP] = ACTIONS(1433),
},
[335] = {
[sym_concatenation] = STATE(751),
[sym_string] = STATE(331),
[sym_simple_expansion] = STATE(331),
[sym_string_expansion] = STATE(331),
[sym_expansion] = STATE(331),
[sym_command_substitution] = STATE(331),
[sym_process_substitution] = STATE(331),
[aux_sym_command_repeat2] = STATE(751),
[sym__simple_heredoc_body] = ACTIONS(969),
[sym__heredoc_body_beginning] = ACTIONS(969),
[sym_file_descriptor] = ACTIONS(969),
[anon_sym_SEMI] = ACTIONS(971),
[anon_sym_PIPE] = ACTIONS(971),
[anon_sym_RPAREN] = ACTIONS(969),
[anon_sym_SEMI_SEMI] = ACTIONS(969),
[anon_sym_PIPE_AMP] = ACTIONS(969),
[anon_sym_AMP_AMP] = ACTIONS(969),
[anon_sym_PIPE_PIPE] = ACTIONS(969),
[anon_sym_EQ_TILDE] = ACTIONS(603),
[anon_sym_EQ_EQ] = ACTIONS(603),
[anon_sym_LT] = ACTIONS(971),
[anon_sym_GT] = ACTIONS(971),
[anon_sym_GT_GT] = ACTIONS(969),
[anon_sym_AMP_GT] = ACTIONS(971),
[anon_sym_AMP_GT_GT] = ACTIONS(969),
[anon_sym_LT_AMP] = ACTIONS(969),
[anon_sym_GT_AMP] = ACTIONS(969),
[anon_sym_LT_LT] = ACTIONS(971),
[anon_sym_LT_LT_DASH] = ACTIONS(969),
[anon_sym_LT_LT_LT] = ACTIONS(969),
[sym__special_characters] = ACTIONS(605),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(607),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(609),
[anon_sym_LF] = ACTIONS(969),
[anon_sym_AMP] = ACTIONS(971),
},
[336] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_RBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[337] = {
[anon_sym_SEMI] = ACTIONS(1437),
[anon_sym_SEMI_SEMI] = ACTIONS(1439),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1439),
[anon_sym_AMP] = ACTIONS(1439),
},
[338] = {
[sym__simple_heredoc_body] = ACTIONS(1441),
[sym__heredoc_body_beginning] = ACTIONS(1441),
[sym_file_descriptor] = ACTIONS(1441),
[ts_builtin_sym_end] = ACTIONS(1441),
[anon_sym_SEMI] = ACTIONS(1443),
[anon_sym_esac] = ACTIONS(1441),
[anon_sym_PIPE] = ACTIONS(1443),
[anon_sym_RPAREN] = ACTIONS(1441),
[anon_sym_SEMI_SEMI] = ACTIONS(1441),
[anon_sym_PIPE_AMP] = ACTIONS(1441),
[anon_sym_AMP_AMP] = ACTIONS(1441),
[anon_sym_PIPE_PIPE] = ACTIONS(1441),
[anon_sym_LT] = ACTIONS(1443),
[anon_sym_GT] = ACTIONS(1443),
[anon_sym_GT_GT] = ACTIONS(1441),
[anon_sym_AMP_GT] = ACTIONS(1443),
[anon_sym_AMP_GT_GT] = ACTIONS(1441),
[anon_sym_LT_AMP] = ACTIONS(1441),
[anon_sym_GT_AMP] = ACTIONS(1441),
[anon_sym_LT_LT] = ACTIONS(1443),
[anon_sym_LT_LT_DASH] = ACTIONS(1441),
[anon_sym_LT_LT_LT] = ACTIONS(1441),
[anon_sym_BQUOTE] = ACTIONS(1441),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1441),
[anon_sym_AMP] = ACTIONS(1443),
},
[339] = {
[sym__terminated_statement] = STATE(339),
[sym_redirected_statement] = STATE(89),
[sym_for_statement] = STATE(89),
[sym_c_style_for_statement] = STATE(89),
[sym_while_statement] = STATE(89),
[sym_if_statement] = STATE(89),
[sym_case_statement] = STATE(89),
[sym_function_definition] = STATE(89),
[sym_compound_statement] = STATE(89),
[sym_subshell] = STATE(89),
[sym_pipeline] = STATE(89),
[sym_list] = STATE(89),
[sym_negated_command] = STATE(89),
[sym_test_command] = STATE(89),
[sym_declaration_command] = STATE(89),
[sym_unset_command] = STATE(89),
[sym_command] = STATE(89),
[sym_command_name] = STATE(60),
[sym_variable_assignment] = STATE(90),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(63),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(339),
[aux_sym_command_repeat1] = STATE(63),
[sym_file_descriptor] = ACTIONS(977),
[sym_variable_name] = ACTIONS(980),
[anon_sym_for] = ACTIONS(983),
[anon_sym_LPAREN_LPAREN] = ACTIONS(986),
[anon_sym_while] = ACTIONS(989),
[anon_sym_if] = ACTIONS(992),
[anon_sym_case] = ACTIONS(995),
[anon_sym_function] = ACTIONS(998),
[anon_sym_LPAREN] = ACTIONS(1001),
[anon_sym_LBRACE] = ACTIONS(1004),
[anon_sym_RBRACE] = ACTIONS(1445),
[anon_sym_BANG] = ACTIONS(1007),
[anon_sym_LBRACK] = ACTIONS(1010),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1013),
[anon_sym_declare] = ACTIONS(1016),
[anon_sym_typeset] = ACTIONS(1016),
[anon_sym_export] = ACTIONS(1016),
[anon_sym_readonly] = ACTIONS(1016),
[anon_sym_local] = ACTIONS(1016),
[anon_sym_unset] = ACTIONS(1019),
[anon_sym_unsetenv] = ACTIONS(1019),
[anon_sym_LT] = ACTIONS(1022),
[anon_sym_GT] = ACTIONS(1022),
[anon_sym_GT_GT] = ACTIONS(1025),
[anon_sym_AMP_GT] = ACTIONS(1022),
[anon_sym_AMP_GT_GT] = ACTIONS(1025),
[anon_sym_LT_AMP] = ACTIONS(1025),
[anon_sym_GT_AMP] = ACTIONS(1025),
[sym__special_characters] = ACTIONS(1028),
[anon_sym_DQUOTE] = ACTIONS(1031),
[anon_sym_DOLLAR] = ACTIONS(1034),
[sym_raw_string] = ACTIONS(1037),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1040),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1043),
[anon_sym_BQUOTE] = ACTIONS(1046),
[anon_sym_LT_LPAREN] = ACTIONS(1049),
[anon_sym_GT_LPAREN] = ACTIONS(1049),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1052),
},
[340] = {
[sym_concatenation] = STATE(753),
[sym_string] = STATE(756),
[sym_array] = STATE(753),
[sym_simple_expansion] = STATE(756),
[sym_string_expansion] = STATE(756),
[sym_expansion] = STATE(756),
[sym_command_substitution] = STATE(756),
[sym_process_substitution] = STATE(756),
[sym__empty_value] = ACTIONS(1447),
[anon_sym_LPAREN] = ACTIONS(1449),
[sym__special_characters] = ACTIONS(1451),
[anon_sym_DQUOTE] = ACTIONS(233),
[anon_sym_DOLLAR] = ACTIONS(235),
[sym_raw_string] = ACTIONS(1453),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(239),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(241),
[anon_sym_BQUOTE] = ACTIONS(243),
[anon_sym_LT_LPAREN] = ACTIONS(245),
[anon_sym_GT_LPAREN] = ACTIONS(245),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1453),
},
[341] = {
[anon_sym_RPAREN] = ACTIONS(1455),
[anon_sym_AMP_AMP] = ACTIONS(1221),
[anon_sym_PIPE_PIPE] = ACTIONS(1221),
[anon_sym_EQ_TILDE] = ACTIONS(1223),
[anon_sym_EQ_EQ] = ACTIONS(1223),
[anon_sym_EQ] = ACTIONS(1225),
[anon_sym_PLUS_EQ] = ACTIONS(1221),
[anon_sym_LT] = ACTIONS(1225),
[anon_sym_GT] = ACTIONS(1225),
[anon_sym_BANG_EQ] = ACTIONS(1221),
[anon_sym_PLUS] = ACTIONS(1225),
[anon_sym_DASH] = ACTIONS(1225),
[anon_sym_DASH_EQ] = ACTIONS(1221),
[anon_sym_LT_EQ] = ACTIONS(1221),
[anon_sym_GT_EQ] = ACTIONS(1221),
[anon_sym_PLUS_PLUS] = ACTIONS(1227),
[anon_sym_DASH_DASH] = ACTIONS(1227),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1221),
},
[342] = {
[anon_sym_AMP_AMP] = ACTIONS(653),
[anon_sym_PIPE_PIPE] = ACTIONS(653),
[anon_sym_RBRACK] = ACTIONS(1229),
[anon_sym_EQ_TILDE] = ACTIONS(655),
[anon_sym_EQ_EQ] = ACTIONS(655),
[anon_sym_EQ] = ACTIONS(657),
[anon_sym_PLUS_EQ] = ACTIONS(653),
[anon_sym_LT] = ACTIONS(657),
[anon_sym_GT] = ACTIONS(657),
[anon_sym_BANG_EQ] = ACTIONS(653),
[anon_sym_PLUS] = ACTIONS(657),
[anon_sym_DASH] = ACTIONS(657),
[anon_sym_DASH_EQ] = ACTIONS(653),
[anon_sym_LT_EQ] = ACTIONS(653),
[anon_sym_GT_EQ] = ACTIONS(653),
[anon_sym_PLUS_PLUS] = ACTIONS(659),
[anon_sym_DASH_DASH] = ACTIONS(659),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(653),
},
[343] = {
[sym_string] = STATE(758),
[sym_simple_expansion] = STATE(758),
[sym_string_expansion] = STATE(758),
[sym_expansion] = STATE(758),
[sym_command_substitution] = STATE(758),
[sym_process_substitution] = STATE(758),
[sym__special_characters] = ACTIONS(1457),
[anon_sym_DQUOTE] = ACTIONS(153),
[anon_sym_DOLLAR] = ACTIONS(155),
[sym_raw_string] = ACTIONS(1457),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(159),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(161),
[anon_sym_BQUOTE] = ACTIONS(163),
[anon_sym_LT_LPAREN] = ACTIONS(165),
[anon_sym_GT_LPAREN] = ACTIONS(165),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1457),
},
[344] = {
[aux_sym_concatenation_repeat1] = STATE(759),
[sym__concat] = ACTIONS(629),
[anon_sym_AMP_AMP] = ACTIONS(779),
[anon_sym_PIPE_PIPE] = ACTIONS(779),
[anon_sym_RBRACK] = ACTIONS(779),
[anon_sym_EQ_TILDE] = ACTIONS(779),
[anon_sym_EQ_EQ] = ACTIONS(779),
[anon_sym_EQ] = ACTIONS(781),
[anon_sym_PLUS_EQ] = ACTIONS(779),
[anon_sym_LT] = ACTIONS(781),
[anon_sym_GT] = ACTIONS(781),
[anon_sym_BANG_EQ] = ACTIONS(779),
[anon_sym_PLUS] = ACTIONS(781),
[anon_sym_DASH] = ACTIONS(781),
[anon_sym_DASH_EQ] = ACTIONS(779),
[anon_sym_LT_EQ] = ACTIONS(779),
[anon_sym_GT_EQ] = ACTIONS(779),
[anon_sym_PLUS_PLUS] = ACTIONS(779),
[anon_sym_DASH_DASH] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(779),
},
[345] = {
[sym__concat] = ACTIONS(783),
[anon_sym_AMP_AMP] = ACTIONS(783),
[anon_sym_PIPE_PIPE] = ACTIONS(783),
[anon_sym_RBRACK] = ACTIONS(783),
[anon_sym_EQ_TILDE] = ACTIONS(783),
[anon_sym_EQ_EQ] = ACTIONS(783),
[anon_sym_EQ] = ACTIONS(785),
[anon_sym_PLUS_EQ] = ACTIONS(783),
[anon_sym_LT] = ACTIONS(785),
[anon_sym_GT] = ACTIONS(785),
[anon_sym_BANG_EQ] = ACTIONS(783),
[anon_sym_PLUS] = ACTIONS(785),
[anon_sym_DASH] = ACTIONS(785),
[anon_sym_DASH_EQ] = ACTIONS(783),
[anon_sym_LT_EQ] = ACTIONS(783),
[anon_sym_GT_EQ] = ACTIONS(783),
[anon_sym_PLUS_PLUS] = ACTIONS(783),
[anon_sym_DASH_DASH] = ACTIONS(783),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(783),
},
[346] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(1459),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[347] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(455),
[anon_sym_DQUOTE] = ACTIONS(1459),
[anon_sym_DOLLAR] = ACTIONS(1461),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[348] = {
[sym__concat] = ACTIONS(817),
[anon_sym_AMP_AMP] = ACTIONS(817),
[anon_sym_PIPE_PIPE] = ACTIONS(817),
[anon_sym_RBRACK] = ACTIONS(817),
[anon_sym_EQ_TILDE] = ACTIONS(817),
[anon_sym_EQ_EQ] = ACTIONS(817),
[anon_sym_EQ] = ACTIONS(819),
[anon_sym_PLUS_EQ] = ACTIONS(817),
[anon_sym_LT] = ACTIONS(819),
[anon_sym_GT] = ACTIONS(819),
[anon_sym_BANG_EQ] = ACTIONS(817),
[anon_sym_PLUS] = ACTIONS(819),
[anon_sym_DASH] = ACTIONS(819),
[anon_sym_DASH_EQ] = ACTIONS(817),
[anon_sym_LT_EQ] = ACTIONS(817),
[anon_sym_GT_EQ] = ACTIONS(817),
[anon_sym_PLUS_PLUS] = ACTIONS(817),
[anon_sym_DASH_DASH] = ACTIONS(817),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(817),
},
[349] = {
[sym__concat] = ACTIONS(821),
[anon_sym_AMP_AMP] = ACTIONS(821),
[anon_sym_PIPE_PIPE] = ACTIONS(821),
[anon_sym_RBRACK] = ACTIONS(821),
[anon_sym_EQ_TILDE] = ACTIONS(821),
[anon_sym_EQ_EQ] = ACTIONS(821),
[anon_sym_EQ] = ACTIONS(823),
[anon_sym_PLUS_EQ] = ACTIONS(821),
[anon_sym_LT] = ACTIONS(823),
[anon_sym_GT] = ACTIONS(823),
[anon_sym_BANG_EQ] = ACTIONS(821),
[anon_sym_PLUS] = ACTIONS(823),
[anon_sym_DASH] = ACTIONS(823),
[anon_sym_DASH_EQ] = ACTIONS(821),
[anon_sym_LT_EQ] = ACTIONS(821),
[anon_sym_GT_EQ] = ACTIONS(821),
[anon_sym_PLUS_PLUS] = ACTIONS(821),
[anon_sym_DASH_DASH] = ACTIONS(821),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(821),
},
[350] = {
[sym__concat] = ACTIONS(825),
[anon_sym_AMP_AMP] = ACTIONS(825),
[anon_sym_PIPE_PIPE] = ACTIONS(825),
[anon_sym_RBRACK] = ACTIONS(825),
[anon_sym_EQ_TILDE] = ACTIONS(825),
[anon_sym_EQ_EQ] = ACTIONS(825),
[anon_sym_EQ] = ACTIONS(827),
[anon_sym_PLUS_EQ] = ACTIONS(825),
[anon_sym_LT] = ACTIONS(827),
[anon_sym_GT] = ACTIONS(827),
[anon_sym_BANG_EQ] = ACTIONS(825),
[anon_sym_PLUS] = ACTIONS(827),
[anon_sym_DASH] = ACTIONS(827),
[anon_sym_DASH_EQ] = ACTIONS(825),
[anon_sym_LT_EQ] = ACTIONS(825),
[anon_sym_GT_EQ] = ACTIONS(825),
[anon_sym_PLUS_PLUS] = ACTIONS(825),
[anon_sym_DASH_DASH] = ACTIONS(825),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(825),
},
[351] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(1463),
[sym_comment] = ACTIONS(57),
},
[352] = {
[sym_subscript] = STATE(765),
[sym_variable_name] = ACTIONS(1465),
[anon_sym_DASH] = ACTIONS(1467),
[anon_sym_DOLLAR] = ACTIONS(1467),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1469),
[anon_sym_STAR] = ACTIONS(1471),
[anon_sym_AT] = ACTIONS(1471),
[anon_sym_QMARK] = ACTIONS(1471),
[anon_sym_0] = ACTIONS(1469),
[anon_sym__] = ACTIONS(1469),
},
[353] = {
[sym_concatenation] = STATE(768),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(768),
[anon_sym_RBRACE] = ACTIONS(1473),
[anon_sym_EQ] = ACTIONS(1475),
[anon_sym_DASH] = ACTIONS(1475),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1477),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(1479),
[anon_sym_COLON] = ACTIONS(1475),
[anon_sym_COLON_QMARK] = ACTIONS(1475),
[anon_sym_COLON_DASH] = ACTIONS(1475),
[anon_sym_PERCENT] = ACTIONS(1475),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[354] = {
[sym_concatenation] = STATE(771),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(771),
[anon_sym_RBRACE] = ACTIONS(1481),
[anon_sym_EQ] = ACTIONS(1483),
[anon_sym_DASH] = ACTIONS(1483),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1485),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(1487),
[anon_sym_COLON] = ACTIONS(1483),
[anon_sym_COLON_QMARK] = ACTIONS(1483),
[anon_sym_COLON_DASH] = ACTIONS(1483),
[anon_sym_PERCENT] = ACTIONS(1483),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[355] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(774),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(1489),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1491),
[anon_sym_SEMI_SEMI] = ACTIONS(1493),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1493),
[anon_sym_AMP] = ACTIONS(1489),
},
[356] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(774),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(1489),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1491),
[anon_sym_SEMI_SEMI] = ACTIONS(1493),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1493),
[anon_sym_AMP] = ACTIONS(1489),
},
[357] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(775),
[sym_for_statement] = STATE(775),
[sym_c_style_for_statement] = STATE(775),
[sym_while_statement] = STATE(775),
[sym_if_statement] = STATE(775),
[sym_case_statement] = STATE(775),
[sym_function_definition] = STATE(775),
[sym_compound_statement] = STATE(775),
[sym_subshell] = STATE(775),
[sym_pipeline] = STATE(775),
[sym_list] = STATE(775),
[sym_negated_command] = STATE(775),
[sym_test_command] = STATE(775),
[sym_declaration_command] = STATE(775),
[sym_unset_command] = STATE(775),
[sym_command] = STATE(775),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(776),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[358] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(778),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(1495),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(1497),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(1491),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1497),
[anon_sym_AMP] = ACTIONS(1495),
},
[359] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(778),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(1495),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(1497),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(1491),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1497),
[anon_sym_AMP] = ACTIONS(1495),
},
[360] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(779),
[sym_for_statement] = STATE(779),
[sym_c_style_for_statement] = STATE(779),
[sym_while_statement] = STATE(779),
[sym_if_statement] = STATE(779),
[sym_case_statement] = STATE(779),
[sym_function_definition] = STATE(779),
[sym_compound_statement] = STATE(779),
[sym_subshell] = STATE(779),
[sym_pipeline] = STATE(779),
[sym_list] = STATE(779),
[sym_negated_command] = STATE(779),
[sym_test_command] = STATE(779),
[sym_declaration_command] = STATE(779),
[sym_unset_command] = STATE(779),
[sym_command] = STATE(779),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(780),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[361] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(783),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(1499),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1501),
[anon_sym_SEMI_SEMI] = ACTIONS(1503),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1503),
[anon_sym_AMP] = ACTIONS(1499),
},
[362] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(783),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(1499),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1501),
[anon_sym_SEMI_SEMI] = ACTIONS(1503),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1503),
[anon_sym_AMP] = ACTIONS(1499),
},
[363] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(784),
[sym_for_statement] = STATE(784),
[sym_c_style_for_statement] = STATE(784),
[sym_while_statement] = STATE(784),
[sym_if_statement] = STATE(784),
[sym_case_statement] = STATE(784),
[sym_function_definition] = STATE(784),
[sym_compound_statement] = STATE(784),
[sym_subshell] = STATE(784),
[sym_pipeline] = STATE(784),
[sym_list] = STATE(784),
[sym_negated_command] = STATE(784),
[sym_test_command] = STATE(784),
[sym_declaration_command] = STATE(784),
[sym_unset_command] = STATE(784),
[sym_command] = STATE(784),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(785),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[364] = {
[sym__expression] = STATE(786),
[sym_binary_expression] = STATE(786),
[sym_unary_expression] = STATE(786),
[sym_postfix_expression] = STATE(786),
[sym_parenthesized_expression] = STATE(786),
[sym_concatenation] = STATE(786),
[sym_string] = STATE(100),
[sym_simple_expansion] = STATE(100),
[sym_string_expansion] = STATE(100),
[sym_expansion] = STATE(100),
[sym_command_substitution] = STATE(100),
[sym_process_substitution] = STATE(100),
[anon_sym_LPAREN] = ACTIONS(147),
[anon_sym_BANG] = ACTIONS(149),
[sym__special_characters] = ACTIONS(151),
[anon_sym_DQUOTE] = ACTIONS(153),
[anon_sym_DOLLAR] = ACTIONS(155),
[sym_raw_string] = ACTIONS(157),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(159),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(161),
[anon_sym_BQUOTE] = ACTIONS(163),
[anon_sym_LT_LPAREN] = ACTIONS(165),
[anon_sym_GT_LPAREN] = ACTIONS(165),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(167),
[sym_test_operator] = ACTIONS(169),
},
[365] = {
[sym__expression] = STATE(786),
[sym_binary_expression] = STATE(786),
[sym_unary_expression] = STATE(786),
[sym_postfix_expression] = STATE(786),
[sym_parenthesized_expression] = STATE(786),
[sym_concatenation] = STATE(786),
[sym_string] = STATE(100),
[sym_simple_expansion] = STATE(100),
[sym_string_expansion] = STATE(100),
[sym_expansion] = STATE(100),
[sym_command_substitution] = STATE(100),
[sym_process_substitution] = STATE(100),
[sym_regex] = ACTIONS(1505),
[anon_sym_LPAREN] = ACTIONS(147),
[anon_sym_BANG] = ACTIONS(149),
[sym__special_characters] = ACTIONS(151),
[anon_sym_DQUOTE] = ACTIONS(153),
[anon_sym_DOLLAR] = ACTIONS(155),
[sym_raw_string] = ACTIONS(157),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(159),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(161),
[anon_sym_BQUOTE] = ACTIONS(163),
[anon_sym_LT_LPAREN] = ACTIONS(165),
[anon_sym_GT_LPAREN] = ACTIONS(165),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(167),
[sym_test_operator] = ACTIONS(169),
},
[366] = {
[anon_sym_AMP_AMP] = ACTIONS(1285),
[anon_sym_PIPE_PIPE] = ACTIONS(1285),
[anon_sym_RBRACK] = ACTIONS(1285),
[anon_sym_EQ_TILDE] = ACTIONS(1285),
[anon_sym_EQ_EQ] = ACTIONS(1285),
[anon_sym_EQ] = ACTIONS(1287),
[anon_sym_PLUS_EQ] = ACTIONS(1285),
[anon_sym_LT] = ACTIONS(1287),
[anon_sym_GT] = ACTIONS(1287),
[anon_sym_BANG_EQ] = ACTIONS(1285),
[anon_sym_PLUS] = ACTIONS(1287),
[anon_sym_DASH] = ACTIONS(1287),
[anon_sym_DASH_EQ] = ACTIONS(1285),
[anon_sym_LT_EQ] = ACTIONS(1285),
[anon_sym_GT_EQ] = ACTIONS(1285),
[anon_sym_PLUS_PLUS] = ACTIONS(1285),
[anon_sym_DASH_DASH] = ACTIONS(1285),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1285),
},
[367] = {
[anon_sym_AMP_AMP] = ACTIONS(661),
[anon_sym_PIPE_PIPE] = ACTIONS(661),
[anon_sym_RBRACK_RBRACK] = ACTIONS(1229),
[anon_sym_EQ_TILDE] = ACTIONS(663),
[anon_sym_EQ_EQ] = ACTIONS(663),
[anon_sym_EQ] = ACTIONS(665),
[anon_sym_PLUS_EQ] = ACTIONS(661),
[anon_sym_LT] = ACTIONS(665),
[anon_sym_GT] = ACTIONS(665),
[anon_sym_BANG_EQ] = ACTIONS(661),
[anon_sym_PLUS] = ACTIONS(665),
[anon_sym_DASH] = ACTIONS(665),
[anon_sym_DASH_EQ] = ACTIONS(661),
[anon_sym_LT_EQ] = ACTIONS(661),
[anon_sym_GT_EQ] = ACTIONS(661),
[anon_sym_PLUS_PLUS] = ACTIONS(471),
[anon_sym_DASH_DASH] = ACTIONS(471),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(661),
},
[368] = {
[aux_sym_concatenation_repeat1] = STATE(788),
[sym__concat] = ACTIONS(431),
[anon_sym_AMP_AMP] = ACTIONS(779),
[anon_sym_PIPE_PIPE] = ACTIONS(779),
[anon_sym_RBRACK_RBRACK] = ACTIONS(779),
[anon_sym_EQ_TILDE] = ACTIONS(779),
[anon_sym_EQ_EQ] = ACTIONS(779),
[anon_sym_EQ] = ACTIONS(781),
[anon_sym_PLUS_EQ] = ACTIONS(779),
[anon_sym_LT] = ACTIONS(781),
[anon_sym_GT] = ACTIONS(781),
[anon_sym_BANG_EQ] = ACTIONS(779),
[anon_sym_PLUS] = ACTIONS(781),
[anon_sym_DASH] = ACTIONS(781),
[anon_sym_DASH_EQ] = ACTIONS(779),
[anon_sym_LT_EQ] = ACTIONS(779),
[anon_sym_GT_EQ] = ACTIONS(779),
[anon_sym_PLUS_PLUS] = ACTIONS(779),
[anon_sym_DASH_DASH] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(779),
},
[369] = {
[sym__expression] = STATE(660),
[sym_binary_expression] = STATE(660),
[sym_unary_expression] = STATE(660),
[sym_postfix_expression] = STATE(660),
[sym_parenthesized_expression] = STATE(660),
[sym_concatenation] = STATE(660),
[sym_string] = STATE(108),
[sym_simple_expansion] = STATE(108),
[sym_string_expansion] = STATE(108),
[sym_expansion] = STATE(108),
[sym_command_substitution] = STATE(108),
[sym_process_substitution] = STATE(108),
[anon_sym_LPAREN] = ACTIONS(73),
[anon_sym_BANG] = ACTIONS(171),
[sym__special_characters] = ACTIONS(173),
[anon_sym_DQUOTE] = ACTIONS(79),
[anon_sym_DOLLAR] = ACTIONS(81),
[sym_raw_string] = ACTIONS(175),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(85),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(87),
[anon_sym_BQUOTE] = ACTIONS(89),
[anon_sym_LT_LPAREN] = ACTIONS(91),
[anon_sym_GT_LPAREN] = ACTIONS(91),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(177),
[sym_test_operator] = ACTIONS(179),
},
[370] = {
[sym__expression] = STATE(660),
[sym_binary_expression] = STATE(660),
[sym_unary_expression] = STATE(660),
[sym_postfix_expression] = STATE(660),
[sym_parenthesized_expression] = STATE(660),
[sym_concatenation] = STATE(660),
[sym_string] = STATE(108),
[sym_simple_expansion] = STATE(108),
[sym_string_expansion] = STATE(108),
[sym_expansion] = STATE(108),
[sym_command_substitution] = STATE(108),
[sym_process_substitution] = STATE(108),
[sym_regex] = ACTIONS(1283),
[anon_sym_LPAREN] = ACTIONS(73),
[anon_sym_BANG] = ACTIONS(171),
[sym__special_characters] = ACTIONS(173),
[anon_sym_DQUOTE] = ACTIONS(79),
[anon_sym_DOLLAR] = ACTIONS(81),
[sym_raw_string] = ACTIONS(175),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(85),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(87),
[anon_sym_BQUOTE] = ACTIONS(89),
[anon_sym_LT_LPAREN] = ACTIONS(91),
[anon_sym_GT_LPAREN] = ACTIONS(91),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(177),
[sym_test_operator] = ACTIONS(179),
},
[371] = {
[sym_concatenation] = STATE(789),
[sym_string] = STATE(792),
[sym_array] = STATE(789),
[sym_simple_expansion] = STATE(792),
[sym_string_expansion] = STATE(792),
[sym_expansion] = STATE(792),
[sym_command_substitution] = STATE(792),
[sym_process_substitution] = STATE(792),
[sym__empty_value] = ACTIONS(1507),
[anon_sym_LPAREN] = ACTIONS(1509),
[sym__special_characters] = ACTIONS(1511),
[anon_sym_DQUOTE] = ACTIONS(189),
[anon_sym_DOLLAR] = ACTIONS(191),
[sym_raw_string] = ACTIONS(1513),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(195),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(197),
[anon_sym_BQUOTE] = ACTIONS(199),
[anon_sym_LT_LPAREN] = ACTIONS(201),
[anon_sym_GT_LPAREN] = ACTIONS(201),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1513),
},
[372] = {
[sym_string] = STATE(793),
[sym_simple_expansion] = STATE(793),
[sym_string_expansion] = STATE(793),
[sym_expansion] = STATE(793),
[sym_command_substitution] = STATE(793),
[sym_process_substitution] = STATE(793),
[sym__special_characters] = ACTIONS(1515),
[anon_sym_DQUOTE] = ACTIONS(189),
[anon_sym_DOLLAR] = ACTIONS(191),
[sym_raw_string] = ACTIONS(1515),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(195),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(197),
[anon_sym_BQUOTE] = ACTIONS(199),
[anon_sym_LT_LPAREN] = ACTIONS(201),
[anon_sym_GT_LPAREN] = ACTIONS(201),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1515),
},
[373] = {
[aux_sym_concatenation_repeat1] = STATE(794),
[sym__simple_heredoc_body] = ACTIONS(779),
[sym__heredoc_body_beginning] = ACTIONS(779),
[sym_file_descriptor] = ACTIONS(779),
[sym__concat] = ACTIONS(671),
[sym_variable_name] = ACTIONS(779),
[ts_builtin_sym_end] = ACTIONS(779),
[anon_sym_SEMI] = ACTIONS(781),
[anon_sym_PIPE] = ACTIONS(781),
[anon_sym_SEMI_SEMI] = ACTIONS(779),
[anon_sym_PIPE_AMP] = ACTIONS(779),
[anon_sym_AMP_AMP] = ACTIONS(779),
[anon_sym_PIPE_PIPE] = ACTIONS(779),
[anon_sym_LT] = ACTIONS(781),
[anon_sym_GT] = ACTIONS(781),
[anon_sym_GT_GT] = ACTIONS(779),
[anon_sym_AMP_GT] = ACTIONS(781),
[anon_sym_AMP_GT_GT] = ACTIONS(779),
[anon_sym_LT_AMP] = ACTIONS(779),
[anon_sym_GT_AMP] = ACTIONS(779),
[anon_sym_LT_LT] = ACTIONS(781),
[anon_sym_LT_LT_DASH] = ACTIONS(779),
[anon_sym_LT_LT_LT] = ACTIONS(779),
[sym__special_characters] = ACTIONS(779),
[anon_sym_DQUOTE] = ACTIONS(779),
[anon_sym_DOLLAR] = ACTIONS(781),
[sym_raw_string] = ACTIONS(779),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(779),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(779),
[anon_sym_BQUOTE] = ACTIONS(779),
[anon_sym_LT_LPAREN] = ACTIONS(779),
[anon_sym_GT_LPAREN] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(781),
[sym_word] = ACTIONS(781),
[anon_sym_LF] = ACTIONS(779),
[anon_sym_AMP] = ACTIONS(781),
},
[374] = {
[sym__simple_heredoc_body] = ACTIONS(783),
[sym__heredoc_body_beginning] = ACTIONS(783),
[sym_file_descriptor] = ACTIONS(783),
[sym__concat] = ACTIONS(783),
[sym_variable_name] = ACTIONS(783),
[ts_builtin_sym_end] = ACTIONS(783),
[anon_sym_SEMI] = ACTIONS(785),
[anon_sym_PIPE] = ACTIONS(785),
[anon_sym_RPAREN] = ACTIONS(783),
[anon_sym_SEMI_SEMI] = ACTIONS(783),
[anon_sym_PIPE_AMP] = ACTIONS(783),
[anon_sym_AMP_AMP] = ACTIONS(783),
[anon_sym_PIPE_PIPE] = ACTIONS(783),
[anon_sym_LT] = ACTIONS(785),
[anon_sym_GT] = ACTIONS(785),
[anon_sym_GT_GT] = ACTIONS(783),
[anon_sym_AMP_GT] = ACTIONS(785),
[anon_sym_AMP_GT_GT] = ACTIONS(783),
[anon_sym_LT_AMP] = ACTIONS(783),
[anon_sym_GT_AMP] = ACTIONS(783),
[anon_sym_LT_LT] = ACTIONS(785),
[anon_sym_LT_LT_DASH] = ACTIONS(783),
[anon_sym_LT_LT_LT] = ACTIONS(783),
[sym__special_characters] = ACTIONS(783),
[anon_sym_DQUOTE] = ACTIONS(783),
[anon_sym_DOLLAR] = ACTIONS(785),
[sym_raw_string] = ACTIONS(783),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(783),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(783),
[anon_sym_BQUOTE] = ACTIONS(783),
[anon_sym_LT_LPAREN] = ACTIONS(783),
[anon_sym_GT_LPAREN] = ACTIONS(783),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(785),
[sym_word] = ACTIONS(785),
[anon_sym_LF] = ACTIONS(783),
[anon_sym_AMP] = ACTIONS(785),
},
[375] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(1517),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[376] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(455),
[anon_sym_DQUOTE] = ACTIONS(1517),
[anon_sym_DOLLAR] = ACTIONS(1519),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[377] = {
[sym__simple_heredoc_body] = ACTIONS(817),
[sym__heredoc_body_beginning] = ACTIONS(817),
[sym_file_descriptor] = ACTIONS(817),
[sym__concat] = ACTIONS(817),
[sym_variable_name] = ACTIONS(817),
[ts_builtin_sym_end] = ACTIONS(817),
[anon_sym_SEMI] = ACTIONS(819),
[anon_sym_PIPE] = ACTIONS(819),
[anon_sym_RPAREN] = ACTIONS(817),
[anon_sym_SEMI_SEMI] = ACTIONS(817),
[anon_sym_PIPE_AMP] = ACTIONS(817),
[anon_sym_AMP_AMP] = ACTIONS(817),
[anon_sym_PIPE_PIPE] = ACTIONS(817),
[anon_sym_LT] = ACTIONS(819),
[anon_sym_GT] = ACTIONS(819),
[anon_sym_GT_GT] = ACTIONS(817),
[anon_sym_AMP_GT] = ACTIONS(819),
[anon_sym_AMP_GT_GT] = ACTIONS(817),
[anon_sym_LT_AMP] = ACTIONS(817),
[anon_sym_GT_AMP] = ACTIONS(817),
[anon_sym_LT_LT] = ACTIONS(819),
[anon_sym_LT_LT_DASH] = ACTIONS(817),
[anon_sym_LT_LT_LT] = ACTIONS(817),
[sym__special_characters] = ACTIONS(817),
[anon_sym_DQUOTE] = ACTIONS(817),
[anon_sym_DOLLAR] = ACTIONS(819),
[sym_raw_string] = ACTIONS(817),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(817),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(817),
[anon_sym_BQUOTE] = ACTIONS(817),
[anon_sym_LT_LPAREN] = ACTIONS(817),
[anon_sym_GT_LPAREN] = ACTIONS(817),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(819),
[sym_word] = ACTIONS(819),
[anon_sym_LF] = ACTIONS(817),
[anon_sym_AMP] = ACTIONS(819),
},
[378] = {
[sym__simple_heredoc_body] = ACTIONS(821),
[sym__heredoc_body_beginning] = ACTIONS(821),
[sym_file_descriptor] = ACTIONS(821),
[sym__concat] = ACTIONS(821),
[sym_variable_name] = ACTIONS(821),
[ts_builtin_sym_end] = ACTIONS(821),
[anon_sym_SEMI] = ACTIONS(823),
[anon_sym_PIPE] = ACTIONS(823),
[anon_sym_RPAREN] = ACTIONS(821),
[anon_sym_SEMI_SEMI] = ACTIONS(821),
[anon_sym_PIPE_AMP] = ACTIONS(821),
[anon_sym_AMP_AMP] = ACTIONS(821),
[anon_sym_PIPE_PIPE] = ACTIONS(821),
[anon_sym_LT] = ACTIONS(823),
[anon_sym_GT] = ACTIONS(823),
[anon_sym_GT_GT] = ACTIONS(821),
[anon_sym_AMP_GT] = ACTIONS(823),
[anon_sym_AMP_GT_GT] = ACTIONS(821),
[anon_sym_LT_AMP] = ACTIONS(821),
[anon_sym_GT_AMP] = ACTIONS(821),
[anon_sym_LT_LT] = ACTIONS(823),
[anon_sym_LT_LT_DASH] = ACTIONS(821),
[anon_sym_LT_LT_LT] = ACTIONS(821),
[sym__special_characters] = ACTIONS(821),
[anon_sym_DQUOTE] = ACTIONS(821),
[anon_sym_DOLLAR] = ACTIONS(823),
[sym_raw_string] = ACTIONS(821),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(821),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(821),
[anon_sym_BQUOTE] = ACTIONS(821),
[anon_sym_LT_LPAREN] = ACTIONS(821),
[anon_sym_GT_LPAREN] = ACTIONS(821),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(823),
[sym_word] = ACTIONS(823),
[anon_sym_LF] = ACTIONS(821),
[anon_sym_AMP] = ACTIONS(823),
},
[379] = {
[sym__simple_heredoc_body] = ACTIONS(825),
[sym__heredoc_body_beginning] = ACTIONS(825),
[sym_file_descriptor] = ACTIONS(825),
[sym__concat] = ACTIONS(825),
[sym_variable_name] = ACTIONS(825),
[ts_builtin_sym_end] = ACTIONS(825),
[anon_sym_SEMI] = ACTIONS(827),
[anon_sym_PIPE] = ACTIONS(827),
[anon_sym_RPAREN] = ACTIONS(825),
[anon_sym_SEMI_SEMI] = ACTIONS(825),
[anon_sym_PIPE_AMP] = ACTIONS(825),
[anon_sym_AMP_AMP] = ACTIONS(825),
[anon_sym_PIPE_PIPE] = ACTIONS(825),
[anon_sym_LT] = ACTIONS(827),
[anon_sym_GT] = ACTIONS(827),
[anon_sym_GT_GT] = ACTIONS(825),
[anon_sym_AMP_GT] = ACTIONS(827),
[anon_sym_AMP_GT_GT] = ACTIONS(825),
[anon_sym_LT_AMP] = ACTIONS(825),
[anon_sym_GT_AMP] = ACTIONS(825),
[anon_sym_LT_LT] = ACTIONS(827),
[anon_sym_LT_LT_DASH] = ACTIONS(825),
[anon_sym_LT_LT_LT] = ACTIONS(825),
[sym__special_characters] = ACTIONS(825),
[anon_sym_DQUOTE] = ACTIONS(825),
[anon_sym_DOLLAR] = ACTIONS(827),
[sym_raw_string] = ACTIONS(825),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(825),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(825),
[anon_sym_BQUOTE] = ACTIONS(825),
[anon_sym_LT_LPAREN] = ACTIONS(825),
[anon_sym_GT_LPAREN] = ACTIONS(825),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(827),
[sym_word] = ACTIONS(827),
[anon_sym_LF] = ACTIONS(825),
[anon_sym_AMP] = ACTIONS(827),
},
[380] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(1521),
[sym_comment] = ACTIONS(57),
},
[381] = {
[sym_subscript] = STATE(800),
[sym_variable_name] = ACTIONS(1523),
[anon_sym_DASH] = ACTIONS(1525),
[anon_sym_DOLLAR] = ACTIONS(1525),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1527),
[anon_sym_STAR] = ACTIONS(1529),
[anon_sym_AT] = ACTIONS(1529),
[anon_sym_QMARK] = ACTIONS(1529),
[anon_sym_0] = ACTIONS(1527),
[anon_sym__] = ACTIONS(1527),
},
[382] = {
[sym_concatenation] = STATE(803),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(803),
[anon_sym_RBRACE] = ACTIONS(1531),
[anon_sym_EQ] = ACTIONS(1533),
[anon_sym_DASH] = ACTIONS(1533),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1535),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(1537),
[anon_sym_COLON] = ACTIONS(1533),
[anon_sym_COLON_QMARK] = ACTIONS(1533),
[anon_sym_COLON_DASH] = ACTIONS(1533),
[anon_sym_PERCENT] = ACTIONS(1533),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[383] = {
[sym_concatenation] = STATE(806),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(806),
[anon_sym_RBRACE] = ACTIONS(1539),
[anon_sym_EQ] = ACTIONS(1541),
[anon_sym_DASH] = ACTIONS(1541),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1543),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(1545),
[anon_sym_COLON] = ACTIONS(1541),
[anon_sym_COLON_QMARK] = ACTIONS(1541),
[anon_sym_COLON_DASH] = ACTIONS(1541),
[anon_sym_PERCENT] = ACTIONS(1541),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[384] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(809),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(1547),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1549),
[anon_sym_SEMI_SEMI] = ACTIONS(1551),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1551),
[anon_sym_AMP] = ACTIONS(1547),
},
[385] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(809),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(1547),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1549),
[anon_sym_SEMI_SEMI] = ACTIONS(1551),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1551),
[anon_sym_AMP] = ACTIONS(1547),
},
[386] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(810),
[sym_for_statement] = STATE(810),
[sym_c_style_for_statement] = STATE(810),
[sym_while_statement] = STATE(810),
[sym_if_statement] = STATE(810),
[sym_case_statement] = STATE(810),
[sym_function_definition] = STATE(810),
[sym_compound_statement] = STATE(810),
[sym_subshell] = STATE(810),
[sym_pipeline] = STATE(810),
[sym_list] = STATE(810),
[sym_negated_command] = STATE(810),
[sym_test_command] = STATE(810),
[sym_declaration_command] = STATE(810),
[sym_unset_command] = STATE(810),
[sym_command] = STATE(810),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(811),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[387] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(813),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(1553),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(1555),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(1549),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1555),
[anon_sym_AMP] = ACTIONS(1553),
},
[388] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(813),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(1553),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(1555),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(1549),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1555),
[anon_sym_AMP] = ACTIONS(1553),
},
[389] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(814),
[sym_for_statement] = STATE(814),
[sym_c_style_for_statement] = STATE(814),
[sym_while_statement] = STATE(814),
[sym_if_statement] = STATE(814),
[sym_case_statement] = STATE(814),
[sym_function_definition] = STATE(814),
[sym_compound_statement] = STATE(814),
[sym_subshell] = STATE(814),
[sym_pipeline] = STATE(814),
[sym_list] = STATE(814),
[sym_negated_command] = STATE(814),
[sym_test_command] = STATE(814),
[sym_declaration_command] = STATE(814),
[sym_unset_command] = STATE(814),
[sym_command] = STATE(814),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(815),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[390] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(818),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(1557),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1559),
[anon_sym_SEMI_SEMI] = ACTIONS(1561),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1561),
[anon_sym_AMP] = ACTIONS(1557),
},
[391] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(818),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(1557),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1559),
[anon_sym_SEMI_SEMI] = ACTIONS(1561),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1561),
[anon_sym_AMP] = ACTIONS(1557),
},
[392] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(819),
[sym_for_statement] = STATE(819),
[sym_c_style_for_statement] = STATE(819),
[sym_while_statement] = STATE(819),
[sym_if_statement] = STATE(819),
[sym_case_statement] = STATE(819),
[sym_function_definition] = STATE(819),
[sym_compound_statement] = STATE(819),
[sym_subshell] = STATE(819),
[sym_pipeline] = STATE(819),
[sym_list] = STATE(819),
[sym_negated_command] = STATE(819),
[sym_test_command] = STATE(819),
[sym_declaration_command] = STATE(819),
[sym_unset_command] = STATE(819),
[sym_command] = STATE(819),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(820),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[393] = {
[sym_variable_assignment] = STATE(393),
[sym_subscript] = STATE(119),
[sym_concatenation] = STATE(393),
[sym_string] = STATE(114),
[sym_simple_expansion] = STATE(114),
[sym_string_expansion] = STATE(114),
[sym_expansion] = STATE(114),
[sym_command_substitution] = STATE(114),
[sym_process_substitution] = STATE(114),
[aux_sym_declaration_command_repeat1] = STATE(393),
[sym__simple_heredoc_body] = ACTIONS(1563),
[sym__heredoc_body_beginning] = ACTIONS(1563),
[sym_file_descriptor] = ACTIONS(1563),
[sym_variable_name] = ACTIONS(1565),
[ts_builtin_sym_end] = ACTIONS(1563),
[anon_sym_SEMI] = ACTIONS(1568),
[anon_sym_PIPE] = ACTIONS(1568),
[anon_sym_SEMI_SEMI] = ACTIONS(1563),
[anon_sym_PIPE_AMP] = ACTIONS(1563),
[anon_sym_AMP_AMP] = ACTIONS(1563),
[anon_sym_PIPE_PIPE] = ACTIONS(1563),
[anon_sym_LT] = ACTIONS(1568),
[anon_sym_GT] = ACTIONS(1568),
[anon_sym_GT_GT] = ACTIONS(1563),
[anon_sym_AMP_GT] = ACTIONS(1568),
[anon_sym_AMP_GT_GT] = ACTIONS(1563),
[anon_sym_LT_AMP] = ACTIONS(1563),
[anon_sym_GT_AMP] = ACTIONS(1563),
[anon_sym_LT_LT] = ACTIONS(1568),
[anon_sym_LT_LT_DASH] = ACTIONS(1563),
[anon_sym_LT_LT_LT] = ACTIONS(1563),
[sym__special_characters] = ACTIONS(1570),
[anon_sym_DQUOTE] = ACTIONS(1573),
[anon_sym_DOLLAR] = ACTIONS(1576),
[sym_raw_string] = ACTIONS(1579),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1582),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1585),
[anon_sym_BQUOTE] = ACTIONS(1588),
[anon_sym_LT_LPAREN] = ACTIONS(1591),
[anon_sym_GT_LPAREN] = ACTIONS(1591),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1594),
[sym_word] = ACTIONS(1597),
[anon_sym_LF] = ACTIONS(1563),
[anon_sym_AMP] = ACTIONS(1568),
},
[394] = {
[sym_string] = STATE(821),
[sym_simple_expansion] = STATE(821),
[sym_string_expansion] = STATE(821),
[sym_expansion] = STATE(821),
[sym_command_substitution] = STATE(821),
[sym_process_substitution] = STATE(821),
[sym__special_characters] = ACTIONS(1600),
[anon_sym_DQUOTE] = ACTIONS(213),
[anon_sym_DOLLAR] = ACTIONS(215),
[sym_raw_string] = ACTIONS(1600),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(219),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(221),
[anon_sym_BQUOTE] = ACTIONS(223),
[anon_sym_LT_LPAREN] = ACTIONS(225),
[anon_sym_GT_LPAREN] = ACTIONS(225),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1600),
},
[395] = {
[aux_sym_concatenation_repeat1] = STATE(822),
[sym__simple_heredoc_body] = ACTIONS(779),
[sym__heredoc_body_beginning] = ACTIONS(779),
[sym_file_descriptor] = ACTIONS(779),
[sym__concat] = ACTIONS(709),
[ts_builtin_sym_end] = ACTIONS(779),
[anon_sym_SEMI] = ACTIONS(781),
[anon_sym_PIPE] = ACTIONS(781),
[anon_sym_SEMI_SEMI] = ACTIONS(779),
[anon_sym_PIPE_AMP] = ACTIONS(779),
[anon_sym_AMP_AMP] = ACTIONS(779),
[anon_sym_PIPE_PIPE] = ACTIONS(779),
[anon_sym_LT] = ACTIONS(781),
[anon_sym_GT] = ACTIONS(781),
[anon_sym_GT_GT] = ACTIONS(779),
[anon_sym_AMP_GT] = ACTIONS(781),
[anon_sym_AMP_GT_GT] = ACTIONS(779),
[anon_sym_LT_AMP] = ACTIONS(779),
[anon_sym_GT_AMP] = ACTIONS(779),
[anon_sym_LT_LT] = ACTIONS(781),
[anon_sym_LT_LT_DASH] = ACTIONS(779),
[anon_sym_LT_LT_LT] = ACTIONS(779),
[sym__special_characters] = ACTIONS(779),
[anon_sym_DQUOTE] = ACTIONS(779),
[anon_sym_DOLLAR] = ACTIONS(781),
[sym_raw_string] = ACTIONS(779),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(779),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(779),
[anon_sym_BQUOTE] = ACTIONS(779),
[anon_sym_LT_LPAREN] = ACTIONS(779),
[anon_sym_GT_LPAREN] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(781),
[sym_word] = ACTIONS(781),
[anon_sym_LF] = ACTIONS(779),
[anon_sym_AMP] = ACTIONS(781),
},
[396] = {
[sym__simple_heredoc_body] = ACTIONS(783),
[sym__heredoc_body_beginning] = ACTIONS(783),
[sym_file_descriptor] = ACTIONS(783),
[sym__concat] = ACTIONS(783),
[ts_builtin_sym_end] = ACTIONS(783),
[anon_sym_SEMI] = ACTIONS(785),
[anon_sym_PIPE] = ACTIONS(785),
[anon_sym_RPAREN] = ACTIONS(783),
[anon_sym_SEMI_SEMI] = ACTIONS(783),
[anon_sym_PIPE_AMP] = ACTIONS(783),
[anon_sym_AMP_AMP] = ACTIONS(783),
[anon_sym_PIPE_PIPE] = ACTIONS(783),
[anon_sym_LT] = ACTIONS(785),
[anon_sym_GT] = ACTIONS(785),
[anon_sym_GT_GT] = ACTIONS(783),
[anon_sym_AMP_GT] = ACTIONS(785),
[anon_sym_AMP_GT_GT] = ACTIONS(783),
[anon_sym_LT_AMP] = ACTIONS(783),
[anon_sym_GT_AMP] = ACTIONS(783),
[anon_sym_LT_LT] = ACTIONS(785),
[anon_sym_LT_LT_DASH] = ACTIONS(783),
[anon_sym_LT_LT_LT] = ACTIONS(783),
[sym__special_characters] = ACTIONS(783),
[anon_sym_DQUOTE] = ACTIONS(783),
[anon_sym_DOLLAR] = ACTIONS(785),
[sym_raw_string] = ACTIONS(783),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(783),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(783),
[anon_sym_BQUOTE] = ACTIONS(783),
[anon_sym_LT_LPAREN] = ACTIONS(783),
[anon_sym_GT_LPAREN] = ACTIONS(783),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(785),
[sym_word] = ACTIONS(785),
[anon_sym_LF] = ACTIONS(783),
[anon_sym_AMP] = ACTIONS(785),
},
[397] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(1602),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[398] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(455),
[anon_sym_DQUOTE] = ACTIONS(1602),
[anon_sym_DOLLAR] = ACTIONS(1604),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[399] = {
[sym__simple_heredoc_body] = ACTIONS(817),
[sym__heredoc_body_beginning] = ACTIONS(817),
[sym_file_descriptor] = ACTIONS(817),
[sym__concat] = ACTIONS(817),
[ts_builtin_sym_end] = ACTIONS(817),
[anon_sym_SEMI] = ACTIONS(819),
[anon_sym_PIPE] = ACTIONS(819),
[anon_sym_RPAREN] = ACTIONS(817),
[anon_sym_SEMI_SEMI] = ACTIONS(817),
[anon_sym_PIPE_AMP] = ACTIONS(817),
[anon_sym_AMP_AMP] = ACTIONS(817),
[anon_sym_PIPE_PIPE] = ACTIONS(817),
[anon_sym_LT] = ACTIONS(819),
[anon_sym_GT] = ACTIONS(819),
[anon_sym_GT_GT] = ACTIONS(817),
[anon_sym_AMP_GT] = ACTIONS(819),
[anon_sym_AMP_GT_GT] = ACTIONS(817),
[anon_sym_LT_AMP] = ACTIONS(817),
[anon_sym_GT_AMP] = ACTIONS(817),
[anon_sym_LT_LT] = ACTIONS(819),
[anon_sym_LT_LT_DASH] = ACTIONS(817),
[anon_sym_LT_LT_LT] = ACTIONS(817),
[sym__special_characters] = ACTIONS(817),
[anon_sym_DQUOTE] = ACTIONS(817),
[anon_sym_DOLLAR] = ACTIONS(819),
[sym_raw_string] = ACTIONS(817),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(817),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(817),
[anon_sym_BQUOTE] = ACTIONS(817),
[anon_sym_LT_LPAREN] = ACTIONS(817),
[anon_sym_GT_LPAREN] = ACTIONS(817),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(819),
[sym_word] = ACTIONS(819),
[anon_sym_LF] = ACTIONS(817),
[anon_sym_AMP] = ACTIONS(819),
},
[400] = {
[sym__simple_heredoc_body] = ACTIONS(821),
[sym__heredoc_body_beginning] = ACTIONS(821),
[sym_file_descriptor] = ACTIONS(821),
[sym__concat] = ACTIONS(821),
[ts_builtin_sym_end] = ACTIONS(821),
[anon_sym_SEMI] = ACTIONS(823),
[anon_sym_PIPE] = ACTIONS(823),
[anon_sym_RPAREN] = ACTIONS(821),
[anon_sym_SEMI_SEMI] = ACTIONS(821),
[anon_sym_PIPE_AMP] = ACTIONS(821),
[anon_sym_AMP_AMP] = ACTIONS(821),
[anon_sym_PIPE_PIPE] = ACTIONS(821),
[anon_sym_LT] = ACTIONS(823),
[anon_sym_GT] = ACTIONS(823),
[anon_sym_GT_GT] = ACTIONS(821),
[anon_sym_AMP_GT] = ACTIONS(823),
[anon_sym_AMP_GT_GT] = ACTIONS(821),
[anon_sym_LT_AMP] = ACTIONS(821),
[anon_sym_GT_AMP] = ACTIONS(821),
[anon_sym_LT_LT] = ACTIONS(823),
[anon_sym_LT_LT_DASH] = ACTIONS(821),
[anon_sym_LT_LT_LT] = ACTIONS(821),
[sym__special_characters] = ACTIONS(821),
[anon_sym_DQUOTE] = ACTIONS(821),
[anon_sym_DOLLAR] = ACTIONS(823),
[sym_raw_string] = ACTIONS(821),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(821),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(821),
[anon_sym_BQUOTE] = ACTIONS(821),
[anon_sym_LT_LPAREN] = ACTIONS(821),
[anon_sym_GT_LPAREN] = ACTIONS(821),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(823),
[sym_word] = ACTIONS(823),
[anon_sym_LF] = ACTIONS(821),
[anon_sym_AMP] = ACTIONS(823),
},
[401] = {
[sym__simple_heredoc_body] = ACTIONS(825),
[sym__heredoc_body_beginning] = ACTIONS(825),
[sym_file_descriptor] = ACTIONS(825),
[sym__concat] = ACTIONS(825),
[ts_builtin_sym_end] = ACTIONS(825),
[anon_sym_SEMI] = ACTIONS(827),
[anon_sym_PIPE] = ACTIONS(827),
[anon_sym_RPAREN] = ACTIONS(825),
[anon_sym_SEMI_SEMI] = ACTIONS(825),
[anon_sym_PIPE_AMP] = ACTIONS(825),
[anon_sym_AMP_AMP] = ACTIONS(825),
[anon_sym_PIPE_PIPE] = ACTIONS(825),
[anon_sym_LT] = ACTIONS(827),
[anon_sym_GT] = ACTIONS(827),
[anon_sym_GT_GT] = ACTIONS(825),
[anon_sym_AMP_GT] = ACTIONS(827),
[anon_sym_AMP_GT_GT] = ACTIONS(825),
[anon_sym_LT_AMP] = ACTIONS(825),
[anon_sym_GT_AMP] = ACTIONS(825),
[anon_sym_LT_LT] = ACTIONS(827),
[anon_sym_LT_LT_DASH] = ACTIONS(825),
[anon_sym_LT_LT_LT] = ACTIONS(825),
[sym__special_characters] = ACTIONS(825),
[anon_sym_DQUOTE] = ACTIONS(825),
[anon_sym_DOLLAR] = ACTIONS(827),
[sym_raw_string] = ACTIONS(825),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(825),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(825),
[anon_sym_BQUOTE] = ACTIONS(825),
[anon_sym_LT_LPAREN] = ACTIONS(825),
[anon_sym_GT_LPAREN] = ACTIONS(825),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(827),
[sym_word] = ACTIONS(827),
[anon_sym_LF] = ACTIONS(825),
[anon_sym_AMP] = ACTIONS(827),
},
[402] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(1606),
[sym_comment] = ACTIONS(57),
},
[403] = {
[sym_subscript] = STATE(828),
[sym_variable_name] = ACTIONS(1608),
[anon_sym_DASH] = ACTIONS(1610),
[anon_sym_DOLLAR] = ACTIONS(1610),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1612),
[anon_sym_STAR] = ACTIONS(1614),
[anon_sym_AT] = ACTIONS(1614),
[anon_sym_QMARK] = ACTIONS(1614),
[anon_sym_0] = ACTIONS(1612),
[anon_sym__] = ACTIONS(1612),
},
[404] = {
[sym_concatenation] = STATE(831),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(831),
[anon_sym_RBRACE] = ACTIONS(1616),
[anon_sym_EQ] = ACTIONS(1618),
[anon_sym_DASH] = ACTIONS(1618),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1620),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(1622),
[anon_sym_COLON] = ACTIONS(1618),
[anon_sym_COLON_QMARK] = ACTIONS(1618),
[anon_sym_COLON_DASH] = ACTIONS(1618),
[anon_sym_PERCENT] = ACTIONS(1618),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[405] = {
[sym_concatenation] = STATE(834),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(834),
[anon_sym_RBRACE] = ACTIONS(1624),
[anon_sym_EQ] = ACTIONS(1626),
[anon_sym_DASH] = ACTIONS(1626),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1628),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(1630),
[anon_sym_COLON] = ACTIONS(1626),
[anon_sym_COLON_QMARK] = ACTIONS(1626),
[anon_sym_COLON_DASH] = ACTIONS(1626),
[anon_sym_PERCENT] = ACTIONS(1626),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[406] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(837),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(1632),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1634),
[anon_sym_SEMI_SEMI] = ACTIONS(1636),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1636),
[anon_sym_AMP] = ACTIONS(1632),
},
[407] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(837),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(1632),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1634),
[anon_sym_SEMI_SEMI] = ACTIONS(1636),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1636),
[anon_sym_AMP] = ACTIONS(1632),
},
[408] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(838),
[sym_for_statement] = STATE(838),
[sym_c_style_for_statement] = STATE(838),
[sym_while_statement] = STATE(838),
[sym_if_statement] = STATE(838),
[sym_case_statement] = STATE(838),
[sym_function_definition] = STATE(838),
[sym_compound_statement] = STATE(838),
[sym_subshell] = STATE(838),
[sym_pipeline] = STATE(838),
[sym_list] = STATE(838),
[sym_negated_command] = STATE(838),
[sym_test_command] = STATE(838),
[sym_declaration_command] = STATE(838),
[sym_unset_command] = STATE(838),
[sym_command] = STATE(838),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(839),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[409] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(841),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(1638),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(1640),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(1634),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1640),
[anon_sym_AMP] = ACTIONS(1638),
},
[410] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(841),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(1638),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(1640),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(1634),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1640),
[anon_sym_AMP] = ACTIONS(1638),
},
[411] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(842),
[sym_for_statement] = STATE(842),
[sym_c_style_for_statement] = STATE(842),
[sym_while_statement] = STATE(842),
[sym_if_statement] = STATE(842),
[sym_case_statement] = STATE(842),
[sym_function_definition] = STATE(842),
[sym_compound_statement] = STATE(842),
[sym_subshell] = STATE(842),
[sym_pipeline] = STATE(842),
[sym_list] = STATE(842),
[sym_negated_command] = STATE(842),
[sym_test_command] = STATE(842),
[sym_declaration_command] = STATE(842),
[sym_unset_command] = STATE(842),
[sym_command] = STATE(842),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(843),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[412] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(846),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(1642),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1644),
[anon_sym_SEMI_SEMI] = ACTIONS(1646),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1646),
[anon_sym_AMP] = ACTIONS(1642),
},
[413] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(846),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(1642),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1644),
[anon_sym_SEMI_SEMI] = ACTIONS(1646),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1646),
[anon_sym_AMP] = ACTIONS(1642),
},
[414] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(847),
[sym_for_statement] = STATE(847),
[sym_c_style_for_statement] = STATE(847),
[sym_while_statement] = STATE(847),
[sym_if_statement] = STATE(847),
[sym_case_statement] = STATE(847),
[sym_function_definition] = STATE(847),
[sym_compound_statement] = STATE(847),
[sym_subshell] = STATE(847),
[sym_pipeline] = STATE(847),
[sym_list] = STATE(847),
[sym_negated_command] = STATE(847),
[sym_test_command] = STATE(847),
[sym_declaration_command] = STATE(847),
[sym_unset_command] = STATE(847),
[sym_command] = STATE(847),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(848),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[415] = {
[sym_concatenation] = STATE(415),
[sym_string] = STATE(124),
[sym_simple_expansion] = STATE(124),
[sym_string_expansion] = STATE(124),
[sym_expansion] = STATE(124),
[sym_command_substitution] = STATE(124),
[sym_process_substitution] = STATE(124),
[aux_sym_unset_command_repeat1] = STATE(415),
[sym__simple_heredoc_body] = ACTIONS(1648),
[sym__heredoc_body_beginning] = ACTIONS(1648),
[sym_file_descriptor] = ACTIONS(1648),
[ts_builtin_sym_end] = ACTIONS(1648),
[anon_sym_SEMI] = ACTIONS(1650),
[anon_sym_PIPE] = ACTIONS(1650),
[anon_sym_SEMI_SEMI] = ACTIONS(1648),
[anon_sym_PIPE_AMP] = ACTIONS(1648),
[anon_sym_AMP_AMP] = ACTIONS(1648),
[anon_sym_PIPE_PIPE] = ACTIONS(1648),
[anon_sym_LT] = ACTIONS(1650),
[anon_sym_GT] = ACTIONS(1650),
[anon_sym_GT_GT] = ACTIONS(1648),
[anon_sym_AMP_GT] = ACTIONS(1650),
[anon_sym_AMP_GT_GT] = ACTIONS(1648),
[anon_sym_LT_AMP] = ACTIONS(1648),
[anon_sym_GT_AMP] = ACTIONS(1648),
[anon_sym_LT_LT] = ACTIONS(1650),
[anon_sym_LT_LT_DASH] = ACTIONS(1648),
[anon_sym_LT_LT_LT] = ACTIONS(1648),
[sym__special_characters] = ACTIONS(1652),
[anon_sym_DQUOTE] = ACTIONS(1655),
[anon_sym_DOLLAR] = ACTIONS(1658),
[sym_raw_string] = ACTIONS(1661),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1664),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1667),
[anon_sym_BQUOTE] = ACTIONS(1670),
[anon_sym_LT_LPAREN] = ACTIONS(1673),
[anon_sym_GT_LPAREN] = ACTIONS(1673),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1676),
[sym_word] = ACTIONS(1679),
[anon_sym_LF] = ACTIONS(1648),
[anon_sym_AMP] = ACTIONS(1650),
},
[416] = {
[sym_string] = STATE(849),
[sym_simple_expansion] = STATE(849),
[sym_string_expansion] = STATE(849),
[sym_expansion] = STATE(849),
[sym_command_substitution] = STATE(849),
[sym_process_substitution] = STATE(849),
[sym__special_characters] = ACTIONS(1682),
[anon_sym_DQUOTE] = ACTIONS(233),
[anon_sym_DOLLAR] = ACTIONS(235),
[sym_raw_string] = ACTIONS(1682),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(239),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(241),
[anon_sym_BQUOTE] = ACTIONS(243),
[anon_sym_LT_LPAREN] = ACTIONS(245),
[anon_sym_GT_LPAREN] = ACTIONS(245),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1682),
},
[417] = {
[aux_sym_concatenation_repeat1] = STATE(850),
[sym_file_descriptor] = ACTIONS(779),
[sym__concat] = ACTIONS(747),
[sym_variable_name] = ACTIONS(779),
[anon_sym_LT] = ACTIONS(781),
[anon_sym_GT] = ACTIONS(781),
[anon_sym_GT_GT] = ACTIONS(779),
[anon_sym_AMP_GT] = ACTIONS(781),
[anon_sym_AMP_GT_GT] = ACTIONS(779),
[anon_sym_LT_AMP] = ACTIONS(779),
[anon_sym_GT_AMP] = ACTIONS(779),
[sym__special_characters] = ACTIONS(779),
[anon_sym_DQUOTE] = ACTIONS(779),
[anon_sym_DOLLAR] = ACTIONS(781),
[sym_raw_string] = ACTIONS(779),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(779),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(779),
[anon_sym_BQUOTE] = ACTIONS(779),
[anon_sym_LT_LPAREN] = ACTIONS(779),
[anon_sym_GT_LPAREN] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(779),
},
[418] = {
[sym_file_descriptor] = ACTIONS(783),
[sym__concat] = ACTIONS(783),
[sym_variable_name] = ACTIONS(783),
[anon_sym_LT] = ACTIONS(785),
[anon_sym_GT] = ACTIONS(785),
[anon_sym_GT_GT] = ACTIONS(783),
[anon_sym_AMP_GT] = ACTIONS(785),
[anon_sym_AMP_GT_GT] = ACTIONS(783),
[anon_sym_LT_AMP] = ACTIONS(783),
[anon_sym_GT_AMP] = ACTIONS(783),
[sym__special_characters] = ACTIONS(783),
[anon_sym_DQUOTE] = ACTIONS(783),
[anon_sym_DOLLAR] = ACTIONS(785),
[sym_raw_string] = ACTIONS(783),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(783),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(783),
[anon_sym_BQUOTE] = ACTIONS(783),
[anon_sym_LT_LPAREN] = ACTIONS(783),
[anon_sym_GT_LPAREN] = ACTIONS(783),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(783),
},
[419] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(1684),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[420] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(455),
[anon_sym_DQUOTE] = ACTIONS(1684),
[anon_sym_DOLLAR] = ACTIONS(1686),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[421] = {
[sym_file_descriptor] = ACTIONS(817),
[sym__concat] = ACTIONS(817),
[sym_variable_name] = ACTIONS(817),
[anon_sym_LT] = ACTIONS(819),
[anon_sym_GT] = ACTIONS(819),
[anon_sym_GT_GT] = ACTIONS(817),
[anon_sym_AMP_GT] = ACTIONS(819),
[anon_sym_AMP_GT_GT] = ACTIONS(817),
[anon_sym_LT_AMP] = ACTIONS(817),
[anon_sym_GT_AMP] = ACTIONS(817),
[sym__special_characters] = ACTIONS(817),
[anon_sym_DQUOTE] = ACTIONS(817),
[anon_sym_DOLLAR] = ACTIONS(819),
[sym_raw_string] = ACTIONS(817),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(817),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(817),
[anon_sym_BQUOTE] = ACTIONS(817),
[anon_sym_LT_LPAREN] = ACTIONS(817),
[anon_sym_GT_LPAREN] = ACTIONS(817),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(817),
},
[422] = {
[sym_file_descriptor] = ACTIONS(821),
[sym__concat] = ACTIONS(821),
[sym_variable_name] = ACTIONS(821),
[anon_sym_LT] = ACTIONS(823),
[anon_sym_GT] = ACTIONS(823),
[anon_sym_GT_GT] = ACTIONS(821),
[anon_sym_AMP_GT] = ACTIONS(823),
[anon_sym_AMP_GT_GT] = ACTIONS(821),
[anon_sym_LT_AMP] = ACTIONS(821),
[anon_sym_GT_AMP] = ACTIONS(821),
[sym__special_characters] = ACTIONS(821),
[anon_sym_DQUOTE] = ACTIONS(821),
[anon_sym_DOLLAR] = ACTIONS(823),
[sym_raw_string] = ACTIONS(821),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(821),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(821),
[anon_sym_BQUOTE] = ACTIONS(821),
[anon_sym_LT_LPAREN] = ACTIONS(821),
[anon_sym_GT_LPAREN] = ACTIONS(821),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(821),
},
[423] = {
[sym_file_descriptor] = ACTIONS(825),
[sym__concat] = ACTIONS(825),
[sym_variable_name] = ACTIONS(825),
[anon_sym_LT] = ACTIONS(827),
[anon_sym_GT] = ACTIONS(827),
[anon_sym_GT_GT] = ACTIONS(825),
[anon_sym_AMP_GT] = ACTIONS(827),
[anon_sym_AMP_GT_GT] = ACTIONS(825),
[anon_sym_LT_AMP] = ACTIONS(825),
[anon_sym_GT_AMP] = ACTIONS(825),
[sym__special_characters] = ACTIONS(825),
[anon_sym_DQUOTE] = ACTIONS(825),
[anon_sym_DOLLAR] = ACTIONS(827),
[sym_raw_string] = ACTIONS(825),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(825),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(825),
[anon_sym_BQUOTE] = ACTIONS(825),
[anon_sym_LT_LPAREN] = ACTIONS(825),
[anon_sym_GT_LPAREN] = ACTIONS(825),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(825),
},
[424] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(1688),
[sym_comment] = ACTIONS(57),
},
[425] = {
[sym_subscript] = STATE(856),
[sym_variable_name] = ACTIONS(1690),
[anon_sym_DASH] = ACTIONS(1692),
[anon_sym_DOLLAR] = ACTIONS(1692),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1694),
[anon_sym_STAR] = ACTIONS(1696),
[anon_sym_AT] = ACTIONS(1696),
[anon_sym_QMARK] = ACTIONS(1696),
[anon_sym_0] = ACTIONS(1694),
[anon_sym__] = ACTIONS(1694),
},
[426] = {
[sym_concatenation] = STATE(859),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(859),
[anon_sym_RBRACE] = ACTIONS(1698),
[anon_sym_EQ] = ACTIONS(1700),
[anon_sym_DASH] = ACTIONS(1700),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1702),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(1704),
[anon_sym_COLON] = ACTIONS(1700),
[anon_sym_COLON_QMARK] = ACTIONS(1700),
[anon_sym_COLON_DASH] = ACTIONS(1700),
[anon_sym_PERCENT] = ACTIONS(1700),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[427] = {
[sym_concatenation] = STATE(862),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(862),
[anon_sym_RBRACE] = ACTIONS(1706),
[anon_sym_EQ] = ACTIONS(1708),
[anon_sym_DASH] = ACTIONS(1708),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1710),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(1712),
[anon_sym_COLON] = ACTIONS(1708),
[anon_sym_COLON_QMARK] = ACTIONS(1708),
[anon_sym_COLON_DASH] = ACTIONS(1708),
[anon_sym_PERCENT] = ACTIONS(1708),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[428] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(865),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(1714),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1716),
[anon_sym_SEMI_SEMI] = ACTIONS(1718),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1718),
[anon_sym_AMP] = ACTIONS(1714),
},
[429] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(865),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(1714),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1716),
[anon_sym_SEMI_SEMI] = ACTIONS(1718),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1718),
[anon_sym_AMP] = ACTIONS(1714),
},
[430] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(866),
[sym_for_statement] = STATE(866),
[sym_c_style_for_statement] = STATE(866),
[sym_while_statement] = STATE(866),
[sym_if_statement] = STATE(866),
[sym_case_statement] = STATE(866),
[sym_function_definition] = STATE(866),
[sym_compound_statement] = STATE(866),
[sym_subshell] = STATE(866),
[sym_pipeline] = STATE(866),
[sym_list] = STATE(866),
[sym_negated_command] = STATE(866),
[sym_test_command] = STATE(866),
[sym_declaration_command] = STATE(866),
[sym_unset_command] = STATE(866),
[sym_command] = STATE(866),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(867),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[431] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(869),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(1720),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(1722),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(1716),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1722),
[anon_sym_AMP] = ACTIONS(1720),
},
[432] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(869),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(1720),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(1722),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(1716),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1722),
[anon_sym_AMP] = ACTIONS(1720),
},
[433] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(870),
[sym_for_statement] = STATE(870),
[sym_c_style_for_statement] = STATE(870),
[sym_while_statement] = STATE(870),
[sym_if_statement] = STATE(870),
[sym_case_statement] = STATE(870),
[sym_function_definition] = STATE(870),
[sym_compound_statement] = STATE(870),
[sym_subshell] = STATE(870),
[sym_pipeline] = STATE(870),
[sym_list] = STATE(870),
[sym_negated_command] = STATE(870),
[sym_test_command] = STATE(870),
[sym_declaration_command] = STATE(870),
[sym_unset_command] = STATE(870),
[sym_command] = STATE(870),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(871),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[434] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(874),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(1724),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1726),
[anon_sym_SEMI_SEMI] = ACTIONS(1728),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1728),
[anon_sym_AMP] = ACTIONS(1724),
},
[435] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(874),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(1724),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1726),
[anon_sym_SEMI_SEMI] = ACTIONS(1728),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1728),
[anon_sym_AMP] = ACTIONS(1724),
},
[436] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(875),
[sym_for_statement] = STATE(875),
[sym_c_style_for_statement] = STATE(875),
[sym_while_statement] = STATE(875),
[sym_if_statement] = STATE(875),
[sym_case_statement] = STATE(875),
[sym_function_definition] = STATE(875),
[sym_compound_statement] = STATE(875),
[sym_subshell] = STATE(875),
[sym_pipeline] = STATE(875),
[sym_list] = STATE(875),
[sym_negated_command] = STATE(875),
[sym_test_command] = STATE(875),
[sym_declaration_command] = STATE(875),
[sym_unset_command] = STATE(875),
[sym_command] = STATE(875),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(876),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[437] = {
[sym__simple_heredoc_body] = ACTIONS(1730),
[sym__heredoc_body_beginning] = ACTIONS(1730),
[sym_file_descriptor] = ACTIONS(1730),
[sym__concat] = ACTIONS(1730),
[ts_builtin_sym_end] = ACTIONS(1730),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_PIPE] = ACTIONS(1732),
[anon_sym_RPAREN] = ACTIONS(1730),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[anon_sym_PIPE_AMP] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_EQ_TILDE] = ACTIONS(1732),
[anon_sym_EQ_EQ] = ACTIONS(1732),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_GT_GT] = ACTIONS(1730),
[anon_sym_AMP_GT] = ACTIONS(1732),
[anon_sym_AMP_GT_GT] = ACTIONS(1730),
[anon_sym_LT_AMP] = ACTIONS(1730),
[anon_sym_GT_AMP] = ACTIONS(1730),
[anon_sym_LT_LT] = ACTIONS(1732),
[anon_sym_LT_LT_DASH] = ACTIONS(1730),
[anon_sym_LT_LT_LT] = ACTIONS(1730),
[sym__special_characters] = ACTIONS(1730),
[anon_sym_DQUOTE] = ACTIONS(1730),
[anon_sym_DOLLAR] = ACTIONS(1732),
[sym_raw_string] = ACTIONS(1730),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1730),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[anon_sym_LT_LPAREN] = ACTIONS(1730),
[anon_sym_GT_LPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1732),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1732),
},
[438] = {
[aux_sym_concatenation_repeat1] = STATE(438),
[sym__simple_heredoc_body] = ACTIONS(1730),
[sym__heredoc_body_beginning] = ACTIONS(1730),
[sym_file_descriptor] = ACTIONS(1730),
[sym__concat] = ACTIONS(1734),
[ts_builtin_sym_end] = ACTIONS(1730),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_PIPE] = ACTIONS(1732),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[anon_sym_PIPE_AMP] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_EQ_TILDE] = ACTIONS(1732),
[anon_sym_EQ_EQ] = ACTIONS(1732),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_GT_GT] = ACTIONS(1730),
[anon_sym_AMP_GT] = ACTIONS(1732),
[anon_sym_AMP_GT_GT] = ACTIONS(1730),
[anon_sym_LT_AMP] = ACTIONS(1730),
[anon_sym_GT_AMP] = ACTIONS(1730),
[anon_sym_LT_LT] = ACTIONS(1732),
[anon_sym_LT_LT_DASH] = ACTIONS(1730),
[anon_sym_LT_LT_LT] = ACTIONS(1730),
[sym__special_characters] = ACTIONS(1730),
[anon_sym_DQUOTE] = ACTIONS(1730),
[anon_sym_DOLLAR] = ACTIONS(1732),
[sym_raw_string] = ACTIONS(1730),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1730),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[anon_sym_LT_LPAREN] = ACTIONS(1730),
[anon_sym_GT_LPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1732),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1732),
},
[439] = {
[sym__concat] = ACTIONS(817),
[anon_sym_DQUOTE] = ACTIONS(819),
[anon_sym_DOLLAR] = ACTIONS(819),
[sym__string_content] = ACTIONS(817),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(819),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(819),
[anon_sym_BQUOTE] = ACTIONS(819),
[sym_comment] = ACTIONS(265),
},
[440] = {
[sym__simple_heredoc_body] = ACTIONS(1737),
[sym__heredoc_body_beginning] = ACTIONS(1737),
[sym_file_descriptor] = ACTIONS(1737),
[sym__concat] = ACTIONS(1737),
[ts_builtin_sym_end] = ACTIONS(1737),
[anon_sym_SEMI] = ACTIONS(1739),
[anon_sym_PIPE] = ACTIONS(1739),
[anon_sym_RPAREN] = ACTIONS(1737),
[anon_sym_SEMI_SEMI] = ACTIONS(1737),
[anon_sym_PIPE_AMP] = ACTIONS(1737),
[anon_sym_AMP_AMP] = ACTIONS(1737),
[anon_sym_PIPE_PIPE] = ACTIONS(1737),
[anon_sym_EQ_TILDE] = ACTIONS(1739),
[anon_sym_EQ_EQ] = ACTIONS(1739),
[anon_sym_LT] = ACTIONS(1739),
[anon_sym_GT] = ACTIONS(1739),
[anon_sym_GT_GT] = ACTIONS(1737),
[anon_sym_AMP_GT] = ACTIONS(1739),
[anon_sym_AMP_GT_GT] = ACTIONS(1737),
[anon_sym_LT_AMP] = ACTIONS(1737),
[anon_sym_GT_AMP] = ACTIONS(1737),
[anon_sym_LT_LT] = ACTIONS(1739),
[anon_sym_LT_LT_DASH] = ACTIONS(1737),
[anon_sym_LT_LT_LT] = ACTIONS(1737),
[sym__special_characters] = ACTIONS(1737),
[anon_sym_DQUOTE] = ACTIONS(1737),
[anon_sym_DOLLAR] = ACTIONS(1739),
[sym_raw_string] = ACTIONS(1737),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1737),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1737),
[anon_sym_BQUOTE] = ACTIONS(1737),
[anon_sym_LT_LPAREN] = ACTIONS(1737),
[anon_sym_GT_LPAREN] = ACTIONS(1737),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1739),
[anon_sym_LF] = ACTIONS(1737),
[anon_sym_AMP] = ACTIONS(1739),
},
[441] = {
[sym__concat] = ACTIONS(1741),
[anon_sym_DQUOTE] = ACTIONS(1743),
[anon_sym_DOLLAR] = ACTIONS(1743),
[sym__string_content] = ACTIONS(1745),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1743),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1743),
[anon_sym_BQUOTE] = ACTIONS(1743),
[sym_comment] = ACTIONS(265),
},
[442] = {
[sym__concat] = ACTIONS(825),
[anon_sym_DQUOTE] = ACTIONS(827),
[anon_sym_DOLLAR] = ACTIONS(827),
[sym__string_content] = ACTIONS(825),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(827),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(827),
[anon_sym_BQUOTE] = ACTIONS(827),
[sym_comment] = ACTIONS(265),
},
[443] = {
[anon_sym_DQUOTE] = ACTIONS(1743),
[anon_sym_DOLLAR] = ACTIONS(1743),
[sym__string_content] = ACTIONS(1745),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1743),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1743),
[anon_sym_BQUOTE] = ACTIONS(1743),
[sym_comment] = ACTIONS(265),
},
[444] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(1747),
[sym_comment] = ACTIONS(57),
},
[445] = {
[sym_subscript] = STATE(881),
[sym_variable_name] = ACTIONS(1749),
[anon_sym_DASH] = ACTIONS(1751),
[anon_sym_DOLLAR] = ACTIONS(1751),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1753),
[anon_sym_STAR] = ACTIONS(1755),
[anon_sym_AT] = ACTIONS(1755),
[anon_sym_QMARK] = ACTIONS(1755),
[anon_sym_0] = ACTIONS(1753),
[anon_sym__] = ACTIONS(1753),
},
[446] = {
[sym_concatenation] = STATE(884),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(884),
[anon_sym_RBRACE] = ACTIONS(1757),
[anon_sym_EQ] = ACTIONS(1759),
[anon_sym_DASH] = ACTIONS(1759),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1761),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(1763),
[anon_sym_COLON] = ACTIONS(1759),
[anon_sym_COLON_QMARK] = ACTIONS(1759),
[anon_sym_COLON_DASH] = ACTIONS(1759),
[anon_sym_PERCENT] = ACTIONS(1759),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[447] = {
[sym_concatenation] = STATE(887),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(887),
[anon_sym_RBRACE] = ACTIONS(1765),
[anon_sym_EQ] = ACTIONS(1767),
[anon_sym_DASH] = ACTIONS(1767),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1769),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(1771),
[anon_sym_COLON] = ACTIONS(1767),
[anon_sym_COLON_QMARK] = ACTIONS(1767),
[anon_sym_COLON_DASH] = ACTIONS(1767),
[anon_sym_PERCENT] = ACTIONS(1767),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[448] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(890),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(1773),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1775),
[anon_sym_SEMI_SEMI] = ACTIONS(1777),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1777),
[anon_sym_AMP] = ACTIONS(1773),
},
[449] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(890),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(1773),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1775),
[anon_sym_SEMI_SEMI] = ACTIONS(1777),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1777),
[anon_sym_AMP] = ACTIONS(1773),
},
[450] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(891),
[sym_for_statement] = STATE(891),
[sym_c_style_for_statement] = STATE(891),
[sym_while_statement] = STATE(891),
[sym_if_statement] = STATE(891),
[sym_case_statement] = STATE(891),
[sym_function_definition] = STATE(891),
[sym_compound_statement] = STATE(891),
[sym_subshell] = STATE(891),
[sym_pipeline] = STATE(891),
[sym_list] = STATE(891),
[sym_negated_command] = STATE(891),
[sym_test_command] = STATE(891),
[sym_declaration_command] = STATE(891),
[sym_unset_command] = STATE(891),
[sym_command] = STATE(891),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(892),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[451] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(894),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(1779),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(1781),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(1775),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1781),
[anon_sym_AMP] = ACTIONS(1779),
},
[452] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(894),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(1779),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(1781),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(1775),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1781),
[anon_sym_AMP] = ACTIONS(1779),
},
[453] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(895),
[sym_for_statement] = STATE(895),
[sym_c_style_for_statement] = STATE(895),
[sym_while_statement] = STATE(895),
[sym_if_statement] = STATE(895),
[sym_case_statement] = STATE(895),
[sym_function_definition] = STATE(895),
[sym_compound_statement] = STATE(895),
[sym_subshell] = STATE(895),
[sym_pipeline] = STATE(895),
[sym_list] = STATE(895),
[sym_negated_command] = STATE(895),
[sym_test_command] = STATE(895),
[sym_declaration_command] = STATE(895),
[sym_unset_command] = STATE(895),
[sym_command] = STATE(895),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(896),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[454] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(1783),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[455] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(455),
[anon_sym_DQUOTE] = ACTIONS(1743),
[anon_sym_DOLLAR] = ACTIONS(1785),
[sym__string_content] = ACTIONS(1788),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1791),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1794),
[anon_sym_BQUOTE] = ACTIONS(1797),
[sym_comment] = ACTIONS(265),
},
[456] = {
[sym_concatenation] = STATE(901),
[sym_string] = STATE(900),
[sym_simple_expansion] = STATE(900),
[sym_string_expansion] = STATE(900),
[sym_expansion] = STATE(900),
[sym_command_substitution] = STATE(900),
[sym_process_substitution] = STATE(900),
[sym__special_characters] = ACTIONS(1800),
[anon_sym_DQUOTE] = ACTIONS(153),
[anon_sym_DOLLAR] = ACTIONS(155),
[sym_raw_string] = ACTIONS(1802),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(159),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(161),
[anon_sym_BQUOTE] = ACTIONS(163),
[anon_sym_LT_LPAREN] = ACTIONS(165),
[anon_sym_GT_LPAREN] = ACTIONS(165),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1802),
},
[457] = {
[sym_concatenation] = STATE(911),
[sym_string] = STATE(906),
[sym_simple_expansion] = STATE(906),
[sym_string_expansion] = STATE(906),
[sym_expansion] = STATE(906),
[sym_command_substitution] = STATE(906),
[sym_process_substitution] = STATE(906),
[anon_sym_RBRACE] = ACTIONS(1804),
[sym__special_characters] = ACTIONS(1806),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(1812),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1812),
},
[458] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(1822),
[sym_comment] = ACTIONS(57),
},
[459] = {
[sym_concatenation] = STATE(915),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(915),
[anon_sym_RBRACE] = ACTIONS(1824),
[anon_sym_EQ] = ACTIONS(1826),
[anon_sym_DASH] = ACTIONS(1826),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1828),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(1830),
[anon_sym_COLON] = ACTIONS(1826),
[anon_sym_COLON_QMARK] = ACTIONS(1826),
[anon_sym_COLON_DASH] = ACTIONS(1826),
[anon_sym_PERCENT] = ACTIONS(1826),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[460] = {
[sym_concatenation] = STATE(917),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(917),
[anon_sym_RBRACE] = ACTIONS(1804),
[anon_sym_EQ] = ACTIONS(1832),
[anon_sym_DASH] = ACTIONS(1832),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1834),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(1836),
[anon_sym_COLON] = ACTIONS(1832),
[anon_sym_COLON_QMARK] = ACTIONS(1832),
[anon_sym_COLON_DASH] = ACTIONS(1832),
[anon_sym_PERCENT] = ACTIONS(1832),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[461] = {
[sym__simple_heredoc_body] = ACTIONS(1838),
[sym__heredoc_body_beginning] = ACTIONS(1838),
[sym_file_descriptor] = ACTIONS(1838),
[sym__concat] = ACTIONS(1838),
[ts_builtin_sym_end] = ACTIONS(1838),
[anon_sym_SEMI] = ACTIONS(1840),
[anon_sym_PIPE] = ACTIONS(1840),
[anon_sym_RPAREN] = ACTIONS(1838),
[anon_sym_SEMI_SEMI] = ACTIONS(1838),
[anon_sym_PIPE_AMP] = ACTIONS(1838),
[anon_sym_AMP_AMP] = ACTIONS(1838),
[anon_sym_PIPE_PIPE] = ACTIONS(1838),
[anon_sym_EQ_TILDE] = ACTIONS(1840),
[anon_sym_EQ_EQ] = ACTIONS(1840),
[anon_sym_LT] = ACTIONS(1840),
[anon_sym_GT] = ACTIONS(1840),
[anon_sym_GT_GT] = ACTIONS(1838),
[anon_sym_AMP_GT] = ACTIONS(1840),
[anon_sym_AMP_GT_GT] = ACTIONS(1838),
[anon_sym_LT_AMP] = ACTIONS(1838),
[anon_sym_GT_AMP] = ACTIONS(1838),
[anon_sym_LT_LT] = ACTIONS(1840),
[anon_sym_LT_LT_DASH] = ACTIONS(1838),
[anon_sym_LT_LT_LT] = ACTIONS(1838),
[sym__special_characters] = ACTIONS(1838),
[anon_sym_DQUOTE] = ACTIONS(1838),
[anon_sym_DOLLAR] = ACTIONS(1840),
[sym_raw_string] = ACTIONS(1838),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1838),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1838),
[anon_sym_BQUOTE] = ACTIONS(1838),
[anon_sym_LT_LPAREN] = ACTIONS(1838),
[anon_sym_GT_LPAREN] = ACTIONS(1838),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1840),
[anon_sym_LF] = ACTIONS(1838),
[anon_sym_AMP] = ACTIONS(1840),
},
[462] = {
[aux_sym_concatenation_repeat1] = STATE(919),
[sym__concat] = ACTIONS(1842),
[anon_sym_RBRACE] = ACTIONS(1844),
[anon_sym_EQ] = ACTIONS(1846),
[anon_sym_DASH] = ACTIONS(1846),
[sym__special_characters] = ACTIONS(1846),
[anon_sym_DQUOTE] = ACTIONS(1844),
[anon_sym_DOLLAR] = ACTIONS(1846),
[sym_raw_string] = ACTIONS(1844),
[anon_sym_POUND] = ACTIONS(1844),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1844),
[anon_sym_COLON] = ACTIONS(1846),
[anon_sym_COLON_QMARK] = ACTIONS(1846),
[anon_sym_COLON_DASH] = ACTIONS(1846),
[anon_sym_PERCENT] = ACTIONS(1846),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1844),
[anon_sym_BQUOTE] = ACTIONS(1844),
[anon_sym_LT_LPAREN] = ACTIONS(1844),
[anon_sym_GT_LPAREN] = ACTIONS(1844),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(1846),
},
[463] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(922),
[anon_sym_DQUOTE] = ACTIONS(1848),
[anon_sym_DOLLAR] = ACTIONS(1850),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[464] = {
[sym_string] = STATE(924),
[anon_sym_DASH] = ACTIONS(1852),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(1852),
[sym_raw_string] = ACTIONS(1854),
[anon_sym_POUND] = ACTIONS(1852),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1856),
[anon_sym_STAR] = ACTIONS(1858),
[anon_sym_AT] = ACTIONS(1858),
[anon_sym_QMARK] = ACTIONS(1858),
[anon_sym_0] = ACTIONS(1856),
[anon_sym__] = ACTIONS(1856),
},
[465] = {
[aux_sym_concatenation_repeat1] = STATE(919),
[sym__concat] = ACTIONS(1842),
[anon_sym_RBRACE] = ACTIONS(1860),
[anon_sym_EQ] = ACTIONS(1862),
[anon_sym_DASH] = ACTIONS(1862),
[sym__special_characters] = ACTIONS(1862),
[anon_sym_DQUOTE] = ACTIONS(1860),
[anon_sym_DOLLAR] = ACTIONS(1862),
[sym_raw_string] = ACTIONS(1860),
[anon_sym_POUND] = ACTIONS(1860),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1860),
[anon_sym_COLON] = ACTIONS(1862),
[anon_sym_COLON_QMARK] = ACTIONS(1862),
[anon_sym_COLON_DASH] = ACTIONS(1862),
[anon_sym_PERCENT] = ACTIONS(1862),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1860),
[anon_sym_BQUOTE] = ACTIONS(1860),
[anon_sym_LT_LPAREN] = ACTIONS(1860),
[anon_sym_GT_LPAREN] = ACTIONS(1860),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(1862),
},
[466] = {
[sym_subscript] = STATE(929),
[sym_variable_name] = ACTIONS(1864),
[anon_sym_BANG] = ACTIONS(1866),
[anon_sym_DASH] = ACTIONS(1868),
[anon_sym_DOLLAR] = ACTIONS(1868),
[anon_sym_POUND] = ACTIONS(1866),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1870),
[anon_sym_STAR] = ACTIONS(1872),
[anon_sym_AT] = ACTIONS(1872),
[anon_sym_QMARK] = ACTIONS(1872),
[anon_sym_0] = ACTIONS(1870),
[anon_sym__] = ACTIONS(1870),
},
[467] = {
[sym_concatenation] = STATE(932),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(932),
[sym_regex] = ACTIONS(1874),
[anon_sym_RBRACE] = ACTIONS(1876),
[anon_sym_EQ] = ACTIONS(1878),
[anon_sym_DASH] = ACTIONS(1878),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1880),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1878),
[anon_sym_COLON_QMARK] = ACTIONS(1878),
[anon_sym_COLON_DASH] = ACTIONS(1878),
[anon_sym_PERCENT] = ACTIONS(1878),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[468] = {
[sym__terminated_statement] = STATE(935),
[sym_redirected_statement] = STATE(933),
[sym_for_statement] = STATE(933),
[sym_c_style_for_statement] = STATE(933),
[sym_while_statement] = STATE(933),
[sym_if_statement] = STATE(933),
[sym_case_statement] = STATE(933),
[sym_function_definition] = STATE(933),
[sym_compound_statement] = STATE(933),
[sym_subshell] = STATE(933),
[sym_pipeline] = STATE(933),
[sym_list] = STATE(933),
[sym_negated_command] = STATE(933),
[sym_test_command] = STATE(933),
[sym_declaration_command] = STATE(933),
[sym_unset_command] = STATE(933),
[sym_command] = STATE(933),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(934),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(935),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[469] = {
[sym__terminated_statement] = STATE(938),
[sym_redirected_statement] = STATE(936),
[sym_for_statement] = STATE(936),
[sym_c_style_for_statement] = STATE(936),
[sym_while_statement] = STATE(936),
[sym_if_statement] = STATE(936),
[sym_case_statement] = STATE(936),
[sym_function_definition] = STATE(936),
[sym_compound_statement] = STATE(936),
[sym_subshell] = STATE(936),
[sym_pipeline] = STATE(936),
[sym_list] = STATE(936),
[sym_negated_command] = STATE(936),
[sym_test_command] = STATE(936),
[sym_declaration_command] = STATE(936),
[sym_unset_command] = STATE(936),
[sym_command] = STATE(936),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(937),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(938),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[470] = {
[sym__terminated_statement] = STATE(941),
[sym_redirected_statement] = STATE(939),
[sym_for_statement] = STATE(939),
[sym_c_style_for_statement] = STATE(939),
[sym_while_statement] = STATE(939),
[sym_if_statement] = STATE(939),
[sym_case_statement] = STATE(939),
[sym_function_definition] = STATE(939),
[sym_compound_statement] = STATE(939),
[sym_subshell] = STATE(939),
[sym_pipeline] = STATE(939),
[sym_list] = STATE(939),
[sym_negated_command] = STATE(939),
[sym_test_command] = STATE(939),
[sym_declaration_command] = STATE(939),
[sym_unset_command] = STATE(939),
[sym_command] = STATE(939),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(940),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(941),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[471] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(1876),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[472] = {
[sym__simple_heredoc_body] = ACTIONS(1886),
[sym__heredoc_body_beginning] = ACTIONS(1886),
[sym_file_descriptor] = ACTIONS(1886),
[sym__concat] = ACTIONS(1886),
[ts_builtin_sym_end] = ACTIONS(1886),
[anon_sym_SEMI] = ACTIONS(1888),
[anon_sym_PIPE] = ACTIONS(1888),
[anon_sym_RPAREN] = ACTIONS(1886),
[anon_sym_SEMI_SEMI] = ACTIONS(1886),
[anon_sym_PIPE_AMP] = ACTIONS(1886),
[anon_sym_AMP_AMP] = ACTIONS(1886),
[anon_sym_PIPE_PIPE] = ACTIONS(1886),
[anon_sym_EQ_TILDE] = ACTIONS(1888),
[anon_sym_EQ_EQ] = ACTIONS(1888),
[anon_sym_LT] = ACTIONS(1888),
[anon_sym_GT] = ACTIONS(1888),
[anon_sym_GT_GT] = ACTIONS(1886),
[anon_sym_AMP_GT] = ACTIONS(1888),
[anon_sym_AMP_GT_GT] = ACTIONS(1886),
[anon_sym_LT_AMP] = ACTIONS(1886),
[anon_sym_GT_AMP] = ACTIONS(1886),
[anon_sym_LT_LT] = ACTIONS(1888),
[anon_sym_LT_LT_DASH] = ACTIONS(1886),
[anon_sym_LT_LT_LT] = ACTIONS(1886),
[sym__special_characters] = ACTIONS(1886),
[anon_sym_DQUOTE] = ACTIONS(1886),
[anon_sym_DOLLAR] = ACTIONS(1888),
[sym_raw_string] = ACTIONS(1886),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1886),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1886),
[anon_sym_BQUOTE] = ACTIONS(1886),
[anon_sym_LT_LPAREN] = ACTIONS(1886),
[anon_sym_GT_LPAREN] = ACTIONS(1886),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1888),
[anon_sym_LF] = ACTIONS(1886),
[anon_sym_AMP] = ACTIONS(1888),
},
[473] = {
[sym_concatenation] = STATE(917),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(917),
[sym_regex] = ACTIONS(1890),
[anon_sym_RBRACE] = ACTIONS(1804),
[anon_sym_EQ] = ACTIONS(1832),
[anon_sym_DASH] = ACTIONS(1832),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1834),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1832),
[anon_sym_COLON_QMARK] = ACTIONS(1832),
[anon_sym_COLON_DASH] = ACTIONS(1832),
[anon_sym_PERCENT] = ACTIONS(1832),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[474] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(1804),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[475] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(1892),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[476] = {
[sym__simple_heredoc_body] = ACTIONS(1894),
[sym__heredoc_body_beginning] = ACTIONS(1894),
[sym_file_descriptor] = ACTIONS(1894),
[sym__concat] = ACTIONS(1894),
[ts_builtin_sym_end] = ACTIONS(1894),
[anon_sym_SEMI] = ACTIONS(1896),
[anon_sym_PIPE] = ACTIONS(1896),
[anon_sym_RPAREN] = ACTIONS(1894),
[anon_sym_SEMI_SEMI] = ACTIONS(1894),
[anon_sym_PIPE_AMP] = ACTIONS(1894),
[anon_sym_AMP_AMP] = ACTIONS(1894),
[anon_sym_PIPE_PIPE] = ACTIONS(1894),
[anon_sym_EQ_TILDE] = ACTIONS(1896),
[anon_sym_EQ_EQ] = ACTIONS(1896),
[anon_sym_LT] = ACTIONS(1896),
[anon_sym_GT] = ACTIONS(1896),
[anon_sym_GT_GT] = ACTIONS(1894),
[anon_sym_AMP_GT] = ACTIONS(1896),
[anon_sym_AMP_GT_GT] = ACTIONS(1894),
[anon_sym_LT_AMP] = ACTIONS(1894),
[anon_sym_GT_AMP] = ACTIONS(1894),
[anon_sym_LT_LT] = ACTIONS(1896),
[anon_sym_LT_LT_DASH] = ACTIONS(1894),
[anon_sym_LT_LT_LT] = ACTIONS(1894),
[sym__special_characters] = ACTIONS(1894),
[anon_sym_DQUOTE] = ACTIONS(1894),
[anon_sym_DOLLAR] = ACTIONS(1896),
[sym_raw_string] = ACTIONS(1894),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1894),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1894),
[anon_sym_BQUOTE] = ACTIONS(1894),
[anon_sym_LT_LPAREN] = ACTIONS(1894),
[anon_sym_GT_LPAREN] = ACTIONS(1894),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1896),
[anon_sym_LF] = ACTIONS(1894),
[anon_sym_AMP] = ACTIONS(1896),
},
[477] = {
[anon_sym_SEMI] = ACTIONS(1898),
[anon_sym_RPAREN] = ACTIONS(1892),
[anon_sym_SEMI_SEMI] = ACTIONS(1900),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1900),
[anon_sym_AMP] = ACTIONS(1900),
},
[478] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(947),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(1902),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1892),
[anon_sym_SEMI_SEMI] = ACTIONS(1904),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1904),
[anon_sym_AMP] = ACTIONS(1902),
},
[479] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(947),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(1902),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1892),
[anon_sym_SEMI_SEMI] = ACTIONS(1904),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1904),
[anon_sym_AMP] = ACTIONS(1902),
},
[480] = {
[sym_variable_assignment] = STATE(666),
[sym_subscript] = STATE(261),
[sym_concatenation] = STATE(666),
[sym_string] = STATE(260),
[sym_simple_expansion] = STATE(260),
[sym_string_expansion] = STATE(260),
[sym_expansion] = STATE(260),
[sym_command_substitution] = STATE(260),
[sym_process_substitution] = STATE(260),
[aux_sym_declaration_command_repeat1] = STATE(666),
[sym__simple_heredoc_body] = ACTIONS(701),
[sym__heredoc_body_beginning] = ACTIONS(701),
[sym_file_descriptor] = ACTIONS(701),
[sym_variable_name] = ACTIONS(475),
[anon_sym_SEMI] = ACTIONS(703),
[anon_sym_PIPE] = ACTIONS(703),
[anon_sym_SEMI_SEMI] = ACTIONS(701),
[anon_sym_PIPE_AMP] = ACTIONS(701),
[anon_sym_AMP_AMP] = ACTIONS(701),
[anon_sym_PIPE_PIPE] = ACTIONS(701),
[anon_sym_LT] = ACTIONS(703),
[anon_sym_GT] = ACTIONS(703),
[anon_sym_GT_GT] = ACTIONS(701),
[anon_sym_AMP_GT] = ACTIONS(703),
[anon_sym_AMP_GT_GT] = ACTIONS(701),
[anon_sym_LT_AMP] = ACTIONS(701),
[anon_sym_GT_AMP] = ACTIONS(701),
[anon_sym_LT_LT] = ACTIONS(703),
[anon_sym_LT_LT_DASH] = ACTIONS(701),
[anon_sym_LT_LT_LT] = ACTIONS(701),
[sym__special_characters] = ACTIONS(477),
[anon_sym_DQUOTE] = ACTIONS(189),
[anon_sym_DOLLAR] = ACTIONS(191),
[sym_raw_string] = ACTIONS(479),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(195),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(197),
[anon_sym_BQUOTE] = ACTIONS(701),
[anon_sym_LT_LPAREN] = ACTIONS(201),
[anon_sym_GT_LPAREN] = ACTIONS(201),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1295),
[sym_word] = ACTIONS(483),
[anon_sym_LF] = ACTIONS(701),
[anon_sym_AMP] = ACTIONS(703),
},
[481] = {
[sym_concatenation] = STATE(668),
[sym_string] = STATE(264),
[sym_simple_expansion] = STATE(264),
[sym_string_expansion] = STATE(264),
[sym_expansion] = STATE(264),
[sym_command_substitution] = STATE(264),
[sym_process_substitution] = STATE(264),
[aux_sym_unset_command_repeat1] = STATE(668),
[sym__simple_heredoc_body] = ACTIONS(739),
[sym__heredoc_body_beginning] = ACTIONS(739),
[sym_file_descriptor] = ACTIONS(739),
[anon_sym_SEMI] = ACTIONS(741),
[anon_sym_PIPE] = ACTIONS(741),
[anon_sym_SEMI_SEMI] = ACTIONS(739),
[anon_sym_PIPE_AMP] = ACTIONS(739),
[anon_sym_AMP_AMP] = ACTIONS(739),
[anon_sym_PIPE_PIPE] = ACTIONS(739),
[anon_sym_LT] = ACTIONS(741),
[anon_sym_GT] = ACTIONS(741),
[anon_sym_GT_GT] = ACTIONS(739),
[anon_sym_AMP_GT] = ACTIONS(741),
[anon_sym_AMP_GT_GT] = ACTIONS(739),
[anon_sym_LT_AMP] = ACTIONS(739),
[anon_sym_GT_AMP] = ACTIONS(739),
[anon_sym_LT_LT] = ACTIONS(741),
[anon_sym_LT_LT_DASH] = ACTIONS(739),
[anon_sym_LT_LT_LT] = ACTIONS(739),
[sym__special_characters] = ACTIONS(485),
[anon_sym_DQUOTE] = ACTIONS(213),
[anon_sym_DOLLAR] = ACTIONS(215),
[sym_raw_string] = ACTIONS(487),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(219),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(221),
[anon_sym_BQUOTE] = ACTIONS(739),
[anon_sym_LT_LPAREN] = ACTIONS(225),
[anon_sym_GT_LPAREN] = ACTIONS(225),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1297),
[sym_word] = ACTIONS(491),
[anon_sym_LF] = ACTIONS(739),
[anon_sym_AMP] = ACTIONS(741),
},
[482] = {
[anon_sym_LT] = ACTIONS(1906),
[anon_sym_GT] = ACTIONS(1906),
[anon_sym_GT_GT] = ACTIONS(1908),
[anon_sym_AMP_GT] = ACTIONS(1906),
[anon_sym_AMP_GT_GT] = ACTIONS(1908),
[anon_sym_LT_AMP] = ACTIONS(1908),
[anon_sym_GT_AMP] = ACTIONS(1908),
[sym_comment] = ACTIONS(57),
},
[483] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(1892),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[484] = {
[sym_redirected_statement] = STATE(949),
[sym_for_statement] = STATE(949),
[sym_c_style_for_statement] = STATE(949),
[sym_while_statement] = STATE(949),
[sym_if_statement] = STATE(949),
[sym_case_statement] = STATE(949),
[sym_function_definition] = STATE(949),
[sym_compound_statement] = STATE(949),
[sym_subshell] = STATE(949),
[sym_pipeline] = STATE(949),
[sym_list] = STATE(949),
[sym_negated_command] = STATE(949),
[sym_test_command] = STATE(949),
[sym_declaration_command] = STATE(949),
[sym_unset_command] = STATE(949),
[sym_command] = STATE(949),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(950),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[485] = {
[sym_redirected_statement] = STATE(951),
[sym_for_statement] = STATE(951),
[sym_c_style_for_statement] = STATE(951),
[sym_while_statement] = STATE(951),
[sym_if_statement] = STATE(951),
[sym_case_statement] = STATE(951),
[sym_function_definition] = STATE(951),
[sym_compound_statement] = STATE(951),
[sym_subshell] = STATE(951),
[sym_pipeline] = STATE(951),
[sym_list] = STATE(951),
[sym_negated_command] = STATE(951),
[sym_test_command] = STATE(951),
[sym_declaration_command] = STATE(951),
[sym_unset_command] = STATE(951),
[sym_command] = STATE(951),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(952),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[486] = {
[sym_concatenation] = STATE(513),
[sym_string] = STATE(954),
[sym_simple_expansion] = STATE(954),
[sym_string_expansion] = STATE(954),
[sym_expansion] = STATE(954),
[sym_command_substitution] = STATE(954),
[sym_process_substitution] = STATE(954),
[sym__special_characters] = ACTIONS(1910),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(1912),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1912),
},
[487] = {
[sym_concatenation] = STATE(517),
[sym_string] = STATE(956),
[sym_simple_expansion] = STATE(956),
[sym_string_expansion] = STATE(956),
[sym_expansion] = STATE(956),
[sym_command_substitution] = STATE(956),
[sym_process_substitution] = STATE(956),
[sym__special_characters] = ACTIONS(1914),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(1916),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1916),
},
[488] = {
[anon_sym_SEMI] = ACTIONS(1918),
[anon_sym_SEMI_SEMI] = ACTIONS(1920),
[anon_sym_BQUOTE] = ACTIONS(1892),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1920),
[anon_sym_AMP] = ACTIONS(1920),
},
[489] = {
[sym_file_redirect] = STATE(958),
[sym_heredoc_redirect] = STATE(958),
[sym_herestring_redirect] = STATE(958),
[aux_sym_redirected_statement_repeat1] = STATE(958),
[sym__simple_heredoc_body] = ACTIONS(951),
[sym__heredoc_body_beginning] = ACTIONS(951),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(953),
[anon_sym_PIPE] = ACTIONS(953),
[anon_sym_SEMI_SEMI] = ACTIONS(951),
[anon_sym_PIPE_AMP] = ACTIONS(951),
[anon_sym_AMP_AMP] = ACTIONS(951),
[anon_sym_PIPE_PIPE] = ACTIONS(951),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(951),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(951),
[anon_sym_AMP] = ACTIONS(953),
},
[490] = {
[sym_concatenation] = STATE(685),
[sym_string] = STATE(279),
[sym_simple_expansion] = STATE(279),
[sym_string_expansion] = STATE(279),
[sym_expansion] = STATE(279),
[sym_command_substitution] = STATE(279),
[sym_process_substitution] = STATE(279),
[aux_sym_command_repeat2] = STATE(685),
[sym__simple_heredoc_body] = ACTIONS(969),
[sym__heredoc_body_beginning] = ACTIONS(969),
[sym_file_descriptor] = ACTIONS(969),
[anon_sym_SEMI] = ACTIONS(971),
[anon_sym_PIPE] = ACTIONS(971),
[anon_sym_SEMI_SEMI] = ACTIONS(969),
[anon_sym_PIPE_AMP] = ACTIONS(969),
[anon_sym_AMP_AMP] = ACTIONS(969),
[anon_sym_PIPE_PIPE] = ACTIONS(969),
[anon_sym_EQ_TILDE] = ACTIONS(513),
[anon_sym_EQ_EQ] = ACTIONS(513),
[anon_sym_LT] = ACTIONS(971),
[anon_sym_GT] = ACTIONS(971),
[anon_sym_GT_GT] = ACTIONS(969),
[anon_sym_AMP_GT] = ACTIONS(971),
[anon_sym_AMP_GT_GT] = ACTIONS(969),
[anon_sym_LT_AMP] = ACTIONS(969),
[anon_sym_GT_AMP] = ACTIONS(969),
[anon_sym_LT_LT] = ACTIONS(971),
[anon_sym_LT_LT_DASH] = ACTIONS(969),
[anon_sym_LT_LT_LT] = ACTIONS(969),
[sym__special_characters] = ACTIONS(515),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(517),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(969),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(519),
[anon_sym_LF] = ACTIONS(969),
[anon_sym_AMP] = ACTIONS(971),
},
[491] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(960),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(1922),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(1924),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(1892),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1924),
[anon_sym_AMP] = ACTIONS(1922),
},
[492] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(960),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(1922),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(1924),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(1892),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1924),
[anon_sym_AMP] = ACTIONS(1922),
},
[493] = {
[sym_concatenation] = STATE(961),
[sym_string] = STATE(279),
[sym_simple_expansion] = STATE(279),
[sym_string_expansion] = STATE(279),
[sym_expansion] = STATE(279),
[sym_command_substitution] = STATE(279),
[sym_process_substitution] = STATE(279),
[aux_sym_command_repeat2] = STATE(961),
[sym__simple_heredoc_body] = ACTIONS(969),
[sym__heredoc_body_beginning] = ACTIONS(969),
[sym_file_descriptor] = ACTIONS(969),
[anon_sym_SEMI] = ACTIONS(971),
[anon_sym_PIPE] = ACTIONS(971),
[anon_sym_SEMI_SEMI] = ACTIONS(969),
[anon_sym_PIPE_AMP] = ACTIONS(969),
[anon_sym_AMP_AMP] = ACTIONS(969),
[anon_sym_PIPE_PIPE] = ACTIONS(969),
[anon_sym_EQ_TILDE] = ACTIONS(513),
[anon_sym_EQ_EQ] = ACTIONS(513),
[anon_sym_LT] = ACTIONS(971),
[anon_sym_GT] = ACTIONS(971),
[anon_sym_GT_GT] = ACTIONS(969),
[anon_sym_AMP_GT] = ACTIONS(971),
[anon_sym_AMP_GT_GT] = ACTIONS(969),
[anon_sym_LT_AMP] = ACTIONS(969),
[anon_sym_GT_AMP] = ACTIONS(969),
[anon_sym_LT_LT] = ACTIONS(971),
[anon_sym_LT_LT_DASH] = ACTIONS(969),
[anon_sym_LT_LT_LT] = ACTIONS(969),
[sym__special_characters] = ACTIONS(515),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(517),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(969),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(519),
[anon_sym_LF] = ACTIONS(969),
[anon_sym_AMP] = ACTIONS(971),
},
[494] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(1926),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[495] = {
[sym__simple_heredoc_body] = ACTIONS(1928),
[sym__heredoc_body_beginning] = ACTIONS(1928),
[sym_file_descriptor] = ACTIONS(1928),
[sym__concat] = ACTIONS(1928),
[ts_builtin_sym_end] = ACTIONS(1928),
[anon_sym_SEMI] = ACTIONS(1930),
[anon_sym_PIPE] = ACTIONS(1930),
[anon_sym_RPAREN] = ACTIONS(1928),
[anon_sym_SEMI_SEMI] = ACTIONS(1928),
[anon_sym_PIPE_AMP] = ACTIONS(1928),
[anon_sym_AMP_AMP] = ACTIONS(1928),
[anon_sym_PIPE_PIPE] = ACTIONS(1928),
[anon_sym_EQ_TILDE] = ACTIONS(1930),
[anon_sym_EQ_EQ] = ACTIONS(1930),
[anon_sym_LT] = ACTIONS(1930),
[anon_sym_GT] = ACTIONS(1930),
[anon_sym_GT_GT] = ACTIONS(1928),
[anon_sym_AMP_GT] = ACTIONS(1930),
[anon_sym_AMP_GT_GT] = ACTIONS(1928),
[anon_sym_LT_AMP] = ACTIONS(1928),
[anon_sym_GT_AMP] = ACTIONS(1928),
[anon_sym_LT_LT] = ACTIONS(1930),
[anon_sym_LT_LT_DASH] = ACTIONS(1928),
[anon_sym_LT_LT_LT] = ACTIONS(1928),
[sym__special_characters] = ACTIONS(1928),
[anon_sym_DQUOTE] = ACTIONS(1928),
[anon_sym_DOLLAR] = ACTIONS(1930),
[sym_raw_string] = ACTIONS(1928),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1928),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1928),
[anon_sym_BQUOTE] = ACTIONS(1928),
[anon_sym_LT_LPAREN] = ACTIONS(1928),
[anon_sym_GT_LPAREN] = ACTIONS(1928),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1930),
[anon_sym_LF] = ACTIONS(1928),
[anon_sym_AMP] = ACTIONS(1930),
},
[496] = {
[anon_sym_SEMI] = ACTIONS(1932),
[anon_sym_RPAREN] = ACTIONS(1926),
[anon_sym_SEMI_SEMI] = ACTIONS(1934),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1934),
[anon_sym_AMP] = ACTIONS(1934),
},
[497] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(965),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(1936),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1926),
[anon_sym_SEMI_SEMI] = ACTIONS(1938),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1938),
[anon_sym_AMP] = ACTIONS(1936),
},
[498] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(965),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(1936),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1926),
[anon_sym_SEMI_SEMI] = ACTIONS(1938),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1938),
[anon_sym_AMP] = ACTIONS(1936),
},
[499] = {
[sym_compound_statement] = STATE(966),
[anon_sym_LBRACE] = ACTIONS(25),
[sym_comment] = ACTIONS(57),
},
[500] = {
[ts_builtin_sym_end] = ACTIONS(1940),
[anon_sym_SEMI] = ACTIONS(1942),
[anon_sym_RPAREN] = ACTIONS(1940),
[anon_sym_SEMI_SEMI] = ACTIONS(1940),
[anon_sym_BQUOTE] = ACTIONS(1940),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1940),
[anon_sym_AMP] = ACTIONS(1940),
},
[501] = {
[anon_sym_DASH] = ACTIONS(1944),
[anon_sym_DOLLAR] = ACTIONS(1944),
[anon_sym_POUND] = ACTIONS(1944),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1946),
[anon_sym_STAR] = ACTIONS(1948),
[anon_sym_AT] = ACTIONS(1948),
[anon_sym_QMARK] = ACTIONS(1948),
[anon_sym_0] = ACTIONS(1946),
[anon_sym__] = ACTIONS(1946),
},
[502] = {
[sym_subscript] = STATE(972),
[sym_variable_name] = ACTIONS(1950),
[anon_sym_BANG] = ACTIONS(1952),
[anon_sym_DASH] = ACTIONS(1954),
[anon_sym_DOLLAR] = ACTIONS(1954),
[anon_sym_POUND] = ACTIONS(1952),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1956),
[anon_sym_STAR] = ACTIONS(1958),
[anon_sym_AT] = ACTIONS(1958),
[anon_sym_QMARK] = ACTIONS(1958),
[anon_sym_0] = ACTIONS(1956),
[anon_sym__] = ACTIONS(1956),
},
[503] = {
[sym__terminated_statement] = STATE(975),
[sym_redirected_statement] = STATE(973),
[sym_for_statement] = STATE(973),
[sym_c_style_for_statement] = STATE(973),
[sym_while_statement] = STATE(973),
[sym_if_statement] = STATE(973),
[sym_case_statement] = STATE(973),
[sym_function_definition] = STATE(973),
[sym_compound_statement] = STATE(973),
[sym_subshell] = STATE(973),
[sym_pipeline] = STATE(973),
[sym_list] = STATE(973),
[sym_negated_command] = STATE(973),
[sym_test_command] = STATE(973),
[sym_declaration_command] = STATE(973),
[sym_unset_command] = STATE(973),
[sym_command] = STATE(973),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(974),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(975),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[504] = {
[sym__terminated_statement] = STATE(978),
[sym_redirected_statement] = STATE(976),
[sym_for_statement] = STATE(976),
[sym_c_style_for_statement] = STATE(976),
[sym_while_statement] = STATE(976),
[sym_if_statement] = STATE(976),
[sym_case_statement] = STATE(976),
[sym_function_definition] = STATE(976),
[sym_compound_statement] = STATE(976),
[sym_subshell] = STATE(976),
[sym_pipeline] = STATE(976),
[sym_list] = STATE(976),
[sym_negated_command] = STATE(976),
[sym_test_command] = STATE(976),
[sym_declaration_command] = STATE(976),
[sym_unset_command] = STATE(976),
[sym_command] = STATE(976),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(977),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(978),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[505] = {
[sym_simple_expansion] = STATE(980),
[sym_expansion] = STATE(980),
[sym_command_substitution] = STATE(980),
[aux_sym_heredoc_body_repeat1] = STATE(980),
[sym__heredoc_body_middle] = ACTIONS(1960),
[sym__heredoc_body_end] = ACTIONS(1962),
[anon_sym_DOLLAR] = ACTIONS(919),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(921),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(923),
[anon_sym_BQUOTE] = ACTIONS(925),
[sym_comment] = ACTIONS(57),
},
[506] = {
[sym_concatenation] = STATE(983),
[sym_string] = STATE(982),
[sym_simple_expansion] = STATE(982),
[sym_string_expansion] = STATE(982),
[sym_expansion] = STATE(982),
[sym_command_substitution] = STATE(982),
[sym_process_substitution] = STATE(982),
[sym__special_characters] = ACTIONS(1964),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(1966),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1966),
},
[507] = {
[sym_file_redirect] = STATE(180),
[sym_heredoc_redirect] = STATE(180),
[sym_herestring_redirect] = STATE(180),
[aux_sym_redirected_statement_repeat1] = STATE(180),
[sym__simple_heredoc_body] = ACTIONS(1968),
[sym__heredoc_body_beginning] = ACTIONS(1968),
[sym_file_descriptor] = ACTIONS(1968),
[ts_builtin_sym_end] = ACTIONS(1968),
[anon_sym_SEMI] = ACTIONS(1970),
[anon_sym_PIPE] = ACTIONS(1970),
[anon_sym_SEMI_SEMI] = ACTIONS(1968),
[anon_sym_PIPE_AMP] = ACTIONS(1968),
[anon_sym_AMP_AMP] = ACTIONS(1968),
[anon_sym_PIPE_PIPE] = ACTIONS(1968),
[anon_sym_LT] = ACTIONS(1970),
[anon_sym_GT] = ACTIONS(1970),
[anon_sym_GT_GT] = ACTIONS(1968),
[anon_sym_AMP_GT] = ACTIONS(1970),
[anon_sym_AMP_GT_GT] = ACTIONS(1968),
[anon_sym_LT_AMP] = ACTIONS(1968),
[anon_sym_GT_AMP] = ACTIONS(1968),
[anon_sym_LT_LT] = ACTIONS(1970),
[anon_sym_LT_LT_DASH] = ACTIONS(1968),
[anon_sym_LT_LT_LT] = ACTIONS(1968),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1968),
[anon_sym_AMP] = ACTIONS(1970),
},
[508] = {
[sym_file_redirect] = STATE(180),
[sym_heredoc_redirect] = STATE(180),
[sym_herestring_redirect] = STATE(180),
[aux_sym_redirected_statement_repeat1] = STATE(180),
[sym__simple_heredoc_body] = ACTIONS(1968),
[sym__heredoc_body_beginning] = ACTIONS(1968),
[sym_file_descriptor] = ACTIONS(1968),
[sym_variable_name] = ACTIONS(339),
[ts_builtin_sym_end] = ACTIONS(1968),
[anon_sym_SEMI] = ACTIONS(1970),
[anon_sym_PIPE] = ACTIONS(1970),
[anon_sym_SEMI_SEMI] = ACTIONS(1968),
[anon_sym_PIPE_AMP] = ACTIONS(1968),
[anon_sym_AMP_AMP] = ACTIONS(1968),
[anon_sym_PIPE_PIPE] = ACTIONS(1968),
[anon_sym_LT] = ACTIONS(1970),
[anon_sym_GT] = ACTIONS(1970),
[anon_sym_GT_GT] = ACTIONS(1968),
[anon_sym_AMP_GT] = ACTIONS(1970),
[anon_sym_AMP_GT_GT] = ACTIONS(1968),
[anon_sym_LT_AMP] = ACTIONS(1968),
[anon_sym_GT_AMP] = ACTIONS(1968),
[anon_sym_LT_LT] = ACTIONS(1970),
[anon_sym_LT_LT_DASH] = ACTIONS(1968),
[anon_sym_LT_LT_LT] = ACTIONS(1968),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1968),
[anon_sym_AMP] = ACTIONS(1970),
},
[509] = {
[sym_file_redirect] = STATE(180),
[sym_heredoc_redirect] = STATE(180),
[sym_herestring_redirect] = STATE(180),
[aux_sym_redirected_statement_repeat1] = STATE(180),
[sym__simple_heredoc_body] = ACTIONS(1972),
[sym__heredoc_body_beginning] = ACTIONS(1972),
[sym_file_descriptor] = ACTIONS(1972),
[ts_builtin_sym_end] = ACTIONS(1972),
[anon_sym_SEMI] = ACTIONS(1974),
[anon_sym_PIPE] = ACTIONS(309),
[anon_sym_SEMI_SEMI] = ACTIONS(1972),
[anon_sym_PIPE_AMP] = ACTIONS(313),
[anon_sym_AMP_AMP] = ACTIONS(1972),
[anon_sym_PIPE_PIPE] = ACTIONS(1972),
[anon_sym_LT] = ACTIONS(1974),
[anon_sym_GT] = ACTIONS(1974),
[anon_sym_GT_GT] = ACTIONS(1972),
[anon_sym_AMP_GT] = ACTIONS(1974),
[anon_sym_AMP_GT_GT] = ACTIONS(1972),
[anon_sym_LT_AMP] = ACTIONS(1972),
[anon_sym_GT_AMP] = ACTIONS(1972),
[anon_sym_LT_LT] = ACTIONS(1974),
[anon_sym_LT_LT_DASH] = ACTIONS(1972),
[anon_sym_LT_LT_LT] = ACTIONS(1972),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1972),
[anon_sym_AMP] = ACTIONS(1974),
},
[510] = {
[sym_file_redirect] = STATE(180),
[sym_heredoc_redirect] = STATE(180),
[sym_herestring_redirect] = STATE(180),
[aux_sym_redirected_statement_repeat1] = STATE(180),
[sym__simple_heredoc_body] = ACTIONS(1972),
[sym__heredoc_body_beginning] = ACTIONS(1972),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[ts_builtin_sym_end] = ACTIONS(1972),
[anon_sym_SEMI] = ACTIONS(1974),
[anon_sym_PIPE] = ACTIONS(309),
[anon_sym_SEMI_SEMI] = ACTIONS(1972),
[anon_sym_PIPE_AMP] = ACTIONS(313),
[anon_sym_AMP_AMP] = ACTIONS(1972),
[anon_sym_PIPE_PIPE] = ACTIONS(1972),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(1974),
[anon_sym_LT_LT_DASH] = ACTIONS(1972),
[anon_sym_LT_LT_LT] = ACTIONS(1972),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1972),
[anon_sym_AMP] = ACTIONS(1974),
},
[511] = {
[aux_sym_concatenation_repeat1] = STATE(984),
[sym__simple_heredoc_body] = ACTIONS(745),
[sym__heredoc_body_beginning] = ACTIONS(745),
[sym_file_descriptor] = ACTIONS(745),
[sym__concat] = ACTIONS(249),
[ts_builtin_sym_end] = ACTIONS(745),
[anon_sym_SEMI] = ACTIONS(749),
[anon_sym_PIPE] = ACTIONS(749),
[anon_sym_SEMI_SEMI] = ACTIONS(745),
[anon_sym_PIPE_AMP] = ACTIONS(745),
[anon_sym_AMP_AMP] = ACTIONS(745),
[anon_sym_PIPE_PIPE] = ACTIONS(745),
[anon_sym_LT] = ACTIONS(749),
[anon_sym_GT] = ACTIONS(749),
[anon_sym_GT_GT] = ACTIONS(745),
[anon_sym_AMP_GT] = ACTIONS(749),
[anon_sym_AMP_GT_GT] = ACTIONS(745),
[anon_sym_LT_AMP] = ACTIONS(745),
[anon_sym_GT_AMP] = ACTIONS(745),
[anon_sym_LT_LT] = ACTIONS(749),
[anon_sym_LT_LT_DASH] = ACTIONS(745),
[anon_sym_LT_LT_LT] = ACTIONS(745),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(745),
[anon_sym_AMP] = ACTIONS(749),
},
[512] = {
[aux_sym_concatenation_repeat1] = STATE(984),
[sym__simple_heredoc_body] = ACTIONS(763),
[sym__heredoc_body_beginning] = ACTIONS(763),
[sym_file_descriptor] = ACTIONS(763),
[sym__concat] = ACTIONS(249),
[ts_builtin_sym_end] = ACTIONS(763),
[anon_sym_SEMI] = ACTIONS(765),
[anon_sym_PIPE] = ACTIONS(765),
[anon_sym_SEMI_SEMI] = ACTIONS(763),
[anon_sym_PIPE_AMP] = ACTIONS(763),
[anon_sym_AMP_AMP] = ACTIONS(763),
[anon_sym_PIPE_PIPE] = ACTIONS(763),
[anon_sym_LT] = ACTIONS(765),
[anon_sym_GT] = ACTIONS(765),
[anon_sym_GT_GT] = ACTIONS(763),
[anon_sym_AMP_GT] = ACTIONS(765),
[anon_sym_AMP_GT_GT] = ACTIONS(763),
[anon_sym_LT_AMP] = ACTIONS(763),
[anon_sym_GT_AMP] = ACTIONS(763),
[anon_sym_LT_LT] = ACTIONS(765),
[anon_sym_LT_LT_DASH] = ACTIONS(763),
[anon_sym_LT_LT_LT] = ACTIONS(763),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(763),
[anon_sym_AMP] = ACTIONS(765),
},
[513] = {
[sym__simple_heredoc_body] = ACTIONS(763),
[sym__heredoc_body_beginning] = ACTIONS(763),
[sym_file_descriptor] = ACTIONS(763),
[ts_builtin_sym_end] = ACTIONS(763),
[anon_sym_SEMI] = ACTIONS(765),
[anon_sym_esac] = ACTIONS(763),
[anon_sym_PIPE] = ACTIONS(765),
[anon_sym_RPAREN] = ACTIONS(763),
[anon_sym_SEMI_SEMI] = ACTIONS(763),
[anon_sym_PIPE_AMP] = ACTIONS(763),
[anon_sym_AMP_AMP] = ACTIONS(763),
[anon_sym_PIPE_PIPE] = ACTIONS(763),
[anon_sym_LT] = ACTIONS(765),
[anon_sym_GT] = ACTIONS(765),
[anon_sym_GT_GT] = ACTIONS(763),
[anon_sym_AMP_GT] = ACTIONS(765),
[anon_sym_AMP_GT_GT] = ACTIONS(763),
[anon_sym_LT_AMP] = ACTIONS(763),
[anon_sym_GT_AMP] = ACTIONS(763),
[anon_sym_LT_LT] = ACTIONS(765),
[anon_sym_LT_LT_DASH] = ACTIONS(763),
[anon_sym_LT_LT_LT] = ACTIONS(763),
[anon_sym_BQUOTE] = ACTIONS(763),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(763),
[anon_sym_AMP] = ACTIONS(765),
},
[514] = {
[sym__simple_heredoc_body] = ACTIONS(1976),
[sym__heredoc_body_beginning] = ACTIONS(1976),
[sym_file_descriptor] = ACTIONS(1976),
[ts_builtin_sym_end] = ACTIONS(1976),
[anon_sym_SEMI] = ACTIONS(1978),
[anon_sym_esac] = ACTIONS(1976),
[anon_sym_PIPE] = ACTIONS(1978),
[anon_sym_RPAREN] = ACTIONS(1976),
[anon_sym_SEMI_SEMI] = ACTIONS(1976),
[anon_sym_PIPE_AMP] = ACTIONS(1976),
[anon_sym_AMP_AMP] = ACTIONS(1976),
[anon_sym_PIPE_PIPE] = ACTIONS(1976),
[anon_sym_LT] = ACTIONS(1978),
[anon_sym_GT] = ACTIONS(1978),
[anon_sym_GT_GT] = ACTIONS(1976),
[anon_sym_AMP_GT] = ACTIONS(1978),
[anon_sym_AMP_GT_GT] = ACTIONS(1976),
[anon_sym_LT_AMP] = ACTIONS(1976),
[anon_sym_GT_AMP] = ACTIONS(1976),
[anon_sym_LT_LT] = ACTIONS(1978),
[anon_sym_LT_LT_DASH] = ACTIONS(1976),
[anon_sym_LT_LT_LT] = ACTIONS(1976),
[anon_sym_BQUOTE] = ACTIONS(1976),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1976),
[anon_sym_AMP] = ACTIONS(1978),
},
[515] = {
[aux_sym_concatenation_repeat1] = STATE(984),
[sym__simple_heredoc_body] = ACTIONS(1980),
[sym__heredoc_body_beginning] = ACTIONS(1980),
[sym_file_descriptor] = ACTIONS(1980),
[sym__concat] = ACTIONS(249),
[ts_builtin_sym_end] = ACTIONS(1980),
[anon_sym_SEMI] = ACTIONS(1982),
[anon_sym_PIPE] = ACTIONS(1982),
[anon_sym_SEMI_SEMI] = ACTIONS(1980),
[anon_sym_PIPE_AMP] = ACTIONS(1980),
[anon_sym_AMP_AMP] = ACTIONS(1980),
[anon_sym_PIPE_PIPE] = ACTIONS(1980),
[anon_sym_LT] = ACTIONS(1982),
[anon_sym_GT] = ACTIONS(1982),
[anon_sym_GT_GT] = ACTIONS(1980),
[anon_sym_AMP_GT] = ACTIONS(1982),
[anon_sym_AMP_GT_GT] = ACTIONS(1980),
[anon_sym_LT_AMP] = ACTIONS(1980),
[anon_sym_GT_AMP] = ACTIONS(1980),
[anon_sym_LT_LT] = ACTIONS(1982),
[anon_sym_LT_LT_DASH] = ACTIONS(1980),
[anon_sym_LT_LT_LT] = ACTIONS(1980),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1980),
[anon_sym_AMP] = ACTIONS(1982),
},
[516] = {
[aux_sym_concatenation_repeat1] = STATE(984),
[sym__simple_heredoc_body] = ACTIONS(1984),
[sym__heredoc_body_beginning] = ACTIONS(1984),
[sym_file_descriptor] = ACTIONS(1984),
[sym__concat] = ACTIONS(249),
[ts_builtin_sym_end] = ACTIONS(1984),
[anon_sym_SEMI] = ACTIONS(1986),
[anon_sym_PIPE] = ACTIONS(1986),
[anon_sym_SEMI_SEMI] = ACTIONS(1984),
[anon_sym_PIPE_AMP] = ACTIONS(1984),
[anon_sym_AMP_AMP] = ACTIONS(1984),
[anon_sym_PIPE_PIPE] = ACTIONS(1984),
[anon_sym_LT] = ACTIONS(1986),
[anon_sym_GT] = ACTIONS(1986),
[anon_sym_GT_GT] = ACTIONS(1984),
[anon_sym_AMP_GT] = ACTIONS(1986),
[anon_sym_AMP_GT_GT] = ACTIONS(1984),
[anon_sym_LT_AMP] = ACTIONS(1984),
[anon_sym_GT_AMP] = ACTIONS(1984),
[anon_sym_LT_LT] = ACTIONS(1986),
[anon_sym_LT_LT_DASH] = ACTIONS(1984),
[anon_sym_LT_LT_LT] = ACTIONS(1984),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1984),
[anon_sym_AMP] = ACTIONS(1986),
},
[517] = {
[sym__simple_heredoc_body] = ACTIONS(1984),
[sym__heredoc_body_beginning] = ACTIONS(1984),
[sym_file_descriptor] = ACTIONS(1984),
[ts_builtin_sym_end] = ACTIONS(1984),
[anon_sym_SEMI] = ACTIONS(1986),
[anon_sym_esac] = ACTIONS(1984),
[anon_sym_PIPE] = ACTIONS(1986),
[anon_sym_RPAREN] = ACTIONS(1984),
[anon_sym_SEMI_SEMI] = ACTIONS(1984),
[anon_sym_PIPE_AMP] = ACTIONS(1984),
[anon_sym_AMP_AMP] = ACTIONS(1984),
[anon_sym_PIPE_PIPE] = ACTIONS(1984),
[anon_sym_LT] = ACTIONS(1986),
[anon_sym_GT] = ACTIONS(1986),
[anon_sym_GT_GT] = ACTIONS(1984),
[anon_sym_AMP_GT] = ACTIONS(1986),
[anon_sym_AMP_GT_GT] = ACTIONS(1984),
[anon_sym_LT_AMP] = ACTIONS(1984),
[anon_sym_GT_AMP] = ACTIONS(1984),
[anon_sym_LT_LT] = ACTIONS(1986),
[anon_sym_LT_LT_DASH] = ACTIONS(1984),
[anon_sym_LT_LT_LT] = ACTIONS(1984),
[anon_sym_BQUOTE] = ACTIONS(1984),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1984),
[anon_sym_AMP] = ACTIONS(1986),
},
[518] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[ts_builtin_sym_end] = ACTIONS(1990),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[519] = {
[sym_file_redirect] = STATE(519),
[sym_heredoc_redirect] = STATE(519),
[sym_herestring_redirect] = STATE(519),
[aux_sym_redirected_statement_repeat1] = STATE(519),
[sym__simple_heredoc_body] = ACTIONS(1994),
[sym__heredoc_body_beginning] = ACTIONS(1994),
[sym_file_descriptor] = ACTIONS(1996),
[ts_builtin_sym_end] = ACTIONS(1994),
[anon_sym_SEMI] = ACTIONS(1999),
[anon_sym_PIPE] = ACTIONS(1999),
[anon_sym_SEMI_SEMI] = ACTIONS(1994),
[anon_sym_PIPE_AMP] = ACTIONS(1994),
[anon_sym_AMP_AMP] = ACTIONS(1994),
[anon_sym_PIPE_PIPE] = ACTIONS(1994),
[anon_sym_LT] = ACTIONS(2001),
[anon_sym_GT] = ACTIONS(2001),
[anon_sym_GT_GT] = ACTIONS(2004),
[anon_sym_AMP_GT] = ACTIONS(2001),
[anon_sym_AMP_GT_GT] = ACTIONS(2004),
[anon_sym_LT_AMP] = ACTIONS(2004),
[anon_sym_GT_AMP] = ACTIONS(2004),
[anon_sym_LT_LT] = ACTIONS(2007),
[anon_sym_LT_LT_DASH] = ACTIONS(2010),
[anon_sym_LT_LT_LT] = ACTIONS(2013),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1994),
[anon_sym_AMP] = ACTIONS(1999),
},
[520] = {
[sym__simple_heredoc_body] = ACTIONS(2016),
[sym__heredoc_body_beginning] = ACTIONS(2016),
[sym_file_descriptor] = ACTIONS(2016),
[ts_builtin_sym_end] = ACTIONS(2016),
[anon_sym_SEMI] = ACTIONS(2018),
[anon_sym_PIPE] = ACTIONS(2018),
[anon_sym_RPAREN] = ACTIONS(2016),
[anon_sym_SEMI_SEMI] = ACTIONS(2016),
[anon_sym_PIPE_AMP] = ACTIONS(2016),
[anon_sym_AMP_AMP] = ACTIONS(2016),
[anon_sym_PIPE_PIPE] = ACTIONS(2016),
[anon_sym_EQ_TILDE] = ACTIONS(2018),
[anon_sym_EQ_EQ] = ACTIONS(2018),
[anon_sym_LT] = ACTIONS(2018),
[anon_sym_GT] = ACTIONS(2018),
[anon_sym_GT_GT] = ACTIONS(2016),
[anon_sym_AMP_GT] = ACTIONS(2018),
[anon_sym_AMP_GT_GT] = ACTIONS(2016),
[anon_sym_LT_AMP] = ACTIONS(2016),
[anon_sym_GT_AMP] = ACTIONS(2016),
[anon_sym_LT_LT] = ACTIONS(2018),
[anon_sym_LT_LT_DASH] = ACTIONS(2016),
[anon_sym_LT_LT_LT] = ACTIONS(2016),
[sym__special_characters] = ACTIONS(2016),
[anon_sym_DQUOTE] = ACTIONS(2016),
[anon_sym_DOLLAR] = ACTIONS(2018),
[sym_raw_string] = ACTIONS(2016),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2016),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2016),
[anon_sym_BQUOTE] = ACTIONS(2016),
[anon_sym_LT_LPAREN] = ACTIONS(2016),
[anon_sym_GT_LPAREN] = ACTIONS(2016),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2018),
[anon_sym_LF] = ACTIONS(2016),
[anon_sym_AMP] = ACTIONS(2018),
},
[521] = {
[aux_sym_concatenation_repeat1] = STATE(140),
[sym__simple_heredoc_body] = ACTIONS(2020),
[sym__heredoc_body_beginning] = ACTIONS(2020),
[sym_file_descriptor] = ACTIONS(2020),
[sym__concat] = ACTIONS(249),
[ts_builtin_sym_end] = ACTIONS(2020),
[anon_sym_SEMI] = ACTIONS(2022),
[anon_sym_PIPE] = ACTIONS(2022),
[anon_sym_SEMI_SEMI] = ACTIONS(2020),
[anon_sym_PIPE_AMP] = ACTIONS(2020),
[anon_sym_AMP_AMP] = ACTIONS(2020),
[anon_sym_PIPE_PIPE] = ACTIONS(2020),
[anon_sym_EQ_TILDE] = ACTIONS(2022),
[anon_sym_EQ_EQ] = ACTIONS(2022),
[anon_sym_LT] = ACTIONS(2022),
[anon_sym_GT] = ACTIONS(2022),
[anon_sym_GT_GT] = ACTIONS(2020),
[anon_sym_AMP_GT] = ACTIONS(2022),
[anon_sym_AMP_GT_GT] = ACTIONS(2020),
[anon_sym_LT_AMP] = ACTIONS(2020),
[anon_sym_GT_AMP] = ACTIONS(2020),
[anon_sym_LT_LT] = ACTIONS(2022),
[anon_sym_LT_LT_DASH] = ACTIONS(2020),
[anon_sym_LT_LT_LT] = ACTIONS(2020),
[sym__special_characters] = ACTIONS(2020),
[anon_sym_DQUOTE] = ACTIONS(2020),
[anon_sym_DOLLAR] = ACTIONS(2022),
[sym_raw_string] = ACTIONS(2020),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2020),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2020),
[anon_sym_BQUOTE] = ACTIONS(2020),
[anon_sym_LT_LPAREN] = ACTIONS(2020),
[anon_sym_GT_LPAREN] = ACTIONS(2020),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2022),
[anon_sym_LF] = ACTIONS(2020),
[anon_sym_AMP] = ACTIONS(2022),
},
[522] = {
[aux_sym_concatenation_repeat1] = STATE(140),
[sym__simple_heredoc_body] = ACTIONS(2016),
[sym__heredoc_body_beginning] = ACTIONS(2016),
[sym_file_descriptor] = ACTIONS(2016),
[sym__concat] = ACTIONS(249),
[ts_builtin_sym_end] = ACTIONS(2016),
[anon_sym_SEMI] = ACTIONS(2018),
[anon_sym_PIPE] = ACTIONS(2018),
[anon_sym_SEMI_SEMI] = ACTIONS(2016),
[anon_sym_PIPE_AMP] = ACTIONS(2016),
[anon_sym_AMP_AMP] = ACTIONS(2016),
[anon_sym_PIPE_PIPE] = ACTIONS(2016),
[anon_sym_EQ_TILDE] = ACTIONS(2018),
[anon_sym_EQ_EQ] = ACTIONS(2018),
[anon_sym_LT] = ACTIONS(2018),
[anon_sym_GT] = ACTIONS(2018),
[anon_sym_GT_GT] = ACTIONS(2016),
[anon_sym_AMP_GT] = ACTIONS(2018),
[anon_sym_AMP_GT_GT] = ACTIONS(2016),
[anon_sym_LT_AMP] = ACTIONS(2016),
[anon_sym_GT_AMP] = ACTIONS(2016),
[anon_sym_LT_LT] = ACTIONS(2018),
[anon_sym_LT_LT_DASH] = ACTIONS(2016),
[anon_sym_LT_LT_LT] = ACTIONS(2016),
[sym__special_characters] = ACTIONS(2016),
[anon_sym_DQUOTE] = ACTIONS(2016),
[anon_sym_DOLLAR] = ACTIONS(2018),
[sym_raw_string] = ACTIONS(2016),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2016),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2016),
[anon_sym_BQUOTE] = ACTIONS(2016),
[anon_sym_LT_LPAREN] = ACTIONS(2016),
[anon_sym_GT_LPAREN] = ACTIONS(2016),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2018),
[anon_sym_LF] = ACTIONS(2016),
[anon_sym_AMP] = ACTIONS(2018),
},
[523] = {
[sym_concatenation] = STATE(523),
[sym_string] = STATE(183),
[sym_simple_expansion] = STATE(183),
[sym_string_expansion] = STATE(183),
[sym_expansion] = STATE(183),
[sym_command_substitution] = STATE(183),
[sym_process_substitution] = STATE(183),
[aux_sym_command_repeat2] = STATE(523),
[sym__simple_heredoc_body] = ACTIONS(2016),
[sym__heredoc_body_beginning] = ACTIONS(2016),
[sym_file_descriptor] = ACTIONS(2016),
[ts_builtin_sym_end] = ACTIONS(2016),
[anon_sym_SEMI] = ACTIONS(2018),
[anon_sym_PIPE] = ACTIONS(2018),
[anon_sym_SEMI_SEMI] = ACTIONS(2016),
[anon_sym_PIPE_AMP] = ACTIONS(2016),
[anon_sym_AMP_AMP] = ACTIONS(2016),
[anon_sym_PIPE_PIPE] = ACTIONS(2016),
[anon_sym_EQ_TILDE] = ACTIONS(2024),
[anon_sym_EQ_EQ] = ACTIONS(2024),
[anon_sym_LT] = ACTIONS(2018),
[anon_sym_GT] = ACTIONS(2018),
[anon_sym_GT_GT] = ACTIONS(2016),
[anon_sym_AMP_GT] = ACTIONS(2018),
[anon_sym_AMP_GT_GT] = ACTIONS(2016),
[anon_sym_LT_AMP] = ACTIONS(2016),
[anon_sym_GT_AMP] = ACTIONS(2016),
[anon_sym_LT_LT] = ACTIONS(2018),
[anon_sym_LT_LT_DASH] = ACTIONS(2016),
[anon_sym_LT_LT_LT] = ACTIONS(2016),
[sym__special_characters] = ACTIONS(2027),
[anon_sym_DQUOTE] = ACTIONS(2030),
[anon_sym_DOLLAR] = ACTIONS(2033),
[sym_raw_string] = ACTIONS(2036),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2039),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2042),
[anon_sym_BQUOTE] = ACTIONS(2045),
[anon_sym_LT_LPAREN] = ACTIONS(2048),
[anon_sym_GT_LPAREN] = ACTIONS(2048),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2051),
[anon_sym_LF] = ACTIONS(2016),
[anon_sym_AMP] = ACTIONS(2018),
},
[524] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[ts_builtin_sym_end] = ACTIONS(1990),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[525] = {
[ts_builtin_sym_end] = ACTIONS(1990),
[anon_sym_SEMI] = ACTIONS(2054),
[anon_sym_SEMI_SEMI] = ACTIONS(2056),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2056),
[anon_sym_AMP] = ACTIONS(2056),
},
[526] = {
[sym_file_redirect] = STATE(276),
[sym_heredoc_redirect] = STATE(276),
[sym_heredoc_body] = STATE(987),
[sym_herestring_redirect] = STATE(276),
[aux_sym_redirected_statement_repeat1] = STATE(276),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(495),
[anon_sym_SEMI] = ACTIONS(2058),
[anon_sym_PIPE] = ACTIONS(499),
[anon_sym_SEMI_SEMI] = ACTIONS(2060),
[anon_sym_PIPE_AMP] = ACTIONS(503),
[anon_sym_AMP_AMP] = ACTIONS(505),
[anon_sym_PIPE_PIPE] = ACTIONS(505),
[anon_sym_LT] = ACTIONS(507),
[anon_sym_GT] = ACTIONS(507),
[anon_sym_GT_GT] = ACTIONS(509),
[anon_sym_AMP_GT] = ACTIONS(507),
[anon_sym_AMP_GT_GT] = ACTIONS(509),
[anon_sym_LT_AMP] = ACTIONS(509),
[anon_sym_GT_AMP] = ACTIONS(509),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(511),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2060),
[anon_sym_AMP] = ACTIONS(2058),
},
[527] = {
[sym_file_redirect] = STATE(276),
[sym_heredoc_redirect] = STATE(276),
[sym_heredoc_body] = STATE(987),
[sym_herestring_redirect] = STATE(276),
[aux_sym_redirected_statement_repeat1] = STATE(276),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2058),
[anon_sym_PIPE] = ACTIONS(499),
[anon_sym_SEMI_SEMI] = ACTIONS(2060),
[anon_sym_PIPE_AMP] = ACTIONS(503),
[anon_sym_AMP_AMP] = ACTIONS(505),
[anon_sym_PIPE_PIPE] = ACTIONS(505),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(511),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2060),
[anon_sym_AMP] = ACTIONS(2058),
},
[528] = {
[sym_concatenation] = STATE(523),
[sym_string] = STATE(183),
[sym_simple_expansion] = STATE(183),
[sym_string_expansion] = STATE(183),
[sym_expansion] = STATE(183),
[sym_command_substitution] = STATE(183),
[sym_process_substitution] = STATE(183),
[aux_sym_command_repeat2] = STATE(523),
[sym__simple_heredoc_body] = ACTIONS(2062),
[sym__heredoc_body_beginning] = ACTIONS(2062),
[sym_file_descriptor] = ACTIONS(2062),
[ts_builtin_sym_end] = ACTIONS(2062),
[anon_sym_SEMI] = ACTIONS(2064),
[anon_sym_PIPE] = ACTIONS(2064),
[anon_sym_SEMI_SEMI] = ACTIONS(2062),
[anon_sym_PIPE_AMP] = ACTIONS(2062),
[anon_sym_AMP_AMP] = ACTIONS(2062),
[anon_sym_PIPE_PIPE] = ACTIONS(2062),
[anon_sym_EQ_TILDE] = ACTIONS(331),
[anon_sym_EQ_EQ] = ACTIONS(331),
[anon_sym_LT] = ACTIONS(2064),
[anon_sym_GT] = ACTIONS(2064),
[anon_sym_GT_GT] = ACTIONS(2062),
[anon_sym_AMP_GT] = ACTIONS(2064),
[anon_sym_AMP_GT_GT] = ACTIONS(2062),
[anon_sym_LT_AMP] = ACTIONS(2062),
[anon_sym_GT_AMP] = ACTIONS(2062),
[anon_sym_LT_LT] = ACTIONS(2064),
[anon_sym_LT_LT_DASH] = ACTIONS(2062),
[anon_sym_LT_LT_LT] = ACTIONS(2062),
[sym__special_characters] = ACTIONS(333),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(335),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(337),
[anon_sym_LF] = ACTIONS(2062),
[anon_sym_AMP] = ACTIONS(2064),
},
[529] = {
[sym_string] = STATE(758),
[sym_simple_expansion] = STATE(758),
[sym_string_expansion] = STATE(758),
[sym_expansion] = STATE(758),
[sym_command_substitution] = STATE(758),
[sym_process_substitution] = STATE(758),
[anon_sym_RBRACK] = ACTIONS(2066),
[sym__special_characters] = ACTIONS(2068),
[anon_sym_DQUOTE] = ACTIONS(153),
[anon_sym_DOLLAR] = ACTIONS(155),
[sym_raw_string] = ACTIONS(1457),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(159),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(161),
[anon_sym_BQUOTE] = ACTIONS(163),
[anon_sym_LT_LPAREN] = ACTIONS(165),
[anon_sym_GT_LPAREN] = ACTIONS(165),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1457),
},
[530] = {
[sym__concat] = ACTIONS(2070),
[anon_sym_EQ] = ACTIONS(2072),
[anon_sym_PLUS_EQ] = ACTIONS(2072),
[sym_comment] = ACTIONS(57),
},
[531] = {
[aux_sym_concatenation_repeat1] = STATE(990),
[sym__concat] = ACTIONS(629),
[anon_sym_RBRACK] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
},
[532] = {
[sym_string] = STATE(758),
[sym_simple_expansion] = STATE(758),
[sym_string_expansion] = STATE(758),
[sym_expansion] = STATE(758),
[sym_command_substitution] = STATE(758),
[sym_process_substitution] = STATE(758),
[anon_sym_RBRACK] = ACTIONS(2074),
[sym__special_characters] = ACTIONS(2068),
[anon_sym_DQUOTE] = ACTIONS(153),
[anon_sym_DOLLAR] = ACTIONS(155),
[sym_raw_string] = ACTIONS(1457),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(159),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(161),
[anon_sym_BQUOTE] = ACTIONS(163),
[anon_sym_LT_LPAREN] = ACTIONS(165),
[anon_sym_GT_LPAREN] = ACTIONS(165),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1457),
},
[533] = {
[sym__concat] = ACTIONS(2076),
[anon_sym_EQ] = ACTIONS(2078),
[anon_sym_PLUS_EQ] = ACTIONS(2078),
[sym_comment] = ACTIONS(57),
},
[534] = {
[anon_sym_RBRACK] = ACTIONS(2074),
[sym_comment] = ACTIONS(57),
},
[535] = {
[sym__simple_heredoc_body] = ACTIONS(2080),
[sym__heredoc_body_beginning] = ACTIONS(2080),
[sym_file_descriptor] = ACTIONS(2080),
[sym_variable_name] = ACTIONS(2080),
[ts_builtin_sym_end] = ACTIONS(2080),
[anon_sym_SEMI] = ACTIONS(2082),
[anon_sym_PIPE] = ACTIONS(2082),
[anon_sym_RPAREN] = ACTIONS(2080),
[anon_sym_SEMI_SEMI] = ACTIONS(2080),
[anon_sym_PIPE_AMP] = ACTIONS(2080),
[anon_sym_AMP_AMP] = ACTIONS(2080),
[anon_sym_PIPE_PIPE] = ACTIONS(2080),
[anon_sym_LT] = ACTIONS(2082),
[anon_sym_GT] = ACTIONS(2082),
[anon_sym_GT_GT] = ACTIONS(2080),
[anon_sym_AMP_GT] = ACTIONS(2082),
[anon_sym_AMP_GT_GT] = ACTIONS(2080),
[anon_sym_LT_AMP] = ACTIONS(2080),
[anon_sym_GT_AMP] = ACTIONS(2080),
[anon_sym_LT_LT] = ACTIONS(2082),
[anon_sym_LT_LT_DASH] = ACTIONS(2080),
[anon_sym_LT_LT_LT] = ACTIONS(2080),
[sym__special_characters] = ACTIONS(2080),
[anon_sym_DQUOTE] = ACTIONS(2080),
[anon_sym_DOLLAR] = ACTIONS(2082),
[sym_raw_string] = ACTIONS(2080),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2080),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2080),
[anon_sym_BQUOTE] = ACTIONS(2080),
[anon_sym_LT_LPAREN] = ACTIONS(2080),
[anon_sym_GT_LPAREN] = ACTIONS(2080),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2082),
[anon_sym_LF] = ACTIONS(2080),
[anon_sym_AMP] = ACTIONS(2082),
},
[536] = {
[aux_sym_concatenation_repeat1] = STATE(994),
[sym__concat] = ACTIONS(2084),
[anon_sym_RPAREN] = ACTIONS(2086),
[sym__special_characters] = ACTIONS(2086),
[anon_sym_DQUOTE] = ACTIONS(2086),
[anon_sym_DOLLAR] = ACTIONS(2088),
[sym_raw_string] = ACTIONS(2086),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2086),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2086),
[anon_sym_BQUOTE] = ACTIONS(2086),
[anon_sym_LT_LPAREN] = ACTIONS(2086),
[anon_sym_GT_LPAREN] = ACTIONS(2086),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2086),
},
[537] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(997),
[anon_sym_DQUOTE] = ACTIONS(2090),
[anon_sym_DOLLAR] = ACTIONS(2092),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[538] = {
[sym_string] = STATE(999),
[anon_sym_DASH] = ACTIONS(2094),
[anon_sym_DQUOTE] = ACTIONS(1097),
[anon_sym_DOLLAR] = ACTIONS(2094),
[sym_raw_string] = ACTIONS(2096),
[anon_sym_POUND] = ACTIONS(2094),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2098),
[anon_sym_STAR] = ACTIONS(2100),
[anon_sym_AT] = ACTIONS(2100),
[anon_sym_QMARK] = ACTIONS(2100),
[anon_sym_0] = ACTIONS(2098),
[anon_sym__] = ACTIONS(2098),
},
[539] = {
[aux_sym_concatenation_repeat1] = STATE(994),
[sym__concat] = ACTIONS(2084),
[anon_sym_RPAREN] = ACTIONS(2102),
[sym__special_characters] = ACTIONS(2102),
[anon_sym_DQUOTE] = ACTIONS(2102),
[anon_sym_DOLLAR] = ACTIONS(2104),
[sym_raw_string] = ACTIONS(2102),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2102),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2102),
[anon_sym_BQUOTE] = ACTIONS(2102),
[anon_sym_LT_LPAREN] = ACTIONS(2102),
[anon_sym_GT_LPAREN] = ACTIONS(2102),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2102),
},
[540] = {
[sym_subscript] = STATE(1004),
[sym_variable_name] = ACTIONS(2106),
[anon_sym_BANG] = ACTIONS(2108),
[anon_sym_DASH] = ACTIONS(2110),
[anon_sym_DOLLAR] = ACTIONS(2110),
[anon_sym_POUND] = ACTIONS(2108),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2112),
[anon_sym_STAR] = ACTIONS(2114),
[anon_sym_AT] = ACTIONS(2114),
[anon_sym_QMARK] = ACTIONS(2114),
[anon_sym_0] = ACTIONS(2112),
[anon_sym__] = ACTIONS(2112),
},
[541] = {
[sym__terminated_statement] = STATE(1007),
[sym_redirected_statement] = STATE(1005),
[sym_for_statement] = STATE(1005),
[sym_c_style_for_statement] = STATE(1005),
[sym_while_statement] = STATE(1005),
[sym_if_statement] = STATE(1005),
[sym_case_statement] = STATE(1005),
[sym_function_definition] = STATE(1005),
[sym_compound_statement] = STATE(1005),
[sym_subshell] = STATE(1005),
[sym_pipeline] = STATE(1005),
[sym_list] = STATE(1005),
[sym_negated_command] = STATE(1005),
[sym_test_command] = STATE(1005),
[sym_declaration_command] = STATE(1005),
[sym_unset_command] = STATE(1005),
[sym_command] = STATE(1005),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(1006),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(1007),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[542] = {
[sym__terminated_statement] = STATE(1010),
[sym_redirected_statement] = STATE(1008),
[sym_for_statement] = STATE(1008),
[sym_c_style_for_statement] = STATE(1008),
[sym_while_statement] = STATE(1008),
[sym_if_statement] = STATE(1008),
[sym_case_statement] = STATE(1008),
[sym_function_definition] = STATE(1008),
[sym_compound_statement] = STATE(1008),
[sym_subshell] = STATE(1008),
[sym_pipeline] = STATE(1008),
[sym_list] = STATE(1008),
[sym_negated_command] = STATE(1008),
[sym_test_command] = STATE(1008),
[sym_declaration_command] = STATE(1008),
[sym_unset_command] = STATE(1008),
[sym_command] = STATE(1008),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(1009),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(1010),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[543] = {
[sym__terminated_statement] = STATE(1013),
[sym_redirected_statement] = STATE(1011),
[sym_for_statement] = STATE(1011),
[sym_c_style_for_statement] = STATE(1011),
[sym_while_statement] = STATE(1011),
[sym_if_statement] = STATE(1011),
[sym_case_statement] = STATE(1011),
[sym_function_definition] = STATE(1011),
[sym_compound_statement] = STATE(1011),
[sym_subshell] = STATE(1011),
[sym_pipeline] = STATE(1011),
[sym_list] = STATE(1011),
[sym_negated_command] = STATE(1011),
[sym_test_command] = STATE(1011),
[sym_declaration_command] = STATE(1011),
[sym_unset_command] = STATE(1011),
[sym_command] = STATE(1011),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(1012),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(1013),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[544] = {
[sym_concatenation] = STATE(1015),
[sym_string] = STATE(539),
[sym_simple_expansion] = STATE(539),
[sym_string_expansion] = STATE(539),
[sym_expansion] = STATE(539),
[sym_command_substitution] = STATE(539),
[sym_process_substitution] = STATE(539),
[aux_sym_for_statement_repeat1] = STATE(1015),
[anon_sym_RPAREN] = ACTIONS(2116),
[sym__special_characters] = ACTIONS(1095),
[anon_sym_DQUOTE] = ACTIONS(1097),
[anon_sym_DOLLAR] = ACTIONS(1099),
[sym_raw_string] = ACTIONS(1101),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1103),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1105),
[anon_sym_BQUOTE] = ACTIONS(1107),
[anon_sym_LT_LPAREN] = ACTIONS(1109),
[anon_sym_GT_LPAREN] = ACTIONS(1109),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1101),
},
[545] = {
[sym_string] = STATE(1016),
[sym_simple_expansion] = STATE(1016),
[sym_string_expansion] = STATE(1016),
[sym_expansion] = STATE(1016),
[sym_command_substitution] = STATE(1016),
[sym_process_substitution] = STATE(1016),
[sym__special_characters] = ACTIONS(2118),
[anon_sym_DQUOTE] = ACTIONS(359),
[anon_sym_DOLLAR] = ACTIONS(361),
[sym_raw_string] = ACTIONS(2118),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(365),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(367),
[anon_sym_BQUOTE] = ACTIONS(369),
[anon_sym_LT_LPAREN] = ACTIONS(371),
[anon_sym_GT_LPAREN] = ACTIONS(371),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2118),
},
[546] = {
[aux_sym_concatenation_repeat1] = STATE(1017),
[sym__simple_heredoc_body] = ACTIONS(779),
[sym__heredoc_body_beginning] = ACTIONS(779),
[sym_file_descriptor] = ACTIONS(779),
[sym__concat] = ACTIONS(1113),
[sym_variable_name] = ACTIONS(779),
[ts_builtin_sym_end] = ACTIONS(779),
[anon_sym_SEMI] = ACTIONS(781),
[anon_sym_PIPE] = ACTIONS(781),
[anon_sym_SEMI_SEMI] = ACTIONS(779),
[anon_sym_PIPE_AMP] = ACTIONS(779),
[anon_sym_AMP_AMP] = ACTIONS(779),
[anon_sym_PIPE_PIPE] = ACTIONS(779),
[anon_sym_LT] = ACTIONS(781),
[anon_sym_GT] = ACTIONS(781),
[anon_sym_GT_GT] = ACTIONS(779),
[anon_sym_AMP_GT] = ACTIONS(781),
[anon_sym_AMP_GT_GT] = ACTIONS(779),
[anon_sym_LT_AMP] = ACTIONS(779),
[anon_sym_GT_AMP] = ACTIONS(779),
[anon_sym_LT_LT] = ACTIONS(781),
[anon_sym_LT_LT_DASH] = ACTIONS(779),
[anon_sym_LT_LT_LT] = ACTIONS(779),
[sym__special_characters] = ACTIONS(779),
[anon_sym_DQUOTE] = ACTIONS(779),
[anon_sym_DOLLAR] = ACTIONS(781),
[sym_raw_string] = ACTIONS(779),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(779),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(779),
[anon_sym_BQUOTE] = ACTIONS(779),
[anon_sym_LT_LPAREN] = ACTIONS(779),
[anon_sym_GT_LPAREN] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(781),
[anon_sym_LF] = ACTIONS(779),
[anon_sym_AMP] = ACTIONS(781),
},
[547] = {
[sym__simple_heredoc_body] = ACTIONS(783),
[sym__heredoc_body_beginning] = ACTIONS(783),
[sym_file_descriptor] = ACTIONS(783),
[sym__concat] = ACTIONS(783),
[sym_variable_name] = ACTIONS(783),
[ts_builtin_sym_end] = ACTIONS(783),
[anon_sym_SEMI] = ACTIONS(785),
[anon_sym_PIPE] = ACTIONS(785),
[anon_sym_RPAREN] = ACTIONS(783),
[anon_sym_SEMI_SEMI] = ACTIONS(783),
[anon_sym_PIPE_AMP] = ACTIONS(783),
[anon_sym_AMP_AMP] = ACTIONS(783),
[anon_sym_PIPE_PIPE] = ACTIONS(783),
[anon_sym_LT] = ACTIONS(785),
[anon_sym_GT] = ACTIONS(785),
[anon_sym_GT_GT] = ACTIONS(783),
[anon_sym_AMP_GT] = ACTIONS(785),
[anon_sym_AMP_GT_GT] = ACTIONS(783),
[anon_sym_LT_AMP] = ACTIONS(783),
[anon_sym_GT_AMP] = ACTIONS(783),
[anon_sym_LT_LT] = ACTIONS(785),
[anon_sym_LT_LT_DASH] = ACTIONS(783),
[anon_sym_LT_LT_LT] = ACTIONS(783),
[sym__special_characters] = ACTIONS(783),
[anon_sym_DQUOTE] = ACTIONS(783),
[anon_sym_DOLLAR] = ACTIONS(785),
[sym_raw_string] = ACTIONS(783),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(783),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(783),
[anon_sym_BQUOTE] = ACTIONS(783),
[anon_sym_LT_LPAREN] = ACTIONS(783),
[anon_sym_GT_LPAREN] = ACTIONS(783),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(785),
[anon_sym_LF] = ACTIONS(783),
[anon_sym_AMP] = ACTIONS(785),
},
[548] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(2120),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[549] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(455),
[anon_sym_DQUOTE] = ACTIONS(2120),
[anon_sym_DOLLAR] = ACTIONS(2122),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[550] = {
[sym__simple_heredoc_body] = ACTIONS(817),
[sym__heredoc_body_beginning] = ACTIONS(817),
[sym_file_descriptor] = ACTIONS(817),
[sym__concat] = ACTIONS(817),
[sym_variable_name] = ACTIONS(817),
[ts_builtin_sym_end] = ACTIONS(817),
[anon_sym_SEMI] = ACTIONS(819),
[anon_sym_PIPE] = ACTIONS(819),
[anon_sym_RPAREN] = ACTIONS(817),
[anon_sym_SEMI_SEMI] = ACTIONS(817),
[anon_sym_PIPE_AMP] = ACTIONS(817),
[anon_sym_AMP_AMP] = ACTIONS(817),
[anon_sym_PIPE_PIPE] = ACTIONS(817),
[anon_sym_LT] = ACTIONS(819),
[anon_sym_GT] = ACTIONS(819),
[anon_sym_GT_GT] = ACTIONS(817),
[anon_sym_AMP_GT] = ACTIONS(819),
[anon_sym_AMP_GT_GT] = ACTIONS(817),
[anon_sym_LT_AMP] = ACTIONS(817),
[anon_sym_GT_AMP] = ACTIONS(817),
[anon_sym_LT_LT] = ACTIONS(819),
[anon_sym_LT_LT_DASH] = ACTIONS(817),
[anon_sym_LT_LT_LT] = ACTIONS(817),
[sym__special_characters] = ACTIONS(817),
[anon_sym_DQUOTE] = ACTIONS(817),
[anon_sym_DOLLAR] = ACTIONS(819),
[sym_raw_string] = ACTIONS(817),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(817),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(817),
[anon_sym_BQUOTE] = ACTIONS(817),
[anon_sym_LT_LPAREN] = ACTIONS(817),
[anon_sym_GT_LPAREN] = ACTIONS(817),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(819),
[anon_sym_LF] = ACTIONS(817),
[anon_sym_AMP] = ACTIONS(819),
},
[551] = {
[sym__simple_heredoc_body] = ACTIONS(821),
[sym__heredoc_body_beginning] = ACTIONS(821),
[sym_file_descriptor] = ACTIONS(821),
[sym__concat] = ACTIONS(821),
[sym_variable_name] = ACTIONS(821),
[ts_builtin_sym_end] = ACTIONS(821),
[anon_sym_SEMI] = ACTIONS(823),
[anon_sym_PIPE] = ACTIONS(823),
[anon_sym_RPAREN] = ACTIONS(821),
[anon_sym_SEMI_SEMI] = ACTIONS(821),
[anon_sym_PIPE_AMP] = ACTIONS(821),
[anon_sym_AMP_AMP] = ACTIONS(821),
[anon_sym_PIPE_PIPE] = ACTIONS(821),
[anon_sym_LT] = ACTIONS(823),
[anon_sym_GT] = ACTIONS(823),
[anon_sym_GT_GT] = ACTIONS(821),
[anon_sym_AMP_GT] = ACTIONS(823),
[anon_sym_AMP_GT_GT] = ACTIONS(821),
[anon_sym_LT_AMP] = ACTIONS(821),
[anon_sym_GT_AMP] = ACTIONS(821),
[anon_sym_LT_LT] = ACTIONS(823),
[anon_sym_LT_LT_DASH] = ACTIONS(821),
[anon_sym_LT_LT_LT] = ACTIONS(821),
[sym__special_characters] = ACTIONS(821),
[anon_sym_DQUOTE] = ACTIONS(821),
[anon_sym_DOLLAR] = ACTIONS(823),
[sym_raw_string] = ACTIONS(821),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(821),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(821),
[anon_sym_BQUOTE] = ACTIONS(821),
[anon_sym_LT_LPAREN] = ACTIONS(821),
[anon_sym_GT_LPAREN] = ACTIONS(821),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(823),
[anon_sym_LF] = ACTIONS(821),
[anon_sym_AMP] = ACTIONS(823),
},
[552] = {
[sym__simple_heredoc_body] = ACTIONS(825),
[sym__heredoc_body_beginning] = ACTIONS(825),
[sym_file_descriptor] = ACTIONS(825),
[sym__concat] = ACTIONS(825),
[sym_variable_name] = ACTIONS(825),
[ts_builtin_sym_end] = ACTIONS(825),
[anon_sym_SEMI] = ACTIONS(827),
[anon_sym_PIPE] = ACTIONS(827),
[anon_sym_RPAREN] = ACTIONS(825),
[anon_sym_SEMI_SEMI] = ACTIONS(825),
[anon_sym_PIPE_AMP] = ACTIONS(825),
[anon_sym_AMP_AMP] = ACTIONS(825),
[anon_sym_PIPE_PIPE] = ACTIONS(825),
[anon_sym_LT] = ACTIONS(827),
[anon_sym_GT] = ACTIONS(827),
[anon_sym_GT_GT] = ACTIONS(825),
[anon_sym_AMP_GT] = ACTIONS(827),
[anon_sym_AMP_GT_GT] = ACTIONS(825),
[anon_sym_LT_AMP] = ACTIONS(825),
[anon_sym_GT_AMP] = ACTIONS(825),
[anon_sym_LT_LT] = ACTIONS(827),
[anon_sym_LT_LT_DASH] = ACTIONS(825),
[anon_sym_LT_LT_LT] = ACTIONS(825),
[sym__special_characters] = ACTIONS(825),
[anon_sym_DQUOTE] = ACTIONS(825),
[anon_sym_DOLLAR] = ACTIONS(827),
[sym_raw_string] = ACTIONS(825),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(825),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(825),
[anon_sym_BQUOTE] = ACTIONS(825),
[anon_sym_LT_LPAREN] = ACTIONS(825),
[anon_sym_GT_LPAREN] = ACTIONS(825),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(827),
[anon_sym_LF] = ACTIONS(825),
[anon_sym_AMP] = ACTIONS(827),
},
[553] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(2124),
[sym_comment] = ACTIONS(57),
},
[554] = {
[sym_subscript] = STATE(1023),
[sym_variable_name] = ACTIONS(2126),
[anon_sym_DASH] = ACTIONS(2128),
[anon_sym_DOLLAR] = ACTIONS(2128),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2130),
[anon_sym_STAR] = ACTIONS(2132),
[anon_sym_AT] = ACTIONS(2132),
[anon_sym_QMARK] = ACTIONS(2132),
[anon_sym_0] = ACTIONS(2130),
[anon_sym__] = ACTIONS(2130),
},
[555] = {
[sym_concatenation] = STATE(1026),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1026),
[anon_sym_RBRACE] = ACTIONS(2134),
[anon_sym_EQ] = ACTIONS(2136),
[anon_sym_DASH] = ACTIONS(2136),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2138),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(2140),
[anon_sym_COLON] = ACTIONS(2136),
[anon_sym_COLON_QMARK] = ACTIONS(2136),
[anon_sym_COLON_DASH] = ACTIONS(2136),
[anon_sym_PERCENT] = ACTIONS(2136),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[556] = {
[sym_concatenation] = STATE(1029),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1029),
[anon_sym_RBRACE] = ACTIONS(2142),
[anon_sym_EQ] = ACTIONS(2144),
[anon_sym_DASH] = ACTIONS(2144),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2146),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(2148),
[anon_sym_COLON] = ACTIONS(2144),
[anon_sym_COLON_QMARK] = ACTIONS(2144),
[anon_sym_COLON_DASH] = ACTIONS(2144),
[anon_sym_PERCENT] = ACTIONS(2144),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[557] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1032),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(2150),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2152),
[anon_sym_SEMI_SEMI] = ACTIONS(2154),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2154),
[anon_sym_AMP] = ACTIONS(2150),
},
[558] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1032),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2150),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2152),
[anon_sym_SEMI_SEMI] = ACTIONS(2154),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2154),
[anon_sym_AMP] = ACTIONS(2150),
},
[559] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(1033),
[sym_for_statement] = STATE(1033),
[sym_c_style_for_statement] = STATE(1033),
[sym_while_statement] = STATE(1033),
[sym_if_statement] = STATE(1033),
[sym_case_statement] = STATE(1033),
[sym_function_definition] = STATE(1033),
[sym_compound_statement] = STATE(1033),
[sym_subshell] = STATE(1033),
[sym_pipeline] = STATE(1033),
[sym_list] = STATE(1033),
[sym_negated_command] = STATE(1033),
[sym_test_command] = STATE(1033),
[sym_declaration_command] = STATE(1033),
[sym_unset_command] = STATE(1033),
[sym_command] = STATE(1033),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(1034),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[560] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1036),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(2156),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(2158),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(2152),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2158),
[anon_sym_AMP] = ACTIONS(2156),
},
[561] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1036),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2156),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(2158),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(2152),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2158),
[anon_sym_AMP] = ACTIONS(2156),
},
[562] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(1037),
[sym_for_statement] = STATE(1037),
[sym_c_style_for_statement] = STATE(1037),
[sym_while_statement] = STATE(1037),
[sym_if_statement] = STATE(1037),
[sym_case_statement] = STATE(1037),
[sym_function_definition] = STATE(1037),
[sym_compound_statement] = STATE(1037),
[sym_subshell] = STATE(1037),
[sym_pipeline] = STATE(1037),
[sym_list] = STATE(1037),
[sym_negated_command] = STATE(1037),
[sym_test_command] = STATE(1037),
[sym_declaration_command] = STATE(1037),
[sym_unset_command] = STATE(1037),
[sym_command] = STATE(1037),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(1038),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[563] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1041),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(2160),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2162),
[anon_sym_SEMI_SEMI] = ACTIONS(2164),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2164),
[anon_sym_AMP] = ACTIONS(2160),
},
[564] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1041),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2160),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2162),
[anon_sym_SEMI_SEMI] = ACTIONS(2164),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2164),
[anon_sym_AMP] = ACTIONS(2160),
},
[565] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(1042),
[sym_for_statement] = STATE(1042),
[sym_c_style_for_statement] = STATE(1042),
[sym_while_statement] = STATE(1042),
[sym_if_statement] = STATE(1042),
[sym_case_statement] = STATE(1042),
[sym_function_definition] = STATE(1042),
[sym_compound_statement] = STATE(1042),
[sym_subshell] = STATE(1042),
[sym_pipeline] = STATE(1042),
[sym_list] = STATE(1042),
[sym_negated_command] = STATE(1042),
[sym_test_command] = STATE(1042),
[sym_declaration_command] = STATE(1042),
[sym_unset_command] = STATE(1042),
[sym_command] = STATE(1042),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(1043),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[566] = {
[sym__expression] = STATE(1045),
[sym_binary_expression] = STATE(1045),
[sym_unary_expression] = STATE(1045),
[sym_postfix_expression] = STATE(1045),
[sym_parenthesized_expression] = STATE(1045),
[sym_concatenation] = STATE(1045),
[sym_string] = STATE(45),
[sym_simple_expansion] = STATE(45),
[sym_string_expansion] = STATE(45),
[sym_expansion] = STATE(45),
[sym_command_substitution] = STATE(45),
[sym_process_substitution] = STATE(45),
[anon_sym_RPAREN_RPAREN] = ACTIONS(2166),
[anon_sym_LPAREN] = ACTIONS(73),
[anon_sym_BANG] = ACTIONS(75),
[sym__special_characters] = ACTIONS(77),
[anon_sym_DQUOTE] = ACTIONS(79),
[anon_sym_DOLLAR] = ACTIONS(81),
[sym_raw_string] = ACTIONS(83),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(85),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(87),
[anon_sym_BQUOTE] = ACTIONS(89),
[anon_sym_LT_LPAREN] = ACTIONS(91),
[anon_sym_GT_LPAREN] = ACTIONS(91),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(93),
[sym_test_operator] = ACTIONS(95),
},
[567] = {
[anon_sym_SEMI] = ACTIONS(2168),
[anon_sym_SEMI_SEMI] = ACTIONS(2170),
[anon_sym_AMP_AMP] = ACTIONS(1171),
[anon_sym_PIPE_PIPE] = ACTIONS(1171),
[anon_sym_EQ_TILDE] = ACTIONS(1173),
[anon_sym_EQ_EQ] = ACTIONS(1173),
[anon_sym_EQ] = ACTIONS(1175),
[anon_sym_PLUS_EQ] = ACTIONS(1171),
[anon_sym_LT] = ACTIONS(1175),
[anon_sym_GT] = ACTIONS(1175),
[anon_sym_BANG_EQ] = ACTIONS(1171),
[anon_sym_PLUS] = ACTIONS(1175),
[anon_sym_DASH] = ACTIONS(1175),
[anon_sym_DASH_EQ] = ACTIONS(1171),
[anon_sym_LT_EQ] = ACTIONS(1171),
[anon_sym_GT_EQ] = ACTIONS(1171),
[anon_sym_PLUS_PLUS] = ACTIONS(1177),
[anon_sym_DASH_DASH] = ACTIONS(1177),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1171),
[anon_sym_LF] = ACTIONS(2170),
[anon_sym_AMP] = ACTIONS(2168),
},
[568] = {
[anon_sym_RPAREN] = ACTIONS(2172),
[anon_sym_AMP_AMP] = ACTIONS(1221),
[anon_sym_PIPE_PIPE] = ACTIONS(1221),
[anon_sym_EQ_TILDE] = ACTIONS(1223),
[anon_sym_EQ_EQ] = ACTIONS(1223),
[anon_sym_EQ] = ACTIONS(1225),
[anon_sym_PLUS_EQ] = ACTIONS(1221),
[anon_sym_LT] = ACTIONS(1225),
[anon_sym_GT] = ACTIONS(1225),
[anon_sym_BANG_EQ] = ACTIONS(1221),
[anon_sym_PLUS] = ACTIONS(1225),
[anon_sym_DASH] = ACTIONS(1225),
[anon_sym_DASH_EQ] = ACTIONS(1221),
[anon_sym_LT_EQ] = ACTIONS(1221),
[anon_sym_GT_EQ] = ACTIONS(1221),
[anon_sym_PLUS_PLUS] = ACTIONS(1227),
[anon_sym_DASH_DASH] = ACTIONS(1227),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1221),
},
[569] = {
[anon_sym_SEMI] = ACTIONS(2174),
[anon_sym_SEMI_SEMI] = ACTIONS(1229),
[anon_sym_AMP_AMP] = ACTIONS(1171),
[anon_sym_PIPE_PIPE] = ACTIONS(1171),
[anon_sym_EQ_TILDE] = ACTIONS(1173),
[anon_sym_EQ_EQ] = ACTIONS(1173),
[anon_sym_EQ] = ACTIONS(1175),
[anon_sym_PLUS_EQ] = ACTIONS(1171),
[anon_sym_LT] = ACTIONS(1175),
[anon_sym_GT] = ACTIONS(1175),
[anon_sym_BANG_EQ] = ACTIONS(1171),
[anon_sym_PLUS] = ACTIONS(1175),
[anon_sym_DASH] = ACTIONS(1175),
[anon_sym_DASH_EQ] = ACTIONS(1171),
[anon_sym_LT_EQ] = ACTIONS(1171),
[anon_sym_GT_EQ] = ACTIONS(1171),
[anon_sym_PLUS_PLUS] = ACTIONS(1177),
[anon_sym_DASH_DASH] = ACTIONS(1177),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1171),
[anon_sym_LF] = ACTIONS(1229),
[anon_sym_AMP] = ACTIONS(2174),
},
[570] = {
[sym_string] = STATE(1048),
[sym_simple_expansion] = STATE(1048),
[sym_string_expansion] = STATE(1048),
[sym_expansion] = STATE(1048),
[sym_command_substitution] = STATE(1048),
[sym_process_substitution] = STATE(1048),
[sym__special_characters] = ACTIONS(2176),
[anon_sym_DQUOTE] = ACTIONS(383),
[anon_sym_DOLLAR] = ACTIONS(385),
[sym_raw_string] = ACTIONS(2176),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(389),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(391),
[anon_sym_BQUOTE] = ACTIONS(393),
[anon_sym_LT_LPAREN] = ACTIONS(395),
[anon_sym_GT_LPAREN] = ACTIONS(395),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2176),
},
[571] = {
[aux_sym_concatenation_repeat1] = STATE(1049),
[sym__concat] = ACTIONS(1143),
[anon_sym_SEMI] = ACTIONS(781),
[anon_sym_SEMI_SEMI] = ACTIONS(779),
[anon_sym_AMP_AMP] = ACTIONS(779),
[anon_sym_PIPE_PIPE] = ACTIONS(779),
[anon_sym_EQ_TILDE] = ACTIONS(779),
[anon_sym_EQ_EQ] = ACTIONS(779),
[anon_sym_EQ] = ACTIONS(781),
[anon_sym_PLUS_EQ] = ACTIONS(779),
[anon_sym_LT] = ACTIONS(781),
[anon_sym_GT] = ACTIONS(781),
[anon_sym_BANG_EQ] = ACTIONS(779),
[anon_sym_PLUS] = ACTIONS(781),
[anon_sym_DASH] = ACTIONS(781),
[anon_sym_DASH_EQ] = ACTIONS(779),
[anon_sym_LT_EQ] = ACTIONS(779),
[anon_sym_GT_EQ] = ACTIONS(779),
[anon_sym_PLUS_PLUS] = ACTIONS(779),
[anon_sym_DASH_DASH] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(779),
[anon_sym_LF] = ACTIONS(779),
[anon_sym_AMP] = ACTIONS(781),
},
[572] = {
[sym__concat] = ACTIONS(783),
[anon_sym_SEMI] = ACTIONS(785),
[anon_sym_SEMI_SEMI] = ACTIONS(783),
[anon_sym_AMP_AMP] = ACTIONS(783),
[anon_sym_PIPE_PIPE] = ACTIONS(783),
[anon_sym_EQ_TILDE] = ACTIONS(783),
[anon_sym_EQ_EQ] = ACTIONS(783),
[anon_sym_EQ] = ACTIONS(785),
[anon_sym_PLUS_EQ] = ACTIONS(783),
[anon_sym_LT] = ACTIONS(785),
[anon_sym_GT] = ACTIONS(785),
[anon_sym_BANG_EQ] = ACTIONS(783),
[anon_sym_PLUS] = ACTIONS(785),
[anon_sym_DASH] = ACTIONS(785),
[anon_sym_DASH_EQ] = ACTIONS(783),
[anon_sym_LT_EQ] = ACTIONS(783),
[anon_sym_GT_EQ] = ACTIONS(783),
[anon_sym_PLUS_PLUS] = ACTIONS(783),
[anon_sym_DASH_DASH] = ACTIONS(783),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(783),
[anon_sym_LF] = ACTIONS(783),
[anon_sym_AMP] = ACTIONS(785),
},
[573] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(2178),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[574] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(455),
[anon_sym_DQUOTE] = ACTIONS(2178),
[anon_sym_DOLLAR] = ACTIONS(2180),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[575] = {
[sym__concat] = ACTIONS(817),
[anon_sym_SEMI] = ACTIONS(819),
[anon_sym_SEMI_SEMI] = ACTIONS(817),
[anon_sym_AMP_AMP] = ACTIONS(817),
[anon_sym_PIPE_PIPE] = ACTIONS(817),
[anon_sym_EQ_TILDE] = ACTIONS(817),
[anon_sym_EQ_EQ] = ACTIONS(817),
[anon_sym_EQ] = ACTIONS(819),
[anon_sym_PLUS_EQ] = ACTIONS(817),
[anon_sym_LT] = ACTIONS(819),
[anon_sym_GT] = ACTIONS(819),
[anon_sym_BANG_EQ] = ACTIONS(817),
[anon_sym_PLUS] = ACTIONS(819),
[anon_sym_DASH] = ACTIONS(819),
[anon_sym_DASH_EQ] = ACTIONS(817),
[anon_sym_LT_EQ] = ACTIONS(817),
[anon_sym_GT_EQ] = ACTIONS(817),
[anon_sym_PLUS_PLUS] = ACTIONS(817),
[anon_sym_DASH_DASH] = ACTIONS(817),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(817),
[anon_sym_LF] = ACTIONS(817),
[anon_sym_AMP] = ACTIONS(819),
},
[576] = {
[sym__concat] = ACTIONS(821),
[anon_sym_SEMI] = ACTIONS(823),
[anon_sym_SEMI_SEMI] = ACTIONS(821),
[anon_sym_AMP_AMP] = ACTIONS(821),
[anon_sym_PIPE_PIPE] = ACTIONS(821),
[anon_sym_EQ_TILDE] = ACTIONS(821),
[anon_sym_EQ_EQ] = ACTIONS(821),
[anon_sym_EQ] = ACTIONS(823),
[anon_sym_PLUS_EQ] = ACTIONS(821),
[anon_sym_LT] = ACTIONS(823),
[anon_sym_GT] = ACTIONS(823),
[anon_sym_BANG_EQ] = ACTIONS(821),
[anon_sym_PLUS] = ACTIONS(823),
[anon_sym_DASH] = ACTIONS(823),
[anon_sym_DASH_EQ] = ACTIONS(821),
[anon_sym_LT_EQ] = ACTIONS(821),
[anon_sym_GT_EQ] = ACTIONS(821),
[anon_sym_PLUS_PLUS] = ACTIONS(821),
[anon_sym_DASH_DASH] = ACTIONS(821),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(821),
[anon_sym_LF] = ACTIONS(821),
[anon_sym_AMP] = ACTIONS(823),
},
[577] = {
[sym__concat] = ACTIONS(825),
[anon_sym_SEMI] = ACTIONS(827),
[anon_sym_SEMI_SEMI] = ACTIONS(825),
[anon_sym_AMP_AMP] = ACTIONS(825),
[anon_sym_PIPE_PIPE] = ACTIONS(825),
[anon_sym_EQ_TILDE] = ACTIONS(825),
[anon_sym_EQ_EQ] = ACTIONS(825),
[anon_sym_EQ] = ACTIONS(827),
[anon_sym_PLUS_EQ] = ACTIONS(825),
[anon_sym_LT] = ACTIONS(827),
[anon_sym_GT] = ACTIONS(827),
[anon_sym_BANG_EQ] = ACTIONS(825),
[anon_sym_PLUS] = ACTIONS(827),
[anon_sym_DASH] = ACTIONS(827),
[anon_sym_DASH_EQ] = ACTIONS(825),
[anon_sym_LT_EQ] = ACTIONS(825),
[anon_sym_GT_EQ] = ACTIONS(825),
[anon_sym_PLUS_PLUS] = ACTIONS(825),
[anon_sym_DASH_DASH] = ACTIONS(825),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(825),
[anon_sym_LF] = ACTIONS(825),
[anon_sym_AMP] = ACTIONS(827),
},
[578] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(2182),
[sym_comment] = ACTIONS(57),
},
[579] = {
[sym_subscript] = STATE(1055),
[sym_variable_name] = ACTIONS(2184),
[anon_sym_DASH] = ACTIONS(2186),
[anon_sym_DOLLAR] = ACTIONS(2186),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2188),
[anon_sym_STAR] = ACTIONS(2190),
[anon_sym_AT] = ACTIONS(2190),
[anon_sym_QMARK] = ACTIONS(2190),
[anon_sym_0] = ACTIONS(2188),
[anon_sym__] = ACTIONS(2188),
},
[580] = {
[sym_concatenation] = STATE(1058),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1058),
[anon_sym_RBRACE] = ACTIONS(2192),
[anon_sym_EQ] = ACTIONS(2194),
[anon_sym_DASH] = ACTIONS(2194),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2196),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(2198),
[anon_sym_COLON] = ACTIONS(2194),
[anon_sym_COLON_QMARK] = ACTIONS(2194),
[anon_sym_COLON_DASH] = ACTIONS(2194),
[anon_sym_PERCENT] = ACTIONS(2194),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[581] = {
[sym_concatenation] = STATE(1061),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1061),
[anon_sym_RBRACE] = ACTIONS(2200),
[anon_sym_EQ] = ACTIONS(2202),
[anon_sym_DASH] = ACTIONS(2202),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2204),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(2206),
[anon_sym_COLON] = ACTIONS(2202),
[anon_sym_COLON_QMARK] = ACTIONS(2202),
[anon_sym_COLON_DASH] = ACTIONS(2202),
[anon_sym_PERCENT] = ACTIONS(2202),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[582] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1064),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(2208),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2210),
[anon_sym_SEMI_SEMI] = ACTIONS(2212),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2212),
[anon_sym_AMP] = ACTIONS(2208),
},
[583] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1064),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2208),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2210),
[anon_sym_SEMI_SEMI] = ACTIONS(2212),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2212),
[anon_sym_AMP] = ACTIONS(2208),
},
[584] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(1065),
[sym_for_statement] = STATE(1065),
[sym_c_style_for_statement] = STATE(1065),
[sym_while_statement] = STATE(1065),
[sym_if_statement] = STATE(1065),
[sym_case_statement] = STATE(1065),
[sym_function_definition] = STATE(1065),
[sym_compound_statement] = STATE(1065),
[sym_subshell] = STATE(1065),
[sym_pipeline] = STATE(1065),
[sym_list] = STATE(1065),
[sym_negated_command] = STATE(1065),
[sym_test_command] = STATE(1065),
[sym_declaration_command] = STATE(1065),
[sym_unset_command] = STATE(1065),
[sym_command] = STATE(1065),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(1066),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[585] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1068),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(2214),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(2216),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(2210),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2216),
[anon_sym_AMP] = ACTIONS(2214),
},
[586] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1068),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2214),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(2216),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(2210),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2216),
[anon_sym_AMP] = ACTIONS(2214),
},
[587] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(1069),
[sym_for_statement] = STATE(1069),
[sym_c_style_for_statement] = STATE(1069),
[sym_while_statement] = STATE(1069),
[sym_if_statement] = STATE(1069),
[sym_case_statement] = STATE(1069),
[sym_function_definition] = STATE(1069),
[sym_compound_statement] = STATE(1069),
[sym_subshell] = STATE(1069),
[sym_pipeline] = STATE(1069),
[sym_list] = STATE(1069),
[sym_negated_command] = STATE(1069),
[sym_test_command] = STATE(1069),
[sym_declaration_command] = STATE(1069),
[sym_unset_command] = STATE(1069),
[sym_command] = STATE(1069),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(1070),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[588] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1073),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(2218),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2220),
[anon_sym_SEMI_SEMI] = ACTIONS(2222),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2222),
[anon_sym_AMP] = ACTIONS(2218),
},
[589] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1073),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2218),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2220),
[anon_sym_SEMI_SEMI] = ACTIONS(2222),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2222),
[anon_sym_AMP] = ACTIONS(2218),
},
[590] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(1074),
[sym_for_statement] = STATE(1074),
[sym_c_style_for_statement] = STATE(1074),
[sym_while_statement] = STATE(1074),
[sym_if_statement] = STATE(1074),
[sym_case_statement] = STATE(1074),
[sym_function_definition] = STATE(1074),
[sym_compound_statement] = STATE(1074),
[sym_subshell] = STATE(1074),
[sym_pipeline] = STATE(1074),
[sym_list] = STATE(1074),
[sym_negated_command] = STATE(1074),
[sym_test_command] = STATE(1074),
[sym_declaration_command] = STATE(1074),
[sym_unset_command] = STATE(1074),
[sym_command] = STATE(1074),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(1075),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[591] = {
[sym__expression] = STATE(1076),
[sym_binary_expression] = STATE(1076),
[sym_unary_expression] = STATE(1076),
[sym_postfix_expression] = STATE(1076),
[sym_parenthesized_expression] = STATE(1076),
[sym_concatenation] = STATE(1076),
[sym_string] = STATE(212),
[sym_simple_expansion] = STATE(212),
[sym_string_expansion] = STATE(212),
[sym_expansion] = STATE(212),
[sym_command_substitution] = STATE(212),
[sym_process_substitution] = STATE(212),
[anon_sym_SEMI] = ACTIONS(2168),
[anon_sym_SEMI_SEMI] = ACTIONS(2170),
[anon_sym_LPAREN] = ACTIONS(377),
[anon_sym_BANG] = ACTIONS(379),
[sym__special_characters] = ACTIONS(381),
[anon_sym_DQUOTE] = ACTIONS(383),
[anon_sym_DOLLAR] = ACTIONS(385),
[sym_raw_string] = ACTIONS(387),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(389),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(391),
[anon_sym_BQUOTE] = ACTIONS(393),
[anon_sym_LT_LPAREN] = ACTIONS(395),
[anon_sym_GT_LPAREN] = ACTIONS(395),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(397),
[sym_test_operator] = ACTIONS(399),
[anon_sym_LF] = ACTIONS(2170),
[anon_sym_AMP] = ACTIONS(2170),
},
[592] = {
[sym__expression] = STATE(1077),
[sym_binary_expression] = STATE(1077),
[sym_unary_expression] = STATE(1077),
[sym_postfix_expression] = STATE(1077),
[sym_parenthesized_expression] = STATE(1077),
[sym_concatenation] = STATE(1077),
[sym_string] = STATE(212),
[sym_simple_expansion] = STATE(212),
[sym_string_expansion] = STATE(212),
[sym_expansion] = STATE(212),
[sym_command_substitution] = STATE(212),
[sym_process_substitution] = STATE(212),
[anon_sym_LPAREN] = ACTIONS(377),
[anon_sym_BANG] = ACTIONS(379),
[sym__special_characters] = ACTIONS(381),
[anon_sym_DQUOTE] = ACTIONS(383),
[anon_sym_DOLLAR] = ACTIONS(385),
[sym_raw_string] = ACTIONS(387),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(389),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(391),
[anon_sym_BQUOTE] = ACTIONS(393),
[anon_sym_LT_LPAREN] = ACTIONS(395),
[anon_sym_GT_LPAREN] = ACTIONS(395),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(397),
[sym_test_operator] = ACTIONS(399),
},
[593] = {
[sym__expression] = STATE(1077),
[sym_binary_expression] = STATE(1077),
[sym_unary_expression] = STATE(1077),
[sym_postfix_expression] = STATE(1077),
[sym_parenthesized_expression] = STATE(1077),
[sym_concatenation] = STATE(1077),
[sym_string] = STATE(212),
[sym_simple_expansion] = STATE(212),
[sym_string_expansion] = STATE(212),
[sym_expansion] = STATE(212),
[sym_command_substitution] = STATE(212),
[sym_process_substitution] = STATE(212),
[sym_regex] = ACTIONS(2224),
[anon_sym_LPAREN] = ACTIONS(377),
[anon_sym_BANG] = ACTIONS(379),
[sym__special_characters] = ACTIONS(381),
[anon_sym_DQUOTE] = ACTIONS(383),
[anon_sym_DOLLAR] = ACTIONS(385),
[sym_raw_string] = ACTIONS(387),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(389),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(391),
[anon_sym_BQUOTE] = ACTIONS(393),
[anon_sym_LT_LPAREN] = ACTIONS(395),
[anon_sym_GT_LPAREN] = ACTIONS(395),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(397),
[sym_test_operator] = ACTIONS(399),
},
[594] = {
[anon_sym_SEMI] = ACTIONS(1287),
[anon_sym_SEMI_SEMI] = ACTIONS(1285),
[anon_sym_AMP_AMP] = ACTIONS(1285),
[anon_sym_PIPE_PIPE] = ACTIONS(1285),
[anon_sym_EQ_TILDE] = ACTIONS(1285),
[anon_sym_EQ_EQ] = ACTIONS(1285),
[anon_sym_EQ] = ACTIONS(1287),
[anon_sym_PLUS_EQ] = ACTIONS(1285),
[anon_sym_LT] = ACTIONS(1287),
[anon_sym_GT] = ACTIONS(1287),
[anon_sym_BANG_EQ] = ACTIONS(1285),
[anon_sym_PLUS] = ACTIONS(1287),
[anon_sym_DASH] = ACTIONS(1287),
[anon_sym_DASH_EQ] = ACTIONS(1285),
[anon_sym_LT_EQ] = ACTIONS(1285),
[anon_sym_GT_EQ] = ACTIONS(1285),
[anon_sym_PLUS_PLUS] = ACTIONS(1285),
[anon_sym_DASH_DASH] = ACTIONS(1285),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1285),
[anon_sym_LF] = ACTIONS(1285),
[anon_sym_AMP] = ACTIONS(1287),
},
[595] = {
[aux_sym_concatenation_repeat1] = STATE(1080),
[sym__concat] = ACTIONS(2226),
[anon_sym_SEMI] = ACTIONS(2088),
[anon_sym_SEMI_SEMI] = ACTIONS(2086),
[sym__special_characters] = ACTIONS(2086),
[anon_sym_DQUOTE] = ACTIONS(2086),
[anon_sym_DOLLAR] = ACTIONS(2088),
[sym_raw_string] = ACTIONS(2086),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2086),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2086),
[anon_sym_BQUOTE] = ACTIONS(2086),
[anon_sym_LT_LPAREN] = ACTIONS(2086),
[anon_sym_GT_LPAREN] = ACTIONS(2086),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2088),
[anon_sym_LF] = ACTIONS(2086),
[anon_sym_AMP] = ACTIONS(2086),
},
[596] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(1083),
[anon_sym_DQUOTE] = ACTIONS(2228),
[anon_sym_DOLLAR] = ACTIONS(2230),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[597] = {
[sym_string] = STATE(1085),
[anon_sym_DASH] = ACTIONS(2232),
[anon_sym_DQUOTE] = ACTIONS(1181),
[anon_sym_DOLLAR] = ACTIONS(2232),
[sym_raw_string] = ACTIONS(2234),
[anon_sym_POUND] = ACTIONS(2232),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2236),
[anon_sym_STAR] = ACTIONS(2238),
[anon_sym_AT] = ACTIONS(2238),
[anon_sym_QMARK] = ACTIONS(2238),
[anon_sym_0] = ACTIONS(2236),
[anon_sym__] = ACTIONS(2236),
},
[598] = {
[aux_sym_concatenation_repeat1] = STATE(1080),
[sym__concat] = ACTIONS(2226),
[anon_sym_SEMI] = ACTIONS(2104),
[anon_sym_SEMI_SEMI] = ACTIONS(2102),
[sym__special_characters] = ACTIONS(2102),
[anon_sym_DQUOTE] = ACTIONS(2102),
[anon_sym_DOLLAR] = ACTIONS(2104),
[sym_raw_string] = ACTIONS(2102),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2102),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2102),
[anon_sym_BQUOTE] = ACTIONS(2102),
[anon_sym_LT_LPAREN] = ACTIONS(2102),
[anon_sym_GT_LPAREN] = ACTIONS(2102),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2104),
[anon_sym_LF] = ACTIONS(2102),
[anon_sym_AMP] = ACTIONS(2102),
},
[599] = {
[sym_subscript] = STATE(1090),
[sym_variable_name] = ACTIONS(2240),
[anon_sym_BANG] = ACTIONS(2242),
[anon_sym_DASH] = ACTIONS(2244),
[anon_sym_DOLLAR] = ACTIONS(2244),
[anon_sym_POUND] = ACTIONS(2242),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2246),
[anon_sym_STAR] = ACTIONS(2248),
[anon_sym_AT] = ACTIONS(2248),
[anon_sym_QMARK] = ACTIONS(2248),
[anon_sym_0] = ACTIONS(2246),
[anon_sym__] = ACTIONS(2246),
},
[600] = {
[sym__terminated_statement] = STATE(1093),
[sym_redirected_statement] = STATE(1091),
[sym_for_statement] = STATE(1091),
[sym_c_style_for_statement] = STATE(1091),
[sym_while_statement] = STATE(1091),
[sym_if_statement] = STATE(1091),
[sym_case_statement] = STATE(1091),
[sym_function_definition] = STATE(1091),
[sym_compound_statement] = STATE(1091),
[sym_subshell] = STATE(1091),
[sym_pipeline] = STATE(1091),
[sym_list] = STATE(1091),
[sym_negated_command] = STATE(1091),
[sym_test_command] = STATE(1091),
[sym_declaration_command] = STATE(1091),
[sym_unset_command] = STATE(1091),
[sym_command] = STATE(1091),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(1092),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(1093),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[601] = {
[sym__terminated_statement] = STATE(1096),
[sym_redirected_statement] = STATE(1094),
[sym_for_statement] = STATE(1094),
[sym_c_style_for_statement] = STATE(1094),
[sym_while_statement] = STATE(1094),
[sym_if_statement] = STATE(1094),
[sym_case_statement] = STATE(1094),
[sym_function_definition] = STATE(1094),
[sym_compound_statement] = STATE(1094),
[sym_subshell] = STATE(1094),
[sym_pipeline] = STATE(1094),
[sym_list] = STATE(1094),
[sym_negated_command] = STATE(1094),
[sym_test_command] = STATE(1094),
[sym_declaration_command] = STATE(1094),
[sym_unset_command] = STATE(1094),
[sym_command] = STATE(1094),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(1095),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(1096),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[602] = {
[sym__terminated_statement] = STATE(1099),
[sym_redirected_statement] = STATE(1097),
[sym_for_statement] = STATE(1097),
[sym_c_style_for_statement] = STATE(1097),
[sym_while_statement] = STATE(1097),
[sym_if_statement] = STATE(1097),
[sym_case_statement] = STATE(1097),
[sym_function_definition] = STATE(1097),
[sym_compound_statement] = STATE(1097),
[sym_subshell] = STATE(1097),
[sym_pipeline] = STATE(1097),
[sym_list] = STATE(1097),
[sym_negated_command] = STATE(1097),
[sym_test_command] = STATE(1097),
[sym_declaration_command] = STATE(1097),
[sym_unset_command] = STATE(1097),
[sym_command] = STATE(1097),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(1098),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(1099),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[603] = {
[sym_concatenation] = STATE(1101),
[sym_string] = STATE(598),
[sym_simple_expansion] = STATE(598),
[sym_string_expansion] = STATE(598),
[sym_expansion] = STATE(598),
[sym_command_substitution] = STATE(598),
[sym_process_substitution] = STATE(598),
[aux_sym_for_statement_repeat1] = STATE(1101),
[anon_sym_SEMI] = ACTIONS(2250),
[anon_sym_SEMI_SEMI] = ACTIONS(2252),
[sym__special_characters] = ACTIONS(1179),
[anon_sym_DQUOTE] = ACTIONS(1181),
[anon_sym_DOLLAR] = ACTIONS(1183),
[sym_raw_string] = ACTIONS(1185),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1187),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1189),
[anon_sym_BQUOTE] = ACTIONS(1191),
[anon_sym_LT_LPAREN] = ACTIONS(1193),
[anon_sym_GT_LPAREN] = ACTIONS(1193),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2254),
[anon_sym_LF] = ACTIONS(2252),
[anon_sym_AMP] = ACTIONS(2252),
},
[604] = {
[sym__simple_heredoc_body] = ACTIONS(2256),
[sym__heredoc_body_beginning] = ACTIONS(2256),
[sym_file_descriptor] = ACTIONS(2256),
[ts_builtin_sym_end] = ACTIONS(2256),
[anon_sym_SEMI] = ACTIONS(2258),
[anon_sym_esac] = ACTIONS(2256),
[anon_sym_PIPE] = ACTIONS(2258),
[anon_sym_RPAREN] = ACTIONS(2256),
[anon_sym_SEMI_SEMI] = ACTIONS(2256),
[anon_sym_PIPE_AMP] = ACTIONS(2256),
[anon_sym_AMP_AMP] = ACTIONS(2256),
[anon_sym_PIPE_PIPE] = ACTIONS(2256),
[anon_sym_LT] = ACTIONS(2258),
[anon_sym_GT] = ACTIONS(2258),
[anon_sym_GT_GT] = ACTIONS(2256),
[anon_sym_AMP_GT] = ACTIONS(2258),
[anon_sym_AMP_GT_GT] = ACTIONS(2256),
[anon_sym_LT_AMP] = ACTIONS(2256),
[anon_sym_GT_AMP] = ACTIONS(2256),
[anon_sym_LT_LT] = ACTIONS(2258),
[anon_sym_LT_LT_DASH] = ACTIONS(2256),
[anon_sym_LT_LT_LT] = ACTIONS(2256),
[anon_sym_BQUOTE] = ACTIONS(2256),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2256),
[anon_sym_AMP] = ACTIONS(2258),
},
[605] = {
[anon_sym_RPAREN] = ACTIONS(2260),
[anon_sym_AMP_AMP] = ACTIONS(1221),
[anon_sym_PIPE_PIPE] = ACTIONS(1221),
[anon_sym_EQ_TILDE] = ACTIONS(1223),
[anon_sym_EQ_EQ] = ACTIONS(1223),
[anon_sym_EQ] = ACTIONS(1225),
[anon_sym_PLUS_EQ] = ACTIONS(1221),
[anon_sym_LT] = ACTIONS(1225),
[anon_sym_GT] = ACTIONS(1225),
[anon_sym_BANG_EQ] = ACTIONS(1221),
[anon_sym_PLUS] = ACTIONS(1225),
[anon_sym_DASH] = ACTIONS(1225),
[anon_sym_DASH_EQ] = ACTIONS(1221),
[anon_sym_LT_EQ] = ACTIONS(1221),
[anon_sym_GT_EQ] = ACTIONS(1221),
[anon_sym_PLUS_PLUS] = ACTIONS(1227),
[anon_sym_DASH_DASH] = ACTIONS(1227),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1221),
},
[606] = {
[anon_sym_RPAREN] = ACTIONS(1229),
[anon_sym_AMP_AMP] = ACTIONS(1221),
[anon_sym_PIPE_PIPE] = ACTIONS(1221),
[anon_sym_EQ_TILDE] = ACTIONS(1223),
[anon_sym_EQ_EQ] = ACTIONS(1223),
[anon_sym_EQ] = ACTIONS(1225),
[anon_sym_PLUS_EQ] = ACTIONS(1221),
[anon_sym_LT] = ACTIONS(1225),
[anon_sym_GT] = ACTIONS(1225),
[anon_sym_BANG_EQ] = ACTIONS(1221),
[anon_sym_PLUS] = ACTIONS(1225),
[anon_sym_DASH] = ACTIONS(1225),
[anon_sym_DASH_EQ] = ACTIONS(1221),
[anon_sym_LT_EQ] = ACTIONS(1221),
[anon_sym_GT_EQ] = ACTIONS(1221),
[anon_sym_PLUS_PLUS] = ACTIONS(1227),
[anon_sym_DASH_DASH] = ACTIONS(1227),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1221),
},
[607] = {
[sym_string] = STATE(1103),
[sym_simple_expansion] = STATE(1103),
[sym_string_expansion] = STATE(1103),
[sym_expansion] = STATE(1103),
[sym_command_substitution] = STATE(1103),
[sym_process_substitution] = STATE(1103),
[sym__special_characters] = ACTIONS(2262),
[anon_sym_DQUOTE] = ACTIONS(413),
[anon_sym_DOLLAR] = ACTIONS(415),
[sym_raw_string] = ACTIONS(2262),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(419),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(421),
[anon_sym_BQUOTE] = ACTIONS(423),
[anon_sym_LT_LPAREN] = ACTIONS(425),
[anon_sym_GT_LPAREN] = ACTIONS(425),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2262),
},
[608] = {
[aux_sym_concatenation_repeat1] = STATE(1104),
[sym__concat] = ACTIONS(1195),
[anon_sym_RPAREN] = ACTIONS(779),
[anon_sym_AMP_AMP] = ACTIONS(779),
[anon_sym_PIPE_PIPE] = ACTIONS(779),
[anon_sym_EQ_TILDE] = ACTIONS(779),
[anon_sym_EQ_EQ] = ACTIONS(779),
[anon_sym_EQ] = ACTIONS(781),
[anon_sym_PLUS_EQ] = ACTIONS(779),
[anon_sym_LT] = ACTIONS(781),
[anon_sym_GT] = ACTIONS(781),
[anon_sym_BANG_EQ] = ACTIONS(779),
[anon_sym_PLUS] = ACTIONS(781),
[anon_sym_DASH] = ACTIONS(781),
[anon_sym_DASH_EQ] = ACTIONS(779),
[anon_sym_LT_EQ] = ACTIONS(779),
[anon_sym_GT_EQ] = ACTIONS(779),
[anon_sym_PLUS_PLUS] = ACTIONS(779),
[anon_sym_DASH_DASH] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(779),
},
[609] = {
[sym__concat] = ACTIONS(783),
[anon_sym_PIPE] = ACTIONS(785),
[anon_sym_RPAREN] = ACTIONS(783),
[anon_sym_AMP_AMP] = ACTIONS(783),
[anon_sym_PIPE_PIPE] = ACTIONS(783),
[anon_sym_EQ_TILDE] = ACTIONS(783),
[anon_sym_EQ_EQ] = ACTIONS(783),
[anon_sym_EQ] = ACTIONS(785),
[anon_sym_PLUS_EQ] = ACTIONS(783),
[anon_sym_LT] = ACTIONS(785),
[anon_sym_GT] = ACTIONS(785),
[anon_sym_BANG_EQ] = ACTIONS(783),
[anon_sym_PLUS] = ACTIONS(785),
[anon_sym_DASH] = ACTIONS(785),
[anon_sym_DASH_EQ] = ACTIONS(783),
[anon_sym_LT_EQ] = ACTIONS(783),
[anon_sym_GT_EQ] = ACTIONS(783),
[anon_sym_PLUS_PLUS] = ACTIONS(783),
[anon_sym_DASH_DASH] = ACTIONS(783),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(783),
},
[610] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(2264),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[611] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(455),
[anon_sym_DQUOTE] = ACTIONS(2264),
[anon_sym_DOLLAR] = ACTIONS(2266),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[612] = {
[sym__concat] = ACTIONS(817),
[anon_sym_PIPE] = ACTIONS(819),
[anon_sym_RPAREN] = ACTIONS(817),
[anon_sym_AMP_AMP] = ACTIONS(817),
[anon_sym_PIPE_PIPE] = ACTIONS(817),
[anon_sym_EQ_TILDE] = ACTIONS(817),
[anon_sym_EQ_EQ] = ACTIONS(817),
[anon_sym_EQ] = ACTIONS(819),
[anon_sym_PLUS_EQ] = ACTIONS(817),
[anon_sym_LT] = ACTIONS(819),
[anon_sym_GT] = ACTIONS(819),
[anon_sym_BANG_EQ] = ACTIONS(817),
[anon_sym_PLUS] = ACTIONS(819),
[anon_sym_DASH] = ACTIONS(819),
[anon_sym_DASH_EQ] = ACTIONS(817),
[anon_sym_LT_EQ] = ACTIONS(817),
[anon_sym_GT_EQ] = ACTIONS(817),
[anon_sym_PLUS_PLUS] = ACTIONS(817),
[anon_sym_DASH_DASH] = ACTIONS(817),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(817),
},
[613] = {
[sym__concat] = ACTIONS(821),
[anon_sym_PIPE] = ACTIONS(823),
[anon_sym_RPAREN] = ACTIONS(821),
[anon_sym_AMP_AMP] = ACTIONS(821),
[anon_sym_PIPE_PIPE] = ACTIONS(821),
[anon_sym_EQ_TILDE] = ACTIONS(821),
[anon_sym_EQ_EQ] = ACTIONS(821),
[anon_sym_EQ] = ACTIONS(823),
[anon_sym_PLUS_EQ] = ACTIONS(821),
[anon_sym_LT] = ACTIONS(823),
[anon_sym_GT] = ACTIONS(823),
[anon_sym_BANG_EQ] = ACTIONS(821),
[anon_sym_PLUS] = ACTIONS(823),
[anon_sym_DASH] = ACTIONS(823),
[anon_sym_DASH_EQ] = ACTIONS(821),
[anon_sym_LT_EQ] = ACTIONS(821),
[anon_sym_GT_EQ] = ACTIONS(821),
[anon_sym_PLUS_PLUS] = ACTIONS(821),
[anon_sym_DASH_DASH] = ACTIONS(821),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(821),
},
[614] = {
[sym__concat] = ACTIONS(825),
[anon_sym_PIPE] = ACTIONS(827),
[anon_sym_RPAREN] = ACTIONS(825),
[anon_sym_AMP_AMP] = ACTIONS(825),
[anon_sym_PIPE_PIPE] = ACTIONS(825),
[anon_sym_EQ_TILDE] = ACTIONS(825),
[anon_sym_EQ_EQ] = ACTIONS(825),
[anon_sym_EQ] = ACTIONS(827),
[anon_sym_PLUS_EQ] = ACTIONS(825),
[anon_sym_LT] = ACTIONS(827),
[anon_sym_GT] = ACTIONS(827),
[anon_sym_BANG_EQ] = ACTIONS(825),
[anon_sym_PLUS] = ACTIONS(827),
[anon_sym_DASH] = ACTIONS(827),
[anon_sym_DASH_EQ] = ACTIONS(825),
[anon_sym_LT_EQ] = ACTIONS(825),
[anon_sym_GT_EQ] = ACTIONS(825),
[anon_sym_PLUS_PLUS] = ACTIONS(825),
[anon_sym_DASH_DASH] = ACTIONS(825),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(825),
},
[615] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(2268),
[sym_comment] = ACTIONS(57),
},
[616] = {
[sym_subscript] = STATE(1110),
[sym_variable_name] = ACTIONS(2270),
[anon_sym_DASH] = ACTIONS(2272),
[anon_sym_DOLLAR] = ACTIONS(2272),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2274),
[anon_sym_STAR] = ACTIONS(2276),
[anon_sym_AT] = ACTIONS(2276),
[anon_sym_QMARK] = ACTIONS(2276),
[anon_sym_0] = ACTIONS(2274),
[anon_sym__] = ACTIONS(2274),
},
[617] = {
[sym_concatenation] = STATE(1113),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1113),
[anon_sym_RBRACE] = ACTIONS(2278),
[anon_sym_EQ] = ACTIONS(2280),
[anon_sym_DASH] = ACTIONS(2280),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2282),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(2284),
[anon_sym_COLON] = ACTIONS(2280),
[anon_sym_COLON_QMARK] = ACTIONS(2280),
[anon_sym_COLON_DASH] = ACTIONS(2280),
[anon_sym_PERCENT] = ACTIONS(2280),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[618] = {
[sym_concatenation] = STATE(1116),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1116),
[anon_sym_RBRACE] = ACTIONS(2286),
[anon_sym_EQ] = ACTIONS(2288),
[anon_sym_DASH] = ACTIONS(2288),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2290),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(2292),
[anon_sym_COLON] = ACTIONS(2288),
[anon_sym_COLON_QMARK] = ACTIONS(2288),
[anon_sym_COLON_DASH] = ACTIONS(2288),
[anon_sym_PERCENT] = ACTIONS(2288),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[619] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1119),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(2294),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2296),
[anon_sym_SEMI_SEMI] = ACTIONS(2298),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2298),
[anon_sym_AMP] = ACTIONS(2294),
},
[620] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1119),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2294),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2296),
[anon_sym_SEMI_SEMI] = ACTIONS(2298),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2298),
[anon_sym_AMP] = ACTIONS(2294),
},
[621] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(1120),
[sym_for_statement] = STATE(1120),
[sym_c_style_for_statement] = STATE(1120),
[sym_while_statement] = STATE(1120),
[sym_if_statement] = STATE(1120),
[sym_case_statement] = STATE(1120),
[sym_function_definition] = STATE(1120),
[sym_compound_statement] = STATE(1120),
[sym_subshell] = STATE(1120),
[sym_pipeline] = STATE(1120),
[sym_list] = STATE(1120),
[sym_negated_command] = STATE(1120),
[sym_test_command] = STATE(1120),
[sym_declaration_command] = STATE(1120),
[sym_unset_command] = STATE(1120),
[sym_command] = STATE(1120),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(1121),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[622] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1123),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(2300),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(2302),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(2296),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2302),
[anon_sym_AMP] = ACTIONS(2300),
},
[623] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1123),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2300),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(2302),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(2296),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2302),
[anon_sym_AMP] = ACTIONS(2300),
},
[624] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(1124),
[sym_for_statement] = STATE(1124),
[sym_c_style_for_statement] = STATE(1124),
[sym_while_statement] = STATE(1124),
[sym_if_statement] = STATE(1124),
[sym_case_statement] = STATE(1124),
[sym_function_definition] = STATE(1124),
[sym_compound_statement] = STATE(1124),
[sym_subshell] = STATE(1124),
[sym_pipeline] = STATE(1124),
[sym_list] = STATE(1124),
[sym_negated_command] = STATE(1124),
[sym_test_command] = STATE(1124),
[sym_declaration_command] = STATE(1124),
[sym_unset_command] = STATE(1124),
[sym_command] = STATE(1124),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(1125),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[625] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1128),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(2304),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2306),
[anon_sym_SEMI_SEMI] = ACTIONS(2308),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2308),
[anon_sym_AMP] = ACTIONS(2304),
},
[626] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1128),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2304),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2306),
[anon_sym_SEMI_SEMI] = ACTIONS(2308),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2308),
[anon_sym_AMP] = ACTIONS(2304),
},
[627] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(1129),
[sym_for_statement] = STATE(1129),
[sym_c_style_for_statement] = STATE(1129),
[sym_while_statement] = STATE(1129),
[sym_if_statement] = STATE(1129),
[sym_case_statement] = STATE(1129),
[sym_function_definition] = STATE(1129),
[sym_compound_statement] = STATE(1129),
[sym_subshell] = STATE(1129),
[sym_pipeline] = STATE(1129),
[sym_list] = STATE(1129),
[sym_negated_command] = STATE(1129),
[sym_test_command] = STATE(1129),
[sym_declaration_command] = STATE(1129),
[sym_unset_command] = STATE(1129),
[sym_command] = STATE(1129),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(1130),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[628] = {
[anon_sym_RPAREN_RPAREN] = ACTIONS(2310),
[anon_sym_AMP_AMP] = ACTIONS(2310),
[anon_sym_PIPE_PIPE] = ACTIONS(2310),
[anon_sym_RBRACK_RBRACK] = ACTIONS(2310),
[anon_sym_EQ_TILDE] = ACTIONS(2310),
[anon_sym_EQ_EQ] = ACTIONS(2310),
[anon_sym_EQ] = ACTIONS(2312),
[anon_sym_PLUS_EQ] = ACTIONS(2310),
[anon_sym_LT] = ACTIONS(2312),
[anon_sym_GT] = ACTIONS(2312),
[anon_sym_BANG_EQ] = ACTIONS(2310),
[anon_sym_PLUS] = ACTIONS(2312),
[anon_sym_DASH] = ACTIONS(2312),
[anon_sym_DASH_EQ] = ACTIONS(2310),
[anon_sym_LT_EQ] = ACTIONS(2310),
[anon_sym_GT_EQ] = ACTIONS(2310),
[anon_sym_PLUS_PLUS] = ACTIONS(2310),
[anon_sym_DASH_DASH] = ACTIONS(2310),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(2310),
},
[629] = {
[sym__expression] = STATE(1131),
[sym_binary_expression] = STATE(1131),
[sym_unary_expression] = STATE(1131),
[sym_postfix_expression] = STATE(1131),
[sym_parenthesized_expression] = STATE(1131),
[sym_concatenation] = STATE(1131),
[sym_string] = STATE(225),
[sym_simple_expansion] = STATE(225),
[sym_string_expansion] = STATE(225),
[sym_expansion] = STATE(225),
[sym_command_substitution] = STATE(225),
[sym_process_substitution] = STATE(225),
[anon_sym_LPAREN] = ACTIONS(407),
[anon_sym_BANG] = ACTIONS(409),
[sym__special_characters] = ACTIONS(411),
[anon_sym_DQUOTE] = ACTIONS(413),
[anon_sym_DOLLAR] = ACTIONS(415),
[sym_raw_string] = ACTIONS(417),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(419),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(421),
[anon_sym_BQUOTE] = ACTIONS(423),
[anon_sym_LT_LPAREN] = ACTIONS(425),
[anon_sym_GT_LPAREN] = ACTIONS(425),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(427),
[sym_test_operator] = ACTIONS(429),
},
[630] = {
[sym__expression] = STATE(1131),
[sym_binary_expression] = STATE(1131),
[sym_unary_expression] = STATE(1131),
[sym_postfix_expression] = STATE(1131),
[sym_parenthesized_expression] = STATE(1131),
[sym_concatenation] = STATE(1131),
[sym_string] = STATE(225),
[sym_simple_expansion] = STATE(225),
[sym_string_expansion] = STATE(225),
[sym_expansion] = STATE(225),
[sym_command_substitution] = STATE(225),
[sym_process_substitution] = STATE(225),
[sym_regex] = ACTIONS(2314),
[anon_sym_LPAREN] = ACTIONS(407),
[anon_sym_BANG] = ACTIONS(409),
[sym__special_characters] = ACTIONS(411),
[anon_sym_DQUOTE] = ACTIONS(413),
[anon_sym_DOLLAR] = ACTIONS(415),
[sym_raw_string] = ACTIONS(417),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(419),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(421),
[anon_sym_BQUOTE] = ACTIONS(423),
[anon_sym_LT_LPAREN] = ACTIONS(425),
[anon_sym_GT_LPAREN] = ACTIONS(425),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(427),
[sym_test_operator] = ACTIONS(429),
},
[631] = {
[anon_sym_RPAREN] = ACTIONS(1285),
[anon_sym_AMP_AMP] = ACTIONS(1285),
[anon_sym_PIPE_PIPE] = ACTIONS(1285),
[anon_sym_EQ_TILDE] = ACTIONS(1285),
[anon_sym_EQ_EQ] = ACTIONS(1285),
[anon_sym_EQ] = ACTIONS(1287),
[anon_sym_PLUS_EQ] = ACTIONS(1285),
[anon_sym_LT] = ACTIONS(1287),
[anon_sym_GT] = ACTIONS(1287),
[anon_sym_BANG_EQ] = ACTIONS(1285),
[anon_sym_PLUS] = ACTIONS(1287),
[anon_sym_DASH] = ACTIONS(1287),
[anon_sym_DASH_EQ] = ACTIONS(1285),
[anon_sym_LT_EQ] = ACTIONS(1285),
[anon_sym_GT_EQ] = ACTIONS(1285),
[anon_sym_PLUS_PLUS] = ACTIONS(1285),
[anon_sym_DASH_DASH] = ACTIONS(1285),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1285),
},
[632] = {
[sym__concat] = ACTIONS(1730),
[anon_sym_RPAREN_RPAREN] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_RBRACK_RBRACK] = ACTIONS(1730),
[anon_sym_EQ_TILDE] = ACTIONS(1730),
[anon_sym_EQ_EQ] = ACTIONS(1730),
[anon_sym_EQ] = ACTIONS(1732),
[anon_sym_PLUS_EQ] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_BANG_EQ] = ACTIONS(1730),
[anon_sym_PLUS] = ACTIONS(1732),
[anon_sym_DASH] = ACTIONS(1732),
[anon_sym_DASH_EQ] = ACTIONS(1730),
[anon_sym_LT_EQ] = ACTIONS(1730),
[anon_sym_GT_EQ] = ACTIONS(1730),
[anon_sym_PLUS_PLUS] = ACTIONS(1730),
[anon_sym_DASH_DASH] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1730),
},
[633] = {
[aux_sym_concatenation_repeat1] = STATE(633),
[sym__concat] = ACTIONS(2316),
[anon_sym_RPAREN_RPAREN] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_EQ_TILDE] = ACTIONS(1730),
[anon_sym_EQ_EQ] = ACTIONS(1730),
[anon_sym_EQ] = ACTIONS(1732),
[anon_sym_PLUS_EQ] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_BANG_EQ] = ACTIONS(1730),
[anon_sym_PLUS] = ACTIONS(1732),
[anon_sym_DASH] = ACTIONS(1732),
[anon_sym_DASH_EQ] = ACTIONS(1730),
[anon_sym_LT_EQ] = ACTIONS(1730),
[anon_sym_GT_EQ] = ACTIONS(1730),
[anon_sym_PLUS_PLUS] = ACTIONS(1730),
[anon_sym_DASH_DASH] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1730),
},
[634] = {
[sym__concat] = ACTIONS(1737),
[anon_sym_RPAREN_RPAREN] = ACTIONS(1737),
[anon_sym_AMP_AMP] = ACTIONS(1737),
[anon_sym_PIPE_PIPE] = ACTIONS(1737),
[anon_sym_RBRACK_RBRACK] = ACTIONS(1737),
[anon_sym_EQ_TILDE] = ACTIONS(1737),
[anon_sym_EQ_EQ] = ACTIONS(1737),
[anon_sym_EQ] = ACTIONS(1739),
[anon_sym_PLUS_EQ] = ACTIONS(1737),
[anon_sym_LT] = ACTIONS(1739),
[anon_sym_GT] = ACTIONS(1739),
[anon_sym_BANG_EQ] = ACTIONS(1737),
[anon_sym_PLUS] = ACTIONS(1739),
[anon_sym_DASH] = ACTIONS(1739),
[anon_sym_DASH_EQ] = ACTIONS(1737),
[anon_sym_LT_EQ] = ACTIONS(1737),
[anon_sym_GT_EQ] = ACTIONS(1737),
[anon_sym_PLUS_PLUS] = ACTIONS(1737),
[anon_sym_DASH_DASH] = ACTIONS(1737),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1737),
},
[635] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(2319),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[636] = {
[sym_concatenation] = STATE(1137),
[sym_string] = STATE(1136),
[sym_simple_expansion] = STATE(1136),
[sym_string_expansion] = STATE(1136),
[sym_expansion] = STATE(1136),
[sym_command_substitution] = STATE(1136),
[sym_process_substitution] = STATE(1136),
[anon_sym_RBRACE] = ACTIONS(2321),
[sym__special_characters] = ACTIONS(2323),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(2325),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2325),
},
[637] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(2327),
[sym_comment] = ACTIONS(57),
},
[638] = {
[sym_concatenation] = STATE(1141),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1141),
[anon_sym_RBRACE] = ACTIONS(2329),
[anon_sym_EQ] = ACTIONS(2331),
[anon_sym_DASH] = ACTIONS(2331),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2333),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(2335),
[anon_sym_COLON] = ACTIONS(2331),
[anon_sym_COLON_QMARK] = ACTIONS(2331),
[anon_sym_COLON_DASH] = ACTIONS(2331),
[anon_sym_PERCENT] = ACTIONS(2331),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[639] = {
[sym_concatenation] = STATE(1143),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1143),
[anon_sym_RBRACE] = ACTIONS(2321),
[anon_sym_EQ] = ACTIONS(2337),
[anon_sym_DASH] = ACTIONS(2337),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(2341),
[anon_sym_COLON] = ACTIONS(2337),
[anon_sym_COLON_QMARK] = ACTIONS(2337),
[anon_sym_COLON_DASH] = ACTIONS(2337),
[anon_sym_PERCENT] = ACTIONS(2337),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[640] = {
[sym__concat] = ACTIONS(1838),
[anon_sym_RPAREN_RPAREN] = ACTIONS(1838),
[anon_sym_AMP_AMP] = ACTIONS(1838),
[anon_sym_PIPE_PIPE] = ACTIONS(1838),
[anon_sym_RBRACK_RBRACK] = ACTIONS(1838),
[anon_sym_EQ_TILDE] = ACTIONS(1838),
[anon_sym_EQ_EQ] = ACTIONS(1838),
[anon_sym_EQ] = ACTIONS(1840),
[anon_sym_PLUS_EQ] = ACTIONS(1838),
[anon_sym_LT] = ACTIONS(1840),
[anon_sym_GT] = ACTIONS(1840),
[anon_sym_BANG_EQ] = ACTIONS(1838),
[anon_sym_PLUS] = ACTIONS(1840),
[anon_sym_DASH] = ACTIONS(1840),
[anon_sym_DASH_EQ] = ACTIONS(1838),
[anon_sym_LT_EQ] = ACTIONS(1838),
[anon_sym_GT_EQ] = ACTIONS(1838),
[anon_sym_PLUS_PLUS] = ACTIONS(1838),
[anon_sym_DASH_DASH] = ACTIONS(1838),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1838),
},
[641] = {
[sym_concatenation] = STATE(1146),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1146),
[sym_regex] = ACTIONS(2343),
[anon_sym_RBRACE] = ACTIONS(2345),
[anon_sym_EQ] = ACTIONS(2347),
[anon_sym_DASH] = ACTIONS(2347),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2349),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(2347),
[anon_sym_COLON_QMARK] = ACTIONS(2347),
[anon_sym_COLON_DASH] = ACTIONS(2347),
[anon_sym_PERCENT] = ACTIONS(2347),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[642] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(2345),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[643] = {
[sym__concat] = ACTIONS(1886),
[anon_sym_RPAREN_RPAREN] = ACTIONS(1886),
[anon_sym_AMP_AMP] = ACTIONS(1886),
[anon_sym_PIPE_PIPE] = ACTIONS(1886),
[anon_sym_RBRACK_RBRACK] = ACTIONS(1886),
[anon_sym_EQ_TILDE] = ACTIONS(1886),
[anon_sym_EQ_EQ] = ACTIONS(1886),
[anon_sym_EQ] = ACTIONS(1888),
[anon_sym_PLUS_EQ] = ACTIONS(1886),
[anon_sym_LT] = ACTIONS(1888),
[anon_sym_GT] = ACTIONS(1888),
[anon_sym_BANG_EQ] = ACTIONS(1886),
[anon_sym_PLUS] = ACTIONS(1888),
[anon_sym_DASH] = ACTIONS(1888),
[anon_sym_DASH_EQ] = ACTIONS(1886),
[anon_sym_LT_EQ] = ACTIONS(1886),
[anon_sym_GT_EQ] = ACTIONS(1886),
[anon_sym_PLUS_PLUS] = ACTIONS(1886),
[anon_sym_DASH_DASH] = ACTIONS(1886),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1886),
},
[644] = {
[sym_concatenation] = STATE(1143),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1143),
[sym_regex] = ACTIONS(2351),
[anon_sym_RBRACE] = ACTIONS(2321),
[anon_sym_EQ] = ACTIONS(2337),
[anon_sym_DASH] = ACTIONS(2337),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(2337),
[anon_sym_COLON_QMARK] = ACTIONS(2337),
[anon_sym_COLON_DASH] = ACTIONS(2337),
[anon_sym_PERCENT] = ACTIONS(2337),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[645] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(2321),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[646] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(2353),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[647] = {
[sym__concat] = ACTIONS(1894),
[anon_sym_RPAREN_RPAREN] = ACTIONS(1894),
[anon_sym_AMP_AMP] = ACTIONS(1894),
[anon_sym_PIPE_PIPE] = ACTIONS(1894),
[anon_sym_RBRACK_RBRACK] = ACTIONS(1894),
[anon_sym_EQ_TILDE] = ACTIONS(1894),
[anon_sym_EQ_EQ] = ACTIONS(1894),
[anon_sym_EQ] = ACTIONS(1896),
[anon_sym_PLUS_EQ] = ACTIONS(1894),
[anon_sym_LT] = ACTIONS(1896),
[anon_sym_GT] = ACTIONS(1896),
[anon_sym_BANG_EQ] = ACTIONS(1894),
[anon_sym_PLUS] = ACTIONS(1896),
[anon_sym_DASH] = ACTIONS(1896),
[anon_sym_DASH_EQ] = ACTIONS(1894),
[anon_sym_LT_EQ] = ACTIONS(1894),
[anon_sym_GT_EQ] = ACTIONS(1894),
[anon_sym_PLUS_PLUS] = ACTIONS(1894),
[anon_sym_DASH_DASH] = ACTIONS(1894),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1894),
},
[648] = {
[anon_sym_SEMI] = ACTIONS(2355),
[anon_sym_RPAREN] = ACTIONS(2353),
[anon_sym_SEMI_SEMI] = ACTIONS(2357),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2357),
[anon_sym_AMP] = ACTIONS(2357),
},
[649] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1151),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(2359),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2353),
[anon_sym_SEMI_SEMI] = ACTIONS(2361),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2361),
[anon_sym_AMP] = ACTIONS(2359),
},
[650] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1151),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2359),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2353),
[anon_sym_SEMI_SEMI] = ACTIONS(2361),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2361),
[anon_sym_AMP] = ACTIONS(2359),
},
[651] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(2353),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[652] = {
[anon_sym_SEMI] = ACTIONS(2363),
[anon_sym_SEMI_SEMI] = ACTIONS(2365),
[anon_sym_BQUOTE] = ACTIONS(2353),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2365),
[anon_sym_AMP] = ACTIONS(2365),
},
[653] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1154),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(2367),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(2369),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(2353),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2369),
[anon_sym_AMP] = ACTIONS(2367),
},
[654] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1154),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2367),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(2369),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(2353),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2369),
[anon_sym_AMP] = ACTIONS(2367),
},
[655] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(2371),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[656] = {
[sym__concat] = ACTIONS(1928),
[anon_sym_RPAREN_RPAREN] = ACTIONS(1928),
[anon_sym_AMP_AMP] = ACTIONS(1928),
[anon_sym_PIPE_PIPE] = ACTIONS(1928),
[anon_sym_RBRACK_RBRACK] = ACTIONS(1928),
[anon_sym_EQ_TILDE] = ACTIONS(1928),
[anon_sym_EQ_EQ] = ACTIONS(1928),
[anon_sym_EQ] = ACTIONS(1930),
[anon_sym_PLUS_EQ] = ACTIONS(1928),
[anon_sym_LT] = ACTIONS(1930),
[anon_sym_GT] = ACTIONS(1930),
[anon_sym_BANG_EQ] = ACTIONS(1928),
[anon_sym_PLUS] = ACTIONS(1930),
[anon_sym_DASH] = ACTIONS(1930),
[anon_sym_DASH_EQ] = ACTIONS(1928),
[anon_sym_LT_EQ] = ACTIONS(1928),
[anon_sym_GT_EQ] = ACTIONS(1928),
[anon_sym_PLUS_PLUS] = ACTIONS(1928),
[anon_sym_DASH_DASH] = ACTIONS(1928),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1928),
},
[657] = {
[anon_sym_SEMI] = ACTIONS(2373),
[anon_sym_RPAREN] = ACTIONS(2371),
[anon_sym_SEMI_SEMI] = ACTIONS(2375),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2375),
[anon_sym_AMP] = ACTIONS(2375),
},
[658] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1158),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(2377),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2371),
[anon_sym_SEMI_SEMI] = ACTIONS(2379),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2379),
[anon_sym_AMP] = ACTIONS(2377),
},
[659] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1158),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2377),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2371),
[anon_sym_SEMI_SEMI] = ACTIONS(2379),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2379),
[anon_sym_AMP] = ACTIONS(2377),
},
[660] = {
[anon_sym_RPAREN_RPAREN] = ACTIONS(2381),
[anon_sym_AMP_AMP] = ACTIONS(2381),
[anon_sym_PIPE_PIPE] = ACTIONS(2381),
[anon_sym_RBRACK_RBRACK] = ACTIONS(2381),
[anon_sym_EQ_TILDE] = ACTIONS(2381),
[anon_sym_EQ_EQ] = ACTIONS(2381),
[anon_sym_EQ] = ACTIONS(2383),
[anon_sym_PLUS_EQ] = ACTIONS(2381),
[anon_sym_LT] = ACTIONS(2383),
[anon_sym_GT] = ACTIONS(2383),
[anon_sym_BANG_EQ] = ACTIONS(2381),
[anon_sym_PLUS] = ACTIONS(2383),
[anon_sym_DASH] = ACTIONS(2383),
[anon_sym_DASH_EQ] = ACTIONS(2381),
[anon_sym_LT_EQ] = ACTIONS(2381),
[anon_sym_GT_EQ] = ACTIONS(2381),
[anon_sym_PLUS_PLUS] = ACTIONS(2381),
[anon_sym_DASH_DASH] = ACTIONS(2381),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(2381),
},
[661] = {
[anon_sym_RPAREN_RPAREN] = ACTIONS(2381),
[anon_sym_AMP_AMP] = ACTIONS(2381),
[anon_sym_PIPE_PIPE] = ACTIONS(2381),
[anon_sym_RBRACK_RBRACK] = ACTIONS(2381),
[anon_sym_EQ_TILDE] = ACTIONS(2381),
[anon_sym_EQ_EQ] = ACTIONS(2381),
[anon_sym_EQ] = ACTIONS(2383),
[anon_sym_PLUS_EQ] = ACTIONS(2381),
[anon_sym_LT] = ACTIONS(2383),
[anon_sym_GT] = ACTIONS(2383),
[anon_sym_BANG_EQ] = ACTIONS(2381),
[anon_sym_PLUS] = ACTIONS(2383),
[anon_sym_DASH] = ACTIONS(2383),
[anon_sym_DASH_EQ] = ACTIONS(2381),
[anon_sym_LT_EQ] = ACTIONS(2381),
[anon_sym_GT_EQ] = ACTIONS(2381),
[anon_sym_PLUS_PLUS] = ACTIONS(2381),
[anon_sym_DASH_DASH] = ACTIONS(2381),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(2381),
},
[662] = {
[aux_sym_concatenation_repeat1] = STATE(1159),
[sym__simple_heredoc_body] = ACTIONS(1111),
[sym__heredoc_body_beginning] = ACTIONS(1111),
[sym_file_descriptor] = ACTIONS(1111),
[sym__concat] = ACTIONS(1113),
[sym_variable_name] = ACTIONS(1111),
[anon_sym_SEMI] = ACTIONS(1115),
[anon_sym_PIPE] = ACTIONS(1115),
[anon_sym_SEMI_SEMI] = ACTIONS(1111),
[anon_sym_PIPE_AMP] = ACTIONS(1111),
[anon_sym_AMP_AMP] = ACTIONS(1111),
[anon_sym_PIPE_PIPE] = ACTIONS(1111),
[anon_sym_LT] = ACTIONS(1115),
[anon_sym_GT] = ACTIONS(1115),
[anon_sym_GT_GT] = ACTIONS(1111),
[anon_sym_AMP_GT] = ACTIONS(1115),
[anon_sym_AMP_GT_GT] = ACTIONS(1111),
[anon_sym_LT_AMP] = ACTIONS(1111),
[anon_sym_GT_AMP] = ACTIONS(1111),
[anon_sym_LT_LT] = ACTIONS(1115),
[anon_sym_LT_LT_DASH] = ACTIONS(1111),
[anon_sym_LT_LT_LT] = ACTIONS(1111),
[sym__special_characters] = ACTIONS(1111),
[anon_sym_DQUOTE] = ACTIONS(1111),
[anon_sym_DOLLAR] = ACTIONS(1115),
[sym_raw_string] = ACTIONS(1111),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1111),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1111),
[anon_sym_BQUOTE] = ACTIONS(1111),
[anon_sym_LT_LPAREN] = ACTIONS(1111),
[anon_sym_GT_LPAREN] = ACTIONS(1111),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1115),
[anon_sym_LF] = ACTIONS(1111),
[anon_sym_AMP] = ACTIONS(1115),
},
[663] = {
[aux_sym_concatenation_repeat1] = STATE(1159),
[sym__simple_heredoc_body] = ACTIONS(1089),
[sym__heredoc_body_beginning] = ACTIONS(1089),
[sym_file_descriptor] = ACTIONS(1089),
[sym__concat] = ACTIONS(1113),
[sym_variable_name] = ACTIONS(1089),
[anon_sym_SEMI] = ACTIONS(1091),
[anon_sym_PIPE] = ACTIONS(1091),
[anon_sym_SEMI_SEMI] = ACTIONS(1089),
[anon_sym_PIPE_AMP] = ACTIONS(1089),
[anon_sym_AMP_AMP] = ACTIONS(1089),
[anon_sym_PIPE_PIPE] = ACTIONS(1089),
[anon_sym_LT] = ACTIONS(1091),
[anon_sym_GT] = ACTIONS(1091),
[anon_sym_GT_GT] = ACTIONS(1089),
[anon_sym_AMP_GT] = ACTIONS(1091),
[anon_sym_AMP_GT_GT] = ACTIONS(1089),
[anon_sym_LT_AMP] = ACTIONS(1089),
[anon_sym_GT_AMP] = ACTIONS(1089),
[anon_sym_LT_LT] = ACTIONS(1091),
[anon_sym_LT_LT_DASH] = ACTIONS(1089),
[anon_sym_LT_LT_LT] = ACTIONS(1089),
[sym__special_characters] = ACTIONS(1089),
[anon_sym_DQUOTE] = ACTIONS(1089),
[anon_sym_DOLLAR] = ACTIONS(1091),
[sym_raw_string] = ACTIONS(1089),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1089),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1089),
[anon_sym_BQUOTE] = ACTIONS(1089),
[anon_sym_LT_LPAREN] = ACTIONS(1089),
[anon_sym_GT_LPAREN] = ACTIONS(1089),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1091),
[anon_sym_LF] = ACTIONS(1089),
[anon_sym_AMP] = ACTIONS(1091),
},
[664] = {
[sym_concatenation] = STATE(789),
[sym_string] = STATE(1161),
[sym_array] = STATE(789),
[sym_simple_expansion] = STATE(1161),
[sym_string_expansion] = STATE(1161),
[sym_expansion] = STATE(1161),
[sym_command_substitution] = STATE(1161),
[sym_process_substitution] = STATE(1161),
[sym__empty_value] = ACTIONS(1507),
[anon_sym_LPAREN] = ACTIONS(1509),
[sym__special_characters] = ACTIONS(2385),
[anon_sym_DQUOTE] = ACTIONS(189),
[anon_sym_DOLLAR] = ACTIONS(191),
[sym_raw_string] = ACTIONS(2387),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(195),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(197),
[anon_sym_BQUOTE] = ACTIONS(199),
[anon_sym_LT_LPAREN] = ACTIONS(201),
[anon_sym_GT_LPAREN] = ACTIONS(201),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2387),
},
[665] = {
[aux_sym_concatenation_repeat1] = STATE(1162),
[sym__simple_heredoc_body] = ACTIONS(779),
[sym__heredoc_body_beginning] = ACTIONS(779),
[sym_file_descriptor] = ACTIONS(779),
[sym__concat] = ACTIONS(671),
[sym_variable_name] = ACTIONS(779),
[anon_sym_SEMI] = ACTIONS(781),
[anon_sym_PIPE] = ACTIONS(781),
[anon_sym_SEMI_SEMI] = ACTIONS(779),
[anon_sym_PIPE_AMP] = ACTIONS(779),
[anon_sym_AMP_AMP] = ACTIONS(779),
[anon_sym_PIPE_PIPE] = ACTIONS(779),
[anon_sym_LT] = ACTIONS(781),
[anon_sym_GT] = ACTIONS(781),
[anon_sym_GT_GT] = ACTIONS(779),
[anon_sym_AMP_GT] = ACTIONS(781),
[anon_sym_AMP_GT_GT] = ACTIONS(779),
[anon_sym_LT_AMP] = ACTIONS(779),
[anon_sym_GT_AMP] = ACTIONS(779),
[anon_sym_LT_LT] = ACTIONS(781),
[anon_sym_LT_LT_DASH] = ACTIONS(779),
[anon_sym_LT_LT_LT] = ACTIONS(779),
[sym__special_characters] = ACTIONS(779),
[anon_sym_DQUOTE] = ACTIONS(779),
[anon_sym_DOLLAR] = ACTIONS(781),
[sym_raw_string] = ACTIONS(779),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(779),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(779),
[anon_sym_BQUOTE] = ACTIONS(779),
[anon_sym_LT_LPAREN] = ACTIONS(779),
[anon_sym_GT_LPAREN] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(781),
[sym_word] = ACTIONS(781),
[anon_sym_LF] = ACTIONS(779),
[anon_sym_AMP] = ACTIONS(781),
},
[666] = {
[sym_variable_assignment] = STATE(666),
[sym_subscript] = STATE(261),
[sym_concatenation] = STATE(666),
[sym_string] = STATE(260),
[sym_simple_expansion] = STATE(260),
[sym_string_expansion] = STATE(260),
[sym_expansion] = STATE(260),
[sym_command_substitution] = STATE(260),
[sym_process_substitution] = STATE(260),
[aux_sym_declaration_command_repeat1] = STATE(666),
[sym__simple_heredoc_body] = ACTIONS(1563),
[sym__heredoc_body_beginning] = ACTIONS(1563),
[sym_file_descriptor] = ACTIONS(1563),
[sym_variable_name] = ACTIONS(2389),
[anon_sym_SEMI] = ACTIONS(1568),
[anon_sym_PIPE] = ACTIONS(1568),
[anon_sym_SEMI_SEMI] = ACTIONS(1563),
[anon_sym_PIPE_AMP] = ACTIONS(1563),
[anon_sym_AMP_AMP] = ACTIONS(1563),
[anon_sym_PIPE_PIPE] = ACTIONS(1563),
[anon_sym_LT] = ACTIONS(1568),
[anon_sym_GT] = ACTIONS(1568),
[anon_sym_GT_GT] = ACTIONS(1563),
[anon_sym_AMP_GT] = ACTIONS(1568),
[anon_sym_AMP_GT_GT] = ACTIONS(1563),
[anon_sym_LT_AMP] = ACTIONS(1563),
[anon_sym_GT_AMP] = ACTIONS(1563),
[anon_sym_LT_LT] = ACTIONS(1568),
[anon_sym_LT_LT_DASH] = ACTIONS(1563),
[anon_sym_LT_LT_LT] = ACTIONS(1563),
[sym__special_characters] = ACTIONS(2392),
[anon_sym_DQUOTE] = ACTIONS(1573),
[anon_sym_DOLLAR] = ACTIONS(1576),
[sym_raw_string] = ACTIONS(2395),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1582),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1585),
[anon_sym_BQUOTE] = ACTIONS(1588),
[anon_sym_LT_LPAREN] = ACTIONS(1591),
[anon_sym_GT_LPAREN] = ACTIONS(1591),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2398),
[sym_word] = ACTIONS(2401),
[anon_sym_LF] = ACTIONS(1563),
[anon_sym_AMP] = ACTIONS(1568),
},
[667] = {
[aux_sym_concatenation_repeat1] = STATE(1163),
[sym__simple_heredoc_body] = ACTIONS(779),
[sym__heredoc_body_beginning] = ACTIONS(779),
[sym_file_descriptor] = ACTIONS(779),
[sym__concat] = ACTIONS(709),
[anon_sym_SEMI] = ACTIONS(781),
[anon_sym_PIPE] = ACTIONS(781),
[anon_sym_SEMI_SEMI] = ACTIONS(779),
[anon_sym_PIPE_AMP] = ACTIONS(779),
[anon_sym_AMP_AMP] = ACTIONS(779),
[anon_sym_PIPE_PIPE] = ACTIONS(779),
[anon_sym_LT] = ACTIONS(781),
[anon_sym_GT] = ACTIONS(781),
[anon_sym_GT_GT] = ACTIONS(779),
[anon_sym_AMP_GT] = ACTIONS(781),
[anon_sym_AMP_GT_GT] = ACTIONS(779),
[anon_sym_LT_AMP] = ACTIONS(779),
[anon_sym_GT_AMP] = ACTIONS(779),
[anon_sym_LT_LT] = ACTIONS(781),
[anon_sym_LT_LT_DASH] = ACTIONS(779),
[anon_sym_LT_LT_LT] = ACTIONS(779),
[sym__special_characters] = ACTIONS(779),
[anon_sym_DQUOTE] = ACTIONS(779),
[anon_sym_DOLLAR] = ACTIONS(781),
[sym_raw_string] = ACTIONS(779),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(779),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(779),
[anon_sym_BQUOTE] = ACTIONS(779),
[anon_sym_LT_LPAREN] = ACTIONS(779),
[anon_sym_GT_LPAREN] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(781),
[sym_word] = ACTIONS(781),
[anon_sym_LF] = ACTIONS(779),
[anon_sym_AMP] = ACTIONS(781),
},
[668] = {
[sym_concatenation] = STATE(668),
[sym_string] = STATE(264),
[sym_simple_expansion] = STATE(264),
[sym_string_expansion] = STATE(264),
[sym_expansion] = STATE(264),
[sym_command_substitution] = STATE(264),
[sym_process_substitution] = STATE(264),
[aux_sym_unset_command_repeat1] = STATE(668),
[sym__simple_heredoc_body] = ACTIONS(1648),
[sym__heredoc_body_beginning] = ACTIONS(1648),
[sym_file_descriptor] = ACTIONS(1648),
[anon_sym_SEMI] = ACTIONS(1650),
[anon_sym_PIPE] = ACTIONS(1650),
[anon_sym_SEMI_SEMI] = ACTIONS(1648),
[anon_sym_PIPE_AMP] = ACTIONS(1648),
[anon_sym_AMP_AMP] = ACTIONS(1648),
[anon_sym_PIPE_PIPE] = ACTIONS(1648),
[anon_sym_LT] = ACTIONS(1650),
[anon_sym_GT] = ACTIONS(1650),
[anon_sym_GT_GT] = ACTIONS(1648),
[anon_sym_AMP_GT] = ACTIONS(1650),
[anon_sym_AMP_GT_GT] = ACTIONS(1648),
[anon_sym_LT_AMP] = ACTIONS(1648),
[anon_sym_GT_AMP] = ACTIONS(1648),
[anon_sym_LT_LT] = ACTIONS(1650),
[anon_sym_LT_LT_DASH] = ACTIONS(1648),
[anon_sym_LT_LT_LT] = ACTIONS(1648),
[sym__special_characters] = ACTIONS(2404),
[anon_sym_DQUOTE] = ACTIONS(1655),
[anon_sym_DOLLAR] = ACTIONS(1658),
[sym_raw_string] = ACTIONS(2407),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1664),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1667),
[anon_sym_BQUOTE] = ACTIONS(1670),
[anon_sym_LT_LPAREN] = ACTIONS(1673),
[anon_sym_GT_LPAREN] = ACTIONS(1673),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2410),
[sym_word] = ACTIONS(2413),
[anon_sym_LF] = ACTIONS(1648),
[anon_sym_AMP] = ACTIONS(1650),
},
[669] = {
[aux_sym_concatenation_repeat1] = STATE(669),
[sym__simple_heredoc_body] = ACTIONS(1730),
[sym__heredoc_body_beginning] = ACTIONS(1730),
[sym_file_descriptor] = ACTIONS(1730),
[sym__concat] = ACTIONS(1734),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_PIPE] = ACTIONS(1732),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[anon_sym_PIPE_AMP] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_EQ_TILDE] = ACTIONS(1732),
[anon_sym_EQ_EQ] = ACTIONS(1732),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_GT_GT] = ACTIONS(1730),
[anon_sym_AMP_GT] = ACTIONS(1732),
[anon_sym_AMP_GT_GT] = ACTIONS(1730),
[anon_sym_LT_AMP] = ACTIONS(1730),
[anon_sym_GT_AMP] = ACTIONS(1730),
[anon_sym_LT_LT] = ACTIONS(1732),
[anon_sym_LT_LT_DASH] = ACTIONS(1730),
[anon_sym_LT_LT_LT] = ACTIONS(1730),
[sym__special_characters] = ACTIONS(1730),
[anon_sym_DQUOTE] = ACTIONS(1730),
[anon_sym_DOLLAR] = ACTIONS(1732),
[sym_raw_string] = ACTIONS(1730),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1730),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[anon_sym_LT_LPAREN] = ACTIONS(1730),
[anon_sym_GT_LPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1732),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1732),
},
[670] = {
[sym__simple_heredoc_body] = ACTIONS(2416),
[sym__heredoc_body_beginning] = ACTIONS(2416),
[sym_file_descriptor] = ACTIONS(2416),
[ts_builtin_sym_end] = ACTIONS(2416),
[anon_sym_SEMI] = ACTIONS(2418),
[anon_sym_esac] = ACTIONS(2416),
[anon_sym_PIPE] = ACTIONS(2418),
[anon_sym_RPAREN] = ACTIONS(2416),
[anon_sym_SEMI_SEMI] = ACTIONS(2416),
[anon_sym_PIPE_AMP] = ACTIONS(2416),
[anon_sym_AMP_AMP] = ACTIONS(2416),
[anon_sym_PIPE_PIPE] = ACTIONS(2416),
[anon_sym_LT] = ACTIONS(2418),
[anon_sym_GT] = ACTIONS(2418),
[anon_sym_GT_GT] = ACTIONS(2416),
[anon_sym_AMP_GT] = ACTIONS(2418),
[anon_sym_AMP_GT_GT] = ACTIONS(2416),
[anon_sym_LT_AMP] = ACTIONS(2416),
[anon_sym_GT_AMP] = ACTIONS(2416),
[anon_sym_LT_LT] = ACTIONS(2418),
[anon_sym_LT_LT_DASH] = ACTIONS(2416),
[anon_sym_LT_LT_LT] = ACTIONS(2416),
[anon_sym_BQUOTE] = ACTIONS(2416),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2416),
[anon_sym_AMP] = ACTIONS(2418),
},
[671] = {
[sym__terminated_statement] = STATE(1165),
[sym_redirected_statement] = STATE(526),
[sym_for_statement] = STATE(526),
[sym_c_style_for_statement] = STATE(526),
[sym_while_statement] = STATE(526),
[sym_if_statement] = STATE(526),
[sym_case_statement] = STATE(526),
[sym_function_definition] = STATE(526),
[sym_compound_statement] = STATE(526),
[sym_subshell] = STATE(526),
[sym_pipeline] = STATE(526),
[sym_list] = STATE(526),
[sym_negated_command] = STATE(526),
[sym_test_command] = STATE(526),
[sym_declaration_command] = STATE(526),
[sym_unset_command] = STATE(526),
[sym_command] = STATE(526),
[sym_command_name] = STATE(60),
[sym_variable_assignment] = STATE(527),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(63),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(1165),
[aux_sym_command_repeat1] = STATE(63),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = ACTIONS(15),
[anon_sym_done] = ACTIONS(2420),
[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(99),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(101),
[anon_sym_typeset] = ACTIONS(101),
[anon_sym_export] = ACTIONS(101),
[anon_sym_readonly] = ACTIONS(101),
[anon_sym_local] = ACTIONS(101),
[anon_sym_unset] = ACTIONS(103),
[anon_sym_unsetenv] = ACTIONS(103),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[672] = {
[sym_concatenation] = STATE(983),
[sym_string] = STATE(1167),
[sym_simple_expansion] = STATE(1167),
[sym_string_expansion] = STATE(1167),
[sym_expansion] = STATE(1167),
[sym_command_substitution] = STATE(1167),
[sym_process_substitution] = STATE(1167),
[sym__special_characters] = ACTIONS(2422),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(2424),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2424),
},
[673] = {
[sym_file_redirect] = STATE(276),
[sym_heredoc_redirect] = STATE(276),
[sym_herestring_redirect] = STATE(276),
[aux_sym_redirected_statement_repeat1] = STATE(276),
[sym__simple_heredoc_body] = ACTIONS(1968),
[sym__heredoc_body_beginning] = ACTIONS(1968),
[sym_file_descriptor] = ACTIONS(1968),
[anon_sym_SEMI] = ACTIONS(1970),
[anon_sym_PIPE] = ACTIONS(1970),
[anon_sym_SEMI_SEMI] = ACTIONS(1968),
[anon_sym_PIPE_AMP] = ACTIONS(1968),
[anon_sym_AMP_AMP] = ACTIONS(1968),
[anon_sym_PIPE_PIPE] = ACTIONS(1968),
[anon_sym_LT] = ACTIONS(1970),
[anon_sym_GT] = ACTIONS(1970),
[anon_sym_GT_GT] = ACTIONS(1968),
[anon_sym_AMP_GT] = ACTIONS(1970),
[anon_sym_AMP_GT_GT] = ACTIONS(1968),
[anon_sym_LT_AMP] = ACTIONS(1968),
[anon_sym_GT_AMP] = ACTIONS(1968),
[anon_sym_LT_LT] = ACTIONS(1970),
[anon_sym_LT_LT_DASH] = ACTIONS(1968),
[anon_sym_LT_LT_LT] = ACTIONS(1968),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1968),
[anon_sym_AMP] = ACTIONS(1970),
},
[674] = {
[sym_file_redirect] = STATE(276),
[sym_heredoc_redirect] = STATE(276),
[sym_herestring_redirect] = STATE(276),
[aux_sym_redirected_statement_repeat1] = STATE(276),
[sym__simple_heredoc_body] = ACTIONS(1968),
[sym__heredoc_body_beginning] = ACTIONS(1968),
[sym_file_descriptor] = ACTIONS(1968),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(1970),
[anon_sym_PIPE] = ACTIONS(1970),
[anon_sym_SEMI_SEMI] = ACTIONS(1968),
[anon_sym_PIPE_AMP] = ACTIONS(1968),
[anon_sym_AMP_AMP] = ACTIONS(1968),
[anon_sym_PIPE_PIPE] = ACTIONS(1968),
[anon_sym_LT] = ACTIONS(1970),
[anon_sym_GT] = ACTIONS(1970),
[anon_sym_GT_GT] = ACTIONS(1968),
[anon_sym_AMP_GT] = ACTIONS(1970),
[anon_sym_AMP_GT_GT] = ACTIONS(1968),
[anon_sym_LT_AMP] = ACTIONS(1968),
[anon_sym_GT_AMP] = ACTIONS(1968),
[anon_sym_LT_LT] = ACTIONS(1970),
[anon_sym_LT_LT_DASH] = ACTIONS(1968),
[anon_sym_LT_LT_LT] = ACTIONS(1968),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1968),
[anon_sym_AMP] = ACTIONS(1970),
},
[675] = {
[sym_file_redirect] = STATE(276),
[sym_heredoc_redirect] = STATE(276),
[sym_herestring_redirect] = STATE(276),
[aux_sym_redirected_statement_repeat1] = STATE(276),
[sym__simple_heredoc_body] = ACTIONS(1972),
[sym__heredoc_body_beginning] = ACTIONS(1972),
[sym_file_descriptor] = ACTIONS(1972),
[anon_sym_SEMI] = ACTIONS(1974),
[anon_sym_PIPE] = ACTIONS(499),
[anon_sym_SEMI_SEMI] = ACTIONS(1972),
[anon_sym_PIPE_AMP] = ACTIONS(503),
[anon_sym_AMP_AMP] = ACTIONS(1972),
[anon_sym_PIPE_PIPE] = ACTIONS(1972),
[anon_sym_LT] = ACTIONS(1974),
[anon_sym_GT] = ACTIONS(1974),
[anon_sym_GT_GT] = ACTIONS(1972),
[anon_sym_AMP_GT] = ACTIONS(1974),
[anon_sym_AMP_GT_GT] = ACTIONS(1972),
[anon_sym_LT_AMP] = ACTIONS(1972),
[anon_sym_GT_AMP] = ACTIONS(1972),
[anon_sym_LT_LT] = ACTIONS(1974),
[anon_sym_LT_LT_DASH] = ACTIONS(1972),
[anon_sym_LT_LT_LT] = ACTIONS(1972),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1972),
[anon_sym_AMP] = ACTIONS(1974),
},
[676] = {
[sym_file_redirect] = STATE(276),
[sym_heredoc_redirect] = STATE(276),
[sym_herestring_redirect] = STATE(276),
[aux_sym_redirected_statement_repeat1] = STATE(276),
[sym__simple_heredoc_body] = ACTIONS(1972),
[sym__heredoc_body_beginning] = ACTIONS(1972),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(1974),
[anon_sym_PIPE] = ACTIONS(499),
[anon_sym_SEMI_SEMI] = ACTIONS(1972),
[anon_sym_PIPE_AMP] = ACTIONS(503),
[anon_sym_AMP_AMP] = ACTIONS(1972),
[anon_sym_PIPE_PIPE] = ACTIONS(1972),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(1974),
[anon_sym_LT_LT_DASH] = ACTIONS(1972),
[anon_sym_LT_LT_LT] = ACTIONS(1972),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1972),
[anon_sym_AMP] = ACTIONS(1974),
},
[677] = {
[aux_sym_concatenation_repeat1] = STATE(1168),
[sym__simple_heredoc_body] = ACTIONS(745),
[sym__heredoc_body_beginning] = ACTIONS(745),
[sym_file_descriptor] = ACTIONS(745),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(749),
[anon_sym_PIPE] = ACTIONS(749),
[anon_sym_SEMI_SEMI] = ACTIONS(745),
[anon_sym_PIPE_AMP] = ACTIONS(745),
[anon_sym_AMP_AMP] = ACTIONS(745),
[anon_sym_PIPE_PIPE] = ACTIONS(745),
[anon_sym_LT] = ACTIONS(749),
[anon_sym_GT] = ACTIONS(749),
[anon_sym_GT_GT] = ACTIONS(745),
[anon_sym_AMP_GT] = ACTIONS(749),
[anon_sym_AMP_GT_GT] = ACTIONS(745),
[anon_sym_LT_AMP] = ACTIONS(745),
[anon_sym_GT_AMP] = ACTIONS(745),
[anon_sym_LT_LT] = ACTIONS(749),
[anon_sym_LT_LT_DASH] = ACTIONS(745),
[anon_sym_LT_LT_LT] = ACTIONS(745),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(745),
[anon_sym_AMP] = ACTIONS(749),
},
[678] = {
[aux_sym_concatenation_repeat1] = STATE(1168),
[sym__simple_heredoc_body] = ACTIONS(763),
[sym__heredoc_body_beginning] = ACTIONS(763),
[sym_file_descriptor] = ACTIONS(763),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(765),
[anon_sym_PIPE] = ACTIONS(765),
[anon_sym_SEMI_SEMI] = ACTIONS(763),
[anon_sym_PIPE_AMP] = ACTIONS(763),
[anon_sym_AMP_AMP] = ACTIONS(763),
[anon_sym_PIPE_PIPE] = ACTIONS(763),
[anon_sym_LT] = ACTIONS(765),
[anon_sym_GT] = ACTIONS(765),
[anon_sym_GT_GT] = ACTIONS(763),
[anon_sym_AMP_GT] = ACTIONS(765),
[anon_sym_AMP_GT_GT] = ACTIONS(763),
[anon_sym_LT_AMP] = ACTIONS(763),
[anon_sym_GT_AMP] = ACTIONS(763),
[anon_sym_LT_LT] = ACTIONS(765),
[anon_sym_LT_LT_DASH] = ACTIONS(763),
[anon_sym_LT_LT_LT] = ACTIONS(763),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(763),
[anon_sym_AMP] = ACTIONS(765),
},
[679] = {
[aux_sym_concatenation_repeat1] = STATE(1168),
[sym__simple_heredoc_body] = ACTIONS(1980),
[sym__heredoc_body_beginning] = ACTIONS(1980),
[sym_file_descriptor] = ACTIONS(1980),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(1982),
[anon_sym_PIPE] = ACTIONS(1982),
[anon_sym_SEMI_SEMI] = ACTIONS(1980),
[anon_sym_PIPE_AMP] = ACTIONS(1980),
[anon_sym_AMP_AMP] = ACTIONS(1980),
[anon_sym_PIPE_PIPE] = ACTIONS(1980),
[anon_sym_LT] = ACTIONS(1982),
[anon_sym_GT] = ACTIONS(1982),
[anon_sym_GT_GT] = ACTIONS(1980),
[anon_sym_AMP_GT] = ACTIONS(1982),
[anon_sym_AMP_GT_GT] = ACTIONS(1980),
[anon_sym_LT_AMP] = ACTIONS(1980),
[anon_sym_GT_AMP] = ACTIONS(1980),
[anon_sym_LT_LT] = ACTIONS(1982),
[anon_sym_LT_LT_DASH] = ACTIONS(1980),
[anon_sym_LT_LT_LT] = ACTIONS(1980),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1980),
[anon_sym_AMP] = ACTIONS(1982),
},
[680] = {
[aux_sym_concatenation_repeat1] = STATE(1168),
[sym__simple_heredoc_body] = ACTIONS(1984),
[sym__heredoc_body_beginning] = ACTIONS(1984),
[sym_file_descriptor] = ACTIONS(1984),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(1986),
[anon_sym_PIPE] = ACTIONS(1986),
[anon_sym_SEMI_SEMI] = ACTIONS(1984),
[anon_sym_PIPE_AMP] = ACTIONS(1984),
[anon_sym_AMP_AMP] = ACTIONS(1984),
[anon_sym_PIPE_PIPE] = ACTIONS(1984),
[anon_sym_LT] = ACTIONS(1986),
[anon_sym_GT] = ACTIONS(1986),
[anon_sym_GT_GT] = ACTIONS(1984),
[anon_sym_AMP_GT] = ACTIONS(1986),
[anon_sym_AMP_GT_GT] = ACTIONS(1984),
[anon_sym_LT_AMP] = ACTIONS(1984),
[anon_sym_GT_AMP] = ACTIONS(1984),
[anon_sym_LT_LT] = ACTIONS(1986),
[anon_sym_LT_LT_DASH] = ACTIONS(1984),
[anon_sym_LT_LT_LT] = ACTIONS(1984),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1984),
[anon_sym_AMP] = ACTIONS(1986),
},
[681] = {
[anon_sym_do] = ACTIONS(1988),
[anon_sym_then] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
},
[682] = {
[sym_file_redirect] = STATE(682),
[sym_heredoc_redirect] = STATE(682),
[sym_herestring_redirect] = STATE(682),
[aux_sym_redirected_statement_repeat1] = STATE(682),
[sym__simple_heredoc_body] = ACTIONS(1994),
[sym__heredoc_body_beginning] = ACTIONS(1994),
[sym_file_descriptor] = ACTIONS(2426),
[anon_sym_SEMI] = ACTIONS(1999),
[anon_sym_PIPE] = ACTIONS(1999),
[anon_sym_SEMI_SEMI] = ACTIONS(1994),
[anon_sym_PIPE_AMP] = ACTIONS(1994),
[anon_sym_AMP_AMP] = ACTIONS(1994),
[anon_sym_PIPE_PIPE] = ACTIONS(1994),
[anon_sym_LT] = ACTIONS(2429),
[anon_sym_GT] = ACTIONS(2429),
[anon_sym_GT_GT] = ACTIONS(2432),
[anon_sym_AMP_GT] = ACTIONS(2429),
[anon_sym_AMP_GT_GT] = ACTIONS(2432),
[anon_sym_LT_AMP] = ACTIONS(2432),
[anon_sym_GT_AMP] = ACTIONS(2432),
[anon_sym_LT_LT] = ACTIONS(2007),
[anon_sym_LT_LT_DASH] = ACTIONS(2010),
[anon_sym_LT_LT_LT] = ACTIONS(2435),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1994),
[anon_sym_AMP] = ACTIONS(1999),
},
[683] = {
[aux_sym_concatenation_repeat1] = STATE(266),
[sym__simple_heredoc_body] = ACTIONS(2020),
[sym__heredoc_body_beginning] = ACTIONS(2020),
[sym_file_descriptor] = ACTIONS(2020),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(2022),
[anon_sym_PIPE] = ACTIONS(2022),
[anon_sym_SEMI_SEMI] = ACTIONS(2020),
[anon_sym_PIPE_AMP] = ACTIONS(2020),
[anon_sym_AMP_AMP] = ACTIONS(2020),
[anon_sym_PIPE_PIPE] = ACTIONS(2020),
[anon_sym_EQ_TILDE] = ACTIONS(2022),
[anon_sym_EQ_EQ] = ACTIONS(2022),
[anon_sym_LT] = ACTIONS(2022),
[anon_sym_GT] = ACTIONS(2022),
[anon_sym_GT_GT] = ACTIONS(2020),
[anon_sym_AMP_GT] = ACTIONS(2022),
[anon_sym_AMP_GT_GT] = ACTIONS(2020),
[anon_sym_LT_AMP] = ACTIONS(2020),
[anon_sym_GT_AMP] = ACTIONS(2020),
[anon_sym_LT_LT] = ACTIONS(2022),
[anon_sym_LT_LT_DASH] = ACTIONS(2020),
[anon_sym_LT_LT_LT] = ACTIONS(2020),
[sym__special_characters] = ACTIONS(2020),
[anon_sym_DQUOTE] = ACTIONS(2020),
[anon_sym_DOLLAR] = ACTIONS(2022),
[sym_raw_string] = ACTIONS(2020),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2020),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2020),
[anon_sym_BQUOTE] = ACTIONS(2020),
[anon_sym_LT_LPAREN] = ACTIONS(2020),
[anon_sym_GT_LPAREN] = ACTIONS(2020),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2022),
[anon_sym_LF] = ACTIONS(2020),
[anon_sym_AMP] = ACTIONS(2022),
},
[684] = {
[aux_sym_concatenation_repeat1] = STATE(266),
[sym__simple_heredoc_body] = ACTIONS(2016),
[sym__heredoc_body_beginning] = ACTIONS(2016),
[sym_file_descriptor] = ACTIONS(2016),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(2018),
[anon_sym_PIPE] = ACTIONS(2018),
[anon_sym_SEMI_SEMI] = ACTIONS(2016),
[anon_sym_PIPE_AMP] = ACTIONS(2016),
[anon_sym_AMP_AMP] = ACTIONS(2016),
[anon_sym_PIPE_PIPE] = ACTIONS(2016),
[anon_sym_EQ_TILDE] = ACTIONS(2018),
[anon_sym_EQ_EQ] = ACTIONS(2018),
[anon_sym_LT] = ACTIONS(2018),
[anon_sym_GT] = ACTIONS(2018),
[anon_sym_GT_GT] = ACTIONS(2016),
[anon_sym_AMP_GT] = ACTIONS(2018),
[anon_sym_AMP_GT_GT] = ACTIONS(2016),
[anon_sym_LT_AMP] = ACTIONS(2016),
[anon_sym_GT_AMP] = ACTIONS(2016),
[anon_sym_LT_LT] = ACTIONS(2018),
[anon_sym_LT_LT_DASH] = ACTIONS(2016),
[anon_sym_LT_LT_LT] = ACTIONS(2016),
[sym__special_characters] = ACTIONS(2016),
[anon_sym_DQUOTE] = ACTIONS(2016),
[anon_sym_DOLLAR] = ACTIONS(2018),
[sym_raw_string] = ACTIONS(2016),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2016),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2016),
[anon_sym_BQUOTE] = ACTIONS(2016),
[anon_sym_LT_LPAREN] = ACTIONS(2016),
[anon_sym_GT_LPAREN] = ACTIONS(2016),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2018),
[anon_sym_LF] = ACTIONS(2016),
[anon_sym_AMP] = ACTIONS(2018),
},
[685] = {
[sym_concatenation] = STATE(685),
[sym_string] = STATE(279),
[sym_simple_expansion] = STATE(279),
[sym_string_expansion] = STATE(279),
[sym_expansion] = STATE(279),
[sym_command_substitution] = STATE(279),
[sym_process_substitution] = STATE(279),
[aux_sym_command_repeat2] = STATE(685),
[sym__simple_heredoc_body] = ACTIONS(2016),
[sym__heredoc_body_beginning] = ACTIONS(2016),
[sym_file_descriptor] = ACTIONS(2016),
[anon_sym_SEMI] = ACTIONS(2018),
[anon_sym_PIPE] = ACTIONS(2018),
[anon_sym_SEMI_SEMI] = ACTIONS(2016),
[anon_sym_PIPE_AMP] = ACTIONS(2016),
[anon_sym_AMP_AMP] = ACTIONS(2016),
[anon_sym_PIPE_PIPE] = ACTIONS(2016),
[anon_sym_EQ_TILDE] = ACTIONS(2438),
[anon_sym_EQ_EQ] = ACTIONS(2438),
[anon_sym_LT] = ACTIONS(2018),
[anon_sym_GT] = ACTIONS(2018),
[anon_sym_GT_GT] = ACTIONS(2016),
[anon_sym_AMP_GT] = ACTIONS(2018),
[anon_sym_AMP_GT_GT] = ACTIONS(2016),
[anon_sym_LT_AMP] = ACTIONS(2016),
[anon_sym_GT_AMP] = ACTIONS(2016),
[anon_sym_LT_LT] = ACTIONS(2018),
[anon_sym_LT_LT_DASH] = ACTIONS(2016),
[anon_sym_LT_LT_LT] = ACTIONS(2016),
[sym__special_characters] = ACTIONS(2441),
[anon_sym_DQUOTE] = ACTIONS(2030),
[anon_sym_DOLLAR] = ACTIONS(2033),
[sym_raw_string] = ACTIONS(2444),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2039),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2042),
[anon_sym_BQUOTE] = ACTIONS(2045),
[anon_sym_LT_LPAREN] = ACTIONS(2048),
[anon_sym_GT_LPAREN] = ACTIONS(2048),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2447),
[anon_sym_LF] = ACTIONS(2016),
[anon_sym_AMP] = ACTIONS(2018),
},
[686] = {
[sym_concatenation] = STATE(685),
[sym_string] = STATE(279),
[sym_simple_expansion] = STATE(279),
[sym_string_expansion] = STATE(279),
[sym_expansion] = STATE(279),
[sym_command_substitution] = STATE(279),
[sym_process_substitution] = STATE(279),
[aux_sym_command_repeat2] = STATE(685),
[sym__simple_heredoc_body] = ACTIONS(2062),
[sym__heredoc_body_beginning] = ACTIONS(2062),
[sym_file_descriptor] = ACTIONS(2062),
[anon_sym_SEMI] = ACTIONS(2064),
[anon_sym_PIPE] = ACTIONS(2064),
[anon_sym_SEMI_SEMI] = ACTIONS(2062),
[anon_sym_PIPE_AMP] = ACTIONS(2062),
[anon_sym_AMP_AMP] = ACTIONS(2062),
[anon_sym_PIPE_PIPE] = ACTIONS(2062),
[anon_sym_EQ_TILDE] = ACTIONS(513),
[anon_sym_EQ_EQ] = ACTIONS(513),
[anon_sym_LT] = ACTIONS(2064),
[anon_sym_GT] = ACTIONS(2064),
[anon_sym_GT_GT] = ACTIONS(2062),
[anon_sym_AMP_GT] = ACTIONS(2064),
[anon_sym_AMP_GT_GT] = ACTIONS(2062),
[anon_sym_LT_AMP] = ACTIONS(2062),
[anon_sym_GT_AMP] = ACTIONS(2062),
[anon_sym_LT_LT] = ACTIONS(2064),
[anon_sym_LT_LT_DASH] = ACTIONS(2062),
[anon_sym_LT_LT_LT] = ACTIONS(2062),
[sym__special_characters] = ACTIONS(515),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(517),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(519),
[anon_sym_LF] = ACTIONS(2062),
[anon_sym_AMP] = ACTIONS(2064),
},
[687] = {
[sym__simple_heredoc_body] = ACTIONS(2450),
[sym__heredoc_body_beginning] = ACTIONS(2450),
[sym_file_descriptor] = ACTIONS(2450),
[ts_builtin_sym_end] = ACTIONS(2450),
[anon_sym_SEMI] = ACTIONS(2452),
[anon_sym_esac] = ACTIONS(2450),
[anon_sym_PIPE] = ACTIONS(2452),
[anon_sym_RPAREN] = ACTIONS(2450),
[anon_sym_SEMI_SEMI] = ACTIONS(2450),
[anon_sym_PIPE_AMP] = ACTIONS(2450),
[anon_sym_AMP_AMP] = ACTIONS(2450),
[anon_sym_PIPE_PIPE] = ACTIONS(2450),
[anon_sym_LT] = ACTIONS(2452),
[anon_sym_GT] = ACTIONS(2452),
[anon_sym_GT_GT] = ACTIONS(2450),
[anon_sym_AMP_GT] = ACTIONS(2452),
[anon_sym_AMP_GT_GT] = ACTIONS(2450),
[anon_sym_LT_AMP] = ACTIONS(2450),
[anon_sym_GT_AMP] = ACTIONS(2450),
[anon_sym_LT_LT] = ACTIONS(2452),
[anon_sym_LT_LT_DASH] = ACTIONS(2450),
[anon_sym_LT_LT_LT] = ACTIONS(2450),
[anon_sym_BQUOTE] = ACTIONS(2450),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2450),
[anon_sym_AMP] = ACTIONS(2452),
},
[688] = {
[sym__terminated_statement] = STATE(1169),
[sym_redirected_statement] = STATE(59),
[sym_for_statement] = STATE(59),
[sym_c_style_for_statement] = STATE(59),
[sym_while_statement] = STATE(59),
[sym_if_statement] = STATE(59),
[sym_case_statement] = STATE(59),
[sym_function_definition] = STATE(59),
[sym_compound_statement] = STATE(59),
[sym_subshell] = STATE(59),
[sym_pipeline] = STATE(59),
[sym_list] = STATE(59),
[sym_negated_command] = STATE(59),
[sym_test_command] = STATE(59),
[sym_declaration_command] = STATE(59),
[sym_unset_command] = STATE(59),
[sym_command] = STATE(59),
[sym_command_name] = STATE(60),
[sym_variable_assignment] = STATE(61),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(63),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym_command_repeat1] = STATE(63),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(99),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(101),
[anon_sym_typeset] = ACTIONS(101),
[anon_sym_export] = ACTIONS(101),
[anon_sym_readonly] = ACTIONS(101),
[anon_sym_local] = ACTIONS(101),
[anon_sym_unset] = ACTIONS(103),
[anon_sym_unsetenv] = ACTIONS(103),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[689] = {
[sym__terminated_statement] = STATE(1170),
[sym_redirected_statement] = STATE(526),
[sym_for_statement] = STATE(526),
[sym_c_style_for_statement] = STATE(526),
[sym_while_statement] = STATE(526),
[sym_if_statement] = STATE(526),
[sym_case_statement] = STATE(526),
[sym_function_definition] = STATE(526),
[sym_compound_statement] = STATE(526),
[sym_subshell] = STATE(526),
[sym_pipeline] = STATE(526),
[sym_list] = STATE(526),
[sym_negated_command] = STATE(526),
[sym_test_command] = STATE(526),
[sym_declaration_command] = STATE(526),
[sym_unset_command] = STATE(526),
[sym_command] = STATE(526),
[sym_command_name] = STATE(60),
[sym_variable_assignment] = STATE(527),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(63),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(1170),
[aux_sym_command_repeat1] = STATE(63),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = ACTIONS(15),
[anon_sym_if] = ACTIONS(17),
[anon_sym_fi] = ACTIONS(2454),
[anon_sym_case] = ACTIONS(19),
[anon_sym_function] = ACTIONS(21),
[anon_sym_LPAREN] = ACTIONS(23),
[anon_sym_LBRACE] = ACTIONS(25),
[anon_sym_BANG] = ACTIONS(99),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(101),
[anon_sym_typeset] = ACTIONS(101),
[anon_sym_export] = ACTIONS(101),
[anon_sym_readonly] = ACTIONS(101),
[anon_sym_local] = ACTIONS(101),
[anon_sym_unset] = ACTIONS(103),
[anon_sym_unsetenv] = ACTIONS(103),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[690] = {
[anon_sym_fi] = ACTIONS(2456),
[sym_comment] = ACTIONS(57),
},
[691] = {
[sym__terminated_statement] = STATE(1173),
[sym_redirected_statement] = STATE(526),
[sym_for_statement] = STATE(526),
[sym_c_style_for_statement] = STATE(526),
[sym_while_statement] = STATE(526),
[sym_if_statement] = STATE(526),
[sym_elif_clause] = STATE(1174),
[sym_else_clause] = STATE(1172),
[sym_case_statement] = STATE(526),
[sym_function_definition] = STATE(526),
[sym_compound_statement] = STATE(526),
[sym_subshell] = STATE(526),
[sym_pipeline] = STATE(526),
[sym_list] = STATE(526),
[sym_negated_command] = STATE(526),
[sym_test_command] = STATE(526),
[sym_declaration_command] = STATE(526),
[sym_unset_command] = STATE(526),
[sym_command] = STATE(526),
[sym_command_name] = STATE(60),
[sym_variable_assignment] = STATE(527),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(63),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(1173),
[aux_sym_if_statement_repeat1] = STATE(1174),
[aux_sym_command_repeat1] = STATE(63),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = ACTIONS(15),
[anon_sym_if] = ACTIONS(17),
[anon_sym_fi] = ACTIONS(2458),
[anon_sym_elif] = ACTIONS(1327),
[anon_sym_else] = ACTIONS(1329),
[anon_sym_case] = ACTIONS(19),
[anon_sym_function] = ACTIONS(21),
[anon_sym_LPAREN] = ACTIONS(23),
[anon_sym_LBRACE] = ACTIONS(25),
[anon_sym_BANG] = ACTIONS(99),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(101),
[anon_sym_typeset] = ACTIONS(101),
[anon_sym_export] = ACTIONS(101),
[anon_sym_readonly] = ACTIONS(101),
[anon_sym_local] = ACTIONS(101),
[anon_sym_unset] = ACTIONS(103),
[anon_sym_unsetenv] = ACTIONS(103),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[692] = {
[sym_elif_clause] = STATE(1175),
[sym_else_clause] = STATE(1172),
[aux_sym_if_statement_repeat1] = STATE(1175),
[anon_sym_fi] = ACTIONS(2456),
[anon_sym_elif] = ACTIONS(2460),
[anon_sym_else] = ACTIONS(2462),
[sym_comment] = ACTIONS(57),
},
[693] = {
[sym__concat] = ACTIONS(1730),
[anon_sym_in] = ACTIONS(1730),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1730),
},
[694] = {
[sym_case_item] = STATE(1181),
[sym_last_case_item] = STATE(1179),
[sym_concatenation] = STATE(1180),
[sym_string] = STATE(1178),
[sym_simple_expansion] = STATE(1178),
[sym_string_expansion] = STATE(1178),
[sym_expansion] = STATE(1178),
[sym_command_substitution] = STATE(1178),
[sym_process_substitution] = STATE(1178),
[aux_sym_case_statement_repeat1] = STATE(1181),
[anon_sym_esac] = ACTIONS(2464),
[sym__special_characters] = ACTIONS(2466),
[anon_sym_DQUOTE] = ACTIONS(413),
[anon_sym_DOLLAR] = ACTIONS(415),
[sym_raw_string] = ACTIONS(2468),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(419),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(421),
[anon_sym_BQUOTE] = ACTIONS(423),
[anon_sym_LT_LPAREN] = ACTIONS(425),
[anon_sym_GT_LPAREN] = ACTIONS(425),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2470),
},
[695] = {
[anon_sym_SEMI] = ACTIONS(2472),
[anon_sym_SEMI_SEMI] = ACTIONS(2474),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2474),
[anon_sym_AMP] = ACTIONS(2474),
},
[696] = {
[aux_sym_concatenation_repeat1] = STATE(696),
[sym__concat] = ACTIONS(2476),
[anon_sym_in] = ACTIONS(1730),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1730),
},
[697] = {
[sym__concat] = ACTIONS(1737),
[anon_sym_in] = ACTIONS(1737),
[anon_sym_SEMI] = ACTIONS(1739),
[anon_sym_SEMI_SEMI] = ACTIONS(1737),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1737),
[anon_sym_AMP] = ACTIONS(1737),
},
[698] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(2479),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[699] = {
[sym_case_item] = STATE(1186),
[sym_last_case_item] = STATE(1185),
[sym_concatenation] = STATE(1180),
[sym_string] = STATE(1178),
[sym_simple_expansion] = STATE(1178),
[sym_string_expansion] = STATE(1178),
[sym_expansion] = STATE(1178),
[sym_command_substitution] = STATE(1178),
[sym_process_substitution] = STATE(1178),
[aux_sym_case_statement_repeat1] = STATE(1186),
[anon_sym_esac] = ACTIONS(2481),
[sym__special_characters] = ACTIONS(2466),
[anon_sym_DQUOTE] = ACTIONS(413),
[anon_sym_DOLLAR] = ACTIONS(415),
[sym_raw_string] = ACTIONS(2468),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(419),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(421),
[anon_sym_BQUOTE] = ACTIONS(423),
[anon_sym_LT_LPAREN] = ACTIONS(425),
[anon_sym_GT_LPAREN] = ACTIONS(425),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2470),
},
[700] = {
[anon_sym_SEMI] = ACTIONS(2483),
[anon_sym_SEMI_SEMI] = ACTIONS(2485),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2485),
[anon_sym_AMP] = ACTIONS(2485),
},
[701] = {
[sym_concatenation] = STATE(1191),
[sym_string] = STATE(1190),
[sym_simple_expansion] = STATE(1190),
[sym_string_expansion] = STATE(1190),
[sym_expansion] = STATE(1190),
[sym_command_substitution] = STATE(1190),
[sym_process_substitution] = STATE(1190),
[anon_sym_RBRACE] = ACTIONS(2487),
[sym__special_characters] = ACTIONS(2489),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(2491),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2491),
},
[702] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(2493),
[sym_comment] = ACTIONS(57),
},
[703] = {
[sym_concatenation] = STATE(1195),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1195),
[anon_sym_RBRACE] = ACTIONS(2495),
[anon_sym_EQ] = ACTIONS(2497),
[anon_sym_DASH] = ACTIONS(2497),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2499),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(2501),
[anon_sym_COLON] = ACTIONS(2497),
[anon_sym_COLON_QMARK] = ACTIONS(2497),
[anon_sym_COLON_DASH] = ACTIONS(2497),
[anon_sym_PERCENT] = ACTIONS(2497),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[704] = {
[sym_concatenation] = STATE(1197),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1197),
[anon_sym_RBRACE] = ACTIONS(2487),
[anon_sym_EQ] = ACTIONS(2503),
[anon_sym_DASH] = ACTIONS(2503),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2505),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(2507),
[anon_sym_COLON] = ACTIONS(2503),
[anon_sym_COLON_QMARK] = ACTIONS(2503),
[anon_sym_COLON_DASH] = ACTIONS(2503),
[anon_sym_PERCENT] = ACTIONS(2503),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[705] = {
[sym__concat] = ACTIONS(1838),
[anon_sym_in] = ACTIONS(1838),
[anon_sym_SEMI] = ACTIONS(1840),
[anon_sym_SEMI_SEMI] = ACTIONS(1838),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1838),
[anon_sym_AMP] = ACTIONS(1838),
},
[706] = {
[sym_concatenation] = STATE(1200),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1200),
[sym_regex] = ACTIONS(2509),
[anon_sym_RBRACE] = ACTIONS(2511),
[anon_sym_EQ] = ACTIONS(2513),
[anon_sym_DASH] = ACTIONS(2513),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2515),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(2513),
[anon_sym_COLON_QMARK] = ACTIONS(2513),
[anon_sym_COLON_DASH] = ACTIONS(2513),
[anon_sym_PERCENT] = ACTIONS(2513),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[707] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(2511),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[708] = {
[sym__concat] = ACTIONS(1886),
[anon_sym_in] = ACTIONS(1886),
[anon_sym_SEMI] = ACTIONS(1888),
[anon_sym_SEMI_SEMI] = ACTIONS(1886),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1886),
[anon_sym_AMP] = ACTIONS(1886),
},
[709] = {
[sym_concatenation] = STATE(1197),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1197),
[sym_regex] = ACTIONS(2517),
[anon_sym_RBRACE] = ACTIONS(2487),
[anon_sym_EQ] = ACTIONS(2503),
[anon_sym_DASH] = ACTIONS(2503),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2505),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(2503),
[anon_sym_COLON_QMARK] = ACTIONS(2503),
[anon_sym_COLON_DASH] = ACTIONS(2503),
[anon_sym_PERCENT] = ACTIONS(2503),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[710] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(2487),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[711] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(2519),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[712] = {
[sym__concat] = ACTIONS(1894),
[anon_sym_in] = ACTIONS(1894),
[anon_sym_SEMI] = ACTIONS(1896),
[anon_sym_SEMI_SEMI] = ACTIONS(1894),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1894),
[anon_sym_AMP] = ACTIONS(1894),
},
[713] = {
[anon_sym_SEMI] = ACTIONS(2521),
[anon_sym_RPAREN] = ACTIONS(2519),
[anon_sym_SEMI_SEMI] = ACTIONS(2523),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2523),
[anon_sym_AMP] = ACTIONS(2523),
},
[714] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1205),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(2525),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2519),
[anon_sym_SEMI_SEMI] = ACTIONS(2527),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2527),
[anon_sym_AMP] = ACTIONS(2525),
},
[715] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1205),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2525),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2519),
[anon_sym_SEMI_SEMI] = ACTIONS(2527),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2527),
[anon_sym_AMP] = ACTIONS(2525),
},
[716] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(2519),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[717] = {
[anon_sym_SEMI] = ACTIONS(2529),
[anon_sym_SEMI_SEMI] = ACTIONS(2531),
[anon_sym_BQUOTE] = ACTIONS(2519),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2531),
[anon_sym_AMP] = ACTIONS(2531),
},
[718] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1208),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(2533),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(2535),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(2519),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2535),
[anon_sym_AMP] = ACTIONS(2533),
},
[719] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1208),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2533),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(2535),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(2519),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2535),
[anon_sym_AMP] = ACTIONS(2533),
},
[720] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(2537),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[721] = {
[sym__concat] = ACTIONS(1928),
[anon_sym_in] = ACTIONS(1928),
[anon_sym_SEMI] = ACTIONS(1930),
[anon_sym_SEMI_SEMI] = ACTIONS(1928),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1928),
[anon_sym_AMP] = ACTIONS(1928),
},
[722] = {
[anon_sym_SEMI] = ACTIONS(2539),
[anon_sym_RPAREN] = ACTIONS(2537),
[anon_sym_SEMI_SEMI] = ACTIONS(2541),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2541),
[anon_sym_AMP] = ACTIONS(2541),
},
[723] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1212),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(2543),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2537),
[anon_sym_SEMI_SEMI] = ACTIONS(2545),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2545),
[anon_sym_AMP] = ACTIONS(2543),
},
[724] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1212),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2543),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2537),
[anon_sym_SEMI_SEMI] = ACTIONS(2545),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2545),
[anon_sym_AMP] = ACTIONS(2543),
},
[725] = {
[sym_compound_statement] = STATE(1213),
[anon_sym_LBRACE] = ACTIONS(25),
[sym_comment] = ACTIONS(57),
},
[726] = {
[aux_sym_concatenation_repeat1] = STATE(1214),
[sym__simple_heredoc_body] = ACTIONS(1111),
[sym__heredoc_body_beginning] = ACTIONS(1111),
[sym_file_descriptor] = ACTIONS(1111),
[sym__concat] = ACTIONS(1113),
[sym_variable_name] = ACTIONS(1111),
[anon_sym_SEMI] = ACTIONS(1115),
[anon_sym_PIPE] = ACTIONS(1115),
[anon_sym_RPAREN] = ACTIONS(1111),
[anon_sym_SEMI_SEMI] = ACTIONS(1111),
[anon_sym_PIPE_AMP] = ACTIONS(1111),
[anon_sym_AMP_AMP] = ACTIONS(1111),
[anon_sym_PIPE_PIPE] = ACTIONS(1111),
[anon_sym_LT] = ACTIONS(1115),
[anon_sym_GT] = ACTIONS(1115),
[anon_sym_GT_GT] = ACTIONS(1111),
[anon_sym_AMP_GT] = ACTIONS(1115),
[anon_sym_AMP_GT_GT] = ACTIONS(1111),
[anon_sym_LT_AMP] = ACTIONS(1111),
[anon_sym_GT_AMP] = ACTIONS(1111),
[anon_sym_LT_LT] = ACTIONS(1115),
[anon_sym_LT_LT_DASH] = ACTIONS(1111),
[anon_sym_LT_LT_LT] = ACTIONS(1111),
[sym__special_characters] = ACTIONS(1111),
[anon_sym_DQUOTE] = ACTIONS(1111),
[anon_sym_DOLLAR] = ACTIONS(1115),
[sym_raw_string] = ACTIONS(1111),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1111),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1111),
[anon_sym_BQUOTE] = ACTIONS(1111),
[anon_sym_LT_LPAREN] = ACTIONS(1111),
[anon_sym_GT_LPAREN] = ACTIONS(1111),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1115),
[anon_sym_LF] = ACTIONS(1111),
[anon_sym_AMP] = ACTIONS(1115),
},
[727] = {
[aux_sym_concatenation_repeat1] = STATE(1214),
[sym__simple_heredoc_body] = ACTIONS(1089),
[sym__heredoc_body_beginning] = ACTIONS(1089),
[sym_file_descriptor] = ACTIONS(1089),
[sym__concat] = ACTIONS(1113),
[sym_variable_name] = ACTIONS(1089),
[anon_sym_SEMI] = ACTIONS(1091),
[anon_sym_PIPE] = ACTIONS(1091),
[anon_sym_RPAREN] = ACTIONS(1089),
[anon_sym_SEMI_SEMI] = ACTIONS(1089),
[anon_sym_PIPE_AMP] = ACTIONS(1089),
[anon_sym_AMP_AMP] = ACTIONS(1089),
[anon_sym_PIPE_PIPE] = ACTIONS(1089),
[anon_sym_LT] = ACTIONS(1091),
[anon_sym_GT] = ACTIONS(1091),
[anon_sym_GT_GT] = ACTIONS(1089),
[anon_sym_AMP_GT] = ACTIONS(1091),
[anon_sym_AMP_GT_GT] = ACTIONS(1089),
[anon_sym_LT_AMP] = ACTIONS(1089),
[anon_sym_GT_AMP] = ACTIONS(1089),
[anon_sym_LT_LT] = ACTIONS(1091),
[anon_sym_LT_LT_DASH] = ACTIONS(1089),
[anon_sym_LT_LT_LT] = ACTIONS(1089),
[sym__special_characters] = ACTIONS(1089),
[anon_sym_DQUOTE] = ACTIONS(1089),
[anon_sym_DOLLAR] = ACTIONS(1091),
[sym_raw_string] = ACTIONS(1089),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1089),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1089),
[anon_sym_BQUOTE] = ACTIONS(1089),
[anon_sym_LT_LPAREN] = ACTIONS(1089),
[anon_sym_GT_LPAREN] = ACTIONS(1089),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1091),
[anon_sym_LF] = ACTIONS(1089),
[anon_sym_AMP] = ACTIONS(1091),
},
[728] = {
[sym_concatenation] = STATE(789),
[sym_string] = STATE(1216),
[sym_array] = STATE(789),
[sym_simple_expansion] = STATE(1216),
[sym_string_expansion] = STATE(1216),
[sym_expansion] = STATE(1216),
[sym_command_substitution] = STATE(1216),
[sym_process_substitution] = STATE(1216),
[sym__empty_value] = ACTIONS(1507),
[anon_sym_LPAREN] = ACTIONS(1509),
[sym__special_characters] = ACTIONS(2547),
[anon_sym_DQUOTE] = ACTIONS(189),
[anon_sym_DOLLAR] = ACTIONS(191),
[sym_raw_string] = ACTIONS(2549),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(195),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(197),
[anon_sym_BQUOTE] = ACTIONS(199),
[anon_sym_LT_LPAREN] = ACTIONS(201),
[anon_sym_GT_LPAREN] = ACTIONS(201),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2549),
},
[729] = {
[aux_sym_concatenation_repeat1] = STATE(1217),
[sym__simple_heredoc_body] = ACTIONS(779),
[sym__heredoc_body_beginning] = ACTIONS(779),
[sym_file_descriptor] = ACTIONS(779),
[sym__concat] = ACTIONS(671),
[sym_variable_name] = ACTIONS(779),
[anon_sym_SEMI] = ACTIONS(781),
[anon_sym_PIPE] = ACTIONS(781),
[anon_sym_RPAREN] = ACTIONS(779),
[anon_sym_SEMI_SEMI] = ACTIONS(779),
[anon_sym_PIPE_AMP] = ACTIONS(779),
[anon_sym_AMP_AMP] = ACTIONS(779),
[anon_sym_PIPE_PIPE] = ACTIONS(779),
[anon_sym_LT] = ACTIONS(781),
[anon_sym_GT] = ACTIONS(781),
[anon_sym_GT_GT] = ACTIONS(779),
[anon_sym_AMP_GT] = ACTIONS(781),
[anon_sym_AMP_GT_GT] = ACTIONS(779),
[anon_sym_LT_AMP] = ACTIONS(779),
[anon_sym_GT_AMP] = ACTIONS(779),
[anon_sym_LT_LT] = ACTIONS(781),
[anon_sym_LT_LT_DASH] = ACTIONS(779),
[anon_sym_LT_LT_LT] = ACTIONS(779),
[sym__special_characters] = ACTIONS(779),
[anon_sym_DQUOTE] = ACTIONS(779),
[anon_sym_DOLLAR] = ACTIONS(781),
[sym_raw_string] = ACTIONS(779),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(779),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(779),
[anon_sym_BQUOTE] = ACTIONS(779),
[anon_sym_LT_LPAREN] = ACTIONS(779),
[anon_sym_GT_LPAREN] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(781),
[sym_word] = ACTIONS(781),
[anon_sym_LF] = ACTIONS(779),
[anon_sym_AMP] = ACTIONS(781),
},
[730] = {
[sym_variable_assignment] = STATE(730),
[sym_subscript] = STATE(314),
[sym_concatenation] = STATE(730),
[sym_string] = STATE(313),
[sym_simple_expansion] = STATE(313),
[sym_string_expansion] = STATE(313),
[sym_expansion] = STATE(313),
[sym_command_substitution] = STATE(313),
[sym_process_substitution] = STATE(313),
[aux_sym_declaration_command_repeat1] = STATE(730),
[sym__simple_heredoc_body] = ACTIONS(1563),
[sym__heredoc_body_beginning] = ACTIONS(1563),
[sym_file_descriptor] = ACTIONS(1563),
[sym_variable_name] = ACTIONS(2551),
[anon_sym_SEMI] = ACTIONS(1568),
[anon_sym_PIPE] = ACTIONS(1568),
[anon_sym_RPAREN] = ACTIONS(1563),
[anon_sym_SEMI_SEMI] = ACTIONS(1563),
[anon_sym_PIPE_AMP] = ACTIONS(1563),
[anon_sym_AMP_AMP] = ACTIONS(1563),
[anon_sym_PIPE_PIPE] = ACTIONS(1563),
[anon_sym_LT] = ACTIONS(1568),
[anon_sym_GT] = ACTIONS(1568),
[anon_sym_GT_GT] = ACTIONS(1563),
[anon_sym_AMP_GT] = ACTIONS(1568),
[anon_sym_AMP_GT_GT] = ACTIONS(1563),
[anon_sym_LT_AMP] = ACTIONS(1563),
[anon_sym_GT_AMP] = ACTIONS(1563),
[anon_sym_LT_LT] = ACTIONS(1568),
[anon_sym_LT_LT_DASH] = ACTIONS(1563),
[anon_sym_LT_LT_LT] = ACTIONS(1563),
[sym__special_characters] = ACTIONS(2554),
[anon_sym_DQUOTE] = ACTIONS(1573),
[anon_sym_DOLLAR] = ACTIONS(1576),
[sym_raw_string] = ACTIONS(2557),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1582),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1585),
[anon_sym_BQUOTE] = ACTIONS(1588),
[anon_sym_LT_LPAREN] = ACTIONS(1591),
[anon_sym_GT_LPAREN] = ACTIONS(1591),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2560),
[sym_word] = ACTIONS(2563),
[anon_sym_LF] = ACTIONS(1563),
[anon_sym_AMP] = ACTIONS(1568),
},
[731] = {
[aux_sym_concatenation_repeat1] = STATE(1218),
[sym__simple_heredoc_body] = ACTIONS(779),
[sym__heredoc_body_beginning] = ACTIONS(779),
[sym_file_descriptor] = ACTIONS(779),
[sym__concat] = ACTIONS(709),
[anon_sym_SEMI] = ACTIONS(781),
[anon_sym_PIPE] = ACTIONS(781),
[anon_sym_RPAREN] = ACTIONS(779),
[anon_sym_SEMI_SEMI] = ACTIONS(779),
[anon_sym_PIPE_AMP] = ACTIONS(779),
[anon_sym_AMP_AMP] = ACTIONS(779),
[anon_sym_PIPE_PIPE] = ACTIONS(779),
[anon_sym_LT] = ACTIONS(781),
[anon_sym_GT] = ACTIONS(781),
[anon_sym_GT_GT] = ACTIONS(779),
[anon_sym_AMP_GT] = ACTIONS(781),
[anon_sym_AMP_GT_GT] = ACTIONS(779),
[anon_sym_LT_AMP] = ACTIONS(779),
[anon_sym_GT_AMP] = ACTIONS(779),
[anon_sym_LT_LT] = ACTIONS(781),
[anon_sym_LT_LT_DASH] = ACTIONS(779),
[anon_sym_LT_LT_LT] = ACTIONS(779),
[sym__special_characters] = ACTIONS(779),
[anon_sym_DQUOTE] = ACTIONS(779),
[anon_sym_DOLLAR] = ACTIONS(781),
[sym_raw_string] = ACTIONS(779),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(779),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(779),
[anon_sym_BQUOTE] = ACTIONS(779),
[anon_sym_LT_LPAREN] = ACTIONS(779),
[anon_sym_GT_LPAREN] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(781),
[sym_word] = ACTIONS(781),
[anon_sym_LF] = ACTIONS(779),
[anon_sym_AMP] = ACTIONS(781),
},
[732] = {
[sym_concatenation] = STATE(732),
[sym_string] = STATE(317),
[sym_simple_expansion] = STATE(317),
[sym_string_expansion] = STATE(317),
[sym_expansion] = STATE(317),
[sym_command_substitution] = STATE(317),
[sym_process_substitution] = STATE(317),
[aux_sym_unset_command_repeat1] = STATE(732),
[sym__simple_heredoc_body] = ACTIONS(1648),
[sym__heredoc_body_beginning] = ACTIONS(1648),
[sym_file_descriptor] = ACTIONS(1648),
[anon_sym_SEMI] = ACTIONS(1650),
[anon_sym_PIPE] = ACTIONS(1650),
[anon_sym_RPAREN] = ACTIONS(1648),
[anon_sym_SEMI_SEMI] = ACTIONS(1648),
[anon_sym_PIPE_AMP] = ACTIONS(1648),
[anon_sym_AMP_AMP] = ACTIONS(1648),
[anon_sym_PIPE_PIPE] = ACTIONS(1648),
[anon_sym_LT] = ACTIONS(1650),
[anon_sym_GT] = ACTIONS(1650),
[anon_sym_GT_GT] = ACTIONS(1648),
[anon_sym_AMP_GT] = ACTIONS(1650),
[anon_sym_AMP_GT_GT] = ACTIONS(1648),
[anon_sym_LT_AMP] = ACTIONS(1648),
[anon_sym_GT_AMP] = ACTIONS(1648),
[anon_sym_LT_LT] = ACTIONS(1650),
[anon_sym_LT_LT_DASH] = ACTIONS(1648),
[anon_sym_LT_LT_LT] = ACTIONS(1648),
[sym__special_characters] = ACTIONS(2566),
[anon_sym_DQUOTE] = ACTIONS(1655),
[anon_sym_DOLLAR] = ACTIONS(1658),
[sym_raw_string] = ACTIONS(2569),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1664),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1667),
[anon_sym_BQUOTE] = ACTIONS(1670),
[anon_sym_LT_LPAREN] = ACTIONS(1673),
[anon_sym_GT_LPAREN] = ACTIONS(1673),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2572),
[sym_word] = ACTIONS(2575),
[anon_sym_LF] = ACTIONS(1648),
[anon_sym_AMP] = ACTIONS(1650),
},
[733] = {
[aux_sym_concatenation_repeat1] = STATE(733),
[sym__simple_heredoc_body] = ACTIONS(1730),
[sym__heredoc_body_beginning] = ACTIONS(1730),
[sym_file_descriptor] = ACTIONS(1730),
[sym__concat] = ACTIONS(1734),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_PIPE] = ACTIONS(1732),
[anon_sym_RPAREN] = ACTIONS(1730),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[anon_sym_PIPE_AMP] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_EQ_TILDE] = ACTIONS(1732),
[anon_sym_EQ_EQ] = ACTIONS(1732),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_GT_GT] = ACTIONS(1730),
[anon_sym_AMP_GT] = ACTIONS(1732),
[anon_sym_AMP_GT_GT] = ACTIONS(1730),
[anon_sym_LT_AMP] = ACTIONS(1730),
[anon_sym_GT_AMP] = ACTIONS(1730),
[anon_sym_LT_LT] = ACTIONS(1732),
[anon_sym_LT_LT_DASH] = ACTIONS(1730),
[anon_sym_LT_LT_LT] = ACTIONS(1730),
[sym__special_characters] = ACTIONS(1730),
[anon_sym_DQUOTE] = ACTIONS(1730),
[anon_sym_DOLLAR] = ACTIONS(1732),
[sym_raw_string] = ACTIONS(1730),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1730),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[anon_sym_LT_LPAREN] = ACTIONS(1730),
[anon_sym_GT_LPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1732),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1732),
},
[734] = {
[sym_concatenation] = STATE(983),
[sym_string] = STATE(1220),
[sym_simple_expansion] = STATE(1220),
[sym_string_expansion] = STATE(1220),
[sym_expansion] = STATE(1220),
[sym_command_substitution] = STATE(1220),
[sym_process_substitution] = STATE(1220),
[sym__special_characters] = ACTIONS(2578),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(2580),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2580),
},
[735] = {
[sym__simple_heredoc_body] = ACTIONS(2582),
[sym__heredoc_body_beginning] = ACTIONS(2582),
[sym_file_descriptor] = ACTIONS(2582),
[ts_builtin_sym_end] = ACTIONS(2582),
[anon_sym_SEMI] = ACTIONS(2584),
[anon_sym_esac] = ACTIONS(2582),
[anon_sym_PIPE] = ACTIONS(2584),
[anon_sym_RPAREN] = ACTIONS(2582),
[anon_sym_SEMI_SEMI] = ACTIONS(2582),
[anon_sym_PIPE_AMP] = ACTIONS(2582),
[anon_sym_AMP_AMP] = ACTIONS(2582),
[anon_sym_PIPE_PIPE] = ACTIONS(2582),
[anon_sym_LT] = ACTIONS(2584),
[anon_sym_GT] = ACTIONS(2584),
[anon_sym_GT_GT] = ACTIONS(2582),
[anon_sym_AMP_GT] = ACTIONS(2584),
[anon_sym_AMP_GT_GT] = ACTIONS(2582),
[anon_sym_LT_AMP] = ACTIONS(2582),
[anon_sym_GT_AMP] = ACTIONS(2582),
[anon_sym_LT_LT] = ACTIONS(2584),
[anon_sym_LT_LT_DASH] = ACTIONS(2582),
[anon_sym_LT_LT_LT] = ACTIONS(2582),
[anon_sym_BQUOTE] = ACTIONS(2582),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2582),
[anon_sym_AMP] = ACTIONS(2584),
},
[736] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(1968),
[sym__heredoc_body_beginning] = ACTIONS(1968),
[sym_file_descriptor] = ACTIONS(1968),
[anon_sym_SEMI] = ACTIONS(1970),
[anon_sym_PIPE] = ACTIONS(1970),
[anon_sym_RPAREN] = ACTIONS(1968),
[anon_sym_SEMI_SEMI] = ACTIONS(1968),
[anon_sym_PIPE_AMP] = ACTIONS(1968),
[anon_sym_AMP_AMP] = ACTIONS(1968),
[anon_sym_PIPE_PIPE] = ACTIONS(1968),
[anon_sym_LT] = ACTIONS(1970),
[anon_sym_GT] = ACTIONS(1970),
[anon_sym_GT_GT] = ACTIONS(1968),
[anon_sym_AMP_GT] = ACTIONS(1970),
[anon_sym_AMP_GT_GT] = ACTIONS(1968),
[anon_sym_LT_AMP] = ACTIONS(1968),
[anon_sym_GT_AMP] = ACTIONS(1968),
[anon_sym_LT_LT] = ACTIONS(1970),
[anon_sym_LT_LT_DASH] = ACTIONS(1968),
[anon_sym_LT_LT_LT] = ACTIONS(1968),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1968),
[anon_sym_AMP] = ACTIONS(1970),
},
[737] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(1968),
[sym__heredoc_body_beginning] = ACTIONS(1968),
[sym_file_descriptor] = ACTIONS(1968),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(1970),
[anon_sym_PIPE] = ACTIONS(1970),
[anon_sym_RPAREN] = ACTIONS(1968),
[anon_sym_SEMI_SEMI] = ACTIONS(1968),
[anon_sym_PIPE_AMP] = ACTIONS(1968),
[anon_sym_AMP_AMP] = ACTIONS(1968),
[anon_sym_PIPE_PIPE] = ACTIONS(1968),
[anon_sym_LT] = ACTIONS(1970),
[anon_sym_GT] = ACTIONS(1970),
[anon_sym_GT_GT] = ACTIONS(1968),
[anon_sym_AMP_GT] = ACTIONS(1970),
[anon_sym_AMP_GT_GT] = ACTIONS(1968),
[anon_sym_LT_AMP] = ACTIONS(1968),
[anon_sym_GT_AMP] = ACTIONS(1968),
[anon_sym_LT_LT] = ACTIONS(1970),
[anon_sym_LT_LT_DASH] = ACTIONS(1968),
[anon_sym_LT_LT_LT] = ACTIONS(1968),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1968),
[anon_sym_AMP] = ACTIONS(1970),
},
[738] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(1972),
[sym__heredoc_body_beginning] = ACTIONS(1972),
[sym_file_descriptor] = ACTIONS(1972),
[anon_sym_SEMI] = ACTIONS(1974),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1972),
[anon_sym_SEMI_SEMI] = ACTIONS(1972),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(1972),
[anon_sym_PIPE_PIPE] = ACTIONS(1972),
[anon_sym_LT] = ACTIONS(1974),
[anon_sym_GT] = ACTIONS(1974),
[anon_sym_GT_GT] = ACTIONS(1972),
[anon_sym_AMP_GT] = ACTIONS(1974),
[anon_sym_AMP_GT_GT] = ACTIONS(1972),
[anon_sym_LT_AMP] = ACTIONS(1972),
[anon_sym_GT_AMP] = ACTIONS(1972),
[anon_sym_LT_LT] = ACTIONS(1974),
[anon_sym_LT_LT_DASH] = ACTIONS(1972),
[anon_sym_LT_LT_LT] = ACTIONS(1972),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1972),
[anon_sym_AMP] = ACTIONS(1974),
},
[739] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(1972),
[sym__heredoc_body_beginning] = ACTIONS(1972),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(1974),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(1972),
[anon_sym_SEMI_SEMI] = ACTIONS(1972),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(1972),
[anon_sym_PIPE_PIPE] = ACTIONS(1972),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(1974),
[anon_sym_LT_LT_DASH] = ACTIONS(1972),
[anon_sym_LT_LT_LT] = ACTIONS(1972),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1972),
[anon_sym_AMP] = ACTIONS(1974),
},
[740] = {
[aux_sym_concatenation_repeat1] = STATE(1221),
[sym__simple_heredoc_body] = ACTIONS(745),
[sym__heredoc_body_beginning] = ACTIONS(745),
[sym_file_descriptor] = ACTIONS(745),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(749),
[anon_sym_PIPE] = ACTIONS(749),
[anon_sym_RPAREN] = ACTIONS(745),
[anon_sym_SEMI_SEMI] = ACTIONS(745),
[anon_sym_PIPE_AMP] = ACTIONS(745),
[anon_sym_AMP_AMP] = ACTIONS(745),
[anon_sym_PIPE_PIPE] = ACTIONS(745),
[anon_sym_LT] = ACTIONS(749),
[anon_sym_GT] = ACTIONS(749),
[anon_sym_GT_GT] = ACTIONS(745),
[anon_sym_AMP_GT] = ACTIONS(749),
[anon_sym_AMP_GT_GT] = ACTIONS(745),
[anon_sym_LT_AMP] = ACTIONS(745),
[anon_sym_GT_AMP] = ACTIONS(745),
[anon_sym_LT_LT] = ACTIONS(749),
[anon_sym_LT_LT_DASH] = ACTIONS(745),
[anon_sym_LT_LT_LT] = ACTIONS(745),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(745),
[anon_sym_AMP] = ACTIONS(749),
},
[741] = {
[aux_sym_concatenation_repeat1] = STATE(1221),
[sym__simple_heredoc_body] = ACTIONS(763),
[sym__heredoc_body_beginning] = ACTIONS(763),
[sym_file_descriptor] = ACTIONS(763),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(765),
[anon_sym_PIPE] = ACTIONS(765),
[anon_sym_RPAREN] = ACTIONS(763),
[anon_sym_SEMI_SEMI] = ACTIONS(763),
[anon_sym_PIPE_AMP] = ACTIONS(763),
[anon_sym_AMP_AMP] = ACTIONS(763),
[anon_sym_PIPE_PIPE] = ACTIONS(763),
[anon_sym_LT] = ACTIONS(765),
[anon_sym_GT] = ACTIONS(765),
[anon_sym_GT_GT] = ACTIONS(763),
[anon_sym_AMP_GT] = ACTIONS(765),
[anon_sym_AMP_GT_GT] = ACTIONS(763),
[anon_sym_LT_AMP] = ACTIONS(763),
[anon_sym_GT_AMP] = ACTIONS(763),
[anon_sym_LT_LT] = ACTIONS(765),
[anon_sym_LT_LT_DASH] = ACTIONS(763),
[anon_sym_LT_LT_LT] = ACTIONS(763),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(763),
[anon_sym_AMP] = ACTIONS(765),
},
[742] = {
[aux_sym_concatenation_repeat1] = STATE(1221),
[sym__simple_heredoc_body] = ACTIONS(1980),
[sym__heredoc_body_beginning] = ACTIONS(1980),
[sym_file_descriptor] = ACTIONS(1980),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(1982),
[anon_sym_PIPE] = ACTIONS(1982),
[anon_sym_RPAREN] = ACTIONS(1980),
[anon_sym_SEMI_SEMI] = ACTIONS(1980),
[anon_sym_PIPE_AMP] = ACTIONS(1980),
[anon_sym_AMP_AMP] = ACTIONS(1980),
[anon_sym_PIPE_PIPE] = ACTIONS(1980),
[anon_sym_LT] = ACTIONS(1982),
[anon_sym_GT] = ACTIONS(1982),
[anon_sym_GT_GT] = ACTIONS(1980),
[anon_sym_AMP_GT] = ACTIONS(1982),
[anon_sym_AMP_GT_GT] = ACTIONS(1980),
[anon_sym_LT_AMP] = ACTIONS(1980),
[anon_sym_GT_AMP] = ACTIONS(1980),
[anon_sym_LT_LT] = ACTIONS(1982),
[anon_sym_LT_LT_DASH] = ACTIONS(1980),
[anon_sym_LT_LT_LT] = ACTIONS(1980),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1980),
[anon_sym_AMP] = ACTIONS(1982),
},
[743] = {
[aux_sym_concatenation_repeat1] = STATE(1221),
[sym__simple_heredoc_body] = ACTIONS(1984),
[sym__heredoc_body_beginning] = ACTIONS(1984),
[sym_file_descriptor] = ACTIONS(1984),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(1986),
[anon_sym_PIPE] = ACTIONS(1986),
[anon_sym_RPAREN] = ACTIONS(1984),
[anon_sym_SEMI_SEMI] = ACTIONS(1984),
[anon_sym_PIPE_AMP] = ACTIONS(1984),
[anon_sym_AMP_AMP] = ACTIONS(1984),
[anon_sym_PIPE_PIPE] = ACTIONS(1984),
[anon_sym_LT] = ACTIONS(1986),
[anon_sym_GT] = ACTIONS(1986),
[anon_sym_GT_GT] = ACTIONS(1984),
[anon_sym_AMP_GT] = ACTIONS(1986),
[anon_sym_AMP_GT_GT] = ACTIONS(1984),
[anon_sym_LT_AMP] = ACTIONS(1984),
[anon_sym_GT_AMP] = ACTIONS(1984),
[anon_sym_LT_LT] = ACTIONS(1986),
[anon_sym_LT_LT_DASH] = ACTIONS(1984),
[anon_sym_LT_LT_LT] = ACTIONS(1984),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1984),
[anon_sym_AMP] = ACTIONS(1986),
},
[744] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(2586),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[745] = {
[sym_file_redirect] = STATE(745),
[sym_heredoc_redirect] = STATE(745),
[sym_herestring_redirect] = STATE(745),
[aux_sym_redirected_statement_repeat1] = STATE(745),
[sym__simple_heredoc_body] = ACTIONS(1994),
[sym__heredoc_body_beginning] = ACTIONS(1994),
[sym_file_descriptor] = ACTIONS(2588),
[anon_sym_SEMI] = ACTIONS(1999),
[anon_sym_PIPE] = ACTIONS(1999),
[anon_sym_RPAREN] = ACTIONS(1994),
[anon_sym_SEMI_SEMI] = ACTIONS(1994),
[anon_sym_PIPE_AMP] = ACTIONS(1994),
[anon_sym_AMP_AMP] = ACTIONS(1994),
[anon_sym_PIPE_PIPE] = ACTIONS(1994),
[anon_sym_LT] = ACTIONS(2591),
[anon_sym_GT] = ACTIONS(2591),
[anon_sym_GT_GT] = ACTIONS(2594),
[anon_sym_AMP_GT] = ACTIONS(2591),
[anon_sym_AMP_GT_GT] = ACTIONS(2594),
[anon_sym_LT_AMP] = ACTIONS(2594),
[anon_sym_GT_AMP] = ACTIONS(2594),
[anon_sym_LT_LT] = ACTIONS(2007),
[anon_sym_LT_LT_DASH] = ACTIONS(2010),
[anon_sym_LT_LT_LT] = ACTIONS(2597),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1994),
[anon_sym_AMP] = ACTIONS(1999),
},
[746] = {
[aux_sym_concatenation_repeat1] = STATE(319),
[sym__simple_heredoc_body] = ACTIONS(2020),
[sym__heredoc_body_beginning] = ACTIONS(2020),
[sym_file_descriptor] = ACTIONS(2020),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(2022),
[anon_sym_PIPE] = ACTIONS(2022),
[anon_sym_RPAREN] = ACTIONS(2020),
[anon_sym_SEMI_SEMI] = ACTIONS(2020),
[anon_sym_PIPE_AMP] = ACTIONS(2020),
[anon_sym_AMP_AMP] = ACTIONS(2020),
[anon_sym_PIPE_PIPE] = ACTIONS(2020),
[anon_sym_EQ_TILDE] = ACTIONS(2022),
[anon_sym_EQ_EQ] = ACTIONS(2022),
[anon_sym_LT] = ACTIONS(2022),
[anon_sym_GT] = ACTIONS(2022),
[anon_sym_GT_GT] = ACTIONS(2020),
[anon_sym_AMP_GT] = ACTIONS(2022),
[anon_sym_AMP_GT_GT] = ACTIONS(2020),
[anon_sym_LT_AMP] = ACTIONS(2020),
[anon_sym_GT_AMP] = ACTIONS(2020),
[anon_sym_LT_LT] = ACTIONS(2022),
[anon_sym_LT_LT_DASH] = ACTIONS(2020),
[anon_sym_LT_LT_LT] = ACTIONS(2020),
[sym__special_characters] = ACTIONS(2020),
[anon_sym_DQUOTE] = ACTIONS(2020),
[anon_sym_DOLLAR] = ACTIONS(2022),
[sym_raw_string] = ACTIONS(2020),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2020),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2020),
[anon_sym_BQUOTE] = ACTIONS(2020),
[anon_sym_LT_LPAREN] = ACTIONS(2020),
[anon_sym_GT_LPAREN] = ACTIONS(2020),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2022),
[anon_sym_LF] = ACTIONS(2020),
[anon_sym_AMP] = ACTIONS(2022),
},
[747] = {
[aux_sym_concatenation_repeat1] = STATE(319),
[sym__simple_heredoc_body] = ACTIONS(2016),
[sym__heredoc_body_beginning] = ACTIONS(2016),
[sym_file_descriptor] = ACTIONS(2016),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(2018),
[anon_sym_PIPE] = ACTIONS(2018),
[anon_sym_RPAREN] = ACTIONS(2016),
[anon_sym_SEMI_SEMI] = ACTIONS(2016),
[anon_sym_PIPE_AMP] = ACTIONS(2016),
[anon_sym_AMP_AMP] = ACTIONS(2016),
[anon_sym_PIPE_PIPE] = ACTIONS(2016),
[anon_sym_EQ_TILDE] = ACTIONS(2018),
[anon_sym_EQ_EQ] = ACTIONS(2018),
[anon_sym_LT] = ACTIONS(2018),
[anon_sym_GT] = ACTIONS(2018),
[anon_sym_GT_GT] = ACTIONS(2016),
[anon_sym_AMP_GT] = ACTIONS(2018),
[anon_sym_AMP_GT_GT] = ACTIONS(2016),
[anon_sym_LT_AMP] = ACTIONS(2016),
[anon_sym_GT_AMP] = ACTIONS(2016),
[anon_sym_LT_LT] = ACTIONS(2018),
[anon_sym_LT_LT_DASH] = ACTIONS(2016),
[anon_sym_LT_LT_LT] = ACTIONS(2016),
[sym__special_characters] = ACTIONS(2016),
[anon_sym_DQUOTE] = ACTIONS(2016),
[anon_sym_DOLLAR] = ACTIONS(2018),
[sym_raw_string] = ACTIONS(2016),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2016),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2016),
[anon_sym_BQUOTE] = ACTIONS(2016),
[anon_sym_LT_LPAREN] = ACTIONS(2016),
[anon_sym_GT_LPAREN] = ACTIONS(2016),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2018),
[anon_sym_LF] = ACTIONS(2016),
[anon_sym_AMP] = ACTIONS(2018),
},
[748] = {
[sym_concatenation] = STATE(748),
[sym_string] = STATE(331),
[sym_simple_expansion] = STATE(331),
[sym_string_expansion] = STATE(331),
[sym_expansion] = STATE(331),
[sym_command_substitution] = STATE(331),
[sym_process_substitution] = STATE(331),
[aux_sym_command_repeat2] = STATE(748),
[sym__simple_heredoc_body] = ACTIONS(2016),
[sym__heredoc_body_beginning] = ACTIONS(2016),
[sym_file_descriptor] = ACTIONS(2016),
[anon_sym_SEMI] = ACTIONS(2018),
[anon_sym_PIPE] = ACTIONS(2018),
[anon_sym_RPAREN] = ACTIONS(2016),
[anon_sym_SEMI_SEMI] = ACTIONS(2016),
[anon_sym_PIPE_AMP] = ACTIONS(2016),
[anon_sym_AMP_AMP] = ACTIONS(2016),
[anon_sym_PIPE_PIPE] = ACTIONS(2016),
[anon_sym_EQ_TILDE] = ACTIONS(2600),
[anon_sym_EQ_EQ] = ACTIONS(2600),
[anon_sym_LT] = ACTIONS(2018),
[anon_sym_GT] = ACTIONS(2018),
[anon_sym_GT_GT] = ACTIONS(2016),
[anon_sym_AMP_GT] = ACTIONS(2018),
[anon_sym_AMP_GT_GT] = ACTIONS(2016),
[anon_sym_LT_AMP] = ACTIONS(2016),
[anon_sym_GT_AMP] = ACTIONS(2016),
[anon_sym_LT_LT] = ACTIONS(2018),
[anon_sym_LT_LT_DASH] = ACTIONS(2016),
[anon_sym_LT_LT_LT] = ACTIONS(2016),
[sym__special_characters] = ACTIONS(2603),
[anon_sym_DQUOTE] = ACTIONS(2030),
[anon_sym_DOLLAR] = ACTIONS(2033),
[sym_raw_string] = ACTIONS(2606),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2039),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2042),
[anon_sym_BQUOTE] = ACTIONS(2045),
[anon_sym_LT_LPAREN] = ACTIONS(2048),
[anon_sym_GT_LPAREN] = ACTIONS(2048),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2609),
[anon_sym_LF] = ACTIONS(2016),
[anon_sym_AMP] = ACTIONS(2018),
},
[749] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(2586),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[750] = {
[anon_sym_SEMI] = ACTIONS(2612),
[anon_sym_RPAREN] = ACTIONS(2586),
[anon_sym_SEMI_SEMI] = ACTIONS(2614),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2614),
[anon_sym_AMP] = ACTIONS(2614),
},
[751] = {
[sym_concatenation] = STATE(748),
[sym_string] = STATE(331),
[sym_simple_expansion] = STATE(331),
[sym_string_expansion] = STATE(331),
[sym_expansion] = STATE(331),
[sym_command_substitution] = STATE(331),
[sym_process_substitution] = STATE(331),
[aux_sym_command_repeat2] = STATE(748),
[sym__simple_heredoc_body] = ACTIONS(2062),
[sym__heredoc_body_beginning] = ACTIONS(2062),
[sym_file_descriptor] = ACTIONS(2062),
[anon_sym_SEMI] = ACTIONS(2064),
[anon_sym_PIPE] = ACTIONS(2064),
[anon_sym_RPAREN] = ACTIONS(2062),
[anon_sym_SEMI_SEMI] = ACTIONS(2062),
[anon_sym_PIPE_AMP] = ACTIONS(2062),
[anon_sym_AMP_AMP] = ACTIONS(2062),
[anon_sym_PIPE_PIPE] = ACTIONS(2062),
[anon_sym_EQ_TILDE] = ACTIONS(603),
[anon_sym_EQ_EQ] = ACTIONS(603),
[anon_sym_LT] = ACTIONS(2064),
[anon_sym_GT] = ACTIONS(2064),
[anon_sym_GT_GT] = ACTIONS(2062),
[anon_sym_AMP_GT] = ACTIONS(2064),
[anon_sym_AMP_GT_GT] = ACTIONS(2062),
[anon_sym_LT_AMP] = ACTIONS(2062),
[anon_sym_GT_AMP] = ACTIONS(2062),
[anon_sym_LT_LT] = ACTIONS(2064),
[anon_sym_LT_LT_DASH] = ACTIONS(2062),
[anon_sym_LT_LT_LT] = ACTIONS(2062),
[sym__special_characters] = ACTIONS(605),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(607),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(609),
[anon_sym_LF] = ACTIONS(2062),
[anon_sym_AMP] = ACTIONS(2064),
},
[752] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_RBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[753] = {
[sym_file_descriptor] = ACTIONS(1089),
[sym_variable_name] = ACTIONS(1089),
[anon_sym_LT] = ACTIONS(1091),
[anon_sym_GT] = ACTIONS(1091),
[anon_sym_GT_GT] = ACTIONS(1089),
[anon_sym_AMP_GT] = ACTIONS(1091),
[anon_sym_AMP_GT_GT] = ACTIONS(1089),
[anon_sym_LT_AMP] = ACTIONS(1089),
[anon_sym_GT_AMP] = ACTIONS(1089),
[sym__special_characters] = ACTIONS(1089),
[anon_sym_DQUOTE] = ACTIONS(1089),
[anon_sym_DOLLAR] = ACTIONS(1091),
[sym_raw_string] = ACTIONS(1089),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1089),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1089),
[anon_sym_BQUOTE] = ACTIONS(1089),
[anon_sym_LT_LPAREN] = ACTIONS(1089),
[anon_sym_GT_LPAREN] = ACTIONS(1089),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1089),
},
[754] = {
[sym_concatenation] = STATE(1225),
[sym_string] = STATE(539),
[sym_simple_expansion] = STATE(539),
[sym_string_expansion] = STATE(539),
[sym_expansion] = STATE(539),
[sym_command_substitution] = STATE(539),
[sym_process_substitution] = STATE(539),
[aux_sym_for_statement_repeat1] = STATE(1225),
[anon_sym_RPAREN] = ACTIONS(2616),
[sym__special_characters] = ACTIONS(1095),
[anon_sym_DQUOTE] = ACTIONS(1097),
[anon_sym_DOLLAR] = ACTIONS(1099),
[sym_raw_string] = ACTIONS(1101),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1103),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1105),
[anon_sym_BQUOTE] = ACTIONS(1107),
[anon_sym_LT_LPAREN] = ACTIONS(1109),
[anon_sym_GT_LPAREN] = ACTIONS(1109),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1101),
},
[755] = {
[aux_sym_concatenation_repeat1] = STATE(417),
[sym_file_descriptor] = ACTIONS(1111),
[sym__concat] = ACTIONS(747),
[sym_variable_name] = ACTIONS(1111),
[anon_sym_LT] = ACTIONS(1115),
[anon_sym_GT] = ACTIONS(1115),
[anon_sym_GT_GT] = ACTIONS(1111),
[anon_sym_AMP_GT] = ACTIONS(1115),
[anon_sym_AMP_GT_GT] = ACTIONS(1111),
[anon_sym_LT_AMP] = ACTIONS(1111),
[anon_sym_GT_AMP] = ACTIONS(1111),
[sym__special_characters] = ACTIONS(1111),
[anon_sym_DQUOTE] = ACTIONS(1111),
[anon_sym_DOLLAR] = ACTIONS(1115),
[sym_raw_string] = ACTIONS(1111),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1111),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1111),
[anon_sym_BQUOTE] = ACTIONS(1111),
[anon_sym_LT_LPAREN] = ACTIONS(1111),
[anon_sym_GT_LPAREN] = ACTIONS(1111),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1111),
},
[756] = {
[aux_sym_concatenation_repeat1] = STATE(417),
[sym_file_descriptor] = ACTIONS(1089),
[sym__concat] = ACTIONS(747),
[sym_variable_name] = ACTIONS(1089),
[anon_sym_LT] = ACTIONS(1091),
[anon_sym_GT] = ACTIONS(1091),
[anon_sym_GT_GT] = ACTIONS(1089),
[anon_sym_AMP_GT] = ACTIONS(1091),
[anon_sym_AMP_GT_GT] = ACTIONS(1089),
[anon_sym_LT_AMP] = ACTIONS(1089),
[anon_sym_GT_AMP] = ACTIONS(1089),
[sym__special_characters] = ACTIONS(1089),
[anon_sym_DQUOTE] = ACTIONS(1089),
[anon_sym_DOLLAR] = ACTIONS(1091),
[sym_raw_string] = ACTIONS(1089),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1089),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1089),
[anon_sym_BQUOTE] = ACTIONS(1089),
[anon_sym_LT_LPAREN] = ACTIONS(1089),
[anon_sym_GT_LPAREN] = ACTIONS(1089),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1089),
},
[757] = {
[anon_sym_AMP_AMP] = ACTIONS(2310),
[anon_sym_PIPE_PIPE] = ACTIONS(2310),
[anon_sym_RBRACK] = ACTIONS(2310),
[anon_sym_EQ_TILDE] = ACTIONS(2310),
[anon_sym_EQ_EQ] = ACTIONS(2310),
[anon_sym_EQ] = ACTIONS(2312),
[anon_sym_PLUS_EQ] = ACTIONS(2310),
[anon_sym_LT] = ACTIONS(2312),
[anon_sym_GT] = ACTIONS(2312),
[anon_sym_BANG_EQ] = ACTIONS(2310),
[anon_sym_PLUS] = ACTIONS(2312),
[anon_sym_DASH] = ACTIONS(2312),
[anon_sym_DASH_EQ] = ACTIONS(2310),
[anon_sym_LT_EQ] = ACTIONS(2310),
[anon_sym_GT_EQ] = ACTIONS(2310),
[anon_sym_PLUS_PLUS] = ACTIONS(2310),
[anon_sym_DASH_DASH] = ACTIONS(2310),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(2310),
},
[758] = {
[sym__concat] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_RBRACK] = ACTIONS(1730),
[anon_sym_EQ_TILDE] = ACTIONS(1730),
[anon_sym_EQ_EQ] = ACTIONS(1730),
[anon_sym_EQ] = ACTIONS(1732),
[anon_sym_PLUS_EQ] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_BANG_EQ] = ACTIONS(1730),
[anon_sym_PLUS] = ACTIONS(1732),
[anon_sym_DASH] = ACTIONS(1732),
[anon_sym_DASH_EQ] = ACTIONS(1730),
[anon_sym_LT_EQ] = ACTIONS(1730),
[anon_sym_GT_EQ] = ACTIONS(1730),
[anon_sym_PLUS_PLUS] = ACTIONS(1730),
[anon_sym_DASH_DASH] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1730),
},
[759] = {
[aux_sym_concatenation_repeat1] = STATE(759),
[sym__concat] = ACTIONS(2618),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_RBRACK] = ACTIONS(1730),
[anon_sym_EQ_TILDE] = ACTIONS(1730),
[anon_sym_EQ_EQ] = ACTIONS(1730),
[anon_sym_EQ] = ACTIONS(1732),
[anon_sym_PLUS_EQ] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_BANG_EQ] = ACTIONS(1730),
[anon_sym_PLUS] = ACTIONS(1732),
[anon_sym_DASH] = ACTIONS(1732),
[anon_sym_DASH_EQ] = ACTIONS(1730),
[anon_sym_LT_EQ] = ACTIONS(1730),
[anon_sym_GT_EQ] = ACTIONS(1730),
[anon_sym_PLUS_PLUS] = ACTIONS(1730),
[anon_sym_DASH_DASH] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1730),
},
[760] = {
[sym__concat] = ACTIONS(1737),
[anon_sym_AMP_AMP] = ACTIONS(1737),
[anon_sym_PIPE_PIPE] = ACTIONS(1737),
[anon_sym_RBRACK] = ACTIONS(1737),
[anon_sym_EQ_TILDE] = ACTIONS(1737),
[anon_sym_EQ_EQ] = ACTIONS(1737),
[anon_sym_EQ] = ACTIONS(1739),
[anon_sym_PLUS_EQ] = ACTIONS(1737),
[anon_sym_LT] = ACTIONS(1739),
[anon_sym_GT] = ACTIONS(1739),
[anon_sym_BANG_EQ] = ACTIONS(1737),
[anon_sym_PLUS] = ACTIONS(1739),
[anon_sym_DASH] = ACTIONS(1739),
[anon_sym_DASH_EQ] = ACTIONS(1737),
[anon_sym_LT_EQ] = ACTIONS(1737),
[anon_sym_GT_EQ] = ACTIONS(1737),
[anon_sym_PLUS_PLUS] = ACTIONS(1737),
[anon_sym_DASH_DASH] = ACTIONS(1737),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1737),
},
[761] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(2621),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[762] = {
[sym_concatenation] = STATE(1230),
[sym_string] = STATE(1229),
[sym_simple_expansion] = STATE(1229),
[sym_string_expansion] = STATE(1229),
[sym_expansion] = STATE(1229),
[sym_command_substitution] = STATE(1229),
[sym_process_substitution] = STATE(1229),
[anon_sym_RBRACE] = ACTIONS(2623),
[sym__special_characters] = ACTIONS(2625),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(2627),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2627),
},
[763] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(2629),
[sym_comment] = ACTIONS(57),
},
[764] = {
[sym_concatenation] = STATE(1234),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1234),
[anon_sym_RBRACE] = ACTIONS(2631),
[anon_sym_EQ] = ACTIONS(2633),
[anon_sym_DASH] = ACTIONS(2633),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2635),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(2637),
[anon_sym_COLON] = ACTIONS(2633),
[anon_sym_COLON_QMARK] = ACTIONS(2633),
[anon_sym_COLON_DASH] = ACTIONS(2633),
[anon_sym_PERCENT] = ACTIONS(2633),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[765] = {
[sym_concatenation] = STATE(1236),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1236),
[anon_sym_RBRACE] = ACTIONS(2623),
[anon_sym_EQ] = ACTIONS(2639),
[anon_sym_DASH] = ACTIONS(2639),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2641),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(2643),
[anon_sym_COLON] = ACTIONS(2639),
[anon_sym_COLON_QMARK] = ACTIONS(2639),
[anon_sym_COLON_DASH] = ACTIONS(2639),
[anon_sym_PERCENT] = ACTIONS(2639),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[766] = {
[sym__concat] = ACTIONS(1838),
[anon_sym_AMP_AMP] = ACTIONS(1838),
[anon_sym_PIPE_PIPE] = ACTIONS(1838),
[anon_sym_RBRACK] = ACTIONS(1838),
[anon_sym_EQ_TILDE] = ACTIONS(1838),
[anon_sym_EQ_EQ] = ACTIONS(1838),
[anon_sym_EQ] = ACTIONS(1840),
[anon_sym_PLUS_EQ] = ACTIONS(1838),
[anon_sym_LT] = ACTIONS(1840),
[anon_sym_GT] = ACTIONS(1840),
[anon_sym_BANG_EQ] = ACTIONS(1838),
[anon_sym_PLUS] = ACTIONS(1840),
[anon_sym_DASH] = ACTIONS(1840),
[anon_sym_DASH_EQ] = ACTIONS(1838),
[anon_sym_LT_EQ] = ACTIONS(1838),
[anon_sym_GT_EQ] = ACTIONS(1838),
[anon_sym_PLUS_PLUS] = ACTIONS(1838),
[anon_sym_DASH_DASH] = ACTIONS(1838),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1838),
},
[767] = {
[sym_concatenation] = STATE(1239),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1239),
[sym_regex] = ACTIONS(2645),
[anon_sym_RBRACE] = ACTIONS(2647),
[anon_sym_EQ] = ACTIONS(2649),
[anon_sym_DASH] = ACTIONS(2649),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2651),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(2649),
[anon_sym_COLON_QMARK] = ACTIONS(2649),
[anon_sym_COLON_DASH] = ACTIONS(2649),
[anon_sym_PERCENT] = ACTIONS(2649),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[768] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(2647),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[769] = {
[sym__concat] = ACTIONS(1886),
[anon_sym_AMP_AMP] = ACTIONS(1886),
[anon_sym_PIPE_PIPE] = ACTIONS(1886),
[anon_sym_RBRACK] = ACTIONS(1886),
[anon_sym_EQ_TILDE] = ACTIONS(1886),
[anon_sym_EQ_EQ] = ACTIONS(1886),
[anon_sym_EQ] = ACTIONS(1888),
[anon_sym_PLUS_EQ] = ACTIONS(1886),
[anon_sym_LT] = ACTIONS(1888),
[anon_sym_GT] = ACTIONS(1888),
[anon_sym_BANG_EQ] = ACTIONS(1886),
[anon_sym_PLUS] = ACTIONS(1888),
[anon_sym_DASH] = ACTIONS(1888),
[anon_sym_DASH_EQ] = ACTIONS(1886),
[anon_sym_LT_EQ] = ACTIONS(1886),
[anon_sym_GT_EQ] = ACTIONS(1886),
[anon_sym_PLUS_PLUS] = ACTIONS(1886),
[anon_sym_DASH_DASH] = ACTIONS(1886),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1886),
},
[770] = {
[sym_concatenation] = STATE(1236),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1236),
[sym_regex] = ACTIONS(2653),
[anon_sym_RBRACE] = ACTIONS(2623),
[anon_sym_EQ] = ACTIONS(2639),
[anon_sym_DASH] = ACTIONS(2639),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2641),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(2639),
[anon_sym_COLON_QMARK] = ACTIONS(2639),
[anon_sym_COLON_DASH] = ACTIONS(2639),
[anon_sym_PERCENT] = ACTIONS(2639),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[771] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(2623),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[772] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(2655),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[773] = {
[sym__concat] = ACTIONS(1894),
[anon_sym_AMP_AMP] = ACTIONS(1894),
[anon_sym_PIPE_PIPE] = ACTIONS(1894),
[anon_sym_RBRACK] = ACTIONS(1894),
[anon_sym_EQ_TILDE] = ACTIONS(1894),
[anon_sym_EQ_EQ] = ACTIONS(1894),
[anon_sym_EQ] = ACTIONS(1896),
[anon_sym_PLUS_EQ] = ACTIONS(1894),
[anon_sym_LT] = ACTIONS(1896),
[anon_sym_GT] = ACTIONS(1896),
[anon_sym_BANG_EQ] = ACTIONS(1894),
[anon_sym_PLUS] = ACTIONS(1896),
[anon_sym_DASH] = ACTIONS(1896),
[anon_sym_DASH_EQ] = ACTIONS(1894),
[anon_sym_LT_EQ] = ACTIONS(1894),
[anon_sym_GT_EQ] = ACTIONS(1894),
[anon_sym_PLUS_PLUS] = ACTIONS(1894),
[anon_sym_DASH_DASH] = ACTIONS(1894),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1894),
},
[774] = {
[anon_sym_SEMI] = ACTIONS(2657),
[anon_sym_RPAREN] = ACTIONS(2655),
[anon_sym_SEMI_SEMI] = ACTIONS(2659),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2659),
[anon_sym_AMP] = ACTIONS(2659),
},
[775] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1244),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(2661),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2655),
[anon_sym_SEMI_SEMI] = ACTIONS(2663),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2663),
[anon_sym_AMP] = ACTIONS(2661),
},
[776] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1244),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2661),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2655),
[anon_sym_SEMI_SEMI] = ACTIONS(2663),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2663),
[anon_sym_AMP] = ACTIONS(2661),
},
[777] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(2655),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[778] = {
[anon_sym_SEMI] = ACTIONS(2665),
[anon_sym_SEMI_SEMI] = ACTIONS(2667),
[anon_sym_BQUOTE] = ACTIONS(2655),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2667),
[anon_sym_AMP] = ACTIONS(2667),
},
[779] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1247),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(2669),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(2671),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(2655),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2671),
[anon_sym_AMP] = ACTIONS(2669),
},
[780] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1247),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2669),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(2671),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(2655),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2671),
[anon_sym_AMP] = ACTIONS(2669),
},
[781] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(2673),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[782] = {
[sym__concat] = ACTIONS(1928),
[anon_sym_AMP_AMP] = ACTIONS(1928),
[anon_sym_PIPE_PIPE] = ACTIONS(1928),
[anon_sym_RBRACK] = ACTIONS(1928),
[anon_sym_EQ_TILDE] = ACTIONS(1928),
[anon_sym_EQ_EQ] = ACTIONS(1928),
[anon_sym_EQ] = ACTIONS(1930),
[anon_sym_PLUS_EQ] = ACTIONS(1928),
[anon_sym_LT] = ACTIONS(1930),
[anon_sym_GT] = ACTIONS(1930),
[anon_sym_BANG_EQ] = ACTIONS(1928),
[anon_sym_PLUS] = ACTIONS(1930),
[anon_sym_DASH] = ACTIONS(1930),
[anon_sym_DASH_EQ] = ACTIONS(1928),
[anon_sym_LT_EQ] = ACTIONS(1928),
[anon_sym_GT_EQ] = ACTIONS(1928),
[anon_sym_PLUS_PLUS] = ACTIONS(1928),
[anon_sym_DASH_DASH] = ACTIONS(1928),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1928),
},
[783] = {
[anon_sym_SEMI] = ACTIONS(2675),
[anon_sym_RPAREN] = ACTIONS(2673),
[anon_sym_SEMI_SEMI] = ACTIONS(2677),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2677),
[anon_sym_AMP] = ACTIONS(2677),
},
[784] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1251),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(2679),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2673),
[anon_sym_SEMI_SEMI] = ACTIONS(2681),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2681),
[anon_sym_AMP] = ACTIONS(2679),
},
[785] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1251),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2679),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2673),
[anon_sym_SEMI_SEMI] = ACTIONS(2681),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2681),
[anon_sym_AMP] = ACTIONS(2679),
},
[786] = {
[anon_sym_AMP_AMP] = ACTIONS(2381),
[anon_sym_PIPE_PIPE] = ACTIONS(2381),
[anon_sym_RBRACK] = ACTIONS(2381),
[anon_sym_EQ_TILDE] = ACTIONS(2381),
[anon_sym_EQ_EQ] = ACTIONS(2381),
[anon_sym_EQ] = ACTIONS(2383),
[anon_sym_PLUS_EQ] = ACTIONS(2381),
[anon_sym_LT] = ACTIONS(2383),
[anon_sym_GT] = ACTIONS(2383),
[anon_sym_BANG_EQ] = ACTIONS(2381),
[anon_sym_PLUS] = ACTIONS(2383),
[anon_sym_DASH] = ACTIONS(2383),
[anon_sym_DASH_EQ] = ACTIONS(2381),
[anon_sym_LT_EQ] = ACTIONS(2381),
[anon_sym_GT_EQ] = ACTIONS(2381),
[anon_sym_PLUS_PLUS] = ACTIONS(2381),
[anon_sym_DASH_DASH] = ACTIONS(2381),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(2381),
},
[787] = {
[anon_sym_AMP_AMP] = ACTIONS(2381),
[anon_sym_PIPE_PIPE] = ACTIONS(2381),
[anon_sym_RBRACK] = ACTIONS(2381),
[anon_sym_EQ_TILDE] = ACTIONS(2381),
[anon_sym_EQ_EQ] = ACTIONS(2381),
[anon_sym_EQ] = ACTIONS(2383),
[anon_sym_PLUS_EQ] = ACTIONS(2381),
[anon_sym_LT] = ACTIONS(2383),
[anon_sym_GT] = ACTIONS(2383),
[anon_sym_BANG_EQ] = ACTIONS(2381),
[anon_sym_PLUS] = ACTIONS(2383),
[anon_sym_DASH] = ACTIONS(2383),
[anon_sym_DASH_EQ] = ACTIONS(2381),
[anon_sym_LT_EQ] = ACTIONS(2381),
[anon_sym_GT_EQ] = ACTIONS(2381),
[anon_sym_PLUS_PLUS] = ACTIONS(2381),
[anon_sym_DASH_DASH] = ACTIONS(2381),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(2381),
},
[788] = {
[aux_sym_concatenation_repeat1] = STATE(788),
[sym__concat] = ACTIONS(2316),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_RBRACK_RBRACK] = ACTIONS(1730),
[anon_sym_EQ_TILDE] = ACTIONS(1730),
[anon_sym_EQ_EQ] = ACTIONS(1730),
[anon_sym_EQ] = ACTIONS(1732),
[anon_sym_PLUS_EQ] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_BANG_EQ] = ACTIONS(1730),
[anon_sym_PLUS] = ACTIONS(1732),
[anon_sym_DASH] = ACTIONS(1732),
[anon_sym_DASH_EQ] = ACTIONS(1730),
[anon_sym_LT_EQ] = ACTIONS(1730),
[anon_sym_GT_EQ] = ACTIONS(1730),
[anon_sym_PLUS_PLUS] = ACTIONS(1730),
[anon_sym_DASH_DASH] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1730),
},
[789] = {
[sym__simple_heredoc_body] = ACTIONS(1089),
[sym__heredoc_body_beginning] = ACTIONS(1089),
[sym_file_descriptor] = ACTIONS(1089),
[sym_variable_name] = ACTIONS(1089),
[ts_builtin_sym_end] = ACTIONS(1089),
[anon_sym_SEMI] = ACTIONS(1091),
[anon_sym_PIPE] = ACTIONS(1091),
[anon_sym_RPAREN] = ACTIONS(1089),
[anon_sym_SEMI_SEMI] = ACTIONS(1089),
[anon_sym_PIPE_AMP] = ACTIONS(1089),
[anon_sym_AMP_AMP] = ACTIONS(1089),
[anon_sym_PIPE_PIPE] = ACTIONS(1089),
[anon_sym_LT] = ACTIONS(1091),
[anon_sym_GT] = ACTIONS(1091),
[anon_sym_GT_GT] = ACTIONS(1089),
[anon_sym_AMP_GT] = ACTIONS(1091),
[anon_sym_AMP_GT_GT] = ACTIONS(1089),
[anon_sym_LT_AMP] = ACTIONS(1089),
[anon_sym_GT_AMP] = ACTIONS(1089),
[anon_sym_LT_LT] = ACTIONS(1091),
[anon_sym_LT_LT_DASH] = ACTIONS(1089),
[anon_sym_LT_LT_LT] = ACTIONS(1089),
[sym__special_characters] = ACTIONS(1089),
[anon_sym_DQUOTE] = ACTIONS(1089),
[anon_sym_DOLLAR] = ACTIONS(1091),
[sym_raw_string] = ACTIONS(1089),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1089),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1089),
[anon_sym_BQUOTE] = ACTIONS(1089),
[anon_sym_LT_LPAREN] = ACTIONS(1089),
[anon_sym_GT_LPAREN] = ACTIONS(1089),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1091),
[sym_word] = ACTIONS(1091),
[anon_sym_LF] = ACTIONS(1089),
[anon_sym_AMP] = ACTIONS(1091),
},
[790] = {
[sym_concatenation] = STATE(1253),
[sym_string] = STATE(539),
[sym_simple_expansion] = STATE(539),
[sym_string_expansion] = STATE(539),
[sym_expansion] = STATE(539),
[sym_command_substitution] = STATE(539),
[sym_process_substitution] = STATE(539),
[aux_sym_for_statement_repeat1] = STATE(1253),
[anon_sym_RPAREN] = ACTIONS(2683),
[sym__special_characters] = ACTIONS(1095),
[anon_sym_DQUOTE] = ACTIONS(1097),
[anon_sym_DOLLAR] = ACTIONS(1099),
[sym_raw_string] = ACTIONS(1101),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1103),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1105),
[anon_sym_BQUOTE] = ACTIONS(1107),
[anon_sym_LT_LPAREN] = ACTIONS(1109),
[anon_sym_GT_LPAREN] = ACTIONS(1109),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1101),
},
[791] = {
[aux_sym_concatenation_repeat1] = STATE(373),
[sym__simple_heredoc_body] = ACTIONS(1111),
[sym__heredoc_body_beginning] = ACTIONS(1111),
[sym_file_descriptor] = ACTIONS(1111),
[sym__concat] = ACTIONS(671),
[sym_variable_name] = ACTIONS(1111),
[ts_builtin_sym_end] = ACTIONS(1111),
[anon_sym_SEMI] = ACTIONS(1115),
[anon_sym_PIPE] = ACTIONS(1115),
[anon_sym_SEMI_SEMI] = ACTIONS(1111),
[anon_sym_PIPE_AMP] = ACTIONS(1111),
[anon_sym_AMP_AMP] = ACTIONS(1111),
[anon_sym_PIPE_PIPE] = ACTIONS(1111),
[anon_sym_LT] = ACTIONS(1115),
[anon_sym_GT] = ACTIONS(1115),
[anon_sym_GT_GT] = ACTIONS(1111),
[anon_sym_AMP_GT] = ACTIONS(1115),
[anon_sym_AMP_GT_GT] = ACTIONS(1111),
[anon_sym_LT_AMP] = ACTIONS(1111),
[anon_sym_GT_AMP] = ACTIONS(1111),
[anon_sym_LT_LT] = ACTIONS(1115),
[anon_sym_LT_LT_DASH] = ACTIONS(1111),
[anon_sym_LT_LT_LT] = ACTIONS(1111),
[sym__special_characters] = ACTIONS(1111),
[anon_sym_DQUOTE] = ACTIONS(1111),
[anon_sym_DOLLAR] = ACTIONS(1115),
[sym_raw_string] = ACTIONS(1111),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1111),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1111),
[anon_sym_BQUOTE] = ACTIONS(1111),
[anon_sym_LT_LPAREN] = ACTIONS(1111),
[anon_sym_GT_LPAREN] = ACTIONS(1111),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1115),
[sym_word] = ACTIONS(1115),
[anon_sym_LF] = ACTIONS(1111),
[anon_sym_AMP] = ACTIONS(1115),
},
[792] = {
[aux_sym_concatenation_repeat1] = STATE(373),
[sym__simple_heredoc_body] = ACTIONS(1089),
[sym__heredoc_body_beginning] = ACTIONS(1089),
[sym_file_descriptor] = ACTIONS(1089),
[sym__concat] = ACTIONS(671),
[sym_variable_name] = ACTIONS(1089),
[ts_builtin_sym_end] = ACTIONS(1089),
[anon_sym_SEMI] = ACTIONS(1091),
[anon_sym_PIPE] = ACTIONS(1091),
[anon_sym_SEMI_SEMI] = ACTIONS(1089),
[anon_sym_PIPE_AMP] = ACTIONS(1089),
[anon_sym_AMP_AMP] = ACTIONS(1089),
[anon_sym_PIPE_PIPE] = ACTIONS(1089),
[anon_sym_LT] = ACTIONS(1091),
[anon_sym_GT] = ACTIONS(1091),
[anon_sym_GT_GT] = ACTIONS(1089),
[anon_sym_AMP_GT] = ACTIONS(1091),
[anon_sym_AMP_GT_GT] = ACTIONS(1089),
[anon_sym_LT_AMP] = ACTIONS(1089),
[anon_sym_GT_AMP] = ACTIONS(1089),
[anon_sym_LT_LT] = ACTIONS(1091),
[anon_sym_LT_LT_DASH] = ACTIONS(1089),
[anon_sym_LT_LT_LT] = ACTIONS(1089),
[sym__special_characters] = ACTIONS(1089),
[anon_sym_DQUOTE] = ACTIONS(1089),
[anon_sym_DOLLAR] = ACTIONS(1091),
[sym_raw_string] = ACTIONS(1089),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1089),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1089),
[anon_sym_BQUOTE] = ACTIONS(1089),
[anon_sym_LT_LPAREN] = ACTIONS(1089),
[anon_sym_GT_LPAREN] = ACTIONS(1089),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1091),
[sym_word] = ACTIONS(1091),
[anon_sym_LF] = ACTIONS(1089),
[anon_sym_AMP] = ACTIONS(1091),
},
[793] = {
[sym__simple_heredoc_body] = ACTIONS(1730),
[sym__heredoc_body_beginning] = ACTIONS(1730),
[sym_file_descriptor] = ACTIONS(1730),
[sym__concat] = ACTIONS(1730),
[sym_variable_name] = ACTIONS(1730),
[ts_builtin_sym_end] = ACTIONS(1730),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_PIPE] = ACTIONS(1732),
[anon_sym_RPAREN] = ACTIONS(1730),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[anon_sym_PIPE_AMP] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_GT_GT] = ACTIONS(1730),
[anon_sym_AMP_GT] = ACTIONS(1732),
[anon_sym_AMP_GT_GT] = ACTIONS(1730),
[anon_sym_LT_AMP] = ACTIONS(1730),
[anon_sym_GT_AMP] = ACTIONS(1730),
[anon_sym_LT_LT] = ACTIONS(1732),
[anon_sym_LT_LT_DASH] = ACTIONS(1730),
[anon_sym_LT_LT_LT] = ACTIONS(1730),
[sym__special_characters] = ACTIONS(1730),
[anon_sym_DQUOTE] = ACTIONS(1730),
[anon_sym_DOLLAR] = ACTIONS(1732),
[sym_raw_string] = ACTIONS(1730),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1730),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[anon_sym_LT_LPAREN] = ACTIONS(1730),
[anon_sym_GT_LPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1732),
[sym_word] = ACTIONS(1732),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1732),
},
[794] = {
[aux_sym_concatenation_repeat1] = STATE(794),
[sym__simple_heredoc_body] = ACTIONS(1730),
[sym__heredoc_body_beginning] = ACTIONS(1730),
[sym_file_descriptor] = ACTIONS(1730),
[sym__concat] = ACTIONS(2685),
[sym_variable_name] = ACTIONS(1730),
[ts_builtin_sym_end] = ACTIONS(1730),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_PIPE] = ACTIONS(1732),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[anon_sym_PIPE_AMP] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_GT_GT] = ACTIONS(1730),
[anon_sym_AMP_GT] = ACTIONS(1732),
[anon_sym_AMP_GT_GT] = ACTIONS(1730),
[anon_sym_LT_AMP] = ACTIONS(1730),
[anon_sym_GT_AMP] = ACTIONS(1730),
[anon_sym_LT_LT] = ACTIONS(1732),
[anon_sym_LT_LT_DASH] = ACTIONS(1730),
[anon_sym_LT_LT_LT] = ACTIONS(1730),
[sym__special_characters] = ACTIONS(1730),
[anon_sym_DQUOTE] = ACTIONS(1730),
[anon_sym_DOLLAR] = ACTIONS(1732),
[sym_raw_string] = ACTIONS(1730),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1730),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[anon_sym_LT_LPAREN] = ACTIONS(1730),
[anon_sym_GT_LPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1732),
[sym_word] = ACTIONS(1732),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1732),
},
[795] = {
[sym__simple_heredoc_body] = ACTIONS(1737),
[sym__heredoc_body_beginning] = ACTIONS(1737),
[sym_file_descriptor] = ACTIONS(1737),
[sym__concat] = ACTIONS(1737),
[sym_variable_name] = ACTIONS(1737),
[ts_builtin_sym_end] = ACTIONS(1737),
[anon_sym_SEMI] = ACTIONS(1739),
[anon_sym_PIPE] = ACTIONS(1739),
[anon_sym_RPAREN] = ACTIONS(1737),
[anon_sym_SEMI_SEMI] = ACTIONS(1737),
[anon_sym_PIPE_AMP] = ACTIONS(1737),
[anon_sym_AMP_AMP] = ACTIONS(1737),
[anon_sym_PIPE_PIPE] = ACTIONS(1737),
[anon_sym_LT] = ACTIONS(1739),
[anon_sym_GT] = ACTIONS(1739),
[anon_sym_GT_GT] = ACTIONS(1737),
[anon_sym_AMP_GT] = ACTIONS(1739),
[anon_sym_AMP_GT_GT] = ACTIONS(1737),
[anon_sym_LT_AMP] = ACTIONS(1737),
[anon_sym_GT_AMP] = ACTIONS(1737),
[anon_sym_LT_LT] = ACTIONS(1739),
[anon_sym_LT_LT_DASH] = ACTIONS(1737),
[anon_sym_LT_LT_LT] = ACTIONS(1737),
[sym__special_characters] = ACTIONS(1737),
[anon_sym_DQUOTE] = ACTIONS(1737),
[anon_sym_DOLLAR] = ACTIONS(1739),
[sym_raw_string] = ACTIONS(1737),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1737),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1737),
[anon_sym_BQUOTE] = ACTIONS(1737),
[anon_sym_LT_LPAREN] = ACTIONS(1737),
[anon_sym_GT_LPAREN] = ACTIONS(1737),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1739),
[sym_word] = ACTIONS(1739),
[anon_sym_LF] = ACTIONS(1737),
[anon_sym_AMP] = ACTIONS(1739),
},
[796] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(2688),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[797] = {
[sym_concatenation] = STATE(1258),
[sym_string] = STATE(1257),
[sym_simple_expansion] = STATE(1257),
[sym_string_expansion] = STATE(1257),
[sym_expansion] = STATE(1257),
[sym_command_substitution] = STATE(1257),
[sym_process_substitution] = STATE(1257),
[anon_sym_RBRACE] = ACTIONS(2690),
[sym__special_characters] = ACTIONS(2692),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(2694),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2694),
},
[798] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(2696),
[sym_comment] = ACTIONS(57),
},
[799] = {
[sym_concatenation] = STATE(1262),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1262),
[anon_sym_RBRACE] = ACTIONS(2698),
[anon_sym_EQ] = ACTIONS(2700),
[anon_sym_DASH] = ACTIONS(2700),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2702),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(2704),
[anon_sym_COLON] = ACTIONS(2700),
[anon_sym_COLON_QMARK] = ACTIONS(2700),
[anon_sym_COLON_DASH] = ACTIONS(2700),
[anon_sym_PERCENT] = ACTIONS(2700),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[800] = {
[sym_concatenation] = STATE(1264),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1264),
[anon_sym_RBRACE] = ACTIONS(2690),
[anon_sym_EQ] = ACTIONS(2706),
[anon_sym_DASH] = ACTIONS(2706),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2708),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(2710),
[anon_sym_COLON] = ACTIONS(2706),
[anon_sym_COLON_QMARK] = ACTIONS(2706),
[anon_sym_COLON_DASH] = ACTIONS(2706),
[anon_sym_PERCENT] = ACTIONS(2706),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[801] = {
[sym__simple_heredoc_body] = ACTIONS(1838),
[sym__heredoc_body_beginning] = ACTIONS(1838),
[sym_file_descriptor] = ACTIONS(1838),
[sym__concat] = ACTIONS(1838),
[sym_variable_name] = ACTIONS(1838),
[ts_builtin_sym_end] = ACTIONS(1838),
[anon_sym_SEMI] = ACTIONS(1840),
[anon_sym_PIPE] = ACTIONS(1840),
[anon_sym_RPAREN] = ACTIONS(1838),
[anon_sym_SEMI_SEMI] = ACTIONS(1838),
[anon_sym_PIPE_AMP] = ACTIONS(1838),
[anon_sym_AMP_AMP] = ACTIONS(1838),
[anon_sym_PIPE_PIPE] = ACTIONS(1838),
[anon_sym_LT] = ACTIONS(1840),
[anon_sym_GT] = ACTIONS(1840),
[anon_sym_GT_GT] = ACTIONS(1838),
[anon_sym_AMP_GT] = ACTIONS(1840),
[anon_sym_AMP_GT_GT] = ACTIONS(1838),
[anon_sym_LT_AMP] = ACTIONS(1838),
[anon_sym_GT_AMP] = ACTIONS(1838),
[anon_sym_LT_LT] = ACTIONS(1840),
[anon_sym_LT_LT_DASH] = ACTIONS(1838),
[anon_sym_LT_LT_LT] = ACTIONS(1838),
[sym__special_characters] = ACTIONS(1838),
[anon_sym_DQUOTE] = ACTIONS(1838),
[anon_sym_DOLLAR] = ACTIONS(1840),
[sym_raw_string] = ACTIONS(1838),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1838),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1838),
[anon_sym_BQUOTE] = ACTIONS(1838),
[anon_sym_LT_LPAREN] = ACTIONS(1838),
[anon_sym_GT_LPAREN] = ACTIONS(1838),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1840),
[sym_word] = ACTIONS(1840),
[anon_sym_LF] = ACTIONS(1838),
[anon_sym_AMP] = ACTIONS(1840),
},
[802] = {
[sym_concatenation] = STATE(1267),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1267),
[sym_regex] = ACTIONS(2712),
[anon_sym_RBRACE] = ACTIONS(2714),
[anon_sym_EQ] = ACTIONS(2716),
[anon_sym_DASH] = ACTIONS(2716),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2718),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(2716),
[anon_sym_COLON_QMARK] = ACTIONS(2716),
[anon_sym_COLON_DASH] = ACTIONS(2716),
[anon_sym_PERCENT] = ACTIONS(2716),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[803] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(2714),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[804] = {
[sym__simple_heredoc_body] = ACTIONS(1886),
[sym__heredoc_body_beginning] = ACTIONS(1886),
[sym_file_descriptor] = ACTIONS(1886),
[sym__concat] = ACTIONS(1886),
[sym_variable_name] = ACTIONS(1886),
[ts_builtin_sym_end] = ACTIONS(1886),
[anon_sym_SEMI] = ACTIONS(1888),
[anon_sym_PIPE] = ACTIONS(1888),
[anon_sym_RPAREN] = ACTIONS(1886),
[anon_sym_SEMI_SEMI] = ACTIONS(1886),
[anon_sym_PIPE_AMP] = ACTIONS(1886),
[anon_sym_AMP_AMP] = ACTIONS(1886),
[anon_sym_PIPE_PIPE] = ACTIONS(1886),
[anon_sym_LT] = ACTIONS(1888),
[anon_sym_GT] = ACTIONS(1888),
[anon_sym_GT_GT] = ACTIONS(1886),
[anon_sym_AMP_GT] = ACTIONS(1888),
[anon_sym_AMP_GT_GT] = ACTIONS(1886),
[anon_sym_LT_AMP] = ACTIONS(1886),
[anon_sym_GT_AMP] = ACTIONS(1886),
[anon_sym_LT_LT] = ACTIONS(1888),
[anon_sym_LT_LT_DASH] = ACTIONS(1886),
[anon_sym_LT_LT_LT] = ACTIONS(1886),
[sym__special_characters] = ACTIONS(1886),
[anon_sym_DQUOTE] = ACTIONS(1886),
[anon_sym_DOLLAR] = ACTIONS(1888),
[sym_raw_string] = ACTIONS(1886),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1886),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1886),
[anon_sym_BQUOTE] = ACTIONS(1886),
[anon_sym_LT_LPAREN] = ACTIONS(1886),
[anon_sym_GT_LPAREN] = ACTIONS(1886),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1888),
[sym_word] = ACTIONS(1888),
[anon_sym_LF] = ACTIONS(1886),
[anon_sym_AMP] = ACTIONS(1888),
},
[805] = {
[sym_concatenation] = STATE(1264),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1264),
[sym_regex] = ACTIONS(2720),
[anon_sym_RBRACE] = ACTIONS(2690),
[anon_sym_EQ] = ACTIONS(2706),
[anon_sym_DASH] = ACTIONS(2706),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2708),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(2706),
[anon_sym_COLON_QMARK] = ACTIONS(2706),
[anon_sym_COLON_DASH] = ACTIONS(2706),
[anon_sym_PERCENT] = ACTIONS(2706),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[806] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(2690),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[807] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(2722),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[808] = {
[sym__simple_heredoc_body] = ACTIONS(1894),
[sym__heredoc_body_beginning] = ACTIONS(1894),
[sym_file_descriptor] = ACTIONS(1894),
[sym__concat] = ACTIONS(1894),
[sym_variable_name] = ACTIONS(1894),
[ts_builtin_sym_end] = ACTIONS(1894),
[anon_sym_SEMI] = ACTIONS(1896),
[anon_sym_PIPE] = ACTIONS(1896),
[anon_sym_RPAREN] = ACTIONS(1894),
[anon_sym_SEMI_SEMI] = ACTIONS(1894),
[anon_sym_PIPE_AMP] = ACTIONS(1894),
[anon_sym_AMP_AMP] = ACTIONS(1894),
[anon_sym_PIPE_PIPE] = ACTIONS(1894),
[anon_sym_LT] = ACTIONS(1896),
[anon_sym_GT] = ACTIONS(1896),
[anon_sym_GT_GT] = ACTIONS(1894),
[anon_sym_AMP_GT] = ACTIONS(1896),
[anon_sym_AMP_GT_GT] = ACTIONS(1894),
[anon_sym_LT_AMP] = ACTIONS(1894),
[anon_sym_GT_AMP] = ACTIONS(1894),
[anon_sym_LT_LT] = ACTIONS(1896),
[anon_sym_LT_LT_DASH] = ACTIONS(1894),
[anon_sym_LT_LT_LT] = ACTIONS(1894),
[sym__special_characters] = ACTIONS(1894),
[anon_sym_DQUOTE] = ACTIONS(1894),
[anon_sym_DOLLAR] = ACTIONS(1896),
[sym_raw_string] = ACTIONS(1894),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1894),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1894),
[anon_sym_BQUOTE] = ACTIONS(1894),
[anon_sym_LT_LPAREN] = ACTIONS(1894),
[anon_sym_GT_LPAREN] = ACTIONS(1894),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1896),
[sym_word] = ACTIONS(1896),
[anon_sym_LF] = ACTIONS(1894),
[anon_sym_AMP] = ACTIONS(1896),
},
[809] = {
[anon_sym_SEMI] = ACTIONS(2724),
[anon_sym_RPAREN] = ACTIONS(2722),
[anon_sym_SEMI_SEMI] = ACTIONS(2726),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2726),
[anon_sym_AMP] = ACTIONS(2726),
},
[810] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1272),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(2728),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2722),
[anon_sym_SEMI_SEMI] = ACTIONS(2730),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2730),
[anon_sym_AMP] = ACTIONS(2728),
},
[811] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1272),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2728),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2722),
[anon_sym_SEMI_SEMI] = ACTIONS(2730),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2730),
[anon_sym_AMP] = ACTIONS(2728),
},
[812] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(2722),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[813] = {
[anon_sym_SEMI] = ACTIONS(2732),
[anon_sym_SEMI_SEMI] = ACTIONS(2734),
[anon_sym_BQUOTE] = ACTIONS(2722),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2734),
[anon_sym_AMP] = ACTIONS(2734),
},
[814] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1275),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(2736),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(2738),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(2722),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2738),
[anon_sym_AMP] = ACTIONS(2736),
},
[815] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1275),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2736),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(2738),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(2722),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2738),
[anon_sym_AMP] = ACTIONS(2736),
},
[816] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(2740),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[817] = {
[sym__simple_heredoc_body] = ACTIONS(1928),
[sym__heredoc_body_beginning] = ACTIONS(1928),
[sym_file_descriptor] = ACTIONS(1928),
[sym__concat] = ACTIONS(1928),
[sym_variable_name] = ACTIONS(1928),
[ts_builtin_sym_end] = ACTIONS(1928),
[anon_sym_SEMI] = ACTIONS(1930),
[anon_sym_PIPE] = ACTIONS(1930),
[anon_sym_RPAREN] = ACTIONS(1928),
[anon_sym_SEMI_SEMI] = ACTIONS(1928),
[anon_sym_PIPE_AMP] = ACTIONS(1928),
[anon_sym_AMP_AMP] = ACTIONS(1928),
[anon_sym_PIPE_PIPE] = ACTIONS(1928),
[anon_sym_LT] = ACTIONS(1930),
[anon_sym_GT] = ACTIONS(1930),
[anon_sym_GT_GT] = ACTIONS(1928),
[anon_sym_AMP_GT] = ACTIONS(1930),
[anon_sym_AMP_GT_GT] = ACTIONS(1928),
[anon_sym_LT_AMP] = ACTIONS(1928),
[anon_sym_GT_AMP] = ACTIONS(1928),
[anon_sym_LT_LT] = ACTIONS(1930),
[anon_sym_LT_LT_DASH] = ACTIONS(1928),
[anon_sym_LT_LT_LT] = ACTIONS(1928),
[sym__special_characters] = ACTIONS(1928),
[anon_sym_DQUOTE] = ACTIONS(1928),
[anon_sym_DOLLAR] = ACTIONS(1930),
[sym_raw_string] = ACTIONS(1928),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1928),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1928),
[anon_sym_BQUOTE] = ACTIONS(1928),
[anon_sym_LT_LPAREN] = ACTIONS(1928),
[anon_sym_GT_LPAREN] = ACTIONS(1928),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1930),
[sym_word] = ACTIONS(1930),
[anon_sym_LF] = ACTIONS(1928),
[anon_sym_AMP] = ACTIONS(1930),
},
[818] = {
[anon_sym_SEMI] = ACTIONS(2742),
[anon_sym_RPAREN] = ACTIONS(2740),
[anon_sym_SEMI_SEMI] = ACTIONS(2744),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2744),
[anon_sym_AMP] = ACTIONS(2744),
},
[819] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1279),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(2746),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2740),
[anon_sym_SEMI_SEMI] = ACTIONS(2748),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2748),
[anon_sym_AMP] = ACTIONS(2746),
},
[820] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1279),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2746),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2740),
[anon_sym_SEMI_SEMI] = ACTIONS(2748),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2748),
[anon_sym_AMP] = ACTIONS(2746),
},
[821] = {
[sym__simple_heredoc_body] = ACTIONS(1730),
[sym__heredoc_body_beginning] = ACTIONS(1730),
[sym_file_descriptor] = ACTIONS(1730),
[sym__concat] = ACTIONS(1730),
[ts_builtin_sym_end] = ACTIONS(1730),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_PIPE] = ACTIONS(1732),
[anon_sym_RPAREN] = ACTIONS(1730),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[anon_sym_PIPE_AMP] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_GT_GT] = ACTIONS(1730),
[anon_sym_AMP_GT] = ACTIONS(1732),
[anon_sym_AMP_GT_GT] = ACTIONS(1730),
[anon_sym_LT_AMP] = ACTIONS(1730),
[anon_sym_GT_AMP] = ACTIONS(1730),
[anon_sym_LT_LT] = ACTIONS(1732),
[anon_sym_LT_LT_DASH] = ACTIONS(1730),
[anon_sym_LT_LT_LT] = ACTIONS(1730),
[sym__special_characters] = ACTIONS(1730),
[anon_sym_DQUOTE] = ACTIONS(1730),
[anon_sym_DOLLAR] = ACTIONS(1732),
[sym_raw_string] = ACTIONS(1730),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1730),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[anon_sym_LT_LPAREN] = ACTIONS(1730),
[anon_sym_GT_LPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1732),
[sym_word] = ACTIONS(1732),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1732),
},
[822] = {
[aux_sym_concatenation_repeat1] = STATE(822),
[sym__simple_heredoc_body] = ACTIONS(1730),
[sym__heredoc_body_beginning] = ACTIONS(1730),
[sym_file_descriptor] = ACTIONS(1730),
[sym__concat] = ACTIONS(2750),
[ts_builtin_sym_end] = ACTIONS(1730),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_PIPE] = ACTIONS(1732),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[anon_sym_PIPE_AMP] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_GT_GT] = ACTIONS(1730),
[anon_sym_AMP_GT] = ACTIONS(1732),
[anon_sym_AMP_GT_GT] = ACTIONS(1730),
[anon_sym_LT_AMP] = ACTIONS(1730),
[anon_sym_GT_AMP] = ACTIONS(1730),
[anon_sym_LT_LT] = ACTIONS(1732),
[anon_sym_LT_LT_DASH] = ACTIONS(1730),
[anon_sym_LT_LT_LT] = ACTIONS(1730),
[sym__special_characters] = ACTIONS(1730),
[anon_sym_DQUOTE] = ACTIONS(1730),
[anon_sym_DOLLAR] = ACTIONS(1732),
[sym_raw_string] = ACTIONS(1730),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1730),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[anon_sym_LT_LPAREN] = ACTIONS(1730),
[anon_sym_GT_LPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1732),
[sym_word] = ACTIONS(1732),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1732),
},
[823] = {
[sym__simple_heredoc_body] = ACTIONS(1737),
[sym__heredoc_body_beginning] = ACTIONS(1737),
[sym_file_descriptor] = ACTIONS(1737),
[sym__concat] = ACTIONS(1737),
[ts_builtin_sym_end] = ACTIONS(1737),
[anon_sym_SEMI] = ACTIONS(1739),
[anon_sym_PIPE] = ACTIONS(1739),
[anon_sym_RPAREN] = ACTIONS(1737),
[anon_sym_SEMI_SEMI] = ACTIONS(1737),
[anon_sym_PIPE_AMP] = ACTIONS(1737),
[anon_sym_AMP_AMP] = ACTIONS(1737),
[anon_sym_PIPE_PIPE] = ACTIONS(1737),
[anon_sym_LT] = ACTIONS(1739),
[anon_sym_GT] = ACTIONS(1739),
[anon_sym_GT_GT] = ACTIONS(1737),
[anon_sym_AMP_GT] = ACTIONS(1739),
[anon_sym_AMP_GT_GT] = ACTIONS(1737),
[anon_sym_LT_AMP] = ACTIONS(1737),
[anon_sym_GT_AMP] = ACTIONS(1737),
[anon_sym_LT_LT] = ACTIONS(1739),
[anon_sym_LT_LT_DASH] = ACTIONS(1737),
[anon_sym_LT_LT_LT] = ACTIONS(1737),
[sym__special_characters] = ACTIONS(1737),
[anon_sym_DQUOTE] = ACTIONS(1737),
[anon_sym_DOLLAR] = ACTIONS(1739),
[sym_raw_string] = ACTIONS(1737),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1737),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1737),
[anon_sym_BQUOTE] = ACTIONS(1737),
[anon_sym_LT_LPAREN] = ACTIONS(1737),
[anon_sym_GT_LPAREN] = ACTIONS(1737),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1739),
[sym_word] = ACTIONS(1739),
[anon_sym_LF] = ACTIONS(1737),
[anon_sym_AMP] = ACTIONS(1739),
},
[824] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(2753),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[825] = {
[sym_concatenation] = STATE(1284),
[sym_string] = STATE(1283),
[sym_simple_expansion] = STATE(1283),
[sym_string_expansion] = STATE(1283),
[sym_expansion] = STATE(1283),
[sym_command_substitution] = STATE(1283),
[sym_process_substitution] = STATE(1283),
[anon_sym_RBRACE] = ACTIONS(2755),
[sym__special_characters] = ACTIONS(2757),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(2759),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2759),
},
[826] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(2761),
[sym_comment] = ACTIONS(57),
},
[827] = {
[sym_concatenation] = STATE(1288),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1288),
[anon_sym_RBRACE] = ACTIONS(2763),
[anon_sym_EQ] = ACTIONS(2765),
[anon_sym_DASH] = ACTIONS(2765),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2767),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(2769),
[anon_sym_COLON] = ACTIONS(2765),
[anon_sym_COLON_QMARK] = ACTIONS(2765),
[anon_sym_COLON_DASH] = ACTIONS(2765),
[anon_sym_PERCENT] = ACTIONS(2765),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[828] = {
[sym_concatenation] = STATE(1290),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1290),
[anon_sym_RBRACE] = ACTIONS(2755),
[anon_sym_EQ] = ACTIONS(2771),
[anon_sym_DASH] = ACTIONS(2771),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2773),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(2775),
[anon_sym_COLON] = ACTIONS(2771),
[anon_sym_COLON_QMARK] = ACTIONS(2771),
[anon_sym_COLON_DASH] = ACTIONS(2771),
[anon_sym_PERCENT] = ACTIONS(2771),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[829] = {
[sym__simple_heredoc_body] = ACTIONS(1838),
[sym__heredoc_body_beginning] = ACTIONS(1838),
[sym_file_descriptor] = ACTIONS(1838),
[sym__concat] = ACTIONS(1838),
[ts_builtin_sym_end] = ACTIONS(1838),
[anon_sym_SEMI] = ACTIONS(1840),
[anon_sym_PIPE] = ACTIONS(1840),
[anon_sym_RPAREN] = ACTIONS(1838),
[anon_sym_SEMI_SEMI] = ACTIONS(1838),
[anon_sym_PIPE_AMP] = ACTIONS(1838),
[anon_sym_AMP_AMP] = ACTIONS(1838),
[anon_sym_PIPE_PIPE] = ACTIONS(1838),
[anon_sym_LT] = ACTIONS(1840),
[anon_sym_GT] = ACTIONS(1840),
[anon_sym_GT_GT] = ACTIONS(1838),
[anon_sym_AMP_GT] = ACTIONS(1840),
[anon_sym_AMP_GT_GT] = ACTIONS(1838),
[anon_sym_LT_AMP] = ACTIONS(1838),
[anon_sym_GT_AMP] = ACTIONS(1838),
[anon_sym_LT_LT] = ACTIONS(1840),
[anon_sym_LT_LT_DASH] = ACTIONS(1838),
[anon_sym_LT_LT_LT] = ACTIONS(1838),
[sym__special_characters] = ACTIONS(1838),
[anon_sym_DQUOTE] = ACTIONS(1838),
[anon_sym_DOLLAR] = ACTIONS(1840),
[sym_raw_string] = ACTIONS(1838),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1838),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1838),
[anon_sym_BQUOTE] = ACTIONS(1838),
[anon_sym_LT_LPAREN] = ACTIONS(1838),
[anon_sym_GT_LPAREN] = ACTIONS(1838),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1840),
[sym_word] = ACTIONS(1840),
[anon_sym_LF] = ACTIONS(1838),
[anon_sym_AMP] = ACTIONS(1840),
},
[830] = {
[sym_concatenation] = STATE(1293),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1293),
[sym_regex] = ACTIONS(2777),
[anon_sym_RBRACE] = ACTIONS(2779),
[anon_sym_EQ] = ACTIONS(2781),
[anon_sym_DASH] = ACTIONS(2781),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2783),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(2781),
[anon_sym_COLON_QMARK] = ACTIONS(2781),
[anon_sym_COLON_DASH] = ACTIONS(2781),
[anon_sym_PERCENT] = ACTIONS(2781),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[831] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(2779),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[832] = {
[sym__simple_heredoc_body] = ACTIONS(1886),
[sym__heredoc_body_beginning] = ACTIONS(1886),
[sym_file_descriptor] = ACTIONS(1886),
[sym__concat] = ACTIONS(1886),
[ts_builtin_sym_end] = ACTIONS(1886),
[anon_sym_SEMI] = ACTIONS(1888),
[anon_sym_PIPE] = ACTIONS(1888),
[anon_sym_RPAREN] = ACTIONS(1886),
[anon_sym_SEMI_SEMI] = ACTIONS(1886),
[anon_sym_PIPE_AMP] = ACTIONS(1886),
[anon_sym_AMP_AMP] = ACTIONS(1886),
[anon_sym_PIPE_PIPE] = ACTIONS(1886),
[anon_sym_LT] = ACTIONS(1888),
[anon_sym_GT] = ACTIONS(1888),
[anon_sym_GT_GT] = ACTIONS(1886),
[anon_sym_AMP_GT] = ACTIONS(1888),
[anon_sym_AMP_GT_GT] = ACTIONS(1886),
[anon_sym_LT_AMP] = ACTIONS(1886),
[anon_sym_GT_AMP] = ACTIONS(1886),
[anon_sym_LT_LT] = ACTIONS(1888),
[anon_sym_LT_LT_DASH] = ACTIONS(1886),
[anon_sym_LT_LT_LT] = ACTIONS(1886),
[sym__special_characters] = ACTIONS(1886),
[anon_sym_DQUOTE] = ACTIONS(1886),
[anon_sym_DOLLAR] = ACTIONS(1888),
[sym_raw_string] = ACTIONS(1886),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1886),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1886),
[anon_sym_BQUOTE] = ACTIONS(1886),
[anon_sym_LT_LPAREN] = ACTIONS(1886),
[anon_sym_GT_LPAREN] = ACTIONS(1886),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1888),
[sym_word] = ACTIONS(1888),
[anon_sym_LF] = ACTIONS(1886),
[anon_sym_AMP] = ACTIONS(1888),
},
[833] = {
[sym_concatenation] = STATE(1290),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1290),
[sym_regex] = ACTIONS(2785),
[anon_sym_RBRACE] = ACTIONS(2755),
[anon_sym_EQ] = ACTIONS(2771),
[anon_sym_DASH] = ACTIONS(2771),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2773),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(2771),
[anon_sym_COLON_QMARK] = ACTIONS(2771),
[anon_sym_COLON_DASH] = ACTIONS(2771),
[anon_sym_PERCENT] = ACTIONS(2771),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[834] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(2755),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[835] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(2787),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[836] = {
[sym__simple_heredoc_body] = ACTIONS(1894),
[sym__heredoc_body_beginning] = ACTIONS(1894),
[sym_file_descriptor] = ACTIONS(1894),
[sym__concat] = ACTIONS(1894),
[ts_builtin_sym_end] = ACTIONS(1894),
[anon_sym_SEMI] = ACTIONS(1896),
[anon_sym_PIPE] = ACTIONS(1896),
[anon_sym_RPAREN] = ACTIONS(1894),
[anon_sym_SEMI_SEMI] = ACTIONS(1894),
[anon_sym_PIPE_AMP] = ACTIONS(1894),
[anon_sym_AMP_AMP] = ACTIONS(1894),
[anon_sym_PIPE_PIPE] = ACTIONS(1894),
[anon_sym_LT] = ACTIONS(1896),
[anon_sym_GT] = ACTIONS(1896),
[anon_sym_GT_GT] = ACTIONS(1894),
[anon_sym_AMP_GT] = ACTIONS(1896),
[anon_sym_AMP_GT_GT] = ACTIONS(1894),
[anon_sym_LT_AMP] = ACTIONS(1894),
[anon_sym_GT_AMP] = ACTIONS(1894),
[anon_sym_LT_LT] = ACTIONS(1896),
[anon_sym_LT_LT_DASH] = ACTIONS(1894),
[anon_sym_LT_LT_LT] = ACTIONS(1894),
[sym__special_characters] = ACTIONS(1894),
[anon_sym_DQUOTE] = ACTIONS(1894),
[anon_sym_DOLLAR] = ACTIONS(1896),
[sym_raw_string] = ACTIONS(1894),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1894),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1894),
[anon_sym_BQUOTE] = ACTIONS(1894),
[anon_sym_LT_LPAREN] = ACTIONS(1894),
[anon_sym_GT_LPAREN] = ACTIONS(1894),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1896),
[sym_word] = ACTIONS(1896),
[anon_sym_LF] = ACTIONS(1894),
[anon_sym_AMP] = ACTIONS(1896),
},
[837] = {
[anon_sym_SEMI] = ACTIONS(2789),
[anon_sym_RPAREN] = ACTIONS(2787),
[anon_sym_SEMI_SEMI] = ACTIONS(2791),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2791),
[anon_sym_AMP] = ACTIONS(2791),
},
[838] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1298),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(2793),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2787),
[anon_sym_SEMI_SEMI] = ACTIONS(2795),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2795),
[anon_sym_AMP] = ACTIONS(2793),
},
[839] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1298),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2793),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2787),
[anon_sym_SEMI_SEMI] = ACTIONS(2795),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2795),
[anon_sym_AMP] = ACTIONS(2793),
},
[840] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(2787),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[841] = {
[anon_sym_SEMI] = ACTIONS(2797),
[anon_sym_SEMI_SEMI] = ACTIONS(2799),
[anon_sym_BQUOTE] = ACTIONS(2787),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2799),
[anon_sym_AMP] = ACTIONS(2799),
},
[842] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1301),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(2801),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(2803),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(2787),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2803),
[anon_sym_AMP] = ACTIONS(2801),
},
[843] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1301),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2801),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(2803),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(2787),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2803),
[anon_sym_AMP] = ACTIONS(2801),
},
[844] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(2805),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[845] = {
[sym__simple_heredoc_body] = ACTIONS(1928),
[sym__heredoc_body_beginning] = ACTIONS(1928),
[sym_file_descriptor] = ACTIONS(1928),
[sym__concat] = ACTIONS(1928),
[ts_builtin_sym_end] = ACTIONS(1928),
[anon_sym_SEMI] = ACTIONS(1930),
[anon_sym_PIPE] = ACTIONS(1930),
[anon_sym_RPAREN] = ACTIONS(1928),
[anon_sym_SEMI_SEMI] = ACTIONS(1928),
[anon_sym_PIPE_AMP] = ACTIONS(1928),
[anon_sym_AMP_AMP] = ACTIONS(1928),
[anon_sym_PIPE_PIPE] = ACTIONS(1928),
[anon_sym_LT] = ACTIONS(1930),
[anon_sym_GT] = ACTIONS(1930),
[anon_sym_GT_GT] = ACTIONS(1928),
[anon_sym_AMP_GT] = ACTIONS(1930),
[anon_sym_AMP_GT_GT] = ACTIONS(1928),
[anon_sym_LT_AMP] = ACTIONS(1928),
[anon_sym_GT_AMP] = ACTIONS(1928),
[anon_sym_LT_LT] = ACTIONS(1930),
[anon_sym_LT_LT_DASH] = ACTIONS(1928),
[anon_sym_LT_LT_LT] = ACTIONS(1928),
[sym__special_characters] = ACTIONS(1928),
[anon_sym_DQUOTE] = ACTIONS(1928),
[anon_sym_DOLLAR] = ACTIONS(1930),
[sym_raw_string] = ACTIONS(1928),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1928),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1928),
[anon_sym_BQUOTE] = ACTIONS(1928),
[anon_sym_LT_LPAREN] = ACTIONS(1928),
[anon_sym_GT_LPAREN] = ACTIONS(1928),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1930),
[sym_word] = ACTIONS(1930),
[anon_sym_LF] = ACTIONS(1928),
[anon_sym_AMP] = ACTIONS(1930),
},
[846] = {
[anon_sym_SEMI] = ACTIONS(2807),
[anon_sym_RPAREN] = ACTIONS(2805),
[anon_sym_SEMI_SEMI] = ACTIONS(2809),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2809),
[anon_sym_AMP] = ACTIONS(2809),
},
[847] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1305),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(2811),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2805),
[anon_sym_SEMI_SEMI] = ACTIONS(2813),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2813),
[anon_sym_AMP] = ACTIONS(2811),
},
[848] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1305),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2811),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2805),
[anon_sym_SEMI_SEMI] = ACTIONS(2813),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2813),
[anon_sym_AMP] = ACTIONS(2811),
},
[849] = {
[sym_file_descriptor] = ACTIONS(1730),
[sym__concat] = ACTIONS(1730),
[sym_variable_name] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_GT_GT] = ACTIONS(1730),
[anon_sym_AMP_GT] = ACTIONS(1732),
[anon_sym_AMP_GT_GT] = ACTIONS(1730),
[anon_sym_LT_AMP] = ACTIONS(1730),
[anon_sym_GT_AMP] = ACTIONS(1730),
[sym__special_characters] = ACTIONS(1730),
[anon_sym_DQUOTE] = ACTIONS(1730),
[anon_sym_DOLLAR] = ACTIONS(1732),
[sym_raw_string] = ACTIONS(1730),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1730),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[anon_sym_LT_LPAREN] = ACTIONS(1730),
[anon_sym_GT_LPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1730),
},
[850] = {
[aux_sym_concatenation_repeat1] = STATE(850),
[sym_file_descriptor] = ACTIONS(1730),
[sym__concat] = ACTIONS(2815),
[sym_variable_name] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_GT_GT] = ACTIONS(1730),
[anon_sym_AMP_GT] = ACTIONS(1732),
[anon_sym_AMP_GT_GT] = ACTIONS(1730),
[anon_sym_LT_AMP] = ACTIONS(1730),
[anon_sym_GT_AMP] = ACTIONS(1730),
[sym__special_characters] = ACTIONS(1730),
[anon_sym_DQUOTE] = ACTIONS(1730),
[anon_sym_DOLLAR] = ACTIONS(1732),
[sym_raw_string] = ACTIONS(1730),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1730),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[anon_sym_LT_LPAREN] = ACTIONS(1730),
[anon_sym_GT_LPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1730),
},
[851] = {
[sym_file_descriptor] = ACTIONS(1737),
[sym__concat] = ACTIONS(1737),
[sym_variable_name] = ACTIONS(1737),
[anon_sym_LT] = ACTIONS(1739),
[anon_sym_GT] = ACTIONS(1739),
[anon_sym_GT_GT] = ACTIONS(1737),
[anon_sym_AMP_GT] = ACTIONS(1739),
[anon_sym_AMP_GT_GT] = ACTIONS(1737),
[anon_sym_LT_AMP] = ACTIONS(1737),
[anon_sym_GT_AMP] = ACTIONS(1737),
[sym__special_characters] = ACTIONS(1737),
[anon_sym_DQUOTE] = ACTIONS(1737),
[anon_sym_DOLLAR] = ACTIONS(1739),
[sym_raw_string] = ACTIONS(1737),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1737),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1737),
[anon_sym_BQUOTE] = ACTIONS(1737),
[anon_sym_LT_LPAREN] = ACTIONS(1737),
[anon_sym_GT_LPAREN] = ACTIONS(1737),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1737),
},
[852] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(2818),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[853] = {
[sym_concatenation] = STATE(1310),
[sym_string] = STATE(1309),
[sym_simple_expansion] = STATE(1309),
[sym_string_expansion] = STATE(1309),
[sym_expansion] = STATE(1309),
[sym_command_substitution] = STATE(1309),
[sym_process_substitution] = STATE(1309),
[anon_sym_RBRACE] = ACTIONS(2820),
[sym__special_characters] = ACTIONS(2822),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(2824),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2824),
},
[854] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(2826),
[sym_comment] = ACTIONS(57),
},
[855] = {
[sym_concatenation] = STATE(1314),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1314),
[anon_sym_RBRACE] = ACTIONS(2828),
[anon_sym_EQ] = ACTIONS(2830),
[anon_sym_DASH] = ACTIONS(2830),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2832),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(2834),
[anon_sym_COLON] = ACTIONS(2830),
[anon_sym_COLON_QMARK] = ACTIONS(2830),
[anon_sym_COLON_DASH] = ACTIONS(2830),
[anon_sym_PERCENT] = ACTIONS(2830),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[856] = {
[sym_concatenation] = STATE(1316),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1316),
[anon_sym_RBRACE] = ACTIONS(2820),
[anon_sym_EQ] = ACTIONS(2836),
[anon_sym_DASH] = ACTIONS(2836),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2838),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(2840),
[anon_sym_COLON] = ACTIONS(2836),
[anon_sym_COLON_QMARK] = ACTIONS(2836),
[anon_sym_COLON_DASH] = ACTIONS(2836),
[anon_sym_PERCENT] = ACTIONS(2836),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[857] = {
[sym_file_descriptor] = ACTIONS(1838),
[sym__concat] = ACTIONS(1838),
[sym_variable_name] = ACTIONS(1838),
[anon_sym_LT] = ACTIONS(1840),
[anon_sym_GT] = ACTIONS(1840),
[anon_sym_GT_GT] = ACTIONS(1838),
[anon_sym_AMP_GT] = ACTIONS(1840),
[anon_sym_AMP_GT_GT] = ACTIONS(1838),
[anon_sym_LT_AMP] = ACTIONS(1838),
[anon_sym_GT_AMP] = ACTIONS(1838),
[sym__special_characters] = ACTIONS(1838),
[anon_sym_DQUOTE] = ACTIONS(1838),
[anon_sym_DOLLAR] = ACTIONS(1840),
[sym_raw_string] = ACTIONS(1838),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1838),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1838),
[anon_sym_BQUOTE] = ACTIONS(1838),
[anon_sym_LT_LPAREN] = ACTIONS(1838),
[anon_sym_GT_LPAREN] = ACTIONS(1838),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1838),
},
[858] = {
[sym_concatenation] = STATE(1319),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1319),
[sym_regex] = ACTIONS(2842),
[anon_sym_RBRACE] = ACTIONS(2844),
[anon_sym_EQ] = ACTIONS(2846),
[anon_sym_DASH] = ACTIONS(2846),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2848),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(2846),
[anon_sym_COLON_QMARK] = ACTIONS(2846),
[anon_sym_COLON_DASH] = ACTIONS(2846),
[anon_sym_PERCENT] = ACTIONS(2846),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[859] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(2844),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[860] = {
[sym_file_descriptor] = ACTIONS(1886),
[sym__concat] = ACTIONS(1886),
[sym_variable_name] = ACTIONS(1886),
[anon_sym_LT] = ACTIONS(1888),
[anon_sym_GT] = ACTIONS(1888),
[anon_sym_GT_GT] = ACTIONS(1886),
[anon_sym_AMP_GT] = ACTIONS(1888),
[anon_sym_AMP_GT_GT] = ACTIONS(1886),
[anon_sym_LT_AMP] = ACTIONS(1886),
[anon_sym_GT_AMP] = ACTIONS(1886),
[sym__special_characters] = ACTIONS(1886),
[anon_sym_DQUOTE] = ACTIONS(1886),
[anon_sym_DOLLAR] = ACTIONS(1888),
[sym_raw_string] = ACTIONS(1886),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1886),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1886),
[anon_sym_BQUOTE] = ACTIONS(1886),
[anon_sym_LT_LPAREN] = ACTIONS(1886),
[anon_sym_GT_LPAREN] = ACTIONS(1886),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1886),
},
[861] = {
[sym_concatenation] = STATE(1316),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1316),
[sym_regex] = ACTIONS(2850),
[anon_sym_RBRACE] = ACTIONS(2820),
[anon_sym_EQ] = ACTIONS(2836),
[anon_sym_DASH] = ACTIONS(2836),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2838),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(2836),
[anon_sym_COLON_QMARK] = ACTIONS(2836),
[anon_sym_COLON_DASH] = ACTIONS(2836),
[anon_sym_PERCENT] = ACTIONS(2836),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[862] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(2820),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[863] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(2852),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[864] = {
[sym_file_descriptor] = ACTIONS(1894),
[sym__concat] = ACTIONS(1894),
[sym_variable_name] = ACTIONS(1894),
[anon_sym_LT] = ACTIONS(1896),
[anon_sym_GT] = ACTIONS(1896),
[anon_sym_GT_GT] = ACTIONS(1894),
[anon_sym_AMP_GT] = ACTIONS(1896),
[anon_sym_AMP_GT_GT] = ACTIONS(1894),
[anon_sym_LT_AMP] = ACTIONS(1894),
[anon_sym_GT_AMP] = ACTIONS(1894),
[sym__special_characters] = ACTIONS(1894),
[anon_sym_DQUOTE] = ACTIONS(1894),
[anon_sym_DOLLAR] = ACTIONS(1896),
[sym_raw_string] = ACTIONS(1894),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1894),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1894),
[anon_sym_BQUOTE] = ACTIONS(1894),
[anon_sym_LT_LPAREN] = ACTIONS(1894),
[anon_sym_GT_LPAREN] = ACTIONS(1894),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1894),
},
[865] = {
[anon_sym_SEMI] = ACTIONS(2854),
[anon_sym_RPAREN] = ACTIONS(2852),
[anon_sym_SEMI_SEMI] = ACTIONS(2856),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2856),
[anon_sym_AMP] = ACTIONS(2856),
},
[866] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1324),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(2858),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2852),
[anon_sym_SEMI_SEMI] = ACTIONS(2860),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2860),
[anon_sym_AMP] = ACTIONS(2858),
},
[867] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1324),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2858),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2852),
[anon_sym_SEMI_SEMI] = ACTIONS(2860),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2860),
[anon_sym_AMP] = ACTIONS(2858),
},
[868] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(2852),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[869] = {
[anon_sym_SEMI] = ACTIONS(2862),
[anon_sym_SEMI_SEMI] = ACTIONS(2864),
[anon_sym_BQUOTE] = ACTIONS(2852),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2864),
[anon_sym_AMP] = ACTIONS(2864),
},
[870] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1327),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(2866),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(2868),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(2852),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2868),
[anon_sym_AMP] = ACTIONS(2866),
},
[871] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1327),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2866),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(2868),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(2852),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2868),
[anon_sym_AMP] = ACTIONS(2866),
},
[872] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(2870),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[873] = {
[sym_file_descriptor] = ACTIONS(1928),
[sym__concat] = ACTIONS(1928),
[sym_variable_name] = ACTIONS(1928),
[anon_sym_LT] = ACTIONS(1930),
[anon_sym_GT] = ACTIONS(1930),
[anon_sym_GT_GT] = ACTIONS(1928),
[anon_sym_AMP_GT] = ACTIONS(1930),
[anon_sym_AMP_GT_GT] = ACTIONS(1928),
[anon_sym_LT_AMP] = ACTIONS(1928),
[anon_sym_GT_AMP] = ACTIONS(1928),
[sym__special_characters] = ACTIONS(1928),
[anon_sym_DQUOTE] = ACTIONS(1928),
[anon_sym_DOLLAR] = ACTIONS(1930),
[sym_raw_string] = ACTIONS(1928),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1928),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1928),
[anon_sym_BQUOTE] = ACTIONS(1928),
[anon_sym_LT_LPAREN] = ACTIONS(1928),
[anon_sym_GT_LPAREN] = ACTIONS(1928),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1928),
},
[874] = {
[anon_sym_SEMI] = ACTIONS(2872),
[anon_sym_RPAREN] = ACTIONS(2870),
[anon_sym_SEMI_SEMI] = ACTIONS(2874),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2874),
[anon_sym_AMP] = ACTIONS(2874),
},
[875] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1331),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(2876),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2870),
[anon_sym_SEMI_SEMI] = ACTIONS(2878),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2878),
[anon_sym_AMP] = ACTIONS(2876),
},
[876] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1331),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2876),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2870),
[anon_sym_SEMI_SEMI] = ACTIONS(2878),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2878),
[anon_sym_AMP] = ACTIONS(2876),
},
[877] = {
[anon_sym_DQUOTE] = ACTIONS(2880),
[anon_sym_DOLLAR] = ACTIONS(2880),
[sym__string_content] = ACTIONS(2882),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2880),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2880),
[anon_sym_BQUOTE] = ACTIONS(2880),
[sym_comment] = ACTIONS(265),
},
[878] = {
[sym_concatenation] = STATE(1335),
[sym_string] = STATE(1334),
[sym_simple_expansion] = STATE(1334),
[sym_string_expansion] = STATE(1334),
[sym_expansion] = STATE(1334),
[sym_command_substitution] = STATE(1334),
[sym_process_substitution] = STATE(1334),
[anon_sym_RBRACE] = ACTIONS(2884),
[sym__special_characters] = ACTIONS(2886),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(2888),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2888),
},
[879] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(2890),
[sym_comment] = ACTIONS(57),
},
[880] = {
[sym_concatenation] = STATE(1339),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1339),
[anon_sym_RBRACE] = ACTIONS(2892),
[anon_sym_EQ] = ACTIONS(2894),
[anon_sym_DASH] = ACTIONS(2894),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2896),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(2898),
[anon_sym_COLON] = ACTIONS(2894),
[anon_sym_COLON_QMARK] = ACTIONS(2894),
[anon_sym_COLON_DASH] = ACTIONS(2894),
[anon_sym_PERCENT] = ACTIONS(2894),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[881] = {
[sym_concatenation] = STATE(1341),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1341),
[anon_sym_RBRACE] = ACTIONS(2884),
[anon_sym_EQ] = ACTIONS(2900),
[anon_sym_DASH] = ACTIONS(2900),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2902),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(2904),
[anon_sym_COLON] = ACTIONS(2900),
[anon_sym_COLON_QMARK] = ACTIONS(2900),
[anon_sym_COLON_DASH] = ACTIONS(2900),
[anon_sym_PERCENT] = ACTIONS(2900),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[882] = {
[sym__concat] = ACTIONS(1838),
[anon_sym_DQUOTE] = ACTIONS(1840),
[anon_sym_DOLLAR] = ACTIONS(1840),
[sym__string_content] = ACTIONS(1838),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1840),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1840),
[anon_sym_BQUOTE] = ACTIONS(1840),
[sym_comment] = ACTIONS(265),
},
[883] = {
[sym_concatenation] = STATE(1344),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1344),
[sym_regex] = ACTIONS(2906),
[anon_sym_RBRACE] = ACTIONS(2908),
[anon_sym_EQ] = ACTIONS(2910),
[anon_sym_DASH] = ACTIONS(2910),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2912),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(2910),
[anon_sym_COLON_QMARK] = ACTIONS(2910),
[anon_sym_COLON_DASH] = ACTIONS(2910),
[anon_sym_PERCENT] = ACTIONS(2910),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[884] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(2908),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[885] = {
[sym__concat] = ACTIONS(1886),
[anon_sym_DQUOTE] = ACTIONS(1888),
[anon_sym_DOLLAR] = ACTIONS(1888),
[sym__string_content] = ACTIONS(1886),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1888),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1888),
[anon_sym_BQUOTE] = ACTIONS(1888),
[sym_comment] = ACTIONS(265),
},
[886] = {
[sym_concatenation] = STATE(1341),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1341),
[sym_regex] = ACTIONS(2914),
[anon_sym_RBRACE] = ACTIONS(2884),
[anon_sym_EQ] = ACTIONS(2900),
[anon_sym_DASH] = ACTIONS(2900),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2902),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(2900),
[anon_sym_COLON_QMARK] = ACTIONS(2900),
[anon_sym_COLON_DASH] = ACTIONS(2900),
[anon_sym_PERCENT] = ACTIONS(2900),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[887] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(2884),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[888] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(2916),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[889] = {
[sym__concat] = ACTIONS(1894),
[anon_sym_DQUOTE] = ACTIONS(1896),
[anon_sym_DOLLAR] = ACTIONS(1896),
[sym__string_content] = ACTIONS(1894),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1896),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1896),
[anon_sym_BQUOTE] = ACTIONS(1896),
[sym_comment] = ACTIONS(265),
},
[890] = {
[anon_sym_SEMI] = ACTIONS(2918),
[anon_sym_RPAREN] = ACTIONS(2916),
[anon_sym_SEMI_SEMI] = ACTIONS(2920),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2920),
[anon_sym_AMP] = ACTIONS(2920),
},
[891] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1349),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(2922),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2916),
[anon_sym_SEMI_SEMI] = ACTIONS(2924),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2924),
[anon_sym_AMP] = ACTIONS(2922),
},
[892] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1349),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2922),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(2916),
[anon_sym_SEMI_SEMI] = ACTIONS(2924),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2924),
[anon_sym_AMP] = ACTIONS(2922),
},
[893] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(2916),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[894] = {
[anon_sym_SEMI] = ACTIONS(2926),
[anon_sym_SEMI_SEMI] = ACTIONS(2928),
[anon_sym_BQUOTE] = ACTIONS(2916),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2928),
[anon_sym_AMP] = ACTIONS(2928),
},
[895] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1352),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(2930),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(2932),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(2916),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2932),
[anon_sym_AMP] = ACTIONS(2930),
},
[896] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1352),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2930),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(2932),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(2916),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2932),
[anon_sym_AMP] = ACTIONS(2930),
},
[897] = {
[sym__simple_heredoc_body] = ACTIONS(2934),
[sym__heredoc_body_beginning] = ACTIONS(2934),
[sym_file_descriptor] = ACTIONS(2934),
[sym__concat] = ACTIONS(2934),
[ts_builtin_sym_end] = ACTIONS(2934),
[anon_sym_SEMI] = ACTIONS(2936),
[anon_sym_PIPE] = ACTIONS(2936),
[anon_sym_RPAREN] = ACTIONS(2934),
[anon_sym_SEMI_SEMI] = ACTIONS(2934),
[anon_sym_PIPE_AMP] = ACTIONS(2934),
[anon_sym_AMP_AMP] = ACTIONS(2934),
[anon_sym_PIPE_PIPE] = ACTIONS(2934),
[anon_sym_EQ_TILDE] = ACTIONS(2936),
[anon_sym_EQ_EQ] = ACTIONS(2936),
[anon_sym_LT] = ACTIONS(2936),
[anon_sym_GT] = ACTIONS(2936),
[anon_sym_GT_GT] = ACTIONS(2934),
[anon_sym_AMP_GT] = ACTIONS(2936),
[anon_sym_AMP_GT_GT] = ACTIONS(2934),
[anon_sym_LT_AMP] = ACTIONS(2934),
[anon_sym_GT_AMP] = ACTIONS(2934),
[anon_sym_LT_LT] = ACTIONS(2936),
[anon_sym_LT_LT_DASH] = ACTIONS(2934),
[anon_sym_LT_LT_LT] = ACTIONS(2934),
[sym__special_characters] = ACTIONS(2934),
[anon_sym_DQUOTE] = ACTIONS(2934),
[anon_sym_DOLLAR] = ACTIONS(2936),
[sym_raw_string] = ACTIONS(2934),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2934),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2934),
[anon_sym_BQUOTE] = ACTIONS(2934),
[anon_sym_LT_LPAREN] = ACTIONS(2934),
[anon_sym_GT_LPAREN] = ACTIONS(2934),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2936),
[anon_sym_LF] = ACTIONS(2934),
[anon_sym_AMP] = ACTIONS(2936),
},
[898] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[899] = {
[aux_sym_concatenation_repeat1] = STATE(531),
[sym__concat] = ACTIONS(2938),
[anon_sym_RBRACK] = ACTIONS(2940),
[sym_comment] = ACTIONS(57),
},
[900] = {
[aux_sym_concatenation_repeat1] = STATE(531),
[sym__concat] = ACTIONS(2942),
[anon_sym_RBRACK] = ACTIONS(2944),
[sym_comment] = ACTIONS(57),
},
[901] = {
[sym__concat] = ACTIONS(2946),
[anon_sym_RBRACK] = ACTIONS(2944),
[sym_comment] = ACTIONS(57),
},
[902] = {
[sym__simple_heredoc_body] = ACTIONS(2948),
[sym__heredoc_body_beginning] = ACTIONS(2948),
[sym_file_descriptor] = ACTIONS(2948),
[sym__concat] = ACTIONS(2948),
[ts_builtin_sym_end] = ACTIONS(2948),
[anon_sym_SEMI] = ACTIONS(2950),
[anon_sym_PIPE] = ACTIONS(2950),
[anon_sym_RPAREN] = ACTIONS(2948),
[anon_sym_SEMI_SEMI] = ACTIONS(2948),
[anon_sym_PIPE_AMP] = ACTIONS(2948),
[anon_sym_AMP_AMP] = ACTIONS(2948),
[anon_sym_PIPE_PIPE] = ACTIONS(2948),
[anon_sym_EQ_TILDE] = ACTIONS(2950),
[anon_sym_EQ_EQ] = ACTIONS(2950),
[anon_sym_LT] = ACTIONS(2950),
[anon_sym_GT] = ACTIONS(2950),
[anon_sym_GT_GT] = ACTIONS(2948),
[anon_sym_AMP_GT] = ACTIONS(2950),
[anon_sym_AMP_GT_GT] = ACTIONS(2948),
[anon_sym_LT_AMP] = ACTIONS(2948),
[anon_sym_GT_AMP] = ACTIONS(2948),
[anon_sym_LT_LT] = ACTIONS(2950),
[anon_sym_LT_LT_DASH] = ACTIONS(2948),
[anon_sym_LT_LT_LT] = ACTIONS(2948),
[sym__special_characters] = ACTIONS(2948),
[anon_sym_DQUOTE] = ACTIONS(2948),
[anon_sym_DOLLAR] = ACTIONS(2950),
[sym_raw_string] = ACTIONS(2948),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2948),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2948),
[anon_sym_BQUOTE] = ACTIONS(2948),
[anon_sym_LT_LPAREN] = ACTIONS(2948),
[anon_sym_GT_LPAREN] = ACTIONS(2948),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2950),
[anon_sym_LF] = ACTIONS(2948),
[anon_sym_AMP] = ACTIONS(2950),
},
[903] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(2954),
[sym_comment] = ACTIONS(57),
},
[904] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(1363),
[anon_sym_DQUOTE] = ACTIONS(2956),
[anon_sym_DOLLAR] = ACTIONS(2958),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[905] = {
[sym_string] = STATE(1365),
[anon_sym_DASH] = ACTIONS(2960),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(2960),
[sym_raw_string] = ACTIONS(2962),
[anon_sym_POUND] = ACTIONS(2960),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2964),
[anon_sym_STAR] = ACTIONS(2966),
[anon_sym_AT] = ACTIONS(2966),
[anon_sym_QMARK] = ACTIONS(2966),
[anon_sym_0] = ACTIONS(2964),
[anon_sym__] = ACTIONS(2964),
},
[906] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(2968),
[sym_comment] = ACTIONS(57),
},
[907] = {
[sym_subscript] = STATE(1371),
[sym_variable_name] = ACTIONS(2970),
[anon_sym_BANG] = ACTIONS(2972),
[anon_sym_DASH] = ACTIONS(2974),
[anon_sym_DOLLAR] = ACTIONS(2974),
[anon_sym_POUND] = ACTIONS(2972),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2976),
[anon_sym_STAR] = ACTIONS(2978),
[anon_sym_AT] = ACTIONS(2978),
[anon_sym_QMARK] = ACTIONS(2978),
[anon_sym_0] = ACTIONS(2976),
[anon_sym__] = ACTIONS(2976),
},
[908] = {
[sym__terminated_statement] = STATE(1374),
[sym_redirected_statement] = STATE(1372),
[sym_for_statement] = STATE(1372),
[sym_c_style_for_statement] = STATE(1372),
[sym_while_statement] = STATE(1372),
[sym_if_statement] = STATE(1372),
[sym_case_statement] = STATE(1372),
[sym_function_definition] = STATE(1372),
[sym_compound_statement] = STATE(1372),
[sym_subshell] = STATE(1372),
[sym_pipeline] = STATE(1372),
[sym_list] = STATE(1372),
[sym_negated_command] = STATE(1372),
[sym_test_command] = STATE(1372),
[sym_declaration_command] = STATE(1372),
[sym_unset_command] = STATE(1372),
[sym_command] = STATE(1372),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(1373),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(1374),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[909] = {
[sym__terminated_statement] = STATE(1377),
[sym_redirected_statement] = STATE(1375),
[sym_for_statement] = STATE(1375),
[sym_c_style_for_statement] = STATE(1375),
[sym_while_statement] = STATE(1375),
[sym_if_statement] = STATE(1375),
[sym_case_statement] = STATE(1375),
[sym_function_definition] = STATE(1375),
[sym_compound_statement] = STATE(1375),
[sym_subshell] = STATE(1375),
[sym_pipeline] = STATE(1375),
[sym_list] = STATE(1375),
[sym_negated_command] = STATE(1375),
[sym_test_command] = STATE(1375),
[sym_declaration_command] = STATE(1375),
[sym_unset_command] = STATE(1375),
[sym_command] = STATE(1375),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(1376),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(1377),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[910] = {
[sym__terminated_statement] = STATE(1380),
[sym_redirected_statement] = STATE(1378),
[sym_for_statement] = STATE(1378),
[sym_c_style_for_statement] = STATE(1378),
[sym_while_statement] = STATE(1378),
[sym_if_statement] = STATE(1378),
[sym_case_statement] = STATE(1378),
[sym_function_definition] = STATE(1378),
[sym_compound_statement] = STATE(1378),
[sym_subshell] = STATE(1378),
[sym_pipeline] = STATE(1378),
[sym_list] = STATE(1378),
[sym_negated_command] = STATE(1378),
[sym_test_command] = STATE(1378),
[sym_declaration_command] = STATE(1378),
[sym_unset_command] = STATE(1378),
[sym_command] = STATE(1378),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(1379),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(1380),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[911] = {
[anon_sym_RBRACE] = ACTIONS(2968),
[sym_comment] = ACTIONS(57),
},
[912] = {
[sym_concatenation] = STATE(1383),
[sym_string] = STATE(1382),
[sym_simple_expansion] = STATE(1382),
[sym_string_expansion] = STATE(1382),
[sym_expansion] = STATE(1382),
[sym_command_substitution] = STATE(1382),
[sym_process_substitution] = STATE(1382),
[anon_sym_RBRACE] = ACTIONS(2968),
[sym__special_characters] = ACTIONS(2980),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(2982),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2982),
},
[913] = {
[sym__simple_heredoc_body] = ACTIONS(2984),
[sym__heredoc_body_beginning] = ACTIONS(2984),
[sym_file_descriptor] = ACTIONS(2984),
[sym__concat] = ACTIONS(2984),
[ts_builtin_sym_end] = ACTIONS(2984),
[anon_sym_SEMI] = ACTIONS(2986),
[anon_sym_PIPE] = ACTIONS(2986),
[anon_sym_RPAREN] = ACTIONS(2984),
[anon_sym_SEMI_SEMI] = ACTIONS(2984),
[anon_sym_PIPE_AMP] = ACTIONS(2984),
[anon_sym_AMP_AMP] = ACTIONS(2984),
[anon_sym_PIPE_PIPE] = ACTIONS(2984),
[anon_sym_EQ_TILDE] = ACTIONS(2986),
[anon_sym_EQ_EQ] = ACTIONS(2986),
[anon_sym_LT] = ACTIONS(2986),
[anon_sym_GT] = ACTIONS(2986),
[anon_sym_GT_GT] = ACTIONS(2984),
[anon_sym_AMP_GT] = ACTIONS(2986),
[anon_sym_AMP_GT_GT] = ACTIONS(2984),
[anon_sym_LT_AMP] = ACTIONS(2984),
[anon_sym_GT_AMP] = ACTIONS(2984),
[anon_sym_LT_LT] = ACTIONS(2986),
[anon_sym_LT_LT_DASH] = ACTIONS(2984),
[anon_sym_LT_LT_LT] = ACTIONS(2984),
[sym__special_characters] = ACTIONS(2984),
[anon_sym_DQUOTE] = ACTIONS(2984),
[anon_sym_DOLLAR] = ACTIONS(2986),
[sym_raw_string] = ACTIONS(2984),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2984),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2984),
[anon_sym_BQUOTE] = ACTIONS(2984),
[anon_sym_LT_LPAREN] = ACTIONS(2984),
[anon_sym_GT_LPAREN] = ACTIONS(2984),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2986),
[anon_sym_LF] = ACTIONS(2984),
[anon_sym_AMP] = ACTIONS(2986),
},
[914] = {
[sym_concatenation] = STATE(1386),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1386),
[sym_regex] = ACTIONS(2988),
[anon_sym_RBRACE] = ACTIONS(2990),
[anon_sym_EQ] = ACTIONS(2992),
[anon_sym_DASH] = ACTIONS(2992),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(2994),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(2992),
[anon_sym_COLON_QMARK] = ACTIONS(2992),
[anon_sym_COLON_DASH] = ACTIONS(2992),
[anon_sym_PERCENT] = ACTIONS(2992),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[915] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(2990),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[916] = {
[sym_concatenation] = STATE(1388),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1388),
[sym_regex] = ACTIONS(2996),
[anon_sym_RBRACE] = ACTIONS(2968),
[anon_sym_EQ] = ACTIONS(2998),
[anon_sym_DASH] = ACTIONS(2998),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3000),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(2998),
[anon_sym_COLON_QMARK] = ACTIONS(2998),
[anon_sym_COLON_DASH] = ACTIONS(2998),
[anon_sym_PERCENT] = ACTIONS(2998),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[917] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(2968),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[918] = {
[sym_string] = STATE(1389),
[sym_simple_expansion] = STATE(1389),
[sym_string_expansion] = STATE(1389),
[sym_expansion] = STATE(1389),
[sym_command_substitution] = STATE(1389),
[sym_process_substitution] = STATE(1389),
[sym__special_characters] = ACTIONS(3002),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(3002),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3002),
},
[919] = {
[aux_sym_concatenation_repeat1] = STATE(1390),
[sym__concat] = ACTIONS(1842),
[anon_sym_RBRACE] = ACTIONS(779),
[anon_sym_EQ] = ACTIONS(781),
[anon_sym_DASH] = ACTIONS(781),
[sym__special_characters] = ACTIONS(781),
[anon_sym_DQUOTE] = ACTIONS(779),
[anon_sym_DOLLAR] = ACTIONS(781),
[sym_raw_string] = ACTIONS(779),
[anon_sym_POUND] = ACTIONS(779),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(779),
[anon_sym_COLON] = ACTIONS(781),
[anon_sym_COLON_QMARK] = ACTIONS(781),
[anon_sym_COLON_DASH] = ACTIONS(781),
[anon_sym_PERCENT] = ACTIONS(781),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(779),
[anon_sym_BQUOTE] = ACTIONS(779),
[anon_sym_LT_LPAREN] = ACTIONS(779),
[anon_sym_GT_LPAREN] = ACTIONS(779),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(781),
},
[920] = {
[sym__concat] = ACTIONS(783),
[anon_sym_RBRACE] = ACTIONS(783),
[anon_sym_EQ] = ACTIONS(785),
[anon_sym_DASH] = ACTIONS(785),
[sym__special_characters] = ACTIONS(785),
[anon_sym_DQUOTE] = ACTIONS(783),
[anon_sym_DOLLAR] = ACTIONS(785),
[sym_raw_string] = ACTIONS(783),
[anon_sym_POUND] = ACTIONS(783),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(783),
[anon_sym_COLON] = ACTIONS(785),
[anon_sym_COLON_QMARK] = ACTIONS(785),
[anon_sym_COLON_DASH] = ACTIONS(785),
[anon_sym_PERCENT] = ACTIONS(785),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(783),
[anon_sym_BQUOTE] = ACTIONS(783),
[anon_sym_LT_LPAREN] = ACTIONS(783),
[anon_sym_GT_LPAREN] = ACTIONS(783),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(785),
},
[921] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(3004),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[922] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(455),
[anon_sym_DQUOTE] = ACTIONS(3004),
[anon_sym_DOLLAR] = ACTIONS(3006),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[923] = {
[sym__concat] = ACTIONS(817),
[anon_sym_RBRACE] = ACTIONS(817),
[anon_sym_EQ] = ACTIONS(819),
[anon_sym_DASH] = ACTIONS(819),
[sym__special_characters] = ACTIONS(819),
[anon_sym_DQUOTE] = ACTIONS(817),
[anon_sym_DOLLAR] = ACTIONS(819),
[sym_raw_string] = ACTIONS(817),
[anon_sym_POUND] = ACTIONS(817),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(817),
[anon_sym_COLON] = ACTIONS(819),
[anon_sym_COLON_QMARK] = ACTIONS(819),
[anon_sym_COLON_DASH] = ACTIONS(819),
[anon_sym_PERCENT] = ACTIONS(819),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(817),
[anon_sym_BQUOTE] = ACTIONS(817),
[anon_sym_LT_LPAREN] = ACTIONS(817),
[anon_sym_GT_LPAREN] = ACTIONS(817),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(819),
},
[924] = {
[sym__concat] = ACTIONS(821),
[anon_sym_RBRACE] = ACTIONS(821),
[anon_sym_EQ] = ACTIONS(823),
[anon_sym_DASH] = ACTIONS(823),
[sym__special_characters] = ACTIONS(823),
[anon_sym_DQUOTE] = ACTIONS(821),
[anon_sym_DOLLAR] = ACTIONS(823),
[sym_raw_string] = ACTIONS(821),
[anon_sym_POUND] = ACTIONS(821),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(821),
[anon_sym_COLON] = ACTIONS(823),
[anon_sym_COLON_QMARK] = ACTIONS(823),
[anon_sym_COLON_DASH] = ACTIONS(823),
[anon_sym_PERCENT] = ACTIONS(823),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(821),
[anon_sym_BQUOTE] = ACTIONS(821),
[anon_sym_LT_LPAREN] = ACTIONS(821),
[anon_sym_GT_LPAREN] = ACTIONS(821),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(823),
},
[925] = {
[sym__concat] = ACTIONS(825),
[anon_sym_RBRACE] = ACTIONS(825),
[anon_sym_EQ] = ACTIONS(827),
[anon_sym_DASH] = ACTIONS(827),
[sym__special_characters] = ACTIONS(827),
[anon_sym_DQUOTE] = ACTIONS(825),
[anon_sym_DOLLAR] = ACTIONS(827),
[sym_raw_string] = ACTIONS(825),
[anon_sym_POUND] = ACTIONS(825),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(825),
[anon_sym_COLON] = ACTIONS(827),
[anon_sym_COLON_QMARK] = ACTIONS(827),
[anon_sym_COLON_DASH] = ACTIONS(827),
[anon_sym_PERCENT] = ACTIONS(827),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(825),
[anon_sym_BQUOTE] = ACTIONS(825),
[anon_sym_LT_LPAREN] = ACTIONS(825),
[anon_sym_GT_LPAREN] = ACTIONS(825),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(827),
},
[926] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(3008),
[sym_comment] = ACTIONS(57),
},
[927] = {
[sym_subscript] = STATE(1396),
[sym_variable_name] = ACTIONS(3010),
[anon_sym_DASH] = ACTIONS(3012),
[anon_sym_DOLLAR] = ACTIONS(3012),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3014),
[anon_sym_STAR] = ACTIONS(3016),
[anon_sym_AT] = ACTIONS(3016),
[anon_sym_QMARK] = ACTIONS(3016),
[anon_sym_0] = ACTIONS(3014),
[anon_sym__] = ACTIONS(3014),
},
[928] = {
[sym_concatenation] = STATE(1399),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1399),
[anon_sym_RBRACE] = ACTIONS(3018),
[anon_sym_EQ] = ACTIONS(3020),
[anon_sym_DASH] = ACTIONS(3020),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3022),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(3024),
[anon_sym_COLON] = ACTIONS(3020),
[anon_sym_COLON_QMARK] = ACTIONS(3020),
[anon_sym_COLON_DASH] = ACTIONS(3020),
[anon_sym_PERCENT] = ACTIONS(3020),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[929] = {
[sym_concatenation] = STATE(1402),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1402),
[anon_sym_RBRACE] = ACTIONS(3026),
[anon_sym_EQ] = ACTIONS(3028),
[anon_sym_DASH] = ACTIONS(3028),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3030),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(3032),
[anon_sym_COLON] = ACTIONS(3028),
[anon_sym_COLON_QMARK] = ACTIONS(3028),
[anon_sym_COLON_DASH] = ACTIONS(3028),
[anon_sym_PERCENT] = ACTIONS(3028),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[930] = {
[sym_concatenation] = STATE(1404),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1404),
[anon_sym_RBRACE] = ACTIONS(3034),
[anon_sym_EQ] = ACTIONS(3036),
[anon_sym_DASH] = ACTIONS(3036),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3038),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3036),
[anon_sym_COLON_QMARK] = ACTIONS(3036),
[anon_sym_COLON_DASH] = ACTIONS(3036),
[anon_sym_PERCENT] = ACTIONS(3036),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[931] = {
[sym__simple_heredoc_body] = ACTIONS(3040),
[sym__heredoc_body_beginning] = ACTIONS(3040),
[sym_file_descriptor] = ACTIONS(3040),
[sym__concat] = ACTIONS(3040),
[ts_builtin_sym_end] = ACTIONS(3040),
[anon_sym_SEMI] = ACTIONS(3042),
[anon_sym_PIPE] = ACTIONS(3042),
[anon_sym_RPAREN] = ACTIONS(3040),
[anon_sym_SEMI_SEMI] = ACTIONS(3040),
[anon_sym_PIPE_AMP] = ACTIONS(3040),
[anon_sym_AMP_AMP] = ACTIONS(3040),
[anon_sym_PIPE_PIPE] = ACTIONS(3040),
[anon_sym_EQ_TILDE] = ACTIONS(3042),
[anon_sym_EQ_EQ] = ACTIONS(3042),
[anon_sym_LT] = ACTIONS(3042),
[anon_sym_GT] = ACTIONS(3042),
[anon_sym_GT_GT] = ACTIONS(3040),
[anon_sym_AMP_GT] = ACTIONS(3042),
[anon_sym_AMP_GT_GT] = ACTIONS(3040),
[anon_sym_LT_AMP] = ACTIONS(3040),
[anon_sym_GT_AMP] = ACTIONS(3040),
[anon_sym_LT_LT] = ACTIONS(3042),
[anon_sym_LT_LT_DASH] = ACTIONS(3040),
[anon_sym_LT_LT_LT] = ACTIONS(3040),
[sym__special_characters] = ACTIONS(3040),
[anon_sym_DQUOTE] = ACTIONS(3040),
[anon_sym_DOLLAR] = ACTIONS(3042),
[sym_raw_string] = ACTIONS(3040),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3040),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3040),
[anon_sym_BQUOTE] = ACTIONS(3040),
[anon_sym_LT_LPAREN] = ACTIONS(3040),
[anon_sym_GT_LPAREN] = ACTIONS(3040),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3042),
[anon_sym_LF] = ACTIONS(3040),
[anon_sym_AMP] = ACTIONS(3042),
},
[932] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(3034),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[933] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1407),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(3044),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(3046),
[anon_sym_SEMI_SEMI] = ACTIONS(3048),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3048),
[anon_sym_AMP] = ACTIONS(3044),
},
[934] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1407),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(3044),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(3046),
[anon_sym_SEMI_SEMI] = ACTIONS(3048),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(3048),
[anon_sym_AMP] = ACTIONS(3044),
},
[935] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(1408),
[sym_for_statement] = STATE(1408),
[sym_c_style_for_statement] = STATE(1408),
[sym_while_statement] = STATE(1408),
[sym_if_statement] = STATE(1408),
[sym_case_statement] = STATE(1408),
[sym_function_definition] = STATE(1408),
[sym_compound_statement] = STATE(1408),
[sym_subshell] = STATE(1408),
[sym_pipeline] = STATE(1408),
[sym_list] = STATE(1408),
[sym_negated_command] = STATE(1408),
[sym_test_command] = STATE(1408),
[sym_declaration_command] = STATE(1408),
[sym_unset_command] = STATE(1408),
[sym_command] = STATE(1408),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(1409),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[936] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1411),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(3050),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(3052),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(3046),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3052),
[anon_sym_AMP] = ACTIONS(3050),
},
[937] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1411),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(3050),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(3052),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(3046),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(3052),
[anon_sym_AMP] = ACTIONS(3050),
},
[938] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(1412),
[sym_for_statement] = STATE(1412),
[sym_c_style_for_statement] = STATE(1412),
[sym_while_statement] = STATE(1412),
[sym_if_statement] = STATE(1412),
[sym_case_statement] = STATE(1412),
[sym_function_definition] = STATE(1412),
[sym_compound_statement] = STATE(1412),
[sym_subshell] = STATE(1412),
[sym_pipeline] = STATE(1412),
[sym_list] = STATE(1412),
[sym_negated_command] = STATE(1412),
[sym_test_command] = STATE(1412),
[sym_declaration_command] = STATE(1412),
[sym_unset_command] = STATE(1412),
[sym_command] = STATE(1412),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(1413),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[939] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1416),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(3054),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(3056),
[anon_sym_SEMI_SEMI] = ACTIONS(3058),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3058),
[anon_sym_AMP] = ACTIONS(3054),
},
[940] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1416),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(3054),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(3056),
[anon_sym_SEMI_SEMI] = ACTIONS(3058),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(3058),
[anon_sym_AMP] = ACTIONS(3054),
},
[941] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(1417),
[sym_for_statement] = STATE(1417),
[sym_c_style_for_statement] = STATE(1417),
[sym_while_statement] = STATE(1417),
[sym_if_statement] = STATE(1417),
[sym_case_statement] = STATE(1417),
[sym_function_definition] = STATE(1417),
[sym_compound_statement] = STATE(1417),
[sym_subshell] = STATE(1417),
[sym_pipeline] = STATE(1417),
[sym_list] = STATE(1417),
[sym_negated_command] = STATE(1417),
[sym_test_command] = STATE(1417),
[sym_declaration_command] = STATE(1417),
[sym_unset_command] = STATE(1417),
[sym_command] = STATE(1417),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(1418),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[942] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(3060),
[anon_sym_EQ] = ACTIONS(3062),
[anon_sym_DASH] = ACTIONS(3062),
[sym__special_characters] = ACTIONS(3065),
[anon_sym_DQUOTE] = ACTIONS(3068),
[anon_sym_DOLLAR] = ACTIONS(3071),
[sym_raw_string] = ACTIONS(3074),
[anon_sym_POUND] = ACTIONS(3077),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3080),
[anon_sym_COLON] = ACTIONS(3062),
[anon_sym_COLON_QMARK] = ACTIONS(3062),
[anon_sym_COLON_DASH] = ACTIONS(3062),
[anon_sym_PERCENT] = ACTIONS(3062),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3083),
[anon_sym_BQUOTE] = ACTIONS(3086),
[anon_sym_LT_LPAREN] = ACTIONS(3089),
[anon_sym_GT_LPAREN] = ACTIONS(3089),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(3092),
},
[943] = {
[sym_concatenation] = STATE(1388),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1388),
[anon_sym_RBRACE] = ACTIONS(2968),
[anon_sym_EQ] = ACTIONS(2998),
[anon_sym_DASH] = ACTIONS(2998),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3000),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(2998),
[anon_sym_COLON_QMARK] = ACTIONS(2998),
[anon_sym_COLON_DASH] = ACTIONS(2998),
[anon_sym_PERCENT] = ACTIONS(2998),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[944] = {
[sym__simple_heredoc_body] = ACTIONS(3095),
[sym__heredoc_body_beginning] = ACTIONS(3095),
[sym_file_descriptor] = ACTIONS(3095),
[sym__concat] = ACTIONS(3095),
[ts_builtin_sym_end] = ACTIONS(3095),
[anon_sym_SEMI] = ACTIONS(3097),
[anon_sym_PIPE] = ACTIONS(3097),
[anon_sym_RPAREN] = ACTIONS(3095),
[anon_sym_SEMI_SEMI] = ACTIONS(3095),
[anon_sym_PIPE_AMP] = ACTIONS(3095),
[anon_sym_AMP_AMP] = ACTIONS(3095),
[anon_sym_PIPE_PIPE] = ACTIONS(3095),
[anon_sym_EQ_TILDE] = ACTIONS(3097),
[anon_sym_EQ_EQ] = ACTIONS(3097),
[anon_sym_LT] = ACTIONS(3097),
[anon_sym_GT] = ACTIONS(3097),
[anon_sym_GT_GT] = ACTIONS(3095),
[anon_sym_AMP_GT] = ACTIONS(3097),
[anon_sym_AMP_GT_GT] = ACTIONS(3095),
[anon_sym_LT_AMP] = ACTIONS(3095),
[anon_sym_GT_AMP] = ACTIONS(3095),
[anon_sym_LT_LT] = ACTIONS(3097),
[anon_sym_LT_LT_DASH] = ACTIONS(3095),
[anon_sym_LT_LT_LT] = ACTIONS(3095),
[sym__special_characters] = ACTIONS(3095),
[anon_sym_DQUOTE] = ACTIONS(3095),
[anon_sym_DOLLAR] = ACTIONS(3097),
[sym_raw_string] = ACTIONS(3095),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3095),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3095),
[anon_sym_BQUOTE] = ACTIONS(3095),
[anon_sym_LT_LPAREN] = ACTIONS(3095),
[anon_sym_GT_LPAREN] = ACTIONS(3095),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3097),
[anon_sym_LF] = ACTIONS(3095),
[anon_sym_AMP] = ACTIONS(3097),
},
[945] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(3099),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[946] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(3099),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[947] = {
[anon_sym_SEMI] = ACTIONS(3101),
[anon_sym_RPAREN] = ACTIONS(3099),
[anon_sym_SEMI_SEMI] = ACTIONS(3103),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3103),
[anon_sym_AMP] = ACTIONS(3103),
},
[948] = {
[sym_concatenation] = STATE(983),
[sym_string] = STATE(1422),
[sym_simple_expansion] = STATE(1422),
[sym_string_expansion] = STATE(1422),
[sym_expansion] = STATE(1422),
[sym_command_substitution] = STATE(1422),
[sym_process_substitution] = STATE(1422),
[sym__special_characters] = ACTIONS(3105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(3107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3107),
},
[949] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(1968),
[sym__heredoc_body_beginning] = ACTIONS(1968),
[sym_file_descriptor] = ACTIONS(1968),
[anon_sym_SEMI] = ACTIONS(1970),
[anon_sym_PIPE] = ACTIONS(1970),
[anon_sym_SEMI_SEMI] = ACTIONS(1968),
[anon_sym_PIPE_AMP] = ACTIONS(1968),
[anon_sym_AMP_AMP] = ACTIONS(1968),
[anon_sym_PIPE_PIPE] = ACTIONS(1968),
[anon_sym_LT] = ACTIONS(1970),
[anon_sym_GT] = ACTIONS(1970),
[anon_sym_GT_GT] = ACTIONS(1968),
[anon_sym_AMP_GT] = ACTIONS(1970),
[anon_sym_AMP_GT_GT] = ACTIONS(1968),
[anon_sym_LT_AMP] = ACTIONS(1968),
[anon_sym_GT_AMP] = ACTIONS(1968),
[anon_sym_LT_LT] = ACTIONS(1970),
[anon_sym_LT_LT_DASH] = ACTIONS(1968),
[anon_sym_LT_LT_LT] = ACTIONS(1968),
[anon_sym_BQUOTE] = ACTIONS(1968),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1968),
[anon_sym_AMP] = ACTIONS(1970),
},
[950] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(1968),
[sym__heredoc_body_beginning] = ACTIONS(1968),
[sym_file_descriptor] = ACTIONS(1968),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(1970),
[anon_sym_PIPE] = ACTIONS(1970),
[anon_sym_SEMI_SEMI] = ACTIONS(1968),
[anon_sym_PIPE_AMP] = ACTIONS(1968),
[anon_sym_AMP_AMP] = ACTIONS(1968),
[anon_sym_PIPE_PIPE] = ACTIONS(1968),
[anon_sym_LT] = ACTIONS(1970),
[anon_sym_GT] = ACTIONS(1970),
[anon_sym_GT_GT] = ACTIONS(1968),
[anon_sym_AMP_GT] = ACTIONS(1970),
[anon_sym_AMP_GT_GT] = ACTIONS(1968),
[anon_sym_LT_AMP] = ACTIONS(1968),
[anon_sym_GT_AMP] = ACTIONS(1968),
[anon_sym_LT_LT] = ACTIONS(1970),
[anon_sym_LT_LT_DASH] = ACTIONS(1968),
[anon_sym_LT_LT_LT] = ACTIONS(1968),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(1968),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1968),
[anon_sym_AMP] = ACTIONS(1970),
},
[951] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(1972),
[sym__heredoc_body_beginning] = ACTIONS(1972),
[sym_file_descriptor] = ACTIONS(1972),
[anon_sym_SEMI] = ACTIONS(1974),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(1972),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(1972),
[anon_sym_PIPE_PIPE] = ACTIONS(1972),
[anon_sym_LT] = ACTIONS(1974),
[anon_sym_GT] = ACTIONS(1974),
[anon_sym_GT_GT] = ACTIONS(1972),
[anon_sym_AMP_GT] = ACTIONS(1974),
[anon_sym_AMP_GT_GT] = ACTIONS(1972),
[anon_sym_LT_AMP] = ACTIONS(1972),
[anon_sym_GT_AMP] = ACTIONS(1972),
[anon_sym_LT_LT] = ACTIONS(1974),
[anon_sym_LT_LT_DASH] = ACTIONS(1972),
[anon_sym_LT_LT_LT] = ACTIONS(1972),
[anon_sym_BQUOTE] = ACTIONS(1972),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1972),
[anon_sym_AMP] = ACTIONS(1974),
},
[952] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(1972),
[sym__heredoc_body_beginning] = ACTIONS(1972),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(1974),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(1972),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(1972),
[anon_sym_PIPE_PIPE] = ACTIONS(1972),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(1974),
[anon_sym_LT_LT_DASH] = ACTIONS(1972),
[anon_sym_LT_LT_LT] = ACTIONS(1972),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1972),
[anon_sym_AMP] = ACTIONS(1974),
},
[953] = {
[aux_sym_concatenation_repeat1] = STATE(1423),
[sym__simple_heredoc_body] = ACTIONS(745),
[sym__heredoc_body_beginning] = ACTIONS(745),
[sym_file_descriptor] = ACTIONS(745),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(749),
[anon_sym_PIPE] = ACTIONS(749),
[anon_sym_SEMI_SEMI] = ACTIONS(745),
[anon_sym_PIPE_AMP] = ACTIONS(745),
[anon_sym_AMP_AMP] = ACTIONS(745),
[anon_sym_PIPE_PIPE] = ACTIONS(745),
[anon_sym_LT] = ACTIONS(749),
[anon_sym_GT] = ACTIONS(749),
[anon_sym_GT_GT] = ACTIONS(745),
[anon_sym_AMP_GT] = ACTIONS(749),
[anon_sym_AMP_GT_GT] = ACTIONS(745),
[anon_sym_LT_AMP] = ACTIONS(745),
[anon_sym_GT_AMP] = ACTIONS(745),
[anon_sym_LT_LT] = ACTIONS(749),
[anon_sym_LT_LT_DASH] = ACTIONS(745),
[anon_sym_LT_LT_LT] = ACTIONS(745),
[anon_sym_BQUOTE] = ACTIONS(745),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(745),
[anon_sym_AMP] = ACTIONS(749),
},
[954] = {
[aux_sym_concatenation_repeat1] = STATE(1423),
[sym__simple_heredoc_body] = ACTIONS(763),
[sym__heredoc_body_beginning] = ACTIONS(763),
[sym_file_descriptor] = ACTIONS(763),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(765),
[anon_sym_PIPE] = ACTIONS(765),
[anon_sym_SEMI_SEMI] = ACTIONS(763),
[anon_sym_PIPE_AMP] = ACTIONS(763),
[anon_sym_AMP_AMP] = ACTIONS(763),
[anon_sym_PIPE_PIPE] = ACTIONS(763),
[anon_sym_LT] = ACTIONS(765),
[anon_sym_GT] = ACTIONS(765),
[anon_sym_GT_GT] = ACTIONS(763),
[anon_sym_AMP_GT] = ACTIONS(765),
[anon_sym_AMP_GT_GT] = ACTIONS(763),
[anon_sym_LT_AMP] = ACTIONS(763),
[anon_sym_GT_AMP] = ACTIONS(763),
[anon_sym_LT_LT] = ACTIONS(765),
[anon_sym_LT_LT_DASH] = ACTIONS(763),
[anon_sym_LT_LT_LT] = ACTIONS(763),
[anon_sym_BQUOTE] = ACTIONS(763),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(763),
[anon_sym_AMP] = ACTIONS(765),
},
[955] = {
[aux_sym_concatenation_repeat1] = STATE(1423),
[sym__simple_heredoc_body] = ACTIONS(1980),
[sym__heredoc_body_beginning] = ACTIONS(1980),
[sym_file_descriptor] = ACTIONS(1980),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(1982),
[anon_sym_PIPE] = ACTIONS(1982),
[anon_sym_SEMI_SEMI] = ACTIONS(1980),
[anon_sym_PIPE_AMP] = ACTIONS(1980),
[anon_sym_AMP_AMP] = ACTIONS(1980),
[anon_sym_PIPE_PIPE] = ACTIONS(1980),
[anon_sym_LT] = ACTIONS(1982),
[anon_sym_GT] = ACTIONS(1982),
[anon_sym_GT_GT] = ACTIONS(1980),
[anon_sym_AMP_GT] = ACTIONS(1982),
[anon_sym_AMP_GT_GT] = ACTIONS(1980),
[anon_sym_LT_AMP] = ACTIONS(1980),
[anon_sym_GT_AMP] = ACTIONS(1980),
[anon_sym_LT_LT] = ACTIONS(1982),
[anon_sym_LT_LT_DASH] = ACTIONS(1980),
[anon_sym_LT_LT_LT] = ACTIONS(1980),
[anon_sym_BQUOTE] = ACTIONS(1980),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1980),
[anon_sym_AMP] = ACTIONS(1982),
},
[956] = {
[aux_sym_concatenation_repeat1] = STATE(1423),
[sym__simple_heredoc_body] = ACTIONS(1984),
[sym__heredoc_body_beginning] = ACTIONS(1984),
[sym_file_descriptor] = ACTIONS(1984),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(1986),
[anon_sym_PIPE] = ACTIONS(1986),
[anon_sym_SEMI_SEMI] = ACTIONS(1984),
[anon_sym_PIPE_AMP] = ACTIONS(1984),
[anon_sym_AMP_AMP] = ACTIONS(1984),
[anon_sym_PIPE_PIPE] = ACTIONS(1984),
[anon_sym_LT] = ACTIONS(1986),
[anon_sym_GT] = ACTIONS(1986),
[anon_sym_GT_GT] = ACTIONS(1984),
[anon_sym_AMP_GT] = ACTIONS(1986),
[anon_sym_AMP_GT_GT] = ACTIONS(1984),
[anon_sym_LT_AMP] = ACTIONS(1984),
[anon_sym_GT_AMP] = ACTIONS(1984),
[anon_sym_LT_LT] = ACTIONS(1986),
[anon_sym_LT_LT_DASH] = ACTIONS(1984),
[anon_sym_LT_LT_LT] = ACTIONS(1984),
[anon_sym_BQUOTE] = ACTIONS(1984),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1984),
[anon_sym_AMP] = ACTIONS(1986),
},
[957] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(3099),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[958] = {
[sym_file_redirect] = STATE(958),
[sym_heredoc_redirect] = STATE(958),
[sym_herestring_redirect] = STATE(958),
[aux_sym_redirected_statement_repeat1] = STATE(958),
[sym__simple_heredoc_body] = ACTIONS(1994),
[sym__heredoc_body_beginning] = ACTIONS(1994),
[sym_file_descriptor] = ACTIONS(3109),
[anon_sym_SEMI] = ACTIONS(1999),
[anon_sym_PIPE] = ACTIONS(1999),
[anon_sym_SEMI_SEMI] = ACTIONS(1994),
[anon_sym_PIPE_AMP] = ACTIONS(1994),
[anon_sym_AMP_AMP] = ACTIONS(1994),
[anon_sym_PIPE_PIPE] = ACTIONS(1994),
[anon_sym_LT] = ACTIONS(3112),
[anon_sym_GT] = ACTIONS(3112),
[anon_sym_GT_GT] = ACTIONS(3115),
[anon_sym_AMP_GT] = ACTIONS(3112),
[anon_sym_AMP_GT_GT] = ACTIONS(3115),
[anon_sym_LT_AMP] = ACTIONS(3115),
[anon_sym_GT_AMP] = ACTIONS(3115),
[anon_sym_LT_LT] = ACTIONS(2007),
[anon_sym_LT_LT_DASH] = ACTIONS(2010),
[anon_sym_LT_LT_LT] = ACTIONS(3118),
[anon_sym_BQUOTE] = ACTIONS(1994),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1994),
[anon_sym_AMP] = ACTIONS(1999),
},
[959] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(3099),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[960] = {
[anon_sym_SEMI] = ACTIONS(3121),
[anon_sym_SEMI_SEMI] = ACTIONS(3123),
[anon_sym_BQUOTE] = ACTIONS(3099),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3123),
[anon_sym_AMP] = ACTIONS(3123),
},
[961] = {
[sym_concatenation] = STATE(685),
[sym_string] = STATE(279),
[sym_simple_expansion] = STATE(279),
[sym_string_expansion] = STATE(279),
[sym_expansion] = STATE(279),
[sym_command_substitution] = STATE(279),
[sym_process_substitution] = STATE(279),
[aux_sym_command_repeat2] = STATE(685),
[sym__simple_heredoc_body] = ACTIONS(2062),
[sym__heredoc_body_beginning] = ACTIONS(2062),
[sym_file_descriptor] = ACTIONS(2062),
[anon_sym_SEMI] = ACTIONS(2064),
[anon_sym_PIPE] = ACTIONS(2064),
[anon_sym_SEMI_SEMI] = ACTIONS(2062),
[anon_sym_PIPE_AMP] = ACTIONS(2062),
[anon_sym_AMP_AMP] = ACTIONS(2062),
[anon_sym_PIPE_PIPE] = ACTIONS(2062),
[anon_sym_EQ_TILDE] = ACTIONS(513),
[anon_sym_EQ_EQ] = ACTIONS(513),
[anon_sym_LT] = ACTIONS(2064),
[anon_sym_GT] = ACTIONS(2064),
[anon_sym_GT_GT] = ACTIONS(2062),
[anon_sym_AMP_GT] = ACTIONS(2064),
[anon_sym_AMP_GT_GT] = ACTIONS(2062),
[anon_sym_LT_AMP] = ACTIONS(2062),
[anon_sym_GT_AMP] = ACTIONS(2062),
[anon_sym_LT_LT] = ACTIONS(2064),
[anon_sym_LT_LT_DASH] = ACTIONS(2062),
[anon_sym_LT_LT_LT] = ACTIONS(2062),
[sym__special_characters] = ACTIONS(515),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(517),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(2062),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(519),
[anon_sym_LF] = ACTIONS(2062),
[anon_sym_AMP] = ACTIONS(2064),
},
[962] = {
[sym__simple_heredoc_body] = ACTIONS(3125),
[sym__heredoc_body_beginning] = ACTIONS(3125),
[sym_file_descriptor] = ACTIONS(3125),
[sym__concat] = ACTIONS(3125),
[ts_builtin_sym_end] = ACTIONS(3125),
[anon_sym_SEMI] = ACTIONS(3127),
[anon_sym_PIPE] = ACTIONS(3127),
[anon_sym_RPAREN] = ACTIONS(3125),
[anon_sym_SEMI_SEMI] = ACTIONS(3125),
[anon_sym_PIPE_AMP] = ACTIONS(3125),
[anon_sym_AMP_AMP] = ACTIONS(3125),
[anon_sym_PIPE_PIPE] = ACTIONS(3125),
[anon_sym_EQ_TILDE] = ACTIONS(3127),
[anon_sym_EQ_EQ] = ACTIONS(3127),
[anon_sym_LT] = ACTIONS(3127),
[anon_sym_GT] = ACTIONS(3127),
[anon_sym_GT_GT] = ACTIONS(3125),
[anon_sym_AMP_GT] = ACTIONS(3127),
[anon_sym_AMP_GT_GT] = ACTIONS(3125),
[anon_sym_LT_AMP] = ACTIONS(3125),
[anon_sym_GT_AMP] = ACTIONS(3125),
[anon_sym_LT_LT] = ACTIONS(3127),
[anon_sym_LT_LT_DASH] = ACTIONS(3125),
[anon_sym_LT_LT_LT] = ACTIONS(3125),
[sym__special_characters] = ACTIONS(3125),
[anon_sym_DQUOTE] = ACTIONS(3125),
[anon_sym_DOLLAR] = ACTIONS(3127),
[sym_raw_string] = ACTIONS(3125),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3125),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3125),
[anon_sym_BQUOTE] = ACTIONS(3125),
[anon_sym_LT_LPAREN] = ACTIONS(3125),
[anon_sym_GT_LPAREN] = ACTIONS(3125),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3127),
[anon_sym_LF] = ACTIONS(3125),
[anon_sym_AMP] = ACTIONS(3127),
},
[963] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(3129),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[964] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(3129),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[965] = {
[anon_sym_SEMI] = ACTIONS(3131),
[anon_sym_RPAREN] = ACTIONS(3129),
[anon_sym_SEMI_SEMI] = ACTIONS(3133),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3133),
[anon_sym_AMP] = ACTIONS(3133),
},
[966] = {
[sym__simple_heredoc_body] = ACTIONS(3135),
[sym__heredoc_body_beginning] = ACTIONS(3135),
[sym_file_descriptor] = ACTIONS(3135),
[ts_builtin_sym_end] = ACTIONS(3135),
[anon_sym_SEMI] = ACTIONS(3137),
[anon_sym_esac] = ACTIONS(3135),
[anon_sym_PIPE] = ACTIONS(3137),
[anon_sym_RPAREN] = ACTIONS(3135),
[anon_sym_SEMI_SEMI] = ACTIONS(3135),
[anon_sym_PIPE_AMP] = ACTIONS(3135),
[anon_sym_AMP_AMP] = ACTIONS(3135),
[anon_sym_PIPE_PIPE] = ACTIONS(3135),
[anon_sym_LT] = ACTIONS(3137),
[anon_sym_GT] = ACTIONS(3137),
[anon_sym_GT_GT] = ACTIONS(3135),
[anon_sym_AMP_GT] = ACTIONS(3137),
[anon_sym_AMP_GT_GT] = ACTIONS(3135),
[anon_sym_LT_AMP] = ACTIONS(3135),
[anon_sym_GT_AMP] = ACTIONS(3135),
[anon_sym_LT_LT] = ACTIONS(3137),
[anon_sym_LT_LT_DASH] = ACTIONS(3135),
[anon_sym_LT_LT_LT] = ACTIONS(3135),
[anon_sym_BQUOTE] = ACTIONS(3135),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3135),
[anon_sym_AMP] = ACTIONS(3137),
},
[967] = {
[sym__heredoc_body_middle] = ACTIONS(817),
[sym__heredoc_body_end] = ACTIONS(817),
[anon_sym_DOLLAR] = ACTIONS(819),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(817),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(817),
[anon_sym_BQUOTE] = ACTIONS(817),
[sym_comment] = ACTIONS(57),
},
[968] = {
[sym__heredoc_body_middle] = ACTIONS(825),
[sym__heredoc_body_end] = ACTIONS(825),
[anon_sym_DOLLAR] = ACTIONS(827),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(825),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(825),
[anon_sym_BQUOTE] = ACTIONS(825),
[sym_comment] = ACTIONS(57),
},
[969] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(3139),
[sym_comment] = ACTIONS(57),
},
[970] = {
[sym_subscript] = STATE(1430),
[sym_variable_name] = ACTIONS(3141),
[anon_sym_DASH] = ACTIONS(3143),
[anon_sym_DOLLAR] = ACTIONS(3143),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3145),
[anon_sym_STAR] = ACTIONS(3147),
[anon_sym_AT] = ACTIONS(3147),
[anon_sym_QMARK] = ACTIONS(3147),
[anon_sym_0] = ACTIONS(3145),
[anon_sym__] = ACTIONS(3145),
},
[971] = {
[sym_concatenation] = STATE(1433),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1433),
[anon_sym_RBRACE] = ACTIONS(3149),
[anon_sym_EQ] = ACTIONS(3151),
[anon_sym_DASH] = ACTIONS(3151),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3153),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(3155),
[anon_sym_COLON] = ACTIONS(3151),
[anon_sym_COLON_QMARK] = ACTIONS(3151),
[anon_sym_COLON_DASH] = ACTIONS(3151),
[anon_sym_PERCENT] = ACTIONS(3151),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[972] = {
[sym_concatenation] = STATE(1436),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1436),
[anon_sym_RBRACE] = ACTIONS(3157),
[anon_sym_EQ] = ACTIONS(3159),
[anon_sym_DASH] = ACTIONS(3159),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3161),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(3163),
[anon_sym_COLON] = ACTIONS(3159),
[anon_sym_COLON_QMARK] = ACTIONS(3159),
[anon_sym_COLON_DASH] = ACTIONS(3159),
[anon_sym_PERCENT] = ACTIONS(3159),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[973] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1439),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(3165),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(3167),
[anon_sym_SEMI_SEMI] = ACTIONS(3169),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3169),
[anon_sym_AMP] = ACTIONS(3165),
},
[974] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1439),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(3165),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(3167),
[anon_sym_SEMI_SEMI] = ACTIONS(3169),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(3169),
[anon_sym_AMP] = ACTIONS(3165),
},
[975] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(1440),
[sym_for_statement] = STATE(1440),
[sym_c_style_for_statement] = STATE(1440),
[sym_while_statement] = STATE(1440),
[sym_if_statement] = STATE(1440),
[sym_case_statement] = STATE(1440),
[sym_function_definition] = STATE(1440),
[sym_compound_statement] = STATE(1440),
[sym_subshell] = STATE(1440),
[sym_pipeline] = STATE(1440),
[sym_list] = STATE(1440),
[sym_negated_command] = STATE(1440),
[sym_test_command] = STATE(1440),
[sym_declaration_command] = STATE(1440),
[sym_unset_command] = STATE(1440),
[sym_command] = STATE(1440),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(1441),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[976] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1443),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(3171),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(3173),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(3167),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3173),
[anon_sym_AMP] = ACTIONS(3171),
},
[977] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1443),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(3171),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(3173),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(3167),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(3173),
[anon_sym_AMP] = ACTIONS(3171),
},
[978] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(1444),
[sym_for_statement] = STATE(1444),
[sym_c_style_for_statement] = STATE(1444),
[sym_while_statement] = STATE(1444),
[sym_if_statement] = STATE(1444),
[sym_case_statement] = STATE(1444),
[sym_function_definition] = STATE(1444),
[sym_compound_statement] = STATE(1444),
[sym_subshell] = STATE(1444),
[sym_pipeline] = STATE(1444),
[sym_list] = STATE(1444),
[sym_negated_command] = STATE(1444),
[sym_test_command] = STATE(1444),
[sym_declaration_command] = STATE(1444),
[sym_unset_command] = STATE(1444),
[sym_command] = STATE(1444),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(1445),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[979] = {
[ts_builtin_sym_end] = ACTIONS(3175),
[anon_sym_SEMI] = ACTIONS(3177),
[anon_sym_RPAREN] = ACTIONS(3175),
[anon_sym_SEMI_SEMI] = ACTIONS(3175),
[anon_sym_BQUOTE] = ACTIONS(3175),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3175),
[anon_sym_AMP] = ACTIONS(3175),
},
[980] = {
[sym_simple_expansion] = STATE(980),
[sym_expansion] = STATE(980),
[sym_command_substitution] = STATE(980),
[aux_sym_heredoc_body_repeat1] = STATE(980),
[sym__heredoc_body_middle] = ACTIONS(3179),
[sym__heredoc_body_end] = ACTIONS(3182),
[anon_sym_DOLLAR] = ACTIONS(3184),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3187),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3190),
[anon_sym_BQUOTE] = ACTIONS(3193),
[sym_comment] = ACTIONS(57),
},
[981] = {
[aux_sym_concatenation_repeat1] = STATE(984),
[sym__simple_heredoc_body] = ACTIONS(1071),
[sym__heredoc_body_beginning] = ACTIONS(1071),
[sym_file_descriptor] = ACTIONS(1071),
[sym__concat] = ACTIONS(249),
[ts_builtin_sym_end] = ACTIONS(1071),
[anon_sym_SEMI] = ACTIONS(1073),
[anon_sym_PIPE] = ACTIONS(1073),
[anon_sym_SEMI_SEMI] = ACTIONS(1071),
[anon_sym_PIPE_AMP] = ACTIONS(1071),
[anon_sym_AMP_AMP] = ACTIONS(1071),
[anon_sym_PIPE_PIPE] = ACTIONS(1071),
[anon_sym_LT] = ACTIONS(1073),
[anon_sym_GT] = ACTIONS(1073),
[anon_sym_GT_GT] = ACTIONS(1071),
[anon_sym_AMP_GT] = ACTIONS(1073),
[anon_sym_AMP_GT_GT] = ACTIONS(1071),
[anon_sym_LT_AMP] = ACTIONS(1071),
[anon_sym_GT_AMP] = ACTIONS(1071),
[anon_sym_LT_LT] = ACTIONS(1073),
[anon_sym_LT_LT_DASH] = ACTIONS(1071),
[anon_sym_LT_LT_LT] = ACTIONS(1071),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1071),
[anon_sym_AMP] = ACTIONS(1073),
},
[982] = {
[aux_sym_concatenation_repeat1] = STATE(984),
[sym__simple_heredoc_body] = ACTIONS(1075),
[sym__heredoc_body_beginning] = ACTIONS(1075),
[sym_file_descriptor] = ACTIONS(1075),
[sym__concat] = ACTIONS(249),
[ts_builtin_sym_end] = ACTIONS(1075),
[anon_sym_SEMI] = ACTIONS(1077),
[anon_sym_PIPE] = ACTIONS(1077),
[anon_sym_SEMI_SEMI] = ACTIONS(1075),
[anon_sym_PIPE_AMP] = ACTIONS(1075),
[anon_sym_AMP_AMP] = ACTIONS(1075),
[anon_sym_PIPE_PIPE] = ACTIONS(1075),
[anon_sym_LT] = ACTIONS(1077),
[anon_sym_GT] = ACTIONS(1077),
[anon_sym_GT_GT] = ACTIONS(1075),
[anon_sym_AMP_GT] = ACTIONS(1077),
[anon_sym_AMP_GT_GT] = ACTIONS(1075),
[anon_sym_LT_AMP] = ACTIONS(1075),
[anon_sym_GT_AMP] = ACTIONS(1075),
[anon_sym_LT_LT] = ACTIONS(1077),
[anon_sym_LT_LT_DASH] = ACTIONS(1075),
[anon_sym_LT_LT_LT] = ACTIONS(1075),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1075),
[anon_sym_AMP] = ACTIONS(1077),
},
[983] = {
[sym__simple_heredoc_body] = ACTIONS(1075),
[sym__heredoc_body_beginning] = ACTIONS(1075),
[sym_file_descriptor] = ACTIONS(1075),
[ts_builtin_sym_end] = ACTIONS(1075),
[anon_sym_SEMI] = ACTIONS(1077),
[anon_sym_esac] = ACTIONS(1075),
[anon_sym_PIPE] = ACTIONS(1077),
[anon_sym_RPAREN] = ACTIONS(1075),
[anon_sym_SEMI_SEMI] = ACTIONS(1075),
[anon_sym_PIPE_AMP] = ACTIONS(1075),
[anon_sym_AMP_AMP] = ACTIONS(1075),
[anon_sym_PIPE_PIPE] = ACTIONS(1075),
[anon_sym_LT] = ACTIONS(1077),
[anon_sym_GT] = ACTIONS(1077),
[anon_sym_GT_GT] = ACTIONS(1075),
[anon_sym_AMP_GT] = ACTIONS(1077),
[anon_sym_AMP_GT_GT] = ACTIONS(1075),
[anon_sym_LT_AMP] = ACTIONS(1075),
[anon_sym_GT_AMP] = ACTIONS(1075),
[anon_sym_LT_LT] = ACTIONS(1077),
[anon_sym_LT_LT_DASH] = ACTIONS(1075),
[anon_sym_LT_LT_LT] = ACTIONS(1075),
[anon_sym_BQUOTE] = ACTIONS(1075),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1075),
[anon_sym_AMP] = ACTIONS(1077),
},
[984] = {
[aux_sym_concatenation_repeat1] = STATE(1446),
[sym__simple_heredoc_body] = ACTIONS(779),
[sym__heredoc_body_beginning] = ACTIONS(779),
[sym_file_descriptor] = ACTIONS(779),
[sym__concat] = ACTIONS(249),
[ts_builtin_sym_end] = ACTIONS(779),
[anon_sym_SEMI] = ACTIONS(781),
[anon_sym_PIPE] = ACTIONS(781),
[anon_sym_SEMI_SEMI] = ACTIONS(779),
[anon_sym_PIPE_AMP] = ACTIONS(779),
[anon_sym_AMP_AMP] = ACTIONS(779),
[anon_sym_PIPE_PIPE] = ACTIONS(779),
[anon_sym_LT] = ACTIONS(781),
[anon_sym_GT] = ACTIONS(781),
[anon_sym_GT_GT] = ACTIONS(779),
[anon_sym_AMP_GT] = ACTIONS(781),
[anon_sym_AMP_GT_GT] = ACTIONS(779),
[anon_sym_LT_AMP] = ACTIONS(779),
[anon_sym_GT_AMP] = ACTIONS(779),
[anon_sym_LT_LT] = ACTIONS(781),
[anon_sym_LT_LT_DASH] = ACTIONS(779),
[anon_sym_LT_LT_LT] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(779),
[anon_sym_AMP] = ACTIONS(781),
},
[985] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[ts_builtin_sym_end] = ACTIONS(3196),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[986] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_done] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_fi] = ACTIONS(935),
[anon_sym_elif] = ACTIONS(935),
[anon_sym_else] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_SEMI_SEMI] = ACTIONS(931),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[987] = {
[anon_sym_SEMI] = ACTIONS(3198),
[anon_sym_SEMI_SEMI] = ACTIONS(3200),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3200),
[anon_sym_AMP] = ACTIONS(3200),
},
[988] = {
[sym__concat] = ACTIONS(3202),
[anon_sym_EQ] = ACTIONS(3204),
[anon_sym_PLUS_EQ] = ACTIONS(3204),
[sym_comment] = ACTIONS(57),
},
[989] = {
[anon_sym_EQ] = ACTIONS(3204),
[anon_sym_PLUS_EQ] = ACTIONS(3204),
[sym_comment] = ACTIONS(57),
},
[990] = {
[aux_sym_concatenation_repeat1] = STATE(990),
[sym__concat] = ACTIONS(2618),
[anon_sym_RBRACK] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
},
[991] = {
[sym__concat] = ACTIONS(3206),
[anon_sym_EQ] = ACTIONS(3208),
[anon_sym_PLUS_EQ] = ACTIONS(3208),
[sym_comment] = ACTIONS(57),
},
[992] = {
[anon_sym_EQ] = ACTIONS(3208),
[anon_sym_PLUS_EQ] = ACTIONS(3208),
[sym_comment] = ACTIONS(57),
},
[993] = {
[sym_string] = STATE(1450),
[sym_simple_expansion] = STATE(1450),
[sym_string_expansion] = STATE(1450),
[sym_expansion] = STATE(1450),
[sym_command_substitution] = STATE(1450),
[sym_process_substitution] = STATE(1450),
[sym__special_characters] = ACTIONS(3210),
[anon_sym_DQUOTE] = ACTIONS(1097),
[anon_sym_DOLLAR] = ACTIONS(1099),
[sym_raw_string] = ACTIONS(3210),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1103),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1105),
[anon_sym_BQUOTE] = ACTIONS(1107),
[anon_sym_LT_LPAREN] = ACTIONS(1109),
[anon_sym_GT_LPAREN] = ACTIONS(1109),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3210),
},
[994] = {
[aux_sym_concatenation_repeat1] = STATE(1451),
[sym__concat] = ACTIONS(2084),
[anon_sym_RPAREN] = ACTIONS(779),
[sym__special_characters] = ACTIONS(779),
[anon_sym_DQUOTE] = ACTIONS(779),
[anon_sym_DOLLAR] = ACTIONS(781),
[sym_raw_string] = ACTIONS(779),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(779),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(779),
[anon_sym_BQUOTE] = ACTIONS(779),
[anon_sym_LT_LPAREN] = ACTIONS(779),
[anon_sym_GT_LPAREN] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(779),
},
[995] = {
[sym__concat] = ACTIONS(783),
[anon_sym_RPAREN] = ACTIONS(783),
[sym__special_characters] = ACTIONS(783),
[anon_sym_DQUOTE] = ACTIONS(783),
[anon_sym_DOLLAR] = ACTIONS(785),
[sym_raw_string] = ACTIONS(783),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(783),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(783),
[anon_sym_BQUOTE] = ACTIONS(783),
[anon_sym_LT_LPAREN] = ACTIONS(783),
[anon_sym_GT_LPAREN] = ACTIONS(783),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(783),
},
[996] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(3212),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[997] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(455),
[anon_sym_DQUOTE] = ACTIONS(3212),
[anon_sym_DOLLAR] = ACTIONS(3214),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[998] = {
[sym__concat] = ACTIONS(817),
[anon_sym_RPAREN] = ACTIONS(817),
[sym__special_characters] = ACTIONS(817),
[anon_sym_DQUOTE] = ACTIONS(817),
[anon_sym_DOLLAR] = ACTIONS(819),
[sym_raw_string] = ACTIONS(817),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(817),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(817),
[anon_sym_BQUOTE] = ACTIONS(817),
[anon_sym_LT_LPAREN] = ACTIONS(817),
[anon_sym_GT_LPAREN] = ACTIONS(817),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(817),
},
[999] = {
[sym__concat] = ACTIONS(821),
[anon_sym_RPAREN] = ACTIONS(821),
[sym__special_characters] = ACTIONS(821),
[anon_sym_DQUOTE] = ACTIONS(821),
[anon_sym_DOLLAR] = ACTIONS(823),
[sym_raw_string] = ACTIONS(821),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(821),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(821),
[anon_sym_BQUOTE] = ACTIONS(821),
[anon_sym_LT_LPAREN] = ACTIONS(821),
[anon_sym_GT_LPAREN] = ACTIONS(821),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(821),
},
[1000] = {
[sym__concat] = ACTIONS(825),
[anon_sym_RPAREN] = ACTIONS(825),
[sym__special_characters] = ACTIONS(825),
[anon_sym_DQUOTE] = ACTIONS(825),
[anon_sym_DOLLAR] = ACTIONS(827),
[sym_raw_string] = ACTIONS(825),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(825),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(825),
[anon_sym_BQUOTE] = ACTIONS(825),
[anon_sym_LT_LPAREN] = ACTIONS(825),
[anon_sym_GT_LPAREN] = ACTIONS(825),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(825),
},
[1001] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(3216),
[sym_comment] = ACTIONS(57),
},
[1002] = {
[sym_subscript] = STATE(1457),
[sym_variable_name] = ACTIONS(3218),
[anon_sym_DASH] = ACTIONS(3220),
[anon_sym_DOLLAR] = ACTIONS(3220),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3222),
[anon_sym_STAR] = ACTIONS(3224),
[anon_sym_AT] = ACTIONS(3224),
[anon_sym_QMARK] = ACTIONS(3224),
[anon_sym_0] = ACTIONS(3222),
[anon_sym__] = ACTIONS(3222),
},
[1003] = {
[sym_concatenation] = STATE(1460),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1460),
[anon_sym_RBRACE] = ACTIONS(3226),
[anon_sym_EQ] = ACTIONS(3228),
[anon_sym_DASH] = ACTIONS(3228),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3230),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(3232),
[anon_sym_COLON] = ACTIONS(3228),
[anon_sym_COLON_QMARK] = ACTIONS(3228),
[anon_sym_COLON_DASH] = ACTIONS(3228),
[anon_sym_PERCENT] = ACTIONS(3228),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1004] = {
[sym_concatenation] = STATE(1463),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1463),
[anon_sym_RBRACE] = ACTIONS(3234),
[anon_sym_EQ] = ACTIONS(3236),
[anon_sym_DASH] = ACTIONS(3236),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3238),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(3240),
[anon_sym_COLON] = ACTIONS(3236),
[anon_sym_COLON_QMARK] = ACTIONS(3236),
[anon_sym_COLON_DASH] = ACTIONS(3236),
[anon_sym_PERCENT] = ACTIONS(3236),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1005] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1466),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(3242),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(3244),
[anon_sym_SEMI_SEMI] = ACTIONS(3246),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3246),
[anon_sym_AMP] = ACTIONS(3242),
},
[1006] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1466),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(3242),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(3244),
[anon_sym_SEMI_SEMI] = ACTIONS(3246),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(3246),
[anon_sym_AMP] = ACTIONS(3242),
},
[1007] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(1467),
[sym_for_statement] = STATE(1467),
[sym_c_style_for_statement] = STATE(1467),
[sym_while_statement] = STATE(1467),
[sym_if_statement] = STATE(1467),
[sym_case_statement] = STATE(1467),
[sym_function_definition] = STATE(1467),
[sym_compound_statement] = STATE(1467),
[sym_subshell] = STATE(1467),
[sym_pipeline] = STATE(1467),
[sym_list] = STATE(1467),
[sym_negated_command] = STATE(1467),
[sym_test_command] = STATE(1467),
[sym_declaration_command] = STATE(1467),
[sym_unset_command] = STATE(1467),
[sym_command] = STATE(1467),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(1468),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[1008] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1470),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(3248),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(3250),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(3244),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3250),
[anon_sym_AMP] = ACTIONS(3248),
},
[1009] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1470),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(3248),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(3250),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(3244),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(3250),
[anon_sym_AMP] = ACTIONS(3248),
},
[1010] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(1471),
[sym_for_statement] = STATE(1471),
[sym_c_style_for_statement] = STATE(1471),
[sym_while_statement] = STATE(1471),
[sym_if_statement] = STATE(1471),
[sym_case_statement] = STATE(1471),
[sym_function_definition] = STATE(1471),
[sym_compound_statement] = STATE(1471),
[sym_subshell] = STATE(1471),
[sym_pipeline] = STATE(1471),
[sym_list] = STATE(1471),
[sym_negated_command] = STATE(1471),
[sym_test_command] = STATE(1471),
[sym_declaration_command] = STATE(1471),
[sym_unset_command] = STATE(1471),
[sym_command] = STATE(1471),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(1472),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[1011] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1475),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(3252),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(3254),
[anon_sym_SEMI_SEMI] = ACTIONS(3256),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3256),
[anon_sym_AMP] = ACTIONS(3252),
},
[1012] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1475),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(3252),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(3254),
[anon_sym_SEMI_SEMI] = ACTIONS(3256),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(3256),
[anon_sym_AMP] = ACTIONS(3252),
},
[1013] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(1476),
[sym_for_statement] = STATE(1476),
[sym_c_style_for_statement] = STATE(1476),
[sym_while_statement] = STATE(1476),
[sym_if_statement] = STATE(1476),
[sym_case_statement] = STATE(1476),
[sym_function_definition] = STATE(1476),
[sym_compound_statement] = STATE(1476),
[sym_subshell] = STATE(1476),
[sym_pipeline] = STATE(1476),
[sym_list] = STATE(1476),
[sym_negated_command] = STATE(1476),
[sym_test_command] = STATE(1476),
[sym_declaration_command] = STATE(1476),
[sym_unset_command] = STATE(1476),
[sym_command] = STATE(1476),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(1477),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[1014] = {
[sym__simple_heredoc_body] = ACTIONS(3258),
[sym__heredoc_body_beginning] = ACTIONS(3258),
[sym_file_descriptor] = ACTIONS(3258),
[sym_variable_name] = ACTIONS(3258),
[ts_builtin_sym_end] = ACTIONS(3258),
[anon_sym_SEMI] = ACTIONS(3260),
[anon_sym_PIPE] = ACTIONS(3260),
[anon_sym_RPAREN] = ACTIONS(3258),
[anon_sym_SEMI_SEMI] = ACTIONS(3258),
[anon_sym_PIPE_AMP] = ACTIONS(3258),
[anon_sym_AMP_AMP] = ACTIONS(3258),
[anon_sym_PIPE_PIPE] = ACTIONS(3258),
[anon_sym_LT] = ACTIONS(3260),
[anon_sym_GT] = ACTIONS(3260),
[anon_sym_GT_GT] = ACTIONS(3258),
[anon_sym_AMP_GT] = ACTIONS(3260),
[anon_sym_AMP_GT_GT] = ACTIONS(3258),
[anon_sym_LT_AMP] = ACTIONS(3258),
[anon_sym_GT_AMP] = ACTIONS(3258),
[anon_sym_LT_LT] = ACTIONS(3260),
[anon_sym_LT_LT_DASH] = ACTIONS(3258),
[anon_sym_LT_LT_LT] = ACTIONS(3258),
[sym__special_characters] = ACTIONS(3258),
[anon_sym_DQUOTE] = ACTIONS(3258),
[anon_sym_DOLLAR] = ACTIONS(3260),
[sym_raw_string] = ACTIONS(3258),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3258),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3258),
[anon_sym_BQUOTE] = ACTIONS(3258),
[anon_sym_LT_LPAREN] = ACTIONS(3258),
[anon_sym_GT_LPAREN] = ACTIONS(3258),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3260),
[anon_sym_LF] = ACTIONS(3258),
[anon_sym_AMP] = ACTIONS(3260),
},
[1015] = {
[sym_concatenation] = STATE(1015),
[sym_string] = STATE(539),
[sym_simple_expansion] = STATE(539),
[sym_string_expansion] = STATE(539),
[sym_expansion] = STATE(539),
[sym_command_substitution] = STATE(539),
[sym_process_substitution] = STATE(539),
[aux_sym_for_statement_repeat1] = STATE(1015),
[anon_sym_RPAREN] = ACTIONS(3262),
[sym__special_characters] = ACTIONS(3264),
[anon_sym_DQUOTE] = ACTIONS(3267),
[anon_sym_DOLLAR] = ACTIONS(3270),
[sym_raw_string] = ACTIONS(3273),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3276),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3279),
[anon_sym_BQUOTE] = ACTIONS(3282),
[anon_sym_LT_LPAREN] = ACTIONS(3285),
[anon_sym_GT_LPAREN] = ACTIONS(3285),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3273),
},
[1016] = {
[sym__simple_heredoc_body] = ACTIONS(1730),
[sym__heredoc_body_beginning] = ACTIONS(1730),
[sym_file_descriptor] = ACTIONS(1730),
[sym__concat] = ACTIONS(1730),
[sym_variable_name] = ACTIONS(1730),
[ts_builtin_sym_end] = ACTIONS(1730),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_PIPE] = ACTIONS(1732),
[anon_sym_RPAREN] = ACTIONS(1730),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[anon_sym_PIPE_AMP] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_GT_GT] = ACTIONS(1730),
[anon_sym_AMP_GT] = ACTIONS(1732),
[anon_sym_AMP_GT_GT] = ACTIONS(1730),
[anon_sym_LT_AMP] = ACTIONS(1730),
[anon_sym_GT_AMP] = ACTIONS(1730),
[anon_sym_LT_LT] = ACTIONS(1732),
[anon_sym_LT_LT_DASH] = ACTIONS(1730),
[anon_sym_LT_LT_LT] = ACTIONS(1730),
[sym__special_characters] = ACTIONS(1730),
[anon_sym_DQUOTE] = ACTIONS(1730),
[anon_sym_DOLLAR] = ACTIONS(1732),
[sym_raw_string] = ACTIONS(1730),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1730),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[anon_sym_LT_LPAREN] = ACTIONS(1730),
[anon_sym_GT_LPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1732),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1732),
},
[1017] = {
[aux_sym_concatenation_repeat1] = STATE(1017),
[sym__simple_heredoc_body] = ACTIONS(1730),
[sym__heredoc_body_beginning] = ACTIONS(1730),
[sym_file_descriptor] = ACTIONS(1730),
[sym__concat] = ACTIONS(3288),
[sym_variable_name] = ACTIONS(1730),
[ts_builtin_sym_end] = ACTIONS(1730),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_PIPE] = ACTIONS(1732),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[anon_sym_PIPE_AMP] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_GT_GT] = ACTIONS(1730),
[anon_sym_AMP_GT] = ACTIONS(1732),
[anon_sym_AMP_GT_GT] = ACTIONS(1730),
[anon_sym_LT_AMP] = ACTIONS(1730),
[anon_sym_GT_AMP] = ACTIONS(1730),
[anon_sym_LT_LT] = ACTIONS(1732),
[anon_sym_LT_LT_DASH] = ACTIONS(1730),
[anon_sym_LT_LT_LT] = ACTIONS(1730),
[sym__special_characters] = ACTIONS(1730),
[anon_sym_DQUOTE] = ACTIONS(1730),
[anon_sym_DOLLAR] = ACTIONS(1732),
[sym_raw_string] = ACTIONS(1730),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1730),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[anon_sym_LT_LPAREN] = ACTIONS(1730),
[anon_sym_GT_LPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1732),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1732),
},
[1018] = {
[sym__simple_heredoc_body] = ACTIONS(1737),
[sym__heredoc_body_beginning] = ACTIONS(1737),
[sym_file_descriptor] = ACTIONS(1737),
[sym__concat] = ACTIONS(1737),
[sym_variable_name] = ACTIONS(1737),
[ts_builtin_sym_end] = ACTIONS(1737),
[anon_sym_SEMI] = ACTIONS(1739),
[anon_sym_PIPE] = ACTIONS(1739),
[anon_sym_RPAREN] = ACTIONS(1737),
[anon_sym_SEMI_SEMI] = ACTIONS(1737),
[anon_sym_PIPE_AMP] = ACTIONS(1737),
[anon_sym_AMP_AMP] = ACTIONS(1737),
[anon_sym_PIPE_PIPE] = ACTIONS(1737),
[anon_sym_LT] = ACTIONS(1739),
[anon_sym_GT] = ACTIONS(1739),
[anon_sym_GT_GT] = ACTIONS(1737),
[anon_sym_AMP_GT] = ACTIONS(1739),
[anon_sym_AMP_GT_GT] = ACTIONS(1737),
[anon_sym_LT_AMP] = ACTIONS(1737),
[anon_sym_GT_AMP] = ACTIONS(1737),
[anon_sym_LT_LT] = ACTIONS(1739),
[anon_sym_LT_LT_DASH] = ACTIONS(1737),
[anon_sym_LT_LT_LT] = ACTIONS(1737),
[sym__special_characters] = ACTIONS(1737),
[anon_sym_DQUOTE] = ACTIONS(1737),
[anon_sym_DOLLAR] = ACTIONS(1739),
[sym_raw_string] = ACTIONS(1737),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1737),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1737),
[anon_sym_BQUOTE] = ACTIONS(1737),
[anon_sym_LT_LPAREN] = ACTIONS(1737),
[anon_sym_GT_LPAREN] = ACTIONS(1737),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1739),
[anon_sym_LF] = ACTIONS(1737),
[anon_sym_AMP] = ACTIONS(1739),
},
[1019] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(3291),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[1020] = {
[sym_concatenation] = STATE(1482),
[sym_string] = STATE(1481),
[sym_simple_expansion] = STATE(1481),
[sym_string_expansion] = STATE(1481),
[sym_expansion] = STATE(1481),
[sym_command_substitution] = STATE(1481),
[sym_process_substitution] = STATE(1481),
[anon_sym_RBRACE] = ACTIONS(3293),
[sym__special_characters] = ACTIONS(3295),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(3297),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3297),
},
[1021] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(3299),
[sym_comment] = ACTIONS(57),
},
[1022] = {
[sym_concatenation] = STATE(1486),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1486),
[anon_sym_RBRACE] = ACTIONS(3301),
[anon_sym_EQ] = ACTIONS(3303),
[anon_sym_DASH] = ACTIONS(3303),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3305),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(3307),
[anon_sym_COLON] = ACTIONS(3303),
[anon_sym_COLON_QMARK] = ACTIONS(3303),
[anon_sym_COLON_DASH] = ACTIONS(3303),
[anon_sym_PERCENT] = ACTIONS(3303),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1023] = {
[sym_concatenation] = STATE(1488),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1488),
[anon_sym_RBRACE] = ACTIONS(3293),
[anon_sym_EQ] = ACTIONS(3309),
[anon_sym_DASH] = ACTIONS(3309),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3311),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(3313),
[anon_sym_COLON] = ACTIONS(3309),
[anon_sym_COLON_QMARK] = ACTIONS(3309),
[anon_sym_COLON_DASH] = ACTIONS(3309),
[anon_sym_PERCENT] = ACTIONS(3309),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1024] = {
[sym__simple_heredoc_body] = ACTIONS(1838),
[sym__heredoc_body_beginning] = ACTIONS(1838),
[sym_file_descriptor] = ACTIONS(1838),
[sym__concat] = ACTIONS(1838),
[sym_variable_name] = ACTIONS(1838),
[ts_builtin_sym_end] = ACTIONS(1838),
[anon_sym_SEMI] = ACTIONS(1840),
[anon_sym_PIPE] = ACTIONS(1840),
[anon_sym_RPAREN] = ACTIONS(1838),
[anon_sym_SEMI_SEMI] = ACTIONS(1838),
[anon_sym_PIPE_AMP] = ACTIONS(1838),
[anon_sym_AMP_AMP] = ACTIONS(1838),
[anon_sym_PIPE_PIPE] = ACTIONS(1838),
[anon_sym_LT] = ACTIONS(1840),
[anon_sym_GT] = ACTIONS(1840),
[anon_sym_GT_GT] = ACTIONS(1838),
[anon_sym_AMP_GT] = ACTIONS(1840),
[anon_sym_AMP_GT_GT] = ACTIONS(1838),
[anon_sym_LT_AMP] = ACTIONS(1838),
[anon_sym_GT_AMP] = ACTIONS(1838),
[anon_sym_LT_LT] = ACTIONS(1840),
[anon_sym_LT_LT_DASH] = ACTIONS(1838),
[anon_sym_LT_LT_LT] = ACTIONS(1838),
[sym__special_characters] = ACTIONS(1838),
[anon_sym_DQUOTE] = ACTIONS(1838),
[anon_sym_DOLLAR] = ACTIONS(1840),
[sym_raw_string] = ACTIONS(1838),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1838),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1838),
[anon_sym_BQUOTE] = ACTIONS(1838),
[anon_sym_LT_LPAREN] = ACTIONS(1838),
[anon_sym_GT_LPAREN] = ACTIONS(1838),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1840),
[anon_sym_LF] = ACTIONS(1838),
[anon_sym_AMP] = ACTIONS(1840),
},
[1025] = {
[sym_concatenation] = STATE(1491),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1491),
[sym_regex] = ACTIONS(3315),
[anon_sym_RBRACE] = ACTIONS(3317),
[anon_sym_EQ] = ACTIONS(3319),
[anon_sym_DASH] = ACTIONS(3319),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3321),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3319),
[anon_sym_COLON_QMARK] = ACTIONS(3319),
[anon_sym_COLON_DASH] = ACTIONS(3319),
[anon_sym_PERCENT] = ACTIONS(3319),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1026] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(3317),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1027] = {
[sym__simple_heredoc_body] = ACTIONS(1886),
[sym__heredoc_body_beginning] = ACTIONS(1886),
[sym_file_descriptor] = ACTIONS(1886),
[sym__concat] = ACTIONS(1886),
[sym_variable_name] = ACTIONS(1886),
[ts_builtin_sym_end] = ACTIONS(1886),
[anon_sym_SEMI] = ACTIONS(1888),
[anon_sym_PIPE] = ACTIONS(1888),
[anon_sym_RPAREN] = ACTIONS(1886),
[anon_sym_SEMI_SEMI] = ACTIONS(1886),
[anon_sym_PIPE_AMP] = ACTIONS(1886),
[anon_sym_AMP_AMP] = ACTIONS(1886),
[anon_sym_PIPE_PIPE] = ACTIONS(1886),
[anon_sym_LT] = ACTIONS(1888),
[anon_sym_GT] = ACTIONS(1888),
[anon_sym_GT_GT] = ACTIONS(1886),
[anon_sym_AMP_GT] = ACTIONS(1888),
[anon_sym_AMP_GT_GT] = ACTIONS(1886),
[anon_sym_LT_AMP] = ACTIONS(1886),
[anon_sym_GT_AMP] = ACTIONS(1886),
[anon_sym_LT_LT] = ACTIONS(1888),
[anon_sym_LT_LT_DASH] = ACTIONS(1886),
[anon_sym_LT_LT_LT] = ACTIONS(1886),
[sym__special_characters] = ACTIONS(1886),
[anon_sym_DQUOTE] = ACTIONS(1886),
[anon_sym_DOLLAR] = ACTIONS(1888),
[sym_raw_string] = ACTIONS(1886),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1886),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1886),
[anon_sym_BQUOTE] = ACTIONS(1886),
[anon_sym_LT_LPAREN] = ACTIONS(1886),
[anon_sym_GT_LPAREN] = ACTIONS(1886),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1888),
[anon_sym_LF] = ACTIONS(1886),
[anon_sym_AMP] = ACTIONS(1888),
},
[1028] = {
[sym_concatenation] = STATE(1488),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1488),
[sym_regex] = ACTIONS(3323),
[anon_sym_RBRACE] = ACTIONS(3293),
[anon_sym_EQ] = ACTIONS(3309),
[anon_sym_DASH] = ACTIONS(3309),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3311),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3309),
[anon_sym_COLON_QMARK] = ACTIONS(3309),
[anon_sym_COLON_DASH] = ACTIONS(3309),
[anon_sym_PERCENT] = ACTIONS(3309),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1029] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(3293),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1030] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(3325),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1031] = {
[sym__simple_heredoc_body] = ACTIONS(1894),
[sym__heredoc_body_beginning] = ACTIONS(1894),
[sym_file_descriptor] = ACTIONS(1894),
[sym__concat] = ACTIONS(1894),
[sym_variable_name] = ACTIONS(1894),
[ts_builtin_sym_end] = ACTIONS(1894),
[anon_sym_SEMI] = ACTIONS(1896),
[anon_sym_PIPE] = ACTIONS(1896),
[anon_sym_RPAREN] = ACTIONS(1894),
[anon_sym_SEMI_SEMI] = ACTIONS(1894),
[anon_sym_PIPE_AMP] = ACTIONS(1894),
[anon_sym_AMP_AMP] = ACTIONS(1894),
[anon_sym_PIPE_PIPE] = ACTIONS(1894),
[anon_sym_LT] = ACTIONS(1896),
[anon_sym_GT] = ACTIONS(1896),
[anon_sym_GT_GT] = ACTIONS(1894),
[anon_sym_AMP_GT] = ACTIONS(1896),
[anon_sym_AMP_GT_GT] = ACTIONS(1894),
[anon_sym_LT_AMP] = ACTIONS(1894),
[anon_sym_GT_AMP] = ACTIONS(1894),
[anon_sym_LT_LT] = ACTIONS(1896),
[anon_sym_LT_LT_DASH] = ACTIONS(1894),
[anon_sym_LT_LT_LT] = ACTIONS(1894),
[sym__special_characters] = ACTIONS(1894),
[anon_sym_DQUOTE] = ACTIONS(1894),
[anon_sym_DOLLAR] = ACTIONS(1896),
[sym_raw_string] = ACTIONS(1894),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1894),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1894),
[anon_sym_BQUOTE] = ACTIONS(1894),
[anon_sym_LT_LPAREN] = ACTIONS(1894),
[anon_sym_GT_LPAREN] = ACTIONS(1894),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1896),
[anon_sym_LF] = ACTIONS(1894),
[anon_sym_AMP] = ACTIONS(1896),
},
[1032] = {
[anon_sym_SEMI] = ACTIONS(3327),
[anon_sym_RPAREN] = ACTIONS(3325),
[anon_sym_SEMI_SEMI] = ACTIONS(3329),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3329),
[anon_sym_AMP] = ACTIONS(3329),
},
[1033] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1496),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(3331),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(3325),
[anon_sym_SEMI_SEMI] = ACTIONS(3333),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3333),
[anon_sym_AMP] = ACTIONS(3331),
},
[1034] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1496),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(3331),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(3325),
[anon_sym_SEMI_SEMI] = ACTIONS(3333),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(3333),
[anon_sym_AMP] = ACTIONS(3331),
},
[1035] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(3325),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1036] = {
[anon_sym_SEMI] = ACTIONS(3335),
[anon_sym_SEMI_SEMI] = ACTIONS(3337),
[anon_sym_BQUOTE] = ACTIONS(3325),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3337),
[anon_sym_AMP] = ACTIONS(3337),
},
[1037] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1499),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(3339),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(3341),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(3325),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3341),
[anon_sym_AMP] = ACTIONS(3339),
},
[1038] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1499),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(3339),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(3341),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(3325),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(3341),
[anon_sym_AMP] = ACTIONS(3339),
},
[1039] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(3343),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1040] = {
[sym__simple_heredoc_body] = ACTIONS(1928),
[sym__heredoc_body_beginning] = ACTIONS(1928),
[sym_file_descriptor] = ACTIONS(1928),
[sym__concat] = ACTIONS(1928),
[sym_variable_name] = ACTIONS(1928),
[ts_builtin_sym_end] = ACTIONS(1928),
[anon_sym_SEMI] = ACTIONS(1930),
[anon_sym_PIPE] = ACTIONS(1930),
[anon_sym_RPAREN] = ACTIONS(1928),
[anon_sym_SEMI_SEMI] = ACTIONS(1928),
[anon_sym_PIPE_AMP] = ACTIONS(1928),
[anon_sym_AMP_AMP] = ACTIONS(1928),
[anon_sym_PIPE_PIPE] = ACTIONS(1928),
[anon_sym_LT] = ACTIONS(1930),
[anon_sym_GT] = ACTIONS(1930),
[anon_sym_GT_GT] = ACTIONS(1928),
[anon_sym_AMP_GT] = ACTIONS(1930),
[anon_sym_AMP_GT_GT] = ACTIONS(1928),
[anon_sym_LT_AMP] = ACTIONS(1928),
[anon_sym_GT_AMP] = ACTIONS(1928),
[anon_sym_LT_LT] = ACTIONS(1930),
[anon_sym_LT_LT_DASH] = ACTIONS(1928),
[anon_sym_LT_LT_LT] = ACTIONS(1928),
[sym__special_characters] = ACTIONS(1928),
[anon_sym_DQUOTE] = ACTIONS(1928),
[anon_sym_DOLLAR] = ACTIONS(1930),
[sym_raw_string] = ACTIONS(1928),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1928),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1928),
[anon_sym_BQUOTE] = ACTIONS(1928),
[anon_sym_LT_LPAREN] = ACTIONS(1928),
[anon_sym_GT_LPAREN] = ACTIONS(1928),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1930),
[anon_sym_LF] = ACTIONS(1928),
[anon_sym_AMP] = ACTIONS(1930),
},
[1041] = {
[anon_sym_SEMI] = ACTIONS(3345),
[anon_sym_RPAREN] = ACTIONS(3343),
[anon_sym_SEMI_SEMI] = ACTIONS(3347),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3347),
[anon_sym_AMP] = ACTIONS(3347),
},
[1042] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1503),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(3349),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(3343),
[anon_sym_SEMI_SEMI] = ACTIONS(3351),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3351),
[anon_sym_AMP] = ACTIONS(3349),
},
[1043] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1503),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(3349),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(3343),
[anon_sym_SEMI_SEMI] = ACTIONS(3351),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(3351),
[anon_sym_AMP] = ACTIONS(3349),
},
[1044] = {
[sym_do_group] = STATE(1505),
[sym_compound_statement] = STATE(1505),
[anon_sym_SEMI] = ACTIONS(3353),
[anon_sym_do] = ACTIONS(493),
[anon_sym_LBRACE] = ACTIONS(25),
[sym_comment] = ACTIONS(57),
},
[1045] = {
[anon_sym_RPAREN_RPAREN] = ACTIONS(3355),
[anon_sym_AMP_AMP] = ACTIONS(465),
[anon_sym_PIPE_PIPE] = ACTIONS(465),
[anon_sym_EQ_TILDE] = ACTIONS(467),
[anon_sym_EQ_EQ] = ACTIONS(467),
[anon_sym_EQ] = ACTIONS(469),
[anon_sym_PLUS_EQ] = ACTIONS(465),
[anon_sym_LT] = ACTIONS(469),
[anon_sym_GT] = ACTIONS(469),
[anon_sym_BANG_EQ] = ACTIONS(465),
[anon_sym_PLUS] = ACTIONS(469),
[anon_sym_DASH] = ACTIONS(469),
[anon_sym_DASH_EQ] = ACTIONS(465),
[anon_sym_LT_EQ] = ACTIONS(465),
[anon_sym_GT_EQ] = ACTIONS(465),
[anon_sym_PLUS_PLUS] = ACTIONS(471),
[anon_sym_DASH_DASH] = ACTIONS(471),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(465),
},
[1046] = {
[sym__expression] = STATE(1507),
[sym_binary_expression] = STATE(1507),
[sym_unary_expression] = STATE(1507),
[sym_postfix_expression] = STATE(1507),
[sym_parenthesized_expression] = STATE(1507),
[sym_concatenation] = STATE(1507),
[sym_string] = STATE(45),
[sym_simple_expansion] = STATE(45),
[sym_string_expansion] = STATE(45),
[sym_expansion] = STATE(45),
[sym_command_substitution] = STATE(45),
[sym_process_substitution] = STATE(45),
[anon_sym_RPAREN_RPAREN] = ACTIONS(3355),
[anon_sym_LPAREN] = ACTIONS(73),
[anon_sym_BANG] = ACTIONS(75),
[sym__special_characters] = ACTIONS(77),
[anon_sym_DQUOTE] = ACTIONS(79),
[anon_sym_DOLLAR] = ACTIONS(81),
[sym_raw_string] = ACTIONS(83),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(85),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(87),
[anon_sym_BQUOTE] = ACTIONS(89),
[anon_sym_LT_LPAREN] = ACTIONS(91),
[anon_sym_GT_LPAREN] = ACTIONS(91),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(93),
[sym_test_operator] = ACTIONS(95),
},
[1047] = {
[anon_sym_SEMI] = ACTIONS(2312),
[anon_sym_SEMI_SEMI] = ACTIONS(2310),
[anon_sym_AMP_AMP] = ACTIONS(2310),
[anon_sym_PIPE_PIPE] = ACTIONS(2310),
[anon_sym_EQ_TILDE] = ACTIONS(2310),
[anon_sym_EQ_EQ] = ACTIONS(2310),
[anon_sym_EQ] = ACTIONS(2312),
[anon_sym_PLUS_EQ] = ACTIONS(2310),
[anon_sym_LT] = ACTIONS(2312),
[anon_sym_GT] = ACTIONS(2312),
[anon_sym_BANG_EQ] = ACTIONS(2310),
[anon_sym_PLUS] = ACTIONS(2312),
[anon_sym_DASH] = ACTIONS(2312),
[anon_sym_DASH_EQ] = ACTIONS(2310),
[anon_sym_LT_EQ] = ACTIONS(2310),
[anon_sym_GT_EQ] = ACTIONS(2310),
[anon_sym_PLUS_PLUS] = ACTIONS(2310),
[anon_sym_DASH_DASH] = ACTIONS(2310),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(2310),
[anon_sym_LF] = ACTIONS(2310),
[anon_sym_AMP] = ACTIONS(2312),
},
[1048] = {
[sym__concat] = ACTIONS(1730),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_EQ_TILDE] = ACTIONS(1730),
[anon_sym_EQ_EQ] = ACTIONS(1730),
[anon_sym_EQ] = ACTIONS(1732),
[anon_sym_PLUS_EQ] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_BANG_EQ] = ACTIONS(1730),
[anon_sym_PLUS] = ACTIONS(1732),
[anon_sym_DASH] = ACTIONS(1732),
[anon_sym_DASH_EQ] = ACTIONS(1730),
[anon_sym_LT_EQ] = ACTIONS(1730),
[anon_sym_GT_EQ] = ACTIONS(1730),
[anon_sym_PLUS_PLUS] = ACTIONS(1730),
[anon_sym_DASH_DASH] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1730),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1732),
},
[1049] = {
[aux_sym_concatenation_repeat1] = STATE(1049),
[sym__concat] = ACTIONS(3357),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_EQ_TILDE] = ACTIONS(1730),
[anon_sym_EQ_EQ] = ACTIONS(1730),
[anon_sym_EQ] = ACTIONS(1732),
[anon_sym_PLUS_EQ] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_BANG_EQ] = ACTIONS(1730),
[anon_sym_PLUS] = ACTIONS(1732),
[anon_sym_DASH] = ACTIONS(1732),
[anon_sym_DASH_EQ] = ACTIONS(1730),
[anon_sym_LT_EQ] = ACTIONS(1730),
[anon_sym_GT_EQ] = ACTIONS(1730),
[anon_sym_PLUS_PLUS] = ACTIONS(1730),
[anon_sym_DASH_DASH] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1730),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1732),
},
[1050] = {
[sym__concat] = ACTIONS(1737),
[anon_sym_SEMI] = ACTIONS(1739),
[anon_sym_SEMI_SEMI] = ACTIONS(1737),
[anon_sym_AMP_AMP] = ACTIONS(1737),
[anon_sym_PIPE_PIPE] = ACTIONS(1737),
[anon_sym_EQ_TILDE] = ACTIONS(1737),
[anon_sym_EQ_EQ] = ACTIONS(1737),
[anon_sym_EQ] = ACTIONS(1739),
[anon_sym_PLUS_EQ] = ACTIONS(1737),
[anon_sym_LT] = ACTIONS(1739),
[anon_sym_GT] = ACTIONS(1739),
[anon_sym_BANG_EQ] = ACTIONS(1737),
[anon_sym_PLUS] = ACTIONS(1739),
[anon_sym_DASH] = ACTIONS(1739),
[anon_sym_DASH_EQ] = ACTIONS(1737),
[anon_sym_LT_EQ] = ACTIONS(1737),
[anon_sym_GT_EQ] = ACTIONS(1737),
[anon_sym_PLUS_PLUS] = ACTIONS(1737),
[anon_sym_DASH_DASH] = ACTIONS(1737),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1737),
[anon_sym_LF] = ACTIONS(1737),
[anon_sym_AMP] = ACTIONS(1739),
},
[1051] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(3360),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[1052] = {
[sym_concatenation] = STATE(1512),
[sym_string] = STATE(1511),
[sym_simple_expansion] = STATE(1511),
[sym_string_expansion] = STATE(1511),
[sym_expansion] = STATE(1511),
[sym_command_substitution] = STATE(1511),
[sym_process_substitution] = STATE(1511),
[anon_sym_RBRACE] = ACTIONS(3362),
[sym__special_characters] = ACTIONS(3364),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(3366),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3366),
},
[1053] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(3368),
[sym_comment] = ACTIONS(57),
},
[1054] = {
[sym_concatenation] = STATE(1516),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1516),
[anon_sym_RBRACE] = ACTIONS(3370),
[anon_sym_EQ] = ACTIONS(3372),
[anon_sym_DASH] = ACTIONS(3372),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3374),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(3376),
[anon_sym_COLON] = ACTIONS(3372),
[anon_sym_COLON_QMARK] = ACTIONS(3372),
[anon_sym_COLON_DASH] = ACTIONS(3372),
[anon_sym_PERCENT] = ACTIONS(3372),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1055] = {
[sym_concatenation] = STATE(1518),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1518),
[anon_sym_RBRACE] = ACTIONS(3362),
[anon_sym_EQ] = ACTIONS(3378),
[anon_sym_DASH] = ACTIONS(3378),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3380),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(3382),
[anon_sym_COLON] = ACTIONS(3378),
[anon_sym_COLON_QMARK] = ACTIONS(3378),
[anon_sym_COLON_DASH] = ACTIONS(3378),
[anon_sym_PERCENT] = ACTIONS(3378),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1056] = {
[sym__concat] = ACTIONS(1838),
[anon_sym_SEMI] = ACTIONS(1840),
[anon_sym_SEMI_SEMI] = ACTIONS(1838),
[anon_sym_AMP_AMP] = ACTIONS(1838),
[anon_sym_PIPE_PIPE] = ACTIONS(1838),
[anon_sym_EQ_TILDE] = ACTIONS(1838),
[anon_sym_EQ_EQ] = ACTIONS(1838),
[anon_sym_EQ] = ACTIONS(1840),
[anon_sym_PLUS_EQ] = ACTIONS(1838),
[anon_sym_LT] = ACTIONS(1840),
[anon_sym_GT] = ACTIONS(1840),
[anon_sym_BANG_EQ] = ACTIONS(1838),
[anon_sym_PLUS] = ACTIONS(1840),
[anon_sym_DASH] = ACTIONS(1840),
[anon_sym_DASH_EQ] = ACTIONS(1838),
[anon_sym_LT_EQ] = ACTIONS(1838),
[anon_sym_GT_EQ] = ACTIONS(1838),
[anon_sym_PLUS_PLUS] = ACTIONS(1838),
[anon_sym_DASH_DASH] = ACTIONS(1838),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1838),
[anon_sym_LF] = ACTIONS(1838),
[anon_sym_AMP] = ACTIONS(1840),
},
[1057] = {
[sym_concatenation] = STATE(1521),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1521),
[sym_regex] = ACTIONS(3384),
[anon_sym_RBRACE] = ACTIONS(3386),
[anon_sym_EQ] = ACTIONS(3388),
[anon_sym_DASH] = ACTIONS(3388),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3390),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3388),
[anon_sym_COLON_QMARK] = ACTIONS(3388),
[anon_sym_COLON_DASH] = ACTIONS(3388),
[anon_sym_PERCENT] = ACTIONS(3388),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1058] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(3386),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1059] = {
[sym__concat] = ACTIONS(1886),
[anon_sym_SEMI] = ACTIONS(1888),
[anon_sym_SEMI_SEMI] = ACTIONS(1886),
[anon_sym_AMP_AMP] = ACTIONS(1886),
[anon_sym_PIPE_PIPE] = ACTIONS(1886),
[anon_sym_EQ_TILDE] = ACTIONS(1886),
[anon_sym_EQ_EQ] = ACTIONS(1886),
[anon_sym_EQ] = ACTIONS(1888),
[anon_sym_PLUS_EQ] = ACTIONS(1886),
[anon_sym_LT] = ACTIONS(1888),
[anon_sym_GT] = ACTIONS(1888),
[anon_sym_BANG_EQ] = ACTIONS(1886),
[anon_sym_PLUS] = ACTIONS(1888),
[anon_sym_DASH] = ACTIONS(1888),
[anon_sym_DASH_EQ] = ACTIONS(1886),
[anon_sym_LT_EQ] = ACTIONS(1886),
[anon_sym_GT_EQ] = ACTIONS(1886),
[anon_sym_PLUS_PLUS] = ACTIONS(1886),
[anon_sym_DASH_DASH] = ACTIONS(1886),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1886),
[anon_sym_LF] = ACTIONS(1886),
[anon_sym_AMP] = ACTIONS(1888),
},
[1060] = {
[sym_concatenation] = STATE(1518),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1518),
[sym_regex] = ACTIONS(3392),
[anon_sym_RBRACE] = ACTIONS(3362),
[anon_sym_EQ] = ACTIONS(3378),
[anon_sym_DASH] = ACTIONS(3378),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3380),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3378),
[anon_sym_COLON_QMARK] = ACTIONS(3378),
[anon_sym_COLON_DASH] = ACTIONS(3378),
[anon_sym_PERCENT] = ACTIONS(3378),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1061] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(3362),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1062] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(3394),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1063] = {
[sym__concat] = ACTIONS(1894),
[anon_sym_SEMI] = ACTIONS(1896),
[anon_sym_SEMI_SEMI] = ACTIONS(1894),
[anon_sym_AMP_AMP] = ACTIONS(1894),
[anon_sym_PIPE_PIPE] = ACTIONS(1894),
[anon_sym_EQ_TILDE] = ACTIONS(1894),
[anon_sym_EQ_EQ] = ACTIONS(1894),
[anon_sym_EQ] = ACTIONS(1896),
[anon_sym_PLUS_EQ] = ACTIONS(1894),
[anon_sym_LT] = ACTIONS(1896),
[anon_sym_GT] = ACTIONS(1896),
[anon_sym_BANG_EQ] = ACTIONS(1894),
[anon_sym_PLUS] = ACTIONS(1896),
[anon_sym_DASH] = ACTIONS(1896),
[anon_sym_DASH_EQ] = ACTIONS(1894),
[anon_sym_LT_EQ] = ACTIONS(1894),
[anon_sym_GT_EQ] = ACTIONS(1894),
[anon_sym_PLUS_PLUS] = ACTIONS(1894),
[anon_sym_DASH_DASH] = ACTIONS(1894),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1894),
[anon_sym_LF] = ACTIONS(1894),
[anon_sym_AMP] = ACTIONS(1896),
},
[1064] = {
[anon_sym_SEMI] = ACTIONS(3396),
[anon_sym_RPAREN] = ACTIONS(3394),
[anon_sym_SEMI_SEMI] = ACTIONS(3398),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3398),
[anon_sym_AMP] = ACTIONS(3398),
},
[1065] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1526),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(3400),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(3394),
[anon_sym_SEMI_SEMI] = ACTIONS(3402),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3402),
[anon_sym_AMP] = ACTIONS(3400),
},
[1066] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1526),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(3400),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(3394),
[anon_sym_SEMI_SEMI] = ACTIONS(3402),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(3402),
[anon_sym_AMP] = ACTIONS(3400),
},
[1067] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(3394),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1068] = {
[anon_sym_SEMI] = ACTIONS(3404),
[anon_sym_SEMI_SEMI] = ACTIONS(3406),
[anon_sym_BQUOTE] = ACTIONS(3394),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3406),
[anon_sym_AMP] = ACTIONS(3406),
},
[1069] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1529),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(3408),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(3410),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(3394),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3410),
[anon_sym_AMP] = ACTIONS(3408),
},
[1070] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1529),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(3408),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(3410),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(3394),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(3410),
[anon_sym_AMP] = ACTIONS(3408),
},
[1071] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(3412),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1072] = {
[sym__concat] = ACTIONS(1928),
[anon_sym_SEMI] = ACTIONS(1930),
[anon_sym_SEMI_SEMI] = ACTIONS(1928),
[anon_sym_AMP_AMP] = ACTIONS(1928),
[anon_sym_PIPE_PIPE] = ACTIONS(1928),
[anon_sym_EQ_TILDE] = ACTIONS(1928),
[anon_sym_EQ_EQ] = ACTIONS(1928),
[anon_sym_EQ] = ACTIONS(1930),
[anon_sym_PLUS_EQ] = ACTIONS(1928),
[anon_sym_LT] = ACTIONS(1930),
[anon_sym_GT] = ACTIONS(1930),
[anon_sym_BANG_EQ] = ACTIONS(1928),
[anon_sym_PLUS] = ACTIONS(1930),
[anon_sym_DASH] = ACTIONS(1930),
[anon_sym_DASH_EQ] = ACTIONS(1928),
[anon_sym_LT_EQ] = ACTIONS(1928),
[anon_sym_GT_EQ] = ACTIONS(1928),
[anon_sym_PLUS_PLUS] = ACTIONS(1928),
[anon_sym_DASH_DASH] = ACTIONS(1928),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1928),
[anon_sym_LF] = ACTIONS(1928),
[anon_sym_AMP] = ACTIONS(1930),
},
[1073] = {
[anon_sym_SEMI] = ACTIONS(3414),
[anon_sym_RPAREN] = ACTIONS(3412),
[anon_sym_SEMI_SEMI] = ACTIONS(3416),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3416),
[anon_sym_AMP] = ACTIONS(3416),
},
[1074] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1533),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(3418),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(3412),
[anon_sym_SEMI_SEMI] = ACTIONS(3420),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3420),
[anon_sym_AMP] = ACTIONS(3418),
},
[1075] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1533),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(3418),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(3412),
[anon_sym_SEMI_SEMI] = ACTIONS(3420),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(3420),
[anon_sym_AMP] = ACTIONS(3418),
},
[1076] = {
[anon_sym_SEMI] = ACTIONS(3422),
[anon_sym_SEMI_SEMI] = ACTIONS(3424),
[anon_sym_AMP_AMP] = ACTIONS(1171),
[anon_sym_PIPE_PIPE] = ACTIONS(1171),
[anon_sym_EQ_TILDE] = ACTIONS(1173),
[anon_sym_EQ_EQ] = ACTIONS(1173),
[anon_sym_EQ] = ACTIONS(1175),
[anon_sym_PLUS_EQ] = ACTIONS(1171),
[anon_sym_LT] = ACTIONS(1175),
[anon_sym_GT] = ACTIONS(1175),
[anon_sym_BANG_EQ] = ACTIONS(1171),
[anon_sym_PLUS] = ACTIONS(1175),
[anon_sym_DASH] = ACTIONS(1175),
[anon_sym_DASH_EQ] = ACTIONS(1171),
[anon_sym_LT_EQ] = ACTIONS(1171),
[anon_sym_GT_EQ] = ACTIONS(1171),
[anon_sym_PLUS_PLUS] = ACTIONS(1177),
[anon_sym_DASH_DASH] = ACTIONS(1177),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1171),
[anon_sym_LF] = ACTIONS(3424),
[anon_sym_AMP] = ACTIONS(3422),
},
[1077] = {
[anon_sym_SEMI] = ACTIONS(2383),
[anon_sym_SEMI_SEMI] = ACTIONS(2381),
[anon_sym_AMP_AMP] = ACTIONS(2381),
[anon_sym_PIPE_PIPE] = ACTIONS(2381),
[anon_sym_EQ_TILDE] = ACTIONS(2381),
[anon_sym_EQ_EQ] = ACTIONS(2381),
[anon_sym_EQ] = ACTIONS(2383),
[anon_sym_PLUS_EQ] = ACTIONS(2381),
[anon_sym_LT] = ACTIONS(2383),
[anon_sym_GT] = ACTIONS(2383),
[anon_sym_BANG_EQ] = ACTIONS(2381),
[anon_sym_PLUS] = ACTIONS(2383),
[anon_sym_DASH] = ACTIONS(2383),
[anon_sym_DASH_EQ] = ACTIONS(2381),
[anon_sym_LT_EQ] = ACTIONS(2381),
[anon_sym_GT_EQ] = ACTIONS(2381),
[anon_sym_PLUS_PLUS] = ACTIONS(2381),
[anon_sym_DASH_DASH] = ACTIONS(2381),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(2381),
[anon_sym_LF] = ACTIONS(2381),
[anon_sym_AMP] = ACTIONS(2383),
},
[1078] = {
[anon_sym_SEMI] = ACTIONS(2383),
[anon_sym_SEMI_SEMI] = ACTIONS(2381),
[anon_sym_AMP_AMP] = ACTIONS(2381),
[anon_sym_PIPE_PIPE] = ACTIONS(2381),
[anon_sym_EQ_TILDE] = ACTIONS(2381),
[anon_sym_EQ_EQ] = ACTIONS(2381),
[anon_sym_EQ] = ACTIONS(2383),
[anon_sym_PLUS_EQ] = ACTIONS(2381),
[anon_sym_LT] = ACTIONS(2383),
[anon_sym_GT] = ACTIONS(2383),
[anon_sym_BANG_EQ] = ACTIONS(2381),
[anon_sym_PLUS] = ACTIONS(2383),
[anon_sym_DASH] = ACTIONS(2383),
[anon_sym_DASH_EQ] = ACTIONS(2381),
[anon_sym_LT_EQ] = ACTIONS(2381),
[anon_sym_GT_EQ] = ACTIONS(2381),
[anon_sym_PLUS_PLUS] = ACTIONS(2381),
[anon_sym_DASH_DASH] = ACTIONS(2381),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(2381),
[anon_sym_LF] = ACTIONS(2381),
[anon_sym_AMP] = ACTIONS(2383),
},
[1079] = {
[sym_string] = STATE(1535),
[sym_simple_expansion] = STATE(1535),
[sym_string_expansion] = STATE(1535),
[sym_expansion] = STATE(1535),
[sym_command_substitution] = STATE(1535),
[sym_process_substitution] = STATE(1535),
[sym__special_characters] = ACTIONS(3426),
[anon_sym_DQUOTE] = ACTIONS(1181),
[anon_sym_DOLLAR] = ACTIONS(1183),
[sym_raw_string] = ACTIONS(3426),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1187),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1189),
[anon_sym_BQUOTE] = ACTIONS(1191),
[anon_sym_LT_LPAREN] = ACTIONS(1193),
[anon_sym_GT_LPAREN] = ACTIONS(1193),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3426),
},
[1080] = {
[aux_sym_concatenation_repeat1] = STATE(1536),
[sym__concat] = ACTIONS(2226),
[anon_sym_SEMI] = ACTIONS(781),
[anon_sym_SEMI_SEMI] = ACTIONS(779),
[sym__special_characters] = ACTIONS(779),
[anon_sym_DQUOTE] = ACTIONS(779),
[anon_sym_DOLLAR] = ACTIONS(781),
[sym_raw_string] = ACTIONS(779),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(779),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(779),
[anon_sym_BQUOTE] = ACTIONS(779),
[anon_sym_LT_LPAREN] = ACTIONS(779),
[anon_sym_GT_LPAREN] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(781),
[anon_sym_LF] = ACTIONS(779),
[anon_sym_AMP] = ACTIONS(779),
},
[1081] = {
[sym__concat] = ACTIONS(783),
[anon_sym_SEMI] = ACTIONS(785),
[anon_sym_SEMI_SEMI] = ACTIONS(783),
[sym__special_characters] = ACTIONS(783),
[anon_sym_DQUOTE] = ACTIONS(783),
[anon_sym_DOLLAR] = ACTIONS(785),
[sym_raw_string] = ACTIONS(783),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(783),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(783),
[anon_sym_BQUOTE] = ACTIONS(783),
[anon_sym_LT_LPAREN] = ACTIONS(783),
[anon_sym_GT_LPAREN] = ACTIONS(783),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(785),
[anon_sym_LF] = ACTIONS(783),
[anon_sym_AMP] = ACTIONS(783),
},
[1082] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(3428),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[1083] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(455),
[anon_sym_DQUOTE] = ACTIONS(3428),
[anon_sym_DOLLAR] = ACTIONS(3430),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[1084] = {
[sym__concat] = ACTIONS(817),
[anon_sym_SEMI] = ACTIONS(819),
[anon_sym_SEMI_SEMI] = ACTIONS(817),
[sym__special_characters] = ACTIONS(817),
[anon_sym_DQUOTE] = ACTIONS(817),
[anon_sym_DOLLAR] = ACTIONS(819),
[sym_raw_string] = ACTIONS(817),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(817),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(817),
[anon_sym_BQUOTE] = ACTIONS(817),
[anon_sym_LT_LPAREN] = ACTIONS(817),
[anon_sym_GT_LPAREN] = ACTIONS(817),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(819),
[anon_sym_LF] = ACTIONS(817),
[anon_sym_AMP] = ACTIONS(817),
},
[1085] = {
[sym__concat] = ACTIONS(821),
[anon_sym_SEMI] = ACTIONS(823),
[anon_sym_SEMI_SEMI] = ACTIONS(821),
[sym__special_characters] = ACTIONS(821),
[anon_sym_DQUOTE] = ACTIONS(821),
[anon_sym_DOLLAR] = ACTIONS(823),
[sym_raw_string] = ACTIONS(821),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(821),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(821),
[anon_sym_BQUOTE] = ACTIONS(821),
[anon_sym_LT_LPAREN] = ACTIONS(821),
[anon_sym_GT_LPAREN] = ACTIONS(821),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(823),
[anon_sym_LF] = ACTIONS(821),
[anon_sym_AMP] = ACTIONS(821),
},
[1086] = {
[sym__concat] = ACTIONS(825),
[anon_sym_SEMI] = ACTIONS(827),
[anon_sym_SEMI_SEMI] = ACTIONS(825),
[sym__special_characters] = ACTIONS(825),
[anon_sym_DQUOTE] = ACTIONS(825),
[anon_sym_DOLLAR] = ACTIONS(827),
[sym_raw_string] = ACTIONS(825),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(825),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(825),
[anon_sym_BQUOTE] = ACTIONS(825),
[anon_sym_LT_LPAREN] = ACTIONS(825),
[anon_sym_GT_LPAREN] = ACTIONS(825),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(827),
[anon_sym_LF] = ACTIONS(825),
[anon_sym_AMP] = ACTIONS(825),
},
[1087] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(3432),
[sym_comment] = ACTIONS(57),
},
[1088] = {
[sym_subscript] = STATE(1542),
[sym_variable_name] = ACTIONS(3434),
[anon_sym_DASH] = ACTIONS(3436),
[anon_sym_DOLLAR] = ACTIONS(3436),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3438),
[anon_sym_STAR] = ACTIONS(3440),
[anon_sym_AT] = ACTIONS(3440),
[anon_sym_QMARK] = ACTIONS(3440),
[anon_sym_0] = ACTIONS(3438),
[anon_sym__] = ACTIONS(3438),
},
[1089] = {
[sym_concatenation] = STATE(1545),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1545),
[anon_sym_RBRACE] = ACTIONS(3442),
[anon_sym_EQ] = ACTIONS(3444),
[anon_sym_DASH] = ACTIONS(3444),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3446),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(3448),
[anon_sym_COLON] = ACTIONS(3444),
[anon_sym_COLON_QMARK] = ACTIONS(3444),
[anon_sym_COLON_DASH] = ACTIONS(3444),
[anon_sym_PERCENT] = ACTIONS(3444),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1090] = {
[sym_concatenation] = STATE(1548),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1548),
[anon_sym_RBRACE] = ACTIONS(3450),
[anon_sym_EQ] = ACTIONS(3452),
[anon_sym_DASH] = ACTIONS(3452),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3454),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(3456),
[anon_sym_COLON] = ACTIONS(3452),
[anon_sym_COLON_QMARK] = ACTIONS(3452),
[anon_sym_COLON_DASH] = ACTIONS(3452),
[anon_sym_PERCENT] = ACTIONS(3452),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1091] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1551),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(3458),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(3460),
[anon_sym_SEMI_SEMI] = ACTIONS(3462),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3462),
[anon_sym_AMP] = ACTIONS(3458),
},
[1092] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1551),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(3458),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(3460),
[anon_sym_SEMI_SEMI] = ACTIONS(3462),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(3462),
[anon_sym_AMP] = ACTIONS(3458),
},
[1093] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(1552),
[sym_for_statement] = STATE(1552),
[sym_c_style_for_statement] = STATE(1552),
[sym_while_statement] = STATE(1552),
[sym_if_statement] = STATE(1552),
[sym_case_statement] = STATE(1552),
[sym_function_definition] = STATE(1552),
[sym_compound_statement] = STATE(1552),
[sym_subshell] = STATE(1552),
[sym_pipeline] = STATE(1552),
[sym_list] = STATE(1552),
[sym_negated_command] = STATE(1552),
[sym_test_command] = STATE(1552),
[sym_declaration_command] = STATE(1552),
[sym_unset_command] = STATE(1552),
[sym_command] = STATE(1552),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(1553),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[1094] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1555),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(3464),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(3466),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(3460),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3466),
[anon_sym_AMP] = ACTIONS(3464),
},
[1095] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1555),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(3464),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(3466),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(3460),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(3466),
[anon_sym_AMP] = ACTIONS(3464),
},
[1096] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(1556),
[sym_for_statement] = STATE(1556),
[sym_c_style_for_statement] = STATE(1556),
[sym_while_statement] = STATE(1556),
[sym_if_statement] = STATE(1556),
[sym_case_statement] = STATE(1556),
[sym_function_definition] = STATE(1556),
[sym_compound_statement] = STATE(1556),
[sym_subshell] = STATE(1556),
[sym_pipeline] = STATE(1556),
[sym_list] = STATE(1556),
[sym_negated_command] = STATE(1556),
[sym_test_command] = STATE(1556),
[sym_declaration_command] = STATE(1556),
[sym_unset_command] = STATE(1556),
[sym_command] = STATE(1556),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(1557),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[1097] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1560),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(3468),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(3470),
[anon_sym_SEMI_SEMI] = ACTIONS(3472),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3472),
[anon_sym_AMP] = ACTIONS(3468),
},
[1098] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1560),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(3468),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(3470),
[anon_sym_SEMI_SEMI] = ACTIONS(3472),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(3472),
[anon_sym_AMP] = ACTIONS(3468),
},
[1099] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(1561),
[sym_for_statement] = STATE(1561),
[sym_c_style_for_statement] = STATE(1561),
[sym_while_statement] = STATE(1561),
[sym_if_statement] = STATE(1561),
[sym_case_statement] = STATE(1561),
[sym_function_definition] = STATE(1561),
[sym_compound_statement] = STATE(1561),
[sym_subshell] = STATE(1561),
[sym_pipeline] = STATE(1561),
[sym_list] = STATE(1561),
[sym_negated_command] = STATE(1561),
[sym_test_command] = STATE(1561),
[sym_declaration_command] = STATE(1561),
[sym_unset_command] = STATE(1561),
[sym_command] = STATE(1561),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(1562),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[1100] = {
[sym_do_group] = STATE(1563),
[anon_sym_do] = ACTIONS(493),
[sym_comment] = ACTIONS(57),
},
[1101] = {
[sym_concatenation] = STATE(1101),
[sym_string] = STATE(598),
[sym_simple_expansion] = STATE(598),
[sym_string_expansion] = STATE(598),
[sym_expansion] = STATE(598),
[sym_command_substitution] = STATE(598),
[sym_process_substitution] = STATE(598),
[aux_sym_for_statement_repeat1] = STATE(1101),
[anon_sym_SEMI] = ACTIONS(3474),
[anon_sym_SEMI_SEMI] = ACTIONS(3262),
[sym__special_characters] = ACTIONS(3476),
[anon_sym_DQUOTE] = ACTIONS(3479),
[anon_sym_DOLLAR] = ACTIONS(3482),
[sym_raw_string] = ACTIONS(3485),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3488),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3491),
[anon_sym_BQUOTE] = ACTIONS(3494),
[anon_sym_LT_LPAREN] = ACTIONS(3497),
[anon_sym_GT_LPAREN] = ACTIONS(3497),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3500),
[anon_sym_LF] = ACTIONS(3262),
[anon_sym_AMP] = ACTIONS(3262),
},
[1102] = {
[anon_sym_RPAREN] = ACTIONS(2310),
[anon_sym_AMP_AMP] = ACTIONS(2310),
[anon_sym_PIPE_PIPE] = ACTIONS(2310),
[anon_sym_EQ_TILDE] = ACTIONS(2310),
[anon_sym_EQ_EQ] = ACTIONS(2310),
[anon_sym_EQ] = ACTIONS(2312),
[anon_sym_PLUS_EQ] = ACTIONS(2310),
[anon_sym_LT] = ACTIONS(2312),
[anon_sym_GT] = ACTIONS(2312),
[anon_sym_BANG_EQ] = ACTIONS(2310),
[anon_sym_PLUS] = ACTIONS(2312),
[anon_sym_DASH] = ACTIONS(2312),
[anon_sym_DASH_EQ] = ACTIONS(2310),
[anon_sym_LT_EQ] = ACTIONS(2310),
[anon_sym_GT_EQ] = ACTIONS(2310),
[anon_sym_PLUS_PLUS] = ACTIONS(2310),
[anon_sym_DASH_DASH] = ACTIONS(2310),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(2310),
},
[1103] = {
[sym__concat] = ACTIONS(1730),
[anon_sym_PIPE] = ACTIONS(1732),
[anon_sym_RPAREN] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_EQ_TILDE] = ACTIONS(1730),
[anon_sym_EQ_EQ] = ACTIONS(1730),
[anon_sym_EQ] = ACTIONS(1732),
[anon_sym_PLUS_EQ] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_BANG_EQ] = ACTIONS(1730),
[anon_sym_PLUS] = ACTIONS(1732),
[anon_sym_DASH] = ACTIONS(1732),
[anon_sym_DASH_EQ] = ACTIONS(1730),
[anon_sym_LT_EQ] = ACTIONS(1730),
[anon_sym_GT_EQ] = ACTIONS(1730),
[anon_sym_PLUS_PLUS] = ACTIONS(1730),
[anon_sym_DASH_DASH] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1730),
},
[1104] = {
[aux_sym_concatenation_repeat1] = STATE(1104),
[sym__concat] = ACTIONS(3503),
[anon_sym_RPAREN] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_EQ_TILDE] = ACTIONS(1730),
[anon_sym_EQ_EQ] = ACTIONS(1730),
[anon_sym_EQ] = ACTIONS(1732),
[anon_sym_PLUS_EQ] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_BANG_EQ] = ACTIONS(1730),
[anon_sym_PLUS] = ACTIONS(1732),
[anon_sym_DASH] = ACTIONS(1732),
[anon_sym_DASH_EQ] = ACTIONS(1730),
[anon_sym_LT_EQ] = ACTIONS(1730),
[anon_sym_GT_EQ] = ACTIONS(1730),
[anon_sym_PLUS_PLUS] = ACTIONS(1730),
[anon_sym_DASH_DASH] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1730),
},
[1105] = {
[sym__concat] = ACTIONS(1737),
[anon_sym_PIPE] = ACTIONS(1739),
[anon_sym_RPAREN] = ACTIONS(1737),
[anon_sym_AMP_AMP] = ACTIONS(1737),
[anon_sym_PIPE_PIPE] = ACTIONS(1737),
[anon_sym_EQ_TILDE] = ACTIONS(1737),
[anon_sym_EQ_EQ] = ACTIONS(1737),
[anon_sym_EQ] = ACTIONS(1739),
[anon_sym_PLUS_EQ] = ACTIONS(1737),
[anon_sym_LT] = ACTIONS(1739),
[anon_sym_GT] = ACTIONS(1739),
[anon_sym_BANG_EQ] = ACTIONS(1737),
[anon_sym_PLUS] = ACTIONS(1739),
[anon_sym_DASH] = ACTIONS(1739),
[anon_sym_DASH_EQ] = ACTIONS(1737),
[anon_sym_LT_EQ] = ACTIONS(1737),
[anon_sym_GT_EQ] = ACTIONS(1737),
[anon_sym_PLUS_PLUS] = ACTIONS(1737),
[anon_sym_DASH_DASH] = ACTIONS(1737),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1737),
},
[1106] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(3506),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[1107] = {
[sym_concatenation] = STATE(1568),
[sym_string] = STATE(1567),
[sym_simple_expansion] = STATE(1567),
[sym_string_expansion] = STATE(1567),
[sym_expansion] = STATE(1567),
[sym_command_substitution] = STATE(1567),
[sym_process_substitution] = STATE(1567),
[anon_sym_RBRACE] = ACTIONS(3508),
[sym__special_characters] = ACTIONS(3510),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(3512),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3512),
},
[1108] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(3514),
[sym_comment] = ACTIONS(57),
},
[1109] = {
[sym_concatenation] = STATE(1572),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1572),
[anon_sym_RBRACE] = ACTIONS(3516),
[anon_sym_EQ] = ACTIONS(3518),
[anon_sym_DASH] = ACTIONS(3518),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3520),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(3522),
[anon_sym_COLON] = ACTIONS(3518),
[anon_sym_COLON_QMARK] = ACTIONS(3518),
[anon_sym_COLON_DASH] = ACTIONS(3518),
[anon_sym_PERCENT] = ACTIONS(3518),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1110] = {
[sym_concatenation] = STATE(1574),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1574),
[anon_sym_RBRACE] = ACTIONS(3508),
[anon_sym_EQ] = ACTIONS(3524),
[anon_sym_DASH] = ACTIONS(3524),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3526),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(3528),
[anon_sym_COLON] = ACTIONS(3524),
[anon_sym_COLON_QMARK] = ACTIONS(3524),
[anon_sym_COLON_DASH] = ACTIONS(3524),
[anon_sym_PERCENT] = ACTIONS(3524),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1111] = {
[sym__concat] = ACTIONS(1838),
[anon_sym_PIPE] = ACTIONS(1840),
[anon_sym_RPAREN] = ACTIONS(1838),
[anon_sym_AMP_AMP] = ACTIONS(1838),
[anon_sym_PIPE_PIPE] = ACTIONS(1838),
[anon_sym_EQ_TILDE] = ACTIONS(1838),
[anon_sym_EQ_EQ] = ACTIONS(1838),
[anon_sym_EQ] = ACTIONS(1840),
[anon_sym_PLUS_EQ] = ACTIONS(1838),
[anon_sym_LT] = ACTIONS(1840),
[anon_sym_GT] = ACTIONS(1840),
[anon_sym_BANG_EQ] = ACTIONS(1838),
[anon_sym_PLUS] = ACTIONS(1840),
[anon_sym_DASH] = ACTIONS(1840),
[anon_sym_DASH_EQ] = ACTIONS(1838),
[anon_sym_LT_EQ] = ACTIONS(1838),
[anon_sym_GT_EQ] = ACTIONS(1838),
[anon_sym_PLUS_PLUS] = ACTIONS(1838),
[anon_sym_DASH_DASH] = ACTIONS(1838),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1838),
},
[1112] = {
[sym_concatenation] = STATE(1577),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1577),
[sym_regex] = ACTIONS(3530),
[anon_sym_RBRACE] = ACTIONS(3532),
[anon_sym_EQ] = ACTIONS(3534),
[anon_sym_DASH] = ACTIONS(3534),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3536),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3534),
[anon_sym_COLON_QMARK] = ACTIONS(3534),
[anon_sym_COLON_DASH] = ACTIONS(3534),
[anon_sym_PERCENT] = ACTIONS(3534),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1113] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(3532),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1114] = {
[sym__concat] = ACTIONS(1886),
[anon_sym_PIPE] = ACTIONS(1888),
[anon_sym_RPAREN] = ACTIONS(1886),
[anon_sym_AMP_AMP] = ACTIONS(1886),
[anon_sym_PIPE_PIPE] = ACTIONS(1886),
[anon_sym_EQ_TILDE] = ACTIONS(1886),
[anon_sym_EQ_EQ] = ACTIONS(1886),
[anon_sym_EQ] = ACTIONS(1888),
[anon_sym_PLUS_EQ] = ACTIONS(1886),
[anon_sym_LT] = ACTIONS(1888),
[anon_sym_GT] = ACTIONS(1888),
[anon_sym_BANG_EQ] = ACTIONS(1886),
[anon_sym_PLUS] = ACTIONS(1888),
[anon_sym_DASH] = ACTIONS(1888),
[anon_sym_DASH_EQ] = ACTIONS(1886),
[anon_sym_LT_EQ] = ACTIONS(1886),
[anon_sym_GT_EQ] = ACTIONS(1886),
[anon_sym_PLUS_PLUS] = ACTIONS(1886),
[anon_sym_DASH_DASH] = ACTIONS(1886),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1886),
},
[1115] = {
[sym_concatenation] = STATE(1574),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1574),
[sym_regex] = ACTIONS(3538),
[anon_sym_RBRACE] = ACTIONS(3508),
[anon_sym_EQ] = ACTIONS(3524),
[anon_sym_DASH] = ACTIONS(3524),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3526),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3524),
[anon_sym_COLON_QMARK] = ACTIONS(3524),
[anon_sym_COLON_DASH] = ACTIONS(3524),
[anon_sym_PERCENT] = ACTIONS(3524),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1116] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(3508),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1117] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(3540),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1118] = {
[sym__concat] = ACTIONS(1894),
[anon_sym_PIPE] = ACTIONS(1896),
[anon_sym_RPAREN] = ACTIONS(1894),
[anon_sym_AMP_AMP] = ACTIONS(1894),
[anon_sym_PIPE_PIPE] = ACTIONS(1894),
[anon_sym_EQ_TILDE] = ACTIONS(1894),
[anon_sym_EQ_EQ] = ACTIONS(1894),
[anon_sym_EQ] = ACTIONS(1896),
[anon_sym_PLUS_EQ] = ACTIONS(1894),
[anon_sym_LT] = ACTIONS(1896),
[anon_sym_GT] = ACTIONS(1896),
[anon_sym_BANG_EQ] = ACTIONS(1894),
[anon_sym_PLUS] = ACTIONS(1896),
[anon_sym_DASH] = ACTIONS(1896),
[anon_sym_DASH_EQ] = ACTIONS(1894),
[anon_sym_LT_EQ] = ACTIONS(1894),
[anon_sym_GT_EQ] = ACTIONS(1894),
[anon_sym_PLUS_PLUS] = ACTIONS(1894),
[anon_sym_DASH_DASH] = ACTIONS(1894),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1894),
},
[1119] = {
[anon_sym_SEMI] = ACTIONS(3542),
[anon_sym_RPAREN] = ACTIONS(3540),
[anon_sym_SEMI_SEMI] = ACTIONS(3544),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3544),
[anon_sym_AMP] = ACTIONS(3544),
},
[1120] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1582),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(3546),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(3540),
[anon_sym_SEMI_SEMI] = ACTIONS(3548),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3548),
[anon_sym_AMP] = ACTIONS(3546),
},
[1121] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1582),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(3546),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(3540),
[anon_sym_SEMI_SEMI] = ACTIONS(3548),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(3548),
[anon_sym_AMP] = ACTIONS(3546),
},
[1122] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(3540),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1123] = {
[anon_sym_SEMI] = ACTIONS(3550),
[anon_sym_SEMI_SEMI] = ACTIONS(3552),
[anon_sym_BQUOTE] = ACTIONS(3540),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3552),
[anon_sym_AMP] = ACTIONS(3552),
},
[1124] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1585),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(3554),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(3556),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(3540),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3556),
[anon_sym_AMP] = ACTIONS(3554),
},
[1125] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1585),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(3554),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(3556),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(3540),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(3556),
[anon_sym_AMP] = ACTIONS(3554),
},
[1126] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(3558),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1127] = {
[sym__concat] = ACTIONS(1928),
[anon_sym_PIPE] = ACTIONS(1930),
[anon_sym_RPAREN] = ACTIONS(1928),
[anon_sym_AMP_AMP] = ACTIONS(1928),
[anon_sym_PIPE_PIPE] = ACTIONS(1928),
[anon_sym_EQ_TILDE] = ACTIONS(1928),
[anon_sym_EQ_EQ] = ACTIONS(1928),
[anon_sym_EQ] = ACTIONS(1930),
[anon_sym_PLUS_EQ] = ACTIONS(1928),
[anon_sym_LT] = ACTIONS(1930),
[anon_sym_GT] = ACTIONS(1930),
[anon_sym_BANG_EQ] = ACTIONS(1928),
[anon_sym_PLUS] = ACTIONS(1930),
[anon_sym_DASH] = ACTIONS(1930),
[anon_sym_DASH_EQ] = ACTIONS(1928),
[anon_sym_LT_EQ] = ACTIONS(1928),
[anon_sym_GT_EQ] = ACTIONS(1928),
[anon_sym_PLUS_PLUS] = ACTIONS(1928),
[anon_sym_DASH_DASH] = ACTIONS(1928),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(1928),
},
[1128] = {
[anon_sym_SEMI] = ACTIONS(3560),
[anon_sym_RPAREN] = ACTIONS(3558),
[anon_sym_SEMI_SEMI] = ACTIONS(3562),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3562),
[anon_sym_AMP] = ACTIONS(3562),
},
[1129] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1589),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(3564),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(3558),
[anon_sym_SEMI_SEMI] = ACTIONS(3566),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3566),
[anon_sym_AMP] = ACTIONS(3564),
},
[1130] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1589),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(3564),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(3558),
[anon_sym_SEMI_SEMI] = ACTIONS(3566),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(3566),
[anon_sym_AMP] = ACTIONS(3564),
},
[1131] = {
[anon_sym_RPAREN] = ACTIONS(2381),
[anon_sym_AMP_AMP] = ACTIONS(2381),
[anon_sym_PIPE_PIPE] = ACTIONS(2381),
[anon_sym_EQ_TILDE] = ACTIONS(2381),
[anon_sym_EQ_EQ] = ACTIONS(2381),
[anon_sym_EQ] = ACTIONS(2383),
[anon_sym_PLUS_EQ] = ACTIONS(2381),
[anon_sym_LT] = ACTIONS(2383),
[anon_sym_GT] = ACTIONS(2383),
[anon_sym_BANG_EQ] = ACTIONS(2381),
[anon_sym_PLUS] = ACTIONS(2383),
[anon_sym_DASH] = ACTIONS(2383),
[anon_sym_DASH_EQ] = ACTIONS(2381),
[anon_sym_LT_EQ] = ACTIONS(2381),
[anon_sym_GT_EQ] = ACTIONS(2381),
[anon_sym_PLUS_PLUS] = ACTIONS(2381),
[anon_sym_DASH_DASH] = ACTIONS(2381),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(2381),
},
[1132] = {
[anon_sym_RPAREN] = ACTIONS(2381),
[anon_sym_AMP_AMP] = ACTIONS(2381),
[anon_sym_PIPE_PIPE] = ACTIONS(2381),
[anon_sym_EQ_TILDE] = ACTIONS(2381),
[anon_sym_EQ_EQ] = ACTIONS(2381),
[anon_sym_EQ] = ACTIONS(2383),
[anon_sym_PLUS_EQ] = ACTIONS(2381),
[anon_sym_LT] = ACTIONS(2383),
[anon_sym_GT] = ACTIONS(2383),
[anon_sym_BANG_EQ] = ACTIONS(2381),
[anon_sym_PLUS] = ACTIONS(2383),
[anon_sym_DASH] = ACTIONS(2383),
[anon_sym_DASH_EQ] = ACTIONS(2381),
[anon_sym_LT_EQ] = ACTIONS(2381),
[anon_sym_GT_EQ] = ACTIONS(2381),
[anon_sym_PLUS_PLUS] = ACTIONS(2381),
[anon_sym_DASH_DASH] = ACTIONS(2381),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(2381),
},
[1133] = {
[sym__concat] = ACTIONS(2934),
[anon_sym_RPAREN_RPAREN] = ACTIONS(2934),
[anon_sym_AMP_AMP] = ACTIONS(2934),
[anon_sym_PIPE_PIPE] = ACTIONS(2934),
[anon_sym_RBRACK_RBRACK] = ACTIONS(2934),
[anon_sym_EQ_TILDE] = ACTIONS(2934),
[anon_sym_EQ_EQ] = ACTIONS(2934),
[anon_sym_EQ] = ACTIONS(2936),
[anon_sym_PLUS_EQ] = ACTIONS(2934),
[anon_sym_LT] = ACTIONS(2936),
[anon_sym_GT] = ACTIONS(2936),
[anon_sym_BANG_EQ] = ACTIONS(2934),
[anon_sym_PLUS] = ACTIONS(2936),
[anon_sym_DASH] = ACTIONS(2936),
[anon_sym_DASH_EQ] = ACTIONS(2934),
[anon_sym_LT_EQ] = ACTIONS(2934),
[anon_sym_GT_EQ] = ACTIONS(2934),
[anon_sym_PLUS_PLUS] = ACTIONS(2934),
[anon_sym_DASH_DASH] = ACTIONS(2934),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(2934),
},
[1134] = {
[sym__concat] = ACTIONS(2948),
[anon_sym_RPAREN_RPAREN] = ACTIONS(2948),
[anon_sym_AMP_AMP] = ACTIONS(2948),
[anon_sym_PIPE_PIPE] = ACTIONS(2948),
[anon_sym_RBRACK_RBRACK] = ACTIONS(2948),
[anon_sym_EQ_TILDE] = ACTIONS(2948),
[anon_sym_EQ_EQ] = ACTIONS(2948),
[anon_sym_EQ] = ACTIONS(2950),
[anon_sym_PLUS_EQ] = ACTIONS(2948),
[anon_sym_LT] = ACTIONS(2950),
[anon_sym_GT] = ACTIONS(2950),
[anon_sym_BANG_EQ] = ACTIONS(2948),
[anon_sym_PLUS] = ACTIONS(2950),
[anon_sym_DASH] = ACTIONS(2950),
[anon_sym_DASH_EQ] = ACTIONS(2948),
[anon_sym_LT_EQ] = ACTIONS(2948),
[anon_sym_GT_EQ] = ACTIONS(2948),
[anon_sym_PLUS_PLUS] = ACTIONS(2948),
[anon_sym_DASH_DASH] = ACTIONS(2948),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(2948),
},
[1135] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(3568),
[sym_comment] = ACTIONS(57),
},
[1136] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(3570),
[sym_comment] = ACTIONS(57),
},
[1137] = {
[anon_sym_RBRACE] = ACTIONS(3570),
[sym_comment] = ACTIONS(57),
},
[1138] = {
[sym_concatenation] = STATE(1594),
[sym_string] = STATE(1593),
[sym_simple_expansion] = STATE(1593),
[sym_string_expansion] = STATE(1593),
[sym_expansion] = STATE(1593),
[sym_command_substitution] = STATE(1593),
[sym_process_substitution] = STATE(1593),
[anon_sym_RBRACE] = ACTIONS(3570),
[sym__special_characters] = ACTIONS(3572),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(3574),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3574),
},
[1139] = {
[sym__concat] = ACTIONS(2984),
[anon_sym_RPAREN_RPAREN] = ACTIONS(2984),
[anon_sym_AMP_AMP] = ACTIONS(2984),
[anon_sym_PIPE_PIPE] = ACTIONS(2984),
[anon_sym_RBRACK_RBRACK] = ACTIONS(2984),
[anon_sym_EQ_TILDE] = ACTIONS(2984),
[anon_sym_EQ_EQ] = ACTIONS(2984),
[anon_sym_EQ] = ACTIONS(2986),
[anon_sym_PLUS_EQ] = ACTIONS(2984),
[anon_sym_LT] = ACTIONS(2986),
[anon_sym_GT] = ACTIONS(2986),
[anon_sym_BANG_EQ] = ACTIONS(2984),
[anon_sym_PLUS] = ACTIONS(2986),
[anon_sym_DASH] = ACTIONS(2986),
[anon_sym_DASH_EQ] = ACTIONS(2984),
[anon_sym_LT_EQ] = ACTIONS(2984),
[anon_sym_GT_EQ] = ACTIONS(2984),
[anon_sym_PLUS_PLUS] = ACTIONS(2984),
[anon_sym_DASH_DASH] = ACTIONS(2984),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(2984),
},
[1140] = {
[sym_concatenation] = STATE(1597),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1597),
[sym_regex] = ACTIONS(3576),
[anon_sym_RBRACE] = ACTIONS(3578),
[anon_sym_EQ] = ACTIONS(3580),
[anon_sym_DASH] = ACTIONS(3580),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3582),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3580),
[anon_sym_COLON_QMARK] = ACTIONS(3580),
[anon_sym_COLON_DASH] = ACTIONS(3580),
[anon_sym_PERCENT] = ACTIONS(3580),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1141] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(3578),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1142] = {
[sym_concatenation] = STATE(1599),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1599),
[sym_regex] = ACTIONS(3584),
[anon_sym_RBRACE] = ACTIONS(3570),
[anon_sym_EQ] = ACTIONS(3586),
[anon_sym_DASH] = ACTIONS(3586),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3588),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3586),
[anon_sym_COLON_QMARK] = ACTIONS(3586),
[anon_sym_COLON_DASH] = ACTIONS(3586),
[anon_sym_PERCENT] = ACTIONS(3586),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1143] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(3570),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1144] = {
[sym_concatenation] = STATE(1601),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1601),
[anon_sym_RBRACE] = ACTIONS(3590),
[anon_sym_EQ] = ACTIONS(3592),
[anon_sym_DASH] = ACTIONS(3592),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3594),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3592),
[anon_sym_COLON_QMARK] = ACTIONS(3592),
[anon_sym_COLON_DASH] = ACTIONS(3592),
[anon_sym_PERCENT] = ACTIONS(3592),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1145] = {
[sym__concat] = ACTIONS(3040),
[anon_sym_RPAREN_RPAREN] = ACTIONS(3040),
[anon_sym_AMP_AMP] = ACTIONS(3040),
[anon_sym_PIPE_PIPE] = ACTIONS(3040),
[anon_sym_RBRACK_RBRACK] = ACTIONS(3040),
[anon_sym_EQ_TILDE] = ACTIONS(3040),
[anon_sym_EQ_EQ] = ACTIONS(3040),
[anon_sym_EQ] = ACTIONS(3042),
[anon_sym_PLUS_EQ] = ACTIONS(3040),
[anon_sym_LT] = ACTIONS(3042),
[anon_sym_GT] = ACTIONS(3042),
[anon_sym_BANG_EQ] = ACTIONS(3040),
[anon_sym_PLUS] = ACTIONS(3042),
[anon_sym_DASH] = ACTIONS(3042),
[anon_sym_DASH_EQ] = ACTIONS(3040),
[anon_sym_LT_EQ] = ACTIONS(3040),
[anon_sym_GT_EQ] = ACTIONS(3040),
[anon_sym_PLUS_PLUS] = ACTIONS(3040),
[anon_sym_DASH_DASH] = ACTIONS(3040),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(3040),
},
[1146] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(3590),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1147] = {
[sym_concatenation] = STATE(1599),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1599),
[anon_sym_RBRACE] = ACTIONS(3570),
[anon_sym_EQ] = ACTIONS(3586),
[anon_sym_DASH] = ACTIONS(3586),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3588),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3586),
[anon_sym_COLON_QMARK] = ACTIONS(3586),
[anon_sym_COLON_DASH] = ACTIONS(3586),
[anon_sym_PERCENT] = ACTIONS(3586),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1148] = {
[sym__concat] = ACTIONS(3095),
[anon_sym_RPAREN_RPAREN] = ACTIONS(3095),
[anon_sym_AMP_AMP] = ACTIONS(3095),
[anon_sym_PIPE_PIPE] = ACTIONS(3095),
[anon_sym_RBRACK_RBRACK] = ACTIONS(3095),
[anon_sym_EQ_TILDE] = ACTIONS(3095),
[anon_sym_EQ_EQ] = ACTIONS(3095),
[anon_sym_EQ] = ACTIONS(3097),
[anon_sym_PLUS_EQ] = ACTIONS(3095),
[anon_sym_LT] = ACTIONS(3097),
[anon_sym_GT] = ACTIONS(3097),
[anon_sym_BANG_EQ] = ACTIONS(3095),
[anon_sym_PLUS] = ACTIONS(3097),
[anon_sym_DASH] = ACTIONS(3097),
[anon_sym_DASH_EQ] = ACTIONS(3095),
[anon_sym_LT_EQ] = ACTIONS(3095),
[anon_sym_GT_EQ] = ACTIONS(3095),
[anon_sym_PLUS_PLUS] = ACTIONS(3095),
[anon_sym_DASH_DASH] = ACTIONS(3095),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(3095),
},
[1149] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(3596),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1150] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(3596),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1151] = {
[anon_sym_SEMI] = ACTIONS(3598),
[anon_sym_RPAREN] = ACTIONS(3596),
[anon_sym_SEMI_SEMI] = ACTIONS(3600),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3600),
[anon_sym_AMP] = ACTIONS(3600),
},
[1152] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(3596),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1153] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(3596),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1154] = {
[anon_sym_SEMI] = ACTIONS(3602),
[anon_sym_SEMI_SEMI] = ACTIONS(3604),
[anon_sym_BQUOTE] = ACTIONS(3596),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3604),
[anon_sym_AMP] = ACTIONS(3604),
},
[1155] = {
[sym__concat] = ACTIONS(3125),
[anon_sym_RPAREN_RPAREN] = ACTIONS(3125),
[anon_sym_AMP_AMP] = ACTIONS(3125),
[anon_sym_PIPE_PIPE] = ACTIONS(3125),
[anon_sym_RBRACK_RBRACK] = ACTIONS(3125),
[anon_sym_EQ_TILDE] = ACTIONS(3125),
[anon_sym_EQ_EQ] = ACTIONS(3125),
[anon_sym_EQ] = ACTIONS(3127),
[anon_sym_PLUS_EQ] = ACTIONS(3125),
[anon_sym_LT] = ACTIONS(3127),
[anon_sym_GT] = ACTIONS(3127),
[anon_sym_BANG_EQ] = ACTIONS(3125),
[anon_sym_PLUS] = ACTIONS(3127),
[anon_sym_DASH] = ACTIONS(3127),
[anon_sym_DASH_EQ] = ACTIONS(3125),
[anon_sym_LT_EQ] = ACTIONS(3125),
[anon_sym_GT_EQ] = ACTIONS(3125),
[anon_sym_PLUS_PLUS] = ACTIONS(3125),
[anon_sym_DASH_DASH] = ACTIONS(3125),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(3125),
},
[1156] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(3606),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1157] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(3606),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1158] = {
[anon_sym_SEMI] = ACTIONS(3608),
[anon_sym_RPAREN] = ACTIONS(3606),
[anon_sym_SEMI_SEMI] = ACTIONS(3610),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3610),
[anon_sym_AMP] = ACTIONS(3610),
},
[1159] = {
[aux_sym_concatenation_repeat1] = STATE(1607),
[sym__simple_heredoc_body] = ACTIONS(779),
[sym__heredoc_body_beginning] = ACTIONS(779),
[sym_file_descriptor] = ACTIONS(779),
[sym__concat] = ACTIONS(1113),
[sym_variable_name] = ACTIONS(779),
[anon_sym_SEMI] = ACTIONS(781),
[anon_sym_PIPE] = ACTIONS(781),
[anon_sym_SEMI_SEMI] = ACTIONS(779),
[anon_sym_PIPE_AMP] = ACTIONS(779),
[anon_sym_AMP_AMP] = ACTIONS(779),
[anon_sym_PIPE_PIPE] = ACTIONS(779),
[anon_sym_LT] = ACTIONS(781),
[anon_sym_GT] = ACTIONS(781),
[anon_sym_GT_GT] = ACTIONS(779),
[anon_sym_AMP_GT] = ACTIONS(781),
[anon_sym_AMP_GT_GT] = ACTIONS(779),
[anon_sym_LT_AMP] = ACTIONS(779),
[anon_sym_GT_AMP] = ACTIONS(779),
[anon_sym_LT_LT] = ACTIONS(781),
[anon_sym_LT_LT_DASH] = ACTIONS(779),
[anon_sym_LT_LT_LT] = ACTIONS(779),
[sym__special_characters] = ACTIONS(779),
[anon_sym_DQUOTE] = ACTIONS(779),
[anon_sym_DOLLAR] = ACTIONS(781),
[sym_raw_string] = ACTIONS(779),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(779),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(779),
[anon_sym_BQUOTE] = ACTIONS(779),
[anon_sym_LT_LPAREN] = ACTIONS(779),
[anon_sym_GT_LPAREN] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(781),
[anon_sym_LF] = ACTIONS(779),
[anon_sym_AMP] = ACTIONS(781),
},
[1160] = {
[aux_sym_concatenation_repeat1] = STATE(665),
[sym__simple_heredoc_body] = ACTIONS(1111),
[sym__heredoc_body_beginning] = ACTIONS(1111),
[sym_file_descriptor] = ACTIONS(1111),
[sym__concat] = ACTIONS(671),
[sym_variable_name] = ACTIONS(1111),
[anon_sym_SEMI] = ACTIONS(1115),
[anon_sym_PIPE] = ACTIONS(1115),
[anon_sym_SEMI_SEMI] = ACTIONS(1111),
[anon_sym_PIPE_AMP] = ACTIONS(1111),
[anon_sym_AMP_AMP] = ACTIONS(1111),
[anon_sym_PIPE_PIPE] = ACTIONS(1111),
[anon_sym_LT] = ACTIONS(1115),
[anon_sym_GT] = ACTIONS(1115),
[anon_sym_GT_GT] = ACTIONS(1111),
[anon_sym_AMP_GT] = ACTIONS(1115),
[anon_sym_AMP_GT_GT] = ACTIONS(1111),
[anon_sym_LT_AMP] = ACTIONS(1111),
[anon_sym_GT_AMP] = ACTIONS(1111),
[anon_sym_LT_LT] = ACTIONS(1115),
[anon_sym_LT_LT_DASH] = ACTIONS(1111),
[anon_sym_LT_LT_LT] = ACTIONS(1111),
[sym__special_characters] = ACTIONS(1111),
[anon_sym_DQUOTE] = ACTIONS(1111),
[anon_sym_DOLLAR] = ACTIONS(1115),
[sym_raw_string] = ACTIONS(1111),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1111),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1111),
[anon_sym_BQUOTE] = ACTIONS(1111),
[anon_sym_LT_LPAREN] = ACTIONS(1111),
[anon_sym_GT_LPAREN] = ACTIONS(1111),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1115),
[sym_word] = ACTIONS(1115),
[anon_sym_LF] = ACTIONS(1111),
[anon_sym_AMP] = ACTIONS(1115),
},
[1161] = {
[aux_sym_concatenation_repeat1] = STATE(665),
[sym__simple_heredoc_body] = ACTIONS(1089),
[sym__heredoc_body_beginning] = ACTIONS(1089),
[sym_file_descriptor] = ACTIONS(1089),
[sym__concat] = ACTIONS(671),
[sym_variable_name] = ACTIONS(1089),
[anon_sym_SEMI] = ACTIONS(1091),
[anon_sym_PIPE] = ACTIONS(1091),
[anon_sym_SEMI_SEMI] = ACTIONS(1089),
[anon_sym_PIPE_AMP] = ACTIONS(1089),
[anon_sym_AMP_AMP] = ACTIONS(1089),
[anon_sym_PIPE_PIPE] = ACTIONS(1089),
[anon_sym_LT] = ACTIONS(1091),
[anon_sym_GT] = ACTIONS(1091),
[anon_sym_GT_GT] = ACTIONS(1089),
[anon_sym_AMP_GT] = ACTIONS(1091),
[anon_sym_AMP_GT_GT] = ACTIONS(1089),
[anon_sym_LT_AMP] = ACTIONS(1089),
[anon_sym_GT_AMP] = ACTIONS(1089),
[anon_sym_LT_LT] = ACTIONS(1091),
[anon_sym_LT_LT_DASH] = ACTIONS(1089),
[anon_sym_LT_LT_LT] = ACTIONS(1089),
[sym__special_characters] = ACTIONS(1089),
[anon_sym_DQUOTE] = ACTIONS(1089),
[anon_sym_DOLLAR] = ACTIONS(1091),
[sym_raw_string] = ACTIONS(1089),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1089),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1089),
[anon_sym_BQUOTE] = ACTIONS(1089),
[anon_sym_LT_LPAREN] = ACTIONS(1089),
[anon_sym_GT_LPAREN] = ACTIONS(1089),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1091),
[sym_word] = ACTIONS(1091),
[anon_sym_LF] = ACTIONS(1089),
[anon_sym_AMP] = ACTIONS(1091),
},
[1162] = {
[aux_sym_concatenation_repeat1] = STATE(1162),
[sym__simple_heredoc_body] = ACTIONS(1730),
[sym__heredoc_body_beginning] = ACTIONS(1730),
[sym_file_descriptor] = ACTIONS(1730),
[sym__concat] = ACTIONS(2685),
[sym_variable_name] = ACTIONS(1730),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_PIPE] = ACTIONS(1732),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[anon_sym_PIPE_AMP] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_GT_GT] = ACTIONS(1730),
[anon_sym_AMP_GT] = ACTIONS(1732),
[anon_sym_AMP_GT_GT] = ACTIONS(1730),
[anon_sym_LT_AMP] = ACTIONS(1730),
[anon_sym_GT_AMP] = ACTIONS(1730),
[anon_sym_LT_LT] = ACTIONS(1732),
[anon_sym_LT_LT_DASH] = ACTIONS(1730),
[anon_sym_LT_LT_LT] = ACTIONS(1730),
[sym__special_characters] = ACTIONS(1730),
[anon_sym_DQUOTE] = ACTIONS(1730),
[anon_sym_DOLLAR] = ACTIONS(1732),
[sym_raw_string] = ACTIONS(1730),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1730),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[anon_sym_LT_LPAREN] = ACTIONS(1730),
[anon_sym_GT_LPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1732),
[sym_word] = ACTIONS(1732),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1732),
},
[1163] = {
[aux_sym_concatenation_repeat1] = STATE(1163),
[sym__simple_heredoc_body] = ACTIONS(1730),
[sym__heredoc_body_beginning] = ACTIONS(1730),
[sym_file_descriptor] = ACTIONS(1730),
[sym__concat] = ACTIONS(2750),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_PIPE] = ACTIONS(1732),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[anon_sym_PIPE_AMP] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_GT_GT] = ACTIONS(1730),
[anon_sym_AMP_GT] = ACTIONS(1732),
[anon_sym_AMP_GT_GT] = ACTIONS(1730),
[anon_sym_LT_AMP] = ACTIONS(1730),
[anon_sym_GT_AMP] = ACTIONS(1730),
[anon_sym_LT_LT] = ACTIONS(1732),
[anon_sym_LT_LT_DASH] = ACTIONS(1730),
[anon_sym_LT_LT_LT] = ACTIONS(1730),
[sym__special_characters] = ACTIONS(1730),
[anon_sym_DQUOTE] = ACTIONS(1730),
[anon_sym_DOLLAR] = ACTIONS(1732),
[sym_raw_string] = ACTIONS(1730),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1730),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[anon_sym_LT_LPAREN] = ACTIONS(1730),
[anon_sym_GT_LPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1732),
[sym_word] = ACTIONS(1732),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1732),
},
[1164] = {
[sym__simple_heredoc_body] = ACTIONS(3612),
[sym__heredoc_body_beginning] = ACTIONS(3612),
[sym_file_descriptor] = ACTIONS(3612),
[ts_builtin_sym_end] = ACTIONS(3612),
[anon_sym_SEMI] = ACTIONS(3614),
[anon_sym_esac] = ACTIONS(3612),
[anon_sym_PIPE] = ACTIONS(3614),
[anon_sym_RPAREN] = ACTIONS(3612),
[anon_sym_SEMI_SEMI] = ACTIONS(3612),
[anon_sym_PIPE_AMP] = ACTIONS(3612),
[anon_sym_AMP_AMP] = ACTIONS(3612),
[anon_sym_PIPE_PIPE] = ACTIONS(3612),
[anon_sym_LT] = ACTIONS(3614),
[anon_sym_GT] = ACTIONS(3614),
[anon_sym_GT_GT] = ACTIONS(3612),
[anon_sym_AMP_GT] = ACTIONS(3614),
[anon_sym_AMP_GT_GT] = ACTIONS(3612),
[anon_sym_LT_AMP] = ACTIONS(3612),
[anon_sym_GT_AMP] = ACTIONS(3612),
[anon_sym_LT_LT] = ACTIONS(3614),
[anon_sym_LT_LT_DASH] = ACTIONS(3612),
[anon_sym_LT_LT_LT] = ACTIONS(3612),
[anon_sym_BQUOTE] = ACTIONS(3612),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3612),
[anon_sym_AMP] = ACTIONS(3614),
},
[1165] = {
[sym__terminated_statement] = STATE(1165),
[sym_redirected_statement] = STATE(526),
[sym_for_statement] = STATE(526),
[sym_c_style_for_statement] = STATE(526),
[sym_while_statement] = STATE(526),
[sym_if_statement] = STATE(526),
[sym_case_statement] = STATE(526),
[sym_function_definition] = STATE(526),
[sym_compound_statement] = STATE(526),
[sym_subshell] = STATE(526),
[sym_pipeline] = STATE(526),
[sym_list] = STATE(526),
[sym_negated_command] = STATE(526),
[sym_test_command] = STATE(526),
[sym_declaration_command] = STATE(526),
[sym_unset_command] = STATE(526),
[sym_command] = STATE(526),
[sym_command_name] = STATE(60),
[sym_variable_assignment] = STATE(527),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(63),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(1165),
[aux_sym_command_repeat1] = STATE(63),
[sym_file_descriptor] = ACTIONS(977),
[sym_variable_name] = ACTIONS(980),
[anon_sym_for] = ACTIONS(983),
[anon_sym_LPAREN_LPAREN] = ACTIONS(986),
[anon_sym_while] = ACTIONS(989),
[anon_sym_done] = ACTIONS(3616),
[anon_sym_if] = ACTIONS(992),
[anon_sym_case] = ACTIONS(995),
[anon_sym_function] = ACTIONS(998),
[anon_sym_LPAREN] = ACTIONS(1001),
[anon_sym_LBRACE] = ACTIONS(1004),
[anon_sym_BANG] = ACTIONS(1007),
[anon_sym_LBRACK] = ACTIONS(1010),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1013),
[anon_sym_declare] = ACTIONS(1016),
[anon_sym_typeset] = ACTIONS(1016),
[anon_sym_export] = ACTIONS(1016),
[anon_sym_readonly] = ACTIONS(1016),
[anon_sym_local] = ACTIONS(1016),
[anon_sym_unset] = ACTIONS(1019),
[anon_sym_unsetenv] = ACTIONS(1019),
[anon_sym_LT] = ACTIONS(1022),
[anon_sym_GT] = ACTIONS(1022),
[anon_sym_GT_GT] = ACTIONS(1025),
[anon_sym_AMP_GT] = ACTIONS(1022),
[anon_sym_AMP_GT_GT] = ACTIONS(1025),
[anon_sym_LT_AMP] = ACTIONS(1025),
[anon_sym_GT_AMP] = ACTIONS(1025),
[sym__special_characters] = ACTIONS(1028),
[anon_sym_DQUOTE] = ACTIONS(1031),
[anon_sym_DOLLAR] = ACTIONS(1034),
[sym_raw_string] = ACTIONS(1037),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1040),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1043),
[anon_sym_BQUOTE] = ACTIONS(1046),
[anon_sym_LT_LPAREN] = ACTIONS(1049),
[anon_sym_GT_LPAREN] = ACTIONS(1049),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1052),
},
[1166] = {
[aux_sym_concatenation_repeat1] = STATE(1168),
[sym__simple_heredoc_body] = ACTIONS(1071),
[sym__heredoc_body_beginning] = ACTIONS(1071),
[sym_file_descriptor] = ACTIONS(1071),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(1073),
[anon_sym_PIPE] = ACTIONS(1073),
[anon_sym_SEMI_SEMI] = ACTIONS(1071),
[anon_sym_PIPE_AMP] = ACTIONS(1071),
[anon_sym_AMP_AMP] = ACTIONS(1071),
[anon_sym_PIPE_PIPE] = ACTIONS(1071),
[anon_sym_LT] = ACTIONS(1073),
[anon_sym_GT] = ACTIONS(1073),
[anon_sym_GT_GT] = ACTIONS(1071),
[anon_sym_AMP_GT] = ACTIONS(1073),
[anon_sym_AMP_GT_GT] = ACTIONS(1071),
[anon_sym_LT_AMP] = ACTIONS(1071),
[anon_sym_GT_AMP] = ACTIONS(1071),
[anon_sym_LT_LT] = ACTIONS(1073),
[anon_sym_LT_LT_DASH] = ACTIONS(1071),
[anon_sym_LT_LT_LT] = ACTIONS(1071),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1071),
[anon_sym_AMP] = ACTIONS(1073),
},
[1167] = {
[aux_sym_concatenation_repeat1] = STATE(1168),
[sym__simple_heredoc_body] = ACTIONS(1075),
[sym__heredoc_body_beginning] = ACTIONS(1075),
[sym_file_descriptor] = ACTIONS(1075),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(1077),
[anon_sym_PIPE] = ACTIONS(1077),
[anon_sym_SEMI_SEMI] = ACTIONS(1075),
[anon_sym_PIPE_AMP] = ACTIONS(1075),
[anon_sym_AMP_AMP] = ACTIONS(1075),
[anon_sym_PIPE_PIPE] = ACTIONS(1075),
[anon_sym_LT] = ACTIONS(1077),
[anon_sym_GT] = ACTIONS(1077),
[anon_sym_GT_GT] = ACTIONS(1075),
[anon_sym_AMP_GT] = ACTIONS(1077),
[anon_sym_AMP_GT_GT] = ACTIONS(1075),
[anon_sym_LT_AMP] = ACTIONS(1075),
[anon_sym_GT_AMP] = ACTIONS(1075),
[anon_sym_LT_LT] = ACTIONS(1077),
[anon_sym_LT_LT_DASH] = ACTIONS(1075),
[anon_sym_LT_LT_LT] = ACTIONS(1075),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1075),
[anon_sym_AMP] = ACTIONS(1077),
},
[1168] = {
[aux_sym_concatenation_repeat1] = STATE(1608),
[sym__simple_heredoc_body] = ACTIONS(779),
[sym__heredoc_body_beginning] = ACTIONS(779),
[sym_file_descriptor] = ACTIONS(779),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(781),
[anon_sym_PIPE] = ACTIONS(781),
[anon_sym_SEMI_SEMI] = ACTIONS(779),
[anon_sym_PIPE_AMP] = ACTIONS(779),
[anon_sym_AMP_AMP] = ACTIONS(779),
[anon_sym_PIPE_PIPE] = ACTIONS(779),
[anon_sym_LT] = ACTIONS(781),
[anon_sym_GT] = ACTIONS(781),
[anon_sym_GT_GT] = ACTIONS(779),
[anon_sym_AMP_GT] = ACTIONS(781),
[anon_sym_AMP_GT_GT] = ACTIONS(779),
[anon_sym_LT_AMP] = ACTIONS(779),
[anon_sym_GT_AMP] = ACTIONS(779),
[anon_sym_LT_LT] = ACTIONS(781),
[anon_sym_LT_LT_DASH] = ACTIONS(779),
[anon_sym_LT_LT_LT] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(779),
[anon_sym_AMP] = ACTIONS(781),
},
[1169] = {
[anon_sym_then] = ACTIONS(3618),
[sym_comment] = ACTIONS(57),
},
[1170] = {
[sym__terminated_statement] = STATE(1610),
[sym_redirected_statement] = STATE(526),
[sym_for_statement] = STATE(526),
[sym_c_style_for_statement] = STATE(526),
[sym_while_statement] = STATE(526),
[sym_if_statement] = STATE(526),
[sym_case_statement] = STATE(526),
[sym_function_definition] = STATE(526),
[sym_compound_statement] = STATE(526),
[sym_subshell] = STATE(526),
[sym_pipeline] = STATE(526),
[sym_list] = STATE(526),
[sym_negated_command] = STATE(526),
[sym_test_command] = STATE(526),
[sym_declaration_command] = STATE(526),
[sym_unset_command] = STATE(526),
[sym_command] = STATE(526),
[sym_command_name] = STATE(60),
[sym_variable_assignment] = STATE(527),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(63),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(1610),
[aux_sym_command_repeat1] = STATE(63),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = ACTIONS(15),
[anon_sym_if] = ACTIONS(17),
[anon_sym_fi] = ACTIONS(3620),
[anon_sym_case] = ACTIONS(19),
[anon_sym_function] = ACTIONS(21),
[anon_sym_LPAREN] = ACTIONS(23),
[anon_sym_LBRACE] = ACTIONS(25),
[anon_sym_BANG] = ACTIONS(99),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(101),
[anon_sym_typeset] = ACTIONS(101),
[anon_sym_export] = ACTIONS(101),
[anon_sym_readonly] = ACTIONS(101),
[anon_sym_local] = ACTIONS(101),
[anon_sym_unset] = ACTIONS(103),
[anon_sym_unsetenv] = ACTIONS(103),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[1171] = {
[sym__simple_heredoc_body] = ACTIONS(3622),
[sym__heredoc_body_beginning] = ACTIONS(3622),
[sym_file_descriptor] = ACTIONS(3622),
[ts_builtin_sym_end] = ACTIONS(3622),
[anon_sym_SEMI] = ACTIONS(3624),
[anon_sym_esac] = ACTIONS(3622),
[anon_sym_PIPE] = ACTIONS(3624),
[anon_sym_RPAREN] = ACTIONS(3622),
[anon_sym_SEMI_SEMI] = ACTIONS(3622),
[anon_sym_PIPE_AMP] = ACTIONS(3622),
[anon_sym_AMP_AMP] = ACTIONS(3622),
[anon_sym_PIPE_PIPE] = ACTIONS(3622),
[anon_sym_LT] = ACTIONS(3624),
[anon_sym_GT] = ACTIONS(3624),
[anon_sym_GT_GT] = ACTIONS(3622),
[anon_sym_AMP_GT] = ACTIONS(3624),
[anon_sym_AMP_GT_GT] = ACTIONS(3622),
[anon_sym_LT_AMP] = ACTIONS(3622),
[anon_sym_GT_AMP] = ACTIONS(3622),
[anon_sym_LT_LT] = ACTIONS(3624),
[anon_sym_LT_LT_DASH] = ACTIONS(3622),
[anon_sym_LT_LT_LT] = ACTIONS(3622),
[anon_sym_BQUOTE] = ACTIONS(3622),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3622),
[anon_sym_AMP] = ACTIONS(3624),
},
[1172] = {
[anon_sym_fi] = ACTIONS(3626),
[sym_comment] = ACTIONS(57),
},
[1173] = {
[sym__terminated_statement] = STATE(1173),
[sym_redirected_statement] = STATE(526),
[sym_for_statement] = STATE(526),
[sym_c_style_for_statement] = STATE(526),
[sym_while_statement] = STATE(526),
[sym_if_statement] = STATE(526),
[sym_case_statement] = STATE(526),
[sym_function_definition] = STATE(526),
[sym_compound_statement] = STATE(526),
[sym_subshell] = STATE(526),
[sym_pipeline] = STATE(526),
[sym_list] = STATE(526),
[sym_negated_command] = STATE(526),
[sym_test_command] = STATE(526),
[sym_declaration_command] = STATE(526),
[sym_unset_command] = STATE(526),
[sym_command] = STATE(526),
[sym_command_name] = STATE(60),
[sym_variable_assignment] = STATE(527),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(63),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(1173),
[aux_sym_command_repeat1] = STATE(63),
[sym_file_descriptor] = ACTIONS(977),
[sym_variable_name] = ACTIONS(980),
[anon_sym_for] = ACTIONS(983),
[anon_sym_LPAREN_LPAREN] = ACTIONS(986),
[anon_sym_while] = ACTIONS(989),
[anon_sym_if] = ACTIONS(992),
[anon_sym_fi] = ACTIONS(3616),
[anon_sym_elif] = ACTIONS(3616),
[anon_sym_else] = ACTIONS(3616),
[anon_sym_case] = ACTIONS(995),
[anon_sym_function] = ACTIONS(998),
[anon_sym_LPAREN] = ACTIONS(1001),
[anon_sym_LBRACE] = ACTIONS(1004),
[anon_sym_BANG] = ACTIONS(1007),
[anon_sym_LBRACK] = ACTIONS(1010),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1013),
[anon_sym_declare] = ACTIONS(1016),
[anon_sym_typeset] = ACTIONS(1016),
[anon_sym_export] = ACTIONS(1016),
[anon_sym_readonly] = ACTIONS(1016),
[anon_sym_local] = ACTIONS(1016),
[anon_sym_unset] = ACTIONS(1019),
[anon_sym_unsetenv] = ACTIONS(1019),
[anon_sym_LT] = ACTIONS(1022),
[anon_sym_GT] = ACTIONS(1022),
[anon_sym_GT_GT] = ACTIONS(1025),
[anon_sym_AMP_GT] = ACTIONS(1022),
[anon_sym_AMP_GT_GT] = ACTIONS(1025),
[anon_sym_LT_AMP] = ACTIONS(1025),
[anon_sym_GT_AMP] = ACTIONS(1025),
[sym__special_characters] = ACTIONS(1028),
[anon_sym_DQUOTE] = ACTIONS(1031),
[anon_sym_DOLLAR] = ACTIONS(1034),
[sym_raw_string] = ACTIONS(1037),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1040),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1043),
[anon_sym_BQUOTE] = ACTIONS(1046),
[anon_sym_LT_LPAREN] = ACTIONS(1049),
[anon_sym_GT_LPAREN] = ACTIONS(1049),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1052),
},
[1174] = {
[sym_elif_clause] = STATE(1175),
[sym_else_clause] = STATE(1612),
[aux_sym_if_statement_repeat1] = STATE(1175),
[anon_sym_fi] = ACTIONS(3626),
[anon_sym_elif] = ACTIONS(2460),
[anon_sym_else] = ACTIONS(2462),
[sym_comment] = ACTIONS(57),
},
[1175] = {
[sym_elif_clause] = STATE(1175),
[aux_sym_if_statement_repeat1] = STATE(1175),
[anon_sym_fi] = ACTIONS(3628),
[anon_sym_elif] = ACTIONS(3630),
[anon_sym_else] = ACTIONS(3628),
[sym_comment] = ACTIONS(57),
},
[1176] = {
[sym__simple_heredoc_body] = ACTIONS(3633),
[sym__heredoc_body_beginning] = ACTIONS(3633),
[sym_file_descriptor] = ACTIONS(3633),
[ts_builtin_sym_end] = ACTIONS(3633),
[anon_sym_SEMI] = ACTIONS(3635),
[anon_sym_esac] = ACTIONS(3633),
[anon_sym_PIPE] = ACTIONS(3635),
[anon_sym_RPAREN] = ACTIONS(3633),
[anon_sym_SEMI_SEMI] = ACTIONS(3633),
[anon_sym_PIPE_AMP] = ACTIONS(3633),
[anon_sym_AMP_AMP] = ACTIONS(3633),
[anon_sym_PIPE_PIPE] = ACTIONS(3633),
[anon_sym_LT] = ACTIONS(3635),
[anon_sym_GT] = ACTIONS(3635),
[anon_sym_GT_GT] = ACTIONS(3633),
[anon_sym_AMP_GT] = ACTIONS(3635),
[anon_sym_AMP_GT_GT] = ACTIONS(3633),
[anon_sym_LT_AMP] = ACTIONS(3633),
[anon_sym_GT_AMP] = ACTIONS(3633),
[anon_sym_LT_LT] = ACTIONS(3635),
[anon_sym_LT_LT_DASH] = ACTIONS(3633),
[anon_sym_LT_LT_LT] = ACTIONS(3633),
[anon_sym_BQUOTE] = ACTIONS(3633),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3633),
[anon_sym_AMP] = ACTIONS(3635),
},
[1177] = {
[aux_sym_case_item_repeat1] = STATE(1615),
[aux_sym_concatenation_repeat1] = STATE(1616),
[sym__concat] = ACTIONS(1195),
[anon_sym_PIPE] = ACTIONS(3637),
[anon_sym_RPAREN] = ACTIONS(3639),
[sym_comment] = ACTIONS(57),
},
[1178] = {
[aux_sym_case_item_repeat1] = STATE(1618),
[aux_sym_concatenation_repeat1] = STATE(1616),
[sym__concat] = ACTIONS(1195),
[anon_sym_PIPE] = ACTIONS(3637),
[anon_sym_RPAREN] = ACTIONS(3641),
[sym_comment] = ACTIONS(57),
},
[1179] = {
[anon_sym_esac] = ACTIONS(3643),
[sym_comment] = ACTIONS(57),
},
[1180] = {
[aux_sym_case_item_repeat1] = STATE(1618),
[anon_sym_PIPE] = ACTIONS(3637),
[anon_sym_RPAREN] = ACTIONS(3641),
[sym_comment] = ACTIONS(57),
},
[1181] = {
[sym_case_item] = STATE(1621),
[sym_last_case_item] = STATE(1620),
[sym_concatenation] = STATE(1180),
[sym_string] = STATE(1178),
[sym_simple_expansion] = STATE(1178),
[sym_string_expansion] = STATE(1178),
[sym_expansion] = STATE(1178),
[sym_command_substitution] = STATE(1178),
[sym_process_substitution] = STATE(1178),
[aux_sym_case_statement_repeat1] = STATE(1621),
[sym__special_characters] = ACTIONS(2466),
[anon_sym_DQUOTE] = ACTIONS(413),
[anon_sym_DOLLAR] = ACTIONS(415),
[sym_raw_string] = ACTIONS(2468),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(419),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(421),
[anon_sym_BQUOTE] = ACTIONS(423),
[anon_sym_LT_LPAREN] = ACTIONS(425),
[anon_sym_GT_LPAREN] = ACTIONS(425),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2468),
},
[1182] = {
[sym_case_item] = STATE(1622),
[sym_last_case_item] = STATE(1620),
[sym_concatenation] = STATE(1180),
[sym_string] = STATE(1178),
[sym_simple_expansion] = STATE(1178),
[sym_string_expansion] = STATE(1178),
[sym_expansion] = STATE(1178),
[sym_command_substitution] = STATE(1178),
[sym_process_substitution] = STATE(1178),
[aux_sym_case_statement_repeat1] = STATE(1622),
[anon_sym_esac] = ACTIONS(3645),
[sym__special_characters] = ACTIONS(2466),
[anon_sym_DQUOTE] = ACTIONS(413),
[anon_sym_DOLLAR] = ACTIONS(415),
[sym_raw_string] = ACTIONS(2468),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(419),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(421),
[anon_sym_BQUOTE] = ACTIONS(423),
[anon_sym_LT_LPAREN] = ACTIONS(425),
[anon_sym_GT_LPAREN] = ACTIONS(425),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2470),
},
[1183] = {
[sym__concat] = ACTIONS(2934),
[anon_sym_in] = ACTIONS(2934),
[anon_sym_SEMI] = ACTIONS(2936),
[anon_sym_SEMI_SEMI] = ACTIONS(2934),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2934),
[anon_sym_AMP] = ACTIONS(2934),
},
[1184] = {
[sym__simple_heredoc_body] = ACTIONS(3647),
[sym__heredoc_body_beginning] = ACTIONS(3647),
[sym_file_descriptor] = ACTIONS(3647),
[ts_builtin_sym_end] = ACTIONS(3647),
[anon_sym_SEMI] = ACTIONS(3649),
[anon_sym_esac] = ACTIONS(3647),
[anon_sym_PIPE] = ACTIONS(3649),
[anon_sym_RPAREN] = ACTIONS(3647),
[anon_sym_SEMI_SEMI] = ACTIONS(3647),
[anon_sym_PIPE_AMP] = ACTIONS(3647),
[anon_sym_AMP_AMP] = ACTIONS(3647),
[anon_sym_PIPE_PIPE] = ACTIONS(3647),
[anon_sym_LT] = ACTIONS(3649),
[anon_sym_GT] = ACTIONS(3649),
[anon_sym_GT_GT] = ACTIONS(3647),
[anon_sym_AMP_GT] = ACTIONS(3649),
[anon_sym_AMP_GT_GT] = ACTIONS(3647),
[anon_sym_LT_AMP] = ACTIONS(3647),
[anon_sym_GT_AMP] = ACTIONS(3647),
[anon_sym_LT_LT] = ACTIONS(3649),
[anon_sym_LT_LT_DASH] = ACTIONS(3647),
[anon_sym_LT_LT_LT] = ACTIONS(3647),
[anon_sym_BQUOTE] = ACTIONS(3647),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3647),
[anon_sym_AMP] = ACTIONS(3649),
},
[1185] = {
[anon_sym_esac] = ACTIONS(3651),
[sym_comment] = ACTIONS(57),
},
[1186] = {
[sym_case_item] = STATE(1621),
[sym_last_case_item] = STATE(1624),
[sym_concatenation] = STATE(1180),
[sym_string] = STATE(1178),
[sym_simple_expansion] = STATE(1178),
[sym_string_expansion] = STATE(1178),
[sym_expansion] = STATE(1178),
[sym_command_substitution] = STATE(1178),
[sym_process_substitution] = STATE(1178),
[aux_sym_case_statement_repeat1] = STATE(1621),
[sym__special_characters] = ACTIONS(2466),
[anon_sym_DQUOTE] = ACTIONS(413),
[anon_sym_DOLLAR] = ACTIONS(415),
[sym_raw_string] = ACTIONS(2468),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(419),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(421),
[anon_sym_BQUOTE] = ACTIONS(423),
[anon_sym_LT_LPAREN] = ACTIONS(425),
[anon_sym_GT_LPAREN] = ACTIONS(425),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2468),
},
[1187] = {
[sym_case_item] = STATE(1625),
[sym_last_case_item] = STATE(1624),
[sym_concatenation] = STATE(1180),
[sym_string] = STATE(1178),
[sym_simple_expansion] = STATE(1178),
[sym_string_expansion] = STATE(1178),
[sym_expansion] = STATE(1178),
[sym_command_substitution] = STATE(1178),
[sym_process_substitution] = STATE(1178),
[aux_sym_case_statement_repeat1] = STATE(1625),
[anon_sym_esac] = ACTIONS(3653),
[sym__special_characters] = ACTIONS(2466),
[anon_sym_DQUOTE] = ACTIONS(413),
[anon_sym_DOLLAR] = ACTIONS(415),
[sym_raw_string] = ACTIONS(2468),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(419),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(421),
[anon_sym_BQUOTE] = ACTIONS(423),
[anon_sym_LT_LPAREN] = ACTIONS(425),
[anon_sym_GT_LPAREN] = ACTIONS(425),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2470),
},
[1188] = {
[sym__concat] = ACTIONS(2948),
[anon_sym_in] = ACTIONS(2948),
[anon_sym_SEMI] = ACTIONS(2950),
[anon_sym_SEMI_SEMI] = ACTIONS(2948),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2948),
[anon_sym_AMP] = ACTIONS(2948),
},
[1189] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(3655),
[sym_comment] = ACTIONS(57),
},
[1190] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(3657),
[sym_comment] = ACTIONS(57),
},
[1191] = {
[anon_sym_RBRACE] = ACTIONS(3657),
[sym_comment] = ACTIONS(57),
},
[1192] = {
[sym_concatenation] = STATE(1630),
[sym_string] = STATE(1629),
[sym_simple_expansion] = STATE(1629),
[sym_string_expansion] = STATE(1629),
[sym_expansion] = STATE(1629),
[sym_command_substitution] = STATE(1629),
[sym_process_substitution] = STATE(1629),
[anon_sym_RBRACE] = ACTIONS(3657),
[sym__special_characters] = ACTIONS(3659),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(3661),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3661),
},
[1193] = {
[sym__concat] = ACTIONS(2984),
[anon_sym_in] = ACTIONS(2984),
[anon_sym_SEMI] = ACTIONS(2986),
[anon_sym_SEMI_SEMI] = ACTIONS(2984),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2984),
[anon_sym_AMP] = ACTIONS(2984),
},
[1194] = {
[sym_concatenation] = STATE(1633),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1633),
[sym_regex] = ACTIONS(3663),
[anon_sym_RBRACE] = ACTIONS(3665),
[anon_sym_EQ] = ACTIONS(3667),
[anon_sym_DASH] = ACTIONS(3667),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3669),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3667),
[anon_sym_COLON_QMARK] = ACTIONS(3667),
[anon_sym_COLON_DASH] = ACTIONS(3667),
[anon_sym_PERCENT] = ACTIONS(3667),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1195] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(3665),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1196] = {
[sym_concatenation] = STATE(1635),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1635),
[sym_regex] = ACTIONS(3671),
[anon_sym_RBRACE] = ACTIONS(3657),
[anon_sym_EQ] = ACTIONS(3673),
[anon_sym_DASH] = ACTIONS(3673),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3675),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3673),
[anon_sym_COLON_QMARK] = ACTIONS(3673),
[anon_sym_COLON_DASH] = ACTIONS(3673),
[anon_sym_PERCENT] = ACTIONS(3673),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1197] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(3657),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1198] = {
[sym_concatenation] = STATE(1637),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1637),
[anon_sym_RBRACE] = ACTIONS(3677),
[anon_sym_EQ] = ACTIONS(3679),
[anon_sym_DASH] = ACTIONS(3679),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3681),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3679),
[anon_sym_COLON_QMARK] = ACTIONS(3679),
[anon_sym_COLON_DASH] = ACTIONS(3679),
[anon_sym_PERCENT] = ACTIONS(3679),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1199] = {
[sym__concat] = ACTIONS(3040),
[anon_sym_in] = ACTIONS(3040),
[anon_sym_SEMI] = ACTIONS(3042),
[anon_sym_SEMI_SEMI] = ACTIONS(3040),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3040),
[anon_sym_AMP] = ACTIONS(3040),
},
[1200] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(3677),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1201] = {
[sym_concatenation] = STATE(1635),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1635),
[anon_sym_RBRACE] = ACTIONS(3657),
[anon_sym_EQ] = ACTIONS(3673),
[anon_sym_DASH] = ACTIONS(3673),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3675),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3673),
[anon_sym_COLON_QMARK] = ACTIONS(3673),
[anon_sym_COLON_DASH] = ACTIONS(3673),
[anon_sym_PERCENT] = ACTIONS(3673),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1202] = {
[sym__concat] = ACTIONS(3095),
[anon_sym_in] = ACTIONS(3095),
[anon_sym_SEMI] = ACTIONS(3097),
[anon_sym_SEMI_SEMI] = ACTIONS(3095),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3095),
[anon_sym_AMP] = ACTIONS(3095),
},
[1203] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(3683),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1204] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(3683),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1205] = {
[anon_sym_SEMI] = ACTIONS(3685),
[anon_sym_RPAREN] = ACTIONS(3683),
[anon_sym_SEMI_SEMI] = ACTIONS(3687),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3687),
[anon_sym_AMP] = ACTIONS(3687),
},
[1206] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(3683),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1207] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(3683),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1208] = {
[anon_sym_SEMI] = ACTIONS(3689),
[anon_sym_SEMI_SEMI] = ACTIONS(3691),
[anon_sym_BQUOTE] = ACTIONS(3683),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3691),
[anon_sym_AMP] = ACTIONS(3691),
},
[1209] = {
[sym__concat] = ACTIONS(3125),
[anon_sym_in] = ACTIONS(3125),
[anon_sym_SEMI] = ACTIONS(3127),
[anon_sym_SEMI_SEMI] = ACTIONS(3125),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3125),
[anon_sym_AMP] = ACTIONS(3125),
},
[1210] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(3693),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1211] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(3693),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1212] = {
[anon_sym_SEMI] = ACTIONS(3695),
[anon_sym_RPAREN] = ACTIONS(3693),
[anon_sym_SEMI_SEMI] = ACTIONS(3697),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3697),
[anon_sym_AMP] = ACTIONS(3697),
},
[1213] = {
[sym__simple_heredoc_body] = ACTIONS(3699),
[sym__heredoc_body_beginning] = ACTIONS(3699),
[sym_file_descriptor] = ACTIONS(3699),
[ts_builtin_sym_end] = ACTIONS(3699),
[anon_sym_SEMI] = ACTIONS(3701),
[anon_sym_esac] = ACTIONS(3699),
[anon_sym_PIPE] = ACTIONS(3701),
[anon_sym_RPAREN] = ACTIONS(3699),
[anon_sym_SEMI_SEMI] = ACTIONS(3699),
[anon_sym_PIPE_AMP] = ACTIONS(3699),
[anon_sym_AMP_AMP] = ACTIONS(3699),
[anon_sym_PIPE_PIPE] = ACTIONS(3699),
[anon_sym_LT] = ACTIONS(3701),
[anon_sym_GT] = ACTIONS(3701),
[anon_sym_GT_GT] = ACTIONS(3699),
[anon_sym_AMP_GT] = ACTIONS(3701),
[anon_sym_AMP_GT_GT] = ACTIONS(3699),
[anon_sym_LT_AMP] = ACTIONS(3699),
[anon_sym_GT_AMP] = ACTIONS(3699),
[anon_sym_LT_LT] = ACTIONS(3701),
[anon_sym_LT_LT_DASH] = ACTIONS(3699),
[anon_sym_LT_LT_LT] = ACTIONS(3699),
[anon_sym_BQUOTE] = ACTIONS(3699),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3699),
[anon_sym_AMP] = ACTIONS(3701),
},
[1214] = {
[aux_sym_concatenation_repeat1] = STATE(1643),
[sym__simple_heredoc_body] = ACTIONS(779),
[sym__heredoc_body_beginning] = ACTIONS(779),
[sym_file_descriptor] = ACTIONS(779),
[sym__concat] = ACTIONS(1113),
[sym_variable_name] = ACTIONS(779),
[anon_sym_SEMI] = ACTIONS(781),
[anon_sym_PIPE] = ACTIONS(781),
[anon_sym_RPAREN] = ACTIONS(779),
[anon_sym_SEMI_SEMI] = ACTIONS(779),
[anon_sym_PIPE_AMP] = ACTIONS(779),
[anon_sym_AMP_AMP] = ACTIONS(779),
[anon_sym_PIPE_PIPE] = ACTIONS(779),
[anon_sym_LT] = ACTIONS(781),
[anon_sym_GT] = ACTIONS(781),
[anon_sym_GT_GT] = ACTIONS(779),
[anon_sym_AMP_GT] = ACTIONS(781),
[anon_sym_AMP_GT_GT] = ACTIONS(779),
[anon_sym_LT_AMP] = ACTIONS(779),
[anon_sym_GT_AMP] = ACTIONS(779),
[anon_sym_LT_LT] = ACTIONS(781),
[anon_sym_LT_LT_DASH] = ACTIONS(779),
[anon_sym_LT_LT_LT] = ACTIONS(779),
[sym__special_characters] = ACTIONS(779),
[anon_sym_DQUOTE] = ACTIONS(779),
[anon_sym_DOLLAR] = ACTIONS(781),
[sym_raw_string] = ACTIONS(779),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(779),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(779),
[anon_sym_BQUOTE] = ACTIONS(779),
[anon_sym_LT_LPAREN] = ACTIONS(779),
[anon_sym_GT_LPAREN] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(781),
[anon_sym_LF] = ACTIONS(779),
[anon_sym_AMP] = ACTIONS(781),
},
[1215] = {
[aux_sym_concatenation_repeat1] = STATE(729),
[sym__simple_heredoc_body] = ACTIONS(1111),
[sym__heredoc_body_beginning] = ACTIONS(1111),
[sym_file_descriptor] = ACTIONS(1111),
[sym__concat] = ACTIONS(671),
[sym_variable_name] = ACTIONS(1111),
[anon_sym_SEMI] = ACTIONS(1115),
[anon_sym_PIPE] = ACTIONS(1115),
[anon_sym_RPAREN] = ACTIONS(1111),
[anon_sym_SEMI_SEMI] = ACTIONS(1111),
[anon_sym_PIPE_AMP] = ACTIONS(1111),
[anon_sym_AMP_AMP] = ACTIONS(1111),
[anon_sym_PIPE_PIPE] = ACTIONS(1111),
[anon_sym_LT] = ACTIONS(1115),
[anon_sym_GT] = ACTIONS(1115),
[anon_sym_GT_GT] = ACTIONS(1111),
[anon_sym_AMP_GT] = ACTIONS(1115),
[anon_sym_AMP_GT_GT] = ACTIONS(1111),
[anon_sym_LT_AMP] = ACTIONS(1111),
[anon_sym_GT_AMP] = ACTIONS(1111),
[anon_sym_LT_LT] = ACTIONS(1115),
[anon_sym_LT_LT_DASH] = ACTIONS(1111),
[anon_sym_LT_LT_LT] = ACTIONS(1111),
[sym__special_characters] = ACTIONS(1111),
[anon_sym_DQUOTE] = ACTIONS(1111),
[anon_sym_DOLLAR] = ACTIONS(1115),
[sym_raw_string] = ACTIONS(1111),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1111),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1111),
[anon_sym_BQUOTE] = ACTIONS(1111),
[anon_sym_LT_LPAREN] = ACTIONS(1111),
[anon_sym_GT_LPAREN] = ACTIONS(1111),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1115),
[sym_word] = ACTIONS(1115),
[anon_sym_LF] = ACTIONS(1111),
[anon_sym_AMP] = ACTIONS(1115),
},
[1216] = {
[aux_sym_concatenation_repeat1] = STATE(729),
[sym__simple_heredoc_body] = ACTIONS(1089),
[sym__heredoc_body_beginning] = ACTIONS(1089),
[sym_file_descriptor] = ACTIONS(1089),
[sym__concat] = ACTIONS(671),
[sym_variable_name] = ACTIONS(1089),
[anon_sym_SEMI] = ACTIONS(1091),
[anon_sym_PIPE] = ACTIONS(1091),
[anon_sym_RPAREN] = ACTIONS(1089),
[anon_sym_SEMI_SEMI] = ACTIONS(1089),
[anon_sym_PIPE_AMP] = ACTIONS(1089),
[anon_sym_AMP_AMP] = ACTIONS(1089),
[anon_sym_PIPE_PIPE] = ACTIONS(1089),
[anon_sym_LT] = ACTIONS(1091),
[anon_sym_GT] = ACTIONS(1091),
[anon_sym_GT_GT] = ACTIONS(1089),
[anon_sym_AMP_GT] = ACTIONS(1091),
[anon_sym_AMP_GT_GT] = ACTIONS(1089),
[anon_sym_LT_AMP] = ACTIONS(1089),
[anon_sym_GT_AMP] = ACTIONS(1089),
[anon_sym_LT_LT] = ACTIONS(1091),
[anon_sym_LT_LT_DASH] = ACTIONS(1089),
[anon_sym_LT_LT_LT] = ACTIONS(1089),
[sym__special_characters] = ACTIONS(1089),
[anon_sym_DQUOTE] = ACTIONS(1089),
[anon_sym_DOLLAR] = ACTIONS(1091),
[sym_raw_string] = ACTIONS(1089),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1089),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1089),
[anon_sym_BQUOTE] = ACTIONS(1089),
[anon_sym_LT_LPAREN] = ACTIONS(1089),
[anon_sym_GT_LPAREN] = ACTIONS(1089),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1091),
[sym_word] = ACTIONS(1091),
[anon_sym_LF] = ACTIONS(1089),
[anon_sym_AMP] = ACTIONS(1091),
},
[1217] = {
[aux_sym_concatenation_repeat1] = STATE(1217),
[sym__simple_heredoc_body] = ACTIONS(1730),
[sym__heredoc_body_beginning] = ACTIONS(1730),
[sym_file_descriptor] = ACTIONS(1730),
[sym__concat] = ACTIONS(2685),
[sym_variable_name] = ACTIONS(1730),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_PIPE] = ACTIONS(1732),
[anon_sym_RPAREN] = ACTIONS(1730),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[anon_sym_PIPE_AMP] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_GT_GT] = ACTIONS(1730),
[anon_sym_AMP_GT] = ACTIONS(1732),
[anon_sym_AMP_GT_GT] = ACTIONS(1730),
[anon_sym_LT_AMP] = ACTIONS(1730),
[anon_sym_GT_AMP] = ACTIONS(1730),
[anon_sym_LT_LT] = ACTIONS(1732),
[anon_sym_LT_LT_DASH] = ACTIONS(1730),
[anon_sym_LT_LT_LT] = ACTIONS(1730),
[sym__special_characters] = ACTIONS(1730),
[anon_sym_DQUOTE] = ACTIONS(1730),
[anon_sym_DOLLAR] = ACTIONS(1732),
[sym_raw_string] = ACTIONS(1730),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1730),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[anon_sym_LT_LPAREN] = ACTIONS(1730),
[anon_sym_GT_LPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1732),
[sym_word] = ACTIONS(1732),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1732),
},
[1218] = {
[aux_sym_concatenation_repeat1] = STATE(1218),
[sym__simple_heredoc_body] = ACTIONS(1730),
[sym__heredoc_body_beginning] = ACTIONS(1730),
[sym_file_descriptor] = ACTIONS(1730),
[sym__concat] = ACTIONS(2750),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_PIPE] = ACTIONS(1732),
[anon_sym_RPAREN] = ACTIONS(1730),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[anon_sym_PIPE_AMP] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_GT_GT] = ACTIONS(1730),
[anon_sym_AMP_GT] = ACTIONS(1732),
[anon_sym_AMP_GT_GT] = ACTIONS(1730),
[anon_sym_LT_AMP] = ACTIONS(1730),
[anon_sym_GT_AMP] = ACTIONS(1730),
[anon_sym_LT_LT] = ACTIONS(1732),
[anon_sym_LT_LT_DASH] = ACTIONS(1730),
[anon_sym_LT_LT_LT] = ACTIONS(1730),
[sym__special_characters] = ACTIONS(1730),
[anon_sym_DQUOTE] = ACTIONS(1730),
[anon_sym_DOLLAR] = ACTIONS(1732),
[sym_raw_string] = ACTIONS(1730),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1730),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[anon_sym_LT_LPAREN] = ACTIONS(1730),
[anon_sym_GT_LPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1732),
[sym_word] = ACTIONS(1732),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1732),
},
[1219] = {
[aux_sym_concatenation_repeat1] = STATE(1221),
[sym__simple_heredoc_body] = ACTIONS(1071),
[sym__heredoc_body_beginning] = ACTIONS(1071),
[sym_file_descriptor] = ACTIONS(1071),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(1073),
[anon_sym_PIPE] = ACTIONS(1073),
[anon_sym_RPAREN] = ACTIONS(1071),
[anon_sym_SEMI_SEMI] = ACTIONS(1071),
[anon_sym_PIPE_AMP] = ACTIONS(1071),
[anon_sym_AMP_AMP] = ACTIONS(1071),
[anon_sym_PIPE_PIPE] = ACTIONS(1071),
[anon_sym_LT] = ACTIONS(1073),
[anon_sym_GT] = ACTIONS(1073),
[anon_sym_GT_GT] = ACTIONS(1071),
[anon_sym_AMP_GT] = ACTIONS(1073),
[anon_sym_AMP_GT_GT] = ACTIONS(1071),
[anon_sym_LT_AMP] = ACTIONS(1071),
[anon_sym_GT_AMP] = ACTIONS(1071),
[anon_sym_LT_LT] = ACTIONS(1073),
[anon_sym_LT_LT_DASH] = ACTIONS(1071),
[anon_sym_LT_LT_LT] = ACTIONS(1071),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1071),
[anon_sym_AMP] = ACTIONS(1073),
},
[1220] = {
[aux_sym_concatenation_repeat1] = STATE(1221),
[sym__simple_heredoc_body] = ACTIONS(1075),
[sym__heredoc_body_beginning] = ACTIONS(1075),
[sym_file_descriptor] = ACTIONS(1075),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(1077),
[anon_sym_PIPE] = ACTIONS(1077),
[anon_sym_RPAREN] = ACTIONS(1075),
[anon_sym_SEMI_SEMI] = ACTIONS(1075),
[anon_sym_PIPE_AMP] = ACTIONS(1075),
[anon_sym_AMP_AMP] = ACTIONS(1075),
[anon_sym_PIPE_PIPE] = ACTIONS(1075),
[anon_sym_LT] = ACTIONS(1077),
[anon_sym_GT] = ACTIONS(1077),
[anon_sym_GT_GT] = ACTIONS(1075),
[anon_sym_AMP_GT] = ACTIONS(1077),
[anon_sym_AMP_GT_GT] = ACTIONS(1075),
[anon_sym_LT_AMP] = ACTIONS(1075),
[anon_sym_GT_AMP] = ACTIONS(1075),
[anon_sym_LT_LT] = ACTIONS(1077),
[anon_sym_LT_LT_DASH] = ACTIONS(1075),
[anon_sym_LT_LT_LT] = ACTIONS(1075),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1075),
[anon_sym_AMP] = ACTIONS(1077),
},
[1221] = {
[aux_sym_concatenation_repeat1] = STATE(1644),
[sym__simple_heredoc_body] = ACTIONS(779),
[sym__heredoc_body_beginning] = ACTIONS(779),
[sym_file_descriptor] = ACTIONS(779),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(781),
[anon_sym_PIPE] = ACTIONS(781),
[anon_sym_RPAREN] = ACTIONS(779),
[anon_sym_SEMI_SEMI] = ACTIONS(779),
[anon_sym_PIPE_AMP] = ACTIONS(779),
[anon_sym_AMP_AMP] = ACTIONS(779),
[anon_sym_PIPE_PIPE] = ACTIONS(779),
[anon_sym_LT] = ACTIONS(781),
[anon_sym_GT] = ACTIONS(781),
[anon_sym_GT_GT] = ACTIONS(779),
[anon_sym_AMP_GT] = ACTIONS(781),
[anon_sym_AMP_GT_GT] = ACTIONS(779),
[anon_sym_LT_AMP] = ACTIONS(779),
[anon_sym_GT_AMP] = ACTIONS(779),
[anon_sym_LT_LT] = ACTIONS(781),
[anon_sym_LT_LT_DASH] = ACTIONS(779),
[anon_sym_LT_LT_LT] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(779),
[anon_sym_AMP] = ACTIONS(781),
},
[1222] = {
[sym__simple_heredoc_body] = ACTIONS(3703),
[sym__heredoc_body_beginning] = ACTIONS(3703),
[sym_file_descriptor] = ACTIONS(3703),
[ts_builtin_sym_end] = ACTIONS(3703),
[anon_sym_SEMI] = ACTIONS(3705),
[anon_sym_esac] = ACTIONS(3703),
[anon_sym_PIPE] = ACTIONS(3705),
[anon_sym_RPAREN] = ACTIONS(3703),
[anon_sym_SEMI_SEMI] = ACTIONS(3703),
[anon_sym_PIPE_AMP] = ACTIONS(3703),
[anon_sym_AMP_AMP] = ACTIONS(3703),
[anon_sym_PIPE_PIPE] = ACTIONS(3703),
[anon_sym_LT] = ACTIONS(3705),
[anon_sym_GT] = ACTIONS(3705),
[anon_sym_GT_GT] = ACTIONS(3703),
[anon_sym_AMP_GT] = ACTIONS(3705),
[anon_sym_AMP_GT_GT] = ACTIONS(3703),
[anon_sym_LT_AMP] = ACTIONS(3703),
[anon_sym_GT_AMP] = ACTIONS(3703),
[anon_sym_LT_LT] = ACTIONS(3705),
[anon_sym_LT_LT_DASH] = ACTIONS(3703),
[anon_sym_LT_LT_LT] = ACTIONS(3703),
[anon_sym_BQUOTE] = ACTIONS(3703),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3703),
[anon_sym_AMP] = ACTIONS(3705),
},
[1223] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(3707),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1224] = {
[sym_file_descriptor] = ACTIONS(2080),
[sym_variable_name] = ACTIONS(2080),
[anon_sym_LT] = ACTIONS(2082),
[anon_sym_GT] = ACTIONS(2082),
[anon_sym_GT_GT] = ACTIONS(2080),
[anon_sym_AMP_GT] = ACTIONS(2082),
[anon_sym_AMP_GT_GT] = ACTIONS(2080),
[anon_sym_LT_AMP] = ACTIONS(2080),
[anon_sym_GT_AMP] = ACTIONS(2080),
[sym__special_characters] = ACTIONS(2080),
[anon_sym_DQUOTE] = ACTIONS(2080),
[anon_sym_DOLLAR] = ACTIONS(2082),
[sym_raw_string] = ACTIONS(2080),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2080),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2080),
[anon_sym_BQUOTE] = ACTIONS(2080),
[anon_sym_LT_LPAREN] = ACTIONS(2080),
[anon_sym_GT_LPAREN] = ACTIONS(2080),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2080),
},
[1225] = {
[sym_concatenation] = STATE(1015),
[sym_string] = STATE(539),
[sym_simple_expansion] = STATE(539),
[sym_string_expansion] = STATE(539),
[sym_expansion] = STATE(539),
[sym_command_substitution] = STATE(539),
[sym_process_substitution] = STATE(539),
[aux_sym_for_statement_repeat1] = STATE(1015),
[anon_sym_RPAREN] = ACTIONS(3709),
[sym__special_characters] = ACTIONS(1095),
[anon_sym_DQUOTE] = ACTIONS(1097),
[anon_sym_DOLLAR] = ACTIONS(1099),
[sym_raw_string] = ACTIONS(1101),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1103),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1105),
[anon_sym_BQUOTE] = ACTIONS(1107),
[anon_sym_LT_LPAREN] = ACTIONS(1109),
[anon_sym_GT_LPAREN] = ACTIONS(1109),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1101),
},
[1226] = {
[sym__concat] = ACTIONS(2934),
[anon_sym_AMP_AMP] = ACTIONS(2934),
[anon_sym_PIPE_PIPE] = ACTIONS(2934),
[anon_sym_RBRACK] = ACTIONS(2934),
[anon_sym_EQ_TILDE] = ACTIONS(2934),
[anon_sym_EQ_EQ] = ACTIONS(2934),
[anon_sym_EQ] = ACTIONS(2936),
[anon_sym_PLUS_EQ] = ACTIONS(2934),
[anon_sym_LT] = ACTIONS(2936),
[anon_sym_GT] = ACTIONS(2936),
[anon_sym_BANG_EQ] = ACTIONS(2934),
[anon_sym_PLUS] = ACTIONS(2936),
[anon_sym_DASH] = ACTIONS(2936),
[anon_sym_DASH_EQ] = ACTIONS(2934),
[anon_sym_LT_EQ] = ACTIONS(2934),
[anon_sym_GT_EQ] = ACTIONS(2934),
[anon_sym_PLUS_PLUS] = ACTIONS(2934),
[anon_sym_DASH_DASH] = ACTIONS(2934),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(2934),
},
[1227] = {
[sym__concat] = ACTIONS(2948),
[anon_sym_AMP_AMP] = ACTIONS(2948),
[anon_sym_PIPE_PIPE] = ACTIONS(2948),
[anon_sym_RBRACK] = ACTIONS(2948),
[anon_sym_EQ_TILDE] = ACTIONS(2948),
[anon_sym_EQ_EQ] = ACTIONS(2948),
[anon_sym_EQ] = ACTIONS(2950),
[anon_sym_PLUS_EQ] = ACTIONS(2948),
[anon_sym_LT] = ACTIONS(2950),
[anon_sym_GT] = ACTIONS(2950),
[anon_sym_BANG_EQ] = ACTIONS(2948),
[anon_sym_PLUS] = ACTIONS(2950),
[anon_sym_DASH] = ACTIONS(2950),
[anon_sym_DASH_EQ] = ACTIONS(2948),
[anon_sym_LT_EQ] = ACTIONS(2948),
[anon_sym_GT_EQ] = ACTIONS(2948),
[anon_sym_PLUS_PLUS] = ACTIONS(2948),
[anon_sym_DASH_DASH] = ACTIONS(2948),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(2948),
},
[1228] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(3711),
[sym_comment] = ACTIONS(57),
},
[1229] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(3713),
[sym_comment] = ACTIONS(57),
},
[1230] = {
[anon_sym_RBRACE] = ACTIONS(3713),
[sym_comment] = ACTIONS(57),
},
[1231] = {
[sym_concatenation] = STATE(1651),
[sym_string] = STATE(1650),
[sym_simple_expansion] = STATE(1650),
[sym_string_expansion] = STATE(1650),
[sym_expansion] = STATE(1650),
[sym_command_substitution] = STATE(1650),
[sym_process_substitution] = STATE(1650),
[anon_sym_RBRACE] = ACTIONS(3713),
[sym__special_characters] = ACTIONS(3715),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(3717),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3717),
},
[1232] = {
[sym__concat] = ACTIONS(2984),
[anon_sym_AMP_AMP] = ACTIONS(2984),
[anon_sym_PIPE_PIPE] = ACTIONS(2984),
[anon_sym_RBRACK] = ACTIONS(2984),
[anon_sym_EQ_TILDE] = ACTIONS(2984),
[anon_sym_EQ_EQ] = ACTIONS(2984),
[anon_sym_EQ] = ACTIONS(2986),
[anon_sym_PLUS_EQ] = ACTIONS(2984),
[anon_sym_LT] = ACTIONS(2986),
[anon_sym_GT] = ACTIONS(2986),
[anon_sym_BANG_EQ] = ACTIONS(2984),
[anon_sym_PLUS] = ACTIONS(2986),
[anon_sym_DASH] = ACTIONS(2986),
[anon_sym_DASH_EQ] = ACTIONS(2984),
[anon_sym_LT_EQ] = ACTIONS(2984),
[anon_sym_GT_EQ] = ACTIONS(2984),
[anon_sym_PLUS_PLUS] = ACTIONS(2984),
[anon_sym_DASH_DASH] = ACTIONS(2984),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(2984),
},
[1233] = {
[sym_concatenation] = STATE(1654),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1654),
[sym_regex] = ACTIONS(3719),
[anon_sym_RBRACE] = ACTIONS(3721),
[anon_sym_EQ] = ACTIONS(3723),
[anon_sym_DASH] = ACTIONS(3723),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3725),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3723),
[anon_sym_COLON_QMARK] = ACTIONS(3723),
[anon_sym_COLON_DASH] = ACTIONS(3723),
[anon_sym_PERCENT] = ACTIONS(3723),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1234] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(3721),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1235] = {
[sym_concatenation] = STATE(1656),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1656),
[sym_regex] = ACTIONS(3727),
[anon_sym_RBRACE] = ACTIONS(3713),
[anon_sym_EQ] = ACTIONS(3729),
[anon_sym_DASH] = ACTIONS(3729),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3731),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3729),
[anon_sym_COLON_QMARK] = ACTIONS(3729),
[anon_sym_COLON_DASH] = ACTIONS(3729),
[anon_sym_PERCENT] = ACTIONS(3729),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1236] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(3713),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1237] = {
[sym_concatenation] = STATE(1658),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1658),
[anon_sym_RBRACE] = ACTIONS(3733),
[anon_sym_EQ] = ACTIONS(3735),
[anon_sym_DASH] = ACTIONS(3735),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3737),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3735),
[anon_sym_COLON_QMARK] = ACTIONS(3735),
[anon_sym_COLON_DASH] = ACTIONS(3735),
[anon_sym_PERCENT] = ACTIONS(3735),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1238] = {
[sym__concat] = ACTIONS(3040),
[anon_sym_AMP_AMP] = ACTIONS(3040),
[anon_sym_PIPE_PIPE] = ACTIONS(3040),
[anon_sym_RBRACK] = ACTIONS(3040),
[anon_sym_EQ_TILDE] = ACTIONS(3040),
[anon_sym_EQ_EQ] = ACTIONS(3040),
[anon_sym_EQ] = ACTIONS(3042),
[anon_sym_PLUS_EQ] = ACTIONS(3040),
[anon_sym_LT] = ACTIONS(3042),
[anon_sym_GT] = ACTIONS(3042),
[anon_sym_BANG_EQ] = ACTIONS(3040),
[anon_sym_PLUS] = ACTIONS(3042),
[anon_sym_DASH] = ACTIONS(3042),
[anon_sym_DASH_EQ] = ACTIONS(3040),
[anon_sym_LT_EQ] = ACTIONS(3040),
[anon_sym_GT_EQ] = ACTIONS(3040),
[anon_sym_PLUS_PLUS] = ACTIONS(3040),
[anon_sym_DASH_DASH] = ACTIONS(3040),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(3040),
},
[1239] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(3733),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1240] = {
[sym_concatenation] = STATE(1656),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1656),
[anon_sym_RBRACE] = ACTIONS(3713),
[anon_sym_EQ] = ACTIONS(3729),
[anon_sym_DASH] = ACTIONS(3729),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3731),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3729),
[anon_sym_COLON_QMARK] = ACTIONS(3729),
[anon_sym_COLON_DASH] = ACTIONS(3729),
[anon_sym_PERCENT] = ACTIONS(3729),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1241] = {
[sym__concat] = ACTIONS(3095),
[anon_sym_AMP_AMP] = ACTIONS(3095),
[anon_sym_PIPE_PIPE] = ACTIONS(3095),
[anon_sym_RBRACK] = ACTIONS(3095),
[anon_sym_EQ_TILDE] = ACTIONS(3095),
[anon_sym_EQ_EQ] = ACTIONS(3095),
[anon_sym_EQ] = ACTIONS(3097),
[anon_sym_PLUS_EQ] = ACTIONS(3095),
[anon_sym_LT] = ACTIONS(3097),
[anon_sym_GT] = ACTIONS(3097),
[anon_sym_BANG_EQ] = ACTIONS(3095),
[anon_sym_PLUS] = ACTIONS(3097),
[anon_sym_DASH] = ACTIONS(3097),
[anon_sym_DASH_EQ] = ACTIONS(3095),
[anon_sym_LT_EQ] = ACTIONS(3095),
[anon_sym_GT_EQ] = ACTIONS(3095),
[anon_sym_PLUS_PLUS] = ACTIONS(3095),
[anon_sym_DASH_DASH] = ACTIONS(3095),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(3095),
},
[1242] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(3739),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1243] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(3739),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1244] = {
[anon_sym_SEMI] = ACTIONS(3741),
[anon_sym_RPAREN] = ACTIONS(3739),
[anon_sym_SEMI_SEMI] = ACTIONS(3743),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3743),
[anon_sym_AMP] = ACTIONS(3743),
},
[1245] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(3739),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1246] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(3739),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1247] = {
[anon_sym_SEMI] = ACTIONS(3745),
[anon_sym_SEMI_SEMI] = ACTIONS(3747),
[anon_sym_BQUOTE] = ACTIONS(3739),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3747),
[anon_sym_AMP] = ACTIONS(3747),
},
[1248] = {
[sym__concat] = ACTIONS(3125),
[anon_sym_AMP_AMP] = ACTIONS(3125),
[anon_sym_PIPE_PIPE] = ACTIONS(3125),
[anon_sym_RBRACK] = ACTIONS(3125),
[anon_sym_EQ_TILDE] = ACTIONS(3125),
[anon_sym_EQ_EQ] = ACTIONS(3125),
[anon_sym_EQ] = ACTIONS(3127),
[anon_sym_PLUS_EQ] = ACTIONS(3125),
[anon_sym_LT] = ACTIONS(3127),
[anon_sym_GT] = ACTIONS(3127),
[anon_sym_BANG_EQ] = ACTIONS(3125),
[anon_sym_PLUS] = ACTIONS(3127),
[anon_sym_DASH] = ACTIONS(3127),
[anon_sym_DASH_EQ] = ACTIONS(3125),
[anon_sym_LT_EQ] = ACTIONS(3125),
[anon_sym_GT_EQ] = ACTIONS(3125),
[anon_sym_PLUS_PLUS] = ACTIONS(3125),
[anon_sym_DASH_DASH] = ACTIONS(3125),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(3125),
},
[1249] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(3749),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1250] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(3749),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1251] = {
[anon_sym_SEMI] = ACTIONS(3751),
[anon_sym_RPAREN] = ACTIONS(3749),
[anon_sym_SEMI_SEMI] = ACTIONS(3753),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3753),
[anon_sym_AMP] = ACTIONS(3753),
},
[1252] = {
[sym__simple_heredoc_body] = ACTIONS(2080),
[sym__heredoc_body_beginning] = ACTIONS(2080),
[sym_file_descriptor] = ACTIONS(2080),
[sym_variable_name] = ACTIONS(2080),
[ts_builtin_sym_end] = ACTIONS(2080),
[anon_sym_SEMI] = ACTIONS(2082),
[anon_sym_PIPE] = ACTIONS(2082),
[anon_sym_RPAREN] = ACTIONS(2080),
[anon_sym_SEMI_SEMI] = ACTIONS(2080),
[anon_sym_PIPE_AMP] = ACTIONS(2080),
[anon_sym_AMP_AMP] = ACTIONS(2080),
[anon_sym_PIPE_PIPE] = ACTIONS(2080),
[anon_sym_LT] = ACTIONS(2082),
[anon_sym_GT] = ACTIONS(2082),
[anon_sym_GT_GT] = ACTIONS(2080),
[anon_sym_AMP_GT] = ACTIONS(2082),
[anon_sym_AMP_GT_GT] = ACTIONS(2080),
[anon_sym_LT_AMP] = ACTIONS(2080),
[anon_sym_GT_AMP] = ACTIONS(2080),
[anon_sym_LT_LT] = ACTIONS(2082),
[anon_sym_LT_LT_DASH] = ACTIONS(2080),
[anon_sym_LT_LT_LT] = ACTIONS(2080),
[sym__special_characters] = ACTIONS(2080),
[anon_sym_DQUOTE] = ACTIONS(2080),
[anon_sym_DOLLAR] = ACTIONS(2082),
[sym_raw_string] = ACTIONS(2080),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2080),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2080),
[anon_sym_BQUOTE] = ACTIONS(2080),
[anon_sym_LT_LPAREN] = ACTIONS(2080),
[anon_sym_GT_LPAREN] = ACTIONS(2080),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2082),
[sym_word] = ACTIONS(2082),
[anon_sym_LF] = ACTIONS(2080),
[anon_sym_AMP] = ACTIONS(2082),
},
[1253] = {
[sym_concatenation] = STATE(1015),
[sym_string] = STATE(539),
[sym_simple_expansion] = STATE(539),
[sym_string_expansion] = STATE(539),
[sym_expansion] = STATE(539),
[sym_command_substitution] = STATE(539),
[sym_process_substitution] = STATE(539),
[aux_sym_for_statement_repeat1] = STATE(1015),
[anon_sym_RPAREN] = ACTIONS(3755),
[sym__special_characters] = ACTIONS(1095),
[anon_sym_DQUOTE] = ACTIONS(1097),
[anon_sym_DOLLAR] = ACTIONS(1099),
[sym_raw_string] = ACTIONS(1101),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1103),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1105),
[anon_sym_BQUOTE] = ACTIONS(1107),
[anon_sym_LT_LPAREN] = ACTIONS(1109),
[anon_sym_GT_LPAREN] = ACTIONS(1109),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1101),
},
[1254] = {
[sym__simple_heredoc_body] = ACTIONS(2934),
[sym__heredoc_body_beginning] = ACTIONS(2934),
[sym_file_descriptor] = ACTIONS(2934),
[sym__concat] = ACTIONS(2934),
[sym_variable_name] = ACTIONS(2934),
[ts_builtin_sym_end] = ACTIONS(2934),
[anon_sym_SEMI] = ACTIONS(2936),
[anon_sym_PIPE] = ACTIONS(2936),
[anon_sym_RPAREN] = ACTIONS(2934),
[anon_sym_SEMI_SEMI] = ACTIONS(2934),
[anon_sym_PIPE_AMP] = ACTIONS(2934),
[anon_sym_AMP_AMP] = ACTIONS(2934),
[anon_sym_PIPE_PIPE] = ACTIONS(2934),
[anon_sym_LT] = ACTIONS(2936),
[anon_sym_GT] = ACTIONS(2936),
[anon_sym_GT_GT] = ACTIONS(2934),
[anon_sym_AMP_GT] = ACTIONS(2936),
[anon_sym_AMP_GT_GT] = ACTIONS(2934),
[anon_sym_LT_AMP] = ACTIONS(2934),
[anon_sym_GT_AMP] = ACTIONS(2934),
[anon_sym_LT_LT] = ACTIONS(2936),
[anon_sym_LT_LT_DASH] = ACTIONS(2934),
[anon_sym_LT_LT_LT] = ACTIONS(2934),
[sym__special_characters] = ACTIONS(2934),
[anon_sym_DQUOTE] = ACTIONS(2934),
[anon_sym_DOLLAR] = ACTIONS(2936),
[sym_raw_string] = ACTIONS(2934),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2934),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2934),
[anon_sym_BQUOTE] = ACTIONS(2934),
[anon_sym_LT_LPAREN] = ACTIONS(2934),
[anon_sym_GT_LPAREN] = ACTIONS(2934),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2936),
[sym_word] = ACTIONS(2936),
[anon_sym_LF] = ACTIONS(2934),
[anon_sym_AMP] = ACTIONS(2936),
},
[1255] = {
[sym__simple_heredoc_body] = ACTIONS(2948),
[sym__heredoc_body_beginning] = ACTIONS(2948),
[sym_file_descriptor] = ACTIONS(2948),
[sym__concat] = ACTIONS(2948),
[sym_variable_name] = ACTIONS(2948),
[ts_builtin_sym_end] = ACTIONS(2948),
[anon_sym_SEMI] = ACTIONS(2950),
[anon_sym_PIPE] = ACTIONS(2950),
[anon_sym_RPAREN] = ACTIONS(2948),
[anon_sym_SEMI_SEMI] = ACTIONS(2948),
[anon_sym_PIPE_AMP] = ACTIONS(2948),
[anon_sym_AMP_AMP] = ACTIONS(2948),
[anon_sym_PIPE_PIPE] = ACTIONS(2948),
[anon_sym_LT] = ACTIONS(2950),
[anon_sym_GT] = ACTIONS(2950),
[anon_sym_GT_GT] = ACTIONS(2948),
[anon_sym_AMP_GT] = ACTIONS(2950),
[anon_sym_AMP_GT_GT] = ACTIONS(2948),
[anon_sym_LT_AMP] = ACTIONS(2948),
[anon_sym_GT_AMP] = ACTIONS(2948),
[anon_sym_LT_LT] = ACTIONS(2950),
[anon_sym_LT_LT_DASH] = ACTIONS(2948),
[anon_sym_LT_LT_LT] = ACTIONS(2948),
[sym__special_characters] = ACTIONS(2948),
[anon_sym_DQUOTE] = ACTIONS(2948),
[anon_sym_DOLLAR] = ACTIONS(2950),
[sym_raw_string] = ACTIONS(2948),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2948),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2948),
[anon_sym_BQUOTE] = ACTIONS(2948),
[anon_sym_LT_LPAREN] = ACTIONS(2948),
[anon_sym_GT_LPAREN] = ACTIONS(2948),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2950),
[sym_word] = ACTIONS(2950),
[anon_sym_LF] = ACTIONS(2948),
[anon_sym_AMP] = ACTIONS(2950),
},
[1256] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(3757),
[sym_comment] = ACTIONS(57),
},
[1257] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(3759),
[sym_comment] = ACTIONS(57),
},
[1258] = {
[anon_sym_RBRACE] = ACTIONS(3759),
[sym_comment] = ACTIONS(57),
},
[1259] = {
[sym_concatenation] = STATE(1669),
[sym_string] = STATE(1668),
[sym_simple_expansion] = STATE(1668),
[sym_string_expansion] = STATE(1668),
[sym_expansion] = STATE(1668),
[sym_command_substitution] = STATE(1668),
[sym_process_substitution] = STATE(1668),
[anon_sym_RBRACE] = ACTIONS(3759),
[sym__special_characters] = ACTIONS(3761),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(3763),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3763),
},
[1260] = {
[sym__simple_heredoc_body] = ACTIONS(2984),
[sym__heredoc_body_beginning] = ACTIONS(2984),
[sym_file_descriptor] = ACTIONS(2984),
[sym__concat] = ACTIONS(2984),
[sym_variable_name] = ACTIONS(2984),
[ts_builtin_sym_end] = ACTIONS(2984),
[anon_sym_SEMI] = ACTIONS(2986),
[anon_sym_PIPE] = ACTIONS(2986),
[anon_sym_RPAREN] = ACTIONS(2984),
[anon_sym_SEMI_SEMI] = ACTIONS(2984),
[anon_sym_PIPE_AMP] = ACTIONS(2984),
[anon_sym_AMP_AMP] = ACTIONS(2984),
[anon_sym_PIPE_PIPE] = ACTIONS(2984),
[anon_sym_LT] = ACTIONS(2986),
[anon_sym_GT] = ACTIONS(2986),
[anon_sym_GT_GT] = ACTIONS(2984),
[anon_sym_AMP_GT] = ACTIONS(2986),
[anon_sym_AMP_GT_GT] = ACTIONS(2984),
[anon_sym_LT_AMP] = ACTIONS(2984),
[anon_sym_GT_AMP] = ACTIONS(2984),
[anon_sym_LT_LT] = ACTIONS(2986),
[anon_sym_LT_LT_DASH] = ACTIONS(2984),
[anon_sym_LT_LT_LT] = ACTIONS(2984),
[sym__special_characters] = ACTIONS(2984),
[anon_sym_DQUOTE] = ACTIONS(2984),
[anon_sym_DOLLAR] = ACTIONS(2986),
[sym_raw_string] = ACTIONS(2984),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2984),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2984),
[anon_sym_BQUOTE] = ACTIONS(2984),
[anon_sym_LT_LPAREN] = ACTIONS(2984),
[anon_sym_GT_LPAREN] = ACTIONS(2984),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2986),
[sym_word] = ACTIONS(2986),
[anon_sym_LF] = ACTIONS(2984),
[anon_sym_AMP] = ACTIONS(2986),
},
[1261] = {
[sym_concatenation] = STATE(1672),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1672),
[sym_regex] = ACTIONS(3765),
[anon_sym_RBRACE] = ACTIONS(3767),
[anon_sym_EQ] = ACTIONS(3769),
[anon_sym_DASH] = ACTIONS(3769),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3771),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3769),
[anon_sym_COLON_QMARK] = ACTIONS(3769),
[anon_sym_COLON_DASH] = ACTIONS(3769),
[anon_sym_PERCENT] = ACTIONS(3769),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1262] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(3767),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1263] = {
[sym_concatenation] = STATE(1674),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1674),
[sym_regex] = ACTIONS(3773),
[anon_sym_RBRACE] = ACTIONS(3759),
[anon_sym_EQ] = ACTIONS(3775),
[anon_sym_DASH] = ACTIONS(3775),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3777),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3775),
[anon_sym_COLON_QMARK] = ACTIONS(3775),
[anon_sym_COLON_DASH] = ACTIONS(3775),
[anon_sym_PERCENT] = ACTIONS(3775),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1264] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(3759),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1265] = {
[sym_concatenation] = STATE(1676),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1676),
[anon_sym_RBRACE] = ACTIONS(3779),
[anon_sym_EQ] = ACTIONS(3781),
[anon_sym_DASH] = ACTIONS(3781),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3783),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3781),
[anon_sym_COLON_QMARK] = ACTIONS(3781),
[anon_sym_COLON_DASH] = ACTIONS(3781),
[anon_sym_PERCENT] = ACTIONS(3781),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1266] = {
[sym__simple_heredoc_body] = ACTIONS(3040),
[sym__heredoc_body_beginning] = ACTIONS(3040),
[sym_file_descriptor] = ACTIONS(3040),
[sym__concat] = ACTIONS(3040),
[sym_variable_name] = ACTIONS(3040),
[ts_builtin_sym_end] = ACTIONS(3040),
[anon_sym_SEMI] = ACTIONS(3042),
[anon_sym_PIPE] = ACTIONS(3042),
[anon_sym_RPAREN] = ACTIONS(3040),
[anon_sym_SEMI_SEMI] = ACTIONS(3040),
[anon_sym_PIPE_AMP] = ACTIONS(3040),
[anon_sym_AMP_AMP] = ACTIONS(3040),
[anon_sym_PIPE_PIPE] = ACTIONS(3040),
[anon_sym_LT] = ACTIONS(3042),
[anon_sym_GT] = ACTIONS(3042),
[anon_sym_GT_GT] = ACTIONS(3040),
[anon_sym_AMP_GT] = ACTIONS(3042),
[anon_sym_AMP_GT_GT] = ACTIONS(3040),
[anon_sym_LT_AMP] = ACTIONS(3040),
[anon_sym_GT_AMP] = ACTIONS(3040),
[anon_sym_LT_LT] = ACTIONS(3042),
[anon_sym_LT_LT_DASH] = ACTIONS(3040),
[anon_sym_LT_LT_LT] = ACTIONS(3040),
[sym__special_characters] = ACTIONS(3040),
[anon_sym_DQUOTE] = ACTIONS(3040),
[anon_sym_DOLLAR] = ACTIONS(3042),
[sym_raw_string] = ACTIONS(3040),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3040),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3040),
[anon_sym_BQUOTE] = ACTIONS(3040),
[anon_sym_LT_LPAREN] = ACTIONS(3040),
[anon_sym_GT_LPAREN] = ACTIONS(3040),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3042),
[sym_word] = ACTIONS(3042),
[anon_sym_LF] = ACTIONS(3040),
[anon_sym_AMP] = ACTIONS(3042),
},
[1267] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(3779),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1268] = {
[sym_concatenation] = STATE(1674),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1674),
[anon_sym_RBRACE] = ACTIONS(3759),
[anon_sym_EQ] = ACTIONS(3775),
[anon_sym_DASH] = ACTIONS(3775),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3777),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3775),
[anon_sym_COLON_QMARK] = ACTIONS(3775),
[anon_sym_COLON_DASH] = ACTIONS(3775),
[anon_sym_PERCENT] = ACTIONS(3775),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1269] = {
[sym__simple_heredoc_body] = ACTIONS(3095),
[sym__heredoc_body_beginning] = ACTIONS(3095),
[sym_file_descriptor] = ACTIONS(3095),
[sym__concat] = ACTIONS(3095),
[sym_variable_name] = ACTIONS(3095),
[ts_builtin_sym_end] = ACTIONS(3095),
[anon_sym_SEMI] = ACTIONS(3097),
[anon_sym_PIPE] = ACTIONS(3097),
[anon_sym_RPAREN] = ACTIONS(3095),
[anon_sym_SEMI_SEMI] = ACTIONS(3095),
[anon_sym_PIPE_AMP] = ACTIONS(3095),
[anon_sym_AMP_AMP] = ACTIONS(3095),
[anon_sym_PIPE_PIPE] = ACTIONS(3095),
[anon_sym_LT] = ACTIONS(3097),
[anon_sym_GT] = ACTIONS(3097),
[anon_sym_GT_GT] = ACTIONS(3095),
[anon_sym_AMP_GT] = ACTIONS(3097),
[anon_sym_AMP_GT_GT] = ACTIONS(3095),
[anon_sym_LT_AMP] = ACTIONS(3095),
[anon_sym_GT_AMP] = ACTIONS(3095),
[anon_sym_LT_LT] = ACTIONS(3097),
[anon_sym_LT_LT_DASH] = ACTIONS(3095),
[anon_sym_LT_LT_LT] = ACTIONS(3095),
[sym__special_characters] = ACTIONS(3095),
[anon_sym_DQUOTE] = ACTIONS(3095),
[anon_sym_DOLLAR] = ACTIONS(3097),
[sym_raw_string] = ACTIONS(3095),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3095),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3095),
[anon_sym_BQUOTE] = ACTIONS(3095),
[anon_sym_LT_LPAREN] = ACTIONS(3095),
[anon_sym_GT_LPAREN] = ACTIONS(3095),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3097),
[sym_word] = ACTIONS(3097),
[anon_sym_LF] = ACTIONS(3095),
[anon_sym_AMP] = ACTIONS(3097),
},
[1270] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(3785),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1271] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(3785),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1272] = {
[anon_sym_SEMI] = ACTIONS(3787),
[anon_sym_RPAREN] = ACTIONS(3785),
[anon_sym_SEMI_SEMI] = ACTIONS(3789),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3789),
[anon_sym_AMP] = ACTIONS(3789),
},
[1273] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(3785),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1274] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(3785),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1275] = {
[anon_sym_SEMI] = ACTIONS(3791),
[anon_sym_SEMI_SEMI] = ACTIONS(3793),
[anon_sym_BQUOTE] = ACTIONS(3785),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3793),
[anon_sym_AMP] = ACTIONS(3793),
},
[1276] = {
[sym__simple_heredoc_body] = ACTIONS(3125),
[sym__heredoc_body_beginning] = ACTIONS(3125),
[sym_file_descriptor] = ACTIONS(3125),
[sym__concat] = ACTIONS(3125),
[sym_variable_name] = ACTIONS(3125),
[ts_builtin_sym_end] = ACTIONS(3125),
[anon_sym_SEMI] = ACTIONS(3127),
[anon_sym_PIPE] = ACTIONS(3127),
[anon_sym_RPAREN] = ACTIONS(3125),
[anon_sym_SEMI_SEMI] = ACTIONS(3125),
[anon_sym_PIPE_AMP] = ACTIONS(3125),
[anon_sym_AMP_AMP] = ACTIONS(3125),
[anon_sym_PIPE_PIPE] = ACTIONS(3125),
[anon_sym_LT] = ACTIONS(3127),
[anon_sym_GT] = ACTIONS(3127),
[anon_sym_GT_GT] = ACTIONS(3125),
[anon_sym_AMP_GT] = ACTIONS(3127),
[anon_sym_AMP_GT_GT] = ACTIONS(3125),
[anon_sym_LT_AMP] = ACTIONS(3125),
[anon_sym_GT_AMP] = ACTIONS(3125),
[anon_sym_LT_LT] = ACTIONS(3127),
[anon_sym_LT_LT_DASH] = ACTIONS(3125),
[anon_sym_LT_LT_LT] = ACTIONS(3125),
[sym__special_characters] = ACTIONS(3125),
[anon_sym_DQUOTE] = ACTIONS(3125),
[anon_sym_DOLLAR] = ACTIONS(3127),
[sym_raw_string] = ACTIONS(3125),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3125),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3125),
[anon_sym_BQUOTE] = ACTIONS(3125),
[anon_sym_LT_LPAREN] = ACTIONS(3125),
[anon_sym_GT_LPAREN] = ACTIONS(3125),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3127),
[sym_word] = ACTIONS(3127),
[anon_sym_LF] = ACTIONS(3125),
[anon_sym_AMP] = ACTIONS(3127),
},
[1277] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(3795),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1278] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(3795),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1279] = {
[anon_sym_SEMI] = ACTIONS(3797),
[anon_sym_RPAREN] = ACTIONS(3795),
[anon_sym_SEMI_SEMI] = ACTIONS(3799),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3799),
[anon_sym_AMP] = ACTIONS(3799),
},
[1280] = {
[sym__simple_heredoc_body] = ACTIONS(2934),
[sym__heredoc_body_beginning] = ACTIONS(2934),
[sym_file_descriptor] = ACTIONS(2934),
[sym__concat] = ACTIONS(2934),
[ts_builtin_sym_end] = ACTIONS(2934),
[anon_sym_SEMI] = ACTIONS(2936),
[anon_sym_PIPE] = ACTIONS(2936),
[anon_sym_RPAREN] = ACTIONS(2934),
[anon_sym_SEMI_SEMI] = ACTIONS(2934),
[anon_sym_PIPE_AMP] = ACTIONS(2934),
[anon_sym_AMP_AMP] = ACTIONS(2934),
[anon_sym_PIPE_PIPE] = ACTIONS(2934),
[anon_sym_LT] = ACTIONS(2936),
[anon_sym_GT] = ACTIONS(2936),
[anon_sym_GT_GT] = ACTIONS(2934),
[anon_sym_AMP_GT] = ACTIONS(2936),
[anon_sym_AMP_GT_GT] = ACTIONS(2934),
[anon_sym_LT_AMP] = ACTIONS(2934),
[anon_sym_GT_AMP] = ACTIONS(2934),
[anon_sym_LT_LT] = ACTIONS(2936),
[anon_sym_LT_LT_DASH] = ACTIONS(2934),
[anon_sym_LT_LT_LT] = ACTIONS(2934),
[sym__special_characters] = ACTIONS(2934),
[anon_sym_DQUOTE] = ACTIONS(2934),
[anon_sym_DOLLAR] = ACTIONS(2936),
[sym_raw_string] = ACTIONS(2934),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2934),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2934),
[anon_sym_BQUOTE] = ACTIONS(2934),
[anon_sym_LT_LPAREN] = ACTIONS(2934),
[anon_sym_GT_LPAREN] = ACTIONS(2934),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2936),
[sym_word] = ACTIONS(2936),
[anon_sym_LF] = ACTIONS(2934),
[anon_sym_AMP] = ACTIONS(2936),
},
[1281] = {
[sym__simple_heredoc_body] = ACTIONS(2948),
[sym__heredoc_body_beginning] = ACTIONS(2948),
[sym_file_descriptor] = ACTIONS(2948),
[sym__concat] = ACTIONS(2948),
[ts_builtin_sym_end] = ACTIONS(2948),
[anon_sym_SEMI] = ACTIONS(2950),
[anon_sym_PIPE] = ACTIONS(2950),
[anon_sym_RPAREN] = ACTIONS(2948),
[anon_sym_SEMI_SEMI] = ACTIONS(2948),
[anon_sym_PIPE_AMP] = ACTIONS(2948),
[anon_sym_AMP_AMP] = ACTIONS(2948),
[anon_sym_PIPE_PIPE] = ACTIONS(2948),
[anon_sym_LT] = ACTIONS(2950),
[anon_sym_GT] = ACTIONS(2950),
[anon_sym_GT_GT] = ACTIONS(2948),
[anon_sym_AMP_GT] = ACTIONS(2950),
[anon_sym_AMP_GT_GT] = ACTIONS(2948),
[anon_sym_LT_AMP] = ACTIONS(2948),
[anon_sym_GT_AMP] = ACTIONS(2948),
[anon_sym_LT_LT] = ACTIONS(2950),
[anon_sym_LT_LT_DASH] = ACTIONS(2948),
[anon_sym_LT_LT_LT] = ACTIONS(2948),
[sym__special_characters] = ACTIONS(2948),
[anon_sym_DQUOTE] = ACTIONS(2948),
[anon_sym_DOLLAR] = ACTIONS(2950),
[sym_raw_string] = ACTIONS(2948),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2948),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2948),
[anon_sym_BQUOTE] = ACTIONS(2948),
[anon_sym_LT_LPAREN] = ACTIONS(2948),
[anon_sym_GT_LPAREN] = ACTIONS(2948),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2950),
[sym_word] = ACTIONS(2950),
[anon_sym_LF] = ACTIONS(2948),
[anon_sym_AMP] = ACTIONS(2950),
},
[1282] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(3801),
[sym_comment] = ACTIONS(57),
},
[1283] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(3803),
[sym_comment] = ACTIONS(57),
},
[1284] = {
[anon_sym_RBRACE] = ACTIONS(3803),
[sym_comment] = ACTIONS(57),
},
[1285] = {
[sym_concatenation] = STATE(1686),
[sym_string] = STATE(1685),
[sym_simple_expansion] = STATE(1685),
[sym_string_expansion] = STATE(1685),
[sym_expansion] = STATE(1685),
[sym_command_substitution] = STATE(1685),
[sym_process_substitution] = STATE(1685),
[anon_sym_RBRACE] = ACTIONS(3803),
[sym__special_characters] = ACTIONS(3805),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(3807),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3807),
},
[1286] = {
[sym__simple_heredoc_body] = ACTIONS(2984),
[sym__heredoc_body_beginning] = ACTIONS(2984),
[sym_file_descriptor] = ACTIONS(2984),
[sym__concat] = ACTIONS(2984),
[ts_builtin_sym_end] = ACTIONS(2984),
[anon_sym_SEMI] = ACTIONS(2986),
[anon_sym_PIPE] = ACTIONS(2986),
[anon_sym_RPAREN] = ACTIONS(2984),
[anon_sym_SEMI_SEMI] = ACTIONS(2984),
[anon_sym_PIPE_AMP] = ACTIONS(2984),
[anon_sym_AMP_AMP] = ACTIONS(2984),
[anon_sym_PIPE_PIPE] = ACTIONS(2984),
[anon_sym_LT] = ACTIONS(2986),
[anon_sym_GT] = ACTIONS(2986),
[anon_sym_GT_GT] = ACTIONS(2984),
[anon_sym_AMP_GT] = ACTIONS(2986),
[anon_sym_AMP_GT_GT] = ACTIONS(2984),
[anon_sym_LT_AMP] = ACTIONS(2984),
[anon_sym_GT_AMP] = ACTIONS(2984),
[anon_sym_LT_LT] = ACTIONS(2986),
[anon_sym_LT_LT_DASH] = ACTIONS(2984),
[anon_sym_LT_LT_LT] = ACTIONS(2984),
[sym__special_characters] = ACTIONS(2984),
[anon_sym_DQUOTE] = ACTIONS(2984),
[anon_sym_DOLLAR] = ACTIONS(2986),
[sym_raw_string] = ACTIONS(2984),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2984),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2984),
[anon_sym_BQUOTE] = ACTIONS(2984),
[anon_sym_LT_LPAREN] = ACTIONS(2984),
[anon_sym_GT_LPAREN] = ACTIONS(2984),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2986),
[sym_word] = ACTIONS(2986),
[anon_sym_LF] = ACTIONS(2984),
[anon_sym_AMP] = ACTIONS(2986),
},
[1287] = {
[sym_concatenation] = STATE(1689),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1689),
[sym_regex] = ACTIONS(3809),
[anon_sym_RBRACE] = ACTIONS(3811),
[anon_sym_EQ] = ACTIONS(3813),
[anon_sym_DASH] = ACTIONS(3813),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3815),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3813),
[anon_sym_COLON_QMARK] = ACTIONS(3813),
[anon_sym_COLON_DASH] = ACTIONS(3813),
[anon_sym_PERCENT] = ACTIONS(3813),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1288] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(3811),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1289] = {
[sym_concatenation] = STATE(1691),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1691),
[sym_regex] = ACTIONS(3817),
[anon_sym_RBRACE] = ACTIONS(3803),
[anon_sym_EQ] = ACTIONS(3819),
[anon_sym_DASH] = ACTIONS(3819),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3821),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3819),
[anon_sym_COLON_QMARK] = ACTIONS(3819),
[anon_sym_COLON_DASH] = ACTIONS(3819),
[anon_sym_PERCENT] = ACTIONS(3819),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1290] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(3803),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1291] = {
[sym_concatenation] = STATE(1693),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1693),
[anon_sym_RBRACE] = ACTIONS(3823),
[anon_sym_EQ] = ACTIONS(3825),
[anon_sym_DASH] = ACTIONS(3825),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3827),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3825),
[anon_sym_COLON_QMARK] = ACTIONS(3825),
[anon_sym_COLON_DASH] = ACTIONS(3825),
[anon_sym_PERCENT] = ACTIONS(3825),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1292] = {
[sym__simple_heredoc_body] = ACTIONS(3040),
[sym__heredoc_body_beginning] = ACTIONS(3040),
[sym_file_descriptor] = ACTIONS(3040),
[sym__concat] = ACTIONS(3040),
[ts_builtin_sym_end] = ACTIONS(3040),
[anon_sym_SEMI] = ACTIONS(3042),
[anon_sym_PIPE] = ACTIONS(3042),
[anon_sym_RPAREN] = ACTIONS(3040),
[anon_sym_SEMI_SEMI] = ACTIONS(3040),
[anon_sym_PIPE_AMP] = ACTIONS(3040),
[anon_sym_AMP_AMP] = ACTIONS(3040),
[anon_sym_PIPE_PIPE] = ACTIONS(3040),
[anon_sym_LT] = ACTIONS(3042),
[anon_sym_GT] = ACTIONS(3042),
[anon_sym_GT_GT] = ACTIONS(3040),
[anon_sym_AMP_GT] = ACTIONS(3042),
[anon_sym_AMP_GT_GT] = ACTIONS(3040),
[anon_sym_LT_AMP] = ACTIONS(3040),
[anon_sym_GT_AMP] = ACTIONS(3040),
[anon_sym_LT_LT] = ACTIONS(3042),
[anon_sym_LT_LT_DASH] = ACTIONS(3040),
[anon_sym_LT_LT_LT] = ACTIONS(3040),
[sym__special_characters] = ACTIONS(3040),
[anon_sym_DQUOTE] = ACTIONS(3040),
[anon_sym_DOLLAR] = ACTIONS(3042),
[sym_raw_string] = ACTIONS(3040),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3040),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3040),
[anon_sym_BQUOTE] = ACTIONS(3040),
[anon_sym_LT_LPAREN] = ACTIONS(3040),
[anon_sym_GT_LPAREN] = ACTIONS(3040),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3042),
[sym_word] = ACTIONS(3042),
[anon_sym_LF] = ACTIONS(3040),
[anon_sym_AMP] = ACTIONS(3042),
},
[1293] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(3823),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1294] = {
[sym_concatenation] = STATE(1691),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1691),
[anon_sym_RBRACE] = ACTIONS(3803),
[anon_sym_EQ] = ACTIONS(3819),
[anon_sym_DASH] = ACTIONS(3819),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3821),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3819),
[anon_sym_COLON_QMARK] = ACTIONS(3819),
[anon_sym_COLON_DASH] = ACTIONS(3819),
[anon_sym_PERCENT] = ACTIONS(3819),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1295] = {
[sym__simple_heredoc_body] = ACTIONS(3095),
[sym__heredoc_body_beginning] = ACTIONS(3095),
[sym_file_descriptor] = ACTIONS(3095),
[sym__concat] = ACTIONS(3095),
[ts_builtin_sym_end] = ACTIONS(3095),
[anon_sym_SEMI] = ACTIONS(3097),
[anon_sym_PIPE] = ACTIONS(3097),
[anon_sym_RPAREN] = ACTIONS(3095),
[anon_sym_SEMI_SEMI] = ACTIONS(3095),
[anon_sym_PIPE_AMP] = ACTIONS(3095),
[anon_sym_AMP_AMP] = ACTIONS(3095),
[anon_sym_PIPE_PIPE] = ACTIONS(3095),
[anon_sym_LT] = ACTIONS(3097),
[anon_sym_GT] = ACTIONS(3097),
[anon_sym_GT_GT] = ACTIONS(3095),
[anon_sym_AMP_GT] = ACTIONS(3097),
[anon_sym_AMP_GT_GT] = ACTIONS(3095),
[anon_sym_LT_AMP] = ACTIONS(3095),
[anon_sym_GT_AMP] = ACTIONS(3095),
[anon_sym_LT_LT] = ACTIONS(3097),
[anon_sym_LT_LT_DASH] = ACTIONS(3095),
[anon_sym_LT_LT_LT] = ACTIONS(3095),
[sym__special_characters] = ACTIONS(3095),
[anon_sym_DQUOTE] = ACTIONS(3095),
[anon_sym_DOLLAR] = ACTIONS(3097),
[sym_raw_string] = ACTIONS(3095),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3095),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3095),
[anon_sym_BQUOTE] = ACTIONS(3095),
[anon_sym_LT_LPAREN] = ACTIONS(3095),
[anon_sym_GT_LPAREN] = ACTIONS(3095),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3097),
[sym_word] = ACTIONS(3097),
[anon_sym_LF] = ACTIONS(3095),
[anon_sym_AMP] = ACTIONS(3097),
},
[1296] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(3829),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1297] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(3829),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1298] = {
[anon_sym_SEMI] = ACTIONS(3831),
[anon_sym_RPAREN] = ACTIONS(3829),
[anon_sym_SEMI_SEMI] = ACTIONS(3833),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3833),
[anon_sym_AMP] = ACTIONS(3833),
},
[1299] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(3829),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1300] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(3829),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1301] = {
[anon_sym_SEMI] = ACTIONS(3835),
[anon_sym_SEMI_SEMI] = ACTIONS(3837),
[anon_sym_BQUOTE] = ACTIONS(3829),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3837),
[anon_sym_AMP] = ACTIONS(3837),
},
[1302] = {
[sym__simple_heredoc_body] = ACTIONS(3125),
[sym__heredoc_body_beginning] = ACTIONS(3125),
[sym_file_descriptor] = ACTIONS(3125),
[sym__concat] = ACTIONS(3125),
[ts_builtin_sym_end] = ACTIONS(3125),
[anon_sym_SEMI] = ACTIONS(3127),
[anon_sym_PIPE] = ACTIONS(3127),
[anon_sym_RPAREN] = ACTIONS(3125),
[anon_sym_SEMI_SEMI] = ACTIONS(3125),
[anon_sym_PIPE_AMP] = ACTIONS(3125),
[anon_sym_AMP_AMP] = ACTIONS(3125),
[anon_sym_PIPE_PIPE] = ACTIONS(3125),
[anon_sym_LT] = ACTIONS(3127),
[anon_sym_GT] = ACTIONS(3127),
[anon_sym_GT_GT] = ACTIONS(3125),
[anon_sym_AMP_GT] = ACTIONS(3127),
[anon_sym_AMP_GT_GT] = ACTIONS(3125),
[anon_sym_LT_AMP] = ACTIONS(3125),
[anon_sym_GT_AMP] = ACTIONS(3125),
[anon_sym_LT_LT] = ACTIONS(3127),
[anon_sym_LT_LT_DASH] = ACTIONS(3125),
[anon_sym_LT_LT_LT] = ACTIONS(3125),
[sym__special_characters] = ACTIONS(3125),
[anon_sym_DQUOTE] = ACTIONS(3125),
[anon_sym_DOLLAR] = ACTIONS(3127),
[sym_raw_string] = ACTIONS(3125),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3125),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3125),
[anon_sym_BQUOTE] = ACTIONS(3125),
[anon_sym_LT_LPAREN] = ACTIONS(3125),
[anon_sym_GT_LPAREN] = ACTIONS(3125),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3127),
[sym_word] = ACTIONS(3127),
[anon_sym_LF] = ACTIONS(3125),
[anon_sym_AMP] = ACTIONS(3127),
},
[1303] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(3839),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1304] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(3839),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1305] = {
[anon_sym_SEMI] = ACTIONS(3841),
[anon_sym_RPAREN] = ACTIONS(3839),
[anon_sym_SEMI_SEMI] = ACTIONS(3843),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3843),
[anon_sym_AMP] = ACTIONS(3843),
},
[1306] = {
[sym_file_descriptor] = ACTIONS(2934),
[sym__concat] = ACTIONS(2934),
[sym_variable_name] = ACTIONS(2934),
[anon_sym_LT] = ACTIONS(2936),
[anon_sym_GT] = ACTIONS(2936),
[anon_sym_GT_GT] = ACTIONS(2934),
[anon_sym_AMP_GT] = ACTIONS(2936),
[anon_sym_AMP_GT_GT] = ACTIONS(2934),
[anon_sym_LT_AMP] = ACTIONS(2934),
[anon_sym_GT_AMP] = ACTIONS(2934),
[sym__special_characters] = ACTIONS(2934),
[anon_sym_DQUOTE] = ACTIONS(2934),
[anon_sym_DOLLAR] = ACTIONS(2936),
[sym_raw_string] = ACTIONS(2934),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2934),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2934),
[anon_sym_BQUOTE] = ACTIONS(2934),
[anon_sym_LT_LPAREN] = ACTIONS(2934),
[anon_sym_GT_LPAREN] = ACTIONS(2934),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2934),
},
[1307] = {
[sym_file_descriptor] = ACTIONS(2948),
[sym__concat] = ACTIONS(2948),
[sym_variable_name] = ACTIONS(2948),
[anon_sym_LT] = ACTIONS(2950),
[anon_sym_GT] = ACTIONS(2950),
[anon_sym_GT_GT] = ACTIONS(2948),
[anon_sym_AMP_GT] = ACTIONS(2950),
[anon_sym_AMP_GT_GT] = ACTIONS(2948),
[anon_sym_LT_AMP] = ACTIONS(2948),
[anon_sym_GT_AMP] = ACTIONS(2948),
[sym__special_characters] = ACTIONS(2948),
[anon_sym_DQUOTE] = ACTIONS(2948),
[anon_sym_DOLLAR] = ACTIONS(2950),
[sym_raw_string] = ACTIONS(2948),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2948),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2948),
[anon_sym_BQUOTE] = ACTIONS(2948),
[anon_sym_LT_LPAREN] = ACTIONS(2948),
[anon_sym_GT_LPAREN] = ACTIONS(2948),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2948),
},
[1308] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(3845),
[sym_comment] = ACTIONS(57),
},
[1309] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(3847),
[sym_comment] = ACTIONS(57),
},
[1310] = {
[anon_sym_RBRACE] = ACTIONS(3847),
[sym_comment] = ACTIONS(57),
},
[1311] = {
[sym_concatenation] = STATE(1703),
[sym_string] = STATE(1702),
[sym_simple_expansion] = STATE(1702),
[sym_string_expansion] = STATE(1702),
[sym_expansion] = STATE(1702),
[sym_command_substitution] = STATE(1702),
[sym_process_substitution] = STATE(1702),
[anon_sym_RBRACE] = ACTIONS(3847),
[sym__special_characters] = ACTIONS(3849),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(3851),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3851),
},
[1312] = {
[sym_file_descriptor] = ACTIONS(2984),
[sym__concat] = ACTIONS(2984),
[sym_variable_name] = ACTIONS(2984),
[anon_sym_LT] = ACTIONS(2986),
[anon_sym_GT] = ACTIONS(2986),
[anon_sym_GT_GT] = ACTIONS(2984),
[anon_sym_AMP_GT] = ACTIONS(2986),
[anon_sym_AMP_GT_GT] = ACTIONS(2984),
[anon_sym_LT_AMP] = ACTIONS(2984),
[anon_sym_GT_AMP] = ACTIONS(2984),
[sym__special_characters] = ACTIONS(2984),
[anon_sym_DQUOTE] = ACTIONS(2984),
[anon_sym_DOLLAR] = ACTIONS(2986),
[sym_raw_string] = ACTIONS(2984),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2984),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2984),
[anon_sym_BQUOTE] = ACTIONS(2984),
[anon_sym_LT_LPAREN] = ACTIONS(2984),
[anon_sym_GT_LPAREN] = ACTIONS(2984),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2984),
},
[1313] = {
[sym_concatenation] = STATE(1706),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1706),
[sym_regex] = ACTIONS(3853),
[anon_sym_RBRACE] = ACTIONS(3855),
[anon_sym_EQ] = ACTIONS(3857),
[anon_sym_DASH] = ACTIONS(3857),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3859),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3857),
[anon_sym_COLON_QMARK] = ACTIONS(3857),
[anon_sym_COLON_DASH] = ACTIONS(3857),
[anon_sym_PERCENT] = ACTIONS(3857),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1314] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(3855),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1315] = {
[sym_concatenation] = STATE(1708),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1708),
[sym_regex] = ACTIONS(3861),
[anon_sym_RBRACE] = ACTIONS(3847),
[anon_sym_EQ] = ACTIONS(3863),
[anon_sym_DASH] = ACTIONS(3863),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3865),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3863),
[anon_sym_COLON_QMARK] = ACTIONS(3863),
[anon_sym_COLON_DASH] = ACTIONS(3863),
[anon_sym_PERCENT] = ACTIONS(3863),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1316] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(3847),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1317] = {
[sym_concatenation] = STATE(1710),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1710),
[anon_sym_RBRACE] = ACTIONS(3867),
[anon_sym_EQ] = ACTIONS(3869),
[anon_sym_DASH] = ACTIONS(3869),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3871),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3869),
[anon_sym_COLON_QMARK] = ACTIONS(3869),
[anon_sym_COLON_DASH] = ACTIONS(3869),
[anon_sym_PERCENT] = ACTIONS(3869),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1318] = {
[sym_file_descriptor] = ACTIONS(3040),
[sym__concat] = ACTIONS(3040),
[sym_variable_name] = ACTIONS(3040),
[anon_sym_LT] = ACTIONS(3042),
[anon_sym_GT] = ACTIONS(3042),
[anon_sym_GT_GT] = ACTIONS(3040),
[anon_sym_AMP_GT] = ACTIONS(3042),
[anon_sym_AMP_GT_GT] = ACTIONS(3040),
[anon_sym_LT_AMP] = ACTIONS(3040),
[anon_sym_GT_AMP] = ACTIONS(3040),
[sym__special_characters] = ACTIONS(3040),
[anon_sym_DQUOTE] = ACTIONS(3040),
[anon_sym_DOLLAR] = ACTIONS(3042),
[sym_raw_string] = ACTIONS(3040),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3040),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3040),
[anon_sym_BQUOTE] = ACTIONS(3040),
[anon_sym_LT_LPAREN] = ACTIONS(3040),
[anon_sym_GT_LPAREN] = ACTIONS(3040),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3040),
},
[1319] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(3867),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1320] = {
[sym_concatenation] = STATE(1708),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1708),
[anon_sym_RBRACE] = ACTIONS(3847),
[anon_sym_EQ] = ACTIONS(3863),
[anon_sym_DASH] = ACTIONS(3863),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3865),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3863),
[anon_sym_COLON_QMARK] = ACTIONS(3863),
[anon_sym_COLON_DASH] = ACTIONS(3863),
[anon_sym_PERCENT] = ACTIONS(3863),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1321] = {
[sym_file_descriptor] = ACTIONS(3095),
[sym__concat] = ACTIONS(3095),
[sym_variable_name] = ACTIONS(3095),
[anon_sym_LT] = ACTIONS(3097),
[anon_sym_GT] = ACTIONS(3097),
[anon_sym_GT_GT] = ACTIONS(3095),
[anon_sym_AMP_GT] = ACTIONS(3097),
[anon_sym_AMP_GT_GT] = ACTIONS(3095),
[anon_sym_LT_AMP] = ACTIONS(3095),
[anon_sym_GT_AMP] = ACTIONS(3095),
[sym__special_characters] = ACTIONS(3095),
[anon_sym_DQUOTE] = ACTIONS(3095),
[anon_sym_DOLLAR] = ACTIONS(3097),
[sym_raw_string] = ACTIONS(3095),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3095),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3095),
[anon_sym_BQUOTE] = ACTIONS(3095),
[anon_sym_LT_LPAREN] = ACTIONS(3095),
[anon_sym_GT_LPAREN] = ACTIONS(3095),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3095),
},
[1322] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(3873),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1323] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(3873),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1324] = {
[anon_sym_SEMI] = ACTIONS(3875),
[anon_sym_RPAREN] = ACTIONS(3873),
[anon_sym_SEMI_SEMI] = ACTIONS(3877),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3877),
[anon_sym_AMP] = ACTIONS(3877),
},
[1325] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(3873),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1326] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(3873),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1327] = {
[anon_sym_SEMI] = ACTIONS(3879),
[anon_sym_SEMI_SEMI] = ACTIONS(3881),
[anon_sym_BQUOTE] = ACTIONS(3873),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3881),
[anon_sym_AMP] = ACTIONS(3881),
},
[1328] = {
[sym_file_descriptor] = ACTIONS(3125),
[sym__concat] = ACTIONS(3125),
[sym_variable_name] = ACTIONS(3125),
[anon_sym_LT] = ACTIONS(3127),
[anon_sym_GT] = ACTIONS(3127),
[anon_sym_GT_GT] = ACTIONS(3125),
[anon_sym_AMP_GT] = ACTIONS(3127),
[anon_sym_AMP_GT_GT] = ACTIONS(3125),
[anon_sym_LT_AMP] = ACTIONS(3125),
[anon_sym_GT_AMP] = ACTIONS(3125),
[sym__special_characters] = ACTIONS(3125),
[anon_sym_DQUOTE] = ACTIONS(3125),
[anon_sym_DOLLAR] = ACTIONS(3127),
[sym_raw_string] = ACTIONS(3125),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3125),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3125),
[anon_sym_BQUOTE] = ACTIONS(3125),
[anon_sym_LT_LPAREN] = ACTIONS(3125),
[anon_sym_GT_LPAREN] = ACTIONS(3125),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3125),
},
[1329] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(3883),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1330] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(3883),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1331] = {
[anon_sym_SEMI] = ACTIONS(3885),
[anon_sym_RPAREN] = ACTIONS(3883),
[anon_sym_SEMI_SEMI] = ACTIONS(3887),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3887),
[anon_sym_AMP] = ACTIONS(3887),
},
[1332] = {
[sym__concat] = ACTIONS(2948),
[anon_sym_DQUOTE] = ACTIONS(2950),
[anon_sym_DOLLAR] = ACTIONS(2950),
[sym__string_content] = ACTIONS(2948),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2950),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2950),
[anon_sym_BQUOTE] = ACTIONS(2950),
[sym_comment] = ACTIONS(265),
},
[1333] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(3889),
[sym_comment] = ACTIONS(57),
},
[1334] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(3891),
[sym_comment] = ACTIONS(57),
},
[1335] = {
[anon_sym_RBRACE] = ACTIONS(3891),
[sym_comment] = ACTIONS(57),
},
[1336] = {
[sym_concatenation] = STATE(1720),
[sym_string] = STATE(1719),
[sym_simple_expansion] = STATE(1719),
[sym_string_expansion] = STATE(1719),
[sym_expansion] = STATE(1719),
[sym_command_substitution] = STATE(1719),
[sym_process_substitution] = STATE(1719),
[anon_sym_RBRACE] = ACTIONS(3891),
[sym__special_characters] = ACTIONS(3893),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(3895),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3895),
},
[1337] = {
[sym__concat] = ACTIONS(2984),
[anon_sym_DQUOTE] = ACTIONS(2986),
[anon_sym_DOLLAR] = ACTIONS(2986),
[sym__string_content] = ACTIONS(2984),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2986),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2986),
[anon_sym_BQUOTE] = ACTIONS(2986),
[sym_comment] = ACTIONS(265),
},
[1338] = {
[sym_concatenation] = STATE(1723),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1723),
[sym_regex] = ACTIONS(3897),
[anon_sym_RBRACE] = ACTIONS(3899),
[anon_sym_EQ] = ACTIONS(3901),
[anon_sym_DASH] = ACTIONS(3901),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3903),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3901),
[anon_sym_COLON_QMARK] = ACTIONS(3901),
[anon_sym_COLON_DASH] = ACTIONS(3901),
[anon_sym_PERCENT] = ACTIONS(3901),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1339] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(3899),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1340] = {
[sym_concatenation] = STATE(1725),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1725),
[sym_regex] = ACTIONS(3905),
[anon_sym_RBRACE] = ACTIONS(3891),
[anon_sym_EQ] = ACTIONS(3907),
[anon_sym_DASH] = ACTIONS(3907),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3909),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3907),
[anon_sym_COLON_QMARK] = ACTIONS(3907),
[anon_sym_COLON_DASH] = ACTIONS(3907),
[anon_sym_PERCENT] = ACTIONS(3907),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1341] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(3891),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1342] = {
[sym_concatenation] = STATE(1727),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1727),
[anon_sym_RBRACE] = ACTIONS(3911),
[anon_sym_EQ] = ACTIONS(3913),
[anon_sym_DASH] = ACTIONS(3913),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3915),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3913),
[anon_sym_COLON_QMARK] = ACTIONS(3913),
[anon_sym_COLON_DASH] = ACTIONS(3913),
[anon_sym_PERCENT] = ACTIONS(3913),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1343] = {
[sym__concat] = ACTIONS(3040),
[anon_sym_DQUOTE] = ACTIONS(3042),
[anon_sym_DOLLAR] = ACTIONS(3042),
[sym__string_content] = ACTIONS(3040),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3042),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3042),
[anon_sym_BQUOTE] = ACTIONS(3042),
[sym_comment] = ACTIONS(265),
},
[1344] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(3911),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1345] = {
[sym_concatenation] = STATE(1725),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1725),
[anon_sym_RBRACE] = ACTIONS(3891),
[anon_sym_EQ] = ACTIONS(3907),
[anon_sym_DASH] = ACTIONS(3907),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3909),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(3907),
[anon_sym_COLON_QMARK] = ACTIONS(3907),
[anon_sym_COLON_DASH] = ACTIONS(3907),
[anon_sym_PERCENT] = ACTIONS(3907),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1346] = {
[sym__concat] = ACTIONS(3095),
[anon_sym_DQUOTE] = ACTIONS(3097),
[anon_sym_DOLLAR] = ACTIONS(3097),
[sym__string_content] = ACTIONS(3095),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3097),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3097),
[anon_sym_BQUOTE] = ACTIONS(3097),
[sym_comment] = ACTIONS(265),
},
[1347] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(3917),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1348] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(3917),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1349] = {
[anon_sym_SEMI] = ACTIONS(3919),
[anon_sym_RPAREN] = ACTIONS(3917),
[anon_sym_SEMI_SEMI] = ACTIONS(3921),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3921),
[anon_sym_AMP] = ACTIONS(3921),
},
[1350] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(3917),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1351] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(3917),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1352] = {
[anon_sym_SEMI] = ACTIONS(3923),
[anon_sym_SEMI_SEMI] = ACTIONS(3925),
[anon_sym_BQUOTE] = ACTIONS(3917),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3925),
[anon_sym_AMP] = ACTIONS(3925),
},
[1353] = {
[sym_string] = STATE(758),
[sym_simple_expansion] = STATE(758),
[sym_string_expansion] = STATE(758),
[sym_expansion] = STATE(758),
[sym_command_substitution] = STATE(758),
[sym_process_substitution] = STATE(758),
[anon_sym_RBRACK] = ACTIONS(3927),
[sym__special_characters] = ACTIONS(2068),
[anon_sym_DQUOTE] = ACTIONS(153),
[anon_sym_DOLLAR] = ACTIONS(155),
[sym_raw_string] = ACTIONS(1457),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(159),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(161),
[anon_sym_BQUOTE] = ACTIONS(163),
[anon_sym_LT_LPAREN] = ACTIONS(165),
[anon_sym_GT_LPAREN] = ACTIONS(165),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1457),
},
[1354] = {
[sym__concat] = ACTIONS(3929),
[anon_sym_RBRACE] = ACTIONS(2072),
[anon_sym_EQ] = ACTIONS(3931),
[anon_sym_DASH] = ACTIONS(3931),
[sym__special_characters] = ACTIONS(3931),
[anon_sym_DQUOTE] = ACTIONS(2072),
[anon_sym_DOLLAR] = ACTIONS(3931),
[sym_raw_string] = ACTIONS(2072),
[anon_sym_POUND] = ACTIONS(2072),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2072),
[anon_sym_SLASH] = ACTIONS(2072),
[anon_sym_COLON] = ACTIONS(3931),
[anon_sym_COLON_QMARK] = ACTIONS(3931),
[anon_sym_COLON_DASH] = ACTIONS(3931),
[anon_sym_PERCENT] = ACTIONS(3931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2072),
[anon_sym_BQUOTE] = ACTIONS(2072),
[anon_sym_LT_LPAREN] = ACTIONS(2072),
[anon_sym_GT_LPAREN] = ACTIONS(2072),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(3931),
},
[1355] = {
[sym_string] = STATE(758),
[sym_simple_expansion] = STATE(758),
[sym_string_expansion] = STATE(758),
[sym_expansion] = STATE(758),
[sym_command_substitution] = STATE(758),
[sym_process_substitution] = STATE(758),
[anon_sym_RBRACK] = ACTIONS(3933),
[sym__special_characters] = ACTIONS(2068),
[anon_sym_DQUOTE] = ACTIONS(153),
[anon_sym_DOLLAR] = ACTIONS(155),
[sym_raw_string] = ACTIONS(1457),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(159),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(161),
[anon_sym_BQUOTE] = ACTIONS(163),
[anon_sym_LT_LPAREN] = ACTIONS(165),
[anon_sym_GT_LPAREN] = ACTIONS(165),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1457),
},
[1356] = {
[sym__concat] = ACTIONS(3935),
[anon_sym_RBRACE] = ACTIONS(2078),
[anon_sym_EQ] = ACTIONS(3937),
[anon_sym_DASH] = ACTIONS(3937),
[sym__special_characters] = ACTIONS(3937),
[anon_sym_DQUOTE] = ACTIONS(2078),
[anon_sym_DOLLAR] = ACTIONS(3937),
[sym_raw_string] = ACTIONS(2078),
[anon_sym_POUND] = ACTIONS(2078),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2078),
[anon_sym_SLASH] = ACTIONS(2078),
[anon_sym_COLON] = ACTIONS(3937),
[anon_sym_COLON_QMARK] = ACTIONS(3937),
[anon_sym_COLON_DASH] = ACTIONS(3937),
[anon_sym_PERCENT] = ACTIONS(3937),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2078),
[anon_sym_BQUOTE] = ACTIONS(2078),
[anon_sym_LT_LPAREN] = ACTIONS(2078),
[anon_sym_GT_LPAREN] = ACTIONS(2078),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(3937),
},
[1357] = {
[anon_sym_RBRACK] = ACTIONS(3933),
[sym_comment] = ACTIONS(57),
},
[1358] = {
[sym_string] = STATE(1735),
[sym_simple_expansion] = STATE(1735),
[sym_string_expansion] = STATE(1735),
[sym_expansion] = STATE(1735),
[sym_command_substitution] = STATE(1735),
[sym_process_substitution] = STATE(1735),
[sym__special_characters] = ACTIONS(3939),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(3939),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3939),
},
[1359] = {
[sym__simple_heredoc_body] = ACTIONS(3941),
[sym__heredoc_body_beginning] = ACTIONS(3941),
[sym_file_descriptor] = ACTIONS(3941),
[sym__concat] = ACTIONS(3941),
[ts_builtin_sym_end] = ACTIONS(3941),
[anon_sym_SEMI] = ACTIONS(3943),
[anon_sym_PIPE] = ACTIONS(3943),
[anon_sym_RPAREN] = ACTIONS(3941),
[anon_sym_SEMI_SEMI] = ACTIONS(3941),
[anon_sym_PIPE_AMP] = ACTIONS(3941),
[anon_sym_AMP_AMP] = ACTIONS(3941),
[anon_sym_PIPE_PIPE] = ACTIONS(3941),
[anon_sym_EQ_TILDE] = ACTIONS(3943),
[anon_sym_EQ_EQ] = ACTIONS(3943),
[anon_sym_LT] = ACTIONS(3943),
[anon_sym_GT] = ACTIONS(3943),
[anon_sym_GT_GT] = ACTIONS(3941),
[anon_sym_AMP_GT] = ACTIONS(3943),
[anon_sym_AMP_GT_GT] = ACTIONS(3941),
[anon_sym_LT_AMP] = ACTIONS(3941),
[anon_sym_GT_AMP] = ACTIONS(3941),
[anon_sym_LT_LT] = ACTIONS(3943),
[anon_sym_LT_LT_DASH] = ACTIONS(3941),
[anon_sym_LT_LT_LT] = ACTIONS(3941),
[sym__special_characters] = ACTIONS(3941),
[anon_sym_DQUOTE] = ACTIONS(3941),
[anon_sym_DOLLAR] = ACTIONS(3943),
[sym_raw_string] = ACTIONS(3941),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3941),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3941),
[anon_sym_BQUOTE] = ACTIONS(3941),
[anon_sym_LT_LPAREN] = ACTIONS(3941),
[anon_sym_GT_LPAREN] = ACTIONS(3941),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3943),
[anon_sym_LF] = ACTIONS(3941),
[anon_sym_AMP] = ACTIONS(3943),
},
[1360] = {
[aux_sym_concatenation_repeat1] = STATE(1736),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
},
[1361] = {
[sym__concat] = ACTIONS(783),
[anon_sym_RBRACE] = ACTIONS(783),
[sym_comment] = ACTIONS(57),
},
[1362] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(3945),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[1363] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(455),
[anon_sym_DQUOTE] = ACTIONS(3945),
[anon_sym_DOLLAR] = ACTIONS(3947),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[1364] = {
[sym__concat] = ACTIONS(817),
[anon_sym_RBRACE] = ACTIONS(817),
[sym_comment] = ACTIONS(57),
},
[1365] = {
[sym__concat] = ACTIONS(821),
[anon_sym_RBRACE] = ACTIONS(821),
[sym_comment] = ACTIONS(57),
},
[1366] = {
[sym__concat] = ACTIONS(825),
[anon_sym_RBRACE] = ACTIONS(825),
[sym_comment] = ACTIONS(57),
},
[1367] = {
[sym__simple_heredoc_body] = ACTIONS(3949),
[sym__heredoc_body_beginning] = ACTIONS(3949),
[sym_file_descriptor] = ACTIONS(3949),
[sym__concat] = ACTIONS(3949),
[ts_builtin_sym_end] = ACTIONS(3949),
[anon_sym_SEMI] = ACTIONS(3951),
[anon_sym_PIPE] = ACTIONS(3951),
[anon_sym_RPAREN] = ACTIONS(3949),
[anon_sym_SEMI_SEMI] = ACTIONS(3949),
[anon_sym_PIPE_AMP] = ACTIONS(3949),
[anon_sym_AMP_AMP] = ACTIONS(3949),
[anon_sym_PIPE_PIPE] = ACTIONS(3949),
[anon_sym_EQ_TILDE] = ACTIONS(3951),
[anon_sym_EQ_EQ] = ACTIONS(3951),
[anon_sym_LT] = ACTIONS(3951),
[anon_sym_GT] = ACTIONS(3951),
[anon_sym_GT_GT] = ACTIONS(3949),
[anon_sym_AMP_GT] = ACTIONS(3951),
[anon_sym_AMP_GT_GT] = ACTIONS(3949),
[anon_sym_LT_AMP] = ACTIONS(3949),
[anon_sym_GT_AMP] = ACTIONS(3949),
[anon_sym_LT_LT] = ACTIONS(3951),
[anon_sym_LT_LT_DASH] = ACTIONS(3949),
[anon_sym_LT_LT_LT] = ACTIONS(3949),
[sym__special_characters] = ACTIONS(3949),
[anon_sym_DQUOTE] = ACTIONS(3949),
[anon_sym_DOLLAR] = ACTIONS(3951),
[sym_raw_string] = ACTIONS(3949),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3949),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3949),
[anon_sym_BQUOTE] = ACTIONS(3949),
[anon_sym_LT_LPAREN] = ACTIONS(3949),
[anon_sym_GT_LPAREN] = ACTIONS(3949),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3951),
[anon_sym_LF] = ACTIONS(3949),
[anon_sym_AMP] = ACTIONS(3951),
},
[1368] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(3953),
[sym_comment] = ACTIONS(57),
},
[1369] = {
[sym_subscript] = STATE(1742),
[sym_variable_name] = ACTIONS(3955),
[anon_sym_DASH] = ACTIONS(3957),
[anon_sym_DOLLAR] = ACTIONS(3957),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3959),
[anon_sym_STAR] = ACTIONS(3961),
[anon_sym_AT] = ACTIONS(3961),
[anon_sym_QMARK] = ACTIONS(3961),
[anon_sym_0] = ACTIONS(3959),
[anon_sym__] = ACTIONS(3959),
},
[1370] = {
[sym_concatenation] = STATE(1745),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1745),
[anon_sym_RBRACE] = ACTIONS(3963),
[anon_sym_EQ] = ACTIONS(3965),
[anon_sym_DASH] = ACTIONS(3965),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3967),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(3969),
[anon_sym_COLON] = ACTIONS(3965),
[anon_sym_COLON_QMARK] = ACTIONS(3965),
[anon_sym_COLON_DASH] = ACTIONS(3965),
[anon_sym_PERCENT] = ACTIONS(3965),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1371] = {
[sym_concatenation] = STATE(1748),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1748),
[anon_sym_RBRACE] = ACTIONS(3971),
[anon_sym_EQ] = ACTIONS(3973),
[anon_sym_DASH] = ACTIONS(3973),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(3975),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(3977),
[anon_sym_COLON] = ACTIONS(3973),
[anon_sym_COLON_QMARK] = ACTIONS(3973),
[anon_sym_COLON_DASH] = ACTIONS(3973),
[anon_sym_PERCENT] = ACTIONS(3973),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1372] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1751),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(3979),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(3981),
[anon_sym_SEMI_SEMI] = ACTIONS(3983),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3983),
[anon_sym_AMP] = ACTIONS(3979),
},
[1373] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1751),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(3979),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(3981),
[anon_sym_SEMI_SEMI] = ACTIONS(3983),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(3983),
[anon_sym_AMP] = ACTIONS(3979),
},
[1374] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(1752),
[sym_for_statement] = STATE(1752),
[sym_c_style_for_statement] = STATE(1752),
[sym_while_statement] = STATE(1752),
[sym_if_statement] = STATE(1752),
[sym_case_statement] = STATE(1752),
[sym_function_definition] = STATE(1752),
[sym_compound_statement] = STATE(1752),
[sym_subshell] = STATE(1752),
[sym_pipeline] = STATE(1752),
[sym_list] = STATE(1752),
[sym_negated_command] = STATE(1752),
[sym_test_command] = STATE(1752),
[sym_declaration_command] = STATE(1752),
[sym_unset_command] = STATE(1752),
[sym_command] = STATE(1752),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(1753),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[1375] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1755),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(3985),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(3987),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(3981),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3987),
[anon_sym_AMP] = ACTIONS(3985),
},
[1376] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1755),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(3985),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(3987),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(3981),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(3987),
[anon_sym_AMP] = ACTIONS(3985),
},
[1377] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(1756),
[sym_for_statement] = STATE(1756),
[sym_c_style_for_statement] = STATE(1756),
[sym_while_statement] = STATE(1756),
[sym_if_statement] = STATE(1756),
[sym_case_statement] = STATE(1756),
[sym_function_definition] = STATE(1756),
[sym_compound_statement] = STATE(1756),
[sym_subshell] = STATE(1756),
[sym_pipeline] = STATE(1756),
[sym_list] = STATE(1756),
[sym_negated_command] = STATE(1756),
[sym_test_command] = STATE(1756),
[sym_declaration_command] = STATE(1756),
[sym_unset_command] = STATE(1756),
[sym_command] = STATE(1756),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(1757),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[1378] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1760),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(3989),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(3991),
[anon_sym_SEMI_SEMI] = ACTIONS(3993),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3993),
[anon_sym_AMP] = ACTIONS(3989),
},
[1379] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1760),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(3989),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(3991),
[anon_sym_SEMI_SEMI] = ACTIONS(3993),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(3993),
[anon_sym_AMP] = ACTIONS(3989),
},
[1380] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(1761),
[sym_for_statement] = STATE(1761),
[sym_c_style_for_statement] = STATE(1761),
[sym_while_statement] = STATE(1761),
[sym_if_statement] = STATE(1761),
[sym_case_statement] = STATE(1761),
[sym_function_definition] = STATE(1761),
[sym_compound_statement] = STATE(1761),
[sym_subshell] = STATE(1761),
[sym_pipeline] = STATE(1761),
[sym_list] = STATE(1761),
[sym_negated_command] = STATE(1761),
[sym_test_command] = STATE(1761),
[sym_declaration_command] = STATE(1761),
[sym_unset_command] = STATE(1761),
[sym_command] = STATE(1761),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(1762),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[1381] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(3995),
[sym_comment] = ACTIONS(57),
},
[1382] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(3997),
[sym_comment] = ACTIONS(57),
},
[1383] = {
[anon_sym_RBRACE] = ACTIONS(3997),
[sym_comment] = ACTIONS(57),
},
[1384] = {
[sym_concatenation] = STATE(1766),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1766),
[anon_sym_RBRACE] = ACTIONS(3999),
[anon_sym_EQ] = ACTIONS(4001),
[anon_sym_DASH] = ACTIONS(4001),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4003),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4001),
[anon_sym_COLON_QMARK] = ACTIONS(4001),
[anon_sym_COLON_DASH] = ACTIONS(4001),
[anon_sym_PERCENT] = ACTIONS(4001),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1385] = {
[sym__simple_heredoc_body] = ACTIONS(4005),
[sym__heredoc_body_beginning] = ACTIONS(4005),
[sym_file_descriptor] = ACTIONS(4005),
[sym__concat] = ACTIONS(4005),
[ts_builtin_sym_end] = ACTIONS(4005),
[anon_sym_SEMI] = ACTIONS(4007),
[anon_sym_PIPE] = ACTIONS(4007),
[anon_sym_RPAREN] = ACTIONS(4005),
[anon_sym_SEMI_SEMI] = ACTIONS(4005),
[anon_sym_PIPE_AMP] = ACTIONS(4005),
[anon_sym_AMP_AMP] = ACTIONS(4005),
[anon_sym_PIPE_PIPE] = ACTIONS(4005),
[anon_sym_EQ_TILDE] = ACTIONS(4007),
[anon_sym_EQ_EQ] = ACTIONS(4007),
[anon_sym_LT] = ACTIONS(4007),
[anon_sym_GT] = ACTIONS(4007),
[anon_sym_GT_GT] = ACTIONS(4005),
[anon_sym_AMP_GT] = ACTIONS(4007),
[anon_sym_AMP_GT_GT] = ACTIONS(4005),
[anon_sym_LT_AMP] = ACTIONS(4005),
[anon_sym_GT_AMP] = ACTIONS(4005),
[anon_sym_LT_LT] = ACTIONS(4007),
[anon_sym_LT_LT_DASH] = ACTIONS(4005),
[anon_sym_LT_LT_LT] = ACTIONS(4005),
[sym__special_characters] = ACTIONS(4005),
[anon_sym_DQUOTE] = ACTIONS(4005),
[anon_sym_DOLLAR] = ACTIONS(4007),
[sym_raw_string] = ACTIONS(4005),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4005),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4005),
[anon_sym_BQUOTE] = ACTIONS(4005),
[anon_sym_LT_LPAREN] = ACTIONS(4005),
[anon_sym_GT_LPAREN] = ACTIONS(4005),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4007),
[anon_sym_LF] = ACTIONS(4005),
[anon_sym_AMP] = ACTIONS(4007),
},
[1386] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(3999),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1387] = {
[sym_concatenation] = STATE(1767),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1767),
[anon_sym_RBRACE] = ACTIONS(3997),
[anon_sym_EQ] = ACTIONS(4009),
[anon_sym_DASH] = ACTIONS(4009),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4011),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4009),
[anon_sym_COLON_QMARK] = ACTIONS(4009),
[anon_sym_COLON_DASH] = ACTIONS(4009),
[anon_sym_PERCENT] = ACTIONS(4009),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1388] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(3997),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1389] = {
[sym__concat] = ACTIONS(1730),
[anon_sym_RBRACE] = ACTIONS(1730),
[anon_sym_EQ] = ACTIONS(1732),
[anon_sym_DASH] = ACTIONS(1732),
[sym__special_characters] = ACTIONS(1732),
[anon_sym_DQUOTE] = ACTIONS(1730),
[anon_sym_DOLLAR] = ACTIONS(1732),
[sym_raw_string] = ACTIONS(1730),
[anon_sym_POUND] = ACTIONS(1730),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1730),
[anon_sym_COLON] = ACTIONS(1732),
[anon_sym_COLON_QMARK] = ACTIONS(1732),
[anon_sym_COLON_DASH] = ACTIONS(1732),
[anon_sym_PERCENT] = ACTIONS(1732),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[anon_sym_LT_LPAREN] = ACTIONS(1730),
[anon_sym_GT_LPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(1732),
},
[1390] = {
[aux_sym_concatenation_repeat1] = STATE(1390),
[sym__concat] = ACTIONS(4013),
[anon_sym_RBRACE] = ACTIONS(1730),
[anon_sym_EQ] = ACTIONS(1732),
[anon_sym_DASH] = ACTIONS(1732),
[sym__special_characters] = ACTIONS(1732),
[anon_sym_DQUOTE] = ACTIONS(1730),
[anon_sym_DOLLAR] = ACTIONS(1732),
[sym_raw_string] = ACTIONS(1730),
[anon_sym_POUND] = ACTIONS(1730),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1730),
[anon_sym_COLON] = ACTIONS(1732),
[anon_sym_COLON_QMARK] = ACTIONS(1732),
[anon_sym_COLON_DASH] = ACTIONS(1732),
[anon_sym_PERCENT] = ACTIONS(1732),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[anon_sym_LT_LPAREN] = ACTIONS(1730),
[anon_sym_GT_LPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(1732),
},
[1391] = {
[sym__concat] = ACTIONS(1737),
[anon_sym_RBRACE] = ACTIONS(1737),
[anon_sym_EQ] = ACTIONS(1739),
[anon_sym_DASH] = ACTIONS(1739),
[sym__special_characters] = ACTIONS(1739),
[anon_sym_DQUOTE] = ACTIONS(1737),
[anon_sym_DOLLAR] = ACTIONS(1739),
[sym_raw_string] = ACTIONS(1737),
[anon_sym_POUND] = ACTIONS(1737),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1737),
[anon_sym_COLON] = ACTIONS(1739),
[anon_sym_COLON_QMARK] = ACTIONS(1739),
[anon_sym_COLON_DASH] = ACTIONS(1739),
[anon_sym_PERCENT] = ACTIONS(1739),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1737),
[anon_sym_BQUOTE] = ACTIONS(1737),
[anon_sym_LT_LPAREN] = ACTIONS(1737),
[anon_sym_GT_LPAREN] = ACTIONS(1737),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(1739),
},
[1392] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(4016),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[1393] = {
[sym_concatenation] = STATE(1772),
[sym_string] = STATE(1771),
[sym_simple_expansion] = STATE(1771),
[sym_string_expansion] = STATE(1771),
[sym_expansion] = STATE(1771),
[sym_command_substitution] = STATE(1771),
[sym_process_substitution] = STATE(1771),
[anon_sym_RBRACE] = ACTIONS(4018),
[sym__special_characters] = ACTIONS(4020),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(4022),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4022),
},
[1394] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(4024),
[sym_comment] = ACTIONS(57),
},
[1395] = {
[sym_concatenation] = STATE(1776),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1776),
[anon_sym_RBRACE] = ACTIONS(4026),
[anon_sym_EQ] = ACTIONS(4028),
[anon_sym_DASH] = ACTIONS(4028),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4030),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(4032),
[anon_sym_COLON] = ACTIONS(4028),
[anon_sym_COLON_QMARK] = ACTIONS(4028),
[anon_sym_COLON_DASH] = ACTIONS(4028),
[anon_sym_PERCENT] = ACTIONS(4028),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1396] = {
[sym_concatenation] = STATE(1778),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1778),
[anon_sym_RBRACE] = ACTIONS(4018),
[anon_sym_EQ] = ACTIONS(4034),
[anon_sym_DASH] = ACTIONS(4034),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4036),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(4038),
[anon_sym_COLON] = ACTIONS(4034),
[anon_sym_COLON_QMARK] = ACTIONS(4034),
[anon_sym_COLON_DASH] = ACTIONS(4034),
[anon_sym_PERCENT] = ACTIONS(4034),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1397] = {
[sym__concat] = ACTIONS(1838),
[anon_sym_RBRACE] = ACTIONS(1838),
[anon_sym_EQ] = ACTIONS(1840),
[anon_sym_DASH] = ACTIONS(1840),
[sym__special_characters] = ACTIONS(1840),
[anon_sym_DQUOTE] = ACTIONS(1838),
[anon_sym_DOLLAR] = ACTIONS(1840),
[sym_raw_string] = ACTIONS(1838),
[anon_sym_POUND] = ACTIONS(1838),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1838),
[anon_sym_COLON] = ACTIONS(1840),
[anon_sym_COLON_QMARK] = ACTIONS(1840),
[anon_sym_COLON_DASH] = ACTIONS(1840),
[anon_sym_PERCENT] = ACTIONS(1840),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1838),
[anon_sym_BQUOTE] = ACTIONS(1838),
[anon_sym_LT_LPAREN] = ACTIONS(1838),
[anon_sym_GT_LPAREN] = ACTIONS(1838),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(1840),
},
[1398] = {
[sym_concatenation] = STATE(1781),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1781),
[sym_regex] = ACTIONS(4040),
[anon_sym_RBRACE] = ACTIONS(4042),
[anon_sym_EQ] = ACTIONS(4044),
[anon_sym_DASH] = ACTIONS(4044),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4046),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4044),
[anon_sym_COLON_QMARK] = ACTIONS(4044),
[anon_sym_COLON_DASH] = ACTIONS(4044),
[anon_sym_PERCENT] = ACTIONS(4044),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1399] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4042),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1400] = {
[sym__concat] = ACTIONS(1886),
[anon_sym_RBRACE] = ACTIONS(1886),
[anon_sym_EQ] = ACTIONS(1888),
[anon_sym_DASH] = ACTIONS(1888),
[sym__special_characters] = ACTIONS(1888),
[anon_sym_DQUOTE] = ACTIONS(1886),
[anon_sym_DOLLAR] = ACTIONS(1888),
[sym_raw_string] = ACTIONS(1886),
[anon_sym_POUND] = ACTIONS(1886),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1886),
[anon_sym_COLON] = ACTIONS(1888),
[anon_sym_COLON_QMARK] = ACTIONS(1888),
[anon_sym_COLON_DASH] = ACTIONS(1888),
[anon_sym_PERCENT] = ACTIONS(1888),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1886),
[anon_sym_BQUOTE] = ACTIONS(1886),
[anon_sym_LT_LPAREN] = ACTIONS(1886),
[anon_sym_GT_LPAREN] = ACTIONS(1886),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(1888),
},
[1401] = {
[sym_concatenation] = STATE(1778),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1778),
[sym_regex] = ACTIONS(4048),
[anon_sym_RBRACE] = ACTIONS(4018),
[anon_sym_EQ] = ACTIONS(4034),
[anon_sym_DASH] = ACTIONS(4034),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4036),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4034),
[anon_sym_COLON_QMARK] = ACTIONS(4034),
[anon_sym_COLON_DASH] = ACTIONS(4034),
[anon_sym_PERCENT] = ACTIONS(4034),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1402] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4018),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1403] = {
[sym__simple_heredoc_body] = ACTIONS(4050),
[sym__heredoc_body_beginning] = ACTIONS(4050),
[sym_file_descriptor] = ACTIONS(4050),
[sym__concat] = ACTIONS(4050),
[ts_builtin_sym_end] = ACTIONS(4050),
[anon_sym_SEMI] = ACTIONS(4052),
[anon_sym_PIPE] = ACTIONS(4052),
[anon_sym_RPAREN] = ACTIONS(4050),
[anon_sym_SEMI_SEMI] = ACTIONS(4050),
[anon_sym_PIPE_AMP] = ACTIONS(4050),
[anon_sym_AMP_AMP] = ACTIONS(4050),
[anon_sym_PIPE_PIPE] = ACTIONS(4050),
[anon_sym_EQ_TILDE] = ACTIONS(4052),
[anon_sym_EQ_EQ] = ACTIONS(4052),
[anon_sym_LT] = ACTIONS(4052),
[anon_sym_GT] = ACTIONS(4052),
[anon_sym_GT_GT] = ACTIONS(4050),
[anon_sym_AMP_GT] = ACTIONS(4052),
[anon_sym_AMP_GT_GT] = ACTIONS(4050),
[anon_sym_LT_AMP] = ACTIONS(4050),
[anon_sym_GT_AMP] = ACTIONS(4050),
[anon_sym_LT_LT] = ACTIONS(4052),
[anon_sym_LT_LT_DASH] = ACTIONS(4050),
[anon_sym_LT_LT_LT] = ACTIONS(4050),
[sym__special_characters] = ACTIONS(4050),
[anon_sym_DQUOTE] = ACTIONS(4050),
[anon_sym_DOLLAR] = ACTIONS(4052),
[sym_raw_string] = ACTIONS(4050),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4050),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4050),
[anon_sym_BQUOTE] = ACTIONS(4050),
[anon_sym_LT_LPAREN] = ACTIONS(4050),
[anon_sym_GT_LPAREN] = ACTIONS(4050),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4052),
[anon_sym_LF] = ACTIONS(4050),
[anon_sym_AMP] = ACTIONS(4052),
},
[1404] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4054),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1405] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(4056),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1406] = {
[sym__concat] = ACTIONS(1894),
[anon_sym_RBRACE] = ACTIONS(1894),
[anon_sym_EQ] = ACTIONS(1896),
[anon_sym_DASH] = ACTIONS(1896),
[sym__special_characters] = ACTIONS(1896),
[anon_sym_DQUOTE] = ACTIONS(1894),
[anon_sym_DOLLAR] = ACTIONS(1896),
[sym_raw_string] = ACTIONS(1894),
[anon_sym_POUND] = ACTIONS(1894),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1894),
[anon_sym_COLON] = ACTIONS(1896),
[anon_sym_COLON_QMARK] = ACTIONS(1896),
[anon_sym_COLON_DASH] = ACTIONS(1896),
[anon_sym_PERCENT] = ACTIONS(1896),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1894),
[anon_sym_BQUOTE] = ACTIONS(1894),
[anon_sym_LT_LPAREN] = ACTIONS(1894),
[anon_sym_GT_LPAREN] = ACTIONS(1894),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(1896),
},
[1407] = {
[anon_sym_SEMI] = ACTIONS(4058),
[anon_sym_RPAREN] = ACTIONS(4056),
[anon_sym_SEMI_SEMI] = ACTIONS(4060),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4060),
[anon_sym_AMP] = ACTIONS(4060),
},
[1408] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1787),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(4062),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(4056),
[anon_sym_SEMI_SEMI] = ACTIONS(4064),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4064),
[anon_sym_AMP] = ACTIONS(4062),
},
[1409] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1787),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(4062),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(4056),
[anon_sym_SEMI_SEMI] = ACTIONS(4064),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(4064),
[anon_sym_AMP] = ACTIONS(4062),
},
[1410] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(4056),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1411] = {
[anon_sym_SEMI] = ACTIONS(4066),
[anon_sym_SEMI_SEMI] = ACTIONS(4068),
[anon_sym_BQUOTE] = ACTIONS(4056),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4068),
[anon_sym_AMP] = ACTIONS(4068),
},
[1412] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1790),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(4070),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(4072),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(4056),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4072),
[anon_sym_AMP] = ACTIONS(4070),
},
[1413] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1790),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(4070),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(4072),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(4056),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(4072),
[anon_sym_AMP] = ACTIONS(4070),
},
[1414] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(4074),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1415] = {
[sym__concat] = ACTIONS(1928),
[anon_sym_RBRACE] = ACTIONS(1928),
[anon_sym_EQ] = ACTIONS(1930),
[anon_sym_DASH] = ACTIONS(1930),
[sym__special_characters] = ACTIONS(1930),
[anon_sym_DQUOTE] = ACTIONS(1928),
[anon_sym_DOLLAR] = ACTIONS(1930),
[sym_raw_string] = ACTIONS(1928),
[anon_sym_POUND] = ACTIONS(1928),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1928),
[anon_sym_COLON] = ACTIONS(1930),
[anon_sym_COLON_QMARK] = ACTIONS(1930),
[anon_sym_COLON_DASH] = ACTIONS(1930),
[anon_sym_PERCENT] = ACTIONS(1930),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1928),
[anon_sym_BQUOTE] = ACTIONS(1928),
[anon_sym_LT_LPAREN] = ACTIONS(1928),
[anon_sym_GT_LPAREN] = ACTIONS(1928),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(1930),
},
[1416] = {
[anon_sym_SEMI] = ACTIONS(4076),
[anon_sym_RPAREN] = ACTIONS(4074),
[anon_sym_SEMI_SEMI] = ACTIONS(4078),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4078),
[anon_sym_AMP] = ACTIONS(4078),
},
[1417] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1794),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(4080),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(4074),
[anon_sym_SEMI_SEMI] = ACTIONS(4082),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4082),
[anon_sym_AMP] = ACTIONS(4080),
},
[1418] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1794),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(4080),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(4074),
[anon_sym_SEMI_SEMI] = ACTIONS(4082),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(4082),
[anon_sym_AMP] = ACTIONS(4080),
},
[1419] = {
[sym__simple_heredoc_body] = ACTIONS(4084),
[sym__heredoc_body_beginning] = ACTIONS(4084),
[sym_file_descriptor] = ACTIONS(4084),
[sym__concat] = ACTIONS(4084),
[ts_builtin_sym_end] = ACTIONS(4084),
[anon_sym_SEMI] = ACTIONS(4086),
[anon_sym_PIPE] = ACTIONS(4086),
[anon_sym_RPAREN] = ACTIONS(4084),
[anon_sym_SEMI_SEMI] = ACTIONS(4084),
[anon_sym_PIPE_AMP] = ACTIONS(4084),
[anon_sym_AMP_AMP] = ACTIONS(4084),
[anon_sym_PIPE_PIPE] = ACTIONS(4084),
[anon_sym_EQ_TILDE] = ACTIONS(4086),
[anon_sym_EQ_EQ] = ACTIONS(4086),
[anon_sym_LT] = ACTIONS(4086),
[anon_sym_GT] = ACTIONS(4086),
[anon_sym_GT_GT] = ACTIONS(4084),
[anon_sym_AMP_GT] = ACTIONS(4086),
[anon_sym_AMP_GT_GT] = ACTIONS(4084),
[anon_sym_LT_AMP] = ACTIONS(4084),
[anon_sym_GT_AMP] = ACTIONS(4084),
[anon_sym_LT_LT] = ACTIONS(4086),
[anon_sym_LT_LT_DASH] = ACTIONS(4084),
[anon_sym_LT_LT_LT] = ACTIONS(4084),
[sym__special_characters] = ACTIONS(4084),
[anon_sym_DQUOTE] = ACTIONS(4084),
[anon_sym_DOLLAR] = ACTIONS(4086),
[sym_raw_string] = ACTIONS(4084),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4084),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4084),
[anon_sym_BQUOTE] = ACTIONS(4084),
[anon_sym_LT_LPAREN] = ACTIONS(4084),
[anon_sym_GT_LPAREN] = ACTIONS(4084),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4086),
[anon_sym_LF] = ACTIONS(4084),
[anon_sym_AMP] = ACTIONS(4086),
},
[1420] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4088),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1421] = {
[aux_sym_concatenation_repeat1] = STATE(1423),
[sym__simple_heredoc_body] = ACTIONS(1071),
[sym__heredoc_body_beginning] = ACTIONS(1071),
[sym_file_descriptor] = ACTIONS(1071),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(1073),
[anon_sym_PIPE] = ACTIONS(1073),
[anon_sym_SEMI_SEMI] = ACTIONS(1071),
[anon_sym_PIPE_AMP] = ACTIONS(1071),
[anon_sym_AMP_AMP] = ACTIONS(1071),
[anon_sym_PIPE_PIPE] = ACTIONS(1071),
[anon_sym_LT] = ACTIONS(1073),
[anon_sym_GT] = ACTIONS(1073),
[anon_sym_GT_GT] = ACTIONS(1071),
[anon_sym_AMP_GT] = ACTIONS(1073),
[anon_sym_AMP_GT_GT] = ACTIONS(1071),
[anon_sym_LT_AMP] = ACTIONS(1071),
[anon_sym_GT_AMP] = ACTIONS(1071),
[anon_sym_LT_LT] = ACTIONS(1073),
[anon_sym_LT_LT_DASH] = ACTIONS(1071),
[anon_sym_LT_LT_LT] = ACTIONS(1071),
[anon_sym_BQUOTE] = ACTIONS(1071),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1071),
[anon_sym_AMP] = ACTIONS(1073),
},
[1422] = {
[aux_sym_concatenation_repeat1] = STATE(1423),
[sym__simple_heredoc_body] = ACTIONS(1075),
[sym__heredoc_body_beginning] = ACTIONS(1075),
[sym_file_descriptor] = ACTIONS(1075),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(1077),
[anon_sym_PIPE] = ACTIONS(1077),
[anon_sym_SEMI_SEMI] = ACTIONS(1075),
[anon_sym_PIPE_AMP] = ACTIONS(1075),
[anon_sym_AMP_AMP] = ACTIONS(1075),
[anon_sym_PIPE_PIPE] = ACTIONS(1075),
[anon_sym_LT] = ACTIONS(1077),
[anon_sym_GT] = ACTIONS(1077),
[anon_sym_GT_GT] = ACTIONS(1075),
[anon_sym_AMP_GT] = ACTIONS(1077),
[anon_sym_AMP_GT_GT] = ACTIONS(1075),
[anon_sym_LT_AMP] = ACTIONS(1075),
[anon_sym_GT_AMP] = ACTIONS(1075),
[anon_sym_LT_LT] = ACTIONS(1077),
[anon_sym_LT_LT_DASH] = ACTIONS(1075),
[anon_sym_LT_LT_LT] = ACTIONS(1075),
[anon_sym_BQUOTE] = ACTIONS(1075),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1075),
[anon_sym_AMP] = ACTIONS(1077),
},
[1423] = {
[aux_sym_concatenation_repeat1] = STATE(1796),
[sym__simple_heredoc_body] = ACTIONS(779),
[sym__heredoc_body_beginning] = ACTIONS(779),
[sym_file_descriptor] = ACTIONS(779),
[sym__concat] = ACTIONS(249),
[anon_sym_SEMI] = ACTIONS(781),
[anon_sym_PIPE] = ACTIONS(781),
[anon_sym_SEMI_SEMI] = ACTIONS(779),
[anon_sym_PIPE_AMP] = ACTIONS(779),
[anon_sym_AMP_AMP] = ACTIONS(779),
[anon_sym_PIPE_PIPE] = ACTIONS(779),
[anon_sym_LT] = ACTIONS(781),
[anon_sym_GT] = ACTIONS(781),
[anon_sym_GT_GT] = ACTIONS(779),
[anon_sym_AMP_GT] = ACTIONS(781),
[anon_sym_AMP_GT_GT] = ACTIONS(779),
[anon_sym_LT_AMP] = ACTIONS(779),
[anon_sym_GT_AMP] = ACTIONS(779),
[anon_sym_LT_LT] = ACTIONS(781),
[anon_sym_LT_LT_DASH] = ACTIONS(779),
[anon_sym_LT_LT_LT] = ACTIONS(779),
[anon_sym_BQUOTE] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(779),
[anon_sym_AMP] = ACTIONS(781),
},
[1424] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(4088),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1425] = {
[sym__simple_heredoc_body] = ACTIONS(4090),
[sym__heredoc_body_beginning] = ACTIONS(4090),
[sym_file_descriptor] = ACTIONS(4090),
[sym__concat] = ACTIONS(4090),
[ts_builtin_sym_end] = ACTIONS(4090),
[anon_sym_SEMI] = ACTIONS(4092),
[anon_sym_PIPE] = ACTIONS(4092),
[anon_sym_RPAREN] = ACTIONS(4090),
[anon_sym_SEMI_SEMI] = ACTIONS(4090),
[anon_sym_PIPE_AMP] = ACTIONS(4090),
[anon_sym_AMP_AMP] = ACTIONS(4090),
[anon_sym_PIPE_PIPE] = ACTIONS(4090),
[anon_sym_EQ_TILDE] = ACTIONS(4092),
[anon_sym_EQ_EQ] = ACTIONS(4092),
[anon_sym_LT] = ACTIONS(4092),
[anon_sym_GT] = ACTIONS(4092),
[anon_sym_GT_GT] = ACTIONS(4090),
[anon_sym_AMP_GT] = ACTIONS(4092),
[anon_sym_AMP_GT_GT] = ACTIONS(4090),
[anon_sym_LT_AMP] = ACTIONS(4090),
[anon_sym_GT_AMP] = ACTIONS(4090),
[anon_sym_LT_LT] = ACTIONS(4092),
[anon_sym_LT_LT_DASH] = ACTIONS(4090),
[anon_sym_LT_LT_LT] = ACTIONS(4090),
[sym__special_characters] = ACTIONS(4090),
[anon_sym_DQUOTE] = ACTIONS(4090),
[anon_sym_DOLLAR] = ACTIONS(4092),
[sym_raw_string] = ACTIONS(4090),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4090),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4090),
[anon_sym_BQUOTE] = ACTIONS(4090),
[anon_sym_LT_LPAREN] = ACTIONS(4090),
[anon_sym_GT_LPAREN] = ACTIONS(4090),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4092),
[anon_sym_LF] = ACTIONS(4090),
[anon_sym_AMP] = ACTIONS(4092),
},
[1426] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4094),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1427] = {
[sym_concatenation] = STATE(1801),
[sym_string] = STATE(1800),
[sym_simple_expansion] = STATE(1800),
[sym_string_expansion] = STATE(1800),
[sym_expansion] = STATE(1800),
[sym_command_substitution] = STATE(1800),
[sym_process_substitution] = STATE(1800),
[anon_sym_RBRACE] = ACTIONS(4096),
[sym__special_characters] = ACTIONS(4098),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(4100),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4100),
},
[1428] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(4102),
[sym_comment] = ACTIONS(57),
},
[1429] = {
[sym_concatenation] = STATE(1805),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1805),
[anon_sym_RBRACE] = ACTIONS(4104),
[anon_sym_EQ] = ACTIONS(4106),
[anon_sym_DASH] = ACTIONS(4106),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4108),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(4110),
[anon_sym_COLON] = ACTIONS(4106),
[anon_sym_COLON_QMARK] = ACTIONS(4106),
[anon_sym_COLON_DASH] = ACTIONS(4106),
[anon_sym_PERCENT] = ACTIONS(4106),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1430] = {
[sym_concatenation] = STATE(1807),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1807),
[anon_sym_RBRACE] = ACTIONS(4096),
[anon_sym_EQ] = ACTIONS(4112),
[anon_sym_DASH] = ACTIONS(4112),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4114),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(4116),
[anon_sym_COLON] = ACTIONS(4112),
[anon_sym_COLON_QMARK] = ACTIONS(4112),
[anon_sym_COLON_DASH] = ACTIONS(4112),
[anon_sym_PERCENT] = ACTIONS(4112),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1431] = {
[sym__heredoc_body_middle] = ACTIONS(1838),
[sym__heredoc_body_end] = ACTIONS(1838),
[anon_sym_DOLLAR] = ACTIONS(1840),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1838),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1838),
[anon_sym_BQUOTE] = ACTIONS(1838),
[sym_comment] = ACTIONS(57),
},
[1432] = {
[sym_concatenation] = STATE(1810),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1810),
[sym_regex] = ACTIONS(4118),
[anon_sym_RBRACE] = ACTIONS(4120),
[anon_sym_EQ] = ACTIONS(4122),
[anon_sym_DASH] = ACTIONS(4122),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4124),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4122),
[anon_sym_COLON_QMARK] = ACTIONS(4122),
[anon_sym_COLON_DASH] = ACTIONS(4122),
[anon_sym_PERCENT] = ACTIONS(4122),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1433] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4120),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1434] = {
[sym__heredoc_body_middle] = ACTIONS(1886),
[sym__heredoc_body_end] = ACTIONS(1886),
[anon_sym_DOLLAR] = ACTIONS(1888),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1886),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1886),
[anon_sym_BQUOTE] = ACTIONS(1886),
[sym_comment] = ACTIONS(57),
},
[1435] = {
[sym_concatenation] = STATE(1807),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1807),
[sym_regex] = ACTIONS(4126),
[anon_sym_RBRACE] = ACTIONS(4096),
[anon_sym_EQ] = ACTIONS(4112),
[anon_sym_DASH] = ACTIONS(4112),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4114),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4112),
[anon_sym_COLON_QMARK] = ACTIONS(4112),
[anon_sym_COLON_DASH] = ACTIONS(4112),
[anon_sym_PERCENT] = ACTIONS(4112),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1436] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4096),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1437] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(4128),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1438] = {
[sym__heredoc_body_middle] = ACTIONS(1894),
[sym__heredoc_body_end] = ACTIONS(1894),
[anon_sym_DOLLAR] = ACTIONS(1896),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1894),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1894),
[anon_sym_BQUOTE] = ACTIONS(1894),
[sym_comment] = ACTIONS(57),
},
[1439] = {
[anon_sym_SEMI] = ACTIONS(4130),
[anon_sym_RPAREN] = ACTIONS(4128),
[anon_sym_SEMI_SEMI] = ACTIONS(4132),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4132),
[anon_sym_AMP] = ACTIONS(4132),
},
[1440] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1815),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(4134),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(4128),
[anon_sym_SEMI_SEMI] = ACTIONS(4136),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4136),
[anon_sym_AMP] = ACTIONS(4134),
},
[1441] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1815),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(4134),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(4128),
[anon_sym_SEMI_SEMI] = ACTIONS(4136),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(4136),
[anon_sym_AMP] = ACTIONS(4134),
},
[1442] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(4128),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1443] = {
[anon_sym_SEMI] = ACTIONS(4138),
[anon_sym_SEMI_SEMI] = ACTIONS(4140),
[anon_sym_BQUOTE] = ACTIONS(4128),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4140),
[anon_sym_AMP] = ACTIONS(4140),
},
[1444] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1818),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(4142),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(4144),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(4128),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4144),
[anon_sym_AMP] = ACTIONS(4142),
},
[1445] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1818),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(4142),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(4144),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(4128),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(4144),
[anon_sym_AMP] = ACTIONS(4142),
},
[1446] = {
[aux_sym_concatenation_repeat1] = STATE(1446),
[sym__simple_heredoc_body] = ACTIONS(1730),
[sym__heredoc_body_beginning] = ACTIONS(1730),
[sym_file_descriptor] = ACTIONS(1730),
[sym__concat] = ACTIONS(1734),
[ts_builtin_sym_end] = ACTIONS(1730),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_PIPE] = ACTIONS(1732),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[anon_sym_PIPE_AMP] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_GT_GT] = ACTIONS(1730),
[anon_sym_AMP_GT] = ACTIONS(1732),
[anon_sym_AMP_GT_GT] = ACTIONS(1730),
[anon_sym_LT_AMP] = ACTIONS(1730),
[anon_sym_GT_AMP] = ACTIONS(1730),
[anon_sym_LT_LT] = ACTIONS(1732),
[anon_sym_LT_LT_DASH] = ACTIONS(1730),
[anon_sym_LT_LT_LT] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1732),
},
[1447] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_done] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_fi] = ACTIONS(1992),
[anon_sym_elif] = ACTIONS(1992),
[anon_sym_else] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_SEMI_SEMI] = ACTIONS(1988),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1448] = {
[anon_sym_EQ] = ACTIONS(4146),
[anon_sym_PLUS_EQ] = ACTIONS(4146),
[sym_comment] = ACTIONS(57),
},
[1449] = {
[anon_sym_EQ] = ACTIONS(4148),
[anon_sym_PLUS_EQ] = ACTIONS(4148),
[sym_comment] = ACTIONS(57),
},
[1450] = {
[sym__concat] = ACTIONS(1730),
[anon_sym_RPAREN] = ACTIONS(1730),
[sym__special_characters] = ACTIONS(1730),
[anon_sym_DQUOTE] = ACTIONS(1730),
[anon_sym_DOLLAR] = ACTIONS(1732),
[sym_raw_string] = ACTIONS(1730),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1730),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[anon_sym_LT_LPAREN] = ACTIONS(1730),
[anon_sym_GT_LPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1730),
},
[1451] = {
[aux_sym_concatenation_repeat1] = STATE(1451),
[sym__concat] = ACTIONS(4150),
[anon_sym_RPAREN] = ACTIONS(1730),
[sym__special_characters] = ACTIONS(1730),
[anon_sym_DQUOTE] = ACTIONS(1730),
[anon_sym_DOLLAR] = ACTIONS(1732),
[sym_raw_string] = ACTIONS(1730),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1730),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[anon_sym_LT_LPAREN] = ACTIONS(1730),
[anon_sym_GT_LPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1730),
},
[1452] = {
[sym__concat] = ACTIONS(1737),
[anon_sym_RPAREN] = ACTIONS(1737),
[sym__special_characters] = ACTIONS(1737),
[anon_sym_DQUOTE] = ACTIONS(1737),
[anon_sym_DOLLAR] = ACTIONS(1739),
[sym_raw_string] = ACTIONS(1737),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1737),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1737),
[anon_sym_BQUOTE] = ACTIONS(1737),
[anon_sym_LT_LPAREN] = ACTIONS(1737),
[anon_sym_GT_LPAREN] = ACTIONS(1737),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1737),
},
[1453] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(4153),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[1454] = {
[sym_concatenation] = STATE(1823),
[sym_string] = STATE(1822),
[sym_simple_expansion] = STATE(1822),
[sym_string_expansion] = STATE(1822),
[sym_expansion] = STATE(1822),
[sym_command_substitution] = STATE(1822),
[sym_process_substitution] = STATE(1822),
[anon_sym_RBRACE] = ACTIONS(4155),
[sym__special_characters] = ACTIONS(4157),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(4159),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4159),
},
[1455] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(4161),
[sym_comment] = ACTIONS(57),
},
[1456] = {
[sym_concatenation] = STATE(1827),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1827),
[anon_sym_RBRACE] = ACTIONS(4163),
[anon_sym_EQ] = ACTIONS(4165),
[anon_sym_DASH] = ACTIONS(4165),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4167),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(4169),
[anon_sym_COLON] = ACTIONS(4165),
[anon_sym_COLON_QMARK] = ACTIONS(4165),
[anon_sym_COLON_DASH] = ACTIONS(4165),
[anon_sym_PERCENT] = ACTIONS(4165),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1457] = {
[sym_concatenation] = STATE(1829),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1829),
[anon_sym_RBRACE] = ACTIONS(4155),
[anon_sym_EQ] = ACTIONS(4171),
[anon_sym_DASH] = ACTIONS(4171),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4173),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(4175),
[anon_sym_COLON] = ACTIONS(4171),
[anon_sym_COLON_QMARK] = ACTIONS(4171),
[anon_sym_COLON_DASH] = ACTIONS(4171),
[anon_sym_PERCENT] = ACTIONS(4171),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1458] = {
[sym__concat] = ACTIONS(1838),
[anon_sym_RPAREN] = ACTIONS(1838),
[sym__special_characters] = ACTIONS(1838),
[anon_sym_DQUOTE] = ACTIONS(1838),
[anon_sym_DOLLAR] = ACTIONS(1840),
[sym_raw_string] = ACTIONS(1838),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1838),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1838),
[anon_sym_BQUOTE] = ACTIONS(1838),
[anon_sym_LT_LPAREN] = ACTIONS(1838),
[anon_sym_GT_LPAREN] = ACTIONS(1838),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1838),
},
[1459] = {
[sym_concatenation] = STATE(1832),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1832),
[sym_regex] = ACTIONS(4177),
[anon_sym_RBRACE] = ACTIONS(4179),
[anon_sym_EQ] = ACTIONS(4181),
[anon_sym_DASH] = ACTIONS(4181),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4183),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4181),
[anon_sym_COLON_QMARK] = ACTIONS(4181),
[anon_sym_COLON_DASH] = ACTIONS(4181),
[anon_sym_PERCENT] = ACTIONS(4181),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1460] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4179),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1461] = {
[sym__concat] = ACTIONS(1886),
[anon_sym_RPAREN] = ACTIONS(1886),
[sym__special_characters] = ACTIONS(1886),
[anon_sym_DQUOTE] = ACTIONS(1886),
[anon_sym_DOLLAR] = ACTIONS(1888),
[sym_raw_string] = ACTIONS(1886),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1886),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1886),
[anon_sym_BQUOTE] = ACTIONS(1886),
[anon_sym_LT_LPAREN] = ACTIONS(1886),
[anon_sym_GT_LPAREN] = ACTIONS(1886),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1886),
},
[1462] = {
[sym_concatenation] = STATE(1829),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1829),
[sym_regex] = ACTIONS(4185),
[anon_sym_RBRACE] = ACTIONS(4155),
[anon_sym_EQ] = ACTIONS(4171),
[anon_sym_DASH] = ACTIONS(4171),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4173),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4171),
[anon_sym_COLON_QMARK] = ACTIONS(4171),
[anon_sym_COLON_DASH] = ACTIONS(4171),
[anon_sym_PERCENT] = ACTIONS(4171),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1463] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4155),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1464] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(4187),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1465] = {
[sym__concat] = ACTIONS(1894),
[anon_sym_RPAREN] = ACTIONS(1894),
[sym__special_characters] = ACTIONS(1894),
[anon_sym_DQUOTE] = ACTIONS(1894),
[anon_sym_DOLLAR] = ACTIONS(1896),
[sym_raw_string] = ACTIONS(1894),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1894),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1894),
[anon_sym_BQUOTE] = ACTIONS(1894),
[anon_sym_LT_LPAREN] = ACTIONS(1894),
[anon_sym_GT_LPAREN] = ACTIONS(1894),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1894),
},
[1466] = {
[anon_sym_SEMI] = ACTIONS(4189),
[anon_sym_RPAREN] = ACTIONS(4187),
[anon_sym_SEMI_SEMI] = ACTIONS(4191),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4191),
[anon_sym_AMP] = ACTIONS(4191),
},
[1467] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1837),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(4193),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(4187),
[anon_sym_SEMI_SEMI] = ACTIONS(4195),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4195),
[anon_sym_AMP] = ACTIONS(4193),
},
[1468] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1837),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(4193),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(4187),
[anon_sym_SEMI_SEMI] = ACTIONS(4195),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(4195),
[anon_sym_AMP] = ACTIONS(4193),
},
[1469] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(4187),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1470] = {
[anon_sym_SEMI] = ACTIONS(4197),
[anon_sym_SEMI_SEMI] = ACTIONS(4199),
[anon_sym_BQUOTE] = ACTIONS(4187),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4199),
[anon_sym_AMP] = ACTIONS(4199),
},
[1471] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1840),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(4201),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(4203),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(4187),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4203),
[anon_sym_AMP] = ACTIONS(4201),
},
[1472] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1840),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(4201),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(4203),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(4187),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(4203),
[anon_sym_AMP] = ACTIONS(4201),
},
[1473] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(4205),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1474] = {
[sym__concat] = ACTIONS(1928),
[anon_sym_RPAREN] = ACTIONS(1928),
[sym__special_characters] = ACTIONS(1928),
[anon_sym_DQUOTE] = ACTIONS(1928),
[anon_sym_DOLLAR] = ACTIONS(1930),
[sym_raw_string] = ACTIONS(1928),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1928),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1928),
[anon_sym_BQUOTE] = ACTIONS(1928),
[anon_sym_LT_LPAREN] = ACTIONS(1928),
[anon_sym_GT_LPAREN] = ACTIONS(1928),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1928),
},
[1475] = {
[anon_sym_SEMI] = ACTIONS(4207),
[anon_sym_RPAREN] = ACTIONS(4205),
[anon_sym_SEMI_SEMI] = ACTIONS(4209),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4209),
[anon_sym_AMP] = ACTIONS(4209),
},
[1476] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1844),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(4211),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(4205),
[anon_sym_SEMI_SEMI] = ACTIONS(4213),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4213),
[anon_sym_AMP] = ACTIONS(4211),
},
[1477] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1844),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(4211),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(4205),
[anon_sym_SEMI_SEMI] = ACTIONS(4213),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(4213),
[anon_sym_AMP] = ACTIONS(4211),
},
[1478] = {
[sym__simple_heredoc_body] = ACTIONS(2934),
[sym__heredoc_body_beginning] = ACTIONS(2934),
[sym_file_descriptor] = ACTIONS(2934),
[sym__concat] = ACTIONS(2934),
[sym_variable_name] = ACTIONS(2934),
[ts_builtin_sym_end] = ACTIONS(2934),
[anon_sym_SEMI] = ACTIONS(2936),
[anon_sym_PIPE] = ACTIONS(2936),
[anon_sym_RPAREN] = ACTIONS(2934),
[anon_sym_SEMI_SEMI] = ACTIONS(2934),
[anon_sym_PIPE_AMP] = ACTIONS(2934),
[anon_sym_AMP_AMP] = ACTIONS(2934),
[anon_sym_PIPE_PIPE] = ACTIONS(2934),
[anon_sym_LT] = ACTIONS(2936),
[anon_sym_GT] = ACTIONS(2936),
[anon_sym_GT_GT] = ACTIONS(2934),
[anon_sym_AMP_GT] = ACTIONS(2936),
[anon_sym_AMP_GT_GT] = ACTIONS(2934),
[anon_sym_LT_AMP] = ACTIONS(2934),
[anon_sym_GT_AMP] = ACTIONS(2934),
[anon_sym_LT_LT] = ACTIONS(2936),
[anon_sym_LT_LT_DASH] = ACTIONS(2934),
[anon_sym_LT_LT_LT] = ACTIONS(2934),
[sym__special_characters] = ACTIONS(2934),
[anon_sym_DQUOTE] = ACTIONS(2934),
[anon_sym_DOLLAR] = ACTIONS(2936),
[sym_raw_string] = ACTIONS(2934),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2934),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2934),
[anon_sym_BQUOTE] = ACTIONS(2934),
[anon_sym_LT_LPAREN] = ACTIONS(2934),
[anon_sym_GT_LPAREN] = ACTIONS(2934),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2936),
[anon_sym_LF] = ACTIONS(2934),
[anon_sym_AMP] = ACTIONS(2936),
},
[1479] = {
[sym__simple_heredoc_body] = ACTIONS(2948),
[sym__heredoc_body_beginning] = ACTIONS(2948),
[sym_file_descriptor] = ACTIONS(2948),
[sym__concat] = ACTIONS(2948),
[sym_variable_name] = ACTIONS(2948),
[ts_builtin_sym_end] = ACTIONS(2948),
[anon_sym_SEMI] = ACTIONS(2950),
[anon_sym_PIPE] = ACTIONS(2950),
[anon_sym_RPAREN] = ACTIONS(2948),
[anon_sym_SEMI_SEMI] = ACTIONS(2948),
[anon_sym_PIPE_AMP] = ACTIONS(2948),
[anon_sym_AMP_AMP] = ACTIONS(2948),
[anon_sym_PIPE_PIPE] = ACTIONS(2948),
[anon_sym_LT] = ACTIONS(2950),
[anon_sym_GT] = ACTIONS(2950),
[anon_sym_GT_GT] = ACTIONS(2948),
[anon_sym_AMP_GT] = ACTIONS(2950),
[anon_sym_AMP_GT_GT] = ACTIONS(2948),
[anon_sym_LT_AMP] = ACTIONS(2948),
[anon_sym_GT_AMP] = ACTIONS(2948),
[anon_sym_LT_LT] = ACTIONS(2950),
[anon_sym_LT_LT_DASH] = ACTIONS(2948),
[anon_sym_LT_LT_LT] = ACTIONS(2948),
[sym__special_characters] = ACTIONS(2948),
[anon_sym_DQUOTE] = ACTIONS(2948),
[anon_sym_DOLLAR] = ACTIONS(2950),
[sym_raw_string] = ACTIONS(2948),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2948),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2948),
[anon_sym_BQUOTE] = ACTIONS(2948),
[anon_sym_LT_LPAREN] = ACTIONS(2948),
[anon_sym_GT_LPAREN] = ACTIONS(2948),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2950),
[anon_sym_LF] = ACTIONS(2948),
[anon_sym_AMP] = ACTIONS(2950),
},
[1480] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4215),
[sym_comment] = ACTIONS(57),
},
[1481] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4217),
[sym_comment] = ACTIONS(57),
},
[1482] = {
[anon_sym_RBRACE] = ACTIONS(4217),
[sym_comment] = ACTIONS(57),
},
[1483] = {
[sym_concatenation] = STATE(1849),
[sym_string] = STATE(1848),
[sym_simple_expansion] = STATE(1848),
[sym_string_expansion] = STATE(1848),
[sym_expansion] = STATE(1848),
[sym_command_substitution] = STATE(1848),
[sym_process_substitution] = STATE(1848),
[anon_sym_RBRACE] = ACTIONS(4217),
[sym__special_characters] = ACTIONS(4219),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(4221),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4221),
},
[1484] = {
[sym__simple_heredoc_body] = ACTIONS(2984),
[sym__heredoc_body_beginning] = ACTIONS(2984),
[sym_file_descriptor] = ACTIONS(2984),
[sym__concat] = ACTIONS(2984),
[sym_variable_name] = ACTIONS(2984),
[ts_builtin_sym_end] = ACTIONS(2984),
[anon_sym_SEMI] = ACTIONS(2986),
[anon_sym_PIPE] = ACTIONS(2986),
[anon_sym_RPAREN] = ACTIONS(2984),
[anon_sym_SEMI_SEMI] = ACTIONS(2984),
[anon_sym_PIPE_AMP] = ACTIONS(2984),
[anon_sym_AMP_AMP] = ACTIONS(2984),
[anon_sym_PIPE_PIPE] = ACTIONS(2984),
[anon_sym_LT] = ACTIONS(2986),
[anon_sym_GT] = ACTIONS(2986),
[anon_sym_GT_GT] = ACTIONS(2984),
[anon_sym_AMP_GT] = ACTIONS(2986),
[anon_sym_AMP_GT_GT] = ACTIONS(2984),
[anon_sym_LT_AMP] = ACTIONS(2984),
[anon_sym_GT_AMP] = ACTIONS(2984),
[anon_sym_LT_LT] = ACTIONS(2986),
[anon_sym_LT_LT_DASH] = ACTIONS(2984),
[anon_sym_LT_LT_LT] = ACTIONS(2984),
[sym__special_characters] = ACTIONS(2984),
[anon_sym_DQUOTE] = ACTIONS(2984),
[anon_sym_DOLLAR] = ACTIONS(2986),
[sym_raw_string] = ACTIONS(2984),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2984),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2984),
[anon_sym_BQUOTE] = ACTIONS(2984),
[anon_sym_LT_LPAREN] = ACTIONS(2984),
[anon_sym_GT_LPAREN] = ACTIONS(2984),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2986),
[anon_sym_LF] = ACTIONS(2984),
[anon_sym_AMP] = ACTIONS(2986),
},
[1485] = {
[sym_concatenation] = STATE(1852),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1852),
[sym_regex] = ACTIONS(4223),
[anon_sym_RBRACE] = ACTIONS(4225),
[anon_sym_EQ] = ACTIONS(4227),
[anon_sym_DASH] = ACTIONS(4227),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4229),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4227),
[anon_sym_COLON_QMARK] = ACTIONS(4227),
[anon_sym_COLON_DASH] = ACTIONS(4227),
[anon_sym_PERCENT] = ACTIONS(4227),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1486] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4225),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1487] = {
[sym_concatenation] = STATE(1854),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1854),
[sym_regex] = ACTIONS(4231),
[anon_sym_RBRACE] = ACTIONS(4217),
[anon_sym_EQ] = ACTIONS(4233),
[anon_sym_DASH] = ACTIONS(4233),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4235),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4233),
[anon_sym_COLON_QMARK] = ACTIONS(4233),
[anon_sym_COLON_DASH] = ACTIONS(4233),
[anon_sym_PERCENT] = ACTIONS(4233),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1488] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4217),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1489] = {
[sym_concatenation] = STATE(1856),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1856),
[anon_sym_RBRACE] = ACTIONS(4237),
[anon_sym_EQ] = ACTIONS(4239),
[anon_sym_DASH] = ACTIONS(4239),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4241),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4239),
[anon_sym_COLON_QMARK] = ACTIONS(4239),
[anon_sym_COLON_DASH] = ACTIONS(4239),
[anon_sym_PERCENT] = ACTIONS(4239),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1490] = {
[sym__simple_heredoc_body] = ACTIONS(3040),
[sym__heredoc_body_beginning] = ACTIONS(3040),
[sym_file_descriptor] = ACTIONS(3040),
[sym__concat] = ACTIONS(3040),
[sym_variable_name] = ACTIONS(3040),
[ts_builtin_sym_end] = ACTIONS(3040),
[anon_sym_SEMI] = ACTIONS(3042),
[anon_sym_PIPE] = ACTIONS(3042),
[anon_sym_RPAREN] = ACTIONS(3040),
[anon_sym_SEMI_SEMI] = ACTIONS(3040),
[anon_sym_PIPE_AMP] = ACTIONS(3040),
[anon_sym_AMP_AMP] = ACTIONS(3040),
[anon_sym_PIPE_PIPE] = ACTIONS(3040),
[anon_sym_LT] = ACTIONS(3042),
[anon_sym_GT] = ACTIONS(3042),
[anon_sym_GT_GT] = ACTIONS(3040),
[anon_sym_AMP_GT] = ACTIONS(3042),
[anon_sym_AMP_GT_GT] = ACTIONS(3040),
[anon_sym_LT_AMP] = ACTIONS(3040),
[anon_sym_GT_AMP] = ACTIONS(3040),
[anon_sym_LT_LT] = ACTIONS(3042),
[anon_sym_LT_LT_DASH] = ACTIONS(3040),
[anon_sym_LT_LT_LT] = ACTIONS(3040),
[sym__special_characters] = ACTIONS(3040),
[anon_sym_DQUOTE] = ACTIONS(3040),
[anon_sym_DOLLAR] = ACTIONS(3042),
[sym_raw_string] = ACTIONS(3040),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3040),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3040),
[anon_sym_BQUOTE] = ACTIONS(3040),
[anon_sym_LT_LPAREN] = ACTIONS(3040),
[anon_sym_GT_LPAREN] = ACTIONS(3040),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3042),
[anon_sym_LF] = ACTIONS(3040),
[anon_sym_AMP] = ACTIONS(3042),
},
[1491] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4237),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1492] = {
[sym_concatenation] = STATE(1854),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1854),
[anon_sym_RBRACE] = ACTIONS(4217),
[anon_sym_EQ] = ACTIONS(4233),
[anon_sym_DASH] = ACTIONS(4233),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4235),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4233),
[anon_sym_COLON_QMARK] = ACTIONS(4233),
[anon_sym_COLON_DASH] = ACTIONS(4233),
[anon_sym_PERCENT] = ACTIONS(4233),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1493] = {
[sym__simple_heredoc_body] = ACTIONS(3095),
[sym__heredoc_body_beginning] = ACTIONS(3095),
[sym_file_descriptor] = ACTIONS(3095),
[sym__concat] = ACTIONS(3095),
[sym_variable_name] = ACTIONS(3095),
[ts_builtin_sym_end] = ACTIONS(3095),
[anon_sym_SEMI] = ACTIONS(3097),
[anon_sym_PIPE] = ACTIONS(3097),
[anon_sym_RPAREN] = ACTIONS(3095),
[anon_sym_SEMI_SEMI] = ACTIONS(3095),
[anon_sym_PIPE_AMP] = ACTIONS(3095),
[anon_sym_AMP_AMP] = ACTIONS(3095),
[anon_sym_PIPE_PIPE] = ACTIONS(3095),
[anon_sym_LT] = ACTIONS(3097),
[anon_sym_GT] = ACTIONS(3097),
[anon_sym_GT_GT] = ACTIONS(3095),
[anon_sym_AMP_GT] = ACTIONS(3097),
[anon_sym_AMP_GT_GT] = ACTIONS(3095),
[anon_sym_LT_AMP] = ACTIONS(3095),
[anon_sym_GT_AMP] = ACTIONS(3095),
[anon_sym_LT_LT] = ACTIONS(3097),
[anon_sym_LT_LT_DASH] = ACTIONS(3095),
[anon_sym_LT_LT_LT] = ACTIONS(3095),
[sym__special_characters] = ACTIONS(3095),
[anon_sym_DQUOTE] = ACTIONS(3095),
[anon_sym_DOLLAR] = ACTIONS(3097),
[sym_raw_string] = ACTIONS(3095),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3095),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3095),
[anon_sym_BQUOTE] = ACTIONS(3095),
[anon_sym_LT_LPAREN] = ACTIONS(3095),
[anon_sym_GT_LPAREN] = ACTIONS(3095),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3097),
[anon_sym_LF] = ACTIONS(3095),
[anon_sym_AMP] = ACTIONS(3097),
},
[1494] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4243),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1495] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(4243),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1496] = {
[anon_sym_SEMI] = ACTIONS(4245),
[anon_sym_RPAREN] = ACTIONS(4243),
[anon_sym_SEMI_SEMI] = ACTIONS(4247),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4247),
[anon_sym_AMP] = ACTIONS(4247),
},
[1497] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(4243),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1498] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(4243),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1499] = {
[anon_sym_SEMI] = ACTIONS(4249),
[anon_sym_SEMI_SEMI] = ACTIONS(4251),
[anon_sym_BQUOTE] = ACTIONS(4243),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4251),
[anon_sym_AMP] = ACTIONS(4251),
},
[1500] = {
[sym__simple_heredoc_body] = ACTIONS(3125),
[sym__heredoc_body_beginning] = ACTIONS(3125),
[sym_file_descriptor] = ACTIONS(3125),
[sym__concat] = ACTIONS(3125),
[sym_variable_name] = ACTIONS(3125),
[ts_builtin_sym_end] = ACTIONS(3125),
[anon_sym_SEMI] = ACTIONS(3127),
[anon_sym_PIPE] = ACTIONS(3127),
[anon_sym_RPAREN] = ACTIONS(3125),
[anon_sym_SEMI_SEMI] = ACTIONS(3125),
[anon_sym_PIPE_AMP] = ACTIONS(3125),
[anon_sym_AMP_AMP] = ACTIONS(3125),
[anon_sym_PIPE_PIPE] = ACTIONS(3125),
[anon_sym_LT] = ACTIONS(3127),
[anon_sym_GT] = ACTIONS(3127),
[anon_sym_GT_GT] = ACTIONS(3125),
[anon_sym_AMP_GT] = ACTIONS(3127),
[anon_sym_AMP_GT_GT] = ACTIONS(3125),
[anon_sym_LT_AMP] = ACTIONS(3125),
[anon_sym_GT_AMP] = ACTIONS(3125),
[anon_sym_LT_LT] = ACTIONS(3127),
[anon_sym_LT_LT_DASH] = ACTIONS(3125),
[anon_sym_LT_LT_LT] = ACTIONS(3125),
[sym__special_characters] = ACTIONS(3125),
[anon_sym_DQUOTE] = ACTIONS(3125),
[anon_sym_DOLLAR] = ACTIONS(3127),
[sym_raw_string] = ACTIONS(3125),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3125),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3125),
[anon_sym_BQUOTE] = ACTIONS(3125),
[anon_sym_LT_LPAREN] = ACTIONS(3125),
[anon_sym_GT_LPAREN] = ACTIONS(3125),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3127),
[anon_sym_LF] = ACTIONS(3125),
[anon_sym_AMP] = ACTIONS(3127),
},
[1501] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4253),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1502] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(4253),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1503] = {
[anon_sym_SEMI] = ACTIONS(4255),
[anon_sym_RPAREN] = ACTIONS(4253),
[anon_sym_SEMI_SEMI] = ACTIONS(4257),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4257),
[anon_sym_AMP] = ACTIONS(4257),
},
[1504] = {
[sym_do_group] = STATE(1862),
[sym_compound_statement] = STATE(1862),
[anon_sym_do] = ACTIONS(493),
[anon_sym_LBRACE] = ACTIONS(25),
[sym_comment] = ACTIONS(57),
},
[1505] = {
[sym__simple_heredoc_body] = ACTIONS(4259),
[sym__heredoc_body_beginning] = ACTIONS(4259),
[sym_file_descriptor] = ACTIONS(4259),
[ts_builtin_sym_end] = ACTIONS(4259),
[anon_sym_SEMI] = ACTIONS(4261),
[anon_sym_esac] = ACTIONS(4259),
[anon_sym_PIPE] = ACTIONS(4261),
[anon_sym_RPAREN] = ACTIONS(4259),
[anon_sym_SEMI_SEMI] = ACTIONS(4259),
[anon_sym_PIPE_AMP] = ACTIONS(4259),
[anon_sym_AMP_AMP] = ACTIONS(4259),
[anon_sym_PIPE_PIPE] = ACTIONS(4259),
[anon_sym_LT] = ACTIONS(4261),
[anon_sym_GT] = ACTIONS(4261),
[anon_sym_GT_GT] = ACTIONS(4259),
[anon_sym_AMP_GT] = ACTIONS(4261),
[anon_sym_AMP_GT_GT] = ACTIONS(4259),
[anon_sym_LT_AMP] = ACTIONS(4259),
[anon_sym_GT_AMP] = ACTIONS(4259),
[anon_sym_LT_LT] = ACTIONS(4261),
[anon_sym_LT_LT_DASH] = ACTIONS(4259),
[anon_sym_LT_LT_LT] = ACTIONS(4259),
[anon_sym_BQUOTE] = ACTIONS(4259),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4259),
[anon_sym_AMP] = ACTIONS(4261),
},
[1506] = {
[sym_do_group] = STATE(1862),
[sym_compound_statement] = STATE(1862),
[anon_sym_SEMI] = ACTIONS(4263),
[anon_sym_do] = ACTIONS(493),
[anon_sym_LBRACE] = ACTIONS(25),
[sym_comment] = ACTIONS(57),
},
[1507] = {
[anon_sym_RPAREN_RPAREN] = ACTIONS(4265),
[anon_sym_AMP_AMP] = ACTIONS(465),
[anon_sym_PIPE_PIPE] = ACTIONS(465),
[anon_sym_EQ_TILDE] = ACTIONS(467),
[anon_sym_EQ_EQ] = ACTIONS(467),
[anon_sym_EQ] = ACTIONS(469),
[anon_sym_PLUS_EQ] = ACTIONS(465),
[anon_sym_LT] = ACTIONS(469),
[anon_sym_GT] = ACTIONS(469),
[anon_sym_BANG_EQ] = ACTIONS(465),
[anon_sym_PLUS] = ACTIONS(469),
[anon_sym_DASH] = ACTIONS(469),
[anon_sym_DASH_EQ] = ACTIONS(465),
[anon_sym_LT_EQ] = ACTIONS(465),
[anon_sym_GT_EQ] = ACTIONS(465),
[anon_sym_PLUS_PLUS] = ACTIONS(471),
[anon_sym_DASH_DASH] = ACTIONS(471),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(465),
},
[1508] = {
[sym__concat] = ACTIONS(2934),
[anon_sym_SEMI] = ACTIONS(2936),
[anon_sym_SEMI_SEMI] = ACTIONS(2934),
[anon_sym_AMP_AMP] = ACTIONS(2934),
[anon_sym_PIPE_PIPE] = ACTIONS(2934),
[anon_sym_EQ_TILDE] = ACTIONS(2934),
[anon_sym_EQ_EQ] = ACTIONS(2934),
[anon_sym_EQ] = ACTIONS(2936),
[anon_sym_PLUS_EQ] = ACTIONS(2934),
[anon_sym_LT] = ACTIONS(2936),
[anon_sym_GT] = ACTIONS(2936),
[anon_sym_BANG_EQ] = ACTIONS(2934),
[anon_sym_PLUS] = ACTIONS(2936),
[anon_sym_DASH] = ACTIONS(2936),
[anon_sym_DASH_EQ] = ACTIONS(2934),
[anon_sym_LT_EQ] = ACTIONS(2934),
[anon_sym_GT_EQ] = ACTIONS(2934),
[anon_sym_PLUS_PLUS] = ACTIONS(2934),
[anon_sym_DASH_DASH] = ACTIONS(2934),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(2934),
[anon_sym_LF] = ACTIONS(2934),
[anon_sym_AMP] = ACTIONS(2936),
},
[1509] = {
[sym__concat] = ACTIONS(2948),
[anon_sym_SEMI] = ACTIONS(2950),
[anon_sym_SEMI_SEMI] = ACTIONS(2948),
[anon_sym_AMP_AMP] = ACTIONS(2948),
[anon_sym_PIPE_PIPE] = ACTIONS(2948),
[anon_sym_EQ_TILDE] = ACTIONS(2948),
[anon_sym_EQ_EQ] = ACTIONS(2948),
[anon_sym_EQ] = ACTIONS(2950),
[anon_sym_PLUS_EQ] = ACTIONS(2948),
[anon_sym_LT] = ACTIONS(2950),
[anon_sym_GT] = ACTIONS(2950),
[anon_sym_BANG_EQ] = ACTIONS(2948),
[anon_sym_PLUS] = ACTIONS(2950),
[anon_sym_DASH] = ACTIONS(2950),
[anon_sym_DASH_EQ] = ACTIONS(2948),
[anon_sym_LT_EQ] = ACTIONS(2948),
[anon_sym_GT_EQ] = ACTIONS(2948),
[anon_sym_PLUS_PLUS] = ACTIONS(2948),
[anon_sym_DASH_DASH] = ACTIONS(2948),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(2948),
[anon_sym_LF] = ACTIONS(2948),
[anon_sym_AMP] = ACTIONS(2950),
},
[1510] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4267),
[sym_comment] = ACTIONS(57),
},
[1511] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4269),
[sym_comment] = ACTIONS(57),
},
[1512] = {
[anon_sym_RBRACE] = ACTIONS(4269),
[sym_comment] = ACTIONS(57),
},
[1513] = {
[sym_concatenation] = STATE(1869),
[sym_string] = STATE(1868),
[sym_simple_expansion] = STATE(1868),
[sym_string_expansion] = STATE(1868),
[sym_expansion] = STATE(1868),
[sym_command_substitution] = STATE(1868),
[sym_process_substitution] = STATE(1868),
[anon_sym_RBRACE] = ACTIONS(4269),
[sym__special_characters] = ACTIONS(4271),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(4273),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4273),
},
[1514] = {
[sym__concat] = ACTIONS(2984),
[anon_sym_SEMI] = ACTIONS(2986),
[anon_sym_SEMI_SEMI] = ACTIONS(2984),
[anon_sym_AMP_AMP] = ACTIONS(2984),
[anon_sym_PIPE_PIPE] = ACTIONS(2984),
[anon_sym_EQ_TILDE] = ACTIONS(2984),
[anon_sym_EQ_EQ] = ACTIONS(2984),
[anon_sym_EQ] = ACTIONS(2986),
[anon_sym_PLUS_EQ] = ACTIONS(2984),
[anon_sym_LT] = ACTIONS(2986),
[anon_sym_GT] = ACTIONS(2986),
[anon_sym_BANG_EQ] = ACTIONS(2984),
[anon_sym_PLUS] = ACTIONS(2986),
[anon_sym_DASH] = ACTIONS(2986),
[anon_sym_DASH_EQ] = ACTIONS(2984),
[anon_sym_LT_EQ] = ACTIONS(2984),
[anon_sym_GT_EQ] = ACTIONS(2984),
[anon_sym_PLUS_PLUS] = ACTIONS(2984),
[anon_sym_DASH_DASH] = ACTIONS(2984),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(2984),
[anon_sym_LF] = ACTIONS(2984),
[anon_sym_AMP] = ACTIONS(2986),
},
[1515] = {
[sym_concatenation] = STATE(1872),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1872),
[sym_regex] = ACTIONS(4275),
[anon_sym_RBRACE] = ACTIONS(4277),
[anon_sym_EQ] = ACTIONS(4279),
[anon_sym_DASH] = ACTIONS(4279),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4281),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4279),
[anon_sym_COLON_QMARK] = ACTIONS(4279),
[anon_sym_COLON_DASH] = ACTIONS(4279),
[anon_sym_PERCENT] = ACTIONS(4279),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1516] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4277),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1517] = {
[sym_concatenation] = STATE(1874),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1874),
[sym_regex] = ACTIONS(4283),
[anon_sym_RBRACE] = ACTIONS(4269),
[anon_sym_EQ] = ACTIONS(4285),
[anon_sym_DASH] = ACTIONS(4285),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4287),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4285),
[anon_sym_COLON_QMARK] = ACTIONS(4285),
[anon_sym_COLON_DASH] = ACTIONS(4285),
[anon_sym_PERCENT] = ACTIONS(4285),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1518] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4269),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1519] = {
[sym_concatenation] = STATE(1876),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1876),
[anon_sym_RBRACE] = ACTIONS(4289),
[anon_sym_EQ] = ACTIONS(4291),
[anon_sym_DASH] = ACTIONS(4291),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4293),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4291),
[anon_sym_COLON_QMARK] = ACTIONS(4291),
[anon_sym_COLON_DASH] = ACTIONS(4291),
[anon_sym_PERCENT] = ACTIONS(4291),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1520] = {
[sym__concat] = ACTIONS(3040),
[anon_sym_SEMI] = ACTIONS(3042),
[anon_sym_SEMI_SEMI] = ACTIONS(3040),
[anon_sym_AMP_AMP] = ACTIONS(3040),
[anon_sym_PIPE_PIPE] = ACTIONS(3040),
[anon_sym_EQ_TILDE] = ACTIONS(3040),
[anon_sym_EQ_EQ] = ACTIONS(3040),
[anon_sym_EQ] = ACTIONS(3042),
[anon_sym_PLUS_EQ] = ACTIONS(3040),
[anon_sym_LT] = ACTIONS(3042),
[anon_sym_GT] = ACTIONS(3042),
[anon_sym_BANG_EQ] = ACTIONS(3040),
[anon_sym_PLUS] = ACTIONS(3042),
[anon_sym_DASH] = ACTIONS(3042),
[anon_sym_DASH_EQ] = ACTIONS(3040),
[anon_sym_LT_EQ] = ACTIONS(3040),
[anon_sym_GT_EQ] = ACTIONS(3040),
[anon_sym_PLUS_PLUS] = ACTIONS(3040),
[anon_sym_DASH_DASH] = ACTIONS(3040),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(3040),
[anon_sym_LF] = ACTIONS(3040),
[anon_sym_AMP] = ACTIONS(3042),
},
[1521] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4289),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1522] = {
[sym_concatenation] = STATE(1874),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1874),
[anon_sym_RBRACE] = ACTIONS(4269),
[anon_sym_EQ] = ACTIONS(4285),
[anon_sym_DASH] = ACTIONS(4285),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4287),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4285),
[anon_sym_COLON_QMARK] = ACTIONS(4285),
[anon_sym_COLON_DASH] = ACTIONS(4285),
[anon_sym_PERCENT] = ACTIONS(4285),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1523] = {
[sym__concat] = ACTIONS(3095),
[anon_sym_SEMI] = ACTIONS(3097),
[anon_sym_SEMI_SEMI] = ACTIONS(3095),
[anon_sym_AMP_AMP] = ACTIONS(3095),
[anon_sym_PIPE_PIPE] = ACTIONS(3095),
[anon_sym_EQ_TILDE] = ACTIONS(3095),
[anon_sym_EQ_EQ] = ACTIONS(3095),
[anon_sym_EQ] = ACTIONS(3097),
[anon_sym_PLUS_EQ] = ACTIONS(3095),
[anon_sym_LT] = ACTIONS(3097),
[anon_sym_GT] = ACTIONS(3097),
[anon_sym_BANG_EQ] = ACTIONS(3095),
[anon_sym_PLUS] = ACTIONS(3097),
[anon_sym_DASH] = ACTIONS(3097),
[anon_sym_DASH_EQ] = ACTIONS(3095),
[anon_sym_LT_EQ] = ACTIONS(3095),
[anon_sym_GT_EQ] = ACTIONS(3095),
[anon_sym_PLUS_PLUS] = ACTIONS(3095),
[anon_sym_DASH_DASH] = ACTIONS(3095),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(3095),
[anon_sym_LF] = ACTIONS(3095),
[anon_sym_AMP] = ACTIONS(3097),
},
[1524] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4295),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1525] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(4295),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1526] = {
[anon_sym_SEMI] = ACTIONS(4297),
[anon_sym_RPAREN] = ACTIONS(4295),
[anon_sym_SEMI_SEMI] = ACTIONS(4299),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4299),
[anon_sym_AMP] = ACTIONS(4299),
},
[1527] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(4295),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1528] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(4295),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1529] = {
[anon_sym_SEMI] = ACTIONS(4301),
[anon_sym_SEMI_SEMI] = ACTIONS(4303),
[anon_sym_BQUOTE] = ACTIONS(4295),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4303),
[anon_sym_AMP] = ACTIONS(4303),
},
[1530] = {
[sym__concat] = ACTIONS(3125),
[anon_sym_SEMI] = ACTIONS(3127),
[anon_sym_SEMI_SEMI] = ACTIONS(3125),
[anon_sym_AMP_AMP] = ACTIONS(3125),
[anon_sym_PIPE_PIPE] = ACTIONS(3125),
[anon_sym_EQ_TILDE] = ACTIONS(3125),
[anon_sym_EQ_EQ] = ACTIONS(3125),
[anon_sym_EQ] = ACTIONS(3127),
[anon_sym_PLUS_EQ] = ACTIONS(3125),
[anon_sym_LT] = ACTIONS(3127),
[anon_sym_GT] = ACTIONS(3127),
[anon_sym_BANG_EQ] = ACTIONS(3125),
[anon_sym_PLUS] = ACTIONS(3127),
[anon_sym_DASH] = ACTIONS(3127),
[anon_sym_DASH_EQ] = ACTIONS(3125),
[anon_sym_LT_EQ] = ACTIONS(3125),
[anon_sym_GT_EQ] = ACTIONS(3125),
[anon_sym_PLUS_PLUS] = ACTIONS(3125),
[anon_sym_DASH_DASH] = ACTIONS(3125),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(3125),
[anon_sym_LF] = ACTIONS(3125),
[anon_sym_AMP] = ACTIONS(3127),
},
[1531] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4305),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1532] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(4305),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1533] = {
[anon_sym_SEMI] = ACTIONS(4307),
[anon_sym_RPAREN] = ACTIONS(4305),
[anon_sym_SEMI_SEMI] = ACTIONS(4309),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4309),
[anon_sym_AMP] = ACTIONS(4309),
},
[1534] = {
[sym__expression] = STATE(1882),
[sym_binary_expression] = STATE(1882),
[sym_unary_expression] = STATE(1882),
[sym_postfix_expression] = STATE(1882),
[sym_parenthesized_expression] = STATE(1882),
[sym_concatenation] = STATE(1882),
[sym_string] = STATE(45),
[sym_simple_expansion] = STATE(45),
[sym_string_expansion] = STATE(45),
[sym_expansion] = STATE(45),
[sym_command_substitution] = STATE(45),
[sym_process_substitution] = STATE(45),
[anon_sym_RPAREN_RPAREN] = ACTIONS(4265),
[anon_sym_LPAREN] = ACTIONS(73),
[anon_sym_BANG] = ACTIONS(75),
[sym__special_characters] = ACTIONS(77),
[anon_sym_DQUOTE] = ACTIONS(79),
[anon_sym_DOLLAR] = ACTIONS(81),
[sym_raw_string] = ACTIONS(83),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(85),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(87),
[anon_sym_BQUOTE] = ACTIONS(89),
[anon_sym_LT_LPAREN] = ACTIONS(91),
[anon_sym_GT_LPAREN] = ACTIONS(91),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(93),
[sym_test_operator] = ACTIONS(95),
},
[1535] = {
[sym__concat] = ACTIONS(1730),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[sym__special_characters] = ACTIONS(1730),
[anon_sym_DQUOTE] = ACTIONS(1730),
[anon_sym_DOLLAR] = ACTIONS(1732),
[sym_raw_string] = ACTIONS(1730),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1730),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[anon_sym_LT_LPAREN] = ACTIONS(1730),
[anon_sym_GT_LPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1732),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1730),
},
[1536] = {
[aux_sym_concatenation_repeat1] = STATE(1536),
[sym__concat] = ACTIONS(4311),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[sym__special_characters] = ACTIONS(1730),
[anon_sym_DQUOTE] = ACTIONS(1730),
[anon_sym_DOLLAR] = ACTIONS(1732),
[sym_raw_string] = ACTIONS(1730),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1730),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[anon_sym_LT_LPAREN] = ACTIONS(1730),
[anon_sym_GT_LPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1732),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1730),
},
[1537] = {
[sym__concat] = ACTIONS(1737),
[anon_sym_SEMI] = ACTIONS(1739),
[anon_sym_SEMI_SEMI] = ACTIONS(1737),
[sym__special_characters] = ACTIONS(1737),
[anon_sym_DQUOTE] = ACTIONS(1737),
[anon_sym_DOLLAR] = ACTIONS(1739),
[sym_raw_string] = ACTIONS(1737),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1737),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1737),
[anon_sym_BQUOTE] = ACTIONS(1737),
[anon_sym_LT_LPAREN] = ACTIONS(1737),
[anon_sym_GT_LPAREN] = ACTIONS(1737),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1739),
[anon_sym_LF] = ACTIONS(1737),
[anon_sym_AMP] = ACTIONS(1737),
},
[1538] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(4314),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[1539] = {
[sym_concatenation] = STATE(1887),
[sym_string] = STATE(1886),
[sym_simple_expansion] = STATE(1886),
[sym_string_expansion] = STATE(1886),
[sym_expansion] = STATE(1886),
[sym_command_substitution] = STATE(1886),
[sym_process_substitution] = STATE(1886),
[anon_sym_RBRACE] = ACTIONS(4316),
[sym__special_characters] = ACTIONS(4318),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(4320),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4320),
},
[1540] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(4322),
[sym_comment] = ACTIONS(57),
},
[1541] = {
[sym_concatenation] = STATE(1891),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1891),
[anon_sym_RBRACE] = ACTIONS(4324),
[anon_sym_EQ] = ACTIONS(4326),
[anon_sym_DASH] = ACTIONS(4326),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4328),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(4330),
[anon_sym_COLON] = ACTIONS(4326),
[anon_sym_COLON_QMARK] = ACTIONS(4326),
[anon_sym_COLON_DASH] = ACTIONS(4326),
[anon_sym_PERCENT] = ACTIONS(4326),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1542] = {
[sym_concatenation] = STATE(1893),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1893),
[anon_sym_RBRACE] = ACTIONS(4316),
[anon_sym_EQ] = ACTIONS(4332),
[anon_sym_DASH] = ACTIONS(4332),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4334),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(4336),
[anon_sym_COLON] = ACTIONS(4332),
[anon_sym_COLON_QMARK] = ACTIONS(4332),
[anon_sym_COLON_DASH] = ACTIONS(4332),
[anon_sym_PERCENT] = ACTIONS(4332),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1543] = {
[sym__concat] = ACTIONS(1838),
[anon_sym_SEMI] = ACTIONS(1840),
[anon_sym_SEMI_SEMI] = ACTIONS(1838),
[sym__special_characters] = ACTIONS(1838),
[anon_sym_DQUOTE] = ACTIONS(1838),
[anon_sym_DOLLAR] = ACTIONS(1840),
[sym_raw_string] = ACTIONS(1838),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1838),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1838),
[anon_sym_BQUOTE] = ACTIONS(1838),
[anon_sym_LT_LPAREN] = ACTIONS(1838),
[anon_sym_GT_LPAREN] = ACTIONS(1838),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1840),
[anon_sym_LF] = ACTIONS(1838),
[anon_sym_AMP] = ACTIONS(1838),
},
[1544] = {
[sym_concatenation] = STATE(1896),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1896),
[sym_regex] = ACTIONS(4338),
[anon_sym_RBRACE] = ACTIONS(4340),
[anon_sym_EQ] = ACTIONS(4342),
[anon_sym_DASH] = ACTIONS(4342),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4344),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4342),
[anon_sym_COLON_QMARK] = ACTIONS(4342),
[anon_sym_COLON_DASH] = ACTIONS(4342),
[anon_sym_PERCENT] = ACTIONS(4342),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1545] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4340),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1546] = {
[sym__concat] = ACTIONS(1886),
[anon_sym_SEMI] = ACTIONS(1888),
[anon_sym_SEMI_SEMI] = ACTIONS(1886),
[sym__special_characters] = ACTIONS(1886),
[anon_sym_DQUOTE] = ACTIONS(1886),
[anon_sym_DOLLAR] = ACTIONS(1888),
[sym_raw_string] = ACTIONS(1886),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1886),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1886),
[anon_sym_BQUOTE] = ACTIONS(1886),
[anon_sym_LT_LPAREN] = ACTIONS(1886),
[anon_sym_GT_LPAREN] = ACTIONS(1886),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1888),
[anon_sym_LF] = ACTIONS(1886),
[anon_sym_AMP] = ACTIONS(1886),
},
[1547] = {
[sym_concatenation] = STATE(1893),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1893),
[sym_regex] = ACTIONS(4346),
[anon_sym_RBRACE] = ACTIONS(4316),
[anon_sym_EQ] = ACTIONS(4332),
[anon_sym_DASH] = ACTIONS(4332),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4334),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4332),
[anon_sym_COLON_QMARK] = ACTIONS(4332),
[anon_sym_COLON_DASH] = ACTIONS(4332),
[anon_sym_PERCENT] = ACTIONS(4332),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1548] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4316),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1549] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(4348),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1550] = {
[sym__concat] = ACTIONS(1894),
[anon_sym_SEMI] = ACTIONS(1896),
[anon_sym_SEMI_SEMI] = ACTIONS(1894),
[sym__special_characters] = ACTIONS(1894),
[anon_sym_DQUOTE] = ACTIONS(1894),
[anon_sym_DOLLAR] = ACTIONS(1896),
[sym_raw_string] = ACTIONS(1894),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1894),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1894),
[anon_sym_BQUOTE] = ACTIONS(1894),
[anon_sym_LT_LPAREN] = ACTIONS(1894),
[anon_sym_GT_LPAREN] = ACTIONS(1894),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1896),
[anon_sym_LF] = ACTIONS(1894),
[anon_sym_AMP] = ACTIONS(1894),
},
[1551] = {
[anon_sym_SEMI] = ACTIONS(4350),
[anon_sym_RPAREN] = ACTIONS(4348),
[anon_sym_SEMI_SEMI] = ACTIONS(4352),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4352),
[anon_sym_AMP] = ACTIONS(4352),
},
[1552] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1901),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(4354),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(4348),
[anon_sym_SEMI_SEMI] = ACTIONS(4356),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4356),
[anon_sym_AMP] = ACTIONS(4354),
},
[1553] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1901),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(4354),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(4348),
[anon_sym_SEMI_SEMI] = ACTIONS(4356),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(4356),
[anon_sym_AMP] = ACTIONS(4354),
},
[1554] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(4348),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1555] = {
[anon_sym_SEMI] = ACTIONS(4358),
[anon_sym_SEMI_SEMI] = ACTIONS(4360),
[anon_sym_BQUOTE] = ACTIONS(4348),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4360),
[anon_sym_AMP] = ACTIONS(4360),
},
[1556] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1904),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(4362),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(4364),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(4348),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4364),
[anon_sym_AMP] = ACTIONS(4362),
},
[1557] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(1904),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(4362),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(4364),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(4348),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(4364),
[anon_sym_AMP] = ACTIONS(4362),
},
[1558] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(4366),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1559] = {
[sym__concat] = ACTIONS(1928),
[anon_sym_SEMI] = ACTIONS(1930),
[anon_sym_SEMI_SEMI] = ACTIONS(1928),
[sym__special_characters] = ACTIONS(1928),
[anon_sym_DQUOTE] = ACTIONS(1928),
[anon_sym_DOLLAR] = ACTIONS(1930),
[sym_raw_string] = ACTIONS(1928),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1928),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1928),
[anon_sym_BQUOTE] = ACTIONS(1928),
[anon_sym_LT_LPAREN] = ACTIONS(1928),
[anon_sym_GT_LPAREN] = ACTIONS(1928),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1930),
[anon_sym_LF] = ACTIONS(1928),
[anon_sym_AMP] = ACTIONS(1928),
},
[1560] = {
[anon_sym_SEMI] = ACTIONS(4368),
[anon_sym_RPAREN] = ACTIONS(4366),
[anon_sym_SEMI_SEMI] = ACTIONS(4370),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4370),
[anon_sym_AMP] = ACTIONS(4370),
},
[1561] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1908),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(4372),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(4366),
[anon_sym_SEMI_SEMI] = ACTIONS(4374),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4374),
[anon_sym_AMP] = ACTIONS(4372),
},
[1562] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(1908),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(4372),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(4366),
[anon_sym_SEMI_SEMI] = ACTIONS(4374),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(4374),
[anon_sym_AMP] = ACTIONS(4372),
},
[1563] = {
[sym__simple_heredoc_body] = ACTIONS(4376),
[sym__heredoc_body_beginning] = ACTIONS(4376),
[sym_file_descriptor] = ACTIONS(4376),
[ts_builtin_sym_end] = ACTIONS(4376),
[anon_sym_SEMI] = ACTIONS(4378),
[anon_sym_esac] = ACTIONS(4376),
[anon_sym_PIPE] = ACTIONS(4378),
[anon_sym_RPAREN] = ACTIONS(4376),
[anon_sym_SEMI_SEMI] = ACTIONS(4376),
[anon_sym_PIPE_AMP] = ACTIONS(4376),
[anon_sym_AMP_AMP] = ACTIONS(4376),
[anon_sym_PIPE_PIPE] = ACTIONS(4376),
[anon_sym_LT] = ACTIONS(4378),
[anon_sym_GT] = ACTIONS(4378),
[anon_sym_GT_GT] = ACTIONS(4376),
[anon_sym_AMP_GT] = ACTIONS(4378),
[anon_sym_AMP_GT_GT] = ACTIONS(4376),
[anon_sym_LT_AMP] = ACTIONS(4376),
[anon_sym_GT_AMP] = ACTIONS(4376),
[anon_sym_LT_LT] = ACTIONS(4378),
[anon_sym_LT_LT_DASH] = ACTIONS(4376),
[anon_sym_LT_LT_LT] = ACTIONS(4376),
[anon_sym_BQUOTE] = ACTIONS(4376),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4376),
[anon_sym_AMP] = ACTIONS(4378),
},
[1564] = {
[sym__concat] = ACTIONS(2934),
[anon_sym_PIPE] = ACTIONS(2936),
[anon_sym_RPAREN] = ACTIONS(2934),
[anon_sym_AMP_AMP] = ACTIONS(2934),
[anon_sym_PIPE_PIPE] = ACTIONS(2934),
[anon_sym_EQ_TILDE] = ACTIONS(2934),
[anon_sym_EQ_EQ] = ACTIONS(2934),
[anon_sym_EQ] = ACTIONS(2936),
[anon_sym_PLUS_EQ] = ACTIONS(2934),
[anon_sym_LT] = ACTIONS(2936),
[anon_sym_GT] = ACTIONS(2936),
[anon_sym_BANG_EQ] = ACTIONS(2934),
[anon_sym_PLUS] = ACTIONS(2936),
[anon_sym_DASH] = ACTIONS(2936),
[anon_sym_DASH_EQ] = ACTIONS(2934),
[anon_sym_LT_EQ] = ACTIONS(2934),
[anon_sym_GT_EQ] = ACTIONS(2934),
[anon_sym_PLUS_PLUS] = ACTIONS(2934),
[anon_sym_DASH_DASH] = ACTIONS(2934),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(2934),
},
[1565] = {
[sym__concat] = ACTIONS(2948),
[anon_sym_PIPE] = ACTIONS(2950),
[anon_sym_RPAREN] = ACTIONS(2948),
[anon_sym_AMP_AMP] = ACTIONS(2948),
[anon_sym_PIPE_PIPE] = ACTIONS(2948),
[anon_sym_EQ_TILDE] = ACTIONS(2948),
[anon_sym_EQ_EQ] = ACTIONS(2948),
[anon_sym_EQ] = ACTIONS(2950),
[anon_sym_PLUS_EQ] = ACTIONS(2948),
[anon_sym_LT] = ACTIONS(2950),
[anon_sym_GT] = ACTIONS(2950),
[anon_sym_BANG_EQ] = ACTIONS(2948),
[anon_sym_PLUS] = ACTIONS(2950),
[anon_sym_DASH] = ACTIONS(2950),
[anon_sym_DASH_EQ] = ACTIONS(2948),
[anon_sym_LT_EQ] = ACTIONS(2948),
[anon_sym_GT_EQ] = ACTIONS(2948),
[anon_sym_PLUS_PLUS] = ACTIONS(2948),
[anon_sym_DASH_DASH] = ACTIONS(2948),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(2948),
},
[1566] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4380),
[sym_comment] = ACTIONS(57),
},
[1567] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4382),
[sym_comment] = ACTIONS(57),
},
[1568] = {
[anon_sym_RBRACE] = ACTIONS(4382),
[sym_comment] = ACTIONS(57),
},
[1569] = {
[sym_concatenation] = STATE(1913),
[sym_string] = STATE(1912),
[sym_simple_expansion] = STATE(1912),
[sym_string_expansion] = STATE(1912),
[sym_expansion] = STATE(1912),
[sym_command_substitution] = STATE(1912),
[sym_process_substitution] = STATE(1912),
[anon_sym_RBRACE] = ACTIONS(4382),
[sym__special_characters] = ACTIONS(4384),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(4386),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4386),
},
[1570] = {
[sym__concat] = ACTIONS(2984),
[anon_sym_PIPE] = ACTIONS(2986),
[anon_sym_RPAREN] = ACTIONS(2984),
[anon_sym_AMP_AMP] = ACTIONS(2984),
[anon_sym_PIPE_PIPE] = ACTIONS(2984),
[anon_sym_EQ_TILDE] = ACTIONS(2984),
[anon_sym_EQ_EQ] = ACTIONS(2984),
[anon_sym_EQ] = ACTIONS(2986),
[anon_sym_PLUS_EQ] = ACTIONS(2984),
[anon_sym_LT] = ACTIONS(2986),
[anon_sym_GT] = ACTIONS(2986),
[anon_sym_BANG_EQ] = ACTIONS(2984),
[anon_sym_PLUS] = ACTIONS(2986),
[anon_sym_DASH] = ACTIONS(2986),
[anon_sym_DASH_EQ] = ACTIONS(2984),
[anon_sym_LT_EQ] = ACTIONS(2984),
[anon_sym_GT_EQ] = ACTIONS(2984),
[anon_sym_PLUS_PLUS] = ACTIONS(2984),
[anon_sym_DASH_DASH] = ACTIONS(2984),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(2984),
},
[1571] = {
[sym_concatenation] = STATE(1916),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1916),
[sym_regex] = ACTIONS(4388),
[anon_sym_RBRACE] = ACTIONS(4390),
[anon_sym_EQ] = ACTIONS(4392),
[anon_sym_DASH] = ACTIONS(4392),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4394),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4392),
[anon_sym_COLON_QMARK] = ACTIONS(4392),
[anon_sym_COLON_DASH] = ACTIONS(4392),
[anon_sym_PERCENT] = ACTIONS(4392),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1572] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4390),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1573] = {
[sym_concatenation] = STATE(1918),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1918),
[sym_regex] = ACTIONS(4396),
[anon_sym_RBRACE] = ACTIONS(4382),
[anon_sym_EQ] = ACTIONS(4398),
[anon_sym_DASH] = ACTIONS(4398),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4400),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4398),
[anon_sym_COLON_QMARK] = ACTIONS(4398),
[anon_sym_COLON_DASH] = ACTIONS(4398),
[anon_sym_PERCENT] = ACTIONS(4398),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1574] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4382),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1575] = {
[sym_concatenation] = STATE(1920),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1920),
[anon_sym_RBRACE] = ACTIONS(4402),
[anon_sym_EQ] = ACTIONS(4404),
[anon_sym_DASH] = ACTIONS(4404),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4406),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4404),
[anon_sym_COLON_QMARK] = ACTIONS(4404),
[anon_sym_COLON_DASH] = ACTIONS(4404),
[anon_sym_PERCENT] = ACTIONS(4404),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1576] = {
[sym__concat] = ACTIONS(3040),
[anon_sym_PIPE] = ACTIONS(3042),
[anon_sym_RPAREN] = ACTIONS(3040),
[anon_sym_AMP_AMP] = ACTIONS(3040),
[anon_sym_PIPE_PIPE] = ACTIONS(3040),
[anon_sym_EQ_TILDE] = ACTIONS(3040),
[anon_sym_EQ_EQ] = ACTIONS(3040),
[anon_sym_EQ] = ACTIONS(3042),
[anon_sym_PLUS_EQ] = ACTIONS(3040),
[anon_sym_LT] = ACTIONS(3042),
[anon_sym_GT] = ACTIONS(3042),
[anon_sym_BANG_EQ] = ACTIONS(3040),
[anon_sym_PLUS] = ACTIONS(3042),
[anon_sym_DASH] = ACTIONS(3042),
[anon_sym_DASH_EQ] = ACTIONS(3040),
[anon_sym_LT_EQ] = ACTIONS(3040),
[anon_sym_GT_EQ] = ACTIONS(3040),
[anon_sym_PLUS_PLUS] = ACTIONS(3040),
[anon_sym_DASH_DASH] = ACTIONS(3040),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(3040),
},
[1577] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4402),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1578] = {
[sym_concatenation] = STATE(1918),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1918),
[anon_sym_RBRACE] = ACTIONS(4382),
[anon_sym_EQ] = ACTIONS(4398),
[anon_sym_DASH] = ACTIONS(4398),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4400),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4398),
[anon_sym_COLON_QMARK] = ACTIONS(4398),
[anon_sym_COLON_DASH] = ACTIONS(4398),
[anon_sym_PERCENT] = ACTIONS(4398),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1579] = {
[sym__concat] = ACTIONS(3095),
[anon_sym_PIPE] = ACTIONS(3097),
[anon_sym_RPAREN] = ACTIONS(3095),
[anon_sym_AMP_AMP] = ACTIONS(3095),
[anon_sym_PIPE_PIPE] = ACTIONS(3095),
[anon_sym_EQ_TILDE] = ACTIONS(3095),
[anon_sym_EQ_EQ] = ACTIONS(3095),
[anon_sym_EQ] = ACTIONS(3097),
[anon_sym_PLUS_EQ] = ACTIONS(3095),
[anon_sym_LT] = ACTIONS(3097),
[anon_sym_GT] = ACTIONS(3097),
[anon_sym_BANG_EQ] = ACTIONS(3095),
[anon_sym_PLUS] = ACTIONS(3097),
[anon_sym_DASH] = ACTIONS(3097),
[anon_sym_DASH_EQ] = ACTIONS(3095),
[anon_sym_LT_EQ] = ACTIONS(3095),
[anon_sym_GT_EQ] = ACTIONS(3095),
[anon_sym_PLUS_PLUS] = ACTIONS(3095),
[anon_sym_DASH_DASH] = ACTIONS(3095),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(3095),
},
[1580] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4408),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1581] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(4408),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1582] = {
[anon_sym_SEMI] = ACTIONS(4410),
[anon_sym_RPAREN] = ACTIONS(4408),
[anon_sym_SEMI_SEMI] = ACTIONS(4412),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4412),
[anon_sym_AMP] = ACTIONS(4412),
},
[1583] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(4408),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1584] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(4408),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1585] = {
[anon_sym_SEMI] = ACTIONS(4414),
[anon_sym_SEMI_SEMI] = ACTIONS(4416),
[anon_sym_BQUOTE] = ACTIONS(4408),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4416),
[anon_sym_AMP] = ACTIONS(4416),
},
[1586] = {
[sym__concat] = ACTIONS(3125),
[anon_sym_PIPE] = ACTIONS(3127),
[anon_sym_RPAREN] = ACTIONS(3125),
[anon_sym_AMP_AMP] = ACTIONS(3125),
[anon_sym_PIPE_PIPE] = ACTIONS(3125),
[anon_sym_EQ_TILDE] = ACTIONS(3125),
[anon_sym_EQ_EQ] = ACTIONS(3125),
[anon_sym_EQ] = ACTIONS(3127),
[anon_sym_PLUS_EQ] = ACTIONS(3125),
[anon_sym_LT] = ACTIONS(3127),
[anon_sym_GT] = ACTIONS(3127),
[anon_sym_BANG_EQ] = ACTIONS(3125),
[anon_sym_PLUS] = ACTIONS(3127),
[anon_sym_DASH] = ACTIONS(3127),
[anon_sym_DASH_EQ] = ACTIONS(3125),
[anon_sym_LT_EQ] = ACTIONS(3125),
[anon_sym_GT_EQ] = ACTIONS(3125),
[anon_sym_PLUS_PLUS] = ACTIONS(3125),
[anon_sym_DASH_DASH] = ACTIONS(3125),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(3125),
},
[1587] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4418),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1588] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(4418),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1589] = {
[anon_sym_SEMI] = ACTIONS(4420),
[anon_sym_RPAREN] = ACTIONS(4418),
[anon_sym_SEMI_SEMI] = ACTIONS(4422),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4422),
[anon_sym_AMP] = ACTIONS(4422),
},
[1590] = {
[sym__concat] = ACTIONS(3941),
[anon_sym_RPAREN_RPAREN] = ACTIONS(3941),
[anon_sym_AMP_AMP] = ACTIONS(3941),
[anon_sym_PIPE_PIPE] = ACTIONS(3941),
[anon_sym_RBRACK_RBRACK] = ACTIONS(3941),
[anon_sym_EQ_TILDE] = ACTIONS(3941),
[anon_sym_EQ_EQ] = ACTIONS(3941),
[anon_sym_EQ] = ACTIONS(3943),
[anon_sym_PLUS_EQ] = ACTIONS(3941),
[anon_sym_LT] = ACTIONS(3943),
[anon_sym_GT] = ACTIONS(3943),
[anon_sym_BANG_EQ] = ACTIONS(3941),
[anon_sym_PLUS] = ACTIONS(3943),
[anon_sym_DASH] = ACTIONS(3943),
[anon_sym_DASH_EQ] = ACTIONS(3941),
[anon_sym_LT_EQ] = ACTIONS(3941),
[anon_sym_GT_EQ] = ACTIONS(3941),
[anon_sym_PLUS_PLUS] = ACTIONS(3941),
[anon_sym_DASH_DASH] = ACTIONS(3941),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(3941),
},
[1591] = {
[sym__concat] = ACTIONS(3949),
[anon_sym_RPAREN_RPAREN] = ACTIONS(3949),
[anon_sym_AMP_AMP] = ACTIONS(3949),
[anon_sym_PIPE_PIPE] = ACTIONS(3949),
[anon_sym_RBRACK_RBRACK] = ACTIONS(3949),
[anon_sym_EQ_TILDE] = ACTIONS(3949),
[anon_sym_EQ_EQ] = ACTIONS(3949),
[anon_sym_EQ] = ACTIONS(3951),
[anon_sym_PLUS_EQ] = ACTIONS(3949),
[anon_sym_LT] = ACTIONS(3951),
[anon_sym_GT] = ACTIONS(3951),
[anon_sym_BANG_EQ] = ACTIONS(3949),
[anon_sym_PLUS] = ACTIONS(3951),
[anon_sym_DASH] = ACTIONS(3951),
[anon_sym_DASH_EQ] = ACTIONS(3949),
[anon_sym_LT_EQ] = ACTIONS(3949),
[anon_sym_GT_EQ] = ACTIONS(3949),
[anon_sym_PLUS_PLUS] = ACTIONS(3949),
[anon_sym_DASH_DASH] = ACTIONS(3949),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(3949),
},
[1592] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4424),
[sym_comment] = ACTIONS(57),
},
[1593] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4426),
[sym_comment] = ACTIONS(57),
},
[1594] = {
[anon_sym_RBRACE] = ACTIONS(4426),
[sym_comment] = ACTIONS(57),
},
[1595] = {
[sym_concatenation] = STATE(1929),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1929),
[anon_sym_RBRACE] = ACTIONS(4428),
[anon_sym_EQ] = ACTIONS(4430),
[anon_sym_DASH] = ACTIONS(4430),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4432),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4430),
[anon_sym_COLON_QMARK] = ACTIONS(4430),
[anon_sym_COLON_DASH] = ACTIONS(4430),
[anon_sym_PERCENT] = ACTIONS(4430),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1596] = {
[sym__concat] = ACTIONS(4005),
[anon_sym_RPAREN_RPAREN] = ACTIONS(4005),
[anon_sym_AMP_AMP] = ACTIONS(4005),
[anon_sym_PIPE_PIPE] = ACTIONS(4005),
[anon_sym_RBRACK_RBRACK] = ACTIONS(4005),
[anon_sym_EQ_TILDE] = ACTIONS(4005),
[anon_sym_EQ_EQ] = ACTIONS(4005),
[anon_sym_EQ] = ACTIONS(4007),
[anon_sym_PLUS_EQ] = ACTIONS(4005),
[anon_sym_LT] = ACTIONS(4007),
[anon_sym_GT] = ACTIONS(4007),
[anon_sym_BANG_EQ] = ACTIONS(4005),
[anon_sym_PLUS] = ACTIONS(4007),
[anon_sym_DASH] = ACTIONS(4007),
[anon_sym_DASH_EQ] = ACTIONS(4005),
[anon_sym_LT_EQ] = ACTIONS(4005),
[anon_sym_GT_EQ] = ACTIONS(4005),
[anon_sym_PLUS_PLUS] = ACTIONS(4005),
[anon_sym_DASH_DASH] = ACTIONS(4005),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4005),
},
[1597] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4428),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1598] = {
[sym_concatenation] = STATE(1930),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1930),
[anon_sym_RBRACE] = ACTIONS(4426),
[anon_sym_EQ] = ACTIONS(4434),
[anon_sym_DASH] = ACTIONS(4434),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4436),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4434),
[anon_sym_COLON_QMARK] = ACTIONS(4434),
[anon_sym_COLON_DASH] = ACTIONS(4434),
[anon_sym_PERCENT] = ACTIONS(4434),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1599] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4426),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1600] = {
[sym__concat] = ACTIONS(4050),
[anon_sym_RPAREN_RPAREN] = ACTIONS(4050),
[anon_sym_AMP_AMP] = ACTIONS(4050),
[anon_sym_PIPE_PIPE] = ACTIONS(4050),
[anon_sym_RBRACK_RBRACK] = ACTIONS(4050),
[anon_sym_EQ_TILDE] = ACTIONS(4050),
[anon_sym_EQ_EQ] = ACTIONS(4050),
[anon_sym_EQ] = ACTIONS(4052),
[anon_sym_PLUS_EQ] = ACTIONS(4050),
[anon_sym_LT] = ACTIONS(4052),
[anon_sym_GT] = ACTIONS(4052),
[anon_sym_BANG_EQ] = ACTIONS(4050),
[anon_sym_PLUS] = ACTIONS(4052),
[anon_sym_DASH] = ACTIONS(4052),
[anon_sym_DASH_EQ] = ACTIONS(4050),
[anon_sym_LT_EQ] = ACTIONS(4050),
[anon_sym_GT_EQ] = ACTIONS(4050),
[anon_sym_PLUS_PLUS] = ACTIONS(4050),
[anon_sym_DASH_DASH] = ACTIONS(4050),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4050),
},
[1601] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4438),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1602] = {
[sym__concat] = ACTIONS(4084),
[anon_sym_RPAREN_RPAREN] = ACTIONS(4084),
[anon_sym_AMP_AMP] = ACTIONS(4084),
[anon_sym_PIPE_PIPE] = ACTIONS(4084),
[anon_sym_RBRACK_RBRACK] = ACTIONS(4084),
[anon_sym_EQ_TILDE] = ACTIONS(4084),
[anon_sym_EQ_EQ] = ACTIONS(4084),
[anon_sym_EQ] = ACTIONS(4086),
[anon_sym_PLUS_EQ] = ACTIONS(4084),
[anon_sym_LT] = ACTIONS(4086),
[anon_sym_GT] = ACTIONS(4086),
[anon_sym_BANG_EQ] = ACTIONS(4084),
[anon_sym_PLUS] = ACTIONS(4086),
[anon_sym_DASH] = ACTIONS(4086),
[anon_sym_DASH_EQ] = ACTIONS(4084),
[anon_sym_LT_EQ] = ACTIONS(4084),
[anon_sym_GT_EQ] = ACTIONS(4084),
[anon_sym_PLUS_PLUS] = ACTIONS(4084),
[anon_sym_DASH_DASH] = ACTIONS(4084),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4084),
},
[1603] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4440),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1604] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(4440),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1605] = {
[sym__concat] = ACTIONS(4090),
[anon_sym_RPAREN_RPAREN] = ACTIONS(4090),
[anon_sym_AMP_AMP] = ACTIONS(4090),
[anon_sym_PIPE_PIPE] = ACTIONS(4090),
[anon_sym_RBRACK_RBRACK] = ACTIONS(4090),
[anon_sym_EQ_TILDE] = ACTIONS(4090),
[anon_sym_EQ_EQ] = ACTIONS(4090),
[anon_sym_EQ] = ACTIONS(4092),
[anon_sym_PLUS_EQ] = ACTIONS(4090),
[anon_sym_LT] = ACTIONS(4092),
[anon_sym_GT] = ACTIONS(4092),
[anon_sym_BANG_EQ] = ACTIONS(4090),
[anon_sym_PLUS] = ACTIONS(4092),
[anon_sym_DASH] = ACTIONS(4092),
[anon_sym_DASH_EQ] = ACTIONS(4090),
[anon_sym_LT_EQ] = ACTIONS(4090),
[anon_sym_GT_EQ] = ACTIONS(4090),
[anon_sym_PLUS_PLUS] = ACTIONS(4090),
[anon_sym_DASH_DASH] = ACTIONS(4090),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4090),
},
[1606] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4442),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1607] = {
[aux_sym_concatenation_repeat1] = STATE(1607),
[sym__simple_heredoc_body] = ACTIONS(1730),
[sym__heredoc_body_beginning] = ACTIONS(1730),
[sym_file_descriptor] = ACTIONS(1730),
[sym__concat] = ACTIONS(3288),
[sym_variable_name] = ACTIONS(1730),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_PIPE] = ACTIONS(1732),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[anon_sym_PIPE_AMP] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_GT_GT] = ACTIONS(1730),
[anon_sym_AMP_GT] = ACTIONS(1732),
[anon_sym_AMP_GT_GT] = ACTIONS(1730),
[anon_sym_LT_AMP] = ACTIONS(1730),
[anon_sym_GT_AMP] = ACTIONS(1730),
[anon_sym_LT_LT] = ACTIONS(1732),
[anon_sym_LT_LT_DASH] = ACTIONS(1730),
[anon_sym_LT_LT_LT] = ACTIONS(1730),
[sym__special_characters] = ACTIONS(1730),
[anon_sym_DQUOTE] = ACTIONS(1730),
[anon_sym_DOLLAR] = ACTIONS(1732),
[sym_raw_string] = ACTIONS(1730),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1730),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[anon_sym_LT_LPAREN] = ACTIONS(1730),
[anon_sym_GT_LPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1732),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1732),
},
[1608] = {
[aux_sym_concatenation_repeat1] = STATE(1608),
[sym__simple_heredoc_body] = ACTIONS(1730),
[sym__heredoc_body_beginning] = ACTIONS(1730),
[sym_file_descriptor] = ACTIONS(1730),
[sym__concat] = ACTIONS(1734),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_PIPE] = ACTIONS(1732),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[anon_sym_PIPE_AMP] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_GT_GT] = ACTIONS(1730),
[anon_sym_AMP_GT] = ACTIONS(1732),
[anon_sym_AMP_GT_GT] = ACTIONS(1730),
[anon_sym_LT_AMP] = ACTIONS(1730),
[anon_sym_GT_AMP] = ACTIONS(1730),
[anon_sym_LT_LT] = ACTIONS(1732),
[anon_sym_LT_LT_DASH] = ACTIONS(1730),
[anon_sym_LT_LT_LT] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1732),
},
[1609] = {
[sym__terminated_statement] = STATE(1934),
[sym_redirected_statement] = STATE(526),
[sym_for_statement] = STATE(526),
[sym_c_style_for_statement] = STATE(526),
[sym_while_statement] = STATE(526),
[sym_if_statement] = STATE(526),
[sym_case_statement] = STATE(526),
[sym_function_definition] = STATE(526),
[sym_compound_statement] = STATE(526),
[sym_subshell] = STATE(526),
[sym_pipeline] = STATE(526),
[sym_list] = STATE(526),
[sym_negated_command] = STATE(526),
[sym_test_command] = STATE(526),
[sym_declaration_command] = STATE(526),
[sym_unset_command] = STATE(526),
[sym_command] = STATE(526),
[sym_command_name] = STATE(60),
[sym_variable_assignment] = STATE(527),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(63),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(1934),
[aux_sym_command_repeat1] = STATE(63),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = ACTIONS(15),
[anon_sym_if] = ACTIONS(17),
[anon_sym_fi] = ACTIONS(4444),
[anon_sym_elif] = ACTIONS(4444),
[anon_sym_else] = ACTIONS(4444),
[anon_sym_case] = ACTIONS(19),
[anon_sym_function] = ACTIONS(21),
[anon_sym_LPAREN] = ACTIONS(23),
[anon_sym_LBRACE] = ACTIONS(25),
[anon_sym_BANG] = ACTIONS(99),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(101),
[anon_sym_typeset] = ACTIONS(101),
[anon_sym_export] = ACTIONS(101),
[anon_sym_readonly] = ACTIONS(101),
[anon_sym_local] = ACTIONS(101),
[anon_sym_unset] = ACTIONS(103),
[anon_sym_unsetenv] = ACTIONS(103),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[1610] = {
[sym__terminated_statement] = STATE(1610),
[sym_redirected_statement] = STATE(526),
[sym_for_statement] = STATE(526),
[sym_c_style_for_statement] = STATE(526),
[sym_while_statement] = STATE(526),
[sym_if_statement] = STATE(526),
[sym_case_statement] = STATE(526),
[sym_function_definition] = STATE(526),
[sym_compound_statement] = STATE(526),
[sym_subshell] = STATE(526),
[sym_pipeline] = STATE(526),
[sym_list] = STATE(526),
[sym_negated_command] = STATE(526),
[sym_test_command] = STATE(526),
[sym_declaration_command] = STATE(526),
[sym_unset_command] = STATE(526),
[sym_command] = STATE(526),
[sym_command_name] = STATE(60),
[sym_variable_assignment] = STATE(527),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(63),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(1610),
[aux_sym_command_repeat1] = STATE(63),
[sym_file_descriptor] = ACTIONS(977),
[sym_variable_name] = ACTIONS(980),
[anon_sym_for] = ACTIONS(983),
[anon_sym_LPAREN_LPAREN] = ACTIONS(986),
[anon_sym_while] = ACTIONS(989),
[anon_sym_if] = ACTIONS(992),
[anon_sym_fi] = ACTIONS(3616),
[anon_sym_case] = ACTIONS(995),
[anon_sym_function] = ACTIONS(998),
[anon_sym_LPAREN] = ACTIONS(1001),
[anon_sym_LBRACE] = ACTIONS(1004),
[anon_sym_BANG] = ACTIONS(1007),
[anon_sym_LBRACK] = ACTIONS(1010),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1013),
[anon_sym_declare] = ACTIONS(1016),
[anon_sym_typeset] = ACTIONS(1016),
[anon_sym_export] = ACTIONS(1016),
[anon_sym_readonly] = ACTIONS(1016),
[anon_sym_local] = ACTIONS(1016),
[anon_sym_unset] = ACTIONS(1019),
[anon_sym_unsetenv] = ACTIONS(1019),
[anon_sym_LT] = ACTIONS(1022),
[anon_sym_GT] = ACTIONS(1022),
[anon_sym_GT_GT] = ACTIONS(1025),
[anon_sym_AMP_GT] = ACTIONS(1022),
[anon_sym_AMP_GT_GT] = ACTIONS(1025),
[anon_sym_LT_AMP] = ACTIONS(1025),
[anon_sym_GT_AMP] = ACTIONS(1025),
[sym__special_characters] = ACTIONS(1028),
[anon_sym_DQUOTE] = ACTIONS(1031),
[anon_sym_DOLLAR] = ACTIONS(1034),
[sym_raw_string] = ACTIONS(1037),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1040),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1043),
[anon_sym_BQUOTE] = ACTIONS(1046),
[anon_sym_LT_LPAREN] = ACTIONS(1049),
[anon_sym_GT_LPAREN] = ACTIONS(1049),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1052),
},
[1611] = {
[sym__simple_heredoc_body] = ACTIONS(4446),
[sym__heredoc_body_beginning] = ACTIONS(4446),
[sym_file_descriptor] = ACTIONS(4446),
[ts_builtin_sym_end] = ACTIONS(4446),
[anon_sym_SEMI] = ACTIONS(4448),
[anon_sym_esac] = ACTIONS(4446),
[anon_sym_PIPE] = ACTIONS(4448),
[anon_sym_RPAREN] = ACTIONS(4446),
[anon_sym_SEMI_SEMI] = ACTIONS(4446),
[anon_sym_PIPE_AMP] = ACTIONS(4446),
[anon_sym_AMP_AMP] = ACTIONS(4446),
[anon_sym_PIPE_PIPE] = ACTIONS(4446),
[anon_sym_LT] = ACTIONS(4448),
[anon_sym_GT] = ACTIONS(4448),
[anon_sym_GT_GT] = ACTIONS(4446),
[anon_sym_AMP_GT] = ACTIONS(4448),
[anon_sym_AMP_GT_GT] = ACTIONS(4446),
[anon_sym_LT_AMP] = ACTIONS(4446),
[anon_sym_GT_AMP] = ACTIONS(4446),
[anon_sym_LT_LT] = ACTIONS(4448),
[anon_sym_LT_LT_DASH] = ACTIONS(4446),
[anon_sym_LT_LT_LT] = ACTIONS(4446),
[anon_sym_BQUOTE] = ACTIONS(4446),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4446),
[anon_sym_AMP] = ACTIONS(4448),
},
[1612] = {
[anon_sym_fi] = ACTIONS(4450),
[sym_comment] = ACTIONS(57),
},
[1613] = {
[sym_concatenation] = STATE(1938),
[sym_string] = STATE(1937),
[sym_simple_expansion] = STATE(1937),
[sym_string_expansion] = STATE(1937),
[sym_expansion] = STATE(1937),
[sym_command_substitution] = STATE(1937),
[sym_process_substitution] = STATE(1937),
[sym__special_characters] = ACTIONS(4452),
[anon_sym_DQUOTE] = ACTIONS(413),
[anon_sym_DOLLAR] = ACTIONS(415),
[sym_raw_string] = ACTIONS(4454),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(419),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(421),
[anon_sym_BQUOTE] = ACTIONS(423),
[anon_sym_LT_LPAREN] = ACTIONS(425),
[anon_sym_GT_LPAREN] = ACTIONS(425),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4454),
},
[1614] = {
[sym__terminated_statement] = STATE(1958),
[sym_redirected_statement] = STATE(1953),
[sym_for_statement] = STATE(1953),
[sym_c_style_for_statement] = STATE(1953),
[sym_while_statement] = STATE(1953),
[sym_if_statement] = STATE(1953),
[sym_case_statement] = STATE(1953),
[sym_function_definition] = STATE(1953),
[sym_compound_statement] = STATE(1953),
[sym_subshell] = STATE(1953),
[sym_pipeline] = STATE(1953),
[sym_list] = STATE(1953),
[sym_negated_command] = STATE(1953),
[sym_test_command] = STATE(1953),
[sym_declaration_command] = STATE(1953),
[sym_unset_command] = STATE(1953),
[sym_command] = STATE(1953),
[sym_command_name] = STATE(1954),
[sym_variable_assignment] = STATE(1955),
[sym_subscript] = STATE(1956),
[sym_file_redirect] = STATE(1959),
[sym_concatenation] = STATE(1957),
[sym_string] = STATE(1947),
[sym_simple_expansion] = STATE(1947),
[sym_string_expansion] = STATE(1947),
[sym_expansion] = STATE(1947),
[sym_command_substitution] = STATE(1947),
[sym_process_substitution] = STATE(1947),
[aux_sym__statements_repeat1] = STATE(1958),
[aux_sym_command_repeat1] = STATE(1959),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(4456),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = ACTIONS(15),
[anon_sym_if] = ACTIONS(17),
[anon_sym_case] = ACTIONS(19),
[anon_sym_esac] = ACTIONS(4458),
[anon_sym_SEMI_SEMI] = ACTIONS(4460),
[anon_sym_function] = ACTIONS(21),
[anon_sym_LPAREN] = ACTIONS(23),
[anon_sym_LBRACE] = ACTIONS(25),
[anon_sym_BANG] = ACTIONS(4462),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(4464),
[anon_sym_typeset] = ACTIONS(4464),
[anon_sym_export] = ACTIONS(4464),
[anon_sym_readonly] = ACTIONS(4464),
[anon_sym_local] = ACTIONS(4464),
[anon_sym_unset] = ACTIONS(4466),
[anon_sym_unsetenv] = ACTIONS(4466),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(4468),
[anon_sym_DQUOTE] = ACTIONS(4470),
[anon_sym_DOLLAR] = ACTIONS(4472),
[sym_raw_string] = ACTIONS(4474),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4476),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4478),
[anon_sym_BQUOTE] = ACTIONS(4480),
[anon_sym_LT_LPAREN] = ACTIONS(4482),
[anon_sym_GT_LPAREN] = ACTIONS(4482),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4484),
},
[1615] = {
[aux_sym_case_item_repeat1] = STATE(1961),
[anon_sym_PIPE] = ACTIONS(3637),
[anon_sym_RPAREN] = ACTIONS(4486),
[sym_comment] = ACTIONS(57),
},
[1616] = {
[aux_sym_concatenation_repeat1] = STATE(1962),
[sym__concat] = ACTIONS(1195),
[anon_sym_PIPE] = ACTIONS(779),
[anon_sym_RPAREN] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
},
[1617] = {
[sym__terminated_statement] = STATE(1966),
[sym_redirected_statement] = STATE(1964),
[sym_for_statement] = STATE(1964),
[sym_c_style_for_statement] = STATE(1964),
[sym_while_statement] = STATE(1964),
[sym_if_statement] = STATE(1964),
[sym_case_statement] = STATE(1964),
[sym_function_definition] = STATE(1964),
[sym_compound_statement] = STATE(1964),
[sym_subshell] = STATE(1964),
[sym_pipeline] = STATE(1964),
[sym_list] = STATE(1964),
[sym_negated_command] = STATE(1964),
[sym_test_command] = STATE(1964),
[sym_declaration_command] = STATE(1964),
[sym_unset_command] = STATE(1964),
[sym_command] = STATE(1964),
[sym_command_name] = STATE(1954),
[sym_variable_assignment] = STATE(1965),
[sym_subscript] = STATE(1956),
[sym_file_redirect] = STATE(1959),
[sym_concatenation] = STATE(1957),
[sym_string] = STATE(1947),
[sym_simple_expansion] = STATE(1947),
[sym_string_expansion] = STATE(1947),
[sym_expansion] = STATE(1947),
[sym_command_substitution] = STATE(1947),
[sym_process_substitution] = STATE(1947),
[aux_sym__statements_repeat1] = STATE(1966),
[aux_sym_command_repeat1] = STATE(1959),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(4456),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = ACTIONS(15),
[anon_sym_if] = ACTIONS(17),
[anon_sym_case] = ACTIONS(19),
[anon_sym_esac] = ACTIONS(4488),
[anon_sym_SEMI_SEMI] = ACTIONS(4490),
[anon_sym_function] = ACTIONS(21),
[anon_sym_LPAREN] = ACTIONS(23),
[anon_sym_LBRACE] = ACTIONS(25),
[anon_sym_BANG] = ACTIONS(4462),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(4464),
[anon_sym_typeset] = ACTIONS(4464),
[anon_sym_export] = ACTIONS(4464),
[anon_sym_readonly] = ACTIONS(4464),
[anon_sym_local] = ACTIONS(4464),
[anon_sym_unset] = ACTIONS(4466),
[anon_sym_unsetenv] = ACTIONS(4466),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(4468),
[anon_sym_DQUOTE] = ACTIONS(4470),
[anon_sym_DOLLAR] = ACTIONS(4472),
[sym_raw_string] = ACTIONS(4474),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4476),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4478),
[anon_sym_BQUOTE] = ACTIONS(4480),
[anon_sym_LT_LPAREN] = ACTIONS(4482),
[anon_sym_GT_LPAREN] = ACTIONS(4482),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4484),
},
[1618] = {
[aux_sym_case_item_repeat1] = STATE(1961),
[anon_sym_PIPE] = ACTIONS(3637),
[anon_sym_RPAREN] = ACTIONS(4492),
[sym_comment] = ACTIONS(57),
},
[1619] = {
[sym__simple_heredoc_body] = ACTIONS(4494),
[sym__heredoc_body_beginning] = ACTIONS(4494),
[sym_file_descriptor] = ACTIONS(4494),
[ts_builtin_sym_end] = ACTIONS(4494),
[anon_sym_SEMI] = ACTIONS(4496),
[anon_sym_esac] = ACTIONS(4494),
[anon_sym_PIPE] = ACTIONS(4496),
[anon_sym_RPAREN] = ACTIONS(4494),
[anon_sym_SEMI_SEMI] = ACTIONS(4494),
[anon_sym_PIPE_AMP] = ACTIONS(4494),
[anon_sym_AMP_AMP] = ACTIONS(4494),
[anon_sym_PIPE_PIPE] = ACTIONS(4494),
[anon_sym_LT] = ACTIONS(4496),
[anon_sym_GT] = ACTIONS(4496),
[anon_sym_GT_GT] = ACTIONS(4494),
[anon_sym_AMP_GT] = ACTIONS(4496),
[anon_sym_AMP_GT_GT] = ACTIONS(4494),
[anon_sym_LT_AMP] = ACTIONS(4494),
[anon_sym_GT_AMP] = ACTIONS(4494),
[anon_sym_LT_LT] = ACTIONS(4496),
[anon_sym_LT_LT_DASH] = ACTIONS(4494),
[anon_sym_LT_LT_LT] = ACTIONS(4494),
[anon_sym_BQUOTE] = ACTIONS(4494),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4494),
[anon_sym_AMP] = ACTIONS(4496),
},
[1620] = {
[anon_sym_esac] = ACTIONS(4498),
[sym_comment] = ACTIONS(57),
},
[1621] = {
[sym_case_item] = STATE(1621),
[sym_concatenation] = STATE(1971),
[sym_string] = STATE(1970),
[sym_simple_expansion] = STATE(1970),
[sym_string_expansion] = STATE(1970),
[sym_expansion] = STATE(1970),
[sym_command_substitution] = STATE(1970),
[sym_process_substitution] = STATE(1970),
[aux_sym_case_statement_repeat1] = STATE(1621),
[sym__special_characters] = ACTIONS(4500),
[anon_sym_DQUOTE] = ACTIONS(4503),
[anon_sym_DOLLAR] = ACTIONS(4506),
[sym_raw_string] = ACTIONS(4509),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4512),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4515),
[anon_sym_BQUOTE] = ACTIONS(4518),
[anon_sym_LT_LPAREN] = ACTIONS(4521),
[anon_sym_GT_LPAREN] = ACTIONS(4521),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4509),
},
[1622] = {
[sym_case_item] = STATE(1621),
[sym_last_case_item] = STATE(1972),
[sym_concatenation] = STATE(1180),
[sym_string] = STATE(1178),
[sym_simple_expansion] = STATE(1178),
[sym_string_expansion] = STATE(1178),
[sym_expansion] = STATE(1178),
[sym_command_substitution] = STATE(1178),
[sym_process_substitution] = STATE(1178),
[aux_sym_case_statement_repeat1] = STATE(1621),
[sym__special_characters] = ACTIONS(2466),
[anon_sym_DQUOTE] = ACTIONS(413),
[anon_sym_DOLLAR] = ACTIONS(415),
[sym_raw_string] = ACTIONS(2468),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(419),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(421),
[anon_sym_BQUOTE] = ACTIONS(423),
[anon_sym_LT_LPAREN] = ACTIONS(425),
[anon_sym_GT_LPAREN] = ACTIONS(425),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2468),
},
[1623] = {
[sym__simple_heredoc_body] = ACTIONS(4524),
[sym__heredoc_body_beginning] = ACTIONS(4524),
[sym_file_descriptor] = ACTIONS(4524),
[ts_builtin_sym_end] = ACTIONS(4524),
[anon_sym_SEMI] = ACTIONS(4526),
[anon_sym_esac] = ACTIONS(4524),
[anon_sym_PIPE] = ACTIONS(4526),
[anon_sym_RPAREN] = ACTIONS(4524),
[anon_sym_SEMI_SEMI] = ACTIONS(4524),
[anon_sym_PIPE_AMP] = ACTIONS(4524),
[anon_sym_AMP_AMP] = ACTIONS(4524),
[anon_sym_PIPE_PIPE] = ACTIONS(4524),
[anon_sym_LT] = ACTIONS(4526),
[anon_sym_GT] = ACTIONS(4526),
[anon_sym_GT_GT] = ACTIONS(4524),
[anon_sym_AMP_GT] = ACTIONS(4526),
[anon_sym_AMP_GT_GT] = ACTIONS(4524),
[anon_sym_LT_AMP] = ACTIONS(4524),
[anon_sym_GT_AMP] = ACTIONS(4524),
[anon_sym_LT_LT] = ACTIONS(4526),
[anon_sym_LT_LT_DASH] = ACTIONS(4524),
[anon_sym_LT_LT_LT] = ACTIONS(4524),
[anon_sym_BQUOTE] = ACTIONS(4524),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4524),
[anon_sym_AMP] = ACTIONS(4526),
},
[1624] = {
[anon_sym_esac] = ACTIONS(4528),
[sym_comment] = ACTIONS(57),
},
[1625] = {
[sym_case_item] = STATE(1621),
[sym_last_case_item] = STATE(1974),
[sym_concatenation] = STATE(1180),
[sym_string] = STATE(1178),
[sym_simple_expansion] = STATE(1178),
[sym_string_expansion] = STATE(1178),
[sym_expansion] = STATE(1178),
[sym_command_substitution] = STATE(1178),
[sym_process_substitution] = STATE(1178),
[aux_sym_case_statement_repeat1] = STATE(1621),
[sym__special_characters] = ACTIONS(2466),
[anon_sym_DQUOTE] = ACTIONS(413),
[anon_sym_DOLLAR] = ACTIONS(415),
[sym_raw_string] = ACTIONS(2468),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(419),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(421),
[anon_sym_BQUOTE] = ACTIONS(423),
[anon_sym_LT_LPAREN] = ACTIONS(425),
[anon_sym_GT_LPAREN] = ACTIONS(425),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2468),
},
[1626] = {
[sym__concat] = ACTIONS(3941),
[anon_sym_in] = ACTIONS(3941),
[anon_sym_SEMI] = ACTIONS(3943),
[anon_sym_SEMI_SEMI] = ACTIONS(3941),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3941),
[anon_sym_AMP] = ACTIONS(3941),
},
[1627] = {
[sym__concat] = ACTIONS(3949),
[anon_sym_in] = ACTIONS(3949),
[anon_sym_SEMI] = ACTIONS(3951),
[anon_sym_SEMI_SEMI] = ACTIONS(3949),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3949),
[anon_sym_AMP] = ACTIONS(3949),
},
[1628] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4530),
[sym_comment] = ACTIONS(57),
},
[1629] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4532),
[sym_comment] = ACTIONS(57),
},
[1630] = {
[anon_sym_RBRACE] = ACTIONS(4532),
[sym_comment] = ACTIONS(57),
},
[1631] = {
[sym_concatenation] = STATE(1978),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1978),
[anon_sym_RBRACE] = ACTIONS(4534),
[anon_sym_EQ] = ACTIONS(4536),
[anon_sym_DASH] = ACTIONS(4536),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4538),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4536),
[anon_sym_COLON_QMARK] = ACTIONS(4536),
[anon_sym_COLON_DASH] = ACTIONS(4536),
[anon_sym_PERCENT] = ACTIONS(4536),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1632] = {
[sym__concat] = ACTIONS(4005),
[anon_sym_in] = ACTIONS(4005),
[anon_sym_SEMI] = ACTIONS(4007),
[anon_sym_SEMI_SEMI] = ACTIONS(4005),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4005),
[anon_sym_AMP] = ACTIONS(4005),
},
[1633] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4534),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1634] = {
[sym_concatenation] = STATE(1979),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1979),
[anon_sym_RBRACE] = ACTIONS(4532),
[anon_sym_EQ] = ACTIONS(4540),
[anon_sym_DASH] = ACTIONS(4540),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4542),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4540),
[anon_sym_COLON_QMARK] = ACTIONS(4540),
[anon_sym_COLON_DASH] = ACTIONS(4540),
[anon_sym_PERCENT] = ACTIONS(4540),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1635] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4532),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1636] = {
[sym__concat] = ACTIONS(4050),
[anon_sym_in] = ACTIONS(4050),
[anon_sym_SEMI] = ACTIONS(4052),
[anon_sym_SEMI_SEMI] = ACTIONS(4050),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4050),
[anon_sym_AMP] = ACTIONS(4050),
},
[1637] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4544),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1638] = {
[sym__concat] = ACTIONS(4084),
[anon_sym_in] = ACTIONS(4084),
[anon_sym_SEMI] = ACTIONS(4086),
[anon_sym_SEMI_SEMI] = ACTIONS(4084),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4084),
[anon_sym_AMP] = ACTIONS(4084),
},
[1639] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4546),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1640] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(4546),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1641] = {
[sym__concat] = ACTIONS(4090),
[anon_sym_in] = ACTIONS(4090),
[anon_sym_SEMI] = ACTIONS(4092),
[anon_sym_SEMI_SEMI] = ACTIONS(4090),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4090),
[anon_sym_AMP] = ACTIONS(4090),
},
[1642] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4548),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1643] = {
[aux_sym_concatenation_repeat1] = STATE(1643),
[sym__simple_heredoc_body] = ACTIONS(1730),
[sym__heredoc_body_beginning] = ACTIONS(1730),
[sym_file_descriptor] = ACTIONS(1730),
[sym__concat] = ACTIONS(3288),
[sym_variable_name] = ACTIONS(1730),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_PIPE] = ACTIONS(1732),
[anon_sym_RPAREN] = ACTIONS(1730),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[anon_sym_PIPE_AMP] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_GT_GT] = ACTIONS(1730),
[anon_sym_AMP_GT] = ACTIONS(1732),
[anon_sym_AMP_GT_GT] = ACTIONS(1730),
[anon_sym_LT_AMP] = ACTIONS(1730),
[anon_sym_GT_AMP] = ACTIONS(1730),
[anon_sym_LT_LT] = ACTIONS(1732),
[anon_sym_LT_LT_DASH] = ACTIONS(1730),
[anon_sym_LT_LT_LT] = ACTIONS(1730),
[sym__special_characters] = ACTIONS(1730),
[anon_sym_DQUOTE] = ACTIONS(1730),
[anon_sym_DOLLAR] = ACTIONS(1732),
[sym_raw_string] = ACTIONS(1730),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1730),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[anon_sym_LT_LPAREN] = ACTIONS(1730),
[anon_sym_GT_LPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1732),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1732),
},
[1644] = {
[aux_sym_concatenation_repeat1] = STATE(1644),
[sym__simple_heredoc_body] = ACTIONS(1730),
[sym__heredoc_body_beginning] = ACTIONS(1730),
[sym_file_descriptor] = ACTIONS(1730),
[sym__concat] = ACTIONS(1734),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_PIPE] = ACTIONS(1732),
[anon_sym_RPAREN] = ACTIONS(1730),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[anon_sym_PIPE_AMP] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_GT_GT] = ACTIONS(1730),
[anon_sym_AMP_GT] = ACTIONS(1732),
[anon_sym_AMP_GT_GT] = ACTIONS(1730),
[anon_sym_LT_AMP] = ACTIONS(1730),
[anon_sym_GT_AMP] = ACTIONS(1730),
[anon_sym_LT_LT] = ACTIONS(1732),
[anon_sym_LT_LT_DASH] = ACTIONS(1730),
[anon_sym_LT_LT_LT] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1732),
},
[1645] = {
[sym__simple_heredoc_body] = ACTIONS(4550),
[sym__heredoc_body_beginning] = ACTIONS(4550),
[sym_file_descriptor] = ACTIONS(4550),
[ts_builtin_sym_end] = ACTIONS(4550),
[anon_sym_SEMI] = ACTIONS(4552),
[anon_sym_esac] = ACTIONS(4550),
[anon_sym_PIPE] = ACTIONS(4552),
[anon_sym_RPAREN] = ACTIONS(4550),
[anon_sym_SEMI_SEMI] = ACTIONS(4550),
[anon_sym_PIPE_AMP] = ACTIONS(4550),
[anon_sym_AMP_AMP] = ACTIONS(4550),
[anon_sym_PIPE_PIPE] = ACTIONS(4550),
[anon_sym_LT] = ACTIONS(4552),
[anon_sym_GT] = ACTIONS(4552),
[anon_sym_GT_GT] = ACTIONS(4550),
[anon_sym_AMP_GT] = ACTIONS(4552),
[anon_sym_AMP_GT_GT] = ACTIONS(4550),
[anon_sym_LT_AMP] = ACTIONS(4550),
[anon_sym_GT_AMP] = ACTIONS(4550),
[anon_sym_LT_LT] = ACTIONS(4552),
[anon_sym_LT_LT_DASH] = ACTIONS(4550),
[anon_sym_LT_LT_LT] = ACTIONS(4550),
[anon_sym_BQUOTE] = ACTIONS(4550),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4550),
[anon_sym_AMP] = ACTIONS(4552),
},
[1646] = {
[sym_file_descriptor] = ACTIONS(3258),
[sym_variable_name] = ACTIONS(3258),
[anon_sym_LT] = ACTIONS(3260),
[anon_sym_GT] = ACTIONS(3260),
[anon_sym_GT_GT] = ACTIONS(3258),
[anon_sym_AMP_GT] = ACTIONS(3260),
[anon_sym_AMP_GT_GT] = ACTIONS(3258),
[anon_sym_LT_AMP] = ACTIONS(3258),
[anon_sym_GT_AMP] = ACTIONS(3258),
[sym__special_characters] = ACTIONS(3258),
[anon_sym_DQUOTE] = ACTIONS(3258),
[anon_sym_DOLLAR] = ACTIONS(3260),
[sym_raw_string] = ACTIONS(3258),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3258),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3258),
[anon_sym_BQUOTE] = ACTIONS(3258),
[anon_sym_LT_LPAREN] = ACTIONS(3258),
[anon_sym_GT_LPAREN] = ACTIONS(3258),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3258),
},
[1647] = {
[sym__concat] = ACTIONS(3941),
[anon_sym_AMP_AMP] = ACTIONS(3941),
[anon_sym_PIPE_PIPE] = ACTIONS(3941),
[anon_sym_RBRACK] = ACTIONS(3941),
[anon_sym_EQ_TILDE] = ACTIONS(3941),
[anon_sym_EQ_EQ] = ACTIONS(3941),
[anon_sym_EQ] = ACTIONS(3943),
[anon_sym_PLUS_EQ] = ACTIONS(3941),
[anon_sym_LT] = ACTIONS(3943),
[anon_sym_GT] = ACTIONS(3943),
[anon_sym_BANG_EQ] = ACTIONS(3941),
[anon_sym_PLUS] = ACTIONS(3943),
[anon_sym_DASH] = ACTIONS(3943),
[anon_sym_DASH_EQ] = ACTIONS(3941),
[anon_sym_LT_EQ] = ACTIONS(3941),
[anon_sym_GT_EQ] = ACTIONS(3941),
[anon_sym_PLUS_PLUS] = ACTIONS(3941),
[anon_sym_DASH_DASH] = ACTIONS(3941),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(3941),
},
[1648] = {
[sym__concat] = ACTIONS(3949),
[anon_sym_AMP_AMP] = ACTIONS(3949),
[anon_sym_PIPE_PIPE] = ACTIONS(3949),
[anon_sym_RBRACK] = ACTIONS(3949),
[anon_sym_EQ_TILDE] = ACTIONS(3949),
[anon_sym_EQ_EQ] = ACTIONS(3949),
[anon_sym_EQ] = ACTIONS(3951),
[anon_sym_PLUS_EQ] = ACTIONS(3949),
[anon_sym_LT] = ACTIONS(3951),
[anon_sym_GT] = ACTIONS(3951),
[anon_sym_BANG_EQ] = ACTIONS(3949),
[anon_sym_PLUS] = ACTIONS(3951),
[anon_sym_DASH] = ACTIONS(3951),
[anon_sym_DASH_EQ] = ACTIONS(3949),
[anon_sym_LT_EQ] = ACTIONS(3949),
[anon_sym_GT_EQ] = ACTIONS(3949),
[anon_sym_PLUS_PLUS] = ACTIONS(3949),
[anon_sym_DASH_DASH] = ACTIONS(3949),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(3949),
},
[1649] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4554),
[sym_comment] = ACTIONS(57),
},
[1650] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4556),
[sym_comment] = ACTIONS(57),
},
[1651] = {
[anon_sym_RBRACE] = ACTIONS(4556),
[sym_comment] = ACTIONS(57),
},
[1652] = {
[sym_concatenation] = STATE(1986),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1986),
[anon_sym_RBRACE] = ACTIONS(4558),
[anon_sym_EQ] = ACTIONS(4560),
[anon_sym_DASH] = ACTIONS(4560),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4562),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4560),
[anon_sym_COLON_QMARK] = ACTIONS(4560),
[anon_sym_COLON_DASH] = ACTIONS(4560),
[anon_sym_PERCENT] = ACTIONS(4560),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1653] = {
[sym__concat] = ACTIONS(4005),
[anon_sym_AMP_AMP] = ACTIONS(4005),
[anon_sym_PIPE_PIPE] = ACTIONS(4005),
[anon_sym_RBRACK] = ACTIONS(4005),
[anon_sym_EQ_TILDE] = ACTIONS(4005),
[anon_sym_EQ_EQ] = ACTIONS(4005),
[anon_sym_EQ] = ACTIONS(4007),
[anon_sym_PLUS_EQ] = ACTIONS(4005),
[anon_sym_LT] = ACTIONS(4007),
[anon_sym_GT] = ACTIONS(4007),
[anon_sym_BANG_EQ] = ACTIONS(4005),
[anon_sym_PLUS] = ACTIONS(4007),
[anon_sym_DASH] = ACTIONS(4007),
[anon_sym_DASH_EQ] = ACTIONS(4005),
[anon_sym_LT_EQ] = ACTIONS(4005),
[anon_sym_GT_EQ] = ACTIONS(4005),
[anon_sym_PLUS_PLUS] = ACTIONS(4005),
[anon_sym_DASH_DASH] = ACTIONS(4005),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4005),
},
[1654] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4558),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1655] = {
[sym_concatenation] = STATE(1987),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1987),
[anon_sym_RBRACE] = ACTIONS(4556),
[anon_sym_EQ] = ACTIONS(4564),
[anon_sym_DASH] = ACTIONS(4564),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4566),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4564),
[anon_sym_COLON_QMARK] = ACTIONS(4564),
[anon_sym_COLON_DASH] = ACTIONS(4564),
[anon_sym_PERCENT] = ACTIONS(4564),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1656] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4556),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1657] = {
[sym__concat] = ACTIONS(4050),
[anon_sym_AMP_AMP] = ACTIONS(4050),
[anon_sym_PIPE_PIPE] = ACTIONS(4050),
[anon_sym_RBRACK] = ACTIONS(4050),
[anon_sym_EQ_TILDE] = ACTIONS(4050),
[anon_sym_EQ_EQ] = ACTIONS(4050),
[anon_sym_EQ] = ACTIONS(4052),
[anon_sym_PLUS_EQ] = ACTIONS(4050),
[anon_sym_LT] = ACTIONS(4052),
[anon_sym_GT] = ACTIONS(4052),
[anon_sym_BANG_EQ] = ACTIONS(4050),
[anon_sym_PLUS] = ACTIONS(4052),
[anon_sym_DASH] = ACTIONS(4052),
[anon_sym_DASH_EQ] = ACTIONS(4050),
[anon_sym_LT_EQ] = ACTIONS(4050),
[anon_sym_GT_EQ] = ACTIONS(4050),
[anon_sym_PLUS_PLUS] = ACTIONS(4050),
[anon_sym_DASH_DASH] = ACTIONS(4050),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4050),
},
[1658] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4568),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1659] = {
[sym__concat] = ACTIONS(4084),
[anon_sym_AMP_AMP] = ACTIONS(4084),
[anon_sym_PIPE_PIPE] = ACTIONS(4084),
[anon_sym_RBRACK] = ACTIONS(4084),
[anon_sym_EQ_TILDE] = ACTIONS(4084),
[anon_sym_EQ_EQ] = ACTIONS(4084),
[anon_sym_EQ] = ACTIONS(4086),
[anon_sym_PLUS_EQ] = ACTIONS(4084),
[anon_sym_LT] = ACTIONS(4086),
[anon_sym_GT] = ACTIONS(4086),
[anon_sym_BANG_EQ] = ACTIONS(4084),
[anon_sym_PLUS] = ACTIONS(4086),
[anon_sym_DASH] = ACTIONS(4086),
[anon_sym_DASH_EQ] = ACTIONS(4084),
[anon_sym_LT_EQ] = ACTIONS(4084),
[anon_sym_GT_EQ] = ACTIONS(4084),
[anon_sym_PLUS_PLUS] = ACTIONS(4084),
[anon_sym_DASH_DASH] = ACTIONS(4084),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4084),
},
[1660] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4570),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1661] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(4570),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1662] = {
[sym__concat] = ACTIONS(4090),
[anon_sym_AMP_AMP] = ACTIONS(4090),
[anon_sym_PIPE_PIPE] = ACTIONS(4090),
[anon_sym_RBRACK] = ACTIONS(4090),
[anon_sym_EQ_TILDE] = ACTIONS(4090),
[anon_sym_EQ_EQ] = ACTIONS(4090),
[anon_sym_EQ] = ACTIONS(4092),
[anon_sym_PLUS_EQ] = ACTIONS(4090),
[anon_sym_LT] = ACTIONS(4092),
[anon_sym_GT] = ACTIONS(4092),
[anon_sym_BANG_EQ] = ACTIONS(4090),
[anon_sym_PLUS] = ACTIONS(4092),
[anon_sym_DASH] = ACTIONS(4092),
[anon_sym_DASH_EQ] = ACTIONS(4090),
[anon_sym_LT_EQ] = ACTIONS(4090),
[anon_sym_GT_EQ] = ACTIONS(4090),
[anon_sym_PLUS_PLUS] = ACTIONS(4090),
[anon_sym_DASH_DASH] = ACTIONS(4090),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4090),
},
[1663] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4572),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1664] = {
[sym__simple_heredoc_body] = ACTIONS(3258),
[sym__heredoc_body_beginning] = ACTIONS(3258),
[sym_file_descriptor] = ACTIONS(3258),
[sym_variable_name] = ACTIONS(3258),
[ts_builtin_sym_end] = ACTIONS(3258),
[anon_sym_SEMI] = ACTIONS(3260),
[anon_sym_PIPE] = ACTIONS(3260),
[anon_sym_RPAREN] = ACTIONS(3258),
[anon_sym_SEMI_SEMI] = ACTIONS(3258),
[anon_sym_PIPE_AMP] = ACTIONS(3258),
[anon_sym_AMP_AMP] = ACTIONS(3258),
[anon_sym_PIPE_PIPE] = ACTIONS(3258),
[anon_sym_LT] = ACTIONS(3260),
[anon_sym_GT] = ACTIONS(3260),
[anon_sym_GT_GT] = ACTIONS(3258),
[anon_sym_AMP_GT] = ACTIONS(3260),
[anon_sym_AMP_GT_GT] = ACTIONS(3258),
[anon_sym_LT_AMP] = ACTIONS(3258),
[anon_sym_GT_AMP] = ACTIONS(3258),
[anon_sym_LT_LT] = ACTIONS(3260),
[anon_sym_LT_LT_DASH] = ACTIONS(3258),
[anon_sym_LT_LT_LT] = ACTIONS(3258),
[sym__special_characters] = ACTIONS(3258),
[anon_sym_DQUOTE] = ACTIONS(3258),
[anon_sym_DOLLAR] = ACTIONS(3260),
[sym_raw_string] = ACTIONS(3258),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3258),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3258),
[anon_sym_BQUOTE] = ACTIONS(3258),
[anon_sym_LT_LPAREN] = ACTIONS(3258),
[anon_sym_GT_LPAREN] = ACTIONS(3258),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3260),
[sym_word] = ACTIONS(3260),
[anon_sym_LF] = ACTIONS(3258),
[anon_sym_AMP] = ACTIONS(3260),
},
[1665] = {
[sym__simple_heredoc_body] = ACTIONS(3941),
[sym__heredoc_body_beginning] = ACTIONS(3941),
[sym_file_descriptor] = ACTIONS(3941),
[sym__concat] = ACTIONS(3941),
[sym_variable_name] = ACTIONS(3941),
[ts_builtin_sym_end] = ACTIONS(3941),
[anon_sym_SEMI] = ACTIONS(3943),
[anon_sym_PIPE] = ACTIONS(3943),
[anon_sym_RPAREN] = ACTIONS(3941),
[anon_sym_SEMI_SEMI] = ACTIONS(3941),
[anon_sym_PIPE_AMP] = ACTIONS(3941),
[anon_sym_AMP_AMP] = ACTIONS(3941),
[anon_sym_PIPE_PIPE] = ACTIONS(3941),
[anon_sym_LT] = ACTIONS(3943),
[anon_sym_GT] = ACTIONS(3943),
[anon_sym_GT_GT] = ACTIONS(3941),
[anon_sym_AMP_GT] = ACTIONS(3943),
[anon_sym_AMP_GT_GT] = ACTIONS(3941),
[anon_sym_LT_AMP] = ACTIONS(3941),
[anon_sym_GT_AMP] = ACTIONS(3941),
[anon_sym_LT_LT] = ACTIONS(3943),
[anon_sym_LT_LT_DASH] = ACTIONS(3941),
[anon_sym_LT_LT_LT] = ACTIONS(3941),
[sym__special_characters] = ACTIONS(3941),
[anon_sym_DQUOTE] = ACTIONS(3941),
[anon_sym_DOLLAR] = ACTIONS(3943),
[sym_raw_string] = ACTIONS(3941),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3941),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3941),
[anon_sym_BQUOTE] = ACTIONS(3941),
[anon_sym_LT_LPAREN] = ACTIONS(3941),
[anon_sym_GT_LPAREN] = ACTIONS(3941),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3943),
[sym_word] = ACTIONS(3943),
[anon_sym_LF] = ACTIONS(3941),
[anon_sym_AMP] = ACTIONS(3943),
},
[1666] = {
[sym__simple_heredoc_body] = ACTIONS(3949),
[sym__heredoc_body_beginning] = ACTIONS(3949),
[sym_file_descriptor] = ACTIONS(3949),
[sym__concat] = ACTIONS(3949),
[sym_variable_name] = ACTIONS(3949),
[ts_builtin_sym_end] = ACTIONS(3949),
[anon_sym_SEMI] = ACTIONS(3951),
[anon_sym_PIPE] = ACTIONS(3951),
[anon_sym_RPAREN] = ACTIONS(3949),
[anon_sym_SEMI_SEMI] = ACTIONS(3949),
[anon_sym_PIPE_AMP] = ACTIONS(3949),
[anon_sym_AMP_AMP] = ACTIONS(3949),
[anon_sym_PIPE_PIPE] = ACTIONS(3949),
[anon_sym_LT] = ACTIONS(3951),
[anon_sym_GT] = ACTIONS(3951),
[anon_sym_GT_GT] = ACTIONS(3949),
[anon_sym_AMP_GT] = ACTIONS(3951),
[anon_sym_AMP_GT_GT] = ACTIONS(3949),
[anon_sym_LT_AMP] = ACTIONS(3949),
[anon_sym_GT_AMP] = ACTIONS(3949),
[anon_sym_LT_LT] = ACTIONS(3951),
[anon_sym_LT_LT_DASH] = ACTIONS(3949),
[anon_sym_LT_LT_LT] = ACTIONS(3949),
[sym__special_characters] = ACTIONS(3949),
[anon_sym_DQUOTE] = ACTIONS(3949),
[anon_sym_DOLLAR] = ACTIONS(3951),
[sym_raw_string] = ACTIONS(3949),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3949),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3949),
[anon_sym_BQUOTE] = ACTIONS(3949),
[anon_sym_LT_LPAREN] = ACTIONS(3949),
[anon_sym_GT_LPAREN] = ACTIONS(3949),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3951),
[sym_word] = ACTIONS(3951),
[anon_sym_LF] = ACTIONS(3949),
[anon_sym_AMP] = ACTIONS(3951),
},
[1667] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4574),
[sym_comment] = ACTIONS(57),
},
[1668] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4576),
[sym_comment] = ACTIONS(57),
},
[1669] = {
[anon_sym_RBRACE] = ACTIONS(4576),
[sym_comment] = ACTIONS(57),
},
[1670] = {
[sym_concatenation] = STATE(1994),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1994),
[anon_sym_RBRACE] = ACTIONS(4578),
[anon_sym_EQ] = ACTIONS(4580),
[anon_sym_DASH] = ACTIONS(4580),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4582),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4580),
[anon_sym_COLON_QMARK] = ACTIONS(4580),
[anon_sym_COLON_DASH] = ACTIONS(4580),
[anon_sym_PERCENT] = ACTIONS(4580),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1671] = {
[sym__simple_heredoc_body] = ACTIONS(4005),
[sym__heredoc_body_beginning] = ACTIONS(4005),
[sym_file_descriptor] = ACTIONS(4005),
[sym__concat] = ACTIONS(4005),
[sym_variable_name] = ACTIONS(4005),
[ts_builtin_sym_end] = ACTIONS(4005),
[anon_sym_SEMI] = ACTIONS(4007),
[anon_sym_PIPE] = ACTIONS(4007),
[anon_sym_RPAREN] = ACTIONS(4005),
[anon_sym_SEMI_SEMI] = ACTIONS(4005),
[anon_sym_PIPE_AMP] = ACTIONS(4005),
[anon_sym_AMP_AMP] = ACTIONS(4005),
[anon_sym_PIPE_PIPE] = ACTIONS(4005),
[anon_sym_LT] = ACTIONS(4007),
[anon_sym_GT] = ACTIONS(4007),
[anon_sym_GT_GT] = ACTIONS(4005),
[anon_sym_AMP_GT] = ACTIONS(4007),
[anon_sym_AMP_GT_GT] = ACTIONS(4005),
[anon_sym_LT_AMP] = ACTIONS(4005),
[anon_sym_GT_AMP] = ACTIONS(4005),
[anon_sym_LT_LT] = ACTIONS(4007),
[anon_sym_LT_LT_DASH] = ACTIONS(4005),
[anon_sym_LT_LT_LT] = ACTIONS(4005),
[sym__special_characters] = ACTIONS(4005),
[anon_sym_DQUOTE] = ACTIONS(4005),
[anon_sym_DOLLAR] = ACTIONS(4007),
[sym_raw_string] = ACTIONS(4005),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4005),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4005),
[anon_sym_BQUOTE] = ACTIONS(4005),
[anon_sym_LT_LPAREN] = ACTIONS(4005),
[anon_sym_GT_LPAREN] = ACTIONS(4005),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4007),
[sym_word] = ACTIONS(4007),
[anon_sym_LF] = ACTIONS(4005),
[anon_sym_AMP] = ACTIONS(4007),
},
[1672] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4578),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1673] = {
[sym_concatenation] = STATE(1995),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(1995),
[anon_sym_RBRACE] = ACTIONS(4576),
[anon_sym_EQ] = ACTIONS(4584),
[anon_sym_DASH] = ACTIONS(4584),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4586),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4584),
[anon_sym_COLON_QMARK] = ACTIONS(4584),
[anon_sym_COLON_DASH] = ACTIONS(4584),
[anon_sym_PERCENT] = ACTIONS(4584),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1674] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4576),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1675] = {
[sym__simple_heredoc_body] = ACTIONS(4050),
[sym__heredoc_body_beginning] = ACTIONS(4050),
[sym_file_descriptor] = ACTIONS(4050),
[sym__concat] = ACTIONS(4050),
[sym_variable_name] = ACTIONS(4050),
[ts_builtin_sym_end] = ACTIONS(4050),
[anon_sym_SEMI] = ACTIONS(4052),
[anon_sym_PIPE] = ACTIONS(4052),
[anon_sym_RPAREN] = ACTIONS(4050),
[anon_sym_SEMI_SEMI] = ACTIONS(4050),
[anon_sym_PIPE_AMP] = ACTIONS(4050),
[anon_sym_AMP_AMP] = ACTIONS(4050),
[anon_sym_PIPE_PIPE] = ACTIONS(4050),
[anon_sym_LT] = ACTIONS(4052),
[anon_sym_GT] = ACTIONS(4052),
[anon_sym_GT_GT] = ACTIONS(4050),
[anon_sym_AMP_GT] = ACTIONS(4052),
[anon_sym_AMP_GT_GT] = ACTIONS(4050),
[anon_sym_LT_AMP] = ACTIONS(4050),
[anon_sym_GT_AMP] = ACTIONS(4050),
[anon_sym_LT_LT] = ACTIONS(4052),
[anon_sym_LT_LT_DASH] = ACTIONS(4050),
[anon_sym_LT_LT_LT] = ACTIONS(4050),
[sym__special_characters] = ACTIONS(4050),
[anon_sym_DQUOTE] = ACTIONS(4050),
[anon_sym_DOLLAR] = ACTIONS(4052),
[sym_raw_string] = ACTIONS(4050),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4050),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4050),
[anon_sym_BQUOTE] = ACTIONS(4050),
[anon_sym_LT_LPAREN] = ACTIONS(4050),
[anon_sym_GT_LPAREN] = ACTIONS(4050),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4052),
[sym_word] = ACTIONS(4052),
[anon_sym_LF] = ACTIONS(4050),
[anon_sym_AMP] = ACTIONS(4052),
},
[1676] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4588),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1677] = {
[sym__simple_heredoc_body] = ACTIONS(4084),
[sym__heredoc_body_beginning] = ACTIONS(4084),
[sym_file_descriptor] = ACTIONS(4084),
[sym__concat] = ACTIONS(4084),
[sym_variable_name] = ACTIONS(4084),
[ts_builtin_sym_end] = ACTIONS(4084),
[anon_sym_SEMI] = ACTIONS(4086),
[anon_sym_PIPE] = ACTIONS(4086),
[anon_sym_RPAREN] = ACTIONS(4084),
[anon_sym_SEMI_SEMI] = ACTIONS(4084),
[anon_sym_PIPE_AMP] = ACTIONS(4084),
[anon_sym_AMP_AMP] = ACTIONS(4084),
[anon_sym_PIPE_PIPE] = ACTIONS(4084),
[anon_sym_LT] = ACTIONS(4086),
[anon_sym_GT] = ACTIONS(4086),
[anon_sym_GT_GT] = ACTIONS(4084),
[anon_sym_AMP_GT] = ACTIONS(4086),
[anon_sym_AMP_GT_GT] = ACTIONS(4084),
[anon_sym_LT_AMP] = ACTIONS(4084),
[anon_sym_GT_AMP] = ACTIONS(4084),
[anon_sym_LT_LT] = ACTIONS(4086),
[anon_sym_LT_LT_DASH] = ACTIONS(4084),
[anon_sym_LT_LT_LT] = ACTIONS(4084),
[sym__special_characters] = ACTIONS(4084),
[anon_sym_DQUOTE] = ACTIONS(4084),
[anon_sym_DOLLAR] = ACTIONS(4086),
[sym_raw_string] = ACTIONS(4084),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4084),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4084),
[anon_sym_BQUOTE] = ACTIONS(4084),
[anon_sym_LT_LPAREN] = ACTIONS(4084),
[anon_sym_GT_LPAREN] = ACTIONS(4084),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4086),
[sym_word] = ACTIONS(4086),
[anon_sym_LF] = ACTIONS(4084),
[anon_sym_AMP] = ACTIONS(4086),
},
[1678] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4590),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1679] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(4590),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1680] = {
[sym__simple_heredoc_body] = ACTIONS(4090),
[sym__heredoc_body_beginning] = ACTIONS(4090),
[sym_file_descriptor] = ACTIONS(4090),
[sym__concat] = ACTIONS(4090),
[sym_variable_name] = ACTIONS(4090),
[ts_builtin_sym_end] = ACTIONS(4090),
[anon_sym_SEMI] = ACTIONS(4092),
[anon_sym_PIPE] = ACTIONS(4092),
[anon_sym_RPAREN] = ACTIONS(4090),
[anon_sym_SEMI_SEMI] = ACTIONS(4090),
[anon_sym_PIPE_AMP] = ACTIONS(4090),
[anon_sym_AMP_AMP] = ACTIONS(4090),
[anon_sym_PIPE_PIPE] = ACTIONS(4090),
[anon_sym_LT] = ACTIONS(4092),
[anon_sym_GT] = ACTIONS(4092),
[anon_sym_GT_GT] = ACTIONS(4090),
[anon_sym_AMP_GT] = ACTIONS(4092),
[anon_sym_AMP_GT_GT] = ACTIONS(4090),
[anon_sym_LT_AMP] = ACTIONS(4090),
[anon_sym_GT_AMP] = ACTIONS(4090),
[anon_sym_LT_LT] = ACTIONS(4092),
[anon_sym_LT_LT_DASH] = ACTIONS(4090),
[anon_sym_LT_LT_LT] = ACTIONS(4090),
[sym__special_characters] = ACTIONS(4090),
[anon_sym_DQUOTE] = ACTIONS(4090),
[anon_sym_DOLLAR] = ACTIONS(4092),
[sym_raw_string] = ACTIONS(4090),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4090),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4090),
[anon_sym_BQUOTE] = ACTIONS(4090),
[anon_sym_LT_LPAREN] = ACTIONS(4090),
[anon_sym_GT_LPAREN] = ACTIONS(4090),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4092),
[sym_word] = ACTIONS(4092),
[anon_sym_LF] = ACTIONS(4090),
[anon_sym_AMP] = ACTIONS(4092),
},
[1681] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4592),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1682] = {
[sym__simple_heredoc_body] = ACTIONS(3941),
[sym__heredoc_body_beginning] = ACTIONS(3941),
[sym_file_descriptor] = ACTIONS(3941),
[sym__concat] = ACTIONS(3941),
[ts_builtin_sym_end] = ACTIONS(3941),
[anon_sym_SEMI] = ACTIONS(3943),
[anon_sym_PIPE] = ACTIONS(3943),
[anon_sym_RPAREN] = ACTIONS(3941),
[anon_sym_SEMI_SEMI] = ACTIONS(3941),
[anon_sym_PIPE_AMP] = ACTIONS(3941),
[anon_sym_AMP_AMP] = ACTIONS(3941),
[anon_sym_PIPE_PIPE] = ACTIONS(3941),
[anon_sym_LT] = ACTIONS(3943),
[anon_sym_GT] = ACTIONS(3943),
[anon_sym_GT_GT] = ACTIONS(3941),
[anon_sym_AMP_GT] = ACTIONS(3943),
[anon_sym_AMP_GT_GT] = ACTIONS(3941),
[anon_sym_LT_AMP] = ACTIONS(3941),
[anon_sym_GT_AMP] = ACTIONS(3941),
[anon_sym_LT_LT] = ACTIONS(3943),
[anon_sym_LT_LT_DASH] = ACTIONS(3941),
[anon_sym_LT_LT_LT] = ACTIONS(3941),
[sym__special_characters] = ACTIONS(3941),
[anon_sym_DQUOTE] = ACTIONS(3941),
[anon_sym_DOLLAR] = ACTIONS(3943),
[sym_raw_string] = ACTIONS(3941),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3941),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3941),
[anon_sym_BQUOTE] = ACTIONS(3941),
[anon_sym_LT_LPAREN] = ACTIONS(3941),
[anon_sym_GT_LPAREN] = ACTIONS(3941),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3943),
[sym_word] = ACTIONS(3943),
[anon_sym_LF] = ACTIONS(3941),
[anon_sym_AMP] = ACTIONS(3943),
},
[1683] = {
[sym__simple_heredoc_body] = ACTIONS(3949),
[sym__heredoc_body_beginning] = ACTIONS(3949),
[sym_file_descriptor] = ACTIONS(3949),
[sym__concat] = ACTIONS(3949),
[ts_builtin_sym_end] = ACTIONS(3949),
[anon_sym_SEMI] = ACTIONS(3951),
[anon_sym_PIPE] = ACTIONS(3951),
[anon_sym_RPAREN] = ACTIONS(3949),
[anon_sym_SEMI_SEMI] = ACTIONS(3949),
[anon_sym_PIPE_AMP] = ACTIONS(3949),
[anon_sym_AMP_AMP] = ACTIONS(3949),
[anon_sym_PIPE_PIPE] = ACTIONS(3949),
[anon_sym_LT] = ACTIONS(3951),
[anon_sym_GT] = ACTIONS(3951),
[anon_sym_GT_GT] = ACTIONS(3949),
[anon_sym_AMP_GT] = ACTIONS(3951),
[anon_sym_AMP_GT_GT] = ACTIONS(3949),
[anon_sym_LT_AMP] = ACTIONS(3949),
[anon_sym_GT_AMP] = ACTIONS(3949),
[anon_sym_LT_LT] = ACTIONS(3951),
[anon_sym_LT_LT_DASH] = ACTIONS(3949),
[anon_sym_LT_LT_LT] = ACTIONS(3949),
[sym__special_characters] = ACTIONS(3949),
[anon_sym_DQUOTE] = ACTIONS(3949),
[anon_sym_DOLLAR] = ACTIONS(3951),
[sym_raw_string] = ACTIONS(3949),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3949),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3949),
[anon_sym_BQUOTE] = ACTIONS(3949),
[anon_sym_LT_LPAREN] = ACTIONS(3949),
[anon_sym_GT_LPAREN] = ACTIONS(3949),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3951),
[sym_word] = ACTIONS(3951),
[anon_sym_LF] = ACTIONS(3949),
[anon_sym_AMP] = ACTIONS(3951),
},
[1684] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4594),
[sym_comment] = ACTIONS(57),
},
[1685] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4596),
[sym_comment] = ACTIONS(57),
},
[1686] = {
[anon_sym_RBRACE] = ACTIONS(4596),
[sym_comment] = ACTIONS(57),
},
[1687] = {
[sym_concatenation] = STATE(2002),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2002),
[anon_sym_RBRACE] = ACTIONS(4598),
[anon_sym_EQ] = ACTIONS(4600),
[anon_sym_DASH] = ACTIONS(4600),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4602),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4600),
[anon_sym_COLON_QMARK] = ACTIONS(4600),
[anon_sym_COLON_DASH] = ACTIONS(4600),
[anon_sym_PERCENT] = ACTIONS(4600),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1688] = {
[sym__simple_heredoc_body] = ACTIONS(4005),
[sym__heredoc_body_beginning] = ACTIONS(4005),
[sym_file_descriptor] = ACTIONS(4005),
[sym__concat] = ACTIONS(4005),
[ts_builtin_sym_end] = ACTIONS(4005),
[anon_sym_SEMI] = ACTIONS(4007),
[anon_sym_PIPE] = ACTIONS(4007),
[anon_sym_RPAREN] = ACTIONS(4005),
[anon_sym_SEMI_SEMI] = ACTIONS(4005),
[anon_sym_PIPE_AMP] = ACTIONS(4005),
[anon_sym_AMP_AMP] = ACTIONS(4005),
[anon_sym_PIPE_PIPE] = ACTIONS(4005),
[anon_sym_LT] = ACTIONS(4007),
[anon_sym_GT] = ACTIONS(4007),
[anon_sym_GT_GT] = ACTIONS(4005),
[anon_sym_AMP_GT] = ACTIONS(4007),
[anon_sym_AMP_GT_GT] = ACTIONS(4005),
[anon_sym_LT_AMP] = ACTIONS(4005),
[anon_sym_GT_AMP] = ACTIONS(4005),
[anon_sym_LT_LT] = ACTIONS(4007),
[anon_sym_LT_LT_DASH] = ACTIONS(4005),
[anon_sym_LT_LT_LT] = ACTIONS(4005),
[sym__special_characters] = ACTIONS(4005),
[anon_sym_DQUOTE] = ACTIONS(4005),
[anon_sym_DOLLAR] = ACTIONS(4007),
[sym_raw_string] = ACTIONS(4005),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4005),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4005),
[anon_sym_BQUOTE] = ACTIONS(4005),
[anon_sym_LT_LPAREN] = ACTIONS(4005),
[anon_sym_GT_LPAREN] = ACTIONS(4005),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4007),
[sym_word] = ACTIONS(4007),
[anon_sym_LF] = ACTIONS(4005),
[anon_sym_AMP] = ACTIONS(4007),
},
[1689] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4598),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1690] = {
[sym_concatenation] = STATE(2003),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2003),
[anon_sym_RBRACE] = ACTIONS(4596),
[anon_sym_EQ] = ACTIONS(4604),
[anon_sym_DASH] = ACTIONS(4604),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4606),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4604),
[anon_sym_COLON_QMARK] = ACTIONS(4604),
[anon_sym_COLON_DASH] = ACTIONS(4604),
[anon_sym_PERCENT] = ACTIONS(4604),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1691] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4596),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1692] = {
[sym__simple_heredoc_body] = ACTIONS(4050),
[sym__heredoc_body_beginning] = ACTIONS(4050),
[sym_file_descriptor] = ACTIONS(4050),
[sym__concat] = ACTIONS(4050),
[ts_builtin_sym_end] = ACTIONS(4050),
[anon_sym_SEMI] = ACTIONS(4052),
[anon_sym_PIPE] = ACTIONS(4052),
[anon_sym_RPAREN] = ACTIONS(4050),
[anon_sym_SEMI_SEMI] = ACTIONS(4050),
[anon_sym_PIPE_AMP] = ACTIONS(4050),
[anon_sym_AMP_AMP] = ACTIONS(4050),
[anon_sym_PIPE_PIPE] = ACTIONS(4050),
[anon_sym_LT] = ACTIONS(4052),
[anon_sym_GT] = ACTIONS(4052),
[anon_sym_GT_GT] = ACTIONS(4050),
[anon_sym_AMP_GT] = ACTIONS(4052),
[anon_sym_AMP_GT_GT] = ACTIONS(4050),
[anon_sym_LT_AMP] = ACTIONS(4050),
[anon_sym_GT_AMP] = ACTIONS(4050),
[anon_sym_LT_LT] = ACTIONS(4052),
[anon_sym_LT_LT_DASH] = ACTIONS(4050),
[anon_sym_LT_LT_LT] = ACTIONS(4050),
[sym__special_characters] = ACTIONS(4050),
[anon_sym_DQUOTE] = ACTIONS(4050),
[anon_sym_DOLLAR] = ACTIONS(4052),
[sym_raw_string] = ACTIONS(4050),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4050),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4050),
[anon_sym_BQUOTE] = ACTIONS(4050),
[anon_sym_LT_LPAREN] = ACTIONS(4050),
[anon_sym_GT_LPAREN] = ACTIONS(4050),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4052),
[sym_word] = ACTIONS(4052),
[anon_sym_LF] = ACTIONS(4050),
[anon_sym_AMP] = ACTIONS(4052),
},
[1693] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4608),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1694] = {
[sym__simple_heredoc_body] = ACTIONS(4084),
[sym__heredoc_body_beginning] = ACTIONS(4084),
[sym_file_descriptor] = ACTIONS(4084),
[sym__concat] = ACTIONS(4084),
[ts_builtin_sym_end] = ACTIONS(4084),
[anon_sym_SEMI] = ACTIONS(4086),
[anon_sym_PIPE] = ACTIONS(4086),
[anon_sym_RPAREN] = ACTIONS(4084),
[anon_sym_SEMI_SEMI] = ACTIONS(4084),
[anon_sym_PIPE_AMP] = ACTIONS(4084),
[anon_sym_AMP_AMP] = ACTIONS(4084),
[anon_sym_PIPE_PIPE] = ACTIONS(4084),
[anon_sym_LT] = ACTIONS(4086),
[anon_sym_GT] = ACTIONS(4086),
[anon_sym_GT_GT] = ACTIONS(4084),
[anon_sym_AMP_GT] = ACTIONS(4086),
[anon_sym_AMP_GT_GT] = ACTIONS(4084),
[anon_sym_LT_AMP] = ACTIONS(4084),
[anon_sym_GT_AMP] = ACTIONS(4084),
[anon_sym_LT_LT] = ACTIONS(4086),
[anon_sym_LT_LT_DASH] = ACTIONS(4084),
[anon_sym_LT_LT_LT] = ACTIONS(4084),
[sym__special_characters] = ACTIONS(4084),
[anon_sym_DQUOTE] = ACTIONS(4084),
[anon_sym_DOLLAR] = ACTIONS(4086),
[sym_raw_string] = ACTIONS(4084),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4084),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4084),
[anon_sym_BQUOTE] = ACTIONS(4084),
[anon_sym_LT_LPAREN] = ACTIONS(4084),
[anon_sym_GT_LPAREN] = ACTIONS(4084),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4086),
[sym_word] = ACTIONS(4086),
[anon_sym_LF] = ACTIONS(4084),
[anon_sym_AMP] = ACTIONS(4086),
},
[1695] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4610),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1696] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(4610),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1697] = {
[sym__simple_heredoc_body] = ACTIONS(4090),
[sym__heredoc_body_beginning] = ACTIONS(4090),
[sym_file_descriptor] = ACTIONS(4090),
[sym__concat] = ACTIONS(4090),
[ts_builtin_sym_end] = ACTIONS(4090),
[anon_sym_SEMI] = ACTIONS(4092),
[anon_sym_PIPE] = ACTIONS(4092),
[anon_sym_RPAREN] = ACTIONS(4090),
[anon_sym_SEMI_SEMI] = ACTIONS(4090),
[anon_sym_PIPE_AMP] = ACTIONS(4090),
[anon_sym_AMP_AMP] = ACTIONS(4090),
[anon_sym_PIPE_PIPE] = ACTIONS(4090),
[anon_sym_LT] = ACTIONS(4092),
[anon_sym_GT] = ACTIONS(4092),
[anon_sym_GT_GT] = ACTIONS(4090),
[anon_sym_AMP_GT] = ACTIONS(4092),
[anon_sym_AMP_GT_GT] = ACTIONS(4090),
[anon_sym_LT_AMP] = ACTIONS(4090),
[anon_sym_GT_AMP] = ACTIONS(4090),
[anon_sym_LT_LT] = ACTIONS(4092),
[anon_sym_LT_LT_DASH] = ACTIONS(4090),
[anon_sym_LT_LT_LT] = ACTIONS(4090),
[sym__special_characters] = ACTIONS(4090),
[anon_sym_DQUOTE] = ACTIONS(4090),
[anon_sym_DOLLAR] = ACTIONS(4092),
[sym_raw_string] = ACTIONS(4090),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4090),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4090),
[anon_sym_BQUOTE] = ACTIONS(4090),
[anon_sym_LT_LPAREN] = ACTIONS(4090),
[anon_sym_GT_LPAREN] = ACTIONS(4090),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4092),
[sym_word] = ACTIONS(4092),
[anon_sym_LF] = ACTIONS(4090),
[anon_sym_AMP] = ACTIONS(4092),
},
[1698] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4612),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1699] = {
[sym_file_descriptor] = ACTIONS(3941),
[sym__concat] = ACTIONS(3941),
[sym_variable_name] = ACTIONS(3941),
[anon_sym_LT] = ACTIONS(3943),
[anon_sym_GT] = ACTIONS(3943),
[anon_sym_GT_GT] = ACTIONS(3941),
[anon_sym_AMP_GT] = ACTIONS(3943),
[anon_sym_AMP_GT_GT] = ACTIONS(3941),
[anon_sym_LT_AMP] = ACTIONS(3941),
[anon_sym_GT_AMP] = ACTIONS(3941),
[sym__special_characters] = ACTIONS(3941),
[anon_sym_DQUOTE] = ACTIONS(3941),
[anon_sym_DOLLAR] = ACTIONS(3943),
[sym_raw_string] = ACTIONS(3941),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3941),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3941),
[anon_sym_BQUOTE] = ACTIONS(3941),
[anon_sym_LT_LPAREN] = ACTIONS(3941),
[anon_sym_GT_LPAREN] = ACTIONS(3941),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3941),
},
[1700] = {
[sym_file_descriptor] = ACTIONS(3949),
[sym__concat] = ACTIONS(3949),
[sym_variable_name] = ACTIONS(3949),
[anon_sym_LT] = ACTIONS(3951),
[anon_sym_GT] = ACTIONS(3951),
[anon_sym_GT_GT] = ACTIONS(3949),
[anon_sym_AMP_GT] = ACTIONS(3951),
[anon_sym_AMP_GT_GT] = ACTIONS(3949),
[anon_sym_LT_AMP] = ACTIONS(3949),
[anon_sym_GT_AMP] = ACTIONS(3949),
[sym__special_characters] = ACTIONS(3949),
[anon_sym_DQUOTE] = ACTIONS(3949),
[anon_sym_DOLLAR] = ACTIONS(3951),
[sym_raw_string] = ACTIONS(3949),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3949),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3949),
[anon_sym_BQUOTE] = ACTIONS(3949),
[anon_sym_LT_LPAREN] = ACTIONS(3949),
[anon_sym_GT_LPAREN] = ACTIONS(3949),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3949),
},
[1701] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4614),
[sym_comment] = ACTIONS(57),
},
[1702] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4616),
[sym_comment] = ACTIONS(57),
},
[1703] = {
[anon_sym_RBRACE] = ACTIONS(4616),
[sym_comment] = ACTIONS(57),
},
[1704] = {
[sym_concatenation] = STATE(2010),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2010),
[anon_sym_RBRACE] = ACTIONS(4618),
[anon_sym_EQ] = ACTIONS(4620),
[anon_sym_DASH] = ACTIONS(4620),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4622),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4620),
[anon_sym_COLON_QMARK] = ACTIONS(4620),
[anon_sym_COLON_DASH] = ACTIONS(4620),
[anon_sym_PERCENT] = ACTIONS(4620),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1705] = {
[sym_file_descriptor] = ACTIONS(4005),
[sym__concat] = ACTIONS(4005),
[sym_variable_name] = ACTIONS(4005),
[anon_sym_LT] = ACTIONS(4007),
[anon_sym_GT] = ACTIONS(4007),
[anon_sym_GT_GT] = ACTIONS(4005),
[anon_sym_AMP_GT] = ACTIONS(4007),
[anon_sym_AMP_GT_GT] = ACTIONS(4005),
[anon_sym_LT_AMP] = ACTIONS(4005),
[anon_sym_GT_AMP] = ACTIONS(4005),
[sym__special_characters] = ACTIONS(4005),
[anon_sym_DQUOTE] = ACTIONS(4005),
[anon_sym_DOLLAR] = ACTIONS(4007),
[sym_raw_string] = ACTIONS(4005),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4005),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4005),
[anon_sym_BQUOTE] = ACTIONS(4005),
[anon_sym_LT_LPAREN] = ACTIONS(4005),
[anon_sym_GT_LPAREN] = ACTIONS(4005),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4005),
},
[1706] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4618),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1707] = {
[sym_concatenation] = STATE(2011),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2011),
[anon_sym_RBRACE] = ACTIONS(4616),
[anon_sym_EQ] = ACTIONS(4624),
[anon_sym_DASH] = ACTIONS(4624),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4626),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4624),
[anon_sym_COLON_QMARK] = ACTIONS(4624),
[anon_sym_COLON_DASH] = ACTIONS(4624),
[anon_sym_PERCENT] = ACTIONS(4624),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1708] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4616),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1709] = {
[sym_file_descriptor] = ACTIONS(4050),
[sym__concat] = ACTIONS(4050),
[sym_variable_name] = ACTIONS(4050),
[anon_sym_LT] = ACTIONS(4052),
[anon_sym_GT] = ACTIONS(4052),
[anon_sym_GT_GT] = ACTIONS(4050),
[anon_sym_AMP_GT] = ACTIONS(4052),
[anon_sym_AMP_GT_GT] = ACTIONS(4050),
[anon_sym_LT_AMP] = ACTIONS(4050),
[anon_sym_GT_AMP] = ACTIONS(4050),
[sym__special_characters] = ACTIONS(4050),
[anon_sym_DQUOTE] = ACTIONS(4050),
[anon_sym_DOLLAR] = ACTIONS(4052),
[sym_raw_string] = ACTIONS(4050),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4050),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4050),
[anon_sym_BQUOTE] = ACTIONS(4050),
[anon_sym_LT_LPAREN] = ACTIONS(4050),
[anon_sym_GT_LPAREN] = ACTIONS(4050),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4050),
},
[1710] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4628),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1711] = {
[sym_file_descriptor] = ACTIONS(4084),
[sym__concat] = ACTIONS(4084),
[sym_variable_name] = ACTIONS(4084),
[anon_sym_LT] = ACTIONS(4086),
[anon_sym_GT] = ACTIONS(4086),
[anon_sym_GT_GT] = ACTIONS(4084),
[anon_sym_AMP_GT] = ACTIONS(4086),
[anon_sym_AMP_GT_GT] = ACTIONS(4084),
[anon_sym_LT_AMP] = ACTIONS(4084),
[anon_sym_GT_AMP] = ACTIONS(4084),
[sym__special_characters] = ACTIONS(4084),
[anon_sym_DQUOTE] = ACTIONS(4084),
[anon_sym_DOLLAR] = ACTIONS(4086),
[sym_raw_string] = ACTIONS(4084),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4084),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4084),
[anon_sym_BQUOTE] = ACTIONS(4084),
[anon_sym_LT_LPAREN] = ACTIONS(4084),
[anon_sym_GT_LPAREN] = ACTIONS(4084),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4084),
},
[1712] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4630),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1713] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(4630),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1714] = {
[sym_file_descriptor] = ACTIONS(4090),
[sym__concat] = ACTIONS(4090),
[sym_variable_name] = ACTIONS(4090),
[anon_sym_LT] = ACTIONS(4092),
[anon_sym_GT] = ACTIONS(4092),
[anon_sym_GT_GT] = ACTIONS(4090),
[anon_sym_AMP_GT] = ACTIONS(4092),
[anon_sym_AMP_GT_GT] = ACTIONS(4090),
[anon_sym_LT_AMP] = ACTIONS(4090),
[anon_sym_GT_AMP] = ACTIONS(4090),
[sym__special_characters] = ACTIONS(4090),
[anon_sym_DQUOTE] = ACTIONS(4090),
[anon_sym_DOLLAR] = ACTIONS(4092),
[sym_raw_string] = ACTIONS(4090),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4090),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4090),
[anon_sym_BQUOTE] = ACTIONS(4090),
[anon_sym_LT_LPAREN] = ACTIONS(4090),
[anon_sym_GT_LPAREN] = ACTIONS(4090),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4090),
},
[1715] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4632),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1716] = {
[sym__concat] = ACTIONS(3941),
[anon_sym_DQUOTE] = ACTIONS(3943),
[anon_sym_DOLLAR] = ACTIONS(3943),
[sym__string_content] = ACTIONS(3941),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3943),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3943),
[anon_sym_BQUOTE] = ACTIONS(3943),
[sym_comment] = ACTIONS(265),
},
[1717] = {
[sym__concat] = ACTIONS(3949),
[anon_sym_DQUOTE] = ACTIONS(3951),
[anon_sym_DOLLAR] = ACTIONS(3951),
[sym__string_content] = ACTIONS(3949),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3951),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3951),
[anon_sym_BQUOTE] = ACTIONS(3951),
[sym_comment] = ACTIONS(265),
},
[1718] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4634),
[sym_comment] = ACTIONS(57),
},
[1719] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4636),
[sym_comment] = ACTIONS(57),
},
[1720] = {
[anon_sym_RBRACE] = ACTIONS(4636),
[sym_comment] = ACTIONS(57),
},
[1721] = {
[sym_concatenation] = STATE(2018),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2018),
[anon_sym_RBRACE] = ACTIONS(4638),
[anon_sym_EQ] = ACTIONS(4640),
[anon_sym_DASH] = ACTIONS(4640),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4642),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4640),
[anon_sym_COLON_QMARK] = ACTIONS(4640),
[anon_sym_COLON_DASH] = ACTIONS(4640),
[anon_sym_PERCENT] = ACTIONS(4640),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1722] = {
[sym__concat] = ACTIONS(4005),
[anon_sym_DQUOTE] = ACTIONS(4007),
[anon_sym_DOLLAR] = ACTIONS(4007),
[sym__string_content] = ACTIONS(4005),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4007),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4007),
[anon_sym_BQUOTE] = ACTIONS(4007),
[sym_comment] = ACTIONS(265),
},
[1723] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4638),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1724] = {
[sym_concatenation] = STATE(2019),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2019),
[anon_sym_RBRACE] = ACTIONS(4636),
[anon_sym_EQ] = ACTIONS(4644),
[anon_sym_DASH] = ACTIONS(4644),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4646),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4644),
[anon_sym_COLON_QMARK] = ACTIONS(4644),
[anon_sym_COLON_DASH] = ACTIONS(4644),
[anon_sym_PERCENT] = ACTIONS(4644),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1725] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4636),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1726] = {
[sym__concat] = ACTIONS(4050),
[anon_sym_DQUOTE] = ACTIONS(4052),
[anon_sym_DOLLAR] = ACTIONS(4052),
[sym__string_content] = ACTIONS(4050),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4052),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4052),
[anon_sym_BQUOTE] = ACTIONS(4052),
[sym_comment] = ACTIONS(265),
},
[1727] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4648),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1728] = {
[sym__concat] = ACTIONS(4084),
[anon_sym_DQUOTE] = ACTIONS(4086),
[anon_sym_DOLLAR] = ACTIONS(4086),
[sym__string_content] = ACTIONS(4084),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4086),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4086),
[anon_sym_BQUOTE] = ACTIONS(4086),
[sym_comment] = ACTIONS(265),
},
[1729] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4650),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1730] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(4650),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1731] = {
[sym__concat] = ACTIONS(4652),
[anon_sym_RBRACE] = ACTIONS(3204),
[anon_sym_EQ] = ACTIONS(4654),
[anon_sym_DASH] = ACTIONS(4654),
[sym__special_characters] = ACTIONS(4654),
[anon_sym_DQUOTE] = ACTIONS(3204),
[anon_sym_DOLLAR] = ACTIONS(4654),
[sym_raw_string] = ACTIONS(3204),
[anon_sym_POUND] = ACTIONS(3204),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3204),
[anon_sym_SLASH] = ACTIONS(3204),
[anon_sym_COLON] = ACTIONS(4654),
[anon_sym_COLON_QMARK] = ACTIONS(4654),
[anon_sym_COLON_DASH] = ACTIONS(4654),
[anon_sym_PERCENT] = ACTIONS(4654),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3204),
[anon_sym_BQUOTE] = ACTIONS(3204),
[anon_sym_LT_LPAREN] = ACTIONS(3204),
[anon_sym_GT_LPAREN] = ACTIONS(3204),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(4654),
},
[1732] = {
[anon_sym_RBRACE] = ACTIONS(3204),
[anon_sym_EQ] = ACTIONS(4654),
[anon_sym_DASH] = ACTIONS(4654),
[sym__special_characters] = ACTIONS(4654),
[anon_sym_DQUOTE] = ACTIONS(3204),
[anon_sym_DOLLAR] = ACTIONS(4654),
[sym_raw_string] = ACTIONS(3204),
[anon_sym_POUND] = ACTIONS(3204),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3204),
[anon_sym_SLASH] = ACTIONS(3204),
[anon_sym_COLON] = ACTIONS(4654),
[anon_sym_COLON_QMARK] = ACTIONS(4654),
[anon_sym_COLON_DASH] = ACTIONS(4654),
[anon_sym_PERCENT] = ACTIONS(4654),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3204),
[anon_sym_BQUOTE] = ACTIONS(3204),
[anon_sym_LT_LPAREN] = ACTIONS(3204),
[anon_sym_GT_LPAREN] = ACTIONS(3204),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(4654),
},
[1733] = {
[sym__concat] = ACTIONS(4656),
[anon_sym_RBRACE] = ACTIONS(3208),
[anon_sym_EQ] = ACTIONS(4658),
[anon_sym_DASH] = ACTIONS(4658),
[sym__special_characters] = ACTIONS(4658),
[anon_sym_DQUOTE] = ACTIONS(3208),
[anon_sym_DOLLAR] = ACTIONS(4658),
[sym_raw_string] = ACTIONS(3208),
[anon_sym_POUND] = ACTIONS(3208),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3208),
[anon_sym_SLASH] = ACTIONS(3208),
[anon_sym_COLON] = ACTIONS(4658),
[anon_sym_COLON_QMARK] = ACTIONS(4658),
[anon_sym_COLON_DASH] = ACTIONS(4658),
[anon_sym_PERCENT] = ACTIONS(4658),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3208),
[anon_sym_BQUOTE] = ACTIONS(3208),
[anon_sym_LT_LPAREN] = ACTIONS(3208),
[anon_sym_GT_LPAREN] = ACTIONS(3208),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(4658),
},
[1734] = {
[anon_sym_RBRACE] = ACTIONS(3208),
[anon_sym_EQ] = ACTIONS(4658),
[anon_sym_DASH] = ACTIONS(4658),
[sym__special_characters] = ACTIONS(4658),
[anon_sym_DQUOTE] = ACTIONS(3208),
[anon_sym_DOLLAR] = ACTIONS(4658),
[sym_raw_string] = ACTIONS(3208),
[anon_sym_POUND] = ACTIONS(3208),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3208),
[anon_sym_SLASH] = ACTIONS(3208),
[anon_sym_COLON] = ACTIONS(4658),
[anon_sym_COLON_QMARK] = ACTIONS(4658),
[anon_sym_COLON_DASH] = ACTIONS(4658),
[anon_sym_PERCENT] = ACTIONS(4658),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3208),
[anon_sym_BQUOTE] = ACTIONS(3208),
[anon_sym_LT_LPAREN] = ACTIONS(3208),
[anon_sym_GT_LPAREN] = ACTIONS(3208),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(4658),
},
[1735] = {
[sym__concat] = ACTIONS(1730),
[anon_sym_RBRACE] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
},
[1736] = {
[aux_sym_concatenation_repeat1] = STATE(1736),
[sym__concat] = ACTIONS(4660),
[anon_sym_RBRACE] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
},
[1737] = {
[sym__concat] = ACTIONS(1737),
[anon_sym_RBRACE] = ACTIONS(1737),
[sym_comment] = ACTIONS(57),
},
[1738] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(4663),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[1739] = {
[sym_concatenation] = STATE(2028),
[sym_string] = STATE(2027),
[sym_simple_expansion] = STATE(2027),
[sym_string_expansion] = STATE(2027),
[sym_expansion] = STATE(2027),
[sym_command_substitution] = STATE(2027),
[sym_process_substitution] = STATE(2027),
[anon_sym_RBRACE] = ACTIONS(4665),
[sym__special_characters] = ACTIONS(4667),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(4669),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4669),
},
[1740] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(4671),
[sym_comment] = ACTIONS(57),
},
[1741] = {
[sym_concatenation] = STATE(2032),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2032),
[anon_sym_RBRACE] = ACTIONS(4673),
[anon_sym_EQ] = ACTIONS(4675),
[anon_sym_DASH] = ACTIONS(4675),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4677),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(4679),
[anon_sym_COLON] = ACTIONS(4675),
[anon_sym_COLON_QMARK] = ACTIONS(4675),
[anon_sym_COLON_DASH] = ACTIONS(4675),
[anon_sym_PERCENT] = ACTIONS(4675),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1742] = {
[sym_concatenation] = STATE(2034),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2034),
[anon_sym_RBRACE] = ACTIONS(4665),
[anon_sym_EQ] = ACTIONS(4681),
[anon_sym_DASH] = ACTIONS(4681),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4683),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(4685),
[anon_sym_COLON] = ACTIONS(4681),
[anon_sym_COLON_QMARK] = ACTIONS(4681),
[anon_sym_COLON_DASH] = ACTIONS(4681),
[anon_sym_PERCENT] = ACTIONS(4681),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1743] = {
[sym__concat] = ACTIONS(1838),
[anon_sym_RBRACE] = ACTIONS(1838),
[sym_comment] = ACTIONS(57),
},
[1744] = {
[sym_concatenation] = STATE(2037),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2037),
[sym_regex] = ACTIONS(4687),
[anon_sym_RBRACE] = ACTIONS(4689),
[anon_sym_EQ] = ACTIONS(4691),
[anon_sym_DASH] = ACTIONS(4691),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4693),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4691),
[anon_sym_COLON_QMARK] = ACTIONS(4691),
[anon_sym_COLON_DASH] = ACTIONS(4691),
[anon_sym_PERCENT] = ACTIONS(4691),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1745] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4689),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1746] = {
[sym__concat] = ACTIONS(1886),
[anon_sym_RBRACE] = ACTIONS(1886),
[sym_comment] = ACTIONS(57),
},
[1747] = {
[sym_concatenation] = STATE(2034),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2034),
[sym_regex] = ACTIONS(4695),
[anon_sym_RBRACE] = ACTIONS(4665),
[anon_sym_EQ] = ACTIONS(4681),
[anon_sym_DASH] = ACTIONS(4681),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4683),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4681),
[anon_sym_COLON_QMARK] = ACTIONS(4681),
[anon_sym_COLON_DASH] = ACTIONS(4681),
[anon_sym_PERCENT] = ACTIONS(4681),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1748] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4665),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1749] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(4697),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1750] = {
[sym__concat] = ACTIONS(1894),
[anon_sym_RBRACE] = ACTIONS(1894),
[sym_comment] = ACTIONS(57),
},
[1751] = {
[anon_sym_SEMI] = ACTIONS(4699),
[anon_sym_RPAREN] = ACTIONS(4697),
[anon_sym_SEMI_SEMI] = ACTIONS(4701),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4701),
[anon_sym_AMP] = ACTIONS(4701),
},
[1752] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2042),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(4703),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(4697),
[anon_sym_SEMI_SEMI] = ACTIONS(4705),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4705),
[anon_sym_AMP] = ACTIONS(4703),
},
[1753] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2042),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(4703),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(4697),
[anon_sym_SEMI_SEMI] = ACTIONS(4705),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(4705),
[anon_sym_AMP] = ACTIONS(4703),
},
[1754] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(4697),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1755] = {
[anon_sym_SEMI] = ACTIONS(4707),
[anon_sym_SEMI_SEMI] = ACTIONS(4709),
[anon_sym_BQUOTE] = ACTIONS(4697),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4709),
[anon_sym_AMP] = ACTIONS(4709),
},
[1756] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(2045),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(4711),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(4713),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(4697),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4713),
[anon_sym_AMP] = ACTIONS(4711),
},
[1757] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(2045),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(4711),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(4713),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(4697),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(4713),
[anon_sym_AMP] = ACTIONS(4711),
},
[1758] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(4715),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1759] = {
[sym__concat] = ACTIONS(1928),
[anon_sym_RBRACE] = ACTIONS(1928),
[sym_comment] = ACTIONS(57),
},
[1760] = {
[anon_sym_SEMI] = ACTIONS(4717),
[anon_sym_RPAREN] = ACTIONS(4715),
[anon_sym_SEMI_SEMI] = ACTIONS(4719),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4719),
[anon_sym_AMP] = ACTIONS(4719),
},
[1761] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2049),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(4721),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(4715),
[anon_sym_SEMI_SEMI] = ACTIONS(4723),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4723),
[anon_sym_AMP] = ACTIONS(4721),
},
[1762] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2049),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(4721),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(4715),
[anon_sym_SEMI_SEMI] = ACTIONS(4723),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(4723),
[anon_sym_AMP] = ACTIONS(4721),
},
[1763] = {
[sym__simple_heredoc_body] = ACTIONS(4725),
[sym__heredoc_body_beginning] = ACTIONS(4725),
[sym_file_descriptor] = ACTIONS(4725),
[sym__concat] = ACTIONS(4725),
[ts_builtin_sym_end] = ACTIONS(4725),
[anon_sym_SEMI] = ACTIONS(4727),
[anon_sym_PIPE] = ACTIONS(4727),
[anon_sym_RPAREN] = ACTIONS(4725),
[anon_sym_SEMI_SEMI] = ACTIONS(4725),
[anon_sym_PIPE_AMP] = ACTIONS(4725),
[anon_sym_AMP_AMP] = ACTIONS(4725),
[anon_sym_PIPE_PIPE] = ACTIONS(4725),
[anon_sym_EQ_TILDE] = ACTIONS(4727),
[anon_sym_EQ_EQ] = ACTIONS(4727),
[anon_sym_LT] = ACTIONS(4727),
[anon_sym_GT] = ACTIONS(4727),
[anon_sym_GT_GT] = ACTIONS(4725),
[anon_sym_AMP_GT] = ACTIONS(4727),
[anon_sym_AMP_GT_GT] = ACTIONS(4725),
[anon_sym_LT_AMP] = ACTIONS(4725),
[anon_sym_GT_AMP] = ACTIONS(4725),
[anon_sym_LT_LT] = ACTIONS(4727),
[anon_sym_LT_LT_DASH] = ACTIONS(4725),
[anon_sym_LT_LT_LT] = ACTIONS(4725),
[sym__special_characters] = ACTIONS(4725),
[anon_sym_DQUOTE] = ACTIONS(4725),
[anon_sym_DOLLAR] = ACTIONS(4727),
[sym_raw_string] = ACTIONS(4725),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4725),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4725),
[anon_sym_BQUOTE] = ACTIONS(4725),
[anon_sym_LT_LPAREN] = ACTIONS(4725),
[anon_sym_GT_LPAREN] = ACTIONS(4725),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4727),
[anon_sym_LF] = ACTIONS(4725),
[anon_sym_AMP] = ACTIONS(4727),
},
[1764] = {
[sym__simple_heredoc_body] = ACTIONS(4729),
[sym__heredoc_body_beginning] = ACTIONS(4729),
[sym_file_descriptor] = ACTIONS(4729),
[sym__concat] = ACTIONS(4729),
[ts_builtin_sym_end] = ACTIONS(4729),
[anon_sym_SEMI] = ACTIONS(4731),
[anon_sym_PIPE] = ACTIONS(4731),
[anon_sym_RPAREN] = ACTIONS(4729),
[anon_sym_SEMI_SEMI] = ACTIONS(4729),
[anon_sym_PIPE_AMP] = ACTIONS(4729),
[anon_sym_AMP_AMP] = ACTIONS(4729),
[anon_sym_PIPE_PIPE] = ACTIONS(4729),
[anon_sym_EQ_TILDE] = ACTIONS(4731),
[anon_sym_EQ_EQ] = ACTIONS(4731),
[anon_sym_LT] = ACTIONS(4731),
[anon_sym_GT] = ACTIONS(4731),
[anon_sym_GT_GT] = ACTIONS(4729),
[anon_sym_AMP_GT] = ACTIONS(4731),
[anon_sym_AMP_GT_GT] = ACTIONS(4729),
[anon_sym_LT_AMP] = ACTIONS(4729),
[anon_sym_GT_AMP] = ACTIONS(4729),
[anon_sym_LT_LT] = ACTIONS(4731),
[anon_sym_LT_LT_DASH] = ACTIONS(4729),
[anon_sym_LT_LT_LT] = ACTIONS(4729),
[sym__special_characters] = ACTIONS(4729),
[anon_sym_DQUOTE] = ACTIONS(4729),
[anon_sym_DOLLAR] = ACTIONS(4731),
[sym_raw_string] = ACTIONS(4729),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4729),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4729),
[anon_sym_BQUOTE] = ACTIONS(4729),
[anon_sym_LT_LPAREN] = ACTIONS(4729),
[anon_sym_GT_LPAREN] = ACTIONS(4729),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4731),
[anon_sym_LF] = ACTIONS(4729),
[anon_sym_AMP] = ACTIONS(4731),
},
[1765] = {
[sym__simple_heredoc_body] = ACTIONS(4733),
[sym__heredoc_body_beginning] = ACTIONS(4733),
[sym_file_descriptor] = ACTIONS(4733),
[sym__concat] = ACTIONS(4733),
[ts_builtin_sym_end] = ACTIONS(4733),
[anon_sym_SEMI] = ACTIONS(4735),
[anon_sym_PIPE] = ACTIONS(4735),
[anon_sym_RPAREN] = ACTIONS(4733),
[anon_sym_SEMI_SEMI] = ACTIONS(4733),
[anon_sym_PIPE_AMP] = ACTIONS(4733),
[anon_sym_AMP_AMP] = ACTIONS(4733),
[anon_sym_PIPE_PIPE] = ACTIONS(4733),
[anon_sym_EQ_TILDE] = ACTIONS(4735),
[anon_sym_EQ_EQ] = ACTIONS(4735),
[anon_sym_LT] = ACTIONS(4735),
[anon_sym_GT] = ACTIONS(4735),
[anon_sym_GT_GT] = ACTIONS(4733),
[anon_sym_AMP_GT] = ACTIONS(4735),
[anon_sym_AMP_GT_GT] = ACTIONS(4733),
[anon_sym_LT_AMP] = ACTIONS(4733),
[anon_sym_GT_AMP] = ACTIONS(4733),
[anon_sym_LT_LT] = ACTIONS(4735),
[anon_sym_LT_LT_DASH] = ACTIONS(4733),
[anon_sym_LT_LT_LT] = ACTIONS(4733),
[sym__special_characters] = ACTIONS(4733),
[anon_sym_DQUOTE] = ACTIONS(4733),
[anon_sym_DOLLAR] = ACTIONS(4735),
[sym_raw_string] = ACTIONS(4733),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4733),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4733),
[anon_sym_BQUOTE] = ACTIONS(4733),
[anon_sym_LT_LPAREN] = ACTIONS(4733),
[anon_sym_GT_LPAREN] = ACTIONS(4733),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4735),
[anon_sym_LF] = ACTIONS(4733),
[anon_sym_AMP] = ACTIONS(4735),
},
[1766] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4737),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1767] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4739),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1768] = {
[sym__concat] = ACTIONS(2934),
[anon_sym_RBRACE] = ACTIONS(2934),
[anon_sym_EQ] = ACTIONS(2936),
[anon_sym_DASH] = ACTIONS(2936),
[sym__special_characters] = ACTIONS(2936),
[anon_sym_DQUOTE] = ACTIONS(2934),
[anon_sym_DOLLAR] = ACTIONS(2936),
[sym_raw_string] = ACTIONS(2934),
[anon_sym_POUND] = ACTIONS(2934),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2934),
[anon_sym_COLON] = ACTIONS(2936),
[anon_sym_COLON_QMARK] = ACTIONS(2936),
[anon_sym_COLON_DASH] = ACTIONS(2936),
[anon_sym_PERCENT] = ACTIONS(2936),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2934),
[anon_sym_BQUOTE] = ACTIONS(2934),
[anon_sym_LT_LPAREN] = ACTIONS(2934),
[anon_sym_GT_LPAREN] = ACTIONS(2934),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(2936),
},
[1769] = {
[sym__concat] = ACTIONS(2948),
[anon_sym_RBRACE] = ACTIONS(2948),
[anon_sym_EQ] = ACTIONS(2950),
[anon_sym_DASH] = ACTIONS(2950),
[sym__special_characters] = ACTIONS(2950),
[anon_sym_DQUOTE] = ACTIONS(2948),
[anon_sym_DOLLAR] = ACTIONS(2950),
[sym_raw_string] = ACTIONS(2948),
[anon_sym_POUND] = ACTIONS(2948),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2948),
[anon_sym_COLON] = ACTIONS(2950),
[anon_sym_COLON_QMARK] = ACTIONS(2950),
[anon_sym_COLON_DASH] = ACTIONS(2950),
[anon_sym_PERCENT] = ACTIONS(2950),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2948),
[anon_sym_BQUOTE] = ACTIONS(2948),
[anon_sym_LT_LPAREN] = ACTIONS(2948),
[anon_sym_GT_LPAREN] = ACTIONS(2948),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(2950),
},
[1770] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4741),
[sym_comment] = ACTIONS(57),
},
[1771] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4743),
[sym_comment] = ACTIONS(57),
},
[1772] = {
[anon_sym_RBRACE] = ACTIONS(4743),
[sym_comment] = ACTIONS(57),
},
[1773] = {
[sym_concatenation] = STATE(2056),
[sym_string] = STATE(2055),
[sym_simple_expansion] = STATE(2055),
[sym_string_expansion] = STATE(2055),
[sym_expansion] = STATE(2055),
[sym_command_substitution] = STATE(2055),
[sym_process_substitution] = STATE(2055),
[anon_sym_RBRACE] = ACTIONS(4743),
[sym__special_characters] = ACTIONS(4745),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(4747),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4747),
},
[1774] = {
[sym__concat] = ACTIONS(2984),
[anon_sym_RBRACE] = ACTIONS(2984),
[anon_sym_EQ] = ACTIONS(2986),
[anon_sym_DASH] = ACTIONS(2986),
[sym__special_characters] = ACTIONS(2986),
[anon_sym_DQUOTE] = ACTIONS(2984),
[anon_sym_DOLLAR] = ACTIONS(2986),
[sym_raw_string] = ACTIONS(2984),
[anon_sym_POUND] = ACTIONS(2984),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2984),
[anon_sym_COLON] = ACTIONS(2986),
[anon_sym_COLON_QMARK] = ACTIONS(2986),
[anon_sym_COLON_DASH] = ACTIONS(2986),
[anon_sym_PERCENT] = ACTIONS(2986),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2984),
[anon_sym_BQUOTE] = ACTIONS(2984),
[anon_sym_LT_LPAREN] = ACTIONS(2984),
[anon_sym_GT_LPAREN] = ACTIONS(2984),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(2986),
},
[1775] = {
[sym_concatenation] = STATE(2059),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2059),
[sym_regex] = ACTIONS(4749),
[anon_sym_RBRACE] = ACTIONS(4751),
[anon_sym_EQ] = ACTIONS(4753),
[anon_sym_DASH] = ACTIONS(4753),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4755),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4753),
[anon_sym_COLON_QMARK] = ACTIONS(4753),
[anon_sym_COLON_DASH] = ACTIONS(4753),
[anon_sym_PERCENT] = ACTIONS(4753),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1776] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4751),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1777] = {
[sym_concatenation] = STATE(2061),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2061),
[sym_regex] = ACTIONS(4757),
[anon_sym_RBRACE] = ACTIONS(4743),
[anon_sym_EQ] = ACTIONS(4759),
[anon_sym_DASH] = ACTIONS(4759),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4761),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4759),
[anon_sym_COLON_QMARK] = ACTIONS(4759),
[anon_sym_COLON_DASH] = ACTIONS(4759),
[anon_sym_PERCENT] = ACTIONS(4759),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1778] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4743),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1779] = {
[sym_concatenation] = STATE(2063),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2063),
[anon_sym_RBRACE] = ACTIONS(4763),
[anon_sym_EQ] = ACTIONS(4765),
[anon_sym_DASH] = ACTIONS(4765),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4767),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4765),
[anon_sym_COLON_QMARK] = ACTIONS(4765),
[anon_sym_COLON_DASH] = ACTIONS(4765),
[anon_sym_PERCENT] = ACTIONS(4765),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1780] = {
[sym__concat] = ACTIONS(3040),
[anon_sym_RBRACE] = ACTIONS(3040),
[anon_sym_EQ] = ACTIONS(3042),
[anon_sym_DASH] = ACTIONS(3042),
[sym__special_characters] = ACTIONS(3042),
[anon_sym_DQUOTE] = ACTIONS(3040),
[anon_sym_DOLLAR] = ACTIONS(3042),
[sym_raw_string] = ACTIONS(3040),
[anon_sym_POUND] = ACTIONS(3040),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3040),
[anon_sym_COLON] = ACTIONS(3042),
[anon_sym_COLON_QMARK] = ACTIONS(3042),
[anon_sym_COLON_DASH] = ACTIONS(3042),
[anon_sym_PERCENT] = ACTIONS(3042),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3040),
[anon_sym_BQUOTE] = ACTIONS(3040),
[anon_sym_LT_LPAREN] = ACTIONS(3040),
[anon_sym_GT_LPAREN] = ACTIONS(3040),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(3042),
},
[1781] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4763),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1782] = {
[sym_concatenation] = STATE(2061),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2061),
[anon_sym_RBRACE] = ACTIONS(4743),
[anon_sym_EQ] = ACTIONS(4759),
[anon_sym_DASH] = ACTIONS(4759),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4761),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4759),
[anon_sym_COLON_QMARK] = ACTIONS(4759),
[anon_sym_COLON_DASH] = ACTIONS(4759),
[anon_sym_PERCENT] = ACTIONS(4759),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1783] = {
[sym__simple_heredoc_body] = ACTIONS(4769),
[sym__heredoc_body_beginning] = ACTIONS(4769),
[sym_file_descriptor] = ACTIONS(4769),
[sym__concat] = ACTIONS(4769),
[ts_builtin_sym_end] = ACTIONS(4769),
[anon_sym_SEMI] = ACTIONS(4771),
[anon_sym_PIPE] = ACTIONS(4771),
[anon_sym_RPAREN] = ACTIONS(4769),
[anon_sym_SEMI_SEMI] = ACTIONS(4769),
[anon_sym_PIPE_AMP] = ACTIONS(4769),
[anon_sym_AMP_AMP] = ACTIONS(4769),
[anon_sym_PIPE_PIPE] = ACTIONS(4769),
[anon_sym_EQ_TILDE] = ACTIONS(4771),
[anon_sym_EQ_EQ] = ACTIONS(4771),
[anon_sym_LT] = ACTIONS(4771),
[anon_sym_GT] = ACTIONS(4771),
[anon_sym_GT_GT] = ACTIONS(4769),
[anon_sym_AMP_GT] = ACTIONS(4771),
[anon_sym_AMP_GT_GT] = ACTIONS(4769),
[anon_sym_LT_AMP] = ACTIONS(4769),
[anon_sym_GT_AMP] = ACTIONS(4769),
[anon_sym_LT_LT] = ACTIONS(4771),
[anon_sym_LT_LT_DASH] = ACTIONS(4769),
[anon_sym_LT_LT_LT] = ACTIONS(4769),
[sym__special_characters] = ACTIONS(4769),
[anon_sym_DQUOTE] = ACTIONS(4769),
[anon_sym_DOLLAR] = ACTIONS(4771),
[sym_raw_string] = ACTIONS(4769),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4769),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4769),
[anon_sym_BQUOTE] = ACTIONS(4769),
[anon_sym_LT_LPAREN] = ACTIONS(4769),
[anon_sym_GT_LPAREN] = ACTIONS(4769),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4771),
[anon_sym_LF] = ACTIONS(4769),
[anon_sym_AMP] = ACTIONS(4771),
},
[1784] = {
[sym__concat] = ACTIONS(3095),
[anon_sym_RBRACE] = ACTIONS(3095),
[anon_sym_EQ] = ACTIONS(3097),
[anon_sym_DASH] = ACTIONS(3097),
[sym__special_characters] = ACTIONS(3097),
[anon_sym_DQUOTE] = ACTIONS(3095),
[anon_sym_DOLLAR] = ACTIONS(3097),
[sym_raw_string] = ACTIONS(3095),
[anon_sym_POUND] = ACTIONS(3095),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3095),
[anon_sym_COLON] = ACTIONS(3097),
[anon_sym_COLON_QMARK] = ACTIONS(3097),
[anon_sym_COLON_DASH] = ACTIONS(3097),
[anon_sym_PERCENT] = ACTIONS(3097),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3095),
[anon_sym_BQUOTE] = ACTIONS(3095),
[anon_sym_LT_LPAREN] = ACTIONS(3095),
[anon_sym_GT_LPAREN] = ACTIONS(3095),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(3097),
},
[1785] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4773),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1786] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(4773),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1787] = {
[anon_sym_SEMI] = ACTIONS(4775),
[anon_sym_RPAREN] = ACTIONS(4773),
[anon_sym_SEMI_SEMI] = ACTIONS(4777),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4777),
[anon_sym_AMP] = ACTIONS(4777),
},
[1788] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(4773),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1789] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(4773),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1790] = {
[anon_sym_SEMI] = ACTIONS(4779),
[anon_sym_SEMI_SEMI] = ACTIONS(4781),
[anon_sym_BQUOTE] = ACTIONS(4773),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4781),
[anon_sym_AMP] = ACTIONS(4781),
},
[1791] = {
[sym__concat] = ACTIONS(3125),
[anon_sym_RBRACE] = ACTIONS(3125),
[anon_sym_EQ] = ACTIONS(3127),
[anon_sym_DASH] = ACTIONS(3127),
[sym__special_characters] = ACTIONS(3127),
[anon_sym_DQUOTE] = ACTIONS(3125),
[anon_sym_DOLLAR] = ACTIONS(3127),
[sym_raw_string] = ACTIONS(3125),
[anon_sym_POUND] = ACTIONS(3125),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3125),
[anon_sym_COLON] = ACTIONS(3127),
[anon_sym_COLON_QMARK] = ACTIONS(3127),
[anon_sym_COLON_DASH] = ACTIONS(3127),
[anon_sym_PERCENT] = ACTIONS(3127),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3125),
[anon_sym_BQUOTE] = ACTIONS(3125),
[anon_sym_LT_LPAREN] = ACTIONS(3125),
[anon_sym_GT_LPAREN] = ACTIONS(3125),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(3127),
},
[1792] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4783),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1793] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(4783),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1794] = {
[anon_sym_SEMI] = ACTIONS(4785),
[anon_sym_RPAREN] = ACTIONS(4783),
[anon_sym_SEMI_SEMI] = ACTIONS(4787),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4787),
[anon_sym_AMP] = ACTIONS(4787),
},
[1795] = {
[sym__simple_heredoc_body] = ACTIONS(4789),
[sym__heredoc_body_beginning] = ACTIONS(4789),
[sym_file_descriptor] = ACTIONS(4789),
[sym__concat] = ACTIONS(4789),
[ts_builtin_sym_end] = ACTIONS(4789),
[anon_sym_SEMI] = ACTIONS(4791),
[anon_sym_PIPE] = ACTIONS(4791),
[anon_sym_RPAREN] = ACTIONS(4789),
[anon_sym_SEMI_SEMI] = ACTIONS(4789),
[anon_sym_PIPE_AMP] = ACTIONS(4789),
[anon_sym_AMP_AMP] = ACTIONS(4789),
[anon_sym_PIPE_PIPE] = ACTIONS(4789),
[anon_sym_EQ_TILDE] = ACTIONS(4791),
[anon_sym_EQ_EQ] = ACTIONS(4791),
[anon_sym_LT] = ACTIONS(4791),
[anon_sym_GT] = ACTIONS(4791),
[anon_sym_GT_GT] = ACTIONS(4789),
[anon_sym_AMP_GT] = ACTIONS(4791),
[anon_sym_AMP_GT_GT] = ACTIONS(4789),
[anon_sym_LT_AMP] = ACTIONS(4789),
[anon_sym_GT_AMP] = ACTIONS(4789),
[anon_sym_LT_LT] = ACTIONS(4791),
[anon_sym_LT_LT_DASH] = ACTIONS(4789),
[anon_sym_LT_LT_LT] = ACTIONS(4789),
[sym__special_characters] = ACTIONS(4789),
[anon_sym_DQUOTE] = ACTIONS(4789),
[anon_sym_DOLLAR] = ACTIONS(4791),
[sym_raw_string] = ACTIONS(4789),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4789),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4789),
[anon_sym_BQUOTE] = ACTIONS(4789),
[anon_sym_LT_LPAREN] = ACTIONS(4789),
[anon_sym_GT_LPAREN] = ACTIONS(4789),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4791),
[anon_sym_LF] = ACTIONS(4789),
[anon_sym_AMP] = ACTIONS(4791),
},
[1796] = {
[aux_sym_concatenation_repeat1] = STATE(1796),
[sym__simple_heredoc_body] = ACTIONS(1730),
[sym__heredoc_body_beginning] = ACTIONS(1730),
[sym_file_descriptor] = ACTIONS(1730),
[sym__concat] = ACTIONS(1734),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_PIPE] = ACTIONS(1732),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[anon_sym_PIPE_AMP] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_GT_GT] = ACTIONS(1730),
[anon_sym_AMP_GT] = ACTIONS(1732),
[anon_sym_AMP_GT_GT] = ACTIONS(1730),
[anon_sym_LT_AMP] = ACTIONS(1730),
[anon_sym_GT_AMP] = ACTIONS(1730),
[anon_sym_LT_LT] = ACTIONS(1732),
[anon_sym_LT_LT_DASH] = ACTIONS(1730),
[anon_sym_LT_LT_LT] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1732),
},
[1797] = {
[sym__simple_heredoc_body] = ACTIONS(4793),
[sym__heredoc_body_beginning] = ACTIONS(4793),
[sym_file_descriptor] = ACTIONS(4793),
[sym__concat] = ACTIONS(4793),
[ts_builtin_sym_end] = ACTIONS(4793),
[anon_sym_SEMI] = ACTIONS(4795),
[anon_sym_PIPE] = ACTIONS(4795),
[anon_sym_RPAREN] = ACTIONS(4793),
[anon_sym_SEMI_SEMI] = ACTIONS(4793),
[anon_sym_PIPE_AMP] = ACTIONS(4793),
[anon_sym_AMP_AMP] = ACTIONS(4793),
[anon_sym_PIPE_PIPE] = ACTIONS(4793),
[anon_sym_EQ_TILDE] = ACTIONS(4795),
[anon_sym_EQ_EQ] = ACTIONS(4795),
[anon_sym_LT] = ACTIONS(4795),
[anon_sym_GT] = ACTIONS(4795),
[anon_sym_GT_GT] = ACTIONS(4793),
[anon_sym_AMP_GT] = ACTIONS(4795),
[anon_sym_AMP_GT_GT] = ACTIONS(4793),
[anon_sym_LT_AMP] = ACTIONS(4793),
[anon_sym_GT_AMP] = ACTIONS(4793),
[anon_sym_LT_LT] = ACTIONS(4795),
[anon_sym_LT_LT_DASH] = ACTIONS(4793),
[anon_sym_LT_LT_LT] = ACTIONS(4793),
[sym__special_characters] = ACTIONS(4793),
[anon_sym_DQUOTE] = ACTIONS(4793),
[anon_sym_DOLLAR] = ACTIONS(4795),
[sym_raw_string] = ACTIONS(4793),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4793),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4793),
[anon_sym_BQUOTE] = ACTIONS(4793),
[anon_sym_LT_LPAREN] = ACTIONS(4793),
[anon_sym_GT_LPAREN] = ACTIONS(4793),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4795),
[anon_sym_LF] = ACTIONS(4793),
[anon_sym_AMP] = ACTIONS(4795),
},
[1798] = {
[sym__heredoc_body_middle] = ACTIONS(2948),
[sym__heredoc_body_end] = ACTIONS(2948),
[anon_sym_DOLLAR] = ACTIONS(2950),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2948),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2948),
[anon_sym_BQUOTE] = ACTIONS(2948),
[sym_comment] = ACTIONS(57),
},
[1799] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4797),
[sym_comment] = ACTIONS(57),
},
[1800] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4799),
[sym_comment] = ACTIONS(57),
},
[1801] = {
[anon_sym_RBRACE] = ACTIONS(4799),
[sym_comment] = ACTIONS(57),
},
[1802] = {
[sym_concatenation] = STATE(2073),
[sym_string] = STATE(2072),
[sym_simple_expansion] = STATE(2072),
[sym_string_expansion] = STATE(2072),
[sym_expansion] = STATE(2072),
[sym_command_substitution] = STATE(2072),
[sym_process_substitution] = STATE(2072),
[anon_sym_RBRACE] = ACTIONS(4799),
[sym__special_characters] = ACTIONS(4801),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(4803),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4803),
},
[1803] = {
[sym__heredoc_body_middle] = ACTIONS(2984),
[sym__heredoc_body_end] = ACTIONS(2984),
[anon_sym_DOLLAR] = ACTIONS(2986),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2984),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2984),
[anon_sym_BQUOTE] = ACTIONS(2984),
[sym_comment] = ACTIONS(57),
},
[1804] = {
[sym_concatenation] = STATE(2076),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2076),
[sym_regex] = ACTIONS(4805),
[anon_sym_RBRACE] = ACTIONS(4807),
[anon_sym_EQ] = ACTIONS(4809),
[anon_sym_DASH] = ACTIONS(4809),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4811),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4809),
[anon_sym_COLON_QMARK] = ACTIONS(4809),
[anon_sym_COLON_DASH] = ACTIONS(4809),
[anon_sym_PERCENT] = ACTIONS(4809),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1805] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4807),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1806] = {
[sym_concatenation] = STATE(2078),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2078),
[sym_regex] = ACTIONS(4813),
[anon_sym_RBRACE] = ACTIONS(4799),
[anon_sym_EQ] = ACTIONS(4815),
[anon_sym_DASH] = ACTIONS(4815),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4817),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4815),
[anon_sym_COLON_QMARK] = ACTIONS(4815),
[anon_sym_COLON_DASH] = ACTIONS(4815),
[anon_sym_PERCENT] = ACTIONS(4815),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1807] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4799),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1808] = {
[sym_concatenation] = STATE(2080),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2080),
[anon_sym_RBRACE] = ACTIONS(4819),
[anon_sym_EQ] = ACTIONS(4821),
[anon_sym_DASH] = ACTIONS(4821),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4823),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4821),
[anon_sym_COLON_QMARK] = ACTIONS(4821),
[anon_sym_COLON_DASH] = ACTIONS(4821),
[anon_sym_PERCENT] = ACTIONS(4821),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1809] = {
[sym__heredoc_body_middle] = ACTIONS(3040),
[sym__heredoc_body_end] = ACTIONS(3040),
[anon_sym_DOLLAR] = ACTIONS(3042),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3040),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3040),
[anon_sym_BQUOTE] = ACTIONS(3040),
[sym_comment] = ACTIONS(57),
},
[1810] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4819),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1811] = {
[sym_concatenation] = STATE(2078),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2078),
[anon_sym_RBRACE] = ACTIONS(4799),
[anon_sym_EQ] = ACTIONS(4815),
[anon_sym_DASH] = ACTIONS(4815),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4817),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4815),
[anon_sym_COLON_QMARK] = ACTIONS(4815),
[anon_sym_COLON_DASH] = ACTIONS(4815),
[anon_sym_PERCENT] = ACTIONS(4815),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1812] = {
[sym__heredoc_body_middle] = ACTIONS(3095),
[sym__heredoc_body_end] = ACTIONS(3095),
[anon_sym_DOLLAR] = ACTIONS(3097),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3095),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3095),
[anon_sym_BQUOTE] = ACTIONS(3095),
[sym_comment] = ACTIONS(57),
},
[1813] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4825),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1814] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(4825),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1815] = {
[anon_sym_SEMI] = ACTIONS(4827),
[anon_sym_RPAREN] = ACTIONS(4825),
[anon_sym_SEMI_SEMI] = ACTIONS(4829),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4829),
[anon_sym_AMP] = ACTIONS(4829),
},
[1816] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(4825),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1817] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(4825),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1818] = {
[anon_sym_SEMI] = ACTIONS(4831),
[anon_sym_SEMI_SEMI] = ACTIONS(4833),
[anon_sym_BQUOTE] = ACTIONS(4825),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4833),
[anon_sym_AMP] = ACTIONS(4833),
},
[1819] = {
[sym__concat] = ACTIONS(2934),
[anon_sym_RPAREN] = ACTIONS(2934),
[sym__special_characters] = ACTIONS(2934),
[anon_sym_DQUOTE] = ACTIONS(2934),
[anon_sym_DOLLAR] = ACTIONS(2936),
[sym_raw_string] = ACTIONS(2934),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2934),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2934),
[anon_sym_BQUOTE] = ACTIONS(2934),
[anon_sym_LT_LPAREN] = ACTIONS(2934),
[anon_sym_GT_LPAREN] = ACTIONS(2934),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2934),
},
[1820] = {
[sym__concat] = ACTIONS(2948),
[anon_sym_RPAREN] = ACTIONS(2948),
[sym__special_characters] = ACTIONS(2948),
[anon_sym_DQUOTE] = ACTIONS(2948),
[anon_sym_DOLLAR] = ACTIONS(2950),
[sym_raw_string] = ACTIONS(2948),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2948),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2948),
[anon_sym_BQUOTE] = ACTIONS(2948),
[anon_sym_LT_LPAREN] = ACTIONS(2948),
[anon_sym_GT_LPAREN] = ACTIONS(2948),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2948),
},
[1821] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4835),
[sym_comment] = ACTIONS(57),
},
[1822] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4837),
[sym_comment] = ACTIONS(57),
},
[1823] = {
[anon_sym_RBRACE] = ACTIONS(4837),
[sym_comment] = ACTIONS(57),
},
[1824] = {
[sym_concatenation] = STATE(2088),
[sym_string] = STATE(2087),
[sym_simple_expansion] = STATE(2087),
[sym_string_expansion] = STATE(2087),
[sym_expansion] = STATE(2087),
[sym_command_substitution] = STATE(2087),
[sym_process_substitution] = STATE(2087),
[anon_sym_RBRACE] = ACTIONS(4837),
[sym__special_characters] = ACTIONS(4839),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(4841),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4841),
},
[1825] = {
[sym__concat] = ACTIONS(2984),
[anon_sym_RPAREN] = ACTIONS(2984),
[sym__special_characters] = ACTIONS(2984),
[anon_sym_DQUOTE] = ACTIONS(2984),
[anon_sym_DOLLAR] = ACTIONS(2986),
[sym_raw_string] = ACTIONS(2984),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2984),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2984),
[anon_sym_BQUOTE] = ACTIONS(2984),
[anon_sym_LT_LPAREN] = ACTIONS(2984),
[anon_sym_GT_LPAREN] = ACTIONS(2984),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2984),
},
[1826] = {
[sym_concatenation] = STATE(2091),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2091),
[sym_regex] = ACTIONS(4843),
[anon_sym_RBRACE] = ACTIONS(4845),
[anon_sym_EQ] = ACTIONS(4847),
[anon_sym_DASH] = ACTIONS(4847),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4849),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4847),
[anon_sym_COLON_QMARK] = ACTIONS(4847),
[anon_sym_COLON_DASH] = ACTIONS(4847),
[anon_sym_PERCENT] = ACTIONS(4847),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1827] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4845),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1828] = {
[sym_concatenation] = STATE(2093),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2093),
[sym_regex] = ACTIONS(4851),
[anon_sym_RBRACE] = ACTIONS(4837),
[anon_sym_EQ] = ACTIONS(4853),
[anon_sym_DASH] = ACTIONS(4853),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4855),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4853),
[anon_sym_COLON_QMARK] = ACTIONS(4853),
[anon_sym_COLON_DASH] = ACTIONS(4853),
[anon_sym_PERCENT] = ACTIONS(4853),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1829] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4837),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1830] = {
[sym_concatenation] = STATE(2095),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2095),
[anon_sym_RBRACE] = ACTIONS(4857),
[anon_sym_EQ] = ACTIONS(4859),
[anon_sym_DASH] = ACTIONS(4859),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4861),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4859),
[anon_sym_COLON_QMARK] = ACTIONS(4859),
[anon_sym_COLON_DASH] = ACTIONS(4859),
[anon_sym_PERCENT] = ACTIONS(4859),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1831] = {
[sym__concat] = ACTIONS(3040),
[anon_sym_RPAREN] = ACTIONS(3040),
[sym__special_characters] = ACTIONS(3040),
[anon_sym_DQUOTE] = ACTIONS(3040),
[anon_sym_DOLLAR] = ACTIONS(3042),
[sym_raw_string] = ACTIONS(3040),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3040),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3040),
[anon_sym_BQUOTE] = ACTIONS(3040),
[anon_sym_LT_LPAREN] = ACTIONS(3040),
[anon_sym_GT_LPAREN] = ACTIONS(3040),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3040),
},
[1832] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4857),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1833] = {
[sym_concatenation] = STATE(2093),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2093),
[anon_sym_RBRACE] = ACTIONS(4837),
[anon_sym_EQ] = ACTIONS(4853),
[anon_sym_DASH] = ACTIONS(4853),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4855),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4853),
[anon_sym_COLON_QMARK] = ACTIONS(4853),
[anon_sym_COLON_DASH] = ACTIONS(4853),
[anon_sym_PERCENT] = ACTIONS(4853),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1834] = {
[sym__concat] = ACTIONS(3095),
[anon_sym_RPAREN] = ACTIONS(3095),
[sym__special_characters] = ACTIONS(3095),
[anon_sym_DQUOTE] = ACTIONS(3095),
[anon_sym_DOLLAR] = ACTIONS(3097),
[sym_raw_string] = ACTIONS(3095),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3095),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3095),
[anon_sym_BQUOTE] = ACTIONS(3095),
[anon_sym_LT_LPAREN] = ACTIONS(3095),
[anon_sym_GT_LPAREN] = ACTIONS(3095),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3095),
},
[1835] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4863),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1836] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(4863),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1837] = {
[anon_sym_SEMI] = ACTIONS(4865),
[anon_sym_RPAREN] = ACTIONS(4863),
[anon_sym_SEMI_SEMI] = ACTIONS(4867),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4867),
[anon_sym_AMP] = ACTIONS(4867),
},
[1838] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(4863),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1839] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(4863),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1840] = {
[anon_sym_SEMI] = ACTIONS(4869),
[anon_sym_SEMI_SEMI] = ACTIONS(4871),
[anon_sym_BQUOTE] = ACTIONS(4863),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4871),
[anon_sym_AMP] = ACTIONS(4871),
},
[1841] = {
[sym__concat] = ACTIONS(3125),
[anon_sym_RPAREN] = ACTIONS(3125),
[sym__special_characters] = ACTIONS(3125),
[anon_sym_DQUOTE] = ACTIONS(3125),
[anon_sym_DOLLAR] = ACTIONS(3127),
[sym_raw_string] = ACTIONS(3125),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3125),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3125),
[anon_sym_BQUOTE] = ACTIONS(3125),
[anon_sym_LT_LPAREN] = ACTIONS(3125),
[anon_sym_GT_LPAREN] = ACTIONS(3125),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3125),
},
[1842] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4873),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1843] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(4873),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1844] = {
[anon_sym_SEMI] = ACTIONS(4875),
[anon_sym_RPAREN] = ACTIONS(4873),
[anon_sym_SEMI_SEMI] = ACTIONS(4877),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4877),
[anon_sym_AMP] = ACTIONS(4877),
},
[1845] = {
[sym__simple_heredoc_body] = ACTIONS(3941),
[sym__heredoc_body_beginning] = ACTIONS(3941),
[sym_file_descriptor] = ACTIONS(3941),
[sym__concat] = ACTIONS(3941),
[sym_variable_name] = ACTIONS(3941),
[ts_builtin_sym_end] = ACTIONS(3941),
[anon_sym_SEMI] = ACTIONS(3943),
[anon_sym_PIPE] = ACTIONS(3943),
[anon_sym_RPAREN] = ACTIONS(3941),
[anon_sym_SEMI_SEMI] = ACTIONS(3941),
[anon_sym_PIPE_AMP] = ACTIONS(3941),
[anon_sym_AMP_AMP] = ACTIONS(3941),
[anon_sym_PIPE_PIPE] = ACTIONS(3941),
[anon_sym_LT] = ACTIONS(3943),
[anon_sym_GT] = ACTIONS(3943),
[anon_sym_GT_GT] = ACTIONS(3941),
[anon_sym_AMP_GT] = ACTIONS(3943),
[anon_sym_AMP_GT_GT] = ACTIONS(3941),
[anon_sym_LT_AMP] = ACTIONS(3941),
[anon_sym_GT_AMP] = ACTIONS(3941),
[anon_sym_LT_LT] = ACTIONS(3943),
[anon_sym_LT_LT_DASH] = ACTIONS(3941),
[anon_sym_LT_LT_LT] = ACTIONS(3941),
[sym__special_characters] = ACTIONS(3941),
[anon_sym_DQUOTE] = ACTIONS(3941),
[anon_sym_DOLLAR] = ACTIONS(3943),
[sym_raw_string] = ACTIONS(3941),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3941),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3941),
[anon_sym_BQUOTE] = ACTIONS(3941),
[anon_sym_LT_LPAREN] = ACTIONS(3941),
[anon_sym_GT_LPAREN] = ACTIONS(3941),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3943),
[anon_sym_LF] = ACTIONS(3941),
[anon_sym_AMP] = ACTIONS(3943),
},
[1846] = {
[sym__simple_heredoc_body] = ACTIONS(3949),
[sym__heredoc_body_beginning] = ACTIONS(3949),
[sym_file_descriptor] = ACTIONS(3949),
[sym__concat] = ACTIONS(3949),
[sym_variable_name] = ACTIONS(3949),
[ts_builtin_sym_end] = ACTIONS(3949),
[anon_sym_SEMI] = ACTIONS(3951),
[anon_sym_PIPE] = ACTIONS(3951),
[anon_sym_RPAREN] = ACTIONS(3949),
[anon_sym_SEMI_SEMI] = ACTIONS(3949),
[anon_sym_PIPE_AMP] = ACTIONS(3949),
[anon_sym_AMP_AMP] = ACTIONS(3949),
[anon_sym_PIPE_PIPE] = ACTIONS(3949),
[anon_sym_LT] = ACTIONS(3951),
[anon_sym_GT] = ACTIONS(3951),
[anon_sym_GT_GT] = ACTIONS(3949),
[anon_sym_AMP_GT] = ACTIONS(3951),
[anon_sym_AMP_GT_GT] = ACTIONS(3949),
[anon_sym_LT_AMP] = ACTIONS(3949),
[anon_sym_GT_AMP] = ACTIONS(3949),
[anon_sym_LT_LT] = ACTIONS(3951),
[anon_sym_LT_LT_DASH] = ACTIONS(3949),
[anon_sym_LT_LT_LT] = ACTIONS(3949),
[sym__special_characters] = ACTIONS(3949),
[anon_sym_DQUOTE] = ACTIONS(3949),
[anon_sym_DOLLAR] = ACTIONS(3951),
[sym_raw_string] = ACTIONS(3949),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3949),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3949),
[anon_sym_BQUOTE] = ACTIONS(3949),
[anon_sym_LT_LPAREN] = ACTIONS(3949),
[anon_sym_GT_LPAREN] = ACTIONS(3949),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3951),
[anon_sym_LF] = ACTIONS(3949),
[anon_sym_AMP] = ACTIONS(3951),
},
[1847] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4879),
[sym_comment] = ACTIONS(57),
},
[1848] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4881),
[sym_comment] = ACTIONS(57),
},
[1849] = {
[anon_sym_RBRACE] = ACTIONS(4881),
[sym_comment] = ACTIONS(57),
},
[1850] = {
[sym_concatenation] = STATE(2104),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2104),
[anon_sym_RBRACE] = ACTIONS(4883),
[anon_sym_EQ] = ACTIONS(4885),
[anon_sym_DASH] = ACTIONS(4885),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4887),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4885),
[anon_sym_COLON_QMARK] = ACTIONS(4885),
[anon_sym_COLON_DASH] = ACTIONS(4885),
[anon_sym_PERCENT] = ACTIONS(4885),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1851] = {
[sym__simple_heredoc_body] = ACTIONS(4005),
[sym__heredoc_body_beginning] = ACTIONS(4005),
[sym_file_descriptor] = ACTIONS(4005),
[sym__concat] = ACTIONS(4005),
[sym_variable_name] = ACTIONS(4005),
[ts_builtin_sym_end] = ACTIONS(4005),
[anon_sym_SEMI] = ACTIONS(4007),
[anon_sym_PIPE] = ACTIONS(4007),
[anon_sym_RPAREN] = ACTIONS(4005),
[anon_sym_SEMI_SEMI] = ACTIONS(4005),
[anon_sym_PIPE_AMP] = ACTIONS(4005),
[anon_sym_AMP_AMP] = ACTIONS(4005),
[anon_sym_PIPE_PIPE] = ACTIONS(4005),
[anon_sym_LT] = ACTIONS(4007),
[anon_sym_GT] = ACTIONS(4007),
[anon_sym_GT_GT] = ACTIONS(4005),
[anon_sym_AMP_GT] = ACTIONS(4007),
[anon_sym_AMP_GT_GT] = ACTIONS(4005),
[anon_sym_LT_AMP] = ACTIONS(4005),
[anon_sym_GT_AMP] = ACTIONS(4005),
[anon_sym_LT_LT] = ACTIONS(4007),
[anon_sym_LT_LT_DASH] = ACTIONS(4005),
[anon_sym_LT_LT_LT] = ACTIONS(4005),
[sym__special_characters] = ACTIONS(4005),
[anon_sym_DQUOTE] = ACTIONS(4005),
[anon_sym_DOLLAR] = ACTIONS(4007),
[sym_raw_string] = ACTIONS(4005),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4005),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4005),
[anon_sym_BQUOTE] = ACTIONS(4005),
[anon_sym_LT_LPAREN] = ACTIONS(4005),
[anon_sym_GT_LPAREN] = ACTIONS(4005),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4007),
[anon_sym_LF] = ACTIONS(4005),
[anon_sym_AMP] = ACTIONS(4007),
},
[1852] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4883),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1853] = {
[sym_concatenation] = STATE(2105),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2105),
[anon_sym_RBRACE] = ACTIONS(4881),
[anon_sym_EQ] = ACTIONS(4889),
[anon_sym_DASH] = ACTIONS(4889),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4891),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4889),
[anon_sym_COLON_QMARK] = ACTIONS(4889),
[anon_sym_COLON_DASH] = ACTIONS(4889),
[anon_sym_PERCENT] = ACTIONS(4889),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1854] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4881),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1855] = {
[sym__simple_heredoc_body] = ACTIONS(4050),
[sym__heredoc_body_beginning] = ACTIONS(4050),
[sym_file_descriptor] = ACTIONS(4050),
[sym__concat] = ACTIONS(4050),
[sym_variable_name] = ACTIONS(4050),
[ts_builtin_sym_end] = ACTIONS(4050),
[anon_sym_SEMI] = ACTIONS(4052),
[anon_sym_PIPE] = ACTIONS(4052),
[anon_sym_RPAREN] = ACTIONS(4050),
[anon_sym_SEMI_SEMI] = ACTIONS(4050),
[anon_sym_PIPE_AMP] = ACTIONS(4050),
[anon_sym_AMP_AMP] = ACTIONS(4050),
[anon_sym_PIPE_PIPE] = ACTIONS(4050),
[anon_sym_LT] = ACTIONS(4052),
[anon_sym_GT] = ACTIONS(4052),
[anon_sym_GT_GT] = ACTIONS(4050),
[anon_sym_AMP_GT] = ACTIONS(4052),
[anon_sym_AMP_GT_GT] = ACTIONS(4050),
[anon_sym_LT_AMP] = ACTIONS(4050),
[anon_sym_GT_AMP] = ACTIONS(4050),
[anon_sym_LT_LT] = ACTIONS(4052),
[anon_sym_LT_LT_DASH] = ACTIONS(4050),
[anon_sym_LT_LT_LT] = ACTIONS(4050),
[sym__special_characters] = ACTIONS(4050),
[anon_sym_DQUOTE] = ACTIONS(4050),
[anon_sym_DOLLAR] = ACTIONS(4052),
[sym_raw_string] = ACTIONS(4050),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4050),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4050),
[anon_sym_BQUOTE] = ACTIONS(4050),
[anon_sym_LT_LPAREN] = ACTIONS(4050),
[anon_sym_GT_LPAREN] = ACTIONS(4050),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4052),
[anon_sym_LF] = ACTIONS(4050),
[anon_sym_AMP] = ACTIONS(4052),
},
[1856] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4893),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1857] = {
[sym__simple_heredoc_body] = ACTIONS(4084),
[sym__heredoc_body_beginning] = ACTIONS(4084),
[sym_file_descriptor] = ACTIONS(4084),
[sym__concat] = ACTIONS(4084),
[sym_variable_name] = ACTIONS(4084),
[ts_builtin_sym_end] = ACTIONS(4084),
[anon_sym_SEMI] = ACTIONS(4086),
[anon_sym_PIPE] = ACTIONS(4086),
[anon_sym_RPAREN] = ACTIONS(4084),
[anon_sym_SEMI_SEMI] = ACTIONS(4084),
[anon_sym_PIPE_AMP] = ACTIONS(4084),
[anon_sym_AMP_AMP] = ACTIONS(4084),
[anon_sym_PIPE_PIPE] = ACTIONS(4084),
[anon_sym_LT] = ACTIONS(4086),
[anon_sym_GT] = ACTIONS(4086),
[anon_sym_GT_GT] = ACTIONS(4084),
[anon_sym_AMP_GT] = ACTIONS(4086),
[anon_sym_AMP_GT_GT] = ACTIONS(4084),
[anon_sym_LT_AMP] = ACTIONS(4084),
[anon_sym_GT_AMP] = ACTIONS(4084),
[anon_sym_LT_LT] = ACTIONS(4086),
[anon_sym_LT_LT_DASH] = ACTIONS(4084),
[anon_sym_LT_LT_LT] = ACTIONS(4084),
[sym__special_characters] = ACTIONS(4084),
[anon_sym_DQUOTE] = ACTIONS(4084),
[anon_sym_DOLLAR] = ACTIONS(4086),
[sym_raw_string] = ACTIONS(4084),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4084),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4084),
[anon_sym_BQUOTE] = ACTIONS(4084),
[anon_sym_LT_LPAREN] = ACTIONS(4084),
[anon_sym_GT_LPAREN] = ACTIONS(4084),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4086),
[anon_sym_LF] = ACTIONS(4084),
[anon_sym_AMP] = ACTIONS(4086),
},
[1858] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4895),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1859] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(4895),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1860] = {
[sym__simple_heredoc_body] = ACTIONS(4090),
[sym__heredoc_body_beginning] = ACTIONS(4090),
[sym_file_descriptor] = ACTIONS(4090),
[sym__concat] = ACTIONS(4090),
[sym_variable_name] = ACTIONS(4090),
[ts_builtin_sym_end] = ACTIONS(4090),
[anon_sym_SEMI] = ACTIONS(4092),
[anon_sym_PIPE] = ACTIONS(4092),
[anon_sym_RPAREN] = ACTIONS(4090),
[anon_sym_SEMI_SEMI] = ACTIONS(4090),
[anon_sym_PIPE_AMP] = ACTIONS(4090),
[anon_sym_AMP_AMP] = ACTIONS(4090),
[anon_sym_PIPE_PIPE] = ACTIONS(4090),
[anon_sym_LT] = ACTIONS(4092),
[anon_sym_GT] = ACTIONS(4092),
[anon_sym_GT_GT] = ACTIONS(4090),
[anon_sym_AMP_GT] = ACTIONS(4092),
[anon_sym_AMP_GT_GT] = ACTIONS(4090),
[anon_sym_LT_AMP] = ACTIONS(4090),
[anon_sym_GT_AMP] = ACTIONS(4090),
[anon_sym_LT_LT] = ACTIONS(4092),
[anon_sym_LT_LT_DASH] = ACTIONS(4090),
[anon_sym_LT_LT_LT] = ACTIONS(4090),
[sym__special_characters] = ACTIONS(4090),
[anon_sym_DQUOTE] = ACTIONS(4090),
[anon_sym_DOLLAR] = ACTIONS(4092),
[sym_raw_string] = ACTIONS(4090),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4090),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4090),
[anon_sym_BQUOTE] = ACTIONS(4090),
[anon_sym_LT_LPAREN] = ACTIONS(4090),
[anon_sym_GT_LPAREN] = ACTIONS(4090),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4092),
[anon_sym_LF] = ACTIONS(4090),
[anon_sym_AMP] = ACTIONS(4092),
},
[1861] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4897),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1862] = {
[sym__simple_heredoc_body] = ACTIONS(4899),
[sym__heredoc_body_beginning] = ACTIONS(4899),
[sym_file_descriptor] = ACTIONS(4899),
[ts_builtin_sym_end] = ACTIONS(4899),
[anon_sym_SEMI] = ACTIONS(4901),
[anon_sym_esac] = ACTIONS(4899),
[anon_sym_PIPE] = ACTIONS(4901),
[anon_sym_RPAREN] = ACTIONS(4899),
[anon_sym_SEMI_SEMI] = ACTIONS(4899),
[anon_sym_PIPE_AMP] = ACTIONS(4899),
[anon_sym_AMP_AMP] = ACTIONS(4899),
[anon_sym_PIPE_PIPE] = ACTIONS(4899),
[anon_sym_LT] = ACTIONS(4901),
[anon_sym_GT] = ACTIONS(4901),
[anon_sym_GT_GT] = ACTIONS(4899),
[anon_sym_AMP_GT] = ACTIONS(4901),
[anon_sym_AMP_GT_GT] = ACTIONS(4899),
[anon_sym_LT_AMP] = ACTIONS(4899),
[anon_sym_GT_AMP] = ACTIONS(4899),
[anon_sym_LT_LT] = ACTIONS(4901),
[anon_sym_LT_LT_DASH] = ACTIONS(4899),
[anon_sym_LT_LT_LT] = ACTIONS(4899),
[anon_sym_BQUOTE] = ACTIONS(4899),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4899),
[anon_sym_AMP] = ACTIONS(4901),
},
[1863] = {
[sym_do_group] = STATE(2109),
[sym_compound_statement] = STATE(2109),
[anon_sym_do] = ACTIONS(493),
[anon_sym_LBRACE] = ACTIONS(25),
[sym_comment] = ACTIONS(57),
},
[1864] = {
[sym_do_group] = STATE(2109),
[sym_compound_statement] = STATE(2109),
[anon_sym_SEMI] = ACTIONS(4903),
[anon_sym_do] = ACTIONS(493),
[anon_sym_LBRACE] = ACTIONS(25),
[sym_comment] = ACTIONS(57),
},
[1865] = {
[sym__concat] = ACTIONS(3941),
[anon_sym_SEMI] = ACTIONS(3943),
[anon_sym_SEMI_SEMI] = ACTIONS(3941),
[anon_sym_AMP_AMP] = ACTIONS(3941),
[anon_sym_PIPE_PIPE] = ACTIONS(3941),
[anon_sym_EQ_TILDE] = ACTIONS(3941),
[anon_sym_EQ_EQ] = ACTIONS(3941),
[anon_sym_EQ] = ACTIONS(3943),
[anon_sym_PLUS_EQ] = ACTIONS(3941),
[anon_sym_LT] = ACTIONS(3943),
[anon_sym_GT] = ACTIONS(3943),
[anon_sym_BANG_EQ] = ACTIONS(3941),
[anon_sym_PLUS] = ACTIONS(3943),
[anon_sym_DASH] = ACTIONS(3943),
[anon_sym_DASH_EQ] = ACTIONS(3941),
[anon_sym_LT_EQ] = ACTIONS(3941),
[anon_sym_GT_EQ] = ACTIONS(3941),
[anon_sym_PLUS_PLUS] = ACTIONS(3941),
[anon_sym_DASH_DASH] = ACTIONS(3941),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(3941),
[anon_sym_LF] = ACTIONS(3941),
[anon_sym_AMP] = ACTIONS(3943),
},
[1866] = {
[sym__concat] = ACTIONS(3949),
[anon_sym_SEMI] = ACTIONS(3951),
[anon_sym_SEMI_SEMI] = ACTIONS(3949),
[anon_sym_AMP_AMP] = ACTIONS(3949),
[anon_sym_PIPE_PIPE] = ACTIONS(3949),
[anon_sym_EQ_TILDE] = ACTIONS(3949),
[anon_sym_EQ_EQ] = ACTIONS(3949),
[anon_sym_EQ] = ACTIONS(3951),
[anon_sym_PLUS_EQ] = ACTIONS(3949),
[anon_sym_LT] = ACTIONS(3951),
[anon_sym_GT] = ACTIONS(3951),
[anon_sym_BANG_EQ] = ACTIONS(3949),
[anon_sym_PLUS] = ACTIONS(3951),
[anon_sym_DASH] = ACTIONS(3951),
[anon_sym_DASH_EQ] = ACTIONS(3949),
[anon_sym_LT_EQ] = ACTIONS(3949),
[anon_sym_GT_EQ] = ACTIONS(3949),
[anon_sym_PLUS_PLUS] = ACTIONS(3949),
[anon_sym_DASH_DASH] = ACTIONS(3949),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(3949),
[anon_sym_LF] = ACTIONS(3949),
[anon_sym_AMP] = ACTIONS(3951),
},
[1867] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4905),
[sym_comment] = ACTIONS(57),
},
[1868] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4907),
[sym_comment] = ACTIONS(57),
},
[1869] = {
[anon_sym_RBRACE] = ACTIONS(4907),
[sym_comment] = ACTIONS(57),
},
[1870] = {
[sym_concatenation] = STATE(2114),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2114),
[anon_sym_RBRACE] = ACTIONS(4909),
[anon_sym_EQ] = ACTIONS(4911),
[anon_sym_DASH] = ACTIONS(4911),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4913),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4911),
[anon_sym_COLON_QMARK] = ACTIONS(4911),
[anon_sym_COLON_DASH] = ACTIONS(4911),
[anon_sym_PERCENT] = ACTIONS(4911),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1871] = {
[sym__concat] = ACTIONS(4005),
[anon_sym_SEMI] = ACTIONS(4007),
[anon_sym_SEMI_SEMI] = ACTIONS(4005),
[anon_sym_AMP_AMP] = ACTIONS(4005),
[anon_sym_PIPE_PIPE] = ACTIONS(4005),
[anon_sym_EQ_TILDE] = ACTIONS(4005),
[anon_sym_EQ_EQ] = ACTIONS(4005),
[anon_sym_EQ] = ACTIONS(4007),
[anon_sym_PLUS_EQ] = ACTIONS(4005),
[anon_sym_LT] = ACTIONS(4007),
[anon_sym_GT] = ACTIONS(4007),
[anon_sym_BANG_EQ] = ACTIONS(4005),
[anon_sym_PLUS] = ACTIONS(4007),
[anon_sym_DASH] = ACTIONS(4007),
[anon_sym_DASH_EQ] = ACTIONS(4005),
[anon_sym_LT_EQ] = ACTIONS(4005),
[anon_sym_GT_EQ] = ACTIONS(4005),
[anon_sym_PLUS_PLUS] = ACTIONS(4005),
[anon_sym_DASH_DASH] = ACTIONS(4005),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4005),
[anon_sym_LF] = ACTIONS(4005),
[anon_sym_AMP] = ACTIONS(4007),
},
[1872] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4909),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1873] = {
[sym_concatenation] = STATE(2115),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2115),
[anon_sym_RBRACE] = ACTIONS(4907),
[anon_sym_EQ] = ACTIONS(4915),
[anon_sym_DASH] = ACTIONS(4915),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4917),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4915),
[anon_sym_COLON_QMARK] = ACTIONS(4915),
[anon_sym_COLON_DASH] = ACTIONS(4915),
[anon_sym_PERCENT] = ACTIONS(4915),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1874] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4907),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1875] = {
[sym__concat] = ACTIONS(4050),
[anon_sym_SEMI] = ACTIONS(4052),
[anon_sym_SEMI_SEMI] = ACTIONS(4050),
[anon_sym_AMP_AMP] = ACTIONS(4050),
[anon_sym_PIPE_PIPE] = ACTIONS(4050),
[anon_sym_EQ_TILDE] = ACTIONS(4050),
[anon_sym_EQ_EQ] = ACTIONS(4050),
[anon_sym_EQ] = ACTIONS(4052),
[anon_sym_PLUS_EQ] = ACTIONS(4050),
[anon_sym_LT] = ACTIONS(4052),
[anon_sym_GT] = ACTIONS(4052),
[anon_sym_BANG_EQ] = ACTIONS(4050),
[anon_sym_PLUS] = ACTIONS(4052),
[anon_sym_DASH] = ACTIONS(4052),
[anon_sym_DASH_EQ] = ACTIONS(4050),
[anon_sym_LT_EQ] = ACTIONS(4050),
[anon_sym_GT_EQ] = ACTIONS(4050),
[anon_sym_PLUS_PLUS] = ACTIONS(4050),
[anon_sym_DASH_DASH] = ACTIONS(4050),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4050),
[anon_sym_LF] = ACTIONS(4050),
[anon_sym_AMP] = ACTIONS(4052),
},
[1876] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4919),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1877] = {
[sym__concat] = ACTIONS(4084),
[anon_sym_SEMI] = ACTIONS(4086),
[anon_sym_SEMI_SEMI] = ACTIONS(4084),
[anon_sym_AMP_AMP] = ACTIONS(4084),
[anon_sym_PIPE_PIPE] = ACTIONS(4084),
[anon_sym_EQ_TILDE] = ACTIONS(4084),
[anon_sym_EQ_EQ] = ACTIONS(4084),
[anon_sym_EQ] = ACTIONS(4086),
[anon_sym_PLUS_EQ] = ACTIONS(4084),
[anon_sym_LT] = ACTIONS(4086),
[anon_sym_GT] = ACTIONS(4086),
[anon_sym_BANG_EQ] = ACTIONS(4084),
[anon_sym_PLUS] = ACTIONS(4086),
[anon_sym_DASH] = ACTIONS(4086),
[anon_sym_DASH_EQ] = ACTIONS(4084),
[anon_sym_LT_EQ] = ACTIONS(4084),
[anon_sym_GT_EQ] = ACTIONS(4084),
[anon_sym_PLUS_PLUS] = ACTIONS(4084),
[anon_sym_DASH_DASH] = ACTIONS(4084),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4084),
[anon_sym_LF] = ACTIONS(4084),
[anon_sym_AMP] = ACTIONS(4086),
},
[1878] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4921),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1879] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(4921),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1880] = {
[sym__concat] = ACTIONS(4090),
[anon_sym_SEMI] = ACTIONS(4092),
[anon_sym_SEMI_SEMI] = ACTIONS(4090),
[anon_sym_AMP_AMP] = ACTIONS(4090),
[anon_sym_PIPE_PIPE] = ACTIONS(4090),
[anon_sym_EQ_TILDE] = ACTIONS(4090),
[anon_sym_EQ_EQ] = ACTIONS(4090),
[anon_sym_EQ] = ACTIONS(4092),
[anon_sym_PLUS_EQ] = ACTIONS(4090),
[anon_sym_LT] = ACTIONS(4092),
[anon_sym_GT] = ACTIONS(4092),
[anon_sym_BANG_EQ] = ACTIONS(4090),
[anon_sym_PLUS] = ACTIONS(4092),
[anon_sym_DASH] = ACTIONS(4092),
[anon_sym_DASH_EQ] = ACTIONS(4090),
[anon_sym_LT_EQ] = ACTIONS(4090),
[anon_sym_GT_EQ] = ACTIONS(4090),
[anon_sym_PLUS_PLUS] = ACTIONS(4090),
[anon_sym_DASH_DASH] = ACTIONS(4090),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4090),
[anon_sym_LF] = ACTIONS(4090),
[anon_sym_AMP] = ACTIONS(4092),
},
[1881] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4923),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1882] = {
[anon_sym_RPAREN_RPAREN] = ACTIONS(4925),
[anon_sym_AMP_AMP] = ACTIONS(465),
[anon_sym_PIPE_PIPE] = ACTIONS(465),
[anon_sym_EQ_TILDE] = ACTIONS(467),
[anon_sym_EQ_EQ] = ACTIONS(467),
[anon_sym_EQ] = ACTIONS(469),
[anon_sym_PLUS_EQ] = ACTIONS(465),
[anon_sym_LT] = ACTIONS(469),
[anon_sym_GT] = ACTIONS(469),
[anon_sym_BANG_EQ] = ACTIONS(465),
[anon_sym_PLUS] = ACTIONS(469),
[anon_sym_DASH] = ACTIONS(469),
[anon_sym_DASH_EQ] = ACTIONS(465),
[anon_sym_LT_EQ] = ACTIONS(465),
[anon_sym_GT_EQ] = ACTIONS(465),
[anon_sym_PLUS_PLUS] = ACTIONS(471),
[anon_sym_DASH_DASH] = ACTIONS(471),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(465),
},
[1883] = {
[sym__concat] = ACTIONS(2934),
[anon_sym_SEMI] = ACTIONS(2936),
[anon_sym_SEMI_SEMI] = ACTIONS(2934),
[sym__special_characters] = ACTIONS(2934),
[anon_sym_DQUOTE] = ACTIONS(2934),
[anon_sym_DOLLAR] = ACTIONS(2936),
[sym_raw_string] = ACTIONS(2934),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2934),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2934),
[anon_sym_BQUOTE] = ACTIONS(2934),
[anon_sym_LT_LPAREN] = ACTIONS(2934),
[anon_sym_GT_LPAREN] = ACTIONS(2934),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2936),
[anon_sym_LF] = ACTIONS(2934),
[anon_sym_AMP] = ACTIONS(2934),
},
[1884] = {
[sym__concat] = ACTIONS(2948),
[anon_sym_SEMI] = ACTIONS(2950),
[anon_sym_SEMI_SEMI] = ACTIONS(2948),
[sym__special_characters] = ACTIONS(2948),
[anon_sym_DQUOTE] = ACTIONS(2948),
[anon_sym_DOLLAR] = ACTIONS(2950),
[sym_raw_string] = ACTIONS(2948),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2948),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2948),
[anon_sym_BQUOTE] = ACTIONS(2948),
[anon_sym_LT_LPAREN] = ACTIONS(2948),
[anon_sym_GT_LPAREN] = ACTIONS(2948),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2950),
[anon_sym_LF] = ACTIONS(2948),
[anon_sym_AMP] = ACTIONS(2948),
},
[1885] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4927),
[sym_comment] = ACTIONS(57),
},
[1886] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4929),
[sym_comment] = ACTIONS(57),
},
[1887] = {
[anon_sym_RBRACE] = ACTIONS(4929),
[sym_comment] = ACTIONS(57),
},
[1888] = {
[sym_concatenation] = STATE(2124),
[sym_string] = STATE(2123),
[sym_simple_expansion] = STATE(2123),
[sym_string_expansion] = STATE(2123),
[sym_expansion] = STATE(2123),
[sym_command_substitution] = STATE(2123),
[sym_process_substitution] = STATE(2123),
[anon_sym_RBRACE] = ACTIONS(4929),
[sym__special_characters] = ACTIONS(4931),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(4933),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4933),
},
[1889] = {
[sym__concat] = ACTIONS(2984),
[anon_sym_SEMI] = ACTIONS(2986),
[anon_sym_SEMI_SEMI] = ACTIONS(2984),
[sym__special_characters] = ACTIONS(2984),
[anon_sym_DQUOTE] = ACTIONS(2984),
[anon_sym_DOLLAR] = ACTIONS(2986),
[sym_raw_string] = ACTIONS(2984),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2984),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2984),
[anon_sym_BQUOTE] = ACTIONS(2984),
[anon_sym_LT_LPAREN] = ACTIONS(2984),
[anon_sym_GT_LPAREN] = ACTIONS(2984),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2986),
[anon_sym_LF] = ACTIONS(2984),
[anon_sym_AMP] = ACTIONS(2984),
},
[1890] = {
[sym_concatenation] = STATE(2127),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2127),
[sym_regex] = ACTIONS(4935),
[anon_sym_RBRACE] = ACTIONS(4937),
[anon_sym_EQ] = ACTIONS(4939),
[anon_sym_DASH] = ACTIONS(4939),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4941),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4939),
[anon_sym_COLON_QMARK] = ACTIONS(4939),
[anon_sym_COLON_DASH] = ACTIONS(4939),
[anon_sym_PERCENT] = ACTIONS(4939),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1891] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4937),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1892] = {
[sym_concatenation] = STATE(2129),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2129),
[sym_regex] = ACTIONS(4943),
[anon_sym_RBRACE] = ACTIONS(4929),
[anon_sym_EQ] = ACTIONS(4945),
[anon_sym_DASH] = ACTIONS(4945),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4947),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4945),
[anon_sym_COLON_QMARK] = ACTIONS(4945),
[anon_sym_COLON_DASH] = ACTIONS(4945),
[anon_sym_PERCENT] = ACTIONS(4945),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1893] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4929),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1894] = {
[sym_concatenation] = STATE(2131),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2131),
[anon_sym_RBRACE] = ACTIONS(4949),
[anon_sym_EQ] = ACTIONS(4951),
[anon_sym_DASH] = ACTIONS(4951),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4953),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4951),
[anon_sym_COLON_QMARK] = ACTIONS(4951),
[anon_sym_COLON_DASH] = ACTIONS(4951),
[anon_sym_PERCENT] = ACTIONS(4951),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1895] = {
[sym__concat] = ACTIONS(3040),
[anon_sym_SEMI] = ACTIONS(3042),
[anon_sym_SEMI_SEMI] = ACTIONS(3040),
[sym__special_characters] = ACTIONS(3040),
[anon_sym_DQUOTE] = ACTIONS(3040),
[anon_sym_DOLLAR] = ACTIONS(3042),
[sym_raw_string] = ACTIONS(3040),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3040),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3040),
[anon_sym_BQUOTE] = ACTIONS(3040),
[anon_sym_LT_LPAREN] = ACTIONS(3040),
[anon_sym_GT_LPAREN] = ACTIONS(3040),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3042),
[anon_sym_LF] = ACTIONS(3040),
[anon_sym_AMP] = ACTIONS(3040),
},
[1896] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4949),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1897] = {
[sym_concatenation] = STATE(2129),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2129),
[anon_sym_RBRACE] = ACTIONS(4929),
[anon_sym_EQ] = ACTIONS(4945),
[anon_sym_DASH] = ACTIONS(4945),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4947),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4945),
[anon_sym_COLON_QMARK] = ACTIONS(4945),
[anon_sym_COLON_DASH] = ACTIONS(4945),
[anon_sym_PERCENT] = ACTIONS(4945),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1898] = {
[sym__concat] = ACTIONS(3095),
[anon_sym_SEMI] = ACTIONS(3097),
[anon_sym_SEMI_SEMI] = ACTIONS(3095),
[sym__special_characters] = ACTIONS(3095),
[anon_sym_DQUOTE] = ACTIONS(3095),
[anon_sym_DOLLAR] = ACTIONS(3097),
[sym_raw_string] = ACTIONS(3095),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3095),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3095),
[anon_sym_BQUOTE] = ACTIONS(3095),
[anon_sym_LT_LPAREN] = ACTIONS(3095),
[anon_sym_GT_LPAREN] = ACTIONS(3095),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3097),
[anon_sym_LF] = ACTIONS(3095),
[anon_sym_AMP] = ACTIONS(3095),
},
[1899] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4955),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1900] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(4955),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1901] = {
[anon_sym_SEMI] = ACTIONS(4957),
[anon_sym_RPAREN] = ACTIONS(4955),
[anon_sym_SEMI_SEMI] = ACTIONS(4959),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4959),
[anon_sym_AMP] = ACTIONS(4959),
},
[1902] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(4955),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1903] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(4955),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1904] = {
[anon_sym_SEMI] = ACTIONS(4961),
[anon_sym_SEMI_SEMI] = ACTIONS(4963),
[anon_sym_BQUOTE] = ACTIONS(4955),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4963),
[anon_sym_AMP] = ACTIONS(4963),
},
[1905] = {
[sym__concat] = ACTIONS(3125),
[anon_sym_SEMI] = ACTIONS(3127),
[anon_sym_SEMI_SEMI] = ACTIONS(3125),
[sym__special_characters] = ACTIONS(3125),
[anon_sym_DQUOTE] = ACTIONS(3125),
[anon_sym_DOLLAR] = ACTIONS(3127),
[sym_raw_string] = ACTIONS(3125),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3125),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3125),
[anon_sym_BQUOTE] = ACTIONS(3125),
[anon_sym_LT_LPAREN] = ACTIONS(3125),
[anon_sym_GT_LPAREN] = ACTIONS(3125),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3127),
[anon_sym_LF] = ACTIONS(3125),
[anon_sym_AMP] = ACTIONS(3125),
},
[1906] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4965),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1907] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(4965),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[1908] = {
[anon_sym_SEMI] = ACTIONS(4967),
[anon_sym_RPAREN] = ACTIONS(4965),
[anon_sym_SEMI_SEMI] = ACTIONS(4969),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4969),
[anon_sym_AMP] = ACTIONS(4969),
},
[1909] = {
[sym__concat] = ACTIONS(3941),
[anon_sym_PIPE] = ACTIONS(3943),
[anon_sym_RPAREN] = ACTIONS(3941),
[anon_sym_AMP_AMP] = ACTIONS(3941),
[anon_sym_PIPE_PIPE] = ACTIONS(3941),
[anon_sym_EQ_TILDE] = ACTIONS(3941),
[anon_sym_EQ_EQ] = ACTIONS(3941),
[anon_sym_EQ] = ACTIONS(3943),
[anon_sym_PLUS_EQ] = ACTIONS(3941),
[anon_sym_LT] = ACTIONS(3943),
[anon_sym_GT] = ACTIONS(3943),
[anon_sym_BANG_EQ] = ACTIONS(3941),
[anon_sym_PLUS] = ACTIONS(3943),
[anon_sym_DASH] = ACTIONS(3943),
[anon_sym_DASH_EQ] = ACTIONS(3941),
[anon_sym_LT_EQ] = ACTIONS(3941),
[anon_sym_GT_EQ] = ACTIONS(3941),
[anon_sym_PLUS_PLUS] = ACTIONS(3941),
[anon_sym_DASH_DASH] = ACTIONS(3941),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(3941),
},
[1910] = {
[sym__concat] = ACTIONS(3949),
[anon_sym_PIPE] = ACTIONS(3951),
[anon_sym_RPAREN] = ACTIONS(3949),
[anon_sym_AMP_AMP] = ACTIONS(3949),
[anon_sym_PIPE_PIPE] = ACTIONS(3949),
[anon_sym_EQ_TILDE] = ACTIONS(3949),
[anon_sym_EQ_EQ] = ACTIONS(3949),
[anon_sym_EQ] = ACTIONS(3951),
[anon_sym_PLUS_EQ] = ACTIONS(3949),
[anon_sym_LT] = ACTIONS(3951),
[anon_sym_GT] = ACTIONS(3951),
[anon_sym_BANG_EQ] = ACTIONS(3949),
[anon_sym_PLUS] = ACTIONS(3951),
[anon_sym_DASH] = ACTIONS(3951),
[anon_sym_DASH_EQ] = ACTIONS(3949),
[anon_sym_LT_EQ] = ACTIONS(3949),
[anon_sym_GT_EQ] = ACTIONS(3949),
[anon_sym_PLUS_PLUS] = ACTIONS(3949),
[anon_sym_DASH_DASH] = ACTIONS(3949),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(3949),
},
[1911] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4971),
[sym_comment] = ACTIONS(57),
},
[1912] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(4973),
[sym_comment] = ACTIONS(57),
},
[1913] = {
[anon_sym_RBRACE] = ACTIONS(4973),
[sym_comment] = ACTIONS(57),
},
[1914] = {
[sym_concatenation] = STATE(2140),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2140),
[anon_sym_RBRACE] = ACTIONS(4975),
[anon_sym_EQ] = ACTIONS(4977),
[anon_sym_DASH] = ACTIONS(4977),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4979),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4977),
[anon_sym_COLON_QMARK] = ACTIONS(4977),
[anon_sym_COLON_DASH] = ACTIONS(4977),
[anon_sym_PERCENT] = ACTIONS(4977),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1915] = {
[sym__concat] = ACTIONS(4005),
[anon_sym_PIPE] = ACTIONS(4007),
[anon_sym_RPAREN] = ACTIONS(4005),
[anon_sym_AMP_AMP] = ACTIONS(4005),
[anon_sym_PIPE_PIPE] = ACTIONS(4005),
[anon_sym_EQ_TILDE] = ACTIONS(4005),
[anon_sym_EQ_EQ] = ACTIONS(4005),
[anon_sym_EQ] = ACTIONS(4007),
[anon_sym_PLUS_EQ] = ACTIONS(4005),
[anon_sym_LT] = ACTIONS(4007),
[anon_sym_GT] = ACTIONS(4007),
[anon_sym_BANG_EQ] = ACTIONS(4005),
[anon_sym_PLUS] = ACTIONS(4007),
[anon_sym_DASH] = ACTIONS(4007),
[anon_sym_DASH_EQ] = ACTIONS(4005),
[anon_sym_LT_EQ] = ACTIONS(4005),
[anon_sym_GT_EQ] = ACTIONS(4005),
[anon_sym_PLUS_PLUS] = ACTIONS(4005),
[anon_sym_DASH_DASH] = ACTIONS(4005),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4005),
},
[1916] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4975),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1917] = {
[sym_concatenation] = STATE(2141),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2141),
[anon_sym_RBRACE] = ACTIONS(4973),
[anon_sym_EQ] = ACTIONS(4981),
[anon_sym_DASH] = ACTIONS(4981),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(4983),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(4981),
[anon_sym_COLON_QMARK] = ACTIONS(4981),
[anon_sym_COLON_DASH] = ACTIONS(4981),
[anon_sym_PERCENT] = ACTIONS(4981),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1918] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4973),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1919] = {
[sym__concat] = ACTIONS(4050),
[anon_sym_PIPE] = ACTIONS(4052),
[anon_sym_RPAREN] = ACTIONS(4050),
[anon_sym_AMP_AMP] = ACTIONS(4050),
[anon_sym_PIPE_PIPE] = ACTIONS(4050),
[anon_sym_EQ_TILDE] = ACTIONS(4050),
[anon_sym_EQ_EQ] = ACTIONS(4050),
[anon_sym_EQ] = ACTIONS(4052),
[anon_sym_PLUS_EQ] = ACTIONS(4050),
[anon_sym_LT] = ACTIONS(4052),
[anon_sym_GT] = ACTIONS(4052),
[anon_sym_BANG_EQ] = ACTIONS(4050),
[anon_sym_PLUS] = ACTIONS(4052),
[anon_sym_DASH] = ACTIONS(4052),
[anon_sym_DASH_EQ] = ACTIONS(4050),
[anon_sym_LT_EQ] = ACTIONS(4050),
[anon_sym_GT_EQ] = ACTIONS(4050),
[anon_sym_PLUS_PLUS] = ACTIONS(4050),
[anon_sym_DASH_DASH] = ACTIONS(4050),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4050),
},
[1920] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4985),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1921] = {
[sym__concat] = ACTIONS(4084),
[anon_sym_PIPE] = ACTIONS(4086),
[anon_sym_RPAREN] = ACTIONS(4084),
[anon_sym_AMP_AMP] = ACTIONS(4084),
[anon_sym_PIPE_PIPE] = ACTIONS(4084),
[anon_sym_EQ_TILDE] = ACTIONS(4084),
[anon_sym_EQ_EQ] = ACTIONS(4084),
[anon_sym_EQ] = ACTIONS(4086),
[anon_sym_PLUS_EQ] = ACTIONS(4084),
[anon_sym_LT] = ACTIONS(4086),
[anon_sym_GT] = ACTIONS(4086),
[anon_sym_BANG_EQ] = ACTIONS(4084),
[anon_sym_PLUS] = ACTIONS(4086),
[anon_sym_DASH] = ACTIONS(4086),
[anon_sym_DASH_EQ] = ACTIONS(4084),
[anon_sym_LT_EQ] = ACTIONS(4084),
[anon_sym_GT_EQ] = ACTIONS(4084),
[anon_sym_PLUS_PLUS] = ACTIONS(4084),
[anon_sym_DASH_DASH] = ACTIONS(4084),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4084),
},
[1922] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4987),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1923] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(4987),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1924] = {
[sym__concat] = ACTIONS(4090),
[anon_sym_PIPE] = ACTIONS(4092),
[anon_sym_RPAREN] = ACTIONS(4090),
[anon_sym_AMP_AMP] = ACTIONS(4090),
[anon_sym_PIPE_PIPE] = ACTIONS(4090),
[anon_sym_EQ_TILDE] = ACTIONS(4090),
[anon_sym_EQ_EQ] = ACTIONS(4090),
[anon_sym_EQ] = ACTIONS(4092),
[anon_sym_PLUS_EQ] = ACTIONS(4090),
[anon_sym_LT] = ACTIONS(4092),
[anon_sym_GT] = ACTIONS(4092),
[anon_sym_BANG_EQ] = ACTIONS(4090),
[anon_sym_PLUS] = ACTIONS(4092),
[anon_sym_DASH] = ACTIONS(4092),
[anon_sym_DASH_EQ] = ACTIONS(4090),
[anon_sym_LT_EQ] = ACTIONS(4090),
[anon_sym_GT_EQ] = ACTIONS(4090),
[anon_sym_PLUS_PLUS] = ACTIONS(4090),
[anon_sym_DASH_DASH] = ACTIONS(4090),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4090),
},
[1925] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(4989),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[1926] = {
[sym__concat] = ACTIONS(4725),
[anon_sym_RPAREN_RPAREN] = ACTIONS(4725),
[anon_sym_AMP_AMP] = ACTIONS(4725),
[anon_sym_PIPE_PIPE] = ACTIONS(4725),
[anon_sym_RBRACK_RBRACK] = ACTIONS(4725),
[anon_sym_EQ_TILDE] = ACTIONS(4725),
[anon_sym_EQ_EQ] = ACTIONS(4725),
[anon_sym_EQ] = ACTIONS(4727),
[anon_sym_PLUS_EQ] = ACTIONS(4725),
[anon_sym_LT] = ACTIONS(4727),
[anon_sym_GT] = ACTIONS(4727),
[anon_sym_BANG_EQ] = ACTIONS(4725),
[anon_sym_PLUS] = ACTIONS(4727),
[anon_sym_DASH] = ACTIONS(4727),
[anon_sym_DASH_EQ] = ACTIONS(4725),
[anon_sym_LT_EQ] = ACTIONS(4725),
[anon_sym_GT_EQ] = ACTIONS(4725),
[anon_sym_PLUS_PLUS] = ACTIONS(4725),
[anon_sym_DASH_DASH] = ACTIONS(4725),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4725),
},
[1927] = {
[sym__concat] = ACTIONS(4729),
[anon_sym_RPAREN_RPAREN] = ACTIONS(4729),
[anon_sym_AMP_AMP] = ACTIONS(4729),
[anon_sym_PIPE_PIPE] = ACTIONS(4729),
[anon_sym_RBRACK_RBRACK] = ACTIONS(4729),
[anon_sym_EQ_TILDE] = ACTIONS(4729),
[anon_sym_EQ_EQ] = ACTIONS(4729),
[anon_sym_EQ] = ACTIONS(4731),
[anon_sym_PLUS_EQ] = ACTIONS(4729),
[anon_sym_LT] = ACTIONS(4731),
[anon_sym_GT] = ACTIONS(4731),
[anon_sym_BANG_EQ] = ACTIONS(4729),
[anon_sym_PLUS] = ACTIONS(4731),
[anon_sym_DASH] = ACTIONS(4731),
[anon_sym_DASH_EQ] = ACTIONS(4729),
[anon_sym_LT_EQ] = ACTIONS(4729),
[anon_sym_GT_EQ] = ACTIONS(4729),
[anon_sym_PLUS_PLUS] = ACTIONS(4729),
[anon_sym_DASH_DASH] = ACTIONS(4729),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4729),
},
[1928] = {
[sym__concat] = ACTIONS(4733),
[anon_sym_RPAREN_RPAREN] = ACTIONS(4733),
[anon_sym_AMP_AMP] = ACTIONS(4733),
[anon_sym_PIPE_PIPE] = ACTIONS(4733),
[anon_sym_RBRACK_RBRACK] = ACTIONS(4733),
[anon_sym_EQ_TILDE] = ACTIONS(4733),
[anon_sym_EQ_EQ] = ACTIONS(4733),
[anon_sym_EQ] = ACTIONS(4735),
[anon_sym_PLUS_EQ] = ACTIONS(4733),
[anon_sym_LT] = ACTIONS(4735),
[anon_sym_GT] = ACTIONS(4735),
[anon_sym_BANG_EQ] = ACTIONS(4733),
[anon_sym_PLUS] = ACTIONS(4735),
[anon_sym_DASH] = ACTIONS(4735),
[anon_sym_DASH_EQ] = ACTIONS(4733),
[anon_sym_LT_EQ] = ACTIONS(4733),
[anon_sym_GT_EQ] = ACTIONS(4733),
[anon_sym_PLUS_PLUS] = ACTIONS(4733),
[anon_sym_DASH_DASH] = ACTIONS(4733),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4733),
},
[1929] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4991),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1930] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(4993),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1931] = {
[sym__concat] = ACTIONS(4769),
[anon_sym_RPAREN_RPAREN] = ACTIONS(4769),
[anon_sym_AMP_AMP] = ACTIONS(4769),
[anon_sym_PIPE_PIPE] = ACTIONS(4769),
[anon_sym_RBRACK_RBRACK] = ACTIONS(4769),
[anon_sym_EQ_TILDE] = ACTIONS(4769),
[anon_sym_EQ_EQ] = ACTIONS(4769),
[anon_sym_EQ] = ACTIONS(4771),
[anon_sym_PLUS_EQ] = ACTIONS(4769),
[anon_sym_LT] = ACTIONS(4771),
[anon_sym_GT] = ACTIONS(4771),
[anon_sym_BANG_EQ] = ACTIONS(4769),
[anon_sym_PLUS] = ACTIONS(4771),
[anon_sym_DASH] = ACTIONS(4771),
[anon_sym_DASH_EQ] = ACTIONS(4769),
[anon_sym_LT_EQ] = ACTIONS(4769),
[anon_sym_GT_EQ] = ACTIONS(4769),
[anon_sym_PLUS_PLUS] = ACTIONS(4769),
[anon_sym_DASH_DASH] = ACTIONS(4769),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4769),
},
[1932] = {
[sym__concat] = ACTIONS(4789),
[anon_sym_RPAREN_RPAREN] = ACTIONS(4789),
[anon_sym_AMP_AMP] = ACTIONS(4789),
[anon_sym_PIPE_PIPE] = ACTIONS(4789),
[anon_sym_RBRACK_RBRACK] = ACTIONS(4789),
[anon_sym_EQ_TILDE] = ACTIONS(4789),
[anon_sym_EQ_EQ] = ACTIONS(4789),
[anon_sym_EQ] = ACTIONS(4791),
[anon_sym_PLUS_EQ] = ACTIONS(4789),
[anon_sym_LT] = ACTIONS(4791),
[anon_sym_GT] = ACTIONS(4791),
[anon_sym_BANG_EQ] = ACTIONS(4789),
[anon_sym_PLUS] = ACTIONS(4791),
[anon_sym_DASH] = ACTIONS(4791),
[anon_sym_DASH_EQ] = ACTIONS(4789),
[anon_sym_LT_EQ] = ACTIONS(4789),
[anon_sym_GT_EQ] = ACTIONS(4789),
[anon_sym_PLUS_PLUS] = ACTIONS(4789),
[anon_sym_DASH_DASH] = ACTIONS(4789),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4789),
},
[1933] = {
[sym__concat] = ACTIONS(4793),
[anon_sym_RPAREN_RPAREN] = ACTIONS(4793),
[anon_sym_AMP_AMP] = ACTIONS(4793),
[anon_sym_PIPE_PIPE] = ACTIONS(4793),
[anon_sym_RBRACK_RBRACK] = ACTIONS(4793),
[anon_sym_EQ_TILDE] = ACTIONS(4793),
[anon_sym_EQ_EQ] = ACTIONS(4793),
[anon_sym_EQ] = ACTIONS(4795),
[anon_sym_PLUS_EQ] = ACTIONS(4793),
[anon_sym_LT] = ACTIONS(4795),
[anon_sym_GT] = ACTIONS(4795),
[anon_sym_BANG_EQ] = ACTIONS(4793),
[anon_sym_PLUS] = ACTIONS(4795),
[anon_sym_DASH] = ACTIONS(4795),
[anon_sym_DASH_EQ] = ACTIONS(4793),
[anon_sym_LT_EQ] = ACTIONS(4793),
[anon_sym_GT_EQ] = ACTIONS(4793),
[anon_sym_PLUS_PLUS] = ACTIONS(4793),
[anon_sym_DASH_DASH] = ACTIONS(4793),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4793),
},
[1934] = {
[sym__terminated_statement] = STATE(1173),
[sym_redirected_statement] = STATE(526),
[sym_for_statement] = STATE(526),
[sym_c_style_for_statement] = STATE(526),
[sym_while_statement] = STATE(526),
[sym_if_statement] = STATE(526),
[sym_case_statement] = STATE(526),
[sym_function_definition] = STATE(526),
[sym_compound_statement] = STATE(526),
[sym_subshell] = STATE(526),
[sym_pipeline] = STATE(526),
[sym_list] = STATE(526),
[sym_negated_command] = STATE(526),
[sym_test_command] = STATE(526),
[sym_declaration_command] = STATE(526),
[sym_unset_command] = STATE(526),
[sym_command] = STATE(526),
[sym_command_name] = STATE(60),
[sym_variable_assignment] = STATE(527),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(63),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(1173),
[aux_sym_command_repeat1] = STATE(63),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = ACTIONS(15),
[anon_sym_if] = ACTIONS(17),
[anon_sym_fi] = ACTIONS(4995),
[anon_sym_elif] = ACTIONS(4995),
[anon_sym_else] = ACTIONS(4995),
[anon_sym_case] = ACTIONS(19),
[anon_sym_function] = ACTIONS(21),
[anon_sym_LPAREN] = ACTIONS(23),
[anon_sym_LBRACE] = ACTIONS(25),
[anon_sym_BANG] = ACTIONS(99),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(101),
[anon_sym_typeset] = ACTIONS(101),
[anon_sym_export] = ACTIONS(101),
[anon_sym_readonly] = ACTIONS(101),
[anon_sym_local] = ACTIONS(101),
[anon_sym_unset] = ACTIONS(103),
[anon_sym_unsetenv] = ACTIONS(103),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[1935] = {
[sym__simple_heredoc_body] = ACTIONS(4997),
[sym__heredoc_body_beginning] = ACTIONS(4997),
[sym_file_descriptor] = ACTIONS(4997),
[ts_builtin_sym_end] = ACTIONS(4997),
[anon_sym_SEMI] = ACTIONS(4999),
[anon_sym_esac] = ACTIONS(4997),
[anon_sym_PIPE] = ACTIONS(4999),
[anon_sym_RPAREN] = ACTIONS(4997),
[anon_sym_SEMI_SEMI] = ACTIONS(4997),
[anon_sym_PIPE_AMP] = ACTIONS(4997),
[anon_sym_AMP_AMP] = ACTIONS(4997),
[anon_sym_PIPE_PIPE] = ACTIONS(4997),
[anon_sym_LT] = ACTIONS(4999),
[anon_sym_GT] = ACTIONS(4999),
[anon_sym_GT_GT] = ACTIONS(4997),
[anon_sym_AMP_GT] = ACTIONS(4999),
[anon_sym_AMP_GT_GT] = ACTIONS(4997),
[anon_sym_LT_AMP] = ACTIONS(4997),
[anon_sym_GT_AMP] = ACTIONS(4997),
[anon_sym_LT_LT] = ACTIONS(4999),
[anon_sym_LT_LT_DASH] = ACTIONS(4997),
[anon_sym_LT_LT_LT] = ACTIONS(4997),
[anon_sym_BQUOTE] = ACTIONS(4997),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4997),
[anon_sym_AMP] = ACTIONS(4999),
},
[1936] = {
[aux_sym_concatenation_repeat1] = STATE(1616),
[sym__concat] = ACTIONS(1195),
[anon_sym_PIPE] = ACTIONS(5001),
[anon_sym_RPAREN] = ACTIONS(5001),
[sym_comment] = ACTIONS(57),
},
[1937] = {
[aux_sym_concatenation_repeat1] = STATE(1616),
[sym__concat] = ACTIONS(1195),
[anon_sym_PIPE] = ACTIONS(5003),
[anon_sym_RPAREN] = ACTIONS(5003),
[sym_comment] = ACTIONS(57),
},
[1938] = {
[anon_sym_PIPE] = ACTIONS(5003),
[anon_sym_RPAREN] = ACTIONS(5003),
[sym_comment] = ACTIONS(57),
},
[1939] = {
[anon_sym_LBRACK] = ACTIONS(65),
[anon_sym_EQ] = ACTIONS(5005),
[anon_sym_PLUS_EQ] = ACTIONS(5005),
[sym_comment] = ACTIONS(57),
},
[1940] = {
[anon_sym_esac] = ACTIONS(5007),
[sym__special_characters] = ACTIONS(5009),
[anon_sym_DQUOTE] = ACTIONS(5009),
[anon_sym_DOLLAR] = ACTIONS(5011),
[sym_raw_string] = ACTIONS(5009),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5009),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5009),
[anon_sym_BQUOTE] = ACTIONS(5009),
[anon_sym_LT_LPAREN] = ACTIONS(5009),
[anon_sym_GT_LPAREN] = ACTIONS(5009),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5011),
},
[1941] = {
[sym_subshell] = STATE(93),
[sym_test_command] = STATE(93),
[sym_command] = STATE(93),
[sym_command_name] = STATE(1954),
[sym_variable_assignment] = STATE(1959),
[sym_subscript] = STATE(94),
[sym_file_redirect] = STATE(1959),
[sym_concatenation] = STATE(1957),
[sym_string] = STATE(1947),
[sym_simple_expansion] = STATE(1947),
[sym_string_expansion] = STATE(1947),
[sym_expansion] = STATE(1947),
[sym_command_substitution] = STATE(1947),
[sym_process_substitution] = STATE(1947),
[aux_sym_command_repeat1] = STATE(1959),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(145),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_LPAREN] = ACTIONS(23),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(4468),
[anon_sym_DQUOTE] = ACTIONS(4470),
[anon_sym_DOLLAR] = ACTIONS(4472),
[sym_raw_string] = ACTIONS(4474),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4476),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4478),
[anon_sym_BQUOTE] = ACTIONS(4480),
[anon_sym_LT_LPAREN] = ACTIONS(4482),
[anon_sym_GT_LPAREN] = ACTIONS(4482),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4474),
},
[1942] = {
[sym_variable_assignment] = STATE(2158),
[sym_subscript] = STATE(2157),
[sym_concatenation] = STATE(2158),
[sym_string] = STATE(2152),
[sym_simple_expansion] = STATE(2152),
[sym_string_expansion] = STATE(2152),
[sym_expansion] = STATE(2152),
[sym_command_substitution] = STATE(2152),
[sym_process_substitution] = STATE(2152),
[aux_sym_declaration_command_repeat1] = STATE(2158),
[sym__simple_heredoc_body] = ACTIONS(181),
[sym__heredoc_body_beginning] = ACTIONS(181),
[sym_file_descriptor] = ACTIONS(181),
[sym_variable_name] = ACTIONS(5013),
[anon_sym_SEMI] = ACTIONS(185),
[anon_sym_esac] = ACTIONS(185),
[anon_sym_PIPE] = ACTIONS(185),
[anon_sym_SEMI_SEMI] = ACTIONS(181),
[anon_sym_PIPE_AMP] = ACTIONS(181),
[anon_sym_AMP_AMP] = ACTIONS(181),
[anon_sym_PIPE_PIPE] = ACTIONS(181),
[anon_sym_LT] = ACTIONS(185),
[anon_sym_GT] = ACTIONS(185),
[anon_sym_GT_GT] = ACTIONS(181),
[anon_sym_AMP_GT] = ACTIONS(185),
[anon_sym_AMP_GT_GT] = ACTIONS(181),
[anon_sym_LT_AMP] = ACTIONS(181),
[anon_sym_GT_AMP] = ACTIONS(181),
[anon_sym_LT_LT] = ACTIONS(185),
[anon_sym_LT_LT_DASH] = ACTIONS(181),
[anon_sym_LT_LT_LT] = ACTIONS(181),
[sym__special_characters] = ACTIONS(5015),
[anon_sym_DQUOTE] = ACTIONS(5017),
[anon_sym_DOLLAR] = ACTIONS(5019),
[sym_raw_string] = ACTIONS(5021),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5023),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5025),
[anon_sym_BQUOTE] = ACTIONS(5027),
[anon_sym_LT_LPAREN] = ACTIONS(5029),
[anon_sym_GT_LPAREN] = ACTIONS(5029),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5031),
[sym_word] = ACTIONS(5033),
[anon_sym_LF] = ACTIONS(181),
[anon_sym_AMP] = ACTIONS(185),
},
[1943] = {
[sym_concatenation] = STATE(2167),
[sym_string] = STATE(2162),
[sym_simple_expansion] = STATE(2162),
[sym_string_expansion] = STATE(2162),
[sym_expansion] = STATE(2162),
[sym_command_substitution] = STATE(2162),
[sym_process_substitution] = STATE(2162),
[aux_sym_unset_command_repeat1] = STATE(2167),
[sym__simple_heredoc_body] = ACTIONS(207),
[sym__heredoc_body_beginning] = ACTIONS(207),
[sym_file_descriptor] = ACTIONS(207),
[anon_sym_SEMI] = ACTIONS(209),
[anon_sym_esac] = ACTIONS(209),
[anon_sym_PIPE] = ACTIONS(209),
[anon_sym_SEMI_SEMI] = ACTIONS(207),
[anon_sym_PIPE_AMP] = ACTIONS(207),
[anon_sym_AMP_AMP] = ACTIONS(207),
[anon_sym_PIPE_PIPE] = ACTIONS(207),
[anon_sym_LT] = ACTIONS(209),
[anon_sym_GT] = ACTIONS(209),
[anon_sym_GT_GT] = ACTIONS(207),
[anon_sym_AMP_GT] = ACTIONS(209),
[anon_sym_AMP_GT_GT] = ACTIONS(207),
[anon_sym_LT_AMP] = ACTIONS(207),
[anon_sym_GT_AMP] = ACTIONS(207),
[anon_sym_LT_LT] = ACTIONS(209),
[anon_sym_LT_LT_DASH] = ACTIONS(207),
[anon_sym_LT_LT_LT] = ACTIONS(207),
[sym__special_characters] = ACTIONS(5035),
[anon_sym_DQUOTE] = ACTIONS(5037),
[anon_sym_DOLLAR] = ACTIONS(5039),
[sym_raw_string] = ACTIONS(5041),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5043),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5045),
[anon_sym_BQUOTE] = ACTIONS(5047),
[anon_sym_LT_LPAREN] = ACTIONS(5049),
[anon_sym_GT_LPAREN] = ACTIONS(5049),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5051),
[sym_word] = ACTIONS(5053),
[anon_sym_LF] = ACTIONS(207),
[anon_sym_AMP] = ACTIONS(209),
},
[1944] = {
[aux_sym_concatenation_repeat1] = STATE(2169),
[sym__simple_heredoc_body] = ACTIONS(247),
[sym__heredoc_body_beginning] = ACTIONS(247),
[sym_file_descriptor] = ACTIONS(247),
[sym__concat] = ACTIONS(5055),
[anon_sym_SEMI] = ACTIONS(251),
[anon_sym_esac] = ACTIONS(251),
[anon_sym_PIPE] = ACTIONS(251),
[anon_sym_SEMI_SEMI] = ACTIONS(247),
[anon_sym_PIPE_AMP] = ACTIONS(247),
[anon_sym_AMP_AMP] = ACTIONS(247),
[anon_sym_PIPE_PIPE] = ACTIONS(247),
[anon_sym_EQ_TILDE] = ACTIONS(251),
[anon_sym_EQ_EQ] = ACTIONS(251),
[anon_sym_LT] = ACTIONS(251),
[anon_sym_GT] = ACTIONS(251),
[anon_sym_GT_GT] = ACTIONS(247),
[anon_sym_AMP_GT] = ACTIONS(251),
[anon_sym_AMP_GT_GT] = ACTIONS(247),
[anon_sym_LT_AMP] = ACTIONS(247),
[anon_sym_GT_AMP] = ACTIONS(247),
[anon_sym_LT_LT] = ACTIONS(251),
[anon_sym_LT_LT_DASH] = ACTIONS(247),
[anon_sym_LT_LT_LT] = ACTIONS(247),
[sym__special_characters] = ACTIONS(247),
[anon_sym_DQUOTE] = ACTIONS(247),
[anon_sym_DOLLAR] = ACTIONS(251),
[sym_raw_string] = ACTIONS(247),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(247),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(247),
[anon_sym_BQUOTE] = ACTIONS(247),
[anon_sym_LT_LPAREN] = ACTIONS(247),
[anon_sym_GT_LPAREN] = ACTIONS(247),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(251),
[anon_sym_LF] = ACTIONS(247),
[anon_sym_AMP] = ACTIONS(251),
},
[1945] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(2172),
[anon_sym_DQUOTE] = ACTIONS(5057),
[anon_sym_DOLLAR] = ACTIONS(5059),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[1946] = {
[sym_string] = STATE(2174),
[anon_sym_DASH] = ACTIONS(5061),
[anon_sym_DQUOTE] = ACTIONS(4470),
[anon_sym_DOLLAR] = ACTIONS(5061),
[sym_raw_string] = ACTIONS(5063),
[anon_sym_POUND] = ACTIONS(5061),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5065),
[anon_sym_STAR] = ACTIONS(5067),
[anon_sym_AT] = ACTIONS(5067),
[anon_sym_QMARK] = ACTIONS(5067),
[anon_sym_0] = ACTIONS(5065),
[anon_sym__] = ACTIONS(5065),
},
[1947] = {
[aux_sym_concatenation_repeat1] = STATE(2169),
[sym__simple_heredoc_body] = ACTIONS(275),
[sym__heredoc_body_beginning] = ACTIONS(275),
[sym_file_descriptor] = ACTIONS(275),
[sym__concat] = ACTIONS(5055),
[anon_sym_SEMI] = ACTIONS(277),
[anon_sym_esac] = ACTIONS(277),
[anon_sym_PIPE] = ACTIONS(277),
[anon_sym_SEMI_SEMI] = ACTIONS(275),
[anon_sym_PIPE_AMP] = ACTIONS(275),
[anon_sym_AMP_AMP] = ACTIONS(275),
[anon_sym_PIPE_PIPE] = ACTIONS(275),
[anon_sym_EQ_TILDE] = ACTIONS(277),
[anon_sym_EQ_EQ] = ACTIONS(277),
[anon_sym_LT] = ACTIONS(277),
[anon_sym_GT] = ACTIONS(277),
[anon_sym_GT_GT] = ACTIONS(275),
[anon_sym_AMP_GT] = ACTIONS(277),
[anon_sym_AMP_GT_GT] = ACTIONS(275),
[anon_sym_LT_AMP] = ACTIONS(275),
[anon_sym_GT_AMP] = ACTIONS(275),
[anon_sym_LT_LT] = ACTIONS(277),
[anon_sym_LT_LT_DASH] = ACTIONS(275),
[anon_sym_LT_LT_LT] = ACTIONS(275),
[sym__special_characters] = ACTIONS(275),
[anon_sym_DQUOTE] = ACTIONS(275),
[anon_sym_DOLLAR] = ACTIONS(277),
[sym_raw_string] = ACTIONS(275),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(275),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(275),
[anon_sym_BQUOTE] = ACTIONS(275),
[anon_sym_LT_LPAREN] = ACTIONS(275),
[anon_sym_GT_LPAREN] = ACTIONS(275),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(277),
[anon_sym_LF] = ACTIONS(275),
[anon_sym_AMP] = ACTIONS(277),
},
[1948] = {
[sym_subscript] = STATE(2179),
[sym_variable_name] = ACTIONS(5069),
[anon_sym_BANG] = ACTIONS(5071),
[anon_sym_DASH] = ACTIONS(5073),
[anon_sym_DOLLAR] = ACTIONS(5073),
[anon_sym_POUND] = ACTIONS(5071),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5075),
[anon_sym_STAR] = ACTIONS(5077),
[anon_sym_AT] = ACTIONS(5077),
[anon_sym_QMARK] = ACTIONS(5077),
[anon_sym_0] = ACTIONS(5075),
[anon_sym__] = ACTIONS(5075),
},
[1949] = {
[sym__terminated_statement] = STATE(2182),
[sym_redirected_statement] = STATE(2180),
[sym_for_statement] = STATE(2180),
[sym_c_style_for_statement] = STATE(2180),
[sym_while_statement] = STATE(2180),
[sym_if_statement] = STATE(2180),
[sym_case_statement] = STATE(2180),
[sym_function_definition] = STATE(2180),
[sym_compound_statement] = STATE(2180),
[sym_subshell] = STATE(2180),
[sym_pipeline] = STATE(2180),
[sym_list] = STATE(2180),
[sym_negated_command] = STATE(2180),
[sym_test_command] = STATE(2180),
[sym_declaration_command] = STATE(2180),
[sym_unset_command] = STATE(2180),
[sym_command] = STATE(2180),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(2181),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(2182),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[1950] = {
[sym__terminated_statement] = STATE(2185),
[sym_redirected_statement] = STATE(2183),
[sym_for_statement] = STATE(2183),
[sym_c_style_for_statement] = STATE(2183),
[sym_while_statement] = STATE(2183),
[sym_if_statement] = STATE(2183),
[sym_case_statement] = STATE(2183),
[sym_function_definition] = STATE(2183),
[sym_compound_statement] = STATE(2183),
[sym_subshell] = STATE(2183),
[sym_pipeline] = STATE(2183),
[sym_list] = STATE(2183),
[sym_negated_command] = STATE(2183),
[sym_test_command] = STATE(2183),
[sym_declaration_command] = STATE(2183),
[sym_unset_command] = STATE(2183),
[sym_command] = STATE(2183),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(2184),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(2185),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[1951] = {
[sym__terminated_statement] = STATE(2188),
[sym_redirected_statement] = STATE(2186),
[sym_for_statement] = STATE(2186),
[sym_c_style_for_statement] = STATE(2186),
[sym_while_statement] = STATE(2186),
[sym_if_statement] = STATE(2186),
[sym_case_statement] = STATE(2186),
[sym_function_definition] = STATE(2186),
[sym_compound_statement] = STATE(2186),
[sym_subshell] = STATE(2186),
[sym_pipeline] = STATE(2186),
[sym_list] = STATE(2186),
[sym_negated_command] = STATE(2186),
[sym_test_command] = STATE(2186),
[sym_declaration_command] = STATE(2186),
[sym_unset_command] = STATE(2186),
[sym_command] = STATE(2186),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(2187),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(2188),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[1952] = {
[aux_sym_concatenation_repeat1] = STATE(2169),
[sym__simple_heredoc_body] = ACTIONS(275),
[sym__heredoc_body_beginning] = ACTIONS(275),
[sym_file_descriptor] = ACTIONS(275),
[sym__concat] = ACTIONS(5055),
[anon_sym_SEMI] = ACTIONS(277),
[anon_sym_esac] = ACTIONS(277),
[anon_sym_PIPE] = ACTIONS(277),
[anon_sym_SEMI_SEMI] = ACTIONS(275),
[anon_sym_LPAREN] = ACTIONS(295),
[anon_sym_PIPE_AMP] = ACTIONS(275),
[anon_sym_AMP_AMP] = ACTIONS(275),
[anon_sym_PIPE_PIPE] = ACTIONS(275),
[anon_sym_EQ_TILDE] = ACTIONS(277),
[anon_sym_EQ_EQ] = ACTIONS(277),
[anon_sym_LT] = ACTIONS(277),
[anon_sym_GT] = ACTIONS(277),
[anon_sym_GT_GT] = ACTIONS(275),
[anon_sym_AMP_GT] = ACTIONS(277),
[anon_sym_AMP_GT_GT] = ACTIONS(275),
[anon_sym_LT_AMP] = ACTIONS(275),
[anon_sym_GT_AMP] = ACTIONS(275),
[anon_sym_LT_LT] = ACTIONS(277),
[anon_sym_LT_LT_DASH] = ACTIONS(275),
[anon_sym_LT_LT_LT] = ACTIONS(275),
[sym__special_characters] = ACTIONS(275),
[anon_sym_DQUOTE] = ACTIONS(275),
[anon_sym_DOLLAR] = ACTIONS(277),
[sym_raw_string] = ACTIONS(275),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(275),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(275),
[anon_sym_BQUOTE] = ACTIONS(275),
[anon_sym_LT_LPAREN] = ACTIONS(275),
[anon_sym_GT_LPAREN] = ACTIONS(275),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(277),
[anon_sym_LF] = ACTIONS(275),
[anon_sym_AMP] = ACTIONS(277),
},
[1953] = {
[sym_file_redirect] = STATE(2197),
[sym_heredoc_redirect] = STATE(2197),
[sym_heredoc_body] = STATE(2196),
[sym_herestring_redirect] = STATE(2197),
[aux_sym_redirected_statement_repeat1] = STATE(2197),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(5079),
[anon_sym_SEMI] = ACTIONS(5081),
[anon_sym_esac] = ACTIONS(5083),
[anon_sym_PIPE] = ACTIONS(5085),
[anon_sym_SEMI_SEMI] = ACTIONS(5087),
[anon_sym_PIPE_AMP] = ACTIONS(5089),
[anon_sym_AMP_AMP] = ACTIONS(5091),
[anon_sym_PIPE_PIPE] = ACTIONS(5091),
[anon_sym_LT] = ACTIONS(5093),
[anon_sym_GT] = ACTIONS(5093),
[anon_sym_GT_GT] = ACTIONS(5095),
[anon_sym_AMP_GT] = ACTIONS(5093),
[anon_sym_AMP_GT_GT] = ACTIONS(5095),
[anon_sym_LT_AMP] = ACTIONS(5095),
[anon_sym_GT_AMP] = ACTIONS(5095),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(5097),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5099),
[anon_sym_AMP] = ACTIONS(5081),
},
[1954] = {
[sym_concatenation] = STATE(2201),
[sym_string] = STATE(2200),
[sym_simple_expansion] = STATE(2200),
[sym_string_expansion] = STATE(2200),
[sym_expansion] = STATE(2200),
[sym_command_substitution] = STATE(2200),
[sym_process_substitution] = STATE(2200),
[aux_sym_command_repeat2] = STATE(2201),
[sym__simple_heredoc_body] = ACTIONS(327),
[sym__heredoc_body_beginning] = ACTIONS(327),
[sym_file_descriptor] = ACTIONS(327),
[anon_sym_SEMI] = ACTIONS(329),
[anon_sym_esac] = ACTIONS(329),
[anon_sym_PIPE] = ACTIONS(329),
[anon_sym_SEMI_SEMI] = ACTIONS(327),
[anon_sym_PIPE_AMP] = ACTIONS(327),
[anon_sym_AMP_AMP] = ACTIONS(327),
[anon_sym_PIPE_PIPE] = ACTIONS(327),
[anon_sym_EQ_TILDE] = ACTIONS(5101),
[anon_sym_EQ_EQ] = ACTIONS(5101),
[anon_sym_LT] = ACTIONS(329),
[anon_sym_GT] = ACTIONS(329),
[anon_sym_GT_GT] = ACTIONS(327),
[anon_sym_AMP_GT] = ACTIONS(329),
[anon_sym_AMP_GT_GT] = ACTIONS(327),
[anon_sym_LT_AMP] = ACTIONS(327),
[anon_sym_GT_AMP] = ACTIONS(327),
[anon_sym_LT_LT] = ACTIONS(329),
[anon_sym_LT_LT_DASH] = ACTIONS(327),
[anon_sym_LT_LT_LT] = ACTIONS(327),
[sym__special_characters] = ACTIONS(5103),
[anon_sym_DQUOTE] = ACTIONS(4470),
[anon_sym_DOLLAR] = ACTIONS(4472),
[sym_raw_string] = ACTIONS(5105),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4476),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4478),
[anon_sym_BQUOTE] = ACTIONS(4480),
[anon_sym_LT_LPAREN] = ACTIONS(4482),
[anon_sym_GT_LPAREN] = ACTIONS(4482),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5107),
[anon_sym_LF] = ACTIONS(327),
[anon_sym_AMP] = ACTIONS(329),
},
[1955] = {
[sym_file_redirect] = STATE(2197),
[sym_heredoc_redirect] = STATE(2197),
[sym_heredoc_body] = STATE(2196),
[sym_herestring_redirect] = STATE(2197),
[aux_sym_redirected_statement_repeat1] = STATE(2197),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(5081),
[anon_sym_esac] = ACTIONS(5007),
[anon_sym_PIPE] = ACTIONS(5085),
[anon_sym_SEMI_SEMI] = ACTIONS(5087),
[anon_sym_PIPE_AMP] = ACTIONS(5089),
[anon_sym_AMP_AMP] = ACTIONS(5091),
[anon_sym_PIPE_PIPE] = ACTIONS(5091),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(5097),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(5099),
[anon_sym_AMP] = ACTIONS(5081),
},
[1956] = {
[anon_sym_EQ] = ACTIONS(5005),
[anon_sym_PLUS_EQ] = ACTIONS(5005),
[sym_comment] = ACTIONS(57),
},
[1957] = {
[sym__simple_heredoc_body] = ACTIONS(275),
[sym__heredoc_body_beginning] = ACTIONS(275),
[sym_file_descriptor] = ACTIONS(275),
[anon_sym_SEMI] = ACTIONS(277),
[anon_sym_esac] = ACTIONS(277),
[anon_sym_PIPE] = ACTIONS(277),
[anon_sym_SEMI_SEMI] = ACTIONS(275),
[anon_sym_PIPE_AMP] = ACTIONS(275),
[anon_sym_AMP_AMP] = ACTIONS(275),
[anon_sym_PIPE_PIPE] = ACTIONS(275),
[anon_sym_EQ_TILDE] = ACTIONS(277),
[anon_sym_EQ_EQ] = ACTIONS(277),
[anon_sym_LT] = ACTIONS(277),
[anon_sym_GT] = ACTIONS(277),
[anon_sym_GT_GT] = ACTIONS(275),
[anon_sym_AMP_GT] = ACTIONS(277),
[anon_sym_AMP_GT_GT] = ACTIONS(275),
[anon_sym_LT_AMP] = ACTIONS(275),
[anon_sym_GT_AMP] = ACTIONS(275),
[anon_sym_LT_LT] = ACTIONS(277),
[anon_sym_LT_LT_DASH] = ACTIONS(275),
[anon_sym_LT_LT_LT] = ACTIONS(275),
[sym__special_characters] = ACTIONS(275),
[anon_sym_DQUOTE] = ACTIONS(275),
[anon_sym_DOLLAR] = ACTIONS(277),
[sym_raw_string] = ACTIONS(275),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(275),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(275),
[anon_sym_BQUOTE] = ACTIONS(275),
[anon_sym_LT_LPAREN] = ACTIONS(275),
[anon_sym_GT_LPAREN] = ACTIONS(275),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(277),
[anon_sym_LF] = ACTIONS(275),
[anon_sym_AMP] = ACTIONS(277),
},
[1958] = {
[sym__terminated_statement] = STATE(2205),
[sym_redirected_statement] = STATE(2203),
[sym_for_statement] = STATE(2203),
[sym_c_style_for_statement] = STATE(2203),
[sym_while_statement] = STATE(2203),
[sym_if_statement] = STATE(2203),
[sym_case_statement] = STATE(2203),
[sym_function_definition] = STATE(2203),
[sym_compound_statement] = STATE(2203),
[sym_subshell] = STATE(2203),
[sym_pipeline] = STATE(2203),
[sym_list] = STATE(2203),
[sym_negated_command] = STATE(2203),
[sym_test_command] = STATE(2203),
[sym_declaration_command] = STATE(2203),
[sym_unset_command] = STATE(2203),
[sym_command] = STATE(2203),
[sym_command_name] = STATE(1954),
[sym_variable_assignment] = STATE(2204),
[sym_subscript] = STATE(1956),
[sym_file_redirect] = STATE(1959),
[sym_concatenation] = STATE(1957),
[sym_string] = STATE(1947),
[sym_simple_expansion] = STATE(1947),
[sym_string_expansion] = STATE(1947),
[sym_expansion] = STATE(1947),
[sym_command_substitution] = STATE(1947),
[sym_process_substitution] = STATE(1947),
[aux_sym__statements_repeat1] = STATE(2205),
[aux_sym_command_repeat1] = STATE(1959),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(4456),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = ACTIONS(15),
[anon_sym_if] = ACTIONS(17),
[anon_sym_case] = ACTIONS(19),
[anon_sym_esac] = ACTIONS(5007),
[anon_sym_SEMI_SEMI] = ACTIONS(5109),
[anon_sym_function] = ACTIONS(21),
[anon_sym_LPAREN] = ACTIONS(23),
[anon_sym_LBRACE] = ACTIONS(25),
[anon_sym_BANG] = ACTIONS(4462),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(4464),
[anon_sym_typeset] = ACTIONS(4464),
[anon_sym_export] = ACTIONS(4464),
[anon_sym_readonly] = ACTIONS(4464),
[anon_sym_local] = ACTIONS(4464),
[anon_sym_unset] = ACTIONS(4466),
[anon_sym_unsetenv] = ACTIONS(4466),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(4468),
[anon_sym_DQUOTE] = ACTIONS(4470),
[anon_sym_DOLLAR] = ACTIONS(4472),
[sym_raw_string] = ACTIONS(4474),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4476),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4478),
[anon_sym_BQUOTE] = ACTIONS(4480),
[anon_sym_LT_LPAREN] = ACTIONS(4482),
[anon_sym_GT_LPAREN] = ACTIONS(4482),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4484),
},
[1959] = {
[sym_command_name] = STATE(2206),
[sym_variable_assignment] = STATE(189),
[sym_subscript] = STATE(94),
[sym_file_redirect] = STATE(189),
[sym_concatenation] = STATE(1957),
[sym_string] = STATE(1947),
[sym_simple_expansion] = STATE(1947),
[sym_string_expansion] = STATE(1947),
[sym_expansion] = STATE(1947),
[sym_command_substitution] = STATE(1947),
[sym_process_substitution] = STATE(1947),
[aux_sym_command_repeat1] = STATE(189),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(145),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(5111),
[anon_sym_DQUOTE] = ACTIONS(4470),
[anon_sym_DOLLAR] = ACTIONS(4472),
[sym_raw_string] = ACTIONS(4474),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4476),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4478),
[anon_sym_BQUOTE] = ACTIONS(4480),
[anon_sym_LT_LPAREN] = ACTIONS(4482),
[anon_sym_GT_LPAREN] = ACTIONS(4482),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4474),
},
[1960] = {
[sym__terminated_statement] = STATE(2207),
[sym_redirected_statement] = STATE(2203),
[sym_for_statement] = STATE(2203),
[sym_c_style_for_statement] = STATE(2203),
[sym_while_statement] = STATE(2203),
[sym_if_statement] = STATE(2203),
[sym_case_statement] = STATE(2203),
[sym_function_definition] = STATE(2203),
[sym_compound_statement] = STATE(2203),
[sym_subshell] = STATE(2203),
[sym_pipeline] = STATE(2203),
[sym_list] = STATE(2203),
[sym_negated_command] = STATE(2203),
[sym_test_command] = STATE(2203),
[sym_declaration_command] = STATE(2203),
[sym_unset_command] = STATE(2203),
[sym_command] = STATE(2203),
[sym_command_name] = STATE(1954),
[sym_variable_assignment] = STATE(2204),
[sym_subscript] = STATE(1956),
[sym_file_redirect] = STATE(1959),
[sym_concatenation] = STATE(1957),
[sym_string] = STATE(1947),
[sym_simple_expansion] = STATE(1947),
[sym_string_expansion] = STATE(1947),
[sym_expansion] = STATE(1947),
[sym_command_substitution] = STATE(1947),
[sym_process_substitution] = STATE(1947),
[aux_sym__statements_repeat1] = STATE(2207),
[aux_sym_command_repeat1] = STATE(1959),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(4456),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = ACTIONS(15),
[anon_sym_if] = ACTIONS(17),
[anon_sym_case] = ACTIONS(19),
[anon_sym_esac] = ACTIONS(5007),
[anon_sym_SEMI_SEMI] = ACTIONS(5109),
[anon_sym_function] = ACTIONS(21),
[anon_sym_LPAREN] = ACTIONS(23),
[anon_sym_LBRACE] = ACTIONS(25),
[anon_sym_BANG] = ACTIONS(4462),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(4464),
[anon_sym_typeset] = ACTIONS(4464),
[anon_sym_export] = ACTIONS(4464),
[anon_sym_readonly] = ACTIONS(4464),
[anon_sym_local] = ACTIONS(4464),
[anon_sym_unset] = ACTIONS(4466),
[anon_sym_unsetenv] = ACTIONS(4466),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(4468),
[anon_sym_DQUOTE] = ACTIONS(4470),
[anon_sym_DOLLAR] = ACTIONS(4472),
[sym_raw_string] = ACTIONS(4474),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4476),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4478),
[anon_sym_BQUOTE] = ACTIONS(4480),
[anon_sym_LT_LPAREN] = ACTIONS(4482),
[anon_sym_GT_LPAREN] = ACTIONS(4482),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4484),
},
[1961] = {
[aux_sym_case_item_repeat1] = STATE(1961),
[anon_sym_PIPE] = ACTIONS(5113),
[anon_sym_RPAREN] = ACTIONS(5003),
[sym_comment] = ACTIONS(57),
},
[1962] = {
[aux_sym_concatenation_repeat1] = STATE(1962),
[sym__concat] = ACTIONS(3503),
[anon_sym_PIPE] = ACTIONS(1730),
[anon_sym_RPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
},
[1963] = {
[anon_sym_esac] = ACTIONS(5116),
[sym__special_characters] = ACTIONS(5118),
[anon_sym_DQUOTE] = ACTIONS(5118),
[anon_sym_DOLLAR] = ACTIONS(5120),
[sym_raw_string] = ACTIONS(5118),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5118),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5118),
[anon_sym_BQUOTE] = ACTIONS(5118),
[anon_sym_LT_LPAREN] = ACTIONS(5118),
[anon_sym_GT_LPAREN] = ACTIONS(5118),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5120),
},
[1964] = {
[sym_file_redirect] = STATE(2197),
[sym_heredoc_redirect] = STATE(2197),
[sym_heredoc_body] = STATE(2196),
[sym_herestring_redirect] = STATE(2197),
[aux_sym_redirected_statement_repeat1] = STATE(2197),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(5079),
[anon_sym_SEMI] = ACTIONS(5081),
[anon_sym_esac] = ACTIONS(5122),
[anon_sym_PIPE] = ACTIONS(5085),
[anon_sym_SEMI_SEMI] = ACTIONS(5124),
[anon_sym_PIPE_AMP] = ACTIONS(5089),
[anon_sym_AMP_AMP] = ACTIONS(5091),
[anon_sym_PIPE_PIPE] = ACTIONS(5091),
[anon_sym_LT] = ACTIONS(5093),
[anon_sym_GT] = ACTIONS(5093),
[anon_sym_GT_GT] = ACTIONS(5095),
[anon_sym_AMP_GT] = ACTIONS(5093),
[anon_sym_AMP_GT_GT] = ACTIONS(5095),
[anon_sym_LT_AMP] = ACTIONS(5095),
[anon_sym_GT_AMP] = ACTIONS(5095),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(5097),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5099),
[anon_sym_AMP] = ACTIONS(5081),
},
[1965] = {
[sym_file_redirect] = STATE(2197),
[sym_heredoc_redirect] = STATE(2197),
[sym_heredoc_body] = STATE(2196),
[sym_herestring_redirect] = STATE(2197),
[aux_sym_redirected_statement_repeat1] = STATE(2197),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(5081),
[anon_sym_esac] = ACTIONS(5116),
[anon_sym_PIPE] = ACTIONS(5085),
[anon_sym_SEMI_SEMI] = ACTIONS(5124),
[anon_sym_PIPE_AMP] = ACTIONS(5089),
[anon_sym_AMP_AMP] = ACTIONS(5091),
[anon_sym_PIPE_PIPE] = ACTIONS(5091),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(5097),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(5099),
[anon_sym_AMP] = ACTIONS(5081),
},
[1966] = {
[sym__terminated_statement] = STATE(2205),
[sym_redirected_statement] = STATE(2210),
[sym_for_statement] = STATE(2210),
[sym_c_style_for_statement] = STATE(2210),
[sym_while_statement] = STATE(2210),
[sym_if_statement] = STATE(2210),
[sym_case_statement] = STATE(2210),
[sym_function_definition] = STATE(2210),
[sym_compound_statement] = STATE(2210),
[sym_subshell] = STATE(2210),
[sym_pipeline] = STATE(2210),
[sym_list] = STATE(2210),
[sym_negated_command] = STATE(2210),
[sym_test_command] = STATE(2210),
[sym_declaration_command] = STATE(2210),
[sym_unset_command] = STATE(2210),
[sym_command] = STATE(2210),
[sym_command_name] = STATE(1954),
[sym_variable_assignment] = STATE(2211),
[sym_subscript] = STATE(1956),
[sym_file_redirect] = STATE(1959),
[sym_concatenation] = STATE(1957),
[sym_string] = STATE(1947),
[sym_simple_expansion] = STATE(1947),
[sym_string_expansion] = STATE(1947),
[sym_expansion] = STATE(1947),
[sym_command_substitution] = STATE(1947),
[sym_process_substitution] = STATE(1947),
[aux_sym__statements_repeat1] = STATE(2205),
[aux_sym_command_repeat1] = STATE(1959),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(4456),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = ACTIONS(15),
[anon_sym_if] = ACTIONS(17),
[anon_sym_case] = ACTIONS(19),
[anon_sym_esac] = ACTIONS(5116),
[anon_sym_SEMI_SEMI] = ACTIONS(5126),
[anon_sym_function] = ACTIONS(21),
[anon_sym_LPAREN] = ACTIONS(23),
[anon_sym_LBRACE] = ACTIONS(25),
[anon_sym_BANG] = ACTIONS(4462),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(4464),
[anon_sym_typeset] = ACTIONS(4464),
[anon_sym_export] = ACTIONS(4464),
[anon_sym_readonly] = ACTIONS(4464),
[anon_sym_local] = ACTIONS(4464),
[anon_sym_unset] = ACTIONS(4466),
[anon_sym_unsetenv] = ACTIONS(4466),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(4468),
[anon_sym_DQUOTE] = ACTIONS(4470),
[anon_sym_DOLLAR] = ACTIONS(4472),
[sym_raw_string] = ACTIONS(4474),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4476),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4478),
[anon_sym_BQUOTE] = ACTIONS(4480),
[anon_sym_LT_LPAREN] = ACTIONS(4482),
[anon_sym_GT_LPAREN] = ACTIONS(4482),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4484),
},
[1967] = {
[sym__terminated_statement] = STATE(2212),
[sym_redirected_statement] = STATE(2210),
[sym_for_statement] = STATE(2210),
[sym_c_style_for_statement] = STATE(2210),
[sym_while_statement] = STATE(2210),
[sym_if_statement] = STATE(2210),
[sym_case_statement] = STATE(2210),
[sym_function_definition] = STATE(2210),
[sym_compound_statement] = STATE(2210),
[sym_subshell] = STATE(2210),
[sym_pipeline] = STATE(2210),
[sym_list] = STATE(2210),
[sym_negated_command] = STATE(2210),
[sym_test_command] = STATE(2210),
[sym_declaration_command] = STATE(2210),
[sym_unset_command] = STATE(2210),
[sym_command] = STATE(2210),
[sym_command_name] = STATE(1954),
[sym_variable_assignment] = STATE(2211),
[sym_subscript] = STATE(1956),
[sym_file_redirect] = STATE(1959),
[sym_concatenation] = STATE(1957),
[sym_string] = STATE(1947),
[sym_simple_expansion] = STATE(1947),
[sym_string_expansion] = STATE(1947),
[sym_expansion] = STATE(1947),
[sym_command_substitution] = STATE(1947),
[sym_process_substitution] = STATE(1947),
[aux_sym__statements_repeat1] = STATE(2212),
[aux_sym_command_repeat1] = STATE(1959),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(4456),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = ACTIONS(15),
[anon_sym_if] = ACTIONS(17),
[anon_sym_case] = ACTIONS(19),
[anon_sym_esac] = ACTIONS(5116),
[anon_sym_SEMI_SEMI] = ACTIONS(5126),
[anon_sym_function] = ACTIONS(21),
[anon_sym_LPAREN] = ACTIONS(23),
[anon_sym_LBRACE] = ACTIONS(25),
[anon_sym_BANG] = ACTIONS(4462),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(4464),
[anon_sym_typeset] = ACTIONS(4464),
[anon_sym_export] = ACTIONS(4464),
[anon_sym_readonly] = ACTIONS(4464),
[anon_sym_local] = ACTIONS(4464),
[anon_sym_unset] = ACTIONS(4466),
[anon_sym_unsetenv] = ACTIONS(4466),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(4468),
[anon_sym_DQUOTE] = ACTIONS(4470),
[anon_sym_DOLLAR] = ACTIONS(4472),
[sym_raw_string] = ACTIONS(4474),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4476),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4478),
[anon_sym_BQUOTE] = ACTIONS(4480),
[anon_sym_LT_LPAREN] = ACTIONS(4482),
[anon_sym_GT_LPAREN] = ACTIONS(4482),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4484),
},
[1968] = {
[sym__simple_heredoc_body] = ACTIONS(5128),
[sym__heredoc_body_beginning] = ACTIONS(5128),
[sym_file_descriptor] = ACTIONS(5128),
[ts_builtin_sym_end] = ACTIONS(5128),
[anon_sym_SEMI] = ACTIONS(5130),
[anon_sym_esac] = ACTIONS(5128),
[anon_sym_PIPE] = ACTIONS(5130),
[anon_sym_RPAREN] = ACTIONS(5128),
[anon_sym_SEMI_SEMI] = ACTIONS(5128),
[anon_sym_PIPE_AMP] = ACTIONS(5128),
[anon_sym_AMP_AMP] = ACTIONS(5128),
[anon_sym_PIPE_PIPE] = ACTIONS(5128),
[anon_sym_LT] = ACTIONS(5130),
[anon_sym_GT] = ACTIONS(5130),
[anon_sym_GT_GT] = ACTIONS(5128),
[anon_sym_AMP_GT] = ACTIONS(5130),
[anon_sym_AMP_GT_GT] = ACTIONS(5128),
[anon_sym_LT_AMP] = ACTIONS(5128),
[anon_sym_GT_AMP] = ACTIONS(5128),
[anon_sym_LT_LT] = ACTIONS(5130),
[anon_sym_LT_LT_DASH] = ACTIONS(5128),
[anon_sym_LT_LT_LT] = ACTIONS(5128),
[anon_sym_BQUOTE] = ACTIONS(5128),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5128),
[anon_sym_AMP] = ACTIONS(5130),
},
[1969] = {
[aux_sym_case_item_repeat1] = STATE(2214),
[aux_sym_concatenation_repeat1] = STATE(1616),
[sym__concat] = ACTIONS(1195),
[anon_sym_PIPE] = ACTIONS(3637),
[anon_sym_RPAREN] = ACTIONS(5132),
[sym_comment] = ACTIONS(57),
},
[1970] = {
[aux_sym_case_item_repeat1] = STATE(2216),
[aux_sym_concatenation_repeat1] = STATE(1616),
[sym__concat] = ACTIONS(1195),
[anon_sym_PIPE] = ACTIONS(3637),
[anon_sym_RPAREN] = ACTIONS(5134),
[sym_comment] = ACTIONS(57),
},
[1971] = {
[aux_sym_case_item_repeat1] = STATE(2216),
[anon_sym_PIPE] = ACTIONS(3637),
[anon_sym_RPAREN] = ACTIONS(5134),
[sym_comment] = ACTIONS(57),
},
[1972] = {
[anon_sym_esac] = ACTIONS(5136),
[sym_comment] = ACTIONS(57),
},
[1973] = {
[sym__simple_heredoc_body] = ACTIONS(5138),
[sym__heredoc_body_beginning] = ACTIONS(5138),
[sym_file_descriptor] = ACTIONS(5138),
[ts_builtin_sym_end] = ACTIONS(5138),
[anon_sym_SEMI] = ACTIONS(5140),
[anon_sym_esac] = ACTIONS(5138),
[anon_sym_PIPE] = ACTIONS(5140),
[anon_sym_RPAREN] = ACTIONS(5138),
[anon_sym_SEMI_SEMI] = ACTIONS(5138),
[anon_sym_PIPE_AMP] = ACTIONS(5138),
[anon_sym_AMP_AMP] = ACTIONS(5138),
[anon_sym_PIPE_PIPE] = ACTIONS(5138),
[anon_sym_LT] = ACTIONS(5140),
[anon_sym_GT] = ACTIONS(5140),
[anon_sym_GT_GT] = ACTIONS(5138),
[anon_sym_AMP_GT] = ACTIONS(5140),
[anon_sym_AMP_GT_GT] = ACTIONS(5138),
[anon_sym_LT_AMP] = ACTIONS(5138),
[anon_sym_GT_AMP] = ACTIONS(5138),
[anon_sym_LT_LT] = ACTIONS(5140),
[anon_sym_LT_LT_DASH] = ACTIONS(5138),
[anon_sym_LT_LT_LT] = ACTIONS(5138),
[anon_sym_BQUOTE] = ACTIONS(5138),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5138),
[anon_sym_AMP] = ACTIONS(5140),
},
[1974] = {
[anon_sym_esac] = ACTIONS(5142),
[sym_comment] = ACTIONS(57),
},
[1975] = {
[sym__concat] = ACTIONS(4725),
[anon_sym_in] = ACTIONS(4725),
[anon_sym_SEMI] = ACTIONS(4727),
[anon_sym_SEMI_SEMI] = ACTIONS(4725),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4725),
[anon_sym_AMP] = ACTIONS(4725),
},
[1976] = {
[sym__concat] = ACTIONS(4729),
[anon_sym_in] = ACTIONS(4729),
[anon_sym_SEMI] = ACTIONS(4731),
[anon_sym_SEMI_SEMI] = ACTIONS(4729),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4729),
[anon_sym_AMP] = ACTIONS(4729),
},
[1977] = {
[sym__concat] = ACTIONS(4733),
[anon_sym_in] = ACTIONS(4733),
[anon_sym_SEMI] = ACTIONS(4735),
[anon_sym_SEMI_SEMI] = ACTIONS(4733),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4733),
[anon_sym_AMP] = ACTIONS(4733),
},
[1978] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5144),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1979] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5146),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1980] = {
[sym__concat] = ACTIONS(4769),
[anon_sym_in] = ACTIONS(4769),
[anon_sym_SEMI] = ACTIONS(4771),
[anon_sym_SEMI_SEMI] = ACTIONS(4769),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4769),
[anon_sym_AMP] = ACTIONS(4769),
},
[1981] = {
[sym__concat] = ACTIONS(4789),
[anon_sym_in] = ACTIONS(4789),
[anon_sym_SEMI] = ACTIONS(4791),
[anon_sym_SEMI_SEMI] = ACTIONS(4789),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4789),
[anon_sym_AMP] = ACTIONS(4789),
},
[1982] = {
[sym__concat] = ACTIONS(4793),
[anon_sym_in] = ACTIONS(4793),
[anon_sym_SEMI] = ACTIONS(4795),
[anon_sym_SEMI_SEMI] = ACTIONS(4793),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4793),
[anon_sym_AMP] = ACTIONS(4793),
},
[1983] = {
[sym__concat] = ACTIONS(4725),
[anon_sym_AMP_AMP] = ACTIONS(4725),
[anon_sym_PIPE_PIPE] = ACTIONS(4725),
[anon_sym_RBRACK] = ACTIONS(4725),
[anon_sym_EQ_TILDE] = ACTIONS(4725),
[anon_sym_EQ_EQ] = ACTIONS(4725),
[anon_sym_EQ] = ACTIONS(4727),
[anon_sym_PLUS_EQ] = ACTIONS(4725),
[anon_sym_LT] = ACTIONS(4727),
[anon_sym_GT] = ACTIONS(4727),
[anon_sym_BANG_EQ] = ACTIONS(4725),
[anon_sym_PLUS] = ACTIONS(4727),
[anon_sym_DASH] = ACTIONS(4727),
[anon_sym_DASH_EQ] = ACTIONS(4725),
[anon_sym_LT_EQ] = ACTIONS(4725),
[anon_sym_GT_EQ] = ACTIONS(4725),
[anon_sym_PLUS_PLUS] = ACTIONS(4725),
[anon_sym_DASH_DASH] = ACTIONS(4725),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4725),
},
[1984] = {
[sym__concat] = ACTIONS(4729),
[anon_sym_AMP_AMP] = ACTIONS(4729),
[anon_sym_PIPE_PIPE] = ACTIONS(4729),
[anon_sym_RBRACK] = ACTIONS(4729),
[anon_sym_EQ_TILDE] = ACTIONS(4729),
[anon_sym_EQ_EQ] = ACTIONS(4729),
[anon_sym_EQ] = ACTIONS(4731),
[anon_sym_PLUS_EQ] = ACTIONS(4729),
[anon_sym_LT] = ACTIONS(4731),
[anon_sym_GT] = ACTIONS(4731),
[anon_sym_BANG_EQ] = ACTIONS(4729),
[anon_sym_PLUS] = ACTIONS(4731),
[anon_sym_DASH] = ACTIONS(4731),
[anon_sym_DASH_EQ] = ACTIONS(4729),
[anon_sym_LT_EQ] = ACTIONS(4729),
[anon_sym_GT_EQ] = ACTIONS(4729),
[anon_sym_PLUS_PLUS] = ACTIONS(4729),
[anon_sym_DASH_DASH] = ACTIONS(4729),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4729),
},
[1985] = {
[sym__concat] = ACTIONS(4733),
[anon_sym_AMP_AMP] = ACTIONS(4733),
[anon_sym_PIPE_PIPE] = ACTIONS(4733),
[anon_sym_RBRACK] = ACTIONS(4733),
[anon_sym_EQ_TILDE] = ACTIONS(4733),
[anon_sym_EQ_EQ] = ACTIONS(4733),
[anon_sym_EQ] = ACTIONS(4735),
[anon_sym_PLUS_EQ] = ACTIONS(4733),
[anon_sym_LT] = ACTIONS(4735),
[anon_sym_GT] = ACTIONS(4735),
[anon_sym_BANG_EQ] = ACTIONS(4733),
[anon_sym_PLUS] = ACTIONS(4735),
[anon_sym_DASH] = ACTIONS(4735),
[anon_sym_DASH_EQ] = ACTIONS(4733),
[anon_sym_LT_EQ] = ACTIONS(4733),
[anon_sym_GT_EQ] = ACTIONS(4733),
[anon_sym_PLUS_PLUS] = ACTIONS(4733),
[anon_sym_DASH_DASH] = ACTIONS(4733),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4733),
},
[1986] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5148),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1987] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5150),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1988] = {
[sym__concat] = ACTIONS(4769),
[anon_sym_AMP_AMP] = ACTIONS(4769),
[anon_sym_PIPE_PIPE] = ACTIONS(4769),
[anon_sym_RBRACK] = ACTIONS(4769),
[anon_sym_EQ_TILDE] = ACTIONS(4769),
[anon_sym_EQ_EQ] = ACTIONS(4769),
[anon_sym_EQ] = ACTIONS(4771),
[anon_sym_PLUS_EQ] = ACTIONS(4769),
[anon_sym_LT] = ACTIONS(4771),
[anon_sym_GT] = ACTIONS(4771),
[anon_sym_BANG_EQ] = ACTIONS(4769),
[anon_sym_PLUS] = ACTIONS(4771),
[anon_sym_DASH] = ACTIONS(4771),
[anon_sym_DASH_EQ] = ACTIONS(4769),
[anon_sym_LT_EQ] = ACTIONS(4769),
[anon_sym_GT_EQ] = ACTIONS(4769),
[anon_sym_PLUS_PLUS] = ACTIONS(4769),
[anon_sym_DASH_DASH] = ACTIONS(4769),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4769),
},
[1989] = {
[sym__concat] = ACTIONS(4789),
[anon_sym_AMP_AMP] = ACTIONS(4789),
[anon_sym_PIPE_PIPE] = ACTIONS(4789),
[anon_sym_RBRACK] = ACTIONS(4789),
[anon_sym_EQ_TILDE] = ACTIONS(4789),
[anon_sym_EQ_EQ] = ACTIONS(4789),
[anon_sym_EQ] = ACTIONS(4791),
[anon_sym_PLUS_EQ] = ACTIONS(4789),
[anon_sym_LT] = ACTIONS(4791),
[anon_sym_GT] = ACTIONS(4791),
[anon_sym_BANG_EQ] = ACTIONS(4789),
[anon_sym_PLUS] = ACTIONS(4791),
[anon_sym_DASH] = ACTIONS(4791),
[anon_sym_DASH_EQ] = ACTIONS(4789),
[anon_sym_LT_EQ] = ACTIONS(4789),
[anon_sym_GT_EQ] = ACTIONS(4789),
[anon_sym_PLUS_PLUS] = ACTIONS(4789),
[anon_sym_DASH_DASH] = ACTIONS(4789),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4789),
},
[1990] = {
[sym__concat] = ACTIONS(4793),
[anon_sym_AMP_AMP] = ACTIONS(4793),
[anon_sym_PIPE_PIPE] = ACTIONS(4793),
[anon_sym_RBRACK] = ACTIONS(4793),
[anon_sym_EQ_TILDE] = ACTIONS(4793),
[anon_sym_EQ_EQ] = ACTIONS(4793),
[anon_sym_EQ] = ACTIONS(4795),
[anon_sym_PLUS_EQ] = ACTIONS(4793),
[anon_sym_LT] = ACTIONS(4795),
[anon_sym_GT] = ACTIONS(4795),
[anon_sym_BANG_EQ] = ACTIONS(4793),
[anon_sym_PLUS] = ACTIONS(4795),
[anon_sym_DASH] = ACTIONS(4795),
[anon_sym_DASH_EQ] = ACTIONS(4793),
[anon_sym_LT_EQ] = ACTIONS(4793),
[anon_sym_GT_EQ] = ACTIONS(4793),
[anon_sym_PLUS_PLUS] = ACTIONS(4793),
[anon_sym_DASH_DASH] = ACTIONS(4793),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4793),
},
[1991] = {
[sym__simple_heredoc_body] = ACTIONS(4725),
[sym__heredoc_body_beginning] = ACTIONS(4725),
[sym_file_descriptor] = ACTIONS(4725),
[sym__concat] = ACTIONS(4725),
[sym_variable_name] = ACTIONS(4725),
[ts_builtin_sym_end] = ACTIONS(4725),
[anon_sym_SEMI] = ACTIONS(4727),
[anon_sym_PIPE] = ACTIONS(4727),
[anon_sym_RPAREN] = ACTIONS(4725),
[anon_sym_SEMI_SEMI] = ACTIONS(4725),
[anon_sym_PIPE_AMP] = ACTIONS(4725),
[anon_sym_AMP_AMP] = ACTIONS(4725),
[anon_sym_PIPE_PIPE] = ACTIONS(4725),
[anon_sym_LT] = ACTIONS(4727),
[anon_sym_GT] = ACTIONS(4727),
[anon_sym_GT_GT] = ACTIONS(4725),
[anon_sym_AMP_GT] = ACTIONS(4727),
[anon_sym_AMP_GT_GT] = ACTIONS(4725),
[anon_sym_LT_AMP] = ACTIONS(4725),
[anon_sym_GT_AMP] = ACTIONS(4725),
[anon_sym_LT_LT] = ACTIONS(4727),
[anon_sym_LT_LT_DASH] = ACTIONS(4725),
[anon_sym_LT_LT_LT] = ACTIONS(4725),
[sym__special_characters] = ACTIONS(4725),
[anon_sym_DQUOTE] = ACTIONS(4725),
[anon_sym_DOLLAR] = ACTIONS(4727),
[sym_raw_string] = ACTIONS(4725),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4725),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4725),
[anon_sym_BQUOTE] = ACTIONS(4725),
[anon_sym_LT_LPAREN] = ACTIONS(4725),
[anon_sym_GT_LPAREN] = ACTIONS(4725),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4727),
[sym_word] = ACTIONS(4727),
[anon_sym_LF] = ACTIONS(4725),
[anon_sym_AMP] = ACTIONS(4727),
},
[1992] = {
[sym__simple_heredoc_body] = ACTIONS(4729),
[sym__heredoc_body_beginning] = ACTIONS(4729),
[sym_file_descriptor] = ACTIONS(4729),
[sym__concat] = ACTIONS(4729),
[sym_variable_name] = ACTIONS(4729),
[ts_builtin_sym_end] = ACTIONS(4729),
[anon_sym_SEMI] = ACTIONS(4731),
[anon_sym_PIPE] = ACTIONS(4731),
[anon_sym_RPAREN] = ACTIONS(4729),
[anon_sym_SEMI_SEMI] = ACTIONS(4729),
[anon_sym_PIPE_AMP] = ACTIONS(4729),
[anon_sym_AMP_AMP] = ACTIONS(4729),
[anon_sym_PIPE_PIPE] = ACTIONS(4729),
[anon_sym_LT] = ACTIONS(4731),
[anon_sym_GT] = ACTIONS(4731),
[anon_sym_GT_GT] = ACTIONS(4729),
[anon_sym_AMP_GT] = ACTIONS(4731),
[anon_sym_AMP_GT_GT] = ACTIONS(4729),
[anon_sym_LT_AMP] = ACTIONS(4729),
[anon_sym_GT_AMP] = ACTIONS(4729),
[anon_sym_LT_LT] = ACTIONS(4731),
[anon_sym_LT_LT_DASH] = ACTIONS(4729),
[anon_sym_LT_LT_LT] = ACTIONS(4729),
[sym__special_characters] = ACTIONS(4729),
[anon_sym_DQUOTE] = ACTIONS(4729),
[anon_sym_DOLLAR] = ACTIONS(4731),
[sym_raw_string] = ACTIONS(4729),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4729),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4729),
[anon_sym_BQUOTE] = ACTIONS(4729),
[anon_sym_LT_LPAREN] = ACTIONS(4729),
[anon_sym_GT_LPAREN] = ACTIONS(4729),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4731),
[sym_word] = ACTIONS(4731),
[anon_sym_LF] = ACTIONS(4729),
[anon_sym_AMP] = ACTIONS(4731),
},
[1993] = {
[sym__simple_heredoc_body] = ACTIONS(4733),
[sym__heredoc_body_beginning] = ACTIONS(4733),
[sym_file_descriptor] = ACTIONS(4733),
[sym__concat] = ACTIONS(4733),
[sym_variable_name] = ACTIONS(4733),
[ts_builtin_sym_end] = ACTIONS(4733),
[anon_sym_SEMI] = ACTIONS(4735),
[anon_sym_PIPE] = ACTIONS(4735),
[anon_sym_RPAREN] = ACTIONS(4733),
[anon_sym_SEMI_SEMI] = ACTIONS(4733),
[anon_sym_PIPE_AMP] = ACTIONS(4733),
[anon_sym_AMP_AMP] = ACTIONS(4733),
[anon_sym_PIPE_PIPE] = ACTIONS(4733),
[anon_sym_LT] = ACTIONS(4735),
[anon_sym_GT] = ACTIONS(4735),
[anon_sym_GT_GT] = ACTIONS(4733),
[anon_sym_AMP_GT] = ACTIONS(4735),
[anon_sym_AMP_GT_GT] = ACTIONS(4733),
[anon_sym_LT_AMP] = ACTIONS(4733),
[anon_sym_GT_AMP] = ACTIONS(4733),
[anon_sym_LT_LT] = ACTIONS(4735),
[anon_sym_LT_LT_DASH] = ACTIONS(4733),
[anon_sym_LT_LT_LT] = ACTIONS(4733),
[sym__special_characters] = ACTIONS(4733),
[anon_sym_DQUOTE] = ACTIONS(4733),
[anon_sym_DOLLAR] = ACTIONS(4735),
[sym_raw_string] = ACTIONS(4733),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4733),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4733),
[anon_sym_BQUOTE] = ACTIONS(4733),
[anon_sym_LT_LPAREN] = ACTIONS(4733),
[anon_sym_GT_LPAREN] = ACTIONS(4733),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4735),
[sym_word] = ACTIONS(4735),
[anon_sym_LF] = ACTIONS(4733),
[anon_sym_AMP] = ACTIONS(4735),
},
[1994] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5152),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1995] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5154),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[1996] = {
[sym__simple_heredoc_body] = ACTIONS(4769),
[sym__heredoc_body_beginning] = ACTIONS(4769),
[sym_file_descriptor] = ACTIONS(4769),
[sym__concat] = ACTIONS(4769),
[sym_variable_name] = ACTIONS(4769),
[ts_builtin_sym_end] = ACTIONS(4769),
[anon_sym_SEMI] = ACTIONS(4771),
[anon_sym_PIPE] = ACTIONS(4771),
[anon_sym_RPAREN] = ACTIONS(4769),
[anon_sym_SEMI_SEMI] = ACTIONS(4769),
[anon_sym_PIPE_AMP] = ACTIONS(4769),
[anon_sym_AMP_AMP] = ACTIONS(4769),
[anon_sym_PIPE_PIPE] = ACTIONS(4769),
[anon_sym_LT] = ACTIONS(4771),
[anon_sym_GT] = ACTIONS(4771),
[anon_sym_GT_GT] = ACTIONS(4769),
[anon_sym_AMP_GT] = ACTIONS(4771),
[anon_sym_AMP_GT_GT] = ACTIONS(4769),
[anon_sym_LT_AMP] = ACTIONS(4769),
[anon_sym_GT_AMP] = ACTIONS(4769),
[anon_sym_LT_LT] = ACTIONS(4771),
[anon_sym_LT_LT_DASH] = ACTIONS(4769),
[anon_sym_LT_LT_LT] = ACTIONS(4769),
[sym__special_characters] = ACTIONS(4769),
[anon_sym_DQUOTE] = ACTIONS(4769),
[anon_sym_DOLLAR] = ACTIONS(4771),
[sym_raw_string] = ACTIONS(4769),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4769),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4769),
[anon_sym_BQUOTE] = ACTIONS(4769),
[anon_sym_LT_LPAREN] = ACTIONS(4769),
[anon_sym_GT_LPAREN] = ACTIONS(4769),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4771),
[sym_word] = ACTIONS(4771),
[anon_sym_LF] = ACTIONS(4769),
[anon_sym_AMP] = ACTIONS(4771),
},
[1997] = {
[sym__simple_heredoc_body] = ACTIONS(4789),
[sym__heredoc_body_beginning] = ACTIONS(4789),
[sym_file_descriptor] = ACTIONS(4789),
[sym__concat] = ACTIONS(4789),
[sym_variable_name] = ACTIONS(4789),
[ts_builtin_sym_end] = ACTIONS(4789),
[anon_sym_SEMI] = ACTIONS(4791),
[anon_sym_PIPE] = ACTIONS(4791),
[anon_sym_RPAREN] = ACTIONS(4789),
[anon_sym_SEMI_SEMI] = ACTIONS(4789),
[anon_sym_PIPE_AMP] = ACTIONS(4789),
[anon_sym_AMP_AMP] = ACTIONS(4789),
[anon_sym_PIPE_PIPE] = ACTIONS(4789),
[anon_sym_LT] = ACTIONS(4791),
[anon_sym_GT] = ACTIONS(4791),
[anon_sym_GT_GT] = ACTIONS(4789),
[anon_sym_AMP_GT] = ACTIONS(4791),
[anon_sym_AMP_GT_GT] = ACTIONS(4789),
[anon_sym_LT_AMP] = ACTIONS(4789),
[anon_sym_GT_AMP] = ACTIONS(4789),
[anon_sym_LT_LT] = ACTIONS(4791),
[anon_sym_LT_LT_DASH] = ACTIONS(4789),
[anon_sym_LT_LT_LT] = ACTIONS(4789),
[sym__special_characters] = ACTIONS(4789),
[anon_sym_DQUOTE] = ACTIONS(4789),
[anon_sym_DOLLAR] = ACTIONS(4791),
[sym_raw_string] = ACTIONS(4789),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4789),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4789),
[anon_sym_BQUOTE] = ACTIONS(4789),
[anon_sym_LT_LPAREN] = ACTIONS(4789),
[anon_sym_GT_LPAREN] = ACTIONS(4789),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4791),
[sym_word] = ACTIONS(4791),
[anon_sym_LF] = ACTIONS(4789),
[anon_sym_AMP] = ACTIONS(4791),
},
[1998] = {
[sym__simple_heredoc_body] = ACTIONS(4793),
[sym__heredoc_body_beginning] = ACTIONS(4793),
[sym_file_descriptor] = ACTIONS(4793),
[sym__concat] = ACTIONS(4793),
[sym_variable_name] = ACTIONS(4793),
[ts_builtin_sym_end] = ACTIONS(4793),
[anon_sym_SEMI] = ACTIONS(4795),
[anon_sym_PIPE] = ACTIONS(4795),
[anon_sym_RPAREN] = ACTIONS(4793),
[anon_sym_SEMI_SEMI] = ACTIONS(4793),
[anon_sym_PIPE_AMP] = ACTIONS(4793),
[anon_sym_AMP_AMP] = ACTIONS(4793),
[anon_sym_PIPE_PIPE] = ACTIONS(4793),
[anon_sym_LT] = ACTIONS(4795),
[anon_sym_GT] = ACTIONS(4795),
[anon_sym_GT_GT] = ACTIONS(4793),
[anon_sym_AMP_GT] = ACTIONS(4795),
[anon_sym_AMP_GT_GT] = ACTIONS(4793),
[anon_sym_LT_AMP] = ACTIONS(4793),
[anon_sym_GT_AMP] = ACTIONS(4793),
[anon_sym_LT_LT] = ACTIONS(4795),
[anon_sym_LT_LT_DASH] = ACTIONS(4793),
[anon_sym_LT_LT_LT] = ACTIONS(4793),
[sym__special_characters] = ACTIONS(4793),
[anon_sym_DQUOTE] = ACTIONS(4793),
[anon_sym_DOLLAR] = ACTIONS(4795),
[sym_raw_string] = ACTIONS(4793),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4793),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4793),
[anon_sym_BQUOTE] = ACTIONS(4793),
[anon_sym_LT_LPAREN] = ACTIONS(4793),
[anon_sym_GT_LPAREN] = ACTIONS(4793),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4795),
[sym_word] = ACTIONS(4795),
[anon_sym_LF] = ACTIONS(4793),
[anon_sym_AMP] = ACTIONS(4795),
},
[1999] = {
[sym__simple_heredoc_body] = ACTIONS(4725),
[sym__heredoc_body_beginning] = ACTIONS(4725),
[sym_file_descriptor] = ACTIONS(4725),
[sym__concat] = ACTIONS(4725),
[ts_builtin_sym_end] = ACTIONS(4725),
[anon_sym_SEMI] = ACTIONS(4727),
[anon_sym_PIPE] = ACTIONS(4727),
[anon_sym_RPAREN] = ACTIONS(4725),
[anon_sym_SEMI_SEMI] = ACTIONS(4725),
[anon_sym_PIPE_AMP] = ACTIONS(4725),
[anon_sym_AMP_AMP] = ACTIONS(4725),
[anon_sym_PIPE_PIPE] = ACTIONS(4725),
[anon_sym_LT] = ACTIONS(4727),
[anon_sym_GT] = ACTIONS(4727),
[anon_sym_GT_GT] = ACTIONS(4725),
[anon_sym_AMP_GT] = ACTIONS(4727),
[anon_sym_AMP_GT_GT] = ACTIONS(4725),
[anon_sym_LT_AMP] = ACTIONS(4725),
[anon_sym_GT_AMP] = ACTIONS(4725),
[anon_sym_LT_LT] = ACTIONS(4727),
[anon_sym_LT_LT_DASH] = ACTIONS(4725),
[anon_sym_LT_LT_LT] = ACTIONS(4725),
[sym__special_characters] = ACTIONS(4725),
[anon_sym_DQUOTE] = ACTIONS(4725),
[anon_sym_DOLLAR] = ACTIONS(4727),
[sym_raw_string] = ACTIONS(4725),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4725),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4725),
[anon_sym_BQUOTE] = ACTIONS(4725),
[anon_sym_LT_LPAREN] = ACTIONS(4725),
[anon_sym_GT_LPAREN] = ACTIONS(4725),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4727),
[sym_word] = ACTIONS(4727),
[anon_sym_LF] = ACTIONS(4725),
[anon_sym_AMP] = ACTIONS(4727),
},
[2000] = {
[sym__simple_heredoc_body] = ACTIONS(4729),
[sym__heredoc_body_beginning] = ACTIONS(4729),
[sym_file_descriptor] = ACTIONS(4729),
[sym__concat] = ACTIONS(4729),
[ts_builtin_sym_end] = ACTIONS(4729),
[anon_sym_SEMI] = ACTIONS(4731),
[anon_sym_PIPE] = ACTIONS(4731),
[anon_sym_RPAREN] = ACTIONS(4729),
[anon_sym_SEMI_SEMI] = ACTIONS(4729),
[anon_sym_PIPE_AMP] = ACTIONS(4729),
[anon_sym_AMP_AMP] = ACTIONS(4729),
[anon_sym_PIPE_PIPE] = ACTIONS(4729),
[anon_sym_LT] = ACTIONS(4731),
[anon_sym_GT] = ACTIONS(4731),
[anon_sym_GT_GT] = ACTIONS(4729),
[anon_sym_AMP_GT] = ACTIONS(4731),
[anon_sym_AMP_GT_GT] = ACTIONS(4729),
[anon_sym_LT_AMP] = ACTIONS(4729),
[anon_sym_GT_AMP] = ACTIONS(4729),
[anon_sym_LT_LT] = ACTIONS(4731),
[anon_sym_LT_LT_DASH] = ACTIONS(4729),
[anon_sym_LT_LT_LT] = ACTIONS(4729),
[sym__special_characters] = ACTIONS(4729),
[anon_sym_DQUOTE] = ACTIONS(4729),
[anon_sym_DOLLAR] = ACTIONS(4731),
[sym_raw_string] = ACTIONS(4729),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4729),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4729),
[anon_sym_BQUOTE] = ACTIONS(4729),
[anon_sym_LT_LPAREN] = ACTIONS(4729),
[anon_sym_GT_LPAREN] = ACTIONS(4729),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4731),
[sym_word] = ACTIONS(4731),
[anon_sym_LF] = ACTIONS(4729),
[anon_sym_AMP] = ACTIONS(4731),
},
[2001] = {
[sym__simple_heredoc_body] = ACTIONS(4733),
[sym__heredoc_body_beginning] = ACTIONS(4733),
[sym_file_descriptor] = ACTIONS(4733),
[sym__concat] = ACTIONS(4733),
[ts_builtin_sym_end] = ACTIONS(4733),
[anon_sym_SEMI] = ACTIONS(4735),
[anon_sym_PIPE] = ACTIONS(4735),
[anon_sym_RPAREN] = ACTIONS(4733),
[anon_sym_SEMI_SEMI] = ACTIONS(4733),
[anon_sym_PIPE_AMP] = ACTIONS(4733),
[anon_sym_AMP_AMP] = ACTIONS(4733),
[anon_sym_PIPE_PIPE] = ACTIONS(4733),
[anon_sym_LT] = ACTIONS(4735),
[anon_sym_GT] = ACTIONS(4735),
[anon_sym_GT_GT] = ACTIONS(4733),
[anon_sym_AMP_GT] = ACTIONS(4735),
[anon_sym_AMP_GT_GT] = ACTIONS(4733),
[anon_sym_LT_AMP] = ACTIONS(4733),
[anon_sym_GT_AMP] = ACTIONS(4733),
[anon_sym_LT_LT] = ACTIONS(4735),
[anon_sym_LT_LT_DASH] = ACTIONS(4733),
[anon_sym_LT_LT_LT] = ACTIONS(4733),
[sym__special_characters] = ACTIONS(4733),
[anon_sym_DQUOTE] = ACTIONS(4733),
[anon_sym_DOLLAR] = ACTIONS(4735),
[sym_raw_string] = ACTIONS(4733),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4733),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4733),
[anon_sym_BQUOTE] = ACTIONS(4733),
[anon_sym_LT_LPAREN] = ACTIONS(4733),
[anon_sym_GT_LPAREN] = ACTIONS(4733),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4735),
[sym_word] = ACTIONS(4735),
[anon_sym_LF] = ACTIONS(4733),
[anon_sym_AMP] = ACTIONS(4735),
},
[2002] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5156),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2003] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5158),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2004] = {
[sym__simple_heredoc_body] = ACTIONS(4769),
[sym__heredoc_body_beginning] = ACTIONS(4769),
[sym_file_descriptor] = ACTIONS(4769),
[sym__concat] = ACTIONS(4769),
[ts_builtin_sym_end] = ACTIONS(4769),
[anon_sym_SEMI] = ACTIONS(4771),
[anon_sym_PIPE] = ACTIONS(4771),
[anon_sym_RPAREN] = ACTIONS(4769),
[anon_sym_SEMI_SEMI] = ACTIONS(4769),
[anon_sym_PIPE_AMP] = ACTIONS(4769),
[anon_sym_AMP_AMP] = ACTIONS(4769),
[anon_sym_PIPE_PIPE] = ACTIONS(4769),
[anon_sym_LT] = ACTIONS(4771),
[anon_sym_GT] = ACTIONS(4771),
[anon_sym_GT_GT] = ACTIONS(4769),
[anon_sym_AMP_GT] = ACTIONS(4771),
[anon_sym_AMP_GT_GT] = ACTIONS(4769),
[anon_sym_LT_AMP] = ACTIONS(4769),
[anon_sym_GT_AMP] = ACTIONS(4769),
[anon_sym_LT_LT] = ACTIONS(4771),
[anon_sym_LT_LT_DASH] = ACTIONS(4769),
[anon_sym_LT_LT_LT] = ACTIONS(4769),
[sym__special_characters] = ACTIONS(4769),
[anon_sym_DQUOTE] = ACTIONS(4769),
[anon_sym_DOLLAR] = ACTIONS(4771),
[sym_raw_string] = ACTIONS(4769),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4769),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4769),
[anon_sym_BQUOTE] = ACTIONS(4769),
[anon_sym_LT_LPAREN] = ACTIONS(4769),
[anon_sym_GT_LPAREN] = ACTIONS(4769),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4771),
[sym_word] = ACTIONS(4771),
[anon_sym_LF] = ACTIONS(4769),
[anon_sym_AMP] = ACTIONS(4771),
},
[2005] = {
[sym__simple_heredoc_body] = ACTIONS(4789),
[sym__heredoc_body_beginning] = ACTIONS(4789),
[sym_file_descriptor] = ACTIONS(4789),
[sym__concat] = ACTIONS(4789),
[ts_builtin_sym_end] = ACTIONS(4789),
[anon_sym_SEMI] = ACTIONS(4791),
[anon_sym_PIPE] = ACTIONS(4791),
[anon_sym_RPAREN] = ACTIONS(4789),
[anon_sym_SEMI_SEMI] = ACTIONS(4789),
[anon_sym_PIPE_AMP] = ACTIONS(4789),
[anon_sym_AMP_AMP] = ACTIONS(4789),
[anon_sym_PIPE_PIPE] = ACTIONS(4789),
[anon_sym_LT] = ACTIONS(4791),
[anon_sym_GT] = ACTIONS(4791),
[anon_sym_GT_GT] = ACTIONS(4789),
[anon_sym_AMP_GT] = ACTIONS(4791),
[anon_sym_AMP_GT_GT] = ACTIONS(4789),
[anon_sym_LT_AMP] = ACTIONS(4789),
[anon_sym_GT_AMP] = ACTIONS(4789),
[anon_sym_LT_LT] = ACTIONS(4791),
[anon_sym_LT_LT_DASH] = ACTIONS(4789),
[anon_sym_LT_LT_LT] = ACTIONS(4789),
[sym__special_characters] = ACTIONS(4789),
[anon_sym_DQUOTE] = ACTIONS(4789),
[anon_sym_DOLLAR] = ACTIONS(4791),
[sym_raw_string] = ACTIONS(4789),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4789),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4789),
[anon_sym_BQUOTE] = ACTIONS(4789),
[anon_sym_LT_LPAREN] = ACTIONS(4789),
[anon_sym_GT_LPAREN] = ACTIONS(4789),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4791),
[sym_word] = ACTIONS(4791),
[anon_sym_LF] = ACTIONS(4789),
[anon_sym_AMP] = ACTIONS(4791),
},
[2006] = {
[sym__simple_heredoc_body] = ACTIONS(4793),
[sym__heredoc_body_beginning] = ACTIONS(4793),
[sym_file_descriptor] = ACTIONS(4793),
[sym__concat] = ACTIONS(4793),
[ts_builtin_sym_end] = ACTIONS(4793),
[anon_sym_SEMI] = ACTIONS(4795),
[anon_sym_PIPE] = ACTIONS(4795),
[anon_sym_RPAREN] = ACTIONS(4793),
[anon_sym_SEMI_SEMI] = ACTIONS(4793),
[anon_sym_PIPE_AMP] = ACTIONS(4793),
[anon_sym_AMP_AMP] = ACTIONS(4793),
[anon_sym_PIPE_PIPE] = ACTIONS(4793),
[anon_sym_LT] = ACTIONS(4795),
[anon_sym_GT] = ACTIONS(4795),
[anon_sym_GT_GT] = ACTIONS(4793),
[anon_sym_AMP_GT] = ACTIONS(4795),
[anon_sym_AMP_GT_GT] = ACTIONS(4793),
[anon_sym_LT_AMP] = ACTIONS(4793),
[anon_sym_GT_AMP] = ACTIONS(4793),
[anon_sym_LT_LT] = ACTIONS(4795),
[anon_sym_LT_LT_DASH] = ACTIONS(4793),
[anon_sym_LT_LT_LT] = ACTIONS(4793),
[sym__special_characters] = ACTIONS(4793),
[anon_sym_DQUOTE] = ACTIONS(4793),
[anon_sym_DOLLAR] = ACTIONS(4795),
[sym_raw_string] = ACTIONS(4793),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4793),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4793),
[anon_sym_BQUOTE] = ACTIONS(4793),
[anon_sym_LT_LPAREN] = ACTIONS(4793),
[anon_sym_GT_LPAREN] = ACTIONS(4793),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4795),
[sym_word] = ACTIONS(4795),
[anon_sym_LF] = ACTIONS(4793),
[anon_sym_AMP] = ACTIONS(4795),
},
[2007] = {
[sym_file_descriptor] = ACTIONS(4725),
[sym__concat] = ACTIONS(4725),
[sym_variable_name] = ACTIONS(4725),
[anon_sym_LT] = ACTIONS(4727),
[anon_sym_GT] = ACTIONS(4727),
[anon_sym_GT_GT] = ACTIONS(4725),
[anon_sym_AMP_GT] = ACTIONS(4727),
[anon_sym_AMP_GT_GT] = ACTIONS(4725),
[anon_sym_LT_AMP] = ACTIONS(4725),
[anon_sym_GT_AMP] = ACTIONS(4725),
[sym__special_characters] = ACTIONS(4725),
[anon_sym_DQUOTE] = ACTIONS(4725),
[anon_sym_DOLLAR] = ACTIONS(4727),
[sym_raw_string] = ACTIONS(4725),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4725),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4725),
[anon_sym_BQUOTE] = ACTIONS(4725),
[anon_sym_LT_LPAREN] = ACTIONS(4725),
[anon_sym_GT_LPAREN] = ACTIONS(4725),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4725),
},
[2008] = {
[sym_file_descriptor] = ACTIONS(4729),
[sym__concat] = ACTIONS(4729),
[sym_variable_name] = ACTIONS(4729),
[anon_sym_LT] = ACTIONS(4731),
[anon_sym_GT] = ACTIONS(4731),
[anon_sym_GT_GT] = ACTIONS(4729),
[anon_sym_AMP_GT] = ACTIONS(4731),
[anon_sym_AMP_GT_GT] = ACTIONS(4729),
[anon_sym_LT_AMP] = ACTIONS(4729),
[anon_sym_GT_AMP] = ACTIONS(4729),
[sym__special_characters] = ACTIONS(4729),
[anon_sym_DQUOTE] = ACTIONS(4729),
[anon_sym_DOLLAR] = ACTIONS(4731),
[sym_raw_string] = ACTIONS(4729),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4729),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4729),
[anon_sym_BQUOTE] = ACTIONS(4729),
[anon_sym_LT_LPAREN] = ACTIONS(4729),
[anon_sym_GT_LPAREN] = ACTIONS(4729),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4729),
},
[2009] = {
[sym_file_descriptor] = ACTIONS(4733),
[sym__concat] = ACTIONS(4733),
[sym_variable_name] = ACTIONS(4733),
[anon_sym_LT] = ACTIONS(4735),
[anon_sym_GT] = ACTIONS(4735),
[anon_sym_GT_GT] = ACTIONS(4733),
[anon_sym_AMP_GT] = ACTIONS(4735),
[anon_sym_AMP_GT_GT] = ACTIONS(4733),
[anon_sym_LT_AMP] = ACTIONS(4733),
[anon_sym_GT_AMP] = ACTIONS(4733),
[sym__special_characters] = ACTIONS(4733),
[anon_sym_DQUOTE] = ACTIONS(4733),
[anon_sym_DOLLAR] = ACTIONS(4735),
[sym_raw_string] = ACTIONS(4733),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4733),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4733),
[anon_sym_BQUOTE] = ACTIONS(4733),
[anon_sym_LT_LPAREN] = ACTIONS(4733),
[anon_sym_GT_LPAREN] = ACTIONS(4733),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4733),
},
[2010] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5160),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2011] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5162),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2012] = {
[sym_file_descriptor] = ACTIONS(4769),
[sym__concat] = ACTIONS(4769),
[sym_variable_name] = ACTIONS(4769),
[anon_sym_LT] = ACTIONS(4771),
[anon_sym_GT] = ACTIONS(4771),
[anon_sym_GT_GT] = ACTIONS(4769),
[anon_sym_AMP_GT] = ACTIONS(4771),
[anon_sym_AMP_GT_GT] = ACTIONS(4769),
[anon_sym_LT_AMP] = ACTIONS(4769),
[anon_sym_GT_AMP] = ACTIONS(4769),
[sym__special_characters] = ACTIONS(4769),
[anon_sym_DQUOTE] = ACTIONS(4769),
[anon_sym_DOLLAR] = ACTIONS(4771),
[sym_raw_string] = ACTIONS(4769),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4769),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4769),
[anon_sym_BQUOTE] = ACTIONS(4769),
[anon_sym_LT_LPAREN] = ACTIONS(4769),
[anon_sym_GT_LPAREN] = ACTIONS(4769),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4769),
},
[2013] = {
[sym_file_descriptor] = ACTIONS(4789),
[sym__concat] = ACTIONS(4789),
[sym_variable_name] = ACTIONS(4789),
[anon_sym_LT] = ACTIONS(4791),
[anon_sym_GT] = ACTIONS(4791),
[anon_sym_GT_GT] = ACTIONS(4789),
[anon_sym_AMP_GT] = ACTIONS(4791),
[anon_sym_AMP_GT_GT] = ACTIONS(4789),
[anon_sym_LT_AMP] = ACTIONS(4789),
[anon_sym_GT_AMP] = ACTIONS(4789),
[sym__special_characters] = ACTIONS(4789),
[anon_sym_DQUOTE] = ACTIONS(4789),
[anon_sym_DOLLAR] = ACTIONS(4791),
[sym_raw_string] = ACTIONS(4789),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4789),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4789),
[anon_sym_BQUOTE] = ACTIONS(4789),
[anon_sym_LT_LPAREN] = ACTIONS(4789),
[anon_sym_GT_LPAREN] = ACTIONS(4789),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4789),
},
[2014] = {
[sym_file_descriptor] = ACTIONS(4793),
[sym__concat] = ACTIONS(4793),
[sym_variable_name] = ACTIONS(4793),
[anon_sym_LT] = ACTIONS(4795),
[anon_sym_GT] = ACTIONS(4795),
[anon_sym_GT_GT] = ACTIONS(4793),
[anon_sym_AMP_GT] = ACTIONS(4795),
[anon_sym_AMP_GT_GT] = ACTIONS(4793),
[anon_sym_LT_AMP] = ACTIONS(4793),
[anon_sym_GT_AMP] = ACTIONS(4793),
[sym__special_characters] = ACTIONS(4793),
[anon_sym_DQUOTE] = ACTIONS(4793),
[anon_sym_DOLLAR] = ACTIONS(4795),
[sym_raw_string] = ACTIONS(4793),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4793),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4793),
[anon_sym_BQUOTE] = ACTIONS(4793),
[anon_sym_LT_LPAREN] = ACTIONS(4793),
[anon_sym_GT_LPAREN] = ACTIONS(4793),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4793),
},
[2015] = {
[sym__concat] = ACTIONS(4725),
[anon_sym_DQUOTE] = ACTIONS(4727),
[anon_sym_DOLLAR] = ACTIONS(4727),
[sym__string_content] = ACTIONS(4725),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4727),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4727),
[anon_sym_BQUOTE] = ACTIONS(4727),
[sym_comment] = ACTIONS(265),
},
[2016] = {
[sym__concat] = ACTIONS(4729),
[anon_sym_DQUOTE] = ACTIONS(4731),
[anon_sym_DOLLAR] = ACTIONS(4731),
[sym__string_content] = ACTIONS(4729),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4731),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4731),
[anon_sym_BQUOTE] = ACTIONS(4731),
[sym_comment] = ACTIONS(265),
},
[2017] = {
[sym__concat] = ACTIONS(4733),
[anon_sym_DQUOTE] = ACTIONS(4735),
[anon_sym_DOLLAR] = ACTIONS(4735),
[sym__string_content] = ACTIONS(4733),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4735),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4735),
[anon_sym_BQUOTE] = ACTIONS(4735),
[sym_comment] = ACTIONS(265),
},
[2018] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5164),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2019] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5166),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2020] = {
[sym__concat] = ACTIONS(4769),
[anon_sym_DQUOTE] = ACTIONS(4771),
[anon_sym_DOLLAR] = ACTIONS(4771),
[sym__string_content] = ACTIONS(4769),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4771),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4771),
[anon_sym_BQUOTE] = ACTIONS(4771),
[sym_comment] = ACTIONS(265),
},
[2021] = {
[sym__concat] = ACTIONS(4789),
[anon_sym_DQUOTE] = ACTIONS(4791),
[anon_sym_DOLLAR] = ACTIONS(4791),
[sym__string_content] = ACTIONS(4789),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4791),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4791),
[anon_sym_BQUOTE] = ACTIONS(4791),
[sym_comment] = ACTIONS(265),
},
[2022] = {
[anon_sym_RBRACE] = ACTIONS(4146),
[anon_sym_EQ] = ACTIONS(5168),
[anon_sym_DASH] = ACTIONS(5168),
[sym__special_characters] = ACTIONS(5168),
[anon_sym_DQUOTE] = ACTIONS(4146),
[anon_sym_DOLLAR] = ACTIONS(5168),
[sym_raw_string] = ACTIONS(4146),
[anon_sym_POUND] = ACTIONS(4146),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4146),
[anon_sym_SLASH] = ACTIONS(4146),
[anon_sym_COLON] = ACTIONS(5168),
[anon_sym_COLON_QMARK] = ACTIONS(5168),
[anon_sym_COLON_DASH] = ACTIONS(5168),
[anon_sym_PERCENT] = ACTIONS(5168),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4146),
[anon_sym_BQUOTE] = ACTIONS(4146),
[anon_sym_LT_LPAREN] = ACTIONS(4146),
[anon_sym_GT_LPAREN] = ACTIONS(4146),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(5168),
},
[2023] = {
[anon_sym_RBRACE] = ACTIONS(4148),
[anon_sym_EQ] = ACTIONS(5170),
[anon_sym_DASH] = ACTIONS(5170),
[sym__special_characters] = ACTIONS(5170),
[anon_sym_DQUOTE] = ACTIONS(4148),
[anon_sym_DOLLAR] = ACTIONS(5170),
[sym_raw_string] = ACTIONS(4148),
[anon_sym_POUND] = ACTIONS(4148),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4148),
[anon_sym_SLASH] = ACTIONS(4148),
[anon_sym_COLON] = ACTIONS(5170),
[anon_sym_COLON_QMARK] = ACTIONS(5170),
[anon_sym_COLON_DASH] = ACTIONS(5170),
[anon_sym_PERCENT] = ACTIONS(5170),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4148),
[anon_sym_BQUOTE] = ACTIONS(4148),
[anon_sym_LT_LPAREN] = ACTIONS(4148),
[anon_sym_GT_LPAREN] = ACTIONS(4148),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(5170),
},
[2024] = {
[sym__concat] = ACTIONS(2934),
[anon_sym_RBRACE] = ACTIONS(2934),
[sym_comment] = ACTIONS(57),
},
[2025] = {
[sym__concat] = ACTIONS(2948),
[anon_sym_RBRACE] = ACTIONS(2948),
[sym_comment] = ACTIONS(57),
},
[2026] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(5172),
[sym_comment] = ACTIONS(57),
},
[2027] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(5174),
[sym_comment] = ACTIONS(57),
},
[2028] = {
[anon_sym_RBRACE] = ACTIONS(5174),
[sym_comment] = ACTIONS(57),
},
[2029] = {
[sym_concatenation] = STATE(2235),
[sym_string] = STATE(2234),
[sym_simple_expansion] = STATE(2234),
[sym_string_expansion] = STATE(2234),
[sym_expansion] = STATE(2234),
[sym_command_substitution] = STATE(2234),
[sym_process_substitution] = STATE(2234),
[anon_sym_RBRACE] = ACTIONS(5174),
[sym__special_characters] = ACTIONS(5176),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(5178),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5178),
},
[2030] = {
[sym__concat] = ACTIONS(2984),
[anon_sym_RBRACE] = ACTIONS(2984),
[sym_comment] = ACTIONS(57),
},
[2031] = {
[sym_concatenation] = STATE(2238),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2238),
[sym_regex] = ACTIONS(5180),
[anon_sym_RBRACE] = ACTIONS(5182),
[anon_sym_EQ] = ACTIONS(5184),
[anon_sym_DASH] = ACTIONS(5184),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(5186),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(5184),
[anon_sym_COLON_QMARK] = ACTIONS(5184),
[anon_sym_COLON_DASH] = ACTIONS(5184),
[anon_sym_PERCENT] = ACTIONS(5184),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2032] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5182),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2033] = {
[sym_concatenation] = STATE(2240),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2240),
[sym_regex] = ACTIONS(5188),
[anon_sym_RBRACE] = ACTIONS(5174),
[anon_sym_EQ] = ACTIONS(5190),
[anon_sym_DASH] = ACTIONS(5190),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(5192),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(5190),
[anon_sym_COLON_QMARK] = ACTIONS(5190),
[anon_sym_COLON_DASH] = ACTIONS(5190),
[anon_sym_PERCENT] = ACTIONS(5190),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2034] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5174),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2035] = {
[sym_concatenation] = STATE(2242),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2242),
[anon_sym_RBRACE] = ACTIONS(5194),
[anon_sym_EQ] = ACTIONS(5196),
[anon_sym_DASH] = ACTIONS(5196),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(5198),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(5196),
[anon_sym_COLON_QMARK] = ACTIONS(5196),
[anon_sym_COLON_DASH] = ACTIONS(5196),
[anon_sym_PERCENT] = ACTIONS(5196),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2036] = {
[sym__concat] = ACTIONS(3040),
[anon_sym_RBRACE] = ACTIONS(3040),
[sym_comment] = ACTIONS(57),
},
[2037] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5194),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2038] = {
[sym_concatenation] = STATE(2240),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2240),
[anon_sym_RBRACE] = ACTIONS(5174),
[anon_sym_EQ] = ACTIONS(5190),
[anon_sym_DASH] = ACTIONS(5190),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(5192),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(5190),
[anon_sym_COLON_QMARK] = ACTIONS(5190),
[anon_sym_COLON_DASH] = ACTIONS(5190),
[anon_sym_PERCENT] = ACTIONS(5190),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2039] = {
[sym__concat] = ACTIONS(3095),
[anon_sym_RBRACE] = ACTIONS(3095),
[sym_comment] = ACTIONS(57),
},
[2040] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(5200),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2041] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(5200),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2042] = {
[anon_sym_SEMI] = ACTIONS(5202),
[anon_sym_RPAREN] = ACTIONS(5200),
[anon_sym_SEMI_SEMI] = ACTIONS(5204),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5204),
[anon_sym_AMP] = ACTIONS(5204),
},
[2043] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(5200),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2044] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(5200),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2045] = {
[anon_sym_SEMI] = ACTIONS(5206),
[anon_sym_SEMI_SEMI] = ACTIONS(5208),
[anon_sym_BQUOTE] = ACTIONS(5200),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5208),
[anon_sym_AMP] = ACTIONS(5208),
},
[2046] = {
[sym__concat] = ACTIONS(3125),
[anon_sym_RBRACE] = ACTIONS(3125),
[sym_comment] = ACTIONS(57),
},
[2047] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(5210),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2048] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(5210),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2049] = {
[anon_sym_SEMI] = ACTIONS(5212),
[anon_sym_RPAREN] = ACTIONS(5210),
[anon_sym_SEMI_SEMI] = ACTIONS(5214),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5214),
[anon_sym_AMP] = ACTIONS(5214),
},
[2050] = {
[sym__simple_heredoc_body] = ACTIONS(5216),
[sym__heredoc_body_beginning] = ACTIONS(5216),
[sym_file_descriptor] = ACTIONS(5216),
[sym__concat] = ACTIONS(5216),
[ts_builtin_sym_end] = ACTIONS(5216),
[anon_sym_SEMI] = ACTIONS(5218),
[anon_sym_PIPE] = ACTIONS(5218),
[anon_sym_RPAREN] = ACTIONS(5216),
[anon_sym_SEMI_SEMI] = ACTIONS(5216),
[anon_sym_PIPE_AMP] = ACTIONS(5216),
[anon_sym_AMP_AMP] = ACTIONS(5216),
[anon_sym_PIPE_PIPE] = ACTIONS(5216),
[anon_sym_EQ_TILDE] = ACTIONS(5218),
[anon_sym_EQ_EQ] = ACTIONS(5218),
[anon_sym_LT] = ACTIONS(5218),
[anon_sym_GT] = ACTIONS(5218),
[anon_sym_GT_GT] = ACTIONS(5216),
[anon_sym_AMP_GT] = ACTIONS(5218),
[anon_sym_AMP_GT_GT] = ACTIONS(5216),
[anon_sym_LT_AMP] = ACTIONS(5216),
[anon_sym_GT_AMP] = ACTIONS(5216),
[anon_sym_LT_LT] = ACTIONS(5218),
[anon_sym_LT_LT_DASH] = ACTIONS(5216),
[anon_sym_LT_LT_LT] = ACTIONS(5216),
[sym__special_characters] = ACTIONS(5216),
[anon_sym_DQUOTE] = ACTIONS(5216),
[anon_sym_DOLLAR] = ACTIONS(5218),
[sym_raw_string] = ACTIONS(5216),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5216),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5216),
[anon_sym_BQUOTE] = ACTIONS(5216),
[anon_sym_LT_LPAREN] = ACTIONS(5216),
[anon_sym_GT_LPAREN] = ACTIONS(5216),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5218),
[anon_sym_LF] = ACTIONS(5216),
[anon_sym_AMP] = ACTIONS(5218),
},
[2051] = {
[sym__simple_heredoc_body] = ACTIONS(5220),
[sym__heredoc_body_beginning] = ACTIONS(5220),
[sym_file_descriptor] = ACTIONS(5220),
[sym__concat] = ACTIONS(5220),
[ts_builtin_sym_end] = ACTIONS(5220),
[anon_sym_SEMI] = ACTIONS(5222),
[anon_sym_PIPE] = ACTIONS(5222),
[anon_sym_RPAREN] = ACTIONS(5220),
[anon_sym_SEMI_SEMI] = ACTIONS(5220),
[anon_sym_PIPE_AMP] = ACTIONS(5220),
[anon_sym_AMP_AMP] = ACTIONS(5220),
[anon_sym_PIPE_PIPE] = ACTIONS(5220),
[anon_sym_EQ_TILDE] = ACTIONS(5222),
[anon_sym_EQ_EQ] = ACTIONS(5222),
[anon_sym_LT] = ACTIONS(5222),
[anon_sym_GT] = ACTIONS(5222),
[anon_sym_GT_GT] = ACTIONS(5220),
[anon_sym_AMP_GT] = ACTIONS(5222),
[anon_sym_AMP_GT_GT] = ACTIONS(5220),
[anon_sym_LT_AMP] = ACTIONS(5220),
[anon_sym_GT_AMP] = ACTIONS(5220),
[anon_sym_LT_LT] = ACTIONS(5222),
[anon_sym_LT_LT_DASH] = ACTIONS(5220),
[anon_sym_LT_LT_LT] = ACTIONS(5220),
[sym__special_characters] = ACTIONS(5220),
[anon_sym_DQUOTE] = ACTIONS(5220),
[anon_sym_DOLLAR] = ACTIONS(5222),
[sym_raw_string] = ACTIONS(5220),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5220),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5220),
[anon_sym_BQUOTE] = ACTIONS(5220),
[anon_sym_LT_LPAREN] = ACTIONS(5220),
[anon_sym_GT_LPAREN] = ACTIONS(5220),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5222),
[anon_sym_LF] = ACTIONS(5220),
[anon_sym_AMP] = ACTIONS(5222),
},
[2052] = {
[sym__concat] = ACTIONS(3941),
[anon_sym_RBRACE] = ACTIONS(3941),
[anon_sym_EQ] = ACTIONS(3943),
[anon_sym_DASH] = ACTIONS(3943),
[sym__special_characters] = ACTIONS(3943),
[anon_sym_DQUOTE] = ACTIONS(3941),
[anon_sym_DOLLAR] = ACTIONS(3943),
[sym_raw_string] = ACTIONS(3941),
[anon_sym_POUND] = ACTIONS(3941),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3941),
[anon_sym_COLON] = ACTIONS(3943),
[anon_sym_COLON_QMARK] = ACTIONS(3943),
[anon_sym_COLON_DASH] = ACTIONS(3943),
[anon_sym_PERCENT] = ACTIONS(3943),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3941),
[anon_sym_BQUOTE] = ACTIONS(3941),
[anon_sym_LT_LPAREN] = ACTIONS(3941),
[anon_sym_GT_LPAREN] = ACTIONS(3941),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(3943),
},
[2053] = {
[sym__concat] = ACTIONS(3949),
[anon_sym_RBRACE] = ACTIONS(3949),
[anon_sym_EQ] = ACTIONS(3951),
[anon_sym_DASH] = ACTIONS(3951),
[sym__special_characters] = ACTIONS(3951),
[anon_sym_DQUOTE] = ACTIONS(3949),
[anon_sym_DOLLAR] = ACTIONS(3951),
[sym_raw_string] = ACTIONS(3949),
[anon_sym_POUND] = ACTIONS(3949),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3949),
[anon_sym_COLON] = ACTIONS(3951),
[anon_sym_COLON_QMARK] = ACTIONS(3951),
[anon_sym_COLON_DASH] = ACTIONS(3951),
[anon_sym_PERCENT] = ACTIONS(3951),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3949),
[anon_sym_BQUOTE] = ACTIONS(3949),
[anon_sym_LT_LPAREN] = ACTIONS(3949),
[anon_sym_GT_LPAREN] = ACTIONS(3949),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(3951),
},
[2054] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(5224),
[sym_comment] = ACTIONS(57),
},
[2055] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(5226),
[sym_comment] = ACTIONS(57),
},
[2056] = {
[anon_sym_RBRACE] = ACTIONS(5226),
[sym_comment] = ACTIONS(57),
},
[2057] = {
[sym_concatenation] = STATE(2251),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2251),
[anon_sym_RBRACE] = ACTIONS(5228),
[anon_sym_EQ] = ACTIONS(5230),
[anon_sym_DASH] = ACTIONS(5230),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(5232),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(5230),
[anon_sym_COLON_QMARK] = ACTIONS(5230),
[anon_sym_COLON_DASH] = ACTIONS(5230),
[anon_sym_PERCENT] = ACTIONS(5230),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2058] = {
[sym__concat] = ACTIONS(4005),
[anon_sym_RBRACE] = ACTIONS(4005),
[anon_sym_EQ] = ACTIONS(4007),
[anon_sym_DASH] = ACTIONS(4007),
[sym__special_characters] = ACTIONS(4007),
[anon_sym_DQUOTE] = ACTIONS(4005),
[anon_sym_DOLLAR] = ACTIONS(4007),
[sym_raw_string] = ACTIONS(4005),
[anon_sym_POUND] = ACTIONS(4005),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4005),
[anon_sym_COLON] = ACTIONS(4007),
[anon_sym_COLON_QMARK] = ACTIONS(4007),
[anon_sym_COLON_DASH] = ACTIONS(4007),
[anon_sym_PERCENT] = ACTIONS(4007),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4005),
[anon_sym_BQUOTE] = ACTIONS(4005),
[anon_sym_LT_LPAREN] = ACTIONS(4005),
[anon_sym_GT_LPAREN] = ACTIONS(4005),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(4007),
},
[2059] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5228),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2060] = {
[sym_concatenation] = STATE(2252),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2252),
[anon_sym_RBRACE] = ACTIONS(5226),
[anon_sym_EQ] = ACTIONS(5234),
[anon_sym_DASH] = ACTIONS(5234),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(5236),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(5234),
[anon_sym_COLON_QMARK] = ACTIONS(5234),
[anon_sym_COLON_DASH] = ACTIONS(5234),
[anon_sym_PERCENT] = ACTIONS(5234),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2061] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5226),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2062] = {
[sym__concat] = ACTIONS(4050),
[anon_sym_RBRACE] = ACTIONS(4050),
[anon_sym_EQ] = ACTIONS(4052),
[anon_sym_DASH] = ACTIONS(4052),
[sym__special_characters] = ACTIONS(4052),
[anon_sym_DQUOTE] = ACTIONS(4050),
[anon_sym_DOLLAR] = ACTIONS(4052),
[sym_raw_string] = ACTIONS(4050),
[anon_sym_POUND] = ACTIONS(4050),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4050),
[anon_sym_COLON] = ACTIONS(4052),
[anon_sym_COLON_QMARK] = ACTIONS(4052),
[anon_sym_COLON_DASH] = ACTIONS(4052),
[anon_sym_PERCENT] = ACTIONS(4052),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4050),
[anon_sym_BQUOTE] = ACTIONS(4050),
[anon_sym_LT_LPAREN] = ACTIONS(4050),
[anon_sym_GT_LPAREN] = ACTIONS(4050),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(4052),
},
[2063] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5238),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2064] = {
[sym__concat] = ACTIONS(4084),
[anon_sym_RBRACE] = ACTIONS(4084),
[anon_sym_EQ] = ACTIONS(4086),
[anon_sym_DASH] = ACTIONS(4086),
[sym__special_characters] = ACTIONS(4086),
[anon_sym_DQUOTE] = ACTIONS(4084),
[anon_sym_DOLLAR] = ACTIONS(4086),
[sym_raw_string] = ACTIONS(4084),
[anon_sym_POUND] = ACTIONS(4084),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4084),
[anon_sym_COLON] = ACTIONS(4086),
[anon_sym_COLON_QMARK] = ACTIONS(4086),
[anon_sym_COLON_DASH] = ACTIONS(4086),
[anon_sym_PERCENT] = ACTIONS(4086),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4084),
[anon_sym_BQUOTE] = ACTIONS(4084),
[anon_sym_LT_LPAREN] = ACTIONS(4084),
[anon_sym_GT_LPAREN] = ACTIONS(4084),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(4086),
},
[2065] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(5240),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2066] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(5240),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2067] = {
[sym__concat] = ACTIONS(4090),
[anon_sym_RBRACE] = ACTIONS(4090),
[anon_sym_EQ] = ACTIONS(4092),
[anon_sym_DASH] = ACTIONS(4092),
[sym__special_characters] = ACTIONS(4092),
[anon_sym_DQUOTE] = ACTIONS(4090),
[anon_sym_DOLLAR] = ACTIONS(4092),
[sym_raw_string] = ACTIONS(4090),
[anon_sym_POUND] = ACTIONS(4090),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4090),
[anon_sym_COLON] = ACTIONS(4092),
[anon_sym_COLON_QMARK] = ACTIONS(4092),
[anon_sym_COLON_DASH] = ACTIONS(4092),
[anon_sym_PERCENT] = ACTIONS(4092),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4090),
[anon_sym_BQUOTE] = ACTIONS(4090),
[anon_sym_LT_LPAREN] = ACTIONS(4090),
[anon_sym_GT_LPAREN] = ACTIONS(4090),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(4092),
},
[2068] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(5242),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2069] = {
[sym__heredoc_body_middle] = ACTIONS(3941),
[sym__heredoc_body_end] = ACTIONS(3941),
[anon_sym_DOLLAR] = ACTIONS(3943),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3941),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3941),
[anon_sym_BQUOTE] = ACTIONS(3941),
[sym_comment] = ACTIONS(57),
},
[2070] = {
[sym__heredoc_body_middle] = ACTIONS(3949),
[sym__heredoc_body_end] = ACTIONS(3949),
[anon_sym_DOLLAR] = ACTIONS(3951),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3949),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3949),
[anon_sym_BQUOTE] = ACTIONS(3949),
[sym_comment] = ACTIONS(57),
},
[2071] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(5244),
[sym_comment] = ACTIONS(57),
},
[2072] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(5246),
[sym_comment] = ACTIONS(57),
},
[2073] = {
[anon_sym_RBRACE] = ACTIONS(5246),
[sym_comment] = ACTIONS(57),
},
[2074] = {
[sym_concatenation] = STATE(2259),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2259),
[anon_sym_RBRACE] = ACTIONS(5248),
[anon_sym_EQ] = ACTIONS(5250),
[anon_sym_DASH] = ACTIONS(5250),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(5252),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(5250),
[anon_sym_COLON_QMARK] = ACTIONS(5250),
[anon_sym_COLON_DASH] = ACTIONS(5250),
[anon_sym_PERCENT] = ACTIONS(5250),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2075] = {
[sym__heredoc_body_middle] = ACTIONS(4005),
[sym__heredoc_body_end] = ACTIONS(4005),
[anon_sym_DOLLAR] = ACTIONS(4007),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4005),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4005),
[anon_sym_BQUOTE] = ACTIONS(4005),
[sym_comment] = ACTIONS(57),
},
[2076] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5248),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2077] = {
[sym_concatenation] = STATE(2260),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2260),
[anon_sym_RBRACE] = ACTIONS(5246),
[anon_sym_EQ] = ACTIONS(5254),
[anon_sym_DASH] = ACTIONS(5254),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(5256),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(5254),
[anon_sym_COLON_QMARK] = ACTIONS(5254),
[anon_sym_COLON_DASH] = ACTIONS(5254),
[anon_sym_PERCENT] = ACTIONS(5254),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2078] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5246),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2079] = {
[sym__heredoc_body_middle] = ACTIONS(4050),
[sym__heredoc_body_end] = ACTIONS(4050),
[anon_sym_DOLLAR] = ACTIONS(4052),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4050),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4050),
[anon_sym_BQUOTE] = ACTIONS(4050),
[sym_comment] = ACTIONS(57),
},
[2080] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5258),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2081] = {
[sym__heredoc_body_middle] = ACTIONS(4084),
[sym__heredoc_body_end] = ACTIONS(4084),
[anon_sym_DOLLAR] = ACTIONS(4086),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4084),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4084),
[anon_sym_BQUOTE] = ACTIONS(4084),
[sym_comment] = ACTIONS(57),
},
[2082] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(5260),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2083] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(5260),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2084] = {
[sym__concat] = ACTIONS(3941),
[anon_sym_RPAREN] = ACTIONS(3941),
[sym__special_characters] = ACTIONS(3941),
[anon_sym_DQUOTE] = ACTIONS(3941),
[anon_sym_DOLLAR] = ACTIONS(3943),
[sym_raw_string] = ACTIONS(3941),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3941),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3941),
[anon_sym_BQUOTE] = ACTIONS(3941),
[anon_sym_LT_LPAREN] = ACTIONS(3941),
[anon_sym_GT_LPAREN] = ACTIONS(3941),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3941),
},
[2085] = {
[sym__concat] = ACTIONS(3949),
[anon_sym_RPAREN] = ACTIONS(3949),
[sym__special_characters] = ACTIONS(3949),
[anon_sym_DQUOTE] = ACTIONS(3949),
[anon_sym_DOLLAR] = ACTIONS(3951),
[sym_raw_string] = ACTIONS(3949),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3949),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3949),
[anon_sym_BQUOTE] = ACTIONS(3949),
[anon_sym_LT_LPAREN] = ACTIONS(3949),
[anon_sym_GT_LPAREN] = ACTIONS(3949),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3949),
},
[2086] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(5262),
[sym_comment] = ACTIONS(57),
},
[2087] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(5264),
[sym_comment] = ACTIONS(57),
},
[2088] = {
[anon_sym_RBRACE] = ACTIONS(5264),
[sym_comment] = ACTIONS(57),
},
[2089] = {
[sym_concatenation] = STATE(2266),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2266),
[anon_sym_RBRACE] = ACTIONS(5266),
[anon_sym_EQ] = ACTIONS(5268),
[anon_sym_DASH] = ACTIONS(5268),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(5270),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(5268),
[anon_sym_COLON_QMARK] = ACTIONS(5268),
[anon_sym_COLON_DASH] = ACTIONS(5268),
[anon_sym_PERCENT] = ACTIONS(5268),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2090] = {
[sym__concat] = ACTIONS(4005),
[anon_sym_RPAREN] = ACTIONS(4005),
[sym__special_characters] = ACTIONS(4005),
[anon_sym_DQUOTE] = ACTIONS(4005),
[anon_sym_DOLLAR] = ACTIONS(4007),
[sym_raw_string] = ACTIONS(4005),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4005),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4005),
[anon_sym_BQUOTE] = ACTIONS(4005),
[anon_sym_LT_LPAREN] = ACTIONS(4005),
[anon_sym_GT_LPAREN] = ACTIONS(4005),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4005),
},
[2091] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5266),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2092] = {
[sym_concatenation] = STATE(2267),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2267),
[anon_sym_RBRACE] = ACTIONS(5264),
[anon_sym_EQ] = ACTIONS(5272),
[anon_sym_DASH] = ACTIONS(5272),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(5274),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(5272),
[anon_sym_COLON_QMARK] = ACTIONS(5272),
[anon_sym_COLON_DASH] = ACTIONS(5272),
[anon_sym_PERCENT] = ACTIONS(5272),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2093] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5264),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2094] = {
[sym__concat] = ACTIONS(4050),
[anon_sym_RPAREN] = ACTIONS(4050),
[sym__special_characters] = ACTIONS(4050),
[anon_sym_DQUOTE] = ACTIONS(4050),
[anon_sym_DOLLAR] = ACTIONS(4052),
[sym_raw_string] = ACTIONS(4050),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4050),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4050),
[anon_sym_BQUOTE] = ACTIONS(4050),
[anon_sym_LT_LPAREN] = ACTIONS(4050),
[anon_sym_GT_LPAREN] = ACTIONS(4050),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4050),
},
[2095] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5276),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2096] = {
[sym__concat] = ACTIONS(4084),
[anon_sym_RPAREN] = ACTIONS(4084),
[sym__special_characters] = ACTIONS(4084),
[anon_sym_DQUOTE] = ACTIONS(4084),
[anon_sym_DOLLAR] = ACTIONS(4086),
[sym_raw_string] = ACTIONS(4084),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4084),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4084),
[anon_sym_BQUOTE] = ACTIONS(4084),
[anon_sym_LT_LPAREN] = ACTIONS(4084),
[anon_sym_GT_LPAREN] = ACTIONS(4084),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4084),
},
[2097] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(5278),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2098] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(5278),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2099] = {
[sym__concat] = ACTIONS(4090),
[anon_sym_RPAREN] = ACTIONS(4090),
[sym__special_characters] = ACTIONS(4090),
[anon_sym_DQUOTE] = ACTIONS(4090),
[anon_sym_DOLLAR] = ACTIONS(4092),
[sym_raw_string] = ACTIONS(4090),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4090),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4090),
[anon_sym_BQUOTE] = ACTIONS(4090),
[anon_sym_LT_LPAREN] = ACTIONS(4090),
[anon_sym_GT_LPAREN] = ACTIONS(4090),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4090),
},
[2100] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(5280),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2101] = {
[sym__simple_heredoc_body] = ACTIONS(4725),
[sym__heredoc_body_beginning] = ACTIONS(4725),
[sym_file_descriptor] = ACTIONS(4725),
[sym__concat] = ACTIONS(4725),
[sym_variable_name] = ACTIONS(4725),
[ts_builtin_sym_end] = ACTIONS(4725),
[anon_sym_SEMI] = ACTIONS(4727),
[anon_sym_PIPE] = ACTIONS(4727),
[anon_sym_RPAREN] = ACTIONS(4725),
[anon_sym_SEMI_SEMI] = ACTIONS(4725),
[anon_sym_PIPE_AMP] = ACTIONS(4725),
[anon_sym_AMP_AMP] = ACTIONS(4725),
[anon_sym_PIPE_PIPE] = ACTIONS(4725),
[anon_sym_LT] = ACTIONS(4727),
[anon_sym_GT] = ACTIONS(4727),
[anon_sym_GT_GT] = ACTIONS(4725),
[anon_sym_AMP_GT] = ACTIONS(4727),
[anon_sym_AMP_GT_GT] = ACTIONS(4725),
[anon_sym_LT_AMP] = ACTIONS(4725),
[anon_sym_GT_AMP] = ACTIONS(4725),
[anon_sym_LT_LT] = ACTIONS(4727),
[anon_sym_LT_LT_DASH] = ACTIONS(4725),
[anon_sym_LT_LT_LT] = ACTIONS(4725),
[sym__special_characters] = ACTIONS(4725),
[anon_sym_DQUOTE] = ACTIONS(4725),
[anon_sym_DOLLAR] = ACTIONS(4727),
[sym_raw_string] = ACTIONS(4725),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4725),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4725),
[anon_sym_BQUOTE] = ACTIONS(4725),
[anon_sym_LT_LPAREN] = ACTIONS(4725),
[anon_sym_GT_LPAREN] = ACTIONS(4725),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4727),
[anon_sym_LF] = ACTIONS(4725),
[anon_sym_AMP] = ACTIONS(4727),
},
[2102] = {
[sym__simple_heredoc_body] = ACTIONS(4729),
[sym__heredoc_body_beginning] = ACTIONS(4729),
[sym_file_descriptor] = ACTIONS(4729),
[sym__concat] = ACTIONS(4729),
[sym_variable_name] = ACTIONS(4729),
[ts_builtin_sym_end] = ACTIONS(4729),
[anon_sym_SEMI] = ACTIONS(4731),
[anon_sym_PIPE] = ACTIONS(4731),
[anon_sym_RPAREN] = ACTIONS(4729),
[anon_sym_SEMI_SEMI] = ACTIONS(4729),
[anon_sym_PIPE_AMP] = ACTIONS(4729),
[anon_sym_AMP_AMP] = ACTIONS(4729),
[anon_sym_PIPE_PIPE] = ACTIONS(4729),
[anon_sym_LT] = ACTIONS(4731),
[anon_sym_GT] = ACTIONS(4731),
[anon_sym_GT_GT] = ACTIONS(4729),
[anon_sym_AMP_GT] = ACTIONS(4731),
[anon_sym_AMP_GT_GT] = ACTIONS(4729),
[anon_sym_LT_AMP] = ACTIONS(4729),
[anon_sym_GT_AMP] = ACTIONS(4729),
[anon_sym_LT_LT] = ACTIONS(4731),
[anon_sym_LT_LT_DASH] = ACTIONS(4729),
[anon_sym_LT_LT_LT] = ACTIONS(4729),
[sym__special_characters] = ACTIONS(4729),
[anon_sym_DQUOTE] = ACTIONS(4729),
[anon_sym_DOLLAR] = ACTIONS(4731),
[sym_raw_string] = ACTIONS(4729),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4729),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4729),
[anon_sym_BQUOTE] = ACTIONS(4729),
[anon_sym_LT_LPAREN] = ACTIONS(4729),
[anon_sym_GT_LPAREN] = ACTIONS(4729),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4731),
[anon_sym_LF] = ACTIONS(4729),
[anon_sym_AMP] = ACTIONS(4731),
},
[2103] = {
[sym__simple_heredoc_body] = ACTIONS(4733),
[sym__heredoc_body_beginning] = ACTIONS(4733),
[sym_file_descriptor] = ACTIONS(4733),
[sym__concat] = ACTIONS(4733),
[sym_variable_name] = ACTIONS(4733),
[ts_builtin_sym_end] = ACTIONS(4733),
[anon_sym_SEMI] = ACTIONS(4735),
[anon_sym_PIPE] = ACTIONS(4735),
[anon_sym_RPAREN] = ACTIONS(4733),
[anon_sym_SEMI_SEMI] = ACTIONS(4733),
[anon_sym_PIPE_AMP] = ACTIONS(4733),
[anon_sym_AMP_AMP] = ACTIONS(4733),
[anon_sym_PIPE_PIPE] = ACTIONS(4733),
[anon_sym_LT] = ACTIONS(4735),
[anon_sym_GT] = ACTIONS(4735),
[anon_sym_GT_GT] = ACTIONS(4733),
[anon_sym_AMP_GT] = ACTIONS(4735),
[anon_sym_AMP_GT_GT] = ACTIONS(4733),
[anon_sym_LT_AMP] = ACTIONS(4733),
[anon_sym_GT_AMP] = ACTIONS(4733),
[anon_sym_LT_LT] = ACTIONS(4735),
[anon_sym_LT_LT_DASH] = ACTIONS(4733),
[anon_sym_LT_LT_LT] = ACTIONS(4733),
[sym__special_characters] = ACTIONS(4733),
[anon_sym_DQUOTE] = ACTIONS(4733),
[anon_sym_DOLLAR] = ACTIONS(4735),
[sym_raw_string] = ACTIONS(4733),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4733),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4733),
[anon_sym_BQUOTE] = ACTIONS(4733),
[anon_sym_LT_LPAREN] = ACTIONS(4733),
[anon_sym_GT_LPAREN] = ACTIONS(4733),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4735),
[anon_sym_LF] = ACTIONS(4733),
[anon_sym_AMP] = ACTIONS(4735),
},
[2104] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5282),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2105] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5284),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2106] = {
[sym__simple_heredoc_body] = ACTIONS(4769),
[sym__heredoc_body_beginning] = ACTIONS(4769),
[sym_file_descriptor] = ACTIONS(4769),
[sym__concat] = ACTIONS(4769),
[sym_variable_name] = ACTIONS(4769),
[ts_builtin_sym_end] = ACTIONS(4769),
[anon_sym_SEMI] = ACTIONS(4771),
[anon_sym_PIPE] = ACTIONS(4771),
[anon_sym_RPAREN] = ACTIONS(4769),
[anon_sym_SEMI_SEMI] = ACTIONS(4769),
[anon_sym_PIPE_AMP] = ACTIONS(4769),
[anon_sym_AMP_AMP] = ACTIONS(4769),
[anon_sym_PIPE_PIPE] = ACTIONS(4769),
[anon_sym_LT] = ACTIONS(4771),
[anon_sym_GT] = ACTIONS(4771),
[anon_sym_GT_GT] = ACTIONS(4769),
[anon_sym_AMP_GT] = ACTIONS(4771),
[anon_sym_AMP_GT_GT] = ACTIONS(4769),
[anon_sym_LT_AMP] = ACTIONS(4769),
[anon_sym_GT_AMP] = ACTIONS(4769),
[anon_sym_LT_LT] = ACTIONS(4771),
[anon_sym_LT_LT_DASH] = ACTIONS(4769),
[anon_sym_LT_LT_LT] = ACTIONS(4769),
[sym__special_characters] = ACTIONS(4769),
[anon_sym_DQUOTE] = ACTIONS(4769),
[anon_sym_DOLLAR] = ACTIONS(4771),
[sym_raw_string] = ACTIONS(4769),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4769),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4769),
[anon_sym_BQUOTE] = ACTIONS(4769),
[anon_sym_LT_LPAREN] = ACTIONS(4769),
[anon_sym_GT_LPAREN] = ACTIONS(4769),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4771),
[anon_sym_LF] = ACTIONS(4769),
[anon_sym_AMP] = ACTIONS(4771),
},
[2107] = {
[sym__simple_heredoc_body] = ACTIONS(4789),
[sym__heredoc_body_beginning] = ACTIONS(4789),
[sym_file_descriptor] = ACTIONS(4789),
[sym__concat] = ACTIONS(4789),
[sym_variable_name] = ACTIONS(4789),
[ts_builtin_sym_end] = ACTIONS(4789),
[anon_sym_SEMI] = ACTIONS(4791),
[anon_sym_PIPE] = ACTIONS(4791),
[anon_sym_RPAREN] = ACTIONS(4789),
[anon_sym_SEMI_SEMI] = ACTIONS(4789),
[anon_sym_PIPE_AMP] = ACTIONS(4789),
[anon_sym_AMP_AMP] = ACTIONS(4789),
[anon_sym_PIPE_PIPE] = ACTIONS(4789),
[anon_sym_LT] = ACTIONS(4791),
[anon_sym_GT] = ACTIONS(4791),
[anon_sym_GT_GT] = ACTIONS(4789),
[anon_sym_AMP_GT] = ACTIONS(4791),
[anon_sym_AMP_GT_GT] = ACTIONS(4789),
[anon_sym_LT_AMP] = ACTIONS(4789),
[anon_sym_GT_AMP] = ACTIONS(4789),
[anon_sym_LT_LT] = ACTIONS(4791),
[anon_sym_LT_LT_DASH] = ACTIONS(4789),
[anon_sym_LT_LT_LT] = ACTIONS(4789),
[sym__special_characters] = ACTIONS(4789),
[anon_sym_DQUOTE] = ACTIONS(4789),
[anon_sym_DOLLAR] = ACTIONS(4791),
[sym_raw_string] = ACTIONS(4789),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4789),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4789),
[anon_sym_BQUOTE] = ACTIONS(4789),
[anon_sym_LT_LPAREN] = ACTIONS(4789),
[anon_sym_GT_LPAREN] = ACTIONS(4789),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4791),
[anon_sym_LF] = ACTIONS(4789),
[anon_sym_AMP] = ACTIONS(4791),
},
[2108] = {
[sym__simple_heredoc_body] = ACTIONS(4793),
[sym__heredoc_body_beginning] = ACTIONS(4793),
[sym_file_descriptor] = ACTIONS(4793),
[sym__concat] = ACTIONS(4793),
[sym_variable_name] = ACTIONS(4793),
[ts_builtin_sym_end] = ACTIONS(4793),
[anon_sym_SEMI] = ACTIONS(4795),
[anon_sym_PIPE] = ACTIONS(4795),
[anon_sym_RPAREN] = ACTIONS(4793),
[anon_sym_SEMI_SEMI] = ACTIONS(4793),
[anon_sym_PIPE_AMP] = ACTIONS(4793),
[anon_sym_AMP_AMP] = ACTIONS(4793),
[anon_sym_PIPE_PIPE] = ACTIONS(4793),
[anon_sym_LT] = ACTIONS(4795),
[anon_sym_GT] = ACTIONS(4795),
[anon_sym_GT_GT] = ACTIONS(4793),
[anon_sym_AMP_GT] = ACTIONS(4795),
[anon_sym_AMP_GT_GT] = ACTIONS(4793),
[anon_sym_LT_AMP] = ACTIONS(4793),
[anon_sym_GT_AMP] = ACTIONS(4793),
[anon_sym_LT_LT] = ACTIONS(4795),
[anon_sym_LT_LT_DASH] = ACTIONS(4793),
[anon_sym_LT_LT_LT] = ACTIONS(4793),
[sym__special_characters] = ACTIONS(4793),
[anon_sym_DQUOTE] = ACTIONS(4793),
[anon_sym_DOLLAR] = ACTIONS(4795),
[sym_raw_string] = ACTIONS(4793),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4793),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4793),
[anon_sym_BQUOTE] = ACTIONS(4793),
[anon_sym_LT_LPAREN] = ACTIONS(4793),
[anon_sym_GT_LPAREN] = ACTIONS(4793),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4795),
[anon_sym_LF] = ACTIONS(4793),
[anon_sym_AMP] = ACTIONS(4795),
},
[2109] = {
[sym__simple_heredoc_body] = ACTIONS(5286),
[sym__heredoc_body_beginning] = ACTIONS(5286),
[sym_file_descriptor] = ACTIONS(5286),
[ts_builtin_sym_end] = ACTIONS(5286),
[anon_sym_SEMI] = ACTIONS(5288),
[anon_sym_esac] = ACTIONS(5286),
[anon_sym_PIPE] = ACTIONS(5288),
[anon_sym_RPAREN] = ACTIONS(5286),
[anon_sym_SEMI_SEMI] = ACTIONS(5286),
[anon_sym_PIPE_AMP] = ACTIONS(5286),
[anon_sym_AMP_AMP] = ACTIONS(5286),
[anon_sym_PIPE_PIPE] = ACTIONS(5286),
[anon_sym_LT] = ACTIONS(5288),
[anon_sym_GT] = ACTIONS(5288),
[anon_sym_GT_GT] = ACTIONS(5286),
[anon_sym_AMP_GT] = ACTIONS(5288),
[anon_sym_AMP_GT_GT] = ACTIONS(5286),
[anon_sym_LT_AMP] = ACTIONS(5286),
[anon_sym_GT_AMP] = ACTIONS(5286),
[anon_sym_LT_LT] = ACTIONS(5288),
[anon_sym_LT_LT_DASH] = ACTIONS(5286),
[anon_sym_LT_LT_LT] = ACTIONS(5286),
[anon_sym_BQUOTE] = ACTIONS(5286),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5286),
[anon_sym_AMP] = ACTIONS(5288),
},
[2110] = {
[sym_do_group] = STATE(2273),
[sym_compound_statement] = STATE(2273),
[anon_sym_do] = ACTIONS(493),
[anon_sym_LBRACE] = ACTIONS(25),
[sym_comment] = ACTIONS(57),
},
[2111] = {
[sym__concat] = ACTIONS(4725),
[anon_sym_SEMI] = ACTIONS(4727),
[anon_sym_SEMI_SEMI] = ACTIONS(4725),
[anon_sym_AMP_AMP] = ACTIONS(4725),
[anon_sym_PIPE_PIPE] = ACTIONS(4725),
[anon_sym_EQ_TILDE] = ACTIONS(4725),
[anon_sym_EQ_EQ] = ACTIONS(4725),
[anon_sym_EQ] = ACTIONS(4727),
[anon_sym_PLUS_EQ] = ACTIONS(4725),
[anon_sym_LT] = ACTIONS(4727),
[anon_sym_GT] = ACTIONS(4727),
[anon_sym_BANG_EQ] = ACTIONS(4725),
[anon_sym_PLUS] = ACTIONS(4727),
[anon_sym_DASH] = ACTIONS(4727),
[anon_sym_DASH_EQ] = ACTIONS(4725),
[anon_sym_LT_EQ] = ACTIONS(4725),
[anon_sym_GT_EQ] = ACTIONS(4725),
[anon_sym_PLUS_PLUS] = ACTIONS(4725),
[anon_sym_DASH_DASH] = ACTIONS(4725),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4725),
[anon_sym_LF] = ACTIONS(4725),
[anon_sym_AMP] = ACTIONS(4727),
},
[2112] = {
[sym__concat] = ACTIONS(4729),
[anon_sym_SEMI] = ACTIONS(4731),
[anon_sym_SEMI_SEMI] = ACTIONS(4729),
[anon_sym_AMP_AMP] = ACTIONS(4729),
[anon_sym_PIPE_PIPE] = ACTIONS(4729),
[anon_sym_EQ_TILDE] = ACTIONS(4729),
[anon_sym_EQ_EQ] = ACTIONS(4729),
[anon_sym_EQ] = ACTIONS(4731),
[anon_sym_PLUS_EQ] = ACTIONS(4729),
[anon_sym_LT] = ACTIONS(4731),
[anon_sym_GT] = ACTIONS(4731),
[anon_sym_BANG_EQ] = ACTIONS(4729),
[anon_sym_PLUS] = ACTIONS(4731),
[anon_sym_DASH] = ACTIONS(4731),
[anon_sym_DASH_EQ] = ACTIONS(4729),
[anon_sym_LT_EQ] = ACTIONS(4729),
[anon_sym_GT_EQ] = ACTIONS(4729),
[anon_sym_PLUS_PLUS] = ACTIONS(4729),
[anon_sym_DASH_DASH] = ACTIONS(4729),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4729),
[anon_sym_LF] = ACTIONS(4729),
[anon_sym_AMP] = ACTIONS(4731),
},
[2113] = {
[sym__concat] = ACTIONS(4733),
[anon_sym_SEMI] = ACTIONS(4735),
[anon_sym_SEMI_SEMI] = ACTIONS(4733),
[anon_sym_AMP_AMP] = ACTIONS(4733),
[anon_sym_PIPE_PIPE] = ACTIONS(4733),
[anon_sym_EQ_TILDE] = ACTIONS(4733),
[anon_sym_EQ_EQ] = ACTIONS(4733),
[anon_sym_EQ] = ACTIONS(4735),
[anon_sym_PLUS_EQ] = ACTIONS(4733),
[anon_sym_LT] = ACTIONS(4735),
[anon_sym_GT] = ACTIONS(4735),
[anon_sym_BANG_EQ] = ACTIONS(4733),
[anon_sym_PLUS] = ACTIONS(4735),
[anon_sym_DASH] = ACTIONS(4735),
[anon_sym_DASH_EQ] = ACTIONS(4733),
[anon_sym_LT_EQ] = ACTIONS(4733),
[anon_sym_GT_EQ] = ACTIONS(4733),
[anon_sym_PLUS_PLUS] = ACTIONS(4733),
[anon_sym_DASH_DASH] = ACTIONS(4733),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4733),
[anon_sym_LF] = ACTIONS(4733),
[anon_sym_AMP] = ACTIONS(4735),
},
[2114] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5290),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2115] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5292),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2116] = {
[sym__concat] = ACTIONS(4769),
[anon_sym_SEMI] = ACTIONS(4771),
[anon_sym_SEMI_SEMI] = ACTIONS(4769),
[anon_sym_AMP_AMP] = ACTIONS(4769),
[anon_sym_PIPE_PIPE] = ACTIONS(4769),
[anon_sym_EQ_TILDE] = ACTIONS(4769),
[anon_sym_EQ_EQ] = ACTIONS(4769),
[anon_sym_EQ] = ACTIONS(4771),
[anon_sym_PLUS_EQ] = ACTIONS(4769),
[anon_sym_LT] = ACTIONS(4771),
[anon_sym_GT] = ACTIONS(4771),
[anon_sym_BANG_EQ] = ACTIONS(4769),
[anon_sym_PLUS] = ACTIONS(4771),
[anon_sym_DASH] = ACTIONS(4771),
[anon_sym_DASH_EQ] = ACTIONS(4769),
[anon_sym_LT_EQ] = ACTIONS(4769),
[anon_sym_GT_EQ] = ACTIONS(4769),
[anon_sym_PLUS_PLUS] = ACTIONS(4769),
[anon_sym_DASH_DASH] = ACTIONS(4769),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4769),
[anon_sym_LF] = ACTIONS(4769),
[anon_sym_AMP] = ACTIONS(4771),
},
[2117] = {
[sym__concat] = ACTIONS(4789),
[anon_sym_SEMI] = ACTIONS(4791),
[anon_sym_SEMI_SEMI] = ACTIONS(4789),
[anon_sym_AMP_AMP] = ACTIONS(4789),
[anon_sym_PIPE_PIPE] = ACTIONS(4789),
[anon_sym_EQ_TILDE] = ACTIONS(4789),
[anon_sym_EQ_EQ] = ACTIONS(4789),
[anon_sym_EQ] = ACTIONS(4791),
[anon_sym_PLUS_EQ] = ACTIONS(4789),
[anon_sym_LT] = ACTIONS(4791),
[anon_sym_GT] = ACTIONS(4791),
[anon_sym_BANG_EQ] = ACTIONS(4789),
[anon_sym_PLUS] = ACTIONS(4791),
[anon_sym_DASH] = ACTIONS(4791),
[anon_sym_DASH_EQ] = ACTIONS(4789),
[anon_sym_LT_EQ] = ACTIONS(4789),
[anon_sym_GT_EQ] = ACTIONS(4789),
[anon_sym_PLUS_PLUS] = ACTIONS(4789),
[anon_sym_DASH_DASH] = ACTIONS(4789),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4789),
[anon_sym_LF] = ACTIONS(4789),
[anon_sym_AMP] = ACTIONS(4791),
},
[2118] = {
[sym__concat] = ACTIONS(4793),
[anon_sym_SEMI] = ACTIONS(4795),
[anon_sym_SEMI_SEMI] = ACTIONS(4793),
[anon_sym_AMP_AMP] = ACTIONS(4793),
[anon_sym_PIPE_PIPE] = ACTIONS(4793),
[anon_sym_EQ_TILDE] = ACTIONS(4793),
[anon_sym_EQ_EQ] = ACTIONS(4793),
[anon_sym_EQ] = ACTIONS(4795),
[anon_sym_PLUS_EQ] = ACTIONS(4793),
[anon_sym_LT] = ACTIONS(4795),
[anon_sym_GT] = ACTIONS(4795),
[anon_sym_BANG_EQ] = ACTIONS(4793),
[anon_sym_PLUS] = ACTIONS(4795),
[anon_sym_DASH] = ACTIONS(4795),
[anon_sym_DASH_EQ] = ACTIONS(4793),
[anon_sym_LT_EQ] = ACTIONS(4793),
[anon_sym_GT_EQ] = ACTIONS(4793),
[anon_sym_PLUS_PLUS] = ACTIONS(4793),
[anon_sym_DASH_DASH] = ACTIONS(4793),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4793),
[anon_sym_LF] = ACTIONS(4793),
[anon_sym_AMP] = ACTIONS(4795),
},
[2119] = {
[sym_do_group] = STATE(2273),
[sym_compound_statement] = STATE(2273),
[anon_sym_SEMI] = ACTIONS(5294),
[anon_sym_do] = ACTIONS(493),
[anon_sym_LBRACE] = ACTIONS(25),
[sym_comment] = ACTIONS(57),
},
[2120] = {
[sym__concat] = ACTIONS(3941),
[anon_sym_SEMI] = ACTIONS(3943),
[anon_sym_SEMI_SEMI] = ACTIONS(3941),
[sym__special_characters] = ACTIONS(3941),
[anon_sym_DQUOTE] = ACTIONS(3941),
[anon_sym_DOLLAR] = ACTIONS(3943),
[sym_raw_string] = ACTIONS(3941),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3941),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3941),
[anon_sym_BQUOTE] = ACTIONS(3941),
[anon_sym_LT_LPAREN] = ACTIONS(3941),
[anon_sym_GT_LPAREN] = ACTIONS(3941),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3943),
[anon_sym_LF] = ACTIONS(3941),
[anon_sym_AMP] = ACTIONS(3941),
},
[2121] = {
[sym__concat] = ACTIONS(3949),
[anon_sym_SEMI] = ACTIONS(3951),
[anon_sym_SEMI_SEMI] = ACTIONS(3949),
[sym__special_characters] = ACTIONS(3949),
[anon_sym_DQUOTE] = ACTIONS(3949),
[anon_sym_DOLLAR] = ACTIONS(3951),
[sym_raw_string] = ACTIONS(3949),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3949),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3949),
[anon_sym_BQUOTE] = ACTIONS(3949),
[anon_sym_LT_LPAREN] = ACTIONS(3949),
[anon_sym_GT_LPAREN] = ACTIONS(3949),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3951),
[anon_sym_LF] = ACTIONS(3949),
[anon_sym_AMP] = ACTIONS(3949),
},
[2122] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(5296),
[sym_comment] = ACTIONS(57),
},
[2123] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(5298),
[sym_comment] = ACTIONS(57),
},
[2124] = {
[anon_sym_RBRACE] = ACTIONS(5298),
[sym_comment] = ACTIONS(57),
},
[2125] = {
[sym_concatenation] = STATE(2280),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2280),
[anon_sym_RBRACE] = ACTIONS(5300),
[anon_sym_EQ] = ACTIONS(5302),
[anon_sym_DASH] = ACTIONS(5302),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(5304),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(5302),
[anon_sym_COLON_QMARK] = ACTIONS(5302),
[anon_sym_COLON_DASH] = ACTIONS(5302),
[anon_sym_PERCENT] = ACTIONS(5302),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2126] = {
[sym__concat] = ACTIONS(4005),
[anon_sym_SEMI] = ACTIONS(4007),
[anon_sym_SEMI_SEMI] = ACTIONS(4005),
[sym__special_characters] = ACTIONS(4005),
[anon_sym_DQUOTE] = ACTIONS(4005),
[anon_sym_DOLLAR] = ACTIONS(4007),
[sym_raw_string] = ACTIONS(4005),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4005),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4005),
[anon_sym_BQUOTE] = ACTIONS(4005),
[anon_sym_LT_LPAREN] = ACTIONS(4005),
[anon_sym_GT_LPAREN] = ACTIONS(4005),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4007),
[anon_sym_LF] = ACTIONS(4005),
[anon_sym_AMP] = ACTIONS(4005),
},
[2127] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5300),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2128] = {
[sym_concatenation] = STATE(2281),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2281),
[anon_sym_RBRACE] = ACTIONS(5298),
[anon_sym_EQ] = ACTIONS(5306),
[anon_sym_DASH] = ACTIONS(5306),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(5308),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(5306),
[anon_sym_COLON_QMARK] = ACTIONS(5306),
[anon_sym_COLON_DASH] = ACTIONS(5306),
[anon_sym_PERCENT] = ACTIONS(5306),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2129] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5298),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2130] = {
[sym__concat] = ACTIONS(4050),
[anon_sym_SEMI] = ACTIONS(4052),
[anon_sym_SEMI_SEMI] = ACTIONS(4050),
[sym__special_characters] = ACTIONS(4050),
[anon_sym_DQUOTE] = ACTIONS(4050),
[anon_sym_DOLLAR] = ACTIONS(4052),
[sym_raw_string] = ACTIONS(4050),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4050),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4050),
[anon_sym_BQUOTE] = ACTIONS(4050),
[anon_sym_LT_LPAREN] = ACTIONS(4050),
[anon_sym_GT_LPAREN] = ACTIONS(4050),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4052),
[anon_sym_LF] = ACTIONS(4050),
[anon_sym_AMP] = ACTIONS(4050),
},
[2131] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5310),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2132] = {
[sym__concat] = ACTIONS(4084),
[anon_sym_SEMI] = ACTIONS(4086),
[anon_sym_SEMI_SEMI] = ACTIONS(4084),
[sym__special_characters] = ACTIONS(4084),
[anon_sym_DQUOTE] = ACTIONS(4084),
[anon_sym_DOLLAR] = ACTIONS(4086),
[sym_raw_string] = ACTIONS(4084),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4084),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4084),
[anon_sym_BQUOTE] = ACTIONS(4084),
[anon_sym_LT_LPAREN] = ACTIONS(4084),
[anon_sym_GT_LPAREN] = ACTIONS(4084),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4086),
[anon_sym_LF] = ACTIONS(4084),
[anon_sym_AMP] = ACTIONS(4084),
},
[2133] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(5312),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2134] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(5312),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2135] = {
[sym__concat] = ACTIONS(4090),
[anon_sym_SEMI] = ACTIONS(4092),
[anon_sym_SEMI_SEMI] = ACTIONS(4090),
[sym__special_characters] = ACTIONS(4090),
[anon_sym_DQUOTE] = ACTIONS(4090),
[anon_sym_DOLLAR] = ACTIONS(4092),
[sym_raw_string] = ACTIONS(4090),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4090),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4090),
[anon_sym_BQUOTE] = ACTIONS(4090),
[anon_sym_LT_LPAREN] = ACTIONS(4090),
[anon_sym_GT_LPAREN] = ACTIONS(4090),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4092),
[anon_sym_LF] = ACTIONS(4090),
[anon_sym_AMP] = ACTIONS(4090),
},
[2136] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(5314),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2137] = {
[sym__concat] = ACTIONS(4725),
[anon_sym_PIPE] = ACTIONS(4727),
[anon_sym_RPAREN] = ACTIONS(4725),
[anon_sym_AMP_AMP] = ACTIONS(4725),
[anon_sym_PIPE_PIPE] = ACTIONS(4725),
[anon_sym_EQ_TILDE] = ACTIONS(4725),
[anon_sym_EQ_EQ] = ACTIONS(4725),
[anon_sym_EQ] = ACTIONS(4727),
[anon_sym_PLUS_EQ] = ACTIONS(4725),
[anon_sym_LT] = ACTIONS(4727),
[anon_sym_GT] = ACTIONS(4727),
[anon_sym_BANG_EQ] = ACTIONS(4725),
[anon_sym_PLUS] = ACTIONS(4727),
[anon_sym_DASH] = ACTIONS(4727),
[anon_sym_DASH_EQ] = ACTIONS(4725),
[anon_sym_LT_EQ] = ACTIONS(4725),
[anon_sym_GT_EQ] = ACTIONS(4725),
[anon_sym_PLUS_PLUS] = ACTIONS(4725),
[anon_sym_DASH_DASH] = ACTIONS(4725),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4725),
},
[2138] = {
[sym__concat] = ACTIONS(4729),
[anon_sym_PIPE] = ACTIONS(4731),
[anon_sym_RPAREN] = ACTIONS(4729),
[anon_sym_AMP_AMP] = ACTIONS(4729),
[anon_sym_PIPE_PIPE] = ACTIONS(4729),
[anon_sym_EQ_TILDE] = ACTIONS(4729),
[anon_sym_EQ_EQ] = ACTIONS(4729),
[anon_sym_EQ] = ACTIONS(4731),
[anon_sym_PLUS_EQ] = ACTIONS(4729),
[anon_sym_LT] = ACTIONS(4731),
[anon_sym_GT] = ACTIONS(4731),
[anon_sym_BANG_EQ] = ACTIONS(4729),
[anon_sym_PLUS] = ACTIONS(4731),
[anon_sym_DASH] = ACTIONS(4731),
[anon_sym_DASH_EQ] = ACTIONS(4729),
[anon_sym_LT_EQ] = ACTIONS(4729),
[anon_sym_GT_EQ] = ACTIONS(4729),
[anon_sym_PLUS_PLUS] = ACTIONS(4729),
[anon_sym_DASH_DASH] = ACTIONS(4729),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4729),
},
[2139] = {
[sym__concat] = ACTIONS(4733),
[anon_sym_PIPE] = ACTIONS(4735),
[anon_sym_RPAREN] = ACTIONS(4733),
[anon_sym_AMP_AMP] = ACTIONS(4733),
[anon_sym_PIPE_PIPE] = ACTIONS(4733),
[anon_sym_EQ_TILDE] = ACTIONS(4733),
[anon_sym_EQ_EQ] = ACTIONS(4733),
[anon_sym_EQ] = ACTIONS(4735),
[anon_sym_PLUS_EQ] = ACTIONS(4733),
[anon_sym_LT] = ACTIONS(4735),
[anon_sym_GT] = ACTIONS(4735),
[anon_sym_BANG_EQ] = ACTIONS(4733),
[anon_sym_PLUS] = ACTIONS(4735),
[anon_sym_DASH] = ACTIONS(4735),
[anon_sym_DASH_EQ] = ACTIONS(4733),
[anon_sym_LT_EQ] = ACTIONS(4733),
[anon_sym_GT_EQ] = ACTIONS(4733),
[anon_sym_PLUS_PLUS] = ACTIONS(4733),
[anon_sym_DASH_DASH] = ACTIONS(4733),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4733),
},
[2140] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5316),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2141] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5318),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2142] = {
[sym__concat] = ACTIONS(4769),
[anon_sym_PIPE] = ACTIONS(4771),
[anon_sym_RPAREN] = ACTIONS(4769),
[anon_sym_AMP_AMP] = ACTIONS(4769),
[anon_sym_PIPE_PIPE] = ACTIONS(4769),
[anon_sym_EQ_TILDE] = ACTIONS(4769),
[anon_sym_EQ_EQ] = ACTIONS(4769),
[anon_sym_EQ] = ACTIONS(4771),
[anon_sym_PLUS_EQ] = ACTIONS(4769),
[anon_sym_LT] = ACTIONS(4771),
[anon_sym_GT] = ACTIONS(4771),
[anon_sym_BANG_EQ] = ACTIONS(4769),
[anon_sym_PLUS] = ACTIONS(4771),
[anon_sym_DASH] = ACTIONS(4771),
[anon_sym_DASH_EQ] = ACTIONS(4769),
[anon_sym_LT_EQ] = ACTIONS(4769),
[anon_sym_GT_EQ] = ACTIONS(4769),
[anon_sym_PLUS_PLUS] = ACTIONS(4769),
[anon_sym_DASH_DASH] = ACTIONS(4769),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4769),
},
[2143] = {
[sym__concat] = ACTIONS(4789),
[anon_sym_PIPE] = ACTIONS(4791),
[anon_sym_RPAREN] = ACTIONS(4789),
[anon_sym_AMP_AMP] = ACTIONS(4789),
[anon_sym_PIPE_PIPE] = ACTIONS(4789),
[anon_sym_EQ_TILDE] = ACTIONS(4789),
[anon_sym_EQ_EQ] = ACTIONS(4789),
[anon_sym_EQ] = ACTIONS(4791),
[anon_sym_PLUS_EQ] = ACTIONS(4789),
[anon_sym_LT] = ACTIONS(4791),
[anon_sym_GT] = ACTIONS(4791),
[anon_sym_BANG_EQ] = ACTIONS(4789),
[anon_sym_PLUS] = ACTIONS(4791),
[anon_sym_DASH] = ACTIONS(4791),
[anon_sym_DASH_EQ] = ACTIONS(4789),
[anon_sym_LT_EQ] = ACTIONS(4789),
[anon_sym_GT_EQ] = ACTIONS(4789),
[anon_sym_PLUS_PLUS] = ACTIONS(4789),
[anon_sym_DASH_DASH] = ACTIONS(4789),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4789),
},
[2144] = {
[sym__concat] = ACTIONS(4793),
[anon_sym_PIPE] = ACTIONS(4795),
[anon_sym_RPAREN] = ACTIONS(4793),
[anon_sym_AMP_AMP] = ACTIONS(4793),
[anon_sym_PIPE_PIPE] = ACTIONS(4793),
[anon_sym_EQ_TILDE] = ACTIONS(4793),
[anon_sym_EQ_EQ] = ACTIONS(4793),
[anon_sym_EQ] = ACTIONS(4795),
[anon_sym_PLUS_EQ] = ACTIONS(4793),
[anon_sym_LT] = ACTIONS(4795),
[anon_sym_GT] = ACTIONS(4795),
[anon_sym_BANG_EQ] = ACTIONS(4793),
[anon_sym_PLUS] = ACTIONS(4795),
[anon_sym_DASH] = ACTIONS(4795),
[anon_sym_DASH_EQ] = ACTIONS(4793),
[anon_sym_LT_EQ] = ACTIONS(4793),
[anon_sym_GT_EQ] = ACTIONS(4793),
[anon_sym_PLUS_PLUS] = ACTIONS(4793),
[anon_sym_DASH_DASH] = ACTIONS(4793),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(4793),
},
[2145] = {
[sym__concat] = ACTIONS(5216),
[anon_sym_RPAREN_RPAREN] = ACTIONS(5216),
[anon_sym_AMP_AMP] = ACTIONS(5216),
[anon_sym_PIPE_PIPE] = ACTIONS(5216),
[anon_sym_RBRACK_RBRACK] = ACTIONS(5216),
[anon_sym_EQ_TILDE] = ACTIONS(5216),
[anon_sym_EQ_EQ] = ACTIONS(5216),
[anon_sym_EQ] = ACTIONS(5218),
[anon_sym_PLUS_EQ] = ACTIONS(5216),
[anon_sym_LT] = ACTIONS(5218),
[anon_sym_GT] = ACTIONS(5218),
[anon_sym_BANG_EQ] = ACTIONS(5216),
[anon_sym_PLUS] = ACTIONS(5218),
[anon_sym_DASH] = ACTIONS(5218),
[anon_sym_DASH_EQ] = ACTIONS(5216),
[anon_sym_LT_EQ] = ACTIONS(5216),
[anon_sym_GT_EQ] = ACTIONS(5216),
[anon_sym_PLUS_PLUS] = ACTIONS(5216),
[anon_sym_DASH_DASH] = ACTIONS(5216),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(5216),
},
[2146] = {
[sym__concat] = ACTIONS(5220),
[anon_sym_RPAREN_RPAREN] = ACTIONS(5220),
[anon_sym_AMP_AMP] = ACTIONS(5220),
[anon_sym_PIPE_PIPE] = ACTIONS(5220),
[anon_sym_RBRACK_RBRACK] = ACTIONS(5220),
[anon_sym_EQ_TILDE] = ACTIONS(5220),
[anon_sym_EQ_EQ] = ACTIONS(5220),
[anon_sym_EQ] = ACTIONS(5222),
[anon_sym_PLUS_EQ] = ACTIONS(5220),
[anon_sym_LT] = ACTIONS(5222),
[anon_sym_GT] = ACTIONS(5222),
[anon_sym_BANG_EQ] = ACTIONS(5220),
[anon_sym_PLUS] = ACTIONS(5222),
[anon_sym_DASH] = ACTIONS(5222),
[anon_sym_DASH_EQ] = ACTIONS(5220),
[anon_sym_LT_EQ] = ACTIONS(5220),
[anon_sym_GT_EQ] = ACTIONS(5220),
[anon_sym_PLUS_PLUS] = ACTIONS(5220),
[anon_sym_DASH_DASH] = ACTIONS(5220),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(5220),
},
[2147] = {
[sym_concatenation] = STATE(2287),
[sym_string] = STATE(2292),
[sym_array] = STATE(2287),
[sym_simple_expansion] = STATE(2292),
[sym_string_expansion] = STATE(2292),
[sym_expansion] = STATE(2292),
[sym_command_substitution] = STATE(2292),
[sym_process_substitution] = STATE(2292),
[sym__empty_value] = ACTIONS(5320),
[anon_sym_LPAREN] = ACTIONS(5322),
[sym__special_characters] = ACTIONS(5324),
[anon_sym_DQUOTE] = ACTIONS(5326),
[anon_sym_DOLLAR] = ACTIONS(5328),
[sym_raw_string] = ACTIONS(5330),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5332),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5334),
[anon_sym_BQUOTE] = ACTIONS(5336),
[anon_sym_LT_LPAREN] = ACTIONS(5338),
[anon_sym_GT_LPAREN] = ACTIONS(5338),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5330),
},
[2148] = {
[anon_sym_LBRACK] = ACTIONS(65),
[anon_sym_EQ] = ACTIONS(5340),
[anon_sym_PLUS_EQ] = ACTIONS(5340),
[sym_comment] = ACTIONS(57),
},
[2149] = {
[aux_sym_concatenation_repeat1] = STATE(2299),
[sym__simple_heredoc_body] = ACTIONS(669),
[sym__heredoc_body_beginning] = ACTIONS(669),
[sym_file_descriptor] = ACTIONS(669),
[sym__concat] = ACTIONS(5342),
[sym_variable_name] = ACTIONS(669),
[anon_sym_SEMI] = ACTIONS(673),
[anon_sym_esac] = ACTIONS(673),
[anon_sym_PIPE] = ACTIONS(673),
[anon_sym_SEMI_SEMI] = ACTIONS(669),
[anon_sym_PIPE_AMP] = ACTIONS(669),
[anon_sym_AMP_AMP] = ACTIONS(669),
[anon_sym_PIPE_PIPE] = ACTIONS(669),
[anon_sym_LT] = ACTIONS(673),
[anon_sym_GT] = ACTIONS(673),
[anon_sym_GT_GT] = ACTIONS(669),
[anon_sym_AMP_GT] = ACTIONS(673),
[anon_sym_AMP_GT_GT] = ACTIONS(669),
[anon_sym_LT_AMP] = ACTIONS(669),
[anon_sym_GT_AMP] = ACTIONS(669),
[anon_sym_LT_LT] = ACTIONS(673),
[anon_sym_LT_LT_DASH] = ACTIONS(669),
[anon_sym_LT_LT_LT] = ACTIONS(669),
[sym__special_characters] = ACTIONS(669),
[anon_sym_DQUOTE] = ACTIONS(669),
[anon_sym_DOLLAR] = ACTIONS(673),
[sym_raw_string] = ACTIONS(669),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(669),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(669),
[anon_sym_BQUOTE] = ACTIONS(669),
[anon_sym_LT_LPAREN] = ACTIONS(669),
[anon_sym_GT_LPAREN] = ACTIONS(669),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(673),
[sym_word] = ACTIONS(673),
[anon_sym_LF] = ACTIONS(669),
[anon_sym_AMP] = ACTIONS(673),
},
[2150] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(2302),
[anon_sym_DQUOTE] = ACTIONS(5344),
[anon_sym_DOLLAR] = ACTIONS(5346),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[2151] = {
[sym_string] = STATE(2304),
[anon_sym_DASH] = ACTIONS(5348),
[anon_sym_DQUOTE] = ACTIONS(5017),
[anon_sym_DOLLAR] = ACTIONS(5348),
[sym_raw_string] = ACTIONS(5350),
[anon_sym_POUND] = ACTIONS(5348),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5352),
[anon_sym_STAR] = ACTIONS(5354),
[anon_sym_AT] = ACTIONS(5354),
[anon_sym_QMARK] = ACTIONS(5354),
[anon_sym_0] = ACTIONS(5352),
[anon_sym__] = ACTIONS(5352),
},
[2152] = {
[aux_sym_concatenation_repeat1] = STATE(2299),
[sym__simple_heredoc_body] = ACTIONS(687),
[sym__heredoc_body_beginning] = ACTIONS(687),
[sym_file_descriptor] = ACTIONS(687),
[sym__concat] = ACTIONS(5342),
[sym_variable_name] = ACTIONS(687),
[anon_sym_SEMI] = ACTIONS(689),
[anon_sym_esac] = ACTIONS(689),
[anon_sym_PIPE] = ACTIONS(689),
[anon_sym_SEMI_SEMI] = ACTIONS(687),
[anon_sym_PIPE_AMP] = ACTIONS(687),
[anon_sym_AMP_AMP] = ACTIONS(687),
[anon_sym_PIPE_PIPE] = ACTIONS(687),
[anon_sym_LT] = ACTIONS(689),
[anon_sym_GT] = ACTIONS(689),
[anon_sym_GT_GT] = ACTIONS(687),
[anon_sym_AMP_GT] = ACTIONS(689),
[anon_sym_AMP_GT_GT] = ACTIONS(687),
[anon_sym_LT_AMP] = ACTIONS(687),
[anon_sym_GT_AMP] = ACTIONS(687),
[anon_sym_LT_LT] = ACTIONS(689),
[anon_sym_LT_LT_DASH] = ACTIONS(687),
[anon_sym_LT_LT_LT] = ACTIONS(687),
[sym__special_characters] = ACTIONS(687),
[anon_sym_DQUOTE] = ACTIONS(687),
[anon_sym_DOLLAR] = ACTIONS(689),
[sym_raw_string] = ACTIONS(687),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(687),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(687),
[anon_sym_BQUOTE] = ACTIONS(687),
[anon_sym_LT_LPAREN] = ACTIONS(687),
[anon_sym_GT_LPAREN] = ACTIONS(687),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(689),
[sym_word] = ACTIONS(689),
[anon_sym_LF] = ACTIONS(687),
[anon_sym_AMP] = ACTIONS(689),
},
[2153] = {
[sym_subscript] = STATE(2309),
[sym_variable_name] = ACTIONS(5356),
[anon_sym_BANG] = ACTIONS(5358),
[anon_sym_DASH] = ACTIONS(5360),
[anon_sym_DOLLAR] = ACTIONS(5360),
[anon_sym_POUND] = ACTIONS(5358),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5362),
[anon_sym_STAR] = ACTIONS(5364),
[anon_sym_AT] = ACTIONS(5364),
[anon_sym_QMARK] = ACTIONS(5364),
[anon_sym_0] = ACTIONS(5362),
[anon_sym__] = ACTIONS(5362),
},
[2154] = {
[sym__terminated_statement] = STATE(2312),
[sym_redirected_statement] = STATE(2310),
[sym_for_statement] = STATE(2310),
[sym_c_style_for_statement] = STATE(2310),
[sym_while_statement] = STATE(2310),
[sym_if_statement] = STATE(2310),
[sym_case_statement] = STATE(2310),
[sym_function_definition] = STATE(2310),
[sym_compound_statement] = STATE(2310),
[sym_subshell] = STATE(2310),
[sym_pipeline] = STATE(2310),
[sym_list] = STATE(2310),
[sym_negated_command] = STATE(2310),
[sym_test_command] = STATE(2310),
[sym_declaration_command] = STATE(2310),
[sym_unset_command] = STATE(2310),
[sym_command] = STATE(2310),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(2311),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(2312),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[2155] = {
[sym__terminated_statement] = STATE(2315),
[sym_redirected_statement] = STATE(2313),
[sym_for_statement] = STATE(2313),
[sym_c_style_for_statement] = STATE(2313),
[sym_while_statement] = STATE(2313),
[sym_if_statement] = STATE(2313),
[sym_case_statement] = STATE(2313),
[sym_function_definition] = STATE(2313),
[sym_compound_statement] = STATE(2313),
[sym_subshell] = STATE(2313),
[sym_pipeline] = STATE(2313),
[sym_list] = STATE(2313),
[sym_negated_command] = STATE(2313),
[sym_test_command] = STATE(2313),
[sym_declaration_command] = STATE(2313),
[sym_unset_command] = STATE(2313),
[sym_command] = STATE(2313),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(2314),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(2315),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[2156] = {
[sym__terminated_statement] = STATE(2318),
[sym_redirected_statement] = STATE(2316),
[sym_for_statement] = STATE(2316),
[sym_c_style_for_statement] = STATE(2316),
[sym_while_statement] = STATE(2316),
[sym_if_statement] = STATE(2316),
[sym_case_statement] = STATE(2316),
[sym_function_definition] = STATE(2316),
[sym_compound_statement] = STATE(2316),
[sym_subshell] = STATE(2316),
[sym_pipeline] = STATE(2316),
[sym_list] = STATE(2316),
[sym_negated_command] = STATE(2316),
[sym_test_command] = STATE(2316),
[sym_declaration_command] = STATE(2316),
[sym_unset_command] = STATE(2316),
[sym_command] = STATE(2316),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(2317),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(2318),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[2157] = {
[anon_sym_EQ] = ACTIONS(5340),
[anon_sym_PLUS_EQ] = ACTIONS(5340),
[sym_comment] = ACTIONS(57),
},
[2158] = {
[sym_variable_assignment] = STATE(2319),
[sym_subscript] = STATE(2157),
[sym_concatenation] = STATE(2319),
[sym_string] = STATE(2152),
[sym_simple_expansion] = STATE(2152),
[sym_string_expansion] = STATE(2152),
[sym_expansion] = STATE(2152),
[sym_command_substitution] = STATE(2152),
[sym_process_substitution] = STATE(2152),
[aux_sym_declaration_command_repeat1] = STATE(2319),
[sym__simple_heredoc_body] = ACTIONS(701),
[sym__heredoc_body_beginning] = ACTIONS(701),
[sym_file_descriptor] = ACTIONS(701),
[sym_variable_name] = ACTIONS(5013),
[anon_sym_SEMI] = ACTIONS(703),
[anon_sym_esac] = ACTIONS(703),
[anon_sym_PIPE] = ACTIONS(703),
[anon_sym_SEMI_SEMI] = ACTIONS(701),
[anon_sym_PIPE_AMP] = ACTIONS(701),
[anon_sym_AMP_AMP] = ACTIONS(701),
[anon_sym_PIPE_PIPE] = ACTIONS(701),
[anon_sym_LT] = ACTIONS(703),
[anon_sym_GT] = ACTIONS(703),
[anon_sym_GT_GT] = ACTIONS(701),
[anon_sym_AMP_GT] = ACTIONS(703),
[anon_sym_AMP_GT_GT] = ACTIONS(701),
[anon_sym_LT_AMP] = ACTIONS(701),
[anon_sym_GT_AMP] = ACTIONS(701),
[anon_sym_LT_LT] = ACTIONS(703),
[anon_sym_LT_LT_DASH] = ACTIONS(701),
[anon_sym_LT_LT_LT] = ACTIONS(701),
[sym__special_characters] = ACTIONS(5015),
[anon_sym_DQUOTE] = ACTIONS(5017),
[anon_sym_DOLLAR] = ACTIONS(5019),
[sym_raw_string] = ACTIONS(5021),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5023),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5025),
[anon_sym_BQUOTE] = ACTIONS(5027),
[anon_sym_LT_LPAREN] = ACTIONS(5029),
[anon_sym_GT_LPAREN] = ACTIONS(5029),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5366),
[sym_word] = ACTIONS(5033),
[anon_sym_LF] = ACTIONS(701),
[anon_sym_AMP] = ACTIONS(703),
},
[2159] = {
[aux_sym_concatenation_repeat1] = STATE(2321),
[sym__simple_heredoc_body] = ACTIONS(707),
[sym__heredoc_body_beginning] = ACTIONS(707),
[sym_file_descriptor] = ACTIONS(707),
[sym__concat] = ACTIONS(5368),
[anon_sym_SEMI] = ACTIONS(711),
[anon_sym_esac] = ACTIONS(711),
[anon_sym_PIPE] = ACTIONS(711),
[anon_sym_SEMI_SEMI] = ACTIONS(707),
[anon_sym_PIPE_AMP] = ACTIONS(707),
[anon_sym_AMP_AMP] = ACTIONS(707),
[anon_sym_PIPE_PIPE] = ACTIONS(707),
[anon_sym_LT] = ACTIONS(711),
[anon_sym_GT] = ACTIONS(711),
[anon_sym_GT_GT] = ACTIONS(707),
[anon_sym_AMP_GT] = ACTIONS(711),
[anon_sym_AMP_GT_GT] = ACTIONS(707),
[anon_sym_LT_AMP] = ACTIONS(707),
[anon_sym_GT_AMP] = ACTIONS(707),
[anon_sym_LT_LT] = ACTIONS(711),
[anon_sym_LT_LT_DASH] = ACTIONS(707),
[anon_sym_LT_LT_LT] = ACTIONS(707),
[sym__special_characters] = ACTIONS(707),
[anon_sym_DQUOTE] = ACTIONS(707),
[anon_sym_DOLLAR] = ACTIONS(711),
[sym_raw_string] = ACTIONS(707),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(707),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(707),
[anon_sym_BQUOTE] = ACTIONS(707),
[anon_sym_LT_LPAREN] = ACTIONS(707),
[anon_sym_GT_LPAREN] = ACTIONS(707),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(711),
[sym_word] = ACTIONS(711),
[anon_sym_LF] = ACTIONS(707),
[anon_sym_AMP] = ACTIONS(711),
},
[2160] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(2324),
[anon_sym_DQUOTE] = ACTIONS(5370),
[anon_sym_DOLLAR] = ACTIONS(5372),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[2161] = {
[sym_string] = STATE(2326),
[anon_sym_DASH] = ACTIONS(5374),
[anon_sym_DQUOTE] = ACTIONS(5037),
[anon_sym_DOLLAR] = ACTIONS(5374),
[sym_raw_string] = ACTIONS(5376),
[anon_sym_POUND] = ACTIONS(5374),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5378),
[anon_sym_STAR] = ACTIONS(5380),
[anon_sym_AT] = ACTIONS(5380),
[anon_sym_QMARK] = ACTIONS(5380),
[anon_sym_0] = ACTIONS(5378),
[anon_sym__] = ACTIONS(5378),
},
[2162] = {
[aux_sym_concatenation_repeat1] = STATE(2321),
[sym__simple_heredoc_body] = ACTIONS(725),
[sym__heredoc_body_beginning] = ACTIONS(725),
[sym_file_descriptor] = ACTIONS(725),
[sym__concat] = ACTIONS(5368),
[anon_sym_SEMI] = ACTIONS(727),
[anon_sym_esac] = ACTIONS(727),
[anon_sym_PIPE] = ACTIONS(727),
[anon_sym_SEMI_SEMI] = ACTIONS(725),
[anon_sym_PIPE_AMP] = ACTIONS(725),
[anon_sym_AMP_AMP] = ACTIONS(725),
[anon_sym_PIPE_PIPE] = ACTIONS(725),
[anon_sym_LT] = ACTIONS(727),
[anon_sym_GT] = ACTIONS(727),
[anon_sym_GT_GT] = ACTIONS(725),
[anon_sym_AMP_GT] = ACTIONS(727),
[anon_sym_AMP_GT_GT] = ACTIONS(725),
[anon_sym_LT_AMP] = ACTIONS(725),
[anon_sym_GT_AMP] = ACTIONS(725),
[anon_sym_LT_LT] = ACTIONS(727),
[anon_sym_LT_LT_DASH] = ACTIONS(725),
[anon_sym_LT_LT_LT] = ACTIONS(725),
[sym__special_characters] = ACTIONS(725),
[anon_sym_DQUOTE] = ACTIONS(725),
[anon_sym_DOLLAR] = ACTIONS(727),
[sym_raw_string] = ACTIONS(725),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(725),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(725),
[anon_sym_BQUOTE] = ACTIONS(725),
[anon_sym_LT_LPAREN] = ACTIONS(725),
[anon_sym_GT_LPAREN] = ACTIONS(725),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(727),
[sym_word] = ACTIONS(727),
[anon_sym_LF] = ACTIONS(725),
[anon_sym_AMP] = ACTIONS(727),
},
[2163] = {
[sym_subscript] = STATE(2331),
[sym_variable_name] = ACTIONS(5382),
[anon_sym_BANG] = ACTIONS(5384),
[anon_sym_DASH] = ACTIONS(5386),
[anon_sym_DOLLAR] = ACTIONS(5386),
[anon_sym_POUND] = ACTIONS(5384),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5388),
[anon_sym_STAR] = ACTIONS(5390),
[anon_sym_AT] = ACTIONS(5390),
[anon_sym_QMARK] = ACTIONS(5390),
[anon_sym_0] = ACTIONS(5388),
[anon_sym__] = ACTIONS(5388),
},
[2164] = {
[sym__terminated_statement] = STATE(2334),
[sym_redirected_statement] = STATE(2332),
[sym_for_statement] = STATE(2332),
[sym_c_style_for_statement] = STATE(2332),
[sym_while_statement] = STATE(2332),
[sym_if_statement] = STATE(2332),
[sym_case_statement] = STATE(2332),
[sym_function_definition] = STATE(2332),
[sym_compound_statement] = STATE(2332),
[sym_subshell] = STATE(2332),
[sym_pipeline] = STATE(2332),
[sym_list] = STATE(2332),
[sym_negated_command] = STATE(2332),
[sym_test_command] = STATE(2332),
[sym_declaration_command] = STATE(2332),
[sym_unset_command] = STATE(2332),
[sym_command] = STATE(2332),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(2333),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(2334),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[2165] = {
[sym__terminated_statement] = STATE(2337),
[sym_redirected_statement] = STATE(2335),
[sym_for_statement] = STATE(2335),
[sym_c_style_for_statement] = STATE(2335),
[sym_while_statement] = STATE(2335),
[sym_if_statement] = STATE(2335),
[sym_case_statement] = STATE(2335),
[sym_function_definition] = STATE(2335),
[sym_compound_statement] = STATE(2335),
[sym_subshell] = STATE(2335),
[sym_pipeline] = STATE(2335),
[sym_list] = STATE(2335),
[sym_negated_command] = STATE(2335),
[sym_test_command] = STATE(2335),
[sym_declaration_command] = STATE(2335),
[sym_unset_command] = STATE(2335),
[sym_command] = STATE(2335),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(2336),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(2337),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[2166] = {
[sym__terminated_statement] = STATE(2340),
[sym_redirected_statement] = STATE(2338),
[sym_for_statement] = STATE(2338),
[sym_c_style_for_statement] = STATE(2338),
[sym_while_statement] = STATE(2338),
[sym_if_statement] = STATE(2338),
[sym_case_statement] = STATE(2338),
[sym_function_definition] = STATE(2338),
[sym_compound_statement] = STATE(2338),
[sym_subshell] = STATE(2338),
[sym_pipeline] = STATE(2338),
[sym_list] = STATE(2338),
[sym_negated_command] = STATE(2338),
[sym_test_command] = STATE(2338),
[sym_declaration_command] = STATE(2338),
[sym_unset_command] = STATE(2338),
[sym_command] = STATE(2338),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(2339),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(2340),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[2167] = {
[sym_concatenation] = STATE(2341),
[sym_string] = STATE(2162),
[sym_simple_expansion] = STATE(2162),
[sym_string_expansion] = STATE(2162),
[sym_expansion] = STATE(2162),
[sym_command_substitution] = STATE(2162),
[sym_process_substitution] = STATE(2162),
[aux_sym_unset_command_repeat1] = STATE(2341),
[sym__simple_heredoc_body] = ACTIONS(739),
[sym__heredoc_body_beginning] = ACTIONS(739),
[sym_file_descriptor] = ACTIONS(739),
[anon_sym_SEMI] = ACTIONS(741),
[anon_sym_esac] = ACTIONS(741),
[anon_sym_PIPE] = ACTIONS(741),
[anon_sym_SEMI_SEMI] = ACTIONS(739),
[anon_sym_PIPE_AMP] = ACTIONS(739),
[anon_sym_AMP_AMP] = ACTIONS(739),
[anon_sym_PIPE_PIPE] = ACTIONS(739),
[anon_sym_LT] = ACTIONS(741),
[anon_sym_GT] = ACTIONS(741),
[anon_sym_GT_GT] = ACTIONS(739),
[anon_sym_AMP_GT] = ACTIONS(741),
[anon_sym_AMP_GT_GT] = ACTIONS(739),
[anon_sym_LT_AMP] = ACTIONS(739),
[anon_sym_GT_AMP] = ACTIONS(739),
[anon_sym_LT_LT] = ACTIONS(741),
[anon_sym_LT_LT_DASH] = ACTIONS(739),
[anon_sym_LT_LT_LT] = ACTIONS(739),
[sym__special_characters] = ACTIONS(5035),
[anon_sym_DQUOTE] = ACTIONS(5037),
[anon_sym_DOLLAR] = ACTIONS(5039),
[sym_raw_string] = ACTIONS(5041),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5043),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5045),
[anon_sym_BQUOTE] = ACTIONS(5047),
[anon_sym_LT_LPAREN] = ACTIONS(5049),
[anon_sym_GT_LPAREN] = ACTIONS(5049),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5392),
[sym_word] = ACTIONS(5053),
[anon_sym_LF] = ACTIONS(739),
[anon_sym_AMP] = ACTIONS(741),
},
[2168] = {
[sym_string] = STATE(2342),
[sym_simple_expansion] = STATE(2342),
[sym_string_expansion] = STATE(2342),
[sym_expansion] = STATE(2342),
[sym_command_substitution] = STATE(2342),
[sym_process_substitution] = STATE(2342),
[sym__special_characters] = ACTIONS(5394),
[anon_sym_DQUOTE] = ACTIONS(4470),
[anon_sym_DOLLAR] = ACTIONS(4472),
[sym_raw_string] = ACTIONS(5394),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4476),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4478),
[anon_sym_BQUOTE] = ACTIONS(4480),
[anon_sym_LT_LPAREN] = ACTIONS(4482),
[anon_sym_GT_LPAREN] = ACTIONS(4482),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5394),
},
[2169] = {
[aux_sym_concatenation_repeat1] = STATE(2343),
[sym__simple_heredoc_body] = ACTIONS(779),
[sym__heredoc_body_beginning] = ACTIONS(779),
[sym_file_descriptor] = ACTIONS(779),
[sym__concat] = ACTIONS(5055),
[anon_sym_SEMI] = ACTIONS(781),
[anon_sym_esac] = ACTIONS(781),
[anon_sym_PIPE] = ACTIONS(781),
[anon_sym_SEMI_SEMI] = ACTIONS(779),
[anon_sym_PIPE_AMP] = ACTIONS(779),
[anon_sym_AMP_AMP] = ACTIONS(779),
[anon_sym_PIPE_PIPE] = ACTIONS(779),
[anon_sym_EQ_TILDE] = ACTIONS(781),
[anon_sym_EQ_EQ] = ACTIONS(781),
[anon_sym_LT] = ACTIONS(781),
[anon_sym_GT] = ACTIONS(781),
[anon_sym_GT_GT] = ACTIONS(779),
[anon_sym_AMP_GT] = ACTIONS(781),
[anon_sym_AMP_GT_GT] = ACTIONS(779),
[anon_sym_LT_AMP] = ACTIONS(779),
[anon_sym_GT_AMP] = ACTIONS(779),
[anon_sym_LT_LT] = ACTIONS(781),
[anon_sym_LT_LT_DASH] = ACTIONS(779),
[anon_sym_LT_LT_LT] = ACTIONS(779),
[sym__special_characters] = ACTIONS(779),
[anon_sym_DQUOTE] = ACTIONS(779),
[anon_sym_DOLLAR] = ACTIONS(781),
[sym_raw_string] = ACTIONS(779),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(779),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(779),
[anon_sym_BQUOTE] = ACTIONS(779),
[anon_sym_LT_LPAREN] = ACTIONS(779),
[anon_sym_GT_LPAREN] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(781),
[anon_sym_LF] = ACTIONS(779),
[anon_sym_AMP] = ACTIONS(781),
},
[2170] = {
[sym__simple_heredoc_body] = ACTIONS(783),
[sym__heredoc_body_beginning] = ACTIONS(783),
[sym_file_descriptor] = ACTIONS(783),
[sym__concat] = ACTIONS(783),
[anon_sym_SEMI] = ACTIONS(785),
[anon_sym_esac] = ACTIONS(785),
[anon_sym_PIPE] = ACTIONS(785),
[anon_sym_SEMI_SEMI] = ACTIONS(783),
[anon_sym_PIPE_AMP] = ACTIONS(783),
[anon_sym_AMP_AMP] = ACTIONS(783),
[anon_sym_PIPE_PIPE] = ACTIONS(783),
[anon_sym_EQ_TILDE] = ACTIONS(785),
[anon_sym_EQ_EQ] = ACTIONS(785),
[anon_sym_LT] = ACTIONS(785),
[anon_sym_GT] = ACTIONS(785),
[anon_sym_GT_GT] = ACTIONS(783),
[anon_sym_AMP_GT] = ACTIONS(785),
[anon_sym_AMP_GT_GT] = ACTIONS(783),
[anon_sym_LT_AMP] = ACTIONS(783),
[anon_sym_GT_AMP] = ACTIONS(783),
[anon_sym_LT_LT] = ACTIONS(785),
[anon_sym_LT_LT_DASH] = ACTIONS(783),
[anon_sym_LT_LT_LT] = ACTIONS(783),
[sym__special_characters] = ACTIONS(783),
[anon_sym_DQUOTE] = ACTIONS(783),
[anon_sym_DOLLAR] = ACTIONS(785),
[sym_raw_string] = ACTIONS(783),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(783),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(783),
[anon_sym_BQUOTE] = ACTIONS(783),
[anon_sym_LT_LPAREN] = ACTIONS(783),
[anon_sym_GT_LPAREN] = ACTIONS(783),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(785),
[anon_sym_LF] = ACTIONS(783),
[anon_sym_AMP] = ACTIONS(785),
},
[2171] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(5396),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[2172] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(455),
[anon_sym_DQUOTE] = ACTIONS(5396),
[anon_sym_DOLLAR] = ACTIONS(5398),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[2173] = {
[sym__simple_heredoc_body] = ACTIONS(817),
[sym__heredoc_body_beginning] = ACTIONS(817),
[sym_file_descriptor] = ACTIONS(817),
[sym__concat] = ACTIONS(817),
[anon_sym_SEMI] = ACTIONS(819),
[anon_sym_esac] = ACTIONS(819),
[anon_sym_PIPE] = ACTIONS(819),
[anon_sym_SEMI_SEMI] = ACTIONS(817),
[anon_sym_PIPE_AMP] = ACTIONS(817),
[anon_sym_AMP_AMP] = ACTIONS(817),
[anon_sym_PIPE_PIPE] = ACTIONS(817),
[anon_sym_EQ_TILDE] = ACTIONS(819),
[anon_sym_EQ_EQ] = ACTIONS(819),
[anon_sym_LT] = ACTIONS(819),
[anon_sym_GT] = ACTIONS(819),
[anon_sym_GT_GT] = ACTIONS(817),
[anon_sym_AMP_GT] = ACTIONS(819),
[anon_sym_AMP_GT_GT] = ACTIONS(817),
[anon_sym_LT_AMP] = ACTIONS(817),
[anon_sym_GT_AMP] = ACTIONS(817),
[anon_sym_LT_LT] = ACTIONS(819),
[anon_sym_LT_LT_DASH] = ACTIONS(817),
[anon_sym_LT_LT_LT] = ACTIONS(817),
[sym__special_characters] = ACTIONS(817),
[anon_sym_DQUOTE] = ACTIONS(817),
[anon_sym_DOLLAR] = ACTIONS(819),
[sym_raw_string] = ACTIONS(817),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(817),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(817),
[anon_sym_BQUOTE] = ACTIONS(817),
[anon_sym_LT_LPAREN] = ACTIONS(817),
[anon_sym_GT_LPAREN] = ACTIONS(817),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(819),
[anon_sym_LF] = ACTIONS(817),
[anon_sym_AMP] = ACTIONS(819),
},
[2174] = {
[sym__simple_heredoc_body] = ACTIONS(821),
[sym__heredoc_body_beginning] = ACTIONS(821),
[sym_file_descriptor] = ACTIONS(821),
[sym__concat] = ACTIONS(821),
[anon_sym_SEMI] = ACTIONS(823),
[anon_sym_esac] = ACTIONS(823),
[anon_sym_PIPE] = ACTIONS(823),
[anon_sym_SEMI_SEMI] = ACTIONS(821),
[anon_sym_PIPE_AMP] = ACTIONS(821),
[anon_sym_AMP_AMP] = ACTIONS(821),
[anon_sym_PIPE_PIPE] = ACTIONS(821),
[anon_sym_EQ_TILDE] = ACTIONS(823),
[anon_sym_EQ_EQ] = ACTIONS(823),
[anon_sym_LT] = ACTIONS(823),
[anon_sym_GT] = ACTIONS(823),
[anon_sym_GT_GT] = ACTIONS(821),
[anon_sym_AMP_GT] = ACTIONS(823),
[anon_sym_AMP_GT_GT] = ACTIONS(821),
[anon_sym_LT_AMP] = ACTIONS(821),
[anon_sym_GT_AMP] = ACTIONS(821),
[anon_sym_LT_LT] = ACTIONS(823),
[anon_sym_LT_LT_DASH] = ACTIONS(821),
[anon_sym_LT_LT_LT] = ACTIONS(821),
[sym__special_characters] = ACTIONS(821),
[anon_sym_DQUOTE] = ACTIONS(821),
[anon_sym_DOLLAR] = ACTIONS(823),
[sym_raw_string] = ACTIONS(821),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(821),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(821),
[anon_sym_BQUOTE] = ACTIONS(821),
[anon_sym_LT_LPAREN] = ACTIONS(821),
[anon_sym_GT_LPAREN] = ACTIONS(821),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(823),
[anon_sym_LF] = ACTIONS(821),
[anon_sym_AMP] = ACTIONS(823),
},
[2175] = {
[sym__simple_heredoc_body] = ACTIONS(825),
[sym__heredoc_body_beginning] = ACTIONS(825),
[sym_file_descriptor] = ACTIONS(825),
[sym__concat] = ACTIONS(825),
[anon_sym_SEMI] = ACTIONS(827),
[anon_sym_esac] = ACTIONS(827),
[anon_sym_PIPE] = ACTIONS(827),
[anon_sym_SEMI_SEMI] = ACTIONS(825),
[anon_sym_PIPE_AMP] = ACTIONS(825),
[anon_sym_AMP_AMP] = ACTIONS(825),
[anon_sym_PIPE_PIPE] = ACTIONS(825),
[anon_sym_EQ_TILDE] = ACTIONS(827),
[anon_sym_EQ_EQ] = ACTIONS(827),
[anon_sym_LT] = ACTIONS(827),
[anon_sym_GT] = ACTIONS(827),
[anon_sym_GT_GT] = ACTIONS(825),
[anon_sym_AMP_GT] = ACTIONS(827),
[anon_sym_AMP_GT_GT] = ACTIONS(825),
[anon_sym_LT_AMP] = ACTIONS(825),
[anon_sym_GT_AMP] = ACTIONS(825),
[anon_sym_LT_LT] = ACTIONS(827),
[anon_sym_LT_LT_DASH] = ACTIONS(825),
[anon_sym_LT_LT_LT] = ACTIONS(825),
[sym__special_characters] = ACTIONS(825),
[anon_sym_DQUOTE] = ACTIONS(825),
[anon_sym_DOLLAR] = ACTIONS(827),
[sym_raw_string] = ACTIONS(825),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(825),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(825),
[anon_sym_BQUOTE] = ACTIONS(825),
[anon_sym_LT_LPAREN] = ACTIONS(825),
[anon_sym_GT_LPAREN] = ACTIONS(825),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(827),
[anon_sym_LF] = ACTIONS(825),
[anon_sym_AMP] = ACTIONS(827),
},
[2176] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(5400),
[sym_comment] = ACTIONS(57),
},
[2177] = {
[sym_subscript] = STATE(2349),
[sym_variable_name] = ACTIONS(5402),
[anon_sym_DASH] = ACTIONS(5404),
[anon_sym_DOLLAR] = ACTIONS(5404),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5406),
[anon_sym_STAR] = ACTIONS(5408),
[anon_sym_AT] = ACTIONS(5408),
[anon_sym_QMARK] = ACTIONS(5408),
[anon_sym_0] = ACTIONS(5406),
[anon_sym__] = ACTIONS(5406),
},
[2178] = {
[sym_concatenation] = STATE(2352),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2352),
[anon_sym_RBRACE] = ACTIONS(5410),
[anon_sym_EQ] = ACTIONS(5412),
[anon_sym_DASH] = ACTIONS(5412),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(5414),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(5416),
[anon_sym_COLON] = ACTIONS(5412),
[anon_sym_COLON_QMARK] = ACTIONS(5412),
[anon_sym_COLON_DASH] = ACTIONS(5412),
[anon_sym_PERCENT] = ACTIONS(5412),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2179] = {
[sym_concatenation] = STATE(2355),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2355),
[anon_sym_RBRACE] = ACTIONS(5418),
[anon_sym_EQ] = ACTIONS(5420),
[anon_sym_DASH] = ACTIONS(5420),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(5422),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(5424),
[anon_sym_COLON] = ACTIONS(5420),
[anon_sym_COLON_QMARK] = ACTIONS(5420),
[anon_sym_COLON_DASH] = ACTIONS(5420),
[anon_sym_PERCENT] = ACTIONS(5420),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2180] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2358),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(5426),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(5428),
[anon_sym_SEMI_SEMI] = ACTIONS(5430),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5430),
[anon_sym_AMP] = ACTIONS(5426),
},
[2181] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2358),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(5426),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(5428),
[anon_sym_SEMI_SEMI] = ACTIONS(5430),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(5430),
[anon_sym_AMP] = ACTIONS(5426),
},
[2182] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(2359),
[sym_for_statement] = STATE(2359),
[sym_c_style_for_statement] = STATE(2359),
[sym_while_statement] = STATE(2359),
[sym_if_statement] = STATE(2359),
[sym_case_statement] = STATE(2359),
[sym_function_definition] = STATE(2359),
[sym_compound_statement] = STATE(2359),
[sym_subshell] = STATE(2359),
[sym_pipeline] = STATE(2359),
[sym_list] = STATE(2359),
[sym_negated_command] = STATE(2359),
[sym_test_command] = STATE(2359),
[sym_declaration_command] = STATE(2359),
[sym_unset_command] = STATE(2359),
[sym_command] = STATE(2359),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(2360),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[2183] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(2362),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(5432),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(5434),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(5428),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5434),
[anon_sym_AMP] = ACTIONS(5432),
},
[2184] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(2362),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(5432),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(5434),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(5428),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(5434),
[anon_sym_AMP] = ACTIONS(5432),
},
[2185] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(2363),
[sym_for_statement] = STATE(2363),
[sym_c_style_for_statement] = STATE(2363),
[sym_while_statement] = STATE(2363),
[sym_if_statement] = STATE(2363),
[sym_case_statement] = STATE(2363),
[sym_function_definition] = STATE(2363),
[sym_compound_statement] = STATE(2363),
[sym_subshell] = STATE(2363),
[sym_pipeline] = STATE(2363),
[sym_list] = STATE(2363),
[sym_negated_command] = STATE(2363),
[sym_test_command] = STATE(2363),
[sym_declaration_command] = STATE(2363),
[sym_unset_command] = STATE(2363),
[sym_command] = STATE(2363),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(2364),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[2186] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2367),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(5436),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(5438),
[anon_sym_SEMI_SEMI] = ACTIONS(5440),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5440),
[anon_sym_AMP] = ACTIONS(5436),
},
[2187] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2367),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(5436),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(5438),
[anon_sym_SEMI_SEMI] = ACTIONS(5440),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(5440),
[anon_sym_AMP] = ACTIONS(5436),
},
[2188] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(2368),
[sym_for_statement] = STATE(2368),
[sym_c_style_for_statement] = STATE(2368),
[sym_while_statement] = STATE(2368),
[sym_if_statement] = STATE(2368),
[sym_case_statement] = STATE(2368),
[sym_function_definition] = STATE(2368),
[sym_compound_statement] = STATE(2368),
[sym_subshell] = STATE(2368),
[sym_pipeline] = STATE(2368),
[sym_list] = STATE(2368),
[sym_negated_command] = STATE(2368),
[sym_test_command] = STATE(2368),
[sym_declaration_command] = STATE(2368),
[sym_unset_command] = STATE(2368),
[sym_command] = STATE(2368),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(2369),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[2189] = {
[anon_sym_LT] = ACTIONS(5442),
[anon_sym_GT] = ACTIONS(5442),
[anon_sym_GT_GT] = ACTIONS(5444),
[anon_sym_AMP_GT] = ACTIONS(5442),
[anon_sym_AMP_GT_GT] = ACTIONS(5444),
[anon_sym_LT_AMP] = ACTIONS(5444),
[anon_sym_GT_AMP] = ACTIONS(5444),
[sym_comment] = ACTIONS(57),
},
[2190] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_esac] = ACTIONS(935),
[anon_sym_SEMI_SEMI] = ACTIONS(931),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2191] = {
[sym_redirected_statement] = STATE(2371),
[sym_for_statement] = STATE(2371),
[sym_c_style_for_statement] = STATE(2371),
[sym_while_statement] = STATE(2371),
[sym_if_statement] = STATE(2371),
[sym_case_statement] = STATE(2371),
[sym_function_definition] = STATE(2371),
[sym_compound_statement] = STATE(2371),
[sym_subshell] = STATE(2371),
[sym_pipeline] = STATE(2371),
[sym_list] = STATE(2371),
[sym_negated_command] = STATE(2371),
[sym_test_command] = STATE(2371),
[sym_declaration_command] = STATE(2371),
[sym_unset_command] = STATE(2371),
[sym_command] = STATE(2371),
[sym_command_name] = STATE(1954),
[sym_variable_assignment] = STATE(2372),
[sym_subscript] = STATE(1956),
[sym_file_redirect] = STATE(1959),
[sym_concatenation] = STATE(1957),
[sym_string] = STATE(1947),
[sym_simple_expansion] = STATE(1947),
[sym_string_expansion] = STATE(1947),
[sym_expansion] = STATE(1947),
[sym_command_substitution] = STATE(1947),
[sym_process_substitution] = STATE(1947),
[aux_sym_command_repeat1] = STATE(1959),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(4456),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(4462),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(4464),
[anon_sym_typeset] = ACTIONS(4464),
[anon_sym_export] = ACTIONS(4464),
[anon_sym_readonly] = ACTIONS(4464),
[anon_sym_local] = ACTIONS(4464),
[anon_sym_unset] = ACTIONS(4466),
[anon_sym_unsetenv] = ACTIONS(4466),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(4468),
[anon_sym_DQUOTE] = ACTIONS(4470),
[anon_sym_DOLLAR] = ACTIONS(4472),
[sym_raw_string] = ACTIONS(4474),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4476),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4478),
[anon_sym_BQUOTE] = ACTIONS(4480),
[anon_sym_LT_LPAREN] = ACTIONS(4482),
[anon_sym_GT_LPAREN] = ACTIONS(4482),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4484),
},
[2192] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_esac] = ACTIONS(5446),
[anon_sym_SEMI_SEMI] = ACTIONS(931),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(5448),
[anon_sym_DQUOTE] = ACTIONS(5450),
[anon_sym_DOLLAR] = ACTIONS(5448),
[sym_raw_string] = ACTIONS(5450),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5450),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5450),
[anon_sym_BQUOTE] = ACTIONS(5450),
[anon_sym_LT_LPAREN] = ACTIONS(5450),
[anon_sym_GT_LPAREN] = ACTIONS(5450),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5448),
},
[2193] = {
[sym_redirected_statement] = STATE(2373),
[sym_for_statement] = STATE(2373),
[sym_c_style_for_statement] = STATE(2373),
[sym_while_statement] = STATE(2373),
[sym_if_statement] = STATE(2373),
[sym_case_statement] = STATE(2373),
[sym_function_definition] = STATE(2373),
[sym_compound_statement] = STATE(2373),
[sym_subshell] = STATE(2373),
[sym_pipeline] = STATE(2373),
[sym_list] = STATE(2373),
[sym_negated_command] = STATE(2373),
[sym_test_command] = STATE(2373),
[sym_declaration_command] = STATE(2373),
[sym_unset_command] = STATE(2373),
[sym_command] = STATE(2373),
[sym_command_name] = STATE(1954),
[sym_variable_assignment] = STATE(2374),
[sym_subscript] = STATE(1956),
[sym_file_redirect] = STATE(1959),
[sym_concatenation] = STATE(1957),
[sym_string] = STATE(1947),
[sym_simple_expansion] = STATE(1947),
[sym_string_expansion] = STATE(1947),
[sym_expansion] = STATE(1947),
[sym_command_substitution] = STATE(1947),
[sym_process_substitution] = STATE(1947),
[aux_sym_command_repeat1] = STATE(1959),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(4456),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(4462),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(4464),
[anon_sym_typeset] = ACTIONS(4464),
[anon_sym_export] = ACTIONS(4464),
[anon_sym_readonly] = ACTIONS(4464),
[anon_sym_local] = ACTIONS(4464),
[anon_sym_unset] = ACTIONS(4466),
[anon_sym_unsetenv] = ACTIONS(4466),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(4468),
[anon_sym_DQUOTE] = ACTIONS(4470),
[anon_sym_DOLLAR] = ACTIONS(4472),
[sym_raw_string] = ACTIONS(4474),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4476),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4478),
[anon_sym_BQUOTE] = ACTIONS(4480),
[anon_sym_LT_LPAREN] = ACTIONS(4482),
[anon_sym_GT_LPAREN] = ACTIONS(4482),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4484),
},
[2194] = {
[sym_concatenation] = STATE(513),
[sym_string] = STATE(2378),
[sym_simple_expansion] = STATE(2378),
[sym_string_expansion] = STATE(2378),
[sym_expansion] = STATE(2378),
[sym_command_substitution] = STATE(2378),
[sym_process_substitution] = STATE(2378),
[sym__special_characters] = ACTIONS(5452),
[anon_sym_DQUOTE] = ACTIONS(5454),
[anon_sym_DOLLAR] = ACTIONS(5456),
[sym_raw_string] = ACTIONS(5458),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5460),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5462),
[anon_sym_BQUOTE] = ACTIONS(5464),
[anon_sym_LT_LPAREN] = ACTIONS(5466),
[anon_sym_GT_LPAREN] = ACTIONS(5466),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5458),
},
[2195] = {
[sym_concatenation] = STATE(517),
[sym_string] = STATE(2384),
[sym_simple_expansion] = STATE(2384),
[sym_string_expansion] = STATE(2384),
[sym_expansion] = STATE(2384),
[sym_command_substitution] = STATE(2384),
[sym_process_substitution] = STATE(2384),
[sym__special_characters] = ACTIONS(5468),
[anon_sym_DQUOTE] = ACTIONS(5454),
[anon_sym_DOLLAR] = ACTIONS(5456),
[sym_raw_string] = ACTIONS(5470),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5460),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5462),
[anon_sym_BQUOTE] = ACTIONS(5464),
[anon_sym_LT_LPAREN] = ACTIONS(5466),
[anon_sym_GT_LPAREN] = ACTIONS(5466),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5470),
},
[2196] = {
[anon_sym_SEMI] = ACTIONS(5472),
[anon_sym_SEMI_SEMI] = ACTIONS(5474),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5474),
[anon_sym_AMP] = ACTIONS(5474),
},
[2197] = {
[sym_file_redirect] = STATE(2386),
[sym_heredoc_redirect] = STATE(2386),
[sym_herestring_redirect] = STATE(2386),
[aux_sym_redirected_statement_repeat1] = STATE(2386),
[sym__simple_heredoc_body] = ACTIONS(951),
[sym__heredoc_body_beginning] = ACTIONS(951),
[sym_file_descriptor] = ACTIONS(5079),
[anon_sym_SEMI] = ACTIONS(953),
[anon_sym_esac] = ACTIONS(951),
[anon_sym_PIPE] = ACTIONS(953),
[anon_sym_SEMI_SEMI] = ACTIONS(951),
[anon_sym_PIPE_AMP] = ACTIONS(951),
[anon_sym_AMP_AMP] = ACTIONS(951),
[anon_sym_PIPE_PIPE] = ACTIONS(951),
[anon_sym_LT] = ACTIONS(5093),
[anon_sym_GT] = ACTIONS(5093),
[anon_sym_GT_GT] = ACTIONS(5095),
[anon_sym_AMP_GT] = ACTIONS(5093),
[anon_sym_AMP_GT_GT] = ACTIONS(5095),
[anon_sym_LT_AMP] = ACTIONS(5095),
[anon_sym_GT_AMP] = ACTIONS(5095),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(5097),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(951),
[anon_sym_AMP] = ACTIONS(953),
},
[2198] = {
[sym_concatenation] = STATE(2387),
[sym_string] = STATE(2389),
[sym_simple_expansion] = STATE(2389),
[sym_string_expansion] = STATE(2389),
[sym_expansion] = STATE(2389),
[sym_command_substitution] = STATE(2389),
[sym_process_substitution] = STATE(2389),
[sym_regex] = ACTIONS(5476),
[sym__special_characters] = ACTIONS(5478),
[anon_sym_DQUOTE] = ACTIONS(4470),
[anon_sym_DOLLAR] = ACTIONS(4472),
[sym_raw_string] = ACTIONS(5480),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4476),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4478),
[anon_sym_BQUOTE] = ACTIONS(4480),
[anon_sym_LT_LPAREN] = ACTIONS(4482),
[anon_sym_GT_LPAREN] = ACTIONS(4482),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5480),
},
[2199] = {
[aux_sym_concatenation_repeat1] = STATE(2169),
[sym__simple_heredoc_body] = ACTIONS(961),
[sym__heredoc_body_beginning] = ACTIONS(961),
[sym_file_descriptor] = ACTIONS(961),
[sym__concat] = ACTIONS(5055),
[anon_sym_SEMI] = ACTIONS(963),
[anon_sym_esac] = ACTIONS(963),
[anon_sym_PIPE] = ACTIONS(963),
[anon_sym_SEMI_SEMI] = ACTIONS(961),
[anon_sym_PIPE_AMP] = ACTIONS(961),
[anon_sym_AMP_AMP] = ACTIONS(961),
[anon_sym_PIPE_PIPE] = ACTIONS(961),
[anon_sym_EQ_TILDE] = ACTIONS(963),
[anon_sym_EQ_EQ] = ACTIONS(963),
[anon_sym_LT] = ACTIONS(963),
[anon_sym_GT] = ACTIONS(963),
[anon_sym_GT_GT] = ACTIONS(961),
[anon_sym_AMP_GT] = ACTIONS(963),
[anon_sym_AMP_GT_GT] = ACTIONS(961),
[anon_sym_LT_AMP] = ACTIONS(961),
[anon_sym_GT_AMP] = ACTIONS(961),
[anon_sym_LT_LT] = ACTIONS(963),
[anon_sym_LT_LT_DASH] = ACTIONS(961),
[anon_sym_LT_LT_LT] = ACTIONS(961),
[sym__special_characters] = ACTIONS(961),
[anon_sym_DQUOTE] = ACTIONS(961),
[anon_sym_DOLLAR] = ACTIONS(963),
[sym_raw_string] = ACTIONS(961),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(961),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(961),
[anon_sym_BQUOTE] = ACTIONS(961),
[anon_sym_LT_LPAREN] = ACTIONS(961),
[anon_sym_GT_LPAREN] = ACTIONS(961),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(963),
[anon_sym_LF] = ACTIONS(961),
[anon_sym_AMP] = ACTIONS(963),
},
[2200] = {
[aux_sym_concatenation_repeat1] = STATE(2169),
[sym__simple_heredoc_body] = ACTIONS(965),
[sym__heredoc_body_beginning] = ACTIONS(965),
[sym_file_descriptor] = ACTIONS(965),
[sym__concat] = ACTIONS(5055),
[anon_sym_SEMI] = ACTIONS(967),
[anon_sym_esac] = ACTIONS(967),
[anon_sym_PIPE] = ACTIONS(967),
[anon_sym_SEMI_SEMI] = ACTIONS(965),
[anon_sym_PIPE_AMP] = ACTIONS(965),
[anon_sym_AMP_AMP] = ACTIONS(965),
[anon_sym_PIPE_PIPE] = ACTIONS(965),
[anon_sym_EQ_TILDE] = ACTIONS(967),
[anon_sym_EQ_EQ] = ACTIONS(967),
[anon_sym_LT] = ACTIONS(967),
[anon_sym_GT] = ACTIONS(967),
[anon_sym_GT_GT] = ACTIONS(965),
[anon_sym_AMP_GT] = ACTIONS(967),
[anon_sym_AMP_GT_GT] = ACTIONS(965),
[anon_sym_LT_AMP] = ACTIONS(965),
[anon_sym_GT_AMP] = ACTIONS(965),
[anon_sym_LT_LT] = ACTIONS(967),
[anon_sym_LT_LT_DASH] = ACTIONS(965),
[anon_sym_LT_LT_LT] = ACTIONS(965),
[sym__special_characters] = ACTIONS(965),
[anon_sym_DQUOTE] = ACTIONS(965),
[anon_sym_DOLLAR] = ACTIONS(967),
[sym_raw_string] = ACTIONS(965),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(965),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(965),
[anon_sym_BQUOTE] = ACTIONS(965),
[anon_sym_LT_LPAREN] = ACTIONS(965),
[anon_sym_GT_LPAREN] = ACTIONS(965),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(967),
[anon_sym_LF] = ACTIONS(965),
[anon_sym_AMP] = ACTIONS(967),
},
[2201] = {
[sym_concatenation] = STATE(2390),
[sym_string] = STATE(2200),
[sym_simple_expansion] = STATE(2200),
[sym_string_expansion] = STATE(2200),
[sym_expansion] = STATE(2200),
[sym_command_substitution] = STATE(2200),
[sym_process_substitution] = STATE(2200),
[aux_sym_command_repeat2] = STATE(2390),
[sym__simple_heredoc_body] = ACTIONS(969),
[sym__heredoc_body_beginning] = ACTIONS(969),
[sym_file_descriptor] = ACTIONS(969),
[anon_sym_SEMI] = ACTIONS(971),
[anon_sym_esac] = ACTIONS(971),
[anon_sym_PIPE] = ACTIONS(971),
[anon_sym_SEMI_SEMI] = ACTIONS(969),
[anon_sym_PIPE_AMP] = ACTIONS(969),
[anon_sym_AMP_AMP] = ACTIONS(969),
[anon_sym_PIPE_PIPE] = ACTIONS(969),
[anon_sym_EQ_TILDE] = ACTIONS(5101),
[anon_sym_EQ_EQ] = ACTIONS(5101),
[anon_sym_LT] = ACTIONS(971),
[anon_sym_GT] = ACTIONS(971),
[anon_sym_GT_GT] = ACTIONS(969),
[anon_sym_AMP_GT] = ACTIONS(971),
[anon_sym_AMP_GT_GT] = ACTIONS(969),
[anon_sym_LT_AMP] = ACTIONS(969),
[anon_sym_GT_AMP] = ACTIONS(969),
[anon_sym_LT_LT] = ACTIONS(971),
[anon_sym_LT_LT_DASH] = ACTIONS(969),
[anon_sym_LT_LT_LT] = ACTIONS(969),
[sym__special_characters] = ACTIONS(5103),
[anon_sym_DQUOTE] = ACTIONS(4470),
[anon_sym_DOLLAR] = ACTIONS(4472),
[sym_raw_string] = ACTIONS(5105),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4476),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4478),
[anon_sym_BQUOTE] = ACTIONS(4480),
[anon_sym_LT_LPAREN] = ACTIONS(4482),
[anon_sym_GT_LPAREN] = ACTIONS(4482),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5107),
[anon_sym_LF] = ACTIONS(969),
[anon_sym_AMP] = ACTIONS(971),
},
[2202] = {
[anon_sym_esac] = ACTIONS(5446),
[sym__special_characters] = ACTIONS(5450),
[anon_sym_DQUOTE] = ACTIONS(5450),
[anon_sym_DOLLAR] = ACTIONS(5448),
[sym_raw_string] = ACTIONS(5450),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5450),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5450),
[anon_sym_BQUOTE] = ACTIONS(5450),
[anon_sym_LT_LPAREN] = ACTIONS(5450),
[anon_sym_GT_LPAREN] = ACTIONS(5450),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5448),
},
[2203] = {
[sym_file_redirect] = STATE(2197),
[sym_heredoc_redirect] = STATE(2197),
[sym_heredoc_body] = STATE(2196),
[sym_herestring_redirect] = STATE(2197),
[aux_sym_redirected_statement_repeat1] = STATE(2197),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(5079),
[anon_sym_SEMI] = ACTIONS(5081),
[anon_sym_esac] = ACTIONS(5482),
[anon_sym_PIPE] = ACTIONS(5085),
[anon_sym_SEMI_SEMI] = ACTIONS(5484),
[anon_sym_PIPE_AMP] = ACTIONS(5089),
[anon_sym_AMP_AMP] = ACTIONS(5091),
[anon_sym_PIPE_PIPE] = ACTIONS(5091),
[anon_sym_LT] = ACTIONS(5093),
[anon_sym_GT] = ACTIONS(5093),
[anon_sym_GT_GT] = ACTIONS(5095),
[anon_sym_AMP_GT] = ACTIONS(5093),
[anon_sym_AMP_GT_GT] = ACTIONS(5095),
[anon_sym_LT_AMP] = ACTIONS(5095),
[anon_sym_GT_AMP] = ACTIONS(5095),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(5097),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5099),
[anon_sym_AMP] = ACTIONS(5081),
},
[2204] = {
[sym_file_redirect] = STATE(2197),
[sym_heredoc_redirect] = STATE(2197),
[sym_heredoc_body] = STATE(2196),
[sym_herestring_redirect] = STATE(2197),
[aux_sym_redirected_statement_repeat1] = STATE(2197),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(5081),
[anon_sym_esac] = ACTIONS(5446),
[anon_sym_PIPE] = ACTIONS(5085),
[anon_sym_SEMI_SEMI] = ACTIONS(5484),
[anon_sym_PIPE_AMP] = ACTIONS(5089),
[anon_sym_AMP_AMP] = ACTIONS(5091),
[anon_sym_PIPE_PIPE] = ACTIONS(5091),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(5097),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(5099),
[anon_sym_AMP] = ACTIONS(5081),
},
[2205] = {
[sym__terminated_statement] = STATE(2205),
[sym_redirected_statement] = STATE(2392),
[sym_for_statement] = STATE(2392),
[sym_c_style_for_statement] = STATE(2392),
[sym_while_statement] = STATE(2392),
[sym_if_statement] = STATE(2392),
[sym_case_statement] = STATE(2392),
[sym_function_definition] = STATE(2392),
[sym_compound_statement] = STATE(2392),
[sym_subshell] = STATE(2392),
[sym_pipeline] = STATE(2392),
[sym_list] = STATE(2392),
[sym_negated_command] = STATE(2392),
[sym_test_command] = STATE(2392),
[sym_declaration_command] = STATE(2392),
[sym_unset_command] = STATE(2392),
[sym_command] = STATE(2392),
[sym_command_name] = STATE(60),
[sym_variable_assignment] = STATE(2393),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(63),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(2205),
[aux_sym_command_repeat1] = STATE(63),
[sym_file_descriptor] = ACTIONS(977),
[sym_variable_name] = ACTIONS(980),
[anon_sym_for] = ACTIONS(983),
[anon_sym_LPAREN_LPAREN] = ACTIONS(986),
[anon_sym_while] = ACTIONS(989),
[anon_sym_if] = ACTIONS(992),
[anon_sym_case] = ACTIONS(995),
[anon_sym_esac] = ACTIONS(3616),
[anon_sym_SEMI_SEMI] = ACTIONS(1445),
[anon_sym_function] = ACTIONS(998),
[anon_sym_LPAREN] = ACTIONS(1001),
[anon_sym_LBRACE] = ACTIONS(1004),
[anon_sym_BANG] = ACTIONS(1007),
[anon_sym_LBRACK] = ACTIONS(1010),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1013),
[anon_sym_declare] = ACTIONS(1016),
[anon_sym_typeset] = ACTIONS(1016),
[anon_sym_export] = ACTIONS(1016),
[anon_sym_readonly] = ACTIONS(1016),
[anon_sym_local] = ACTIONS(1016),
[anon_sym_unset] = ACTIONS(1019),
[anon_sym_unsetenv] = ACTIONS(1019),
[anon_sym_LT] = ACTIONS(1022),
[anon_sym_GT] = ACTIONS(1022),
[anon_sym_GT_GT] = ACTIONS(1025),
[anon_sym_AMP_GT] = ACTIONS(1022),
[anon_sym_AMP_GT_GT] = ACTIONS(1025),
[anon_sym_LT_AMP] = ACTIONS(1025),
[anon_sym_GT_AMP] = ACTIONS(1025),
[sym__special_characters] = ACTIONS(1028),
[anon_sym_DQUOTE] = ACTIONS(1031),
[anon_sym_DOLLAR] = ACTIONS(1034),
[sym_raw_string] = ACTIONS(1037),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1040),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1043),
[anon_sym_BQUOTE] = ACTIONS(1046),
[anon_sym_LT_LPAREN] = ACTIONS(1049),
[anon_sym_GT_LPAREN] = ACTIONS(1049),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1052),
},
[2206] = {
[sym_concatenation] = STATE(2394),
[sym_string] = STATE(2200),
[sym_simple_expansion] = STATE(2200),
[sym_string_expansion] = STATE(2200),
[sym_expansion] = STATE(2200),
[sym_command_substitution] = STATE(2200),
[sym_process_substitution] = STATE(2200),
[aux_sym_command_repeat2] = STATE(2394),
[sym__simple_heredoc_body] = ACTIONS(969),
[sym__heredoc_body_beginning] = ACTIONS(969),
[sym_file_descriptor] = ACTIONS(969),
[anon_sym_SEMI] = ACTIONS(971),
[anon_sym_esac] = ACTIONS(971),
[anon_sym_PIPE] = ACTIONS(971),
[anon_sym_SEMI_SEMI] = ACTIONS(969),
[anon_sym_PIPE_AMP] = ACTIONS(969),
[anon_sym_AMP_AMP] = ACTIONS(969),
[anon_sym_PIPE_PIPE] = ACTIONS(969),
[anon_sym_EQ_TILDE] = ACTIONS(5101),
[anon_sym_EQ_EQ] = ACTIONS(5101),
[anon_sym_LT] = ACTIONS(971),
[anon_sym_GT] = ACTIONS(971),
[anon_sym_GT_GT] = ACTIONS(969),
[anon_sym_AMP_GT] = ACTIONS(971),
[anon_sym_AMP_GT_GT] = ACTIONS(969),
[anon_sym_LT_AMP] = ACTIONS(969),
[anon_sym_GT_AMP] = ACTIONS(969),
[anon_sym_LT_LT] = ACTIONS(971),
[anon_sym_LT_LT_DASH] = ACTIONS(969),
[anon_sym_LT_LT_LT] = ACTIONS(969),
[sym__special_characters] = ACTIONS(5103),
[anon_sym_DQUOTE] = ACTIONS(4470),
[anon_sym_DOLLAR] = ACTIONS(4472),
[sym_raw_string] = ACTIONS(5105),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4476),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4478),
[anon_sym_BQUOTE] = ACTIONS(4480),
[anon_sym_LT_LPAREN] = ACTIONS(4482),
[anon_sym_GT_LPAREN] = ACTIONS(4482),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5107),
[anon_sym_LF] = ACTIONS(969),
[anon_sym_AMP] = ACTIONS(971),
},
[2207] = {
[sym__terminated_statement] = STATE(2205),
[sym_redirected_statement] = STATE(2396),
[sym_for_statement] = STATE(2396),
[sym_c_style_for_statement] = STATE(2396),
[sym_while_statement] = STATE(2396),
[sym_if_statement] = STATE(2396),
[sym_case_statement] = STATE(2396),
[sym_function_definition] = STATE(2396),
[sym_compound_statement] = STATE(2396),
[sym_subshell] = STATE(2396),
[sym_pipeline] = STATE(2396),
[sym_list] = STATE(2396),
[sym_negated_command] = STATE(2396),
[sym_test_command] = STATE(2396),
[sym_declaration_command] = STATE(2396),
[sym_unset_command] = STATE(2396),
[sym_command] = STATE(2396),
[sym_command_name] = STATE(1954),
[sym_variable_assignment] = STATE(2397),
[sym_subscript] = STATE(1956),
[sym_file_redirect] = STATE(1959),
[sym_concatenation] = STATE(1957),
[sym_string] = STATE(1947),
[sym_simple_expansion] = STATE(1947),
[sym_string_expansion] = STATE(1947),
[sym_expansion] = STATE(1947),
[sym_command_substitution] = STATE(1947),
[sym_process_substitution] = STATE(1947),
[aux_sym__statements_repeat1] = STATE(2205),
[aux_sym_command_repeat1] = STATE(1959),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(4456),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = ACTIONS(15),
[anon_sym_if] = ACTIONS(17),
[anon_sym_case] = ACTIONS(19),
[anon_sym_esac] = ACTIONS(5446),
[anon_sym_SEMI_SEMI] = ACTIONS(5486),
[anon_sym_function] = ACTIONS(21),
[anon_sym_LPAREN] = ACTIONS(23),
[anon_sym_LBRACE] = ACTIONS(25),
[anon_sym_BANG] = ACTIONS(4462),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(4464),
[anon_sym_typeset] = ACTIONS(4464),
[anon_sym_export] = ACTIONS(4464),
[anon_sym_readonly] = ACTIONS(4464),
[anon_sym_local] = ACTIONS(4464),
[anon_sym_unset] = ACTIONS(4466),
[anon_sym_unsetenv] = ACTIONS(4466),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(4468),
[anon_sym_DQUOTE] = ACTIONS(4470),
[anon_sym_DOLLAR] = ACTIONS(4472),
[sym_raw_string] = ACTIONS(4474),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4476),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4478),
[anon_sym_BQUOTE] = ACTIONS(4480),
[anon_sym_LT_LPAREN] = ACTIONS(4482),
[anon_sym_GT_LPAREN] = ACTIONS(4482),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4484),
},
[2208] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_esac] = ACTIONS(5488),
[anon_sym_SEMI_SEMI] = ACTIONS(931),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(5490),
[anon_sym_DQUOTE] = ACTIONS(5492),
[anon_sym_DOLLAR] = ACTIONS(5490),
[sym_raw_string] = ACTIONS(5492),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5492),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5492),
[anon_sym_BQUOTE] = ACTIONS(5492),
[anon_sym_LT_LPAREN] = ACTIONS(5492),
[anon_sym_GT_LPAREN] = ACTIONS(5492),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5490),
},
[2209] = {
[anon_sym_esac] = ACTIONS(5488),
[sym__special_characters] = ACTIONS(5492),
[anon_sym_DQUOTE] = ACTIONS(5492),
[anon_sym_DOLLAR] = ACTIONS(5490),
[sym_raw_string] = ACTIONS(5492),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5492),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5492),
[anon_sym_BQUOTE] = ACTIONS(5492),
[anon_sym_LT_LPAREN] = ACTIONS(5492),
[anon_sym_GT_LPAREN] = ACTIONS(5492),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5490),
},
[2210] = {
[sym_file_redirect] = STATE(2197),
[sym_heredoc_redirect] = STATE(2197),
[sym_heredoc_body] = STATE(2196),
[sym_herestring_redirect] = STATE(2197),
[aux_sym_redirected_statement_repeat1] = STATE(2197),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(5079),
[anon_sym_SEMI] = ACTIONS(5081),
[anon_sym_esac] = ACTIONS(5494),
[anon_sym_PIPE] = ACTIONS(5085),
[anon_sym_SEMI_SEMI] = ACTIONS(5496),
[anon_sym_PIPE_AMP] = ACTIONS(5089),
[anon_sym_AMP_AMP] = ACTIONS(5091),
[anon_sym_PIPE_PIPE] = ACTIONS(5091),
[anon_sym_LT] = ACTIONS(5093),
[anon_sym_GT] = ACTIONS(5093),
[anon_sym_GT_GT] = ACTIONS(5095),
[anon_sym_AMP_GT] = ACTIONS(5093),
[anon_sym_AMP_GT_GT] = ACTIONS(5095),
[anon_sym_LT_AMP] = ACTIONS(5095),
[anon_sym_GT_AMP] = ACTIONS(5095),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(5097),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5099),
[anon_sym_AMP] = ACTIONS(5081),
},
[2211] = {
[sym_file_redirect] = STATE(2197),
[sym_heredoc_redirect] = STATE(2197),
[sym_heredoc_body] = STATE(2196),
[sym_herestring_redirect] = STATE(2197),
[aux_sym_redirected_statement_repeat1] = STATE(2197),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(5081),
[anon_sym_esac] = ACTIONS(5488),
[anon_sym_PIPE] = ACTIONS(5085),
[anon_sym_SEMI_SEMI] = ACTIONS(5496),
[anon_sym_PIPE_AMP] = ACTIONS(5089),
[anon_sym_AMP_AMP] = ACTIONS(5091),
[anon_sym_PIPE_PIPE] = ACTIONS(5091),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(5097),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(5099),
[anon_sym_AMP] = ACTIONS(5081),
},
[2212] = {
[sym__terminated_statement] = STATE(2205),
[sym_redirected_statement] = STATE(2400),
[sym_for_statement] = STATE(2400),
[sym_c_style_for_statement] = STATE(2400),
[sym_while_statement] = STATE(2400),
[sym_if_statement] = STATE(2400),
[sym_case_statement] = STATE(2400),
[sym_function_definition] = STATE(2400),
[sym_compound_statement] = STATE(2400),
[sym_subshell] = STATE(2400),
[sym_pipeline] = STATE(2400),
[sym_list] = STATE(2400),
[sym_negated_command] = STATE(2400),
[sym_test_command] = STATE(2400),
[sym_declaration_command] = STATE(2400),
[sym_unset_command] = STATE(2400),
[sym_command] = STATE(2400),
[sym_command_name] = STATE(1954),
[sym_variable_assignment] = STATE(2401),
[sym_subscript] = STATE(1956),
[sym_file_redirect] = STATE(1959),
[sym_concatenation] = STATE(1957),
[sym_string] = STATE(1947),
[sym_simple_expansion] = STATE(1947),
[sym_string_expansion] = STATE(1947),
[sym_expansion] = STATE(1947),
[sym_command_substitution] = STATE(1947),
[sym_process_substitution] = STATE(1947),
[aux_sym__statements_repeat1] = STATE(2205),
[aux_sym_command_repeat1] = STATE(1959),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(4456),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = ACTIONS(15),
[anon_sym_if] = ACTIONS(17),
[anon_sym_case] = ACTIONS(19),
[anon_sym_esac] = ACTIONS(5488),
[anon_sym_SEMI_SEMI] = ACTIONS(5498),
[anon_sym_function] = ACTIONS(21),
[anon_sym_LPAREN] = ACTIONS(23),
[anon_sym_LBRACE] = ACTIONS(25),
[anon_sym_BANG] = ACTIONS(4462),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(4464),
[anon_sym_typeset] = ACTIONS(4464),
[anon_sym_export] = ACTIONS(4464),
[anon_sym_readonly] = ACTIONS(4464),
[anon_sym_local] = ACTIONS(4464),
[anon_sym_unset] = ACTIONS(4466),
[anon_sym_unsetenv] = ACTIONS(4466),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(4468),
[anon_sym_DQUOTE] = ACTIONS(4470),
[anon_sym_DOLLAR] = ACTIONS(4472),
[sym_raw_string] = ACTIONS(4474),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4476),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4478),
[anon_sym_BQUOTE] = ACTIONS(4480),
[anon_sym_LT_LPAREN] = ACTIONS(4482),
[anon_sym_GT_LPAREN] = ACTIONS(4482),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4484),
},
[2213] = {
[sym__terminated_statement] = STATE(2405),
[sym_redirected_statement] = STATE(2403),
[sym_for_statement] = STATE(2403),
[sym_c_style_for_statement] = STATE(2403),
[sym_while_statement] = STATE(2403),
[sym_if_statement] = STATE(2403),
[sym_case_statement] = STATE(2403),
[sym_function_definition] = STATE(2403),
[sym_compound_statement] = STATE(2403),
[sym_subshell] = STATE(2403),
[sym_pipeline] = STATE(2403),
[sym_list] = STATE(2403),
[sym_negated_command] = STATE(2403),
[sym_test_command] = STATE(2403),
[sym_declaration_command] = STATE(2403),
[sym_unset_command] = STATE(2403),
[sym_command] = STATE(2403),
[sym_command_name] = STATE(60),
[sym_variable_assignment] = STATE(2404),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(63),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(2405),
[aux_sym_command_repeat1] = STATE(63),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = ACTIONS(15),
[anon_sym_if] = ACTIONS(17),
[anon_sym_case] = ACTIONS(19),
[anon_sym_SEMI_SEMI] = ACTIONS(5500),
[anon_sym_function] = ACTIONS(21),
[anon_sym_LPAREN] = ACTIONS(23),
[anon_sym_LBRACE] = ACTIONS(25),
[anon_sym_BANG] = ACTIONS(99),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(101),
[anon_sym_typeset] = ACTIONS(101),
[anon_sym_export] = ACTIONS(101),
[anon_sym_readonly] = ACTIONS(101),
[anon_sym_local] = ACTIONS(101),
[anon_sym_unset] = ACTIONS(103),
[anon_sym_unsetenv] = ACTIONS(103),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[2214] = {
[aux_sym_case_item_repeat1] = STATE(1961),
[anon_sym_PIPE] = ACTIONS(3637),
[anon_sym_RPAREN] = ACTIONS(5502),
[sym_comment] = ACTIONS(57),
},
[2215] = {
[sym__terminated_statement] = STATE(2410),
[sym_redirected_statement] = STATE(2408),
[sym_for_statement] = STATE(2408),
[sym_c_style_for_statement] = STATE(2408),
[sym_while_statement] = STATE(2408),
[sym_if_statement] = STATE(2408),
[sym_case_statement] = STATE(2408),
[sym_function_definition] = STATE(2408),
[sym_compound_statement] = STATE(2408),
[sym_subshell] = STATE(2408),
[sym_pipeline] = STATE(2408),
[sym_list] = STATE(2408),
[sym_negated_command] = STATE(2408),
[sym_test_command] = STATE(2408),
[sym_declaration_command] = STATE(2408),
[sym_unset_command] = STATE(2408),
[sym_command] = STATE(2408),
[sym_command_name] = STATE(60),
[sym_variable_assignment] = STATE(2409),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(63),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(2410),
[aux_sym_command_repeat1] = STATE(63),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = ACTIONS(15),
[anon_sym_if] = ACTIONS(17),
[anon_sym_case] = ACTIONS(19),
[anon_sym_SEMI_SEMI] = ACTIONS(5504),
[anon_sym_function] = ACTIONS(21),
[anon_sym_LPAREN] = ACTIONS(23),
[anon_sym_LBRACE] = ACTIONS(25),
[anon_sym_BANG] = ACTIONS(99),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(101),
[anon_sym_typeset] = ACTIONS(101),
[anon_sym_export] = ACTIONS(101),
[anon_sym_readonly] = ACTIONS(101),
[anon_sym_local] = ACTIONS(101),
[anon_sym_unset] = ACTIONS(103),
[anon_sym_unsetenv] = ACTIONS(103),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[2216] = {
[aux_sym_case_item_repeat1] = STATE(1961),
[anon_sym_PIPE] = ACTIONS(3637),
[anon_sym_RPAREN] = ACTIONS(5506),
[sym_comment] = ACTIONS(57),
},
[2217] = {
[sym__simple_heredoc_body] = ACTIONS(5508),
[sym__heredoc_body_beginning] = ACTIONS(5508),
[sym_file_descriptor] = ACTIONS(5508),
[ts_builtin_sym_end] = ACTIONS(5508),
[anon_sym_SEMI] = ACTIONS(5510),
[anon_sym_esac] = ACTIONS(5508),
[anon_sym_PIPE] = ACTIONS(5510),
[anon_sym_RPAREN] = ACTIONS(5508),
[anon_sym_SEMI_SEMI] = ACTIONS(5508),
[anon_sym_PIPE_AMP] = ACTIONS(5508),
[anon_sym_AMP_AMP] = ACTIONS(5508),
[anon_sym_PIPE_PIPE] = ACTIONS(5508),
[anon_sym_LT] = ACTIONS(5510),
[anon_sym_GT] = ACTIONS(5510),
[anon_sym_GT_GT] = ACTIONS(5508),
[anon_sym_AMP_GT] = ACTIONS(5510),
[anon_sym_AMP_GT_GT] = ACTIONS(5508),
[anon_sym_LT_AMP] = ACTIONS(5508),
[anon_sym_GT_AMP] = ACTIONS(5508),
[anon_sym_LT_LT] = ACTIONS(5510),
[anon_sym_LT_LT_DASH] = ACTIONS(5508),
[anon_sym_LT_LT_LT] = ACTIONS(5508),
[anon_sym_BQUOTE] = ACTIONS(5508),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5508),
[anon_sym_AMP] = ACTIONS(5510),
},
[2218] = {
[sym__simple_heredoc_body] = ACTIONS(5512),
[sym__heredoc_body_beginning] = ACTIONS(5512),
[sym_file_descriptor] = ACTIONS(5512),
[ts_builtin_sym_end] = ACTIONS(5512),
[anon_sym_SEMI] = ACTIONS(5514),
[anon_sym_esac] = ACTIONS(5512),
[anon_sym_PIPE] = ACTIONS(5514),
[anon_sym_RPAREN] = ACTIONS(5512),
[anon_sym_SEMI_SEMI] = ACTIONS(5512),
[anon_sym_PIPE_AMP] = ACTIONS(5512),
[anon_sym_AMP_AMP] = ACTIONS(5512),
[anon_sym_PIPE_PIPE] = ACTIONS(5512),
[anon_sym_LT] = ACTIONS(5514),
[anon_sym_GT] = ACTIONS(5514),
[anon_sym_GT_GT] = ACTIONS(5512),
[anon_sym_AMP_GT] = ACTIONS(5514),
[anon_sym_AMP_GT_GT] = ACTIONS(5512),
[anon_sym_LT_AMP] = ACTIONS(5512),
[anon_sym_GT_AMP] = ACTIONS(5512),
[anon_sym_LT_LT] = ACTIONS(5514),
[anon_sym_LT_LT_DASH] = ACTIONS(5512),
[anon_sym_LT_LT_LT] = ACTIONS(5512),
[anon_sym_BQUOTE] = ACTIONS(5512),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5512),
[anon_sym_AMP] = ACTIONS(5514),
},
[2219] = {
[sym__concat] = ACTIONS(5216),
[anon_sym_in] = ACTIONS(5216),
[anon_sym_SEMI] = ACTIONS(5218),
[anon_sym_SEMI_SEMI] = ACTIONS(5216),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5216),
[anon_sym_AMP] = ACTIONS(5216),
},
[2220] = {
[sym__concat] = ACTIONS(5220),
[anon_sym_in] = ACTIONS(5220),
[anon_sym_SEMI] = ACTIONS(5222),
[anon_sym_SEMI_SEMI] = ACTIONS(5220),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5220),
[anon_sym_AMP] = ACTIONS(5220),
},
[2221] = {
[sym__concat] = ACTIONS(5216),
[anon_sym_AMP_AMP] = ACTIONS(5216),
[anon_sym_PIPE_PIPE] = ACTIONS(5216),
[anon_sym_RBRACK] = ACTIONS(5216),
[anon_sym_EQ_TILDE] = ACTIONS(5216),
[anon_sym_EQ_EQ] = ACTIONS(5216),
[anon_sym_EQ] = ACTIONS(5218),
[anon_sym_PLUS_EQ] = ACTIONS(5216),
[anon_sym_LT] = ACTIONS(5218),
[anon_sym_GT] = ACTIONS(5218),
[anon_sym_BANG_EQ] = ACTIONS(5216),
[anon_sym_PLUS] = ACTIONS(5218),
[anon_sym_DASH] = ACTIONS(5218),
[anon_sym_DASH_EQ] = ACTIONS(5216),
[anon_sym_LT_EQ] = ACTIONS(5216),
[anon_sym_GT_EQ] = ACTIONS(5216),
[anon_sym_PLUS_PLUS] = ACTIONS(5216),
[anon_sym_DASH_DASH] = ACTIONS(5216),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(5216),
},
[2222] = {
[sym__concat] = ACTIONS(5220),
[anon_sym_AMP_AMP] = ACTIONS(5220),
[anon_sym_PIPE_PIPE] = ACTIONS(5220),
[anon_sym_RBRACK] = ACTIONS(5220),
[anon_sym_EQ_TILDE] = ACTIONS(5220),
[anon_sym_EQ_EQ] = ACTIONS(5220),
[anon_sym_EQ] = ACTIONS(5222),
[anon_sym_PLUS_EQ] = ACTIONS(5220),
[anon_sym_LT] = ACTIONS(5222),
[anon_sym_GT] = ACTIONS(5222),
[anon_sym_BANG_EQ] = ACTIONS(5220),
[anon_sym_PLUS] = ACTIONS(5222),
[anon_sym_DASH] = ACTIONS(5222),
[anon_sym_DASH_EQ] = ACTIONS(5220),
[anon_sym_LT_EQ] = ACTIONS(5220),
[anon_sym_GT_EQ] = ACTIONS(5220),
[anon_sym_PLUS_PLUS] = ACTIONS(5220),
[anon_sym_DASH_DASH] = ACTIONS(5220),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(5220),
},
[2223] = {
[sym__simple_heredoc_body] = ACTIONS(5216),
[sym__heredoc_body_beginning] = ACTIONS(5216),
[sym_file_descriptor] = ACTIONS(5216),
[sym__concat] = ACTIONS(5216),
[sym_variable_name] = ACTIONS(5216),
[ts_builtin_sym_end] = ACTIONS(5216),
[anon_sym_SEMI] = ACTIONS(5218),
[anon_sym_PIPE] = ACTIONS(5218),
[anon_sym_RPAREN] = ACTIONS(5216),
[anon_sym_SEMI_SEMI] = ACTIONS(5216),
[anon_sym_PIPE_AMP] = ACTIONS(5216),
[anon_sym_AMP_AMP] = ACTIONS(5216),
[anon_sym_PIPE_PIPE] = ACTIONS(5216),
[anon_sym_LT] = ACTIONS(5218),
[anon_sym_GT] = ACTIONS(5218),
[anon_sym_GT_GT] = ACTIONS(5216),
[anon_sym_AMP_GT] = ACTIONS(5218),
[anon_sym_AMP_GT_GT] = ACTIONS(5216),
[anon_sym_LT_AMP] = ACTIONS(5216),
[anon_sym_GT_AMP] = ACTIONS(5216),
[anon_sym_LT_LT] = ACTIONS(5218),
[anon_sym_LT_LT_DASH] = ACTIONS(5216),
[anon_sym_LT_LT_LT] = ACTIONS(5216),
[sym__special_characters] = ACTIONS(5216),
[anon_sym_DQUOTE] = ACTIONS(5216),
[anon_sym_DOLLAR] = ACTIONS(5218),
[sym_raw_string] = ACTIONS(5216),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5216),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5216),
[anon_sym_BQUOTE] = ACTIONS(5216),
[anon_sym_LT_LPAREN] = ACTIONS(5216),
[anon_sym_GT_LPAREN] = ACTIONS(5216),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5218),
[sym_word] = ACTIONS(5218),
[anon_sym_LF] = ACTIONS(5216),
[anon_sym_AMP] = ACTIONS(5218),
},
[2224] = {
[sym__simple_heredoc_body] = ACTIONS(5220),
[sym__heredoc_body_beginning] = ACTIONS(5220),
[sym_file_descriptor] = ACTIONS(5220),
[sym__concat] = ACTIONS(5220),
[sym_variable_name] = ACTIONS(5220),
[ts_builtin_sym_end] = ACTIONS(5220),
[anon_sym_SEMI] = ACTIONS(5222),
[anon_sym_PIPE] = ACTIONS(5222),
[anon_sym_RPAREN] = ACTIONS(5220),
[anon_sym_SEMI_SEMI] = ACTIONS(5220),
[anon_sym_PIPE_AMP] = ACTIONS(5220),
[anon_sym_AMP_AMP] = ACTIONS(5220),
[anon_sym_PIPE_PIPE] = ACTIONS(5220),
[anon_sym_LT] = ACTIONS(5222),
[anon_sym_GT] = ACTIONS(5222),
[anon_sym_GT_GT] = ACTIONS(5220),
[anon_sym_AMP_GT] = ACTIONS(5222),
[anon_sym_AMP_GT_GT] = ACTIONS(5220),
[anon_sym_LT_AMP] = ACTIONS(5220),
[anon_sym_GT_AMP] = ACTIONS(5220),
[anon_sym_LT_LT] = ACTIONS(5222),
[anon_sym_LT_LT_DASH] = ACTIONS(5220),
[anon_sym_LT_LT_LT] = ACTIONS(5220),
[sym__special_characters] = ACTIONS(5220),
[anon_sym_DQUOTE] = ACTIONS(5220),
[anon_sym_DOLLAR] = ACTIONS(5222),
[sym_raw_string] = ACTIONS(5220),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5220),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5220),
[anon_sym_BQUOTE] = ACTIONS(5220),
[anon_sym_LT_LPAREN] = ACTIONS(5220),
[anon_sym_GT_LPAREN] = ACTIONS(5220),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5222),
[sym_word] = ACTIONS(5222),
[anon_sym_LF] = ACTIONS(5220),
[anon_sym_AMP] = ACTIONS(5222),
},
[2225] = {
[sym__simple_heredoc_body] = ACTIONS(5216),
[sym__heredoc_body_beginning] = ACTIONS(5216),
[sym_file_descriptor] = ACTIONS(5216),
[sym__concat] = ACTIONS(5216),
[ts_builtin_sym_end] = ACTIONS(5216),
[anon_sym_SEMI] = ACTIONS(5218),
[anon_sym_PIPE] = ACTIONS(5218),
[anon_sym_RPAREN] = ACTIONS(5216),
[anon_sym_SEMI_SEMI] = ACTIONS(5216),
[anon_sym_PIPE_AMP] = ACTIONS(5216),
[anon_sym_AMP_AMP] = ACTIONS(5216),
[anon_sym_PIPE_PIPE] = ACTIONS(5216),
[anon_sym_LT] = ACTIONS(5218),
[anon_sym_GT] = ACTIONS(5218),
[anon_sym_GT_GT] = ACTIONS(5216),
[anon_sym_AMP_GT] = ACTIONS(5218),
[anon_sym_AMP_GT_GT] = ACTIONS(5216),
[anon_sym_LT_AMP] = ACTIONS(5216),
[anon_sym_GT_AMP] = ACTIONS(5216),
[anon_sym_LT_LT] = ACTIONS(5218),
[anon_sym_LT_LT_DASH] = ACTIONS(5216),
[anon_sym_LT_LT_LT] = ACTIONS(5216),
[sym__special_characters] = ACTIONS(5216),
[anon_sym_DQUOTE] = ACTIONS(5216),
[anon_sym_DOLLAR] = ACTIONS(5218),
[sym_raw_string] = ACTIONS(5216),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5216),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5216),
[anon_sym_BQUOTE] = ACTIONS(5216),
[anon_sym_LT_LPAREN] = ACTIONS(5216),
[anon_sym_GT_LPAREN] = ACTIONS(5216),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5218),
[sym_word] = ACTIONS(5218),
[anon_sym_LF] = ACTIONS(5216),
[anon_sym_AMP] = ACTIONS(5218),
},
[2226] = {
[sym__simple_heredoc_body] = ACTIONS(5220),
[sym__heredoc_body_beginning] = ACTIONS(5220),
[sym_file_descriptor] = ACTIONS(5220),
[sym__concat] = ACTIONS(5220),
[ts_builtin_sym_end] = ACTIONS(5220),
[anon_sym_SEMI] = ACTIONS(5222),
[anon_sym_PIPE] = ACTIONS(5222),
[anon_sym_RPAREN] = ACTIONS(5220),
[anon_sym_SEMI_SEMI] = ACTIONS(5220),
[anon_sym_PIPE_AMP] = ACTIONS(5220),
[anon_sym_AMP_AMP] = ACTIONS(5220),
[anon_sym_PIPE_PIPE] = ACTIONS(5220),
[anon_sym_LT] = ACTIONS(5222),
[anon_sym_GT] = ACTIONS(5222),
[anon_sym_GT_GT] = ACTIONS(5220),
[anon_sym_AMP_GT] = ACTIONS(5222),
[anon_sym_AMP_GT_GT] = ACTIONS(5220),
[anon_sym_LT_AMP] = ACTIONS(5220),
[anon_sym_GT_AMP] = ACTIONS(5220),
[anon_sym_LT_LT] = ACTIONS(5222),
[anon_sym_LT_LT_DASH] = ACTIONS(5220),
[anon_sym_LT_LT_LT] = ACTIONS(5220),
[sym__special_characters] = ACTIONS(5220),
[anon_sym_DQUOTE] = ACTIONS(5220),
[anon_sym_DOLLAR] = ACTIONS(5222),
[sym_raw_string] = ACTIONS(5220),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5220),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5220),
[anon_sym_BQUOTE] = ACTIONS(5220),
[anon_sym_LT_LPAREN] = ACTIONS(5220),
[anon_sym_GT_LPAREN] = ACTIONS(5220),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5222),
[sym_word] = ACTIONS(5222),
[anon_sym_LF] = ACTIONS(5220),
[anon_sym_AMP] = ACTIONS(5222),
},
[2227] = {
[sym_file_descriptor] = ACTIONS(5216),
[sym__concat] = ACTIONS(5216),
[sym_variable_name] = ACTIONS(5216),
[anon_sym_LT] = ACTIONS(5218),
[anon_sym_GT] = ACTIONS(5218),
[anon_sym_GT_GT] = ACTIONS(5216),
[anon_sym_AMP_GT] = ACTIONS(5218),
[anon_sym_AMP_GT_GT] = ACTIONS(5216),
[anon_sym_LT_AMP] = ACTIONS(5216),
[anon_sym_GT_AMP] = ACTIONS(5216),
[sym__special_characters] = ACTIONS(5216),
[anon_sym_DQUOTE] = ACTIONS(5216),
[anon_sym_DOLLAR] = ACTIONS(5218),
[sym_raw_string] = ACTIONS(5216),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5216),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5216),
[anon_sym_BQUOTE] = ACTIONS(5216),
[anon_sym_LT_LPAREN] = ACTIONS(5216),
[anon_sym_GT_LPAREN] = ACTIONS(5216),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5216),
},
[2228] = {
[sym_file_descriptor] = ACTIONS(5220),
[sym__concat] = ACTIONS(5220),
[sym_variable_name] = ACTIONS(5220),
[anon_sym_LT] = ACTIONS(5222),
[anon_sym_GT] = ACTIONS(5222),
[anon_sym_GT_GT] = ACTIONS(5220),
[anon_sym_AMP_GT] = ACTIONS(5222),
[anon_sym_AMP_GT_GT] = ACTIONS(5220),
[anon_sym_LT_AMP] = ACTIONS(5220),
[anon_sym_GT_AMP] = ACTIONS(5220),
[sym__special_characters] = ACTIONS(5220),
[anon_sym_DQUOTE] = ACTIONS(5220),
[anon_sym_DOLLAR] = ACTIONS(5222),
[sym_raw_string] = ACTIONS(5220),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5220),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5220),
[anon_sym_BQUOTE] = ACTIONS(5220),
[anon_sym_LT_LPAREN] = ACTIONS(5220),
[anon_sym_GT_LPAREN] = ACTIONS(5220),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5220),
},
[2229] = {
[sym__concat] = ACTIONS(5216),
[anon_sym_DQUOTE] = ACTIONS(5218),
[anon_sym_DOLLAR] = ACTIONS(5218),
[sym__string_content] = ACTIONS(5216),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5218),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5218),
[anon_sym_BQUOTE] = ACTIONS(5218),
[sym_comment] = ACTIONS(265),
},
[2230] = {
[sym__concat] = ACTIONS(5220),
[anon_sym_DQUOTE] = ACTIONS(5222),
[anon_sym_DOLLAR] = ACTIONS(5222),
[sym__string_content] = ACTIONS(5220),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5222),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5222),
[anon_sym_BQUOTE] = ACTIONS(5222),
[sym_comment] = ACTIONS(265),
},
[2231] = {
[sym__concat] = ACTIONS(3941),
[anon_sym_RBRACE] = ACTIONS(3941),
[sym_comment] = ACTIONS(57),
},
[2232] = {
[sym__concat] = ACTIONS(3949),
[anon_sym_RBRACE] = ACTIONS(3949),
[sym_comment] = ACTIONS(57),
},
[2233] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(5516),
[sym_comment] = ACTIONS(57),
},
[2234] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(5518),
[sym_comment] = ACTIONS(57),
},
[2235] = {
[anon_sym_RBRACE] = ACTIONS(5518),
[sym_comment] = ACTIONS(57),
},
[2236] = {
[sym_concatenation] = STATE(2415),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2415),
[anon_sym_RBRACE] = ACTIONS(5520),
[anon_sym_EQ] = ACTIONS(5522),
[anon_sym_DASH] = ACTIONS(5522),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(5524),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(5522),
[anon_sym_COLON_QMARK] = ACTIONS(5522),
[anon_sym_COLON_DASH] = ACTIONS(5522),
[anon_sym_PERCENT] = ACTIONS(5522),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2237] = {
[sym__concat] = ACTIONS(4005),
[anon_sym_RBRACE] = ACTIONS(4005),
[sym_comment] = ACTIONS(57),
},
[2238] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5520),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2239] = {
[sym_concatenation] = STATE(2416),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2416),
[anon_sym_RBRACE] = ACTIONS(5518),
[anon_sym_EQ] = ACTIONS(5526),
[anon_sym_DASH] = ACTIONS(5526),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(5528),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(5526),
[anon_sym_COLON_QMARK] = ACTIONS(5526),
[anon_sym_COLON_DASH] = ACTIONS(5526),
[anon_sym_PERCENT] = ACTIONS(5526),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2240] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5518),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2241] = {
[sym__concat] = ACTIONS(4050),
[anon_sym_RBRACE] = ACTIONS(4050),
[sym_comment] = ACTIONS(57),
},
[2242] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5530),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2243] = {
[sym__concat] = ACTIONS(4084),
[anon_sym_RBRACE] = ACTIONS(4084),
[sym_comment] = ACTIONS(57),
},
[2244] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(5532),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2245] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(5532),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2246] = {
[sym__concat] = ACTIONS(4090),
[anon_sym_RBRACE] = ACTIONS(4090),
[sym_comment] = ACTIONS(57),
},
[2247] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(5534),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2248] = {
[sym__concat] = ACTIONS(4725),
[anon_sym_RBRACE] = ACTIONS(4725),
[anon_sym_EQ] = ACTIONS(4727),
[anon_sym_DASH] = ACTIONS(4727),
[sym__special_characters] = ACTIONS(4727),
[anon_sym_DQUOTE] = ACTIONS(4725),
[anon_sym_DOLLAR] = ACTIONS(4727),
[sym_raw_string] = ACTIONS(4725),
[anon_sym_POUND] = ACTIONS(4725),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4725),
[anon_sym_COLON] = ACTIONS(4727),
[anon_sym_COLON_QMARK] = ACTIONS(4727),
[anon_sym_COLON_DASH] = ACTIONS(4727),
[anon_sym_PERCENT] = ACTIONS(4727),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4725),
[anon_sym_BQUOTE] = ACTIONS(4725),
[anon_sym_LT_LPAREN] = ACTIONS(4725),
[anon_sym_GT_LPAREN] = ACTIONS(4725),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(4727),
},
[2249] = {
[sym__concat] = ACTIONS(4729),
[anon_sym_RBRACE] = ACTIONS(4729),
[anon_sym_EQ] = ACTIONS(4731),
[anon_sym_DASH] = ACTIONS(4731),
[sym__special_characters] = ACTIONS(4731),
[anon_sym_DQUOTE] = ACTIONS(4729),
[anon_sym_DOLLAR] = ACTIONS(4731),
[sym_raw_string] = ACTIONS(4729),
[anon_sym_POUND] = ACTIONS(4729),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4729),
[anon_sym_COLON] = ACTIONS(4731),
[anon_sym_COLON_QMARK] = ACTIONS(4731),
[anon_sym_COLON_DASH] = ACTIONS(4731),
[anon_sym_PERCENT] = ACTIONS(4731),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4729),
[anon_sym_BQUOTE] = ACTIONS(4729),
[anon_sym_LT_LPAREN] = ACTIONS(4729),
[anon_sym_GT_LPAREN] = ACTIONS(4729),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(4731),
},
[2250] = {
[sym__concat] = ACTIONS(4733),
[anon_sym_RBRACE] = ACTIONS(4733),
[anon_sym_EQ] = ACTIONS(4735),
[anon_sym_DASH] = ACTIONS(4735),
[sym__special_characters] = ACTIONS(4735),
[anon_sym_DQUOTE] = ACTIONS(4733),
[anon_sym_DOLLAR] = ACTIONS(4735),
[sym_raw_string] = ACTIONS(4733),
[anon_sym_POUND] = ACTIONS(4733),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4733),
[anon_sym_COLON] = ACTIONS(4735),
[anon_sym_COLON_QMARK] = ACTIONS(4735),
[anon_sym_COLON_DASH] = ACTIONS(4735),
[anon_sym_PERCENT] = ACTIONS(4735),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4733),
[anon_sym_BQUOTE] = ACTIONS(4733),
[anon_sym_LT_LPAREN] = ACTIONS(4733),
[anon_sym_GT_LPAREN] = ACTIONS(4733),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(4735),
},
[2251] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5536),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2252] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5538),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2253] = {
[sym__concat] = ACTIONS(4769),
[anon_sym_RBRACE] = ACTIONS(4769),
[anon_sym_EQ] = ACTIONS(4771),
[anon_sym_DASH] = ACTIONS(4771),
[sym__special_characters] = ACTIONS(4771),
[anon_sym_DQUOTE] = ACTIONS(4769),
[anon_sym_DOLLAR] = ACTIONS(4771),
[sym_raw_string] = ACTIONS(4769),
[anon_sym_POUND] = ACTIONS(4769),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4769),
[anon_sym_COLON] = ACTIONS(4771),
[anon_sym_COLON_QMARK] = ACTIONS(4771),
[anon_sym_COLON_DASH] = ACTIONS(4771),
[anon_sym_PERCENT] = ACTIONS(4771),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4769),
[anon_sym_BQUOTE] = ACTIONS(4769),
[anon_sym_LT_LPAREN] = ACTIONS(4769),
[anon_sym_GT_LPAREN] = ACTIONS(4769),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(4771),
},
[2254] = {
[sym__concat] = ACTIONS(4789),
[anon_sym_RBRACE] = ACTIONS(4789),
[anon_sym_EQ] = ACTIONS(4791),
[anon_sym_DASH] = ACTIONS(4791),
[sym__special_characters] = ACTIONS(4791),
[anon_sym_DQUOTE] = ACTIONS(4789),
[anon_sym_DOLLAR] = ACTIONS(4791),
[sym_raw_string] = ACTIONS(4789),
[anon_sym_POUND] = ACTIONS(4789),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4789),
[anon_sym_COLON] = ACTIONS(4791),
[anon_sym_COLON_QMARK] = ACTIONS(4791),
[anon_sym_COLON_DASH] = ACTIONS(4791),
[anon_sym_PERCENT] = ACTIONS(4791),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4789),
[anon_sym_BQUOTE] = ACTIONS(4789),
[anon_sym_LT_LPAREN] = ACTIONS(4789),
[anon_sym_GT_LPAREN] = ACTIONS(4789),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(4791),
},
[2255] = {
[sym__concat] = ACTIONS(4793),
[anon_sym_RBRACE] = ACTIONS(4793),
[anon_sym_EQ] = ACTIONS(4795),
[anon_sym_DASH] = ACTIONS(4795),
[sym__special_characters] = ACTIONS(4795),
[anon_sym_DQUOTE] = ACTIONS(4793),
[anon_sym_DOLLAR] = ACTIONS(4795),
[sym_raw_string] = ACTIONS(4793),
[anon_sym_POUND] = ACTIONS(4793),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4793),
[anon_sym_COLON] = ACTIONS(4795),
[anon_sym_COLON_QMARK] = ACTIONS(4795),
[anon_sym_COLON_DASH] = ACTIONS(4795),
[anon_sym_PERCENT] = ACTIONS(4795),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4793),
[anon_sym_BQUOTE] = ACTIONS(4793),
[anon_sym_LT_LPAREN] = ACTIONS(4793),
[anon_sym_GT_LPAREN] = ACTIONS(4793),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(4795),
},
[2256] = {
[sym__heredoc_body_middle] = ACTIONS(4725),
[sym__heredoc_body_end] = ACTIONS(4725),
[anon_sym_DOLLAR] = ACTIONS(4727),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4725),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4725),
[anon_sym_BQUOTE] = ACTIONS(4725),
[sym_comment] = ACTIONS(57),
},
[2257] = {
[sym__heredoc_body_middle] = ACTIONS(4729),
[sym__heredoc_body_end] = ACTIONS(4729),
[anon_sym_DOLLAR] = ACTIONS(4731),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4729),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4729),
[anon_sym_BQUOTE] = ACTIONS(4729),
[sym_comment] = ACTIONS(57),
},
[2258] = {
[sym__heredoc_body_middle] = ACTIONS(4733),
[sym__heredoc_body_end] = ACTIONS(4733),
[anon_sym_DOLLAR] = ACTIONS(4735),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4733),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4733),
[anon_sym_BQUOTE] = ACTIONS(4733),
[sym_comment] = ACTIONS(57),
},
[2259] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5540),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2260] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5542),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2261] = {
[sym__heredoc_body_middle] = ACTIONS(4769),
[sym__heredoc_body_end] = ACTIONS(4769),
[anon_sym_DOLLAR] = ACTIONS(4771),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4769),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4769),
[anon_sym_BQUOTE] = ACTIONS(4769),
[sym_comment] = ACTIONS(57),
},
[2262] = {
[sym__heredoc_body_middle] = ACTIONS(4789),
[sym__heredoc_body_end] = ACTIONS(4789),
[anon_sym_DOLLAR] = ACTIONS(4791),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4789),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4789),
[anon_sym_BQUOTE] = ACTIONS(4789),
[sym_comment] = ACTIONS(57),
},
[2263] = {
[sym__concat] = ACTIONS(4725),
[anon_sym_RPAREN] = ACTIONS(4725),
[sym__special_characters] = ACTIONS(4725),
[anon_sym_DQUOTE] = ACTIONS(4725),
[anon_sym_DOLLAR] = ACTIONS(4727),
[sym_raw_string] = ACTIONS(4725),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4725),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4725),
[anon_sym_BQUOTE] = ACTIONS(4725),
[anon_sym_LT_LPAREN] = ACTIONS(4725),
[anon_sym_GT_LPAREN] = ACTIONS(4725),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4725),
},
[2264] = {
[sym__concat] = ACTIONS(4729),
[anon_sym_RPAREN] = ACTIONS(4729),
[sym__special_characters] = ACTIONS(4729),
[anon_sym_DQUOTE] = ACTIONS(4729),
[anon_sym_DOLLAR] = ACTIONS(4731),
[sym_raw_string] = ACTIONS(4729),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4729),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4729),
[anon_sym_BQUOTE] = ACTIONS(4729),
[anon_sym_LT_LPAREN] = ACTIONS(4729),
[anon_sym_GT_LPAREN] = ACTIONS(4729),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4729),
},
[2265] = {
[sym__concat] = ACTIONS(4733),
[anon_sym_RPAREN] = ACTIONS(4733),
[sym__special_characters] = ACTIONS(4733),
[anon_sym_DQUOTE] = ACTIONS(4733),
[anon_sym_DOLLAR] = ACTIONS(4735),
[sym_raw_string] = ACTIONS(4733),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4733),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4733),
[anon_sym_BQUOTE] = ACTIONS(4733),
[anon_sym_LT_LPAREN] = ACTIONS(4733),
[anon_sym_GT_LPAREN] = ACTIONS(4733),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4733),
},
[2266] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5544),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2267] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5546),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2268] = {
[sym__concat] = ACTIONS(4769),
[anon_sym_RPAREN] = ACTIONS(4769),
[sym__special_characters] = ACTIONS(4769),
[anon_sym_DQUOTE] = ACTIONS(4769),
[anon_sym_DOLLAR] = ACTIONS(4771),
[sym_raw_string] = ACTIONS(4769),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4769),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4769),
[anon_sym_BQUOTE] = ACTIONS(4769),
[anon_sym_LT_LPAREN] = ACTIONS(4769),
[anon_sym_GT_LPAREN] = ACTIONS(4769),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4769),
},
[2269] = {
[sym__concat] = ACTIONS(4789),
[anon_sym_RPAREN] = ACTIONS(4789),
[sym__special_characters] = ACTIONS(4789),
[anon_sym_DQUOTE] = ACTIONS(4789),
[anon_sym_DOLLAR] = ACTIONS(4791),
[sym_raw_string] = ACTIONS(4789),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4789),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4789),
[anon_sym_BQUOTE] = ACTIONS(4789),
[anon_sym_LT_LPAREN] = ACTIONS(4789),
[anon_sym_GT_LPAREN] = ACTIONS(4789),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4789),
},
[2270] = {
[sym__concat] = ACTIONS(4793),
[anon_sym_RPAREN] = ACTIONS(4793),
[sym__special_characters] = ACTIONS(4793),
[anon_sym_DQUOTE] = ACTIONS(4793),
[anon_sym_DOLLAR] = ACTIONS(4795),
[sym_raw_string] = ACTIONS(4793),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4793),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4793),
[anon_sym_BQUOTE] = ACTIONS(4793),
[anon_sym_LT_LPAREN] = ACTIONS(4793),
[anon_sym_GT_LPAREN] = ACTIONS(4793),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4793),
},
[2271] = {
[sym__simple_heredoc_body] = ACTIONS(5216),
[sym__heredoc_body_beginning] = ACTIONS(5216),
[sym_file_descriptor] = ACTIONS(5216),
[sym__concat] = ACTIONS(5216),
[sym_variable_name] = ACTIONS(5216),
[ts_builtin_sym_end] = ACTIONS(5216),
[anon_sym_SEMI] = ACTIONS(5218),
[anon_sym_PIPE] = ACTIONS(5218),
[anon_sym_RPAREN] = ACTIONS(5216),
[anon_sym_SEMI_SEMI] = ACTIONS(5216),
[anon_sym_PIPE_AMP] = ACTIONS(5216),
[anon_sym_AMP_AMP] = ACTIONS(5216),
[anon_sym_PIPE_PIPE] = ACTIONS(5216),
[anon_sym_LT] = ACTIONS(5218),
[anon_sym_GT] = ACTIONS(5218),
[anon_sym_GT_GT] = ACTIONS(5216),
[anon_sym_AMP_GT] = ACTIONS(5218),
[anon_sym_AMP_GT_GT] = ACTIONS(5216),
[anon_sym_LT_AMP] = ACTIONS(5216),
[anon_sym_GT_AMP] = ACTIONS(5216),
[anon_sym_LT_LT] = ACTIONS(5218),
[anon_sym_LT_LT_DASH] = ACTIONS(5216),
[anon_sym_LT_LT_LT] = ACTIONS(5216),
[sym__special_characters] = ACTIONS(5216),
[anon_sym_DQUOTE] = ACTIONS(5216),
[anon_sym_DOLLAR] = ACTIONS(5218),
[sym_raw_string] = ACTIONS(5216),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5216),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5216),
[anon_sym_BQUOTE] = ACTIONS(5216),
[anon_sym_LT_LPAREN] = ACTIONS(5216),
[anon_sym_GT_LPAREN] = ACTIONS(5216),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5218),
[anon_sym_LF] = ACTIONS(5216),
[anon_sym_AMP] = ACTIONS(5218),
},
[2272] = {
[sym__simple_heredoc_body] = ACTIONS(5220),
[sym__heredoc_body_beginning] = ACTIONS(5220),
[sym_file_descriptor] = ACTIONS(5220),
[sym__concat] = ACTIONS(5220),
[sym_variable_name] = ACTIONS(5220),
[ts_builtin_sym_end] = ACTIONS(5220),
[anon_sym_SEMI] = ACTIONS(5222),
[anon_sym_PIPE] = ACTIONS(5222),
[anon_sym_RPAREN] = ACTIONS(5220),
[anon_sym_SEMI_SEMI] = ACTIONS(5220),
[anon_sym_PIPE_AMP] = ACTIONS(5220),
[anon_sym_AMP_AMP] = ACTIONS(5220),
[anon_sym_PIPE_PIPE] = ACTIONS(5220),
[anon_sym_LT] = ACTIONS(5222),
[anon_sym_GT] = ACTIONS(5222),
[anon_sym_GT_GT] = ACTIONS(5220),
[anon_sym_AMP_GT] = ACTIONS(5222),
[anon_sym_AMP_GT_GT] = ACTIONS(5220),
[anon_sym_LT_AMP] = ACTIONS(5220),
[anon_sym_GT_AMP] = ACTIONS(5220),
[anon_sym_LT_LT] = ACTIONS(5222),
[anon_sym_LT_LT_DASH] = ACTIONS(5220),
[anon_sym_LT_LT_LT] = ACTIONS(5220),
[sym__special_characters] = ACTIONS(5220),
[anon_sym_DQUOTE] = ACTIONS(5220),
[anon_sym_DOLLAR] = ACTIONS(5222),
[sym_raw_string] = ACTIONS(5220),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5220),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5220),
[anon_sym_BQUOTE] = ACTIONS(5220),
[anon_sym_LT_LPAREN] = ACTIONS(5220),
[anon_sym_GT_LPAREN] = ACTIONS(5220),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5222),
[anon_sym_LF] = ACTIONS(5220),
[anon_sym_AMP] = ACTIONS(5222),
},
[2273] = {
[sym__simple_heredoc_body] = ACTIONS(5548),
[sym__heredoc_body_beginning] = ACTIONS(5548),
[sym_file_descriptor] = ACTIONS(5548),
[ts_builtin_sym_end] = ACTIONS(5548),
[anon_sym_SEMI] = ACTIONS(5550),
[anon_sym_esac] = ACTIONS(5548),
[anon_sym_PIPE] = ACTIONS(5550),
[anon_sym_RPAREN] = ACTIONS(5548),
[anon_sym_SEMI_SEMI] = ACTIONS(5548),
[anon_sym_PIPE_AMP] = ACTIONS(5548),
[anon_sym_AMP_AMP] = ACTIONS(5548),
[anon_sym_PIPE_PIPE] = ACTIONS(5548),
[anon_sym_LT] = ACTIONS(5550),
[anon_sym_GT] = ACTIONS(5550),
[anon_sym_GT_GT] = ACTIONS(5548),
[anon_sym_AMP_GT] = ACTIONS(5550),
[anon_sym_AMP_GT_GT] = ACTIONS(5548),
[anon_sym_LT_AMP] = ACTIONS(5548),
[anon_sym_GT_AMP] = ACTIONS(5548),
[anon_sym_LT_LT] = ACTIONS(5550),
[anon_sym_LT_LT_DASH] = ACTIONS(5548),
[anon_sym_LT_LT_LT] = ACTIONS(5548),
[anon_sym_BQUOTE] = ACTIONS(5548),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5548),
[anon_sym_AMP] = ACTIONS(5550),
},
[2274] = {
[sym__concat] = ACTIONS(5216),
[anon_sym_SEMI] = ACTIONS(5218),
[anon_sym_SEMI_SEMI] = ACTIONS(5216),
[anon_sym_AMP_AMP] = ACTIONS(5216),
[anon_sym_PIPE_PIPE] = ACTIONS(5216),
[anon_sym_EQ_TILDE] = ACTIONS(5216),
[anon_sym_EQ_EQ] = ACTIONS(5216),
[anon_sym_EQ] = ACTIONS(5218),
[anon_sym_PLUS_EQ] = ACTIONS(5216),
[anon_sym_LT] = ACTIONS(5218),
[anon_sym_GT] = ACTIONS(5218),
[anon_sym_BANG_EQ] = ACTIONS(5216),
[anon_sym_PLUS] = ACTIONS(5218),
[anon_sym_DASH] = ACTIONS(5218),
[anon_sym_DASH_EQ] = ACTIONS(5216),
[anon_sym_LT_EQ] = ACTIONS(5216),
[anon_sym_GT_EQ] = ACTIONS(5216),
[anon_sym_PLUS_PLUS] = ACTIONS(5216),
[anon_sym_DASH_DASH] = ACTIONS(5216),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(5216),
[anon_sym_LF] = ACTIONS(5216),
[anon_sym_AMP] = ACTIONS(5218),
},
[2275] = {
[sym__concat] = ACTIONS(5220),
[anon_sym_SEMI] = ACTIONS(5222),
[anon_sym_SEMI_SEMI] = ACTIONS(5220),
[anon_sym_AMP_AMP] = ACTIONS(5220),
[anon_sym_PIPE_PIPE] = ACTIONS(5220),
[anon_sym_EQ_TILDE] = ACTIONS(5220),
[anon_sym_EQ_EQ] = ACTIONS(5220),
[anon_sym_EQ] = ACTIONS(5222),
[anon_sym_PLUS_EQ] = ACTIONS(5220),
[anon_sym_LT] = ACTIONS(5222),
[anon_sym_GT] = ACTIONS(5222),
[anon_sym_BANG_EQ] = ACTIONS(5220),
[anon_sym_PLUS] = ACTIONS(5222),
[anon_sym_DASH] = ACTIONS(5222),
[anon_sym_DASH_EQ] = ACTIONS(5220),
[anon_sym_LT_EQ] = ACTIONS(5220),
[anon_sym_GT_EQ] = ACTIONS(5220),
[anon_sym_PLUS_PLUS] = ACTIONS(5220),
[anon_sym_DASH_DASH] = ACTIONS(5220),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(5220),
[anon_sym_LF] = ACTIONS(5220),
[anon_sym_AMP] = ACTIONS(5222),
},
[2276] = {
[sym_do_group] = STATE(2426),
[sym_compound_statement] = STATE(2426),
[anon_sym_do] = ACTIONS(493),
[anon_sym_LBRACE] = ACTIONS(25),
[sym_comment] = ACTIONS(57),
},
[2277] = {
[sym__concat] = ACTIONS(4725),
[anon_sym_SEMI] = ACTIONS(4727),
[anon_sym_SEMI_SEMI] = ACTIONS(4725),
[sym__special_characters] = ACTIONS(4725),
[anon_sym_DQUOTE] = ACTIONS(4725),
[anon_sym_DOLLAR] = ACTIONS(4727),
[sym_raw_string] = ACTIONS(4725),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4725),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4725),
[anon_sym_BQUOTE] = ACTIONS(4725),
[anon_sym_LT_LPAREN] = ACTIONS(4725),
[anon_sym_GT_LPAREN] = ACTIONS(4725),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4727),
[anon_sym_LF] = ACTIONS(4725),
[anon_sym_AMP] = ACTIONS(4725),
},
[2278] = {
[sym__concat] = ACTIONS(4729),
[anon_sym_SEMI] = ACTIONS(4731),
[anon_sym_SEMI_SEMI] = ACTIONS(4729),
[sym__special_characters] = ACTIONS(4729),
[anon_sym_DQUOTE] = ACTIONS(4729),
[anon_sym_DOLLAR] = ACTIONS(4731),
[sym_raw_string] = ACTIONS(4729),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4729),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4729),
[anon_sym_BQUOTE] = ACTIONS(4729),
[anon_sym_LT_LPAREN] = ACTIONS(4729),
[anon_sym_GT_LPAREN] = ACTIONS(4729),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4731),
[anon_sym_LF] = ACTIONS(4729),
[anon_sym_AMP] = ACTIONS(4729),
},
[2279] = {
[sym__concat] = ACTIONS(4733),
[anon_sym_SEMI] = ACTIONS(4735),
[anon_sym_SEMI_SEMI] = ACTIONS(4733),
[sym__special_characters] = ACTIONS(4733),
[anon_sym_DQUOTE] = ACTIONS(4733),
[anon_sym_DOLLAR] = ACTIONS(4735),
[sym_raw_string] = ACTIONS(4733),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4733),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4733),
[anon_sym_BQUOTE] = ACTIONS(4733),
[anon_sym_LT_LPAREN] = ACTIONS(4733),
[anon_sym_GT_LPAREN] = ACTIONS(4733),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4735),
[anon_sym_LF] = ACTIONS(4733),
[anon_sym_AMP] = ACTIONS(4733),
},
[2280] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5552),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2281] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5554),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2282] = {
[sym__concat] = ACTIONS(4769),
[anon_sym_SEMI] = ACTIONS(4771),
[anon_sym_SEMI_SEMI] = ACTIONS(4769),
[sym__special_characters] = ACTIONS(4769),
[anon_sym_DQUOTE] = ACTIONS(4769),
[anon_sym_DOLLAR] = ACTIONS(4771),
[sym_raw_string] = ACTIONS(4769),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4769),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4769),
[anon_sym_BQUOTE] = ACTIONS(4769),
[anon_sym_LT_LPAREN] = ACTIONS(4769),
[anon_sym_GT_LPAREN] = ACTIONS(4769),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4771),
[anon_sym_LF] = ACTIONS(4769),
[anon_sym_AMP] = ACTIONS(4769),
},
[2283] = {
[sym__concat] = ACTIONS(4789),
[anon_sym_SEMI] = ACTIONS(4791),
[anon_sym_SEMI_SEMI] = ACTIONS(4789),
[sym__special_characters] = ACTIONS(4789),
[anon_sym_DQUOTE] = ACTIONS(4789),
[anon_sym_DOLLAR] = ACTIONS(4791),
[sym_raw_string] = ACTIONS(4789),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4789),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4789),
[anon_sym_BQUOTE] = ACTIONS(4789),
[anon_sym_LT_LPAREN] = ACTIONS(4789),
[anon_sym_GT_LPAREN] = ACTIONS(4789),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4791),
[anon_sym_LF] = ACTIONS(4789),
[anon_sym_AMP] = ACTIONS(4789),
},
[2284] = {
[sym__concat] = ACTIONS(4793),
[anon_sym_SEMI] = ACTIONS(4795),
[anon_sym_SEMI_SEMI] = ACTIONS(4793),
[sym__special_characters] = ACTIONS(4793),
[anon_sym_DQUOTE] = ACTIONS(4793),
[anon_sym_DOLLAR] = ACTIONS(4795),
[sym_raw_string] = ACTIONS(4793),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4793),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4793),
[anon_sym_BQUOTE] = ACTIONS(4793),
[anon_sym_LT_LPAREN] = ACTIONS(4793),
[anon_sym_GT_LPAREN] = ACTIONS(4793),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4795),
[anon_sym_LF] = ACTIONS(4793),
[anon_sym_AMP] = ACTIONS(4793),
},
[2285] = {
[sym__concat] = ACTIONS(5216),
[anon_sym_PIPE] = ACTIONS(5218),
[anon_sym_RPAREN] = ACTIONS(5216),
[anon_sym_AMP_AMP] = ACTIONS(5216),
[anon_sym_PIPE_PIPE] = ACTIONS(5216),
[anon_sym_EQ_TILDE] = ACTIONS(5216),
[anon_sym_EQ_EQ] = ACTIONS(5216),
[anon_sym_EQ] = ACTIONS(5218),
[anon_sym_PLUS_EQ] = ACTIONS(5216),
[anon_sym_LT] = ACTIONS(5218),
[anon_sym_GT] = ACTIONS(5218),
[anon_sym_BANG_EQ] = ACTIONS(5216),
[anon_sym_PLUS] = ACTIONS(5218),
[anon_sym_DASH] = ACTIONS(5218),
[anon_sym_DASH_EQ] = ACTIONS(5216),
[anon_sym_LT_EQ] = ACTIONS(5216),
[anon_sym_GT_EQ] = ACTIONS(5216),
[anon_sym_PLUS_PLUS] = ACTIONS(5216),
[anon_sym_DASH_DASH] = ACTIONS(5216),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(5216),
},
[2286] = {
[sym__concat] = ACTIONS(5220),
[anon_sym_PIPE] = ACTIONS(5222),
[anon_sym_RPAREN] = ACTIONS(5220),
[anon_sym_AMP_AMP] = ACTIONS(5220),
[anon_sym_PIPE_PIPE] = ACTIONS(5220),
[anon_sym_EQ_TILDE] = ACTIONS(5220),
[anon_sym_EQ_EQ] = ACTIONS(5220),
[anon_sym_EQ] = ACTIONS(5222),
[anon_sym_PLUS_EQ] = ACTIONS(5220),
[anon_sym_LT] = ACTIONS(5222),
[anon_sym_GT] = ACTIONS(5222),
[anon_sym_BANG_EQ] = ACTIONS(5220),
[anon_sym_PLUS] = ACTIONS(5222),
[anon_sym_DASH] = ACTIONS(5222),
[anon_sym_DASH_EQ] = ACTIONS(5220),
[anon_sym_LT_EQ] = ACTIONS(5220),
[anon_sym_GT_EQ] = ACTIONS(5220),
[anon_sym_PLUS_PLUS] = ACTIONS(5220),
[anon_sym_DASH_DASH] = ACTIONS(5220),
[sym_comment] = ACTIONS(57),
[sym_test_operator] = ACTIONS(5220),
},
[2287] = {
[sym__simple_heredoc_body] = ACTIONS(1089),
[sym__heredoc_body_beginning] = ACTIONS(1089),
[sym_file_descriptor] = ACTIONS(1089),
[sym_variable_name] = ACTIONS(1089),
[anon_sym_SEMI] = ACTIONS(1091),
[anon_sym_esac] = ACTIONS(1091),
[anon_sym_PIPE] = ACTIONS(1091),
[anon_sym_SEMI_SEMI] = ACTIONS(1089),
[anon_sym_PIPE_AMP] = ACTIONS(1089),
[anon_sym_AMP_AMP] = ACTIONS(1089),
[anon_sym_PIPE_PIPE] = ACTIONS(1089),
[anon_sym_LT] = ACTIONS(1091),
[anon_sym_GT] = ACTIONS(1091),
[anon_sym_GT_GT] = ACTIONS(1089),
[anon_sym_AMP_GT] = ACTIONS(1091),
[anon_sym_AMP_GT_GT] = ACTIONS(1089),
[anon_sym_LT_AMP] = ACTIONS(1089),
[anon_sym_GT_AMP] = ACTIONS(1089),
[anon_sym_LT_LT] = ACTIONS(1091),
[anon_sym_LT_LT_DASH] = ACTIONS(1089),
[anon_sym_LT_LT_LT] = ACTIONS(1089),
[sym__special_characters] = ACTIONS(1089),
[anon_sym_DQUOTE] = ACTIONS(1089),
[anon_sym_DOLLAR] = ACTIONS(1091),
[sym_raw_string] = ACTIONS(1089),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1089),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1089),
[anon_sym_BQUOTE] = ACTIONS(1089),
[anon_sym_LT_LPAREN] = ACTIONS(1089),
[anon_sym_GT_LPAREN] = ACTIONS(1089),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1091),
[anon_sym_LF] = ACTIONS(1089),
[anon_sym_AMP] = ACTIONS(1091),
},
[2288] = {
[sym_concatenation] = STATE(2430),
[sym_string] = STATE(539),
[sym_simple_expansion] = STATE(539),
[sym_string_expansion] = STATE(539),
[sym_expansion] = STATE(539),
[sym_command_substitution] = STATE(539),
[sym_process_substitution] = STATE(539),
[aux_sym_for_statement_repeat1] = STATE(2430),
[anon_sym_RPAREN] = ACTIONS(5556),
[sym__special_characters] = ACTIONS(1095),
[anon_sym_DQUOTE] = ACTIONS(1097),
[anon_sym_DOLLAR] = ACTIONS(1099),
[sym_raw_string] = ACTIONS(1101),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1103),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1105),
[anon_sym_BQUOTE] = ACTIONS(1107),
[anon_sym_LT_LPAREN] = ACTIONS(1109),
[anon_sym_GT_LPAREN] = ACTIONS(1109),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1101),
},
[2289] = {
[aux_sym_concatenation_repeat1] = STATE(2432),
[sym__simple_heredoc_body] = ACTIONS(1111),
[sym__heredoc_body_beginning] = ACTIONS(1111),
[sym_file_descriptor] = ACTIONS(1111),
[sym__concat] = ACTIONS(5558),
[sym_variable_name] = ACTIONS(1111),
[anon_sym_SEMI] = ACTIONS(1115),
[anon_sym_esac] = ACTIONS(1115),
[anon_sym_PIPE] = ACTIONS(1115),
[anon_sym_SEMI_SEMI] = ACTIONS(1111),
[anon_sym_PIPE_AMP] = ACTIONS(1111),
[anon_sym_AMP_AMP] = ACTIONS(1111),
[anon_sym_PIPE_PIPE] = ACTIONS(1111),
[anon_sym_LT] = ACTIONS(1115),
[anon_sym_GT] = ACTIONS(1115),
[anon_sym_GT_GT] = ACTIONS(1111),
[anon_sym_AMP_GT] = ACTIONS(1115),
[anon_sym_AMP_GT_GT] = ACTIONS(1111),
[anon_sym_LT_AMP] = ACTIONS(1111),
[anon_sym_GT_AMP] = ACTIONS(1111),
[anon_sym_LT_LT] = ACTIONS(1115),
[anon_sym_LT_LT_DASH] = ACTIONS(1111),
[anon_sym_LT_LT_LT] = ACTIONS(1111),
[sym__special_characters] = ACTIONS(1111),
[anon_sym_DQUOTE] = ACTIONS(1111),
[anon_sym_DOLLAR] = ACTIONS(1115),
[sym_raw_string] = ACTIONS(1111),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1111),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1111),
[anon_sym_BQUOTE] = ACTIONS(1111),
[anon_sym_LT_LPAREN] = ACTIONS(1111),
[anon_sym_GT_LPAREN] = ACTIONS(1111),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1115),
[anon_sym_LF] = ACTIONS(1111),
[anon_sym_AMP] = ACTIONS(1115),
},
[2290] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(2435),
[anon_sym_DQUOTE] = ACTIONS(5560),
[anon_sym_DOLLAR] = ACTIONS(5562),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[2291] = {
[sym_string] = STATE(2437),
[anon_sym_DASH] = ACTIONS(5564),
[anon_sym_DQUOTE] = ACTIONS(5326),
[anon_sym_DOLLAR] = ACTIONS(5564),
[sym_raw_string] = ACTIONS(5566),
[anon_sym_POUND] = ACTIONS(5564),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5568),
[anon_sym_STAR] = ACTIONS(5570),
[anon_sym_AT] = ACTIONS(5570),
[anon_sym_QMARK] = ACTIONS(5570),
[anon_sym_0] = ACTIONS(5568),
[anon_sym__] = ACTIONS(5568),
},
[2292] = {
[aux_sym_concatenation_repeat1] = STATE(2432),
[sym__simple_heredoc_body] = ACTIONS(1089),
[sym__heredoc_body_beginning] = ACTIONS(1089),
[sym_file_descriptor] = ACTIONS(1089),
[sym__concat] = ACTIONS(5558),
[sym_variable_name] = ACTIONS(1089),
[anon_sym_SEMI] = ACTIONS(1091),
[anon_sym_esac] = ACTIONS(1091),
[anon_sym_PIPE] = ACTIONS(1091),
[anon_sym_SEMI_SEMI] = ACTIONS(1089),
[anon_sym_PIPE_AMP] = ACTIONS(1089),
[anon_sym_AMP_AMP] = ACTIONS(1089),
[anon_sym_PIPE_PIPE] = ACTIONS(1089),
[anon_sym_LT] = ACTIONS(1091),
[anon_sym_GT] = ACTIONS(1091),
[anon_sym_GT_GT] = ACTIONS(1089),
[anon_sym_AMP_GT] = ACTIONS(1091),
[anon_sym_AMP_GT_GT] = ACTIONS(1089),
[anon_sym_LT_AMP] = ACTIONS(1089),
[anon_sym_GT_AMP] = ACTIONS(1089),
[anon_sym_LT_LT] = ACTIONS(1091),
[anon_sym_LT_LT_DASH] = ACTIONS(1089),
[anon_sym_LT_LT_LT] = ACTIONS(1089),
[sym__special_characters] = ACTIONS(1089),
[anon_sym_DQUOTE] = ACTIONS(1089),
[anon_sym_DOLLAR] = ACTIONS(1091),
[sym_raw_string] = ACTIONS(1089),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1089),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1089),
[anon_sym_BQUOTE] = ACTIONS(1089),
[anon_sym_LT_LPAREN] = ACTIONS(1089),
[anon_sym_GT_LPAREN] = ACTIONS(1089),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1091),
[anon_sym_LF] = ACTIONS(1089),
[anon_sym_AMP] = ACTIONS(1091),
},
[2293] = {
[sym_subscript] = STATE(2442),
[sym_variable_name] = ACTIONS(5572),
[anon_sym_BANG] = ACTIONS(5574),
[anon_sym_DASH] = ACTIONS(5576),
[anon_sym_DOLLAR] = ACTIONS(5576),
[anon_sym_POUND] = ACTIONS(5574),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5578),
[anon_sym_STAR] = ACTIONS(5580),
[anon_sym_AT] = ACTIONS(5580),
[anon_sym_QMARK] = ACTIONS(5580),
[anon_sym_0] = ACTIONS(5578),
[anon_sym__] = ACTIONS(5578),
},
[2294] = {
[sym__terminated_statement] = STATE(2445),
[sym_redirected_statement] = STATE(2443),
[sym_for_statement] = STATE(2443),
[sym_c_style_for_statement] = STATE(2443),
[sym_while_statement] = STATE(2443),
[sym_if_statement] = STATE(2443),
[sym_case_statement] = STATE(2443),
[sym_function_definition] = STATE(2443),
[sym_compound_statement] = STATE(2443),
[sym_subshell] = STATE(2443),
[sym_pipeline] = STATE(2443),
[sym_list] = STATE(2443),
[sym_negated_command] = STATE(2443),
[sym_test_command] = STATE(2443),
[sym_declaration_command] = STATE(2443),
[sym_unset_command] = STATE(2443),
[sym_command] = STATE(2443),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(2444),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(2445),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[2295] = {
[sym__terminated_statement] = STATE(2448),
[sym_redirected_statement] = STATE(2446),
[sym_for_statement] = STATE(2446),
[sym_c_style_for_statement] = STATE(2446),
[sym_while_statement] = STATE(2446),
[sym_if_statement] = STATE(2446),
[sym_case_statement] = STATE(2446),
[sym_function_definition] = STATE(2446),
[sym_compound_statement] = STATE(2446),
[sym_subshell] = STATE(2446),
[sym_pipeline] = STATE(2446),
[sym_list] = STATE(2446),
[sym_negated_command] = STATE(2446),
[sym_test_command] = STATE(2446),
[sym_declaration_command] = STATE(2446),
[sym_unset_command] = STATE(2446),
[sym_command] = STATE(2446),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(2447),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(2448),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[2296] = {
[sym__terminated_statement] = STATE(2451),
[sym_redirected_statement] = STATE(2449),
[sym_for_statement] = STATE(2449),
[sym_c_style_for_statement] = STATE(2449),
[sym_while_statement] = STATE(2449),
[sym_if_statement] = STATE(2449),
[sym_case_statement] = STATE(2449),
[sym_function_definition] = STATE(2449),
[sym_compound_statement] = STATE(2449),
[sym_subshell] = STATE(2449),
[sym_pipeline] = STATE(2449),
[sym_list] = STATE(2449),
[sym_negated_command] = STATE(2449),
[sym_test_command] = STATE(2449),
[sym_declaration_command] = STATE(2449),
[sym_unset_command] = STATE(2449),
[sym_command] = STATE(2449),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(2450),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(2451),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[2297] = {
[sym_concatenation] = STATE(2452),
[sym_string] = STATE(2455),
[sym_array] = STATE(2452),
[sym_simple_expansion] = STATE(2455),
[sym_string_expansion] = STATE(2455),
[sym_expansion] = STATE(2455),
[sym_command_substitution] = STATE(2455),
[sym_process_substitution] = STATE(2455),
[sym__empty_value] = ACTIONS(5582),
[anon_sym_LPAREN] = ACTIONS(5584),
[sym__special_characters] = ACTIONS(5586),
[anon_sym_DQUOTE] = ACTIONS(5017),
[anon_sym_DOLLAR] = ACTIONS(5019),
[sym_raw_string] = ACTIONS(5588),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5023),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5025),
[anon_sym_BQUOTE] = ACTIONS(5027),
[anon_sym_LT_LPAREN] = ACTIONS(5029),
[anon_sym_GT_LPAREN] = ACTIONS(5029),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5588),
},
[2298] = {
[sym_string] = STATE(2456),
[sym_simple_expansion] = STATE(2456),
[sym_string_expansion] = STATE(2456),
[sym_expansion] = STATE(2456),
[sym_command_substitution] = STATE(2456),
[sym_process_substitution] = STATE(2456),
[sym__special_characters] = ACTIONS(5590),
[anon_sym_DQUOTE] = ACTIONS(5017),
[anon_sym_DOLLAR] = ACTIONS(5019),
[sym_raw_string] = ACTIONS(5590),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5023),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5025),
[anon_sym_BQUOTE] = ACTIONS(5027),
[anon_sym_LT_LPAREN] = ACTIONS(5029),
[anon_sym_GT_LPAREN] = ACTIONS(5029),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5590),
},
[2299] = {
[aux_sym_concatenation_repeat1] = STATE(2457),
[sym__simple_heredoc_body] = ACTIONS(779),
[sym__heredoc_body_beginning] = ACTIONS(779),
[sym_file_descriptor] = ACTIONS(779),
[sym__concat] = ACTIONS(5342),
[sym_variable_name] = ACTIONS(779),
[anon_sym_SEMI] = ACTIONS(781),
[anon_sym_esac] = ACTIONS(781),
[anon_sym_PIPE] = ACTIONS(781),
[anon_sym_SEMI_SEMI] = ACTIONS(779),
[anon_sym_PIPE_AMP] = ACTIONS(779),
[anon_sym_AMP_AMP] = ACTIONS(779),
[anon_sym_PIPE_PIPE] = ACTIONS(779),
[anon_sym_LT] = ACTIONS(781),
[anon_sym_GT] = ACTIONS(781),
[anon_sym_GT_GT] = ACTIONS(779),
[anon_sym_AMP_GT] = ACTIONS(781),
[anon_sym_AMP_GT_GT] = ACTIONS(779),
[anon_sym_LT_AMP] = ACTIONS(779),
[anon_sym_GT_AMP] = ACTIONS(779),
[anon_sym_LT_LT] = ACTIONS(781),
[anon_sym_LT_LT_DASH] = ACTIONS(779),
[anon_sym_LT_LT_LT] = ACTIONS(779),
[sym__special_characters] = ACTIONS(779),
[anon_sym_DQUOTE] = ACTIONS(779),
[anon_sym_DOLLAR] = ACTIONS(781),
[sym_raw_string] = ACTIONS(779),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(779),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(779),
[anon_sym_BQUOTE] = ACTIONS(779),
[anon_sym_LT_LPAREN] = ACTIONS(779),
[anon_sym_GT_LPAREN] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(781),
[sym_word] = ACTIONS(781),
[anon_sym_LF] = ACTIONS(779),
[anon_sym_AMP] = ACTIONS(781),
},
[2300] = {
[sym__simple_heredoc_body] = ACTIONS(783),
[sym__heredoc_body_beginning] = ACTIONS(783),
[sym_file_descriptor] = ACTIONS(783),
[sym__concat] = ACTIONS(783),
[sym_variable_name] = ACTIONS(783),
[anon_sym_SEMI] = ACTIONS(785),
[anon_sym_esac] = ACTIONS(785),
[anon_sym_PIPE] = ACTIONS(785),
[anon_sym_SEMI_SEMI] = ACTIONS(783),
[anon_sym_PIPE_AMP] = ACTIONS(783),
[anon_sym_AMP_AMP] = ACTIONS(783),
[anon_sym_PIPE_PIPE] = ACTIONS(783),
[anon_sym_LT] = ACTIONS(785),
[anon_sym_GT] = ACTIONS(785),
[anon_sym_GT_GT] = ACTIONS(783),
[anon_sym_AMP_GT] = ACTIONS(785),
[anon_sym_AMP_GT_GT] = ACTIONS(783),
[anon_sym_LT_AMP] = ACTIONS(783),
[anon_sym_GT_AMP] = ACTIONS(783),
[anon_sym_LT_LT] = ACTIONS(785),
[anon_sym_LT_LT_DASH] = ACTIONS(783),
[anon_sym_LT_LT_LT] = ACTIONS(783),
[sym__special_characters] = ACTIONS(783),
[anon_sym_DQUOTE] = ACTIONS(783),
[anon_sym_DOLLAR] = ACTIONS(785),
[sym_raw_string] = ACTIONS(783),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(783),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(783),
[anon_sym_BQUOTE] = ACTIONS(783),
[anon_sym_LT_LPAREN] = ACTIONS(783),
[anon_sym_GT_LPAREN] = ACTIONS(783),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(785),
[sym_word] = ACTIONS(785),
[anon_sym_LF] = ACTIONS(783),
[anon_sym_AMP] = ACTIONS(785),
},
[2301] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(5592),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[2302] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(455),
[anon_sym_DQUOTE] = ACTIONS(5592),
[anon_sym_DOLLAR] = ACTIONS(5594),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[2303] = {
[sym__simple_heredoc_body] = ACTIONS(817),
[sym__heredoc_body_beginning] = ACTIONS(817),
[sym_file_descriptor] = ACTIONS(817),
[sym__concat] = ACTIONS(817),
[sym_variable_name] = ACTIONS(817),
[anon_sym_SEMI] = ACTIONS(819),
[anon_sym_esac] = ACTIONS(819),
[anon_sym_PIPE] = ACTIONS(819),
[anon_sym_SEMI_SEMI] = ACTIONS(817),
[anon_sym_PIPE_AMP] = ACTIONS(817),
[anon_sym_AMP_AMP] = ACTIONS(817),
[anon_sym_PIPE_PIPE] = ACTIONS(817),
[anon_sym_LT] = ACTIONS(819),
[anon_sym_GT] = ACTIONS(819),
[anon_sym_GT_GT] = ACTIONS(817),
[anon_sym_AMP_GT] = ACTIONS(819),
[anon_sym_AMP_GT_GT] = ACTIONS(817),
[anon_sym_LT_AMP] = ACTIONS(817),
[anon_sym_GT_AMP] = ACTIONS(817),
[anon_sym_LT_LT] = ACTIONS(819),
[anon_sym_LT_LT_DASH] = ACTIONS(817),
[anon_sym_LT_LT_LT] = ACTIONS(817),
[sym__special_characters] = ACTIONS(817),
[anon_sym_DQUOTE] = ACTIONS(817),
[anon_sym_DOLLAR] = ACTIONS(819),
[sym_raw_string] = ACTIONS(817),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(817),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(817),
[anon_sym_BQUOTE] = ACTIONS(817),
[anon_sym_LT_LPAREN] = ACTIONS(817),
[anon_sym_GT_LPAREN] = ACTIONS(817),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(819),
[sym_word] = ACTIONS(819),
[anon_sym_LF] = ACTIONS(817),
[anon_sym_AMP] = ACTIONS(819),
},
[2304] = {
[sym__simple_heredoc_body] = ACTIONS(821),
[sym__heredoc_body_beginning] = ACTIONS(821),
[sym_file_descriptor] = ACTIONS(821),
[sym__concat] = ACTIONS(821),
[sym_variable_name] = ACTIONS(821),
[anon_sym_SEMI] = ACTIONS(823),
[anon_sym_esac] = ACTIONS(823),
[anon_sym_PIPE] = ACTIONS(823),
[anon_sym_SEMI_SEMI] = ACTIONS(821),
[anon_sym_PIPE_AMP] = ACTIONS(821),
[anon_sym_AMP_AMP] = ACTIONS(821),
[anon_sym_PIPE_PIPE] = ACTIONS(821),
[anon_sym_LT] = ACTIONS(823),
[anon_sym_GT] = ACTIONS(823),
[anon_sym_GT_GT] = ACTIONS(821),
[anon_sym_AMP_GT] = ACTIONS(823),
[anon_sym_AMP_GT_GT] = ACTIONS(821),
[anon_sym_LT_AMP] = ACTIONS(821),
[anon_sym_GT_AMP] = ACTIONS(821),
[anon_sym_LT_LT] = ACTIONS(823),
[anon_sym_LT_LT_DASH] = ACTIONS(821),
[anon_sym_LT_LT_LT] = ACTIONS(821),
[sym__special_characters] = ACTIONS(821),
[anon_sym_DQUOTE] = ACTIONS(821),
[anon_sym_DOLLAR] = ACTIONS(823),
[sym_raw_string] = ACTIONS(821),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(821),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(821),
[anon_sym_BQUOTE] = ACTIONS(821),
[anon_sym_LT_LPAREN] = ACTIONS(821),
[anon_sym_GT_LPAREN] = ACTIONS(821),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(823),
[sym_word] = ACTIONS(823),
[anon_sym_LF] = ACTIONS(821),
[anon_sym_AMP] = ACTIONS(823),
},
[2305] = {
[sym__simple_heredoc_body] = ACTIONS(825),
[sym__heredoc_body_beginning] = ACTIONS(825),
[sym_file_descriptor] = ACTIONS(825),
[sym__concat] = ACTIONS(825),
[sym_variable_name] = ACTIONS(825),
[anon_sym_SEMI] = ACTIONS(827),
[anon_sym_esac] = ACTIONS(827),
[anon_sym_PIPE] = ACTIONS(827),
[anon_sym_SEMI_SEMI] = ACTIONS(825),
[anon_sym_PIPE_AMP] = ACTIONS(825),
[anon_sym_AMP_AMP] = ACTIONS(825),
[anon_sym_PIPE_PIPE] = ACTIONS(825),
[anon_sym_LT] = ACTIONS(827),
[anon_sym_GT] = ACTIONS(827),
[anon_sym_GT_GT] = ACTIONS(825),
[anon_sym_AMP_GT] = ACTIONS(827),
[anon_sym_AMP_GT_GT] = ACTIONS(825),
[anon_sym_LT_AMP] = ACTIONS(825),
[anon_sym_GT_AMP] = ACTIONS(825),
[anon_sym_LT_LT] = ACTIONS(827),
[anon_sym_LT_LT_DASH] = ACTIONS(825),
[anon_sym_LT_LT_LT] = ACTIONS(825),
[sym__special_characters] = ACTIONS(825),
[anon_sym_DQUOTE] = ACTIONS(825),
[anon_sym_DOLLAR] = ACTIONS(827),
[sym_raw_string] = ACTIONS(825),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(825),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(825),
[anon_sym_BQUOTE] = ACTIONS(825),
[anon_sym_LT_LPAREN] = ACTIONS(825),
[anon_sym_GT_LPAREN] = ACTIONS(825),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(827),
[sym_word] = ACTIONS(827),
[anon_sym_LF] = ACTIONS(825),
[anon_sym_AMP] = ACTIONS(827),
},
[2306] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(5596),
[sym_comment] = ACTIONS(57),
},
[2307] = {
[sym_subscript] = STATE(2463),
[sym_variable_name] = ACTIONS(5598),
[anon_sym_DASH] = ACTIONS(5600),
[anon_sym_DOLLAR] = ACTIONS(5600),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5602),
[anon_sym_STAR] = ACTIONS(5604),
[anon_sym_AT] = ACTIONS(5604),
[anon_sym_QMARK] = ACTIONS(5604),
[anon_sym_0] = ACTIONS(5602),
[anon_sym__] = ACTIONS(5602),
},
[2308] = {
[sym_concatenation] = STATE(2466),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2466),
[anon_sym_RBRACE] = ACTIONS(5606),
[anon_sym_EQ] = ACTIONS(5608),
[anon_sym_DASH] = ACTIONS(5608),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(5610),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(5612),
[anon_sym_COLON] = ACTIONS(5608),
[anon_sym_COLON_QMARK] = ACTIONS(5608),
[anon_sym_COLON_DASH] = ACTIONS(5608),
[anon_sym_PERCENT] = ACTIONS(5608),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2309] = {
[sym_concatenation] = STATE(2469),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2469),
[anon_sym_RBRACE] = ACTIONS(5614),
[anon_sym_EQ] = ACTIONS(5616),
[anon_sym_DASH] = ACTIONS(5616),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(5618),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(5620),
[anon_sym_COLON] = ACTIONS(5616),
[anon_sym_COLON_QMARK] = ACTIONS(5616),
[anon_sym_COLON_DASH] = ACTIONS(5616),
[anon_sym_PERCENT] = ACTIONS(5616),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2310] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2472),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(5622),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(5624),
[anon_sym_SEMI_SEMI] = ACTIONS(5626),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5626),
[anon_sym_AMP] = ACTIONS(5622),
},
[2311] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2472),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(5622),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(5624),
[anon_sym_SEMI_SEMI] = ACTIONS(5626),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(5626),
[anon_sym_AMP] = ACTIONS(5622),
},
[2312] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(2473),
[sym_for_statement] = STATE(2473),
[sym_c_style_for_statement] = STATE(2473),
[sym_while_statement] = STATE(2473),
[sym_if_statement] = STATE(2473),
[sym_case_statement] = STATE(2473),
[sym_function_definition] = STATE(2473),
[sym_compound_statement] = STATE(2473),
[sym_subshell] = STATE(2473),
[sym_pipeline] = STATE(2473),
[sym_list] = STATE(2473),
[sym_negated_command] = STATE(2473),
[sym_test_command] = STATE(2473),
[sym_declaration_command] = STATE(2473),
[sym_unset_command] = STATE(2473),
[sym_command] = STATE(2473),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(2474),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[2313] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(2476),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(5628),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(5630),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(5624),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5630),
[anon_sym_AMP] = ACTIONS(5628),
},
[2314] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(2476),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(5628),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(5630),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(5624),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(5630),
[anon_sym_AMP] = ACTIONS(5628),
},
[2315] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(2477),
[sym_for_statement] = STATE(2477),
[sym_c_style_for_statement] = STATE(2477),
[sym_while_statement] = STATE(2477),
[sym_if_statement] = STATE(2477),
[sym_case_statement] = STATE(2477),
[sym_function_definition] = STATE(2477),
[sym_compound_statement] = STATE(2477),
[sym_subshell] = STATE(2477),
[sym_pipeline] = STATE(2477),
[sym_list] = STATE(2477),
[sym_negated_command] = STATE(2477),
[sym_test_command] = STATE(2477),
[sym_declaration_command] = STATE(2477),
[sym_unset_command] = STATE(2477),
[sym_command] = STATE(2477),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(2478),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[2316] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2481),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(5632),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(5634),
[anon_sym_SEMI_SEMI] = ACTIONS(5636),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5636),
[anon_sym_AMP] = ACTIONS(5632),
},
[2317] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2481),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(5632),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(5634),
[anon_sym_SEMI_SEMI] = ACTIONS(5636),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(5636),
[anon_sym_AMP] = ACTIONS(5632),
},
[2318] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(2482),
[sym_for_statement] = STATE(2482),
[sym_c_style_for_statement] = STATE(2482),
[sym_while_statement] = STATE(2482),
[sym_if_statement] = STATE(2482),
[sym_case_statement] = STATE(2482),
[sym_function_definition] = STATE(2482),
[sym_compound_statement] = STATE(2482),
[sym_subshell] = STATE(2482),
[sym_pipeline] = STATE(2482),
[sym_list] = STATE(2482),
[sym_negated_command] = STATE(2482),
[sym_test_command] = STATE(2482),
[sym_declaration_command] = STATE(2482),
[sym_unset_command] = STATE(2482),
[sym_command] = STATE(2482),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(2483),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[2319] = {
[sym_variable_assignment] = STATE(2319),
[sym_subscript] = STATE(2157),
[sym_concatenation] = STATE(2319),
[sym_string] = STATE(2152),
[sym_simple_expansion] = STATE(2152),
[sym_string_expansion] = STATE(2152),
[sym_expansion] = STATE(2152),
[sym_command_substitution] = STATE(2152),
[sym_process_substitution] = STATE(2152),
[aux_sym_declaration_command_repeat1] = STATE(2319),
[sym__simple_heredoc_body] = ACTIONS(1563),
[sym__heredoc_body_beginning] = ACTIONS(1563),
[sym_file_descriptor] = ACTIONS(1563),
[sym_variable_name] = ACTIONS(5638),
[anon_sym_SEMI] = ACTIONS(1568),
[anon_sym_esac] = ACTIONS(1568),
[anon_sym_PIPE] = ACTIONS(1568),
[anon_sym_SEMI_SEMI] = ACTIONS(1563),
[anon_sym_PIPE_AMP] = ACTIONS(1563),
[anon_sym_AMP_AMP] = ACTIONS(1563),
[anon_sym_PIPE_PIPE] = ACTIONS(1563),
[anon_sym_LT] = ACTIONS(1568),
[anon_sym_GT] = ACTIONS(1568),
[anon_sym_GT_GT] = ACTIONS(1563),
[anon_sym_AMP_GT] = ACTIONS(1568),
[anon_sym_AMP_GT_GT] = ACTIONS(1563),
[anon_sym_LT_AMP] = ACTIONS(1563),
[anon_sym_GT_AMP] = ACTIONS(1563),
[anon_sym_LT_LT] = ACTIONS(1568),
[anon_sym_LT_LT_DASH] = ACTIONS(1563),
[anon_sym_LT_LT_LT] = ACTIONS(1563),
[sym__special_characters] = ACTIONS(5641),
[anon_sym_DQUOTE] = ACTIONS(5644),
[anon_sym_DOLLAR] = ACTIONS(5647),
[sym_raw_string] = ACTIONS(5650),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5653),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5656),
[anon_sym_BQUOTE] = ACTIONS(5659),
[anon_sym_LT_LPAREN] = ACTIONS(5662),
[anon_sym_GT_LPAREN] = ACTIONS(5662),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5665),
[sym_word] = ACTIONS(5668),
[anon_sym_LF] = ACTIONS(1563),
[anon_sym_AMP] = ACTIONS(1568),
},
[2320] = {
[sym_string] = STATE(2484),
[sym_simple_expansion] = STATE(2484),
[sym_string_expansion] = STATE(2484),
[sym_expansion] = STATE(2484),
[sym_command_substitution] = STATE(2484),
[sym_process_substitution] = STATE(2484),
[sym__special_characters] = ACTIONS(5671),
[anon_sym_DQUOTE] = ACTIONS(5037),
[anon_sym_DOLLAR] = ACTIONS(5039),
[sym_raw_string] = ACTIONS(5671),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5043),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5045),
[anon_sym_BQUOTE] = ACTIONS(5047),
[anon_sym_LT_LPAREN] = ACTIONS(5049),
[anon_sym_GT_LPAREN] = ACTIONS(5049),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5671),
},
[2321] = {
[aux_sym_concatenation_repeat1] = STATE(2485),
[sym__simple_heredoc_body] = ACTIONS(779),
[sym__heredoc_body_beginning] = ACTIONS(779),
[sym_file_descriptor] = ACTIONS(779),
[sym__concat] = ACTIONS(5368),
[anon_sym_SEMI] = ACTIONS(781),
[anon_sym_esac] = ACTIONS(781),
[anon_sym_PIPE] = ACTIONS(781),
[anon_sym_SEMI_SEMI] = ACTIONS(779),
[anon_sym_PIPE_AMP] = ACTIONS(779),
[anon_sym_AMP_AMP] = ACTIONS(779),
[anon_sym_PIPE_PIPE] = ACTIONS(779),
[anon_sym_LT] = ACTIONS(781),
[anon_sym_GT] = ACTIONS(781),
[anon_sym_GT_GT] = ACTIONS(779),
[anon_sym_AMP_GT] = ACTIONS(781),
[anon_sym_AMP_GT_GT] = ACTIONS(779),
[anon_sym_LT_AMP] = ACTIONS(779),
[anon_sym_GT_AMP] = ACTIONS(779),
[anon_sym_LT_LT] = ACTIONS(781),
[anon_sym_LT_LT_DASH] = ACTIONS(779),
[anon_sym_LT_LT_LT] = ACTIONS(779),
[sym__special_characters] = ACTIONS(779),
[anon_sym_DQUOTE] = ACTIONS(779),
[anon_sym_DOLLAR] = ACTIONS(781),
[sym_raw_string] = ACTIONS(779),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(779),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(779),
[anon_sym_BQUOTE] = ACTIONS(779),
[anon_sym_LT_LPAREN] = ACTIONS(779),
[anon_sym_GT_LPAREN] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(781),
[sym_word] = ACTIONS(781),
[anon_sym_LF] = ACTIONS(779),
[anon_sym_AMP] = ACTIONS(781),
},
[2322] = {
[sym__simple_heredoc_body] = ACTIONS(783),
[sym__heredoc_body_beginning] = ACTIONS(783),
[sym_file_descriptor] = ACTIONS(783),
[sym__concat] = ACTIONS(783),
[anon_sym_SEMI] = ACTIONS(785),
[anon_sym_esac] = ACTIONS(785),
[anon_sym_PIPE] = ACTIONS(785),
[anon_sym_SEMI_SEMI] = ACTIONS(783),
[anon_sym_PIPE_AMP] = ACTIONS(783),
[anon_sym_AMP_AMP] = ACTIONS(783),
[anon_sym_PIPE_PIPE] = ACTIONS(783),
[anon_sym_LT] = ACTIONS(785),
[anon_sym_GT] = ACTIONS(785),
[anon_sym_GT_GT] = ACTIONS(783),
[anon_sym_AMP_GT] = ACTIONS(785),
[anon_sym_AMP_GT_GT] = ACTIONS(783),
[anon_sym_LT_AMP] = ACTIONS(783),
[anon_sym_GT_AMP] = ACTIONS(783),
[anon_sym_LT_LT] = ACTIONS(785),
[anon_sym_LT_LT_DASH] = ACTIONS(783),
[anon_sym_LT_LT_LT] = ACTIONS(783),
[sym__special_characters] = ACTIONS(783),
[anon_sym_DQUOTE] = ACTIONS(783),
[anon_sym_DOLLAR] = ACTIONS(785),
[sym_raw_string] = ACTIONS(783),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(783),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(783),
[anon_sym_BQUOTE] = ACTIONS(783),
[anon_sym_LT_LPAREN] = ACTIONS(783),
[anon_sym_GT_LPAREN] = ACTIONS(783),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(785),
[sym_word] = ACTIONS(785),
[anon_sym_LF] = ACTIONS(783),
[anon_sym_AMP] = ACTIONS(785),
},
[2323] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(5673),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[2324] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(455),
[anon_sym_DQUOTE] = ACTIONS(5673),
[anon_sym_DOLLAR] = ACTIONS(5675),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[2325] = {
[sym__simple_heredoc_body] = ACTIONS(817),
[sym__heredoc_body_beginning] = ACTIONS(817),
[sym_file_descriptor] = ACTIONS(817),
[sym__concat] = ACTIONS(817),
[anon_sym_SEMI] = ACTIONS(819),
[anon_sym_esac] = ACTIONS(819),
[anon_sym_PIPE] = ACTIONS(819),
[anon_sym_SEMI_SEMI] = ACTIONS(817),
[anon_sym_PIPE_AMP] = ACTIONS(817),
[anon_sym_AMP_AMP] = ACTIONS(817),
[anon_sym_PIPE_PIPE] = ACTIONS(817),
[anon_sym_LT] = ACTIONS(819),
[anon_sym_GT] = ACTIONS(819),
[anon_sym_GT_GT] = ACTIONS(817),
[anon_sym_AMP_GT] = ACTIONS(819),
[anon_sym_AMP_GT_GT] = ACTIONS(817),
[anon_sym_LT_AMP] = ACTIONS(817),
[anon_sym_GT_AMP] = ACTIONS(817),
[anon_sym_LT_LT] = ACTIONS(819),
[anon_sym_LT_LT_DASH] = ACTIONS(817),
[anon_sym_LT_LT_LT] = ACTIONS(817),
[sym__special_characters] = ACTIONS(817),
[anon_sym_DQUOTE] = ACTIONS(817),
[anon_sym_DOLLAR] = ACTIONS(819),
[sym_raw_string] = ACTIONS(817),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(817),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(817),
[anon_sym_BQUOTE] = ACTIONS(817),
[anon_sym_LT_LPAREN] = ACTIONS(817),
[anon_sym_GT_LPAREN] = ACTIONS(817),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(819),
[sym_word] = ACTIONS(819),
[anon_sym_LF] = ACTIONS(817),
[anon_sym_AMP] = ACTIONS(819),
},
[2326] = {
[sym__simple_heredoc_body] = ACTIONS(821),
[sym__heredoc_body_beginning] = ACTIONS(821),
[sym_file_descriptor] = ACTIONS(821),
[sym__concat] = ACTIONS(821),
[anon_sym_SEMI] = ACTIONS(823),
[anon_sym_esac] = ACTIONS(823),
[anon_sym_PIPE] = ACTIONS(823),
[anon_sym_SEMI_SEMI] = ACTIONS(821),
[anon_sym_PIPE_AMP] = ACTIONS(821),
[anon_sym_AMP_AMP] = ACTIONS(821),
[anon_sym_PIPE_PIPE] = ACTIONS(821),
[anon_sym_LT] = ACTIONS(823),
[anon_sym_GT] = ACTIONS(823),
[anon_sym_GT_GT] = ACTIONS(821),
[anon_sym_AMP_GT] = ACTIONS(823),
[anon_sym_AMP_GT_GT] = ACTIONS(821),
[anon_sym_LT_AMP] = ACTIONS(821),
[anon_sym_GT_AMP] = ACTIONS(821),
[anon_sym_LT_LT] = ACTIONS(823),
[anon_sym_LT_LT_DASH] = ACTIONS(821),
[anon_sym_LT_LT_LT] = ACTIONS(821),
[sym__special_characters] = ACTIONS(821),
[anon_sym_DQUOTE] = ACTIONS(821),
[anon_sym_DOLLAR] = ACTIONS(823),
[sym_raw_string] = ACTIONS(821),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(821),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(821),
[anon_sym_BQUOTE] = ACTIONS(821),
[anon_sym_LT_LPAREN] = ACTIONS(821),
[anon_sym_GT_LPAREN] = ACTIONS(821),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(823),
[sym_word] = ACTIONS(823),
[anon_sym_LF] = ACTIONS(821),
[anon_sym_AMP] = ACTIONS(823),
},
[2327] = {
[sym__simple_heredoc_body] = ACTIONS(825),
[sym__heredoc_body_beginning] = ACTIONS(825),
[sym_file_descriptor] = ACTIONS(825),
[sym__concat] = ACTIONS(825),
[anon_sym_SEMI] = ACTIONS(827),
[anon_sym_esac] = ACTIONS(827),
[anon_sym_PIPE] = ACTIONS(827),
[anon_sym_SEMI_SEMI] = ACTIONS(825),
[anon_sym_PIPE_AMP] = ACTIONS(825),
[anon_sym_AMP_AMP] = ACTIONS(825),
[anon_sym_PIPE_PIPE] = ACTIONS(825),
[anon_sym_LT] = ACTIONS(827),
[anon_sym_GT] = ACTIONS(827),
[anon_sym_GT_GT] = ACTIONS(825),
[anon_sym_AMP_GT] = ACTIONS(827),
[anon_sym_AMP_GT_GT] = ACTIONS(825),
[anon_sym_LT_AMP] = ACTIONS(825),
[anon_sym_GT_AMP] = ACTIONS(825),
[anon_sym_LT_LT] = ACTIONS(827),
[anon_sym_LT_LT_DASH] = ACTIONS(825),
[anon_sym_LT_LT_LT] = ACTIONS(825),
[sym__special_characters] = ACTIONS(825),
[anon_sym_DQUOTE] = ACTIONS(825),
[anon_sym_DOLLAR] = ACTIONS(827),
[sym_raw_string] = ACTIONS(825),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(825),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(825),
[anon_sym_BQUOTE] = ACTIONS(825),
[anon_sym_LT_LPAREN] = ACTIONS(825),
[anon_sym_GT_LPAREN] = ACTIONS(825),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(827),
[sym_word] = ACTIONS(827),
[anon_sym_LF] = ACTIONS(825),
[anon_sym_AMP] = ACTIONS(827),
},
[2328] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(5677),
[sym_comment] = ACTIONS(57),
},
[2329] = {
[sym_subscript] = STATE(2491),
[sym_variable_name] = ACTIONS(5679),
[anon_sym_DASH] = ACTIONS(5681),
[anon_sym_DOLLAR] = ACTIONS(5681),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5683),
[anon_sym_STAR] = ACTIONS(5685),
[anon_sym_AT] = ACTIONS(5685),
[anon_sym_QMARK] = ACTIONS(5685),
[anon_sym_0] = ACTIONS(5683),
[anon_sym__] = ACTIONS(5683),
},
[2330] = {
[sym_concatenation] = STATE(2494),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2494),
[anon_sym_RBRACE] = ACTIONS(5687),
[anon_sym_EQ] = ACTIONS(5689),
[anon_sym_DASH] = ACTIONS(5689),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(5691),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(5693),
[anon_sym_COLON] = ACTIONS(5689),
[anon_sym_COLON_QMARK] = ACTIONS(5689),
[anon_sym_COLON_DASH] = ACTIONS(5689),
[anon_sym_PERCENT] = ACTIONS(5689),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2331] = {
[sym_concatenation] = STATE(2497),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2497),
[anon_sym_RBRACE] = ACTIONS(5695),
[anon_sym_EQ] = ACTIONS(5697),
[anon_sym_DASH] = ACTIONS(5697),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(5699),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(5701),
[anon_sym_COLON] = ACTIONS(5697),
[anon_sym_COLON_QMARK] = ACTIONS(5697),
[anon_sym_COLON_DASH] = ACTIONS(5697),
[anon_sym_PERCENT] = ACTIONS(5697),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2332] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2500),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(5703),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(5705),
[anon_sym_SEMI_SEMI] = ACTIONS(5707),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5707),
[anon_sym_AMP] = ACTIONS(5703),
},
[2333] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2500),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(5703),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(5705),
[anon_sym_SEMI_SEMI] = ACTIONS(5707),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(5707),
[anon_sym_AMP] = ACTIONS(5703),
},
[2334] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(2501),
[sym_for_statement] = STATE(2501),
[sym_c_style_for_statement] = STATE(2501),
[sym_while_statement] = STATE(2501),
[sym_if_statement] = STATE(2501),
[sym_case_statement] = STATE(2501),
[sym_function_definition] = STATE(2501),
[sym_compound_statement] = STATE(2501),
[sym_subshell] = STATE(2501),
[sym_pipeline] = STATE(2501),
[sym_list] = STATE(2501),
[sym_negated_command] = STATE(2501),
[sym_test_command] = STATE(2501),
[sym_declaration_command] = STATE(2501),
[sym_unset_command] = STATE(2501),
[sym_command] = STATE(2501),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(2502),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[2335] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(2504),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(5709),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(5711),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(5705),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5711),
[anon_sym_AMP] = ACTIONS(5709),
},
[2336] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(2504),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(5709),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(5711),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(5705),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(5711),
[anon_sym_AMP] = ACTIONS(5709),
},
[2337] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(2505),
[sym_for_statement] = STATE(2505),
[sym_c_style_for_statement] = STATE(2505),
[sym_while_statement] = STATE(2505),
[sym_if_statement] = STATE(2505),
[sym_case_statement] = STATE(2505),
[sym_function_definition] = STATE(2505),
[sym_compound_statement] = STATE(2505),
[sym_subshell] = STATE(2505),
[sym_pipeline] = STATE(2505),
[sym_list] = STATE(2505),
[sym_negated_command] = STATE(2505),
[sym_test_command] = STATE(2505),
[sym_declaration_command] = STATE(2505),
[sym_unset_command] = STATE(2505),
[sym_command] = STATE(2505),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(2506),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[2338] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2509),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(5713),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(5715),
[anon_sym_SEMI_SEMI] = ACTIONS(5717),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5717),
[anon_sym_AMP] = ACTIONS(5713),
},
[2339] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2509),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(5713),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(5715),
[anon_sym_SEMI_SEMI] = ACTIONS(5717),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(5717),
[anon_sym_AMP] = ACTIONS(5713),
},
[2340] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(2510),
[sym_for_statement] = STATE(2510),
[sym_c_style_for_statement] = STATE(2510),
[sym_while_statement] = STATE(2510),
[sym_if_statement] = STATE(2510),
[sym_case_statement] = STATE(2510),
[sym_function_definition] = STATE(2510),
[sym_compound_statement] = STATE(2510),
[sym_subshell] = STATE(2510),
[sym_pipeline] = STATE(2510),
[sym_list] = STATE(2510),
[sym_negated_command] = STATE(2510),
[sym_test_command] = STATE(2510),
[sym_declaration_command] = STATE(2510),
[sym_unset_command] = STATE(2510),
[sym_command] = STATE(2510),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(2511),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[2341] = {
[sym_concatenation] = STATE(2341),
[sym_string] = STATE(2162),
[sym_simple_expansion] = STATE(2162),
[sym_string_expansion] = STATE(2162),
[sym_expansion] = STATE(2162),
[sym_command_substitution] = STATE(2162),
[sym_process_substitution] = STATE(2162),
[aux_sym_unset_command_repeat1] = STATE(2341),
[sym__simple_heredoc_body] = ACTIONS(1648),
[sym__heredoc_body_beginning] = ACTIONS(1648),
[sym_file_descriptor] = ACTIONS(1648),
[anon_sym_SEMI] = ACTIONS(1650),
[anon_sym_esac] = ACTIONS(1650),
[anon_sym_PIPE] = ACTIONS(1650),
[anon_sym_SEMI_SEMI] = ACTIONS(1648),
[anon_sym_PIPE_AMP] = ACTIONS(1648),
[anon_sym_AMP_AMP] = ACTIONS(1648),
[anon_sym_PIPE_PIPE] = ACTIONS(1648),
[anon_sym_LT] = ACTIONS(1650),
[anon_sym_GT] = ACTIONS(1650),
[anon_sym_GT_GT] = ACTIONS(1648),
[anon_sym_AMP_GT] = ACTIONS(1650),
[anon_sym_AMP_GT_GT] = ACTIONS(1648),
[anon_sym_LT_AMP] = ACTIONS(1648),
[anon_sym_GT_AMP] = ACTIONS(1648),
[anon_sym_LT_LT] = ACTIONS(1650),
[anon_sym_LT_LT_DASH] = ACTIONS(1648),
[anon_sym_LT_LT_LT] = ACTIONS(1648),
[sym__special_characters] = ACTIONS(5719),
[anon_sym_DQUOTE] = ACTIONS(5722),
[anon_sym_DOLLAR] = ACTIONS(5725),
[sym_raw_string] = ACTIONS(5728),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5731),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5734),
[anon_sym_BQUOTE] = ACTIONS(5737),
[anon_sym_LT_LPAREN] = ACTIONS(5740),
[anon_sym_GT_LPAREN] = ACTIONS(5740),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5743),
[sym_word] = ACTIONS(5746),
[anon_sym_LF] = ACTIONS(1648),
[anon_sym_AMP] = ACTIONS(1650),
},
[2342] = {
[sym__simple_heredoc_body] = ACTIONS(1730),
[sym__heredoc_body_beginning] = ACTIONS(1730),
[sym_file_descriptor] = ACTIONS(1730),
[sym__concat] = ACTIONS(1730),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_esac] = ACTIONS(1732),
[anon_sym_PIPE] = ACTIONS(1732),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[anon_sym_PIPE_AMP] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_EQ_TILDE] = ACTIONS(1732),
[anon_sym_EQ_EQ] = ACTIONS(1732),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_GT_GT] = ACTIONS(1730),
[anon_sym_AMP_GT] = ACTIONS(1732),
[anon_sym_AMP_GT_GT] = ACTIONS(1730),
[anon_sym_LT_AMP] = ACTIONS(1730),
[anon_sym_GT_AMP] = ACTIONS(1730),
[anon_sym_LT_LT] = ACTIONS(1732),
[anon_sym_LT_LT_DASH] = ACTIONS(1730),
[anon_sym_LT_LT_LT] = ACTIONS(1730),
[sym__special_characters] = ACTIONS(1730),
[anon_sym_DQUOTE] = ACTIONS(1730),
[anon_sym_DOLLAR] = ACTIONS(1732),
[sym_raw_string] = ACTIONS(1730),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1730),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[anon_sym_LT_LPAREN] = ACTIONS(1730),
[anon_sym_GT_LPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1732),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1732),
},
[2343] = {
[aux_sym_concatenation_repeat1] = STATE(2343),
[sym__simple_heredoc_body] = ACTIONS(1730),
[sym__heredoc_body_beginning] = ACTIONS(1730),
[sym_file_descriptor] = ACTIONS(1730),
[sym__concat] = ACTIONS(5749),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_esac] = ACTIONS(1732),
[anon_sym_PIPE] = ACTIONS(1732),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[anon_sym_PIPE_AMP] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_EQ_TILDE] = ACTIONS(1732),
[anon_sym_EQ_EQ] = ACTIONS(1732),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_GT_GT] = ACTIONS(1730),
[anon_sym_AMP_GT] = ACTIONS(1732),
[anon_sym_AMP_GT_GT] = ACTIONS(1730),
[anon_sym_LT_AMP] = ACTIONS(1730),
[anon_sym_GT_AMP] = ACTIONS(1730),
[anon_sym_LT_LT] = ACTIONS(1732),
[anon_sym_LT_LT_DASH] = ACTIONS(1730),
[anon_sym_LT_LT_LT] = ACTIONS(1730),
[sym__special_characters] = ACTIONS(1730),
[anon_sym_DQUOTE] = ACTIONS(1730),
[anon_sym_DOLLAR] = ACTIONS(1732),
[sym_raw_string] = ACTIONS(1730),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1730),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[anon_sym_LT_LPAREN] = ACTIONS(1730),
[anon_sym_GT_LPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1732),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1732),
},
[2344] = {
[sym__simple_heredoc_body] = ACTIONS(1737),
[sym__heredoc_body_beginning] = ACTIONS(1737),
[sym_file_descriptor] = ACTIONS(1737),
[sym__concat] = ACTIONS(1737),
[anon_sym_SEMI] = ACTIONS(1739),
[anon_sym_esac] = ACTIONS(1739),
[anon_sym_PIPE] = ACTIONS(1739),
[anon_sym_SEMI_SEMI] = ACTIONS(1737),
[anon_sym_PIPE_AMP] = ACTIONS(1737),
[anon_sym_AMP_AMP] = ACTIONS(1737),
[anon_sym_PIPE_PIPE] = ACTIONS(1737),
[anon_sym_EQ_TILDE] = ACTIONS(1739),
[anon_sym_EQ_EQ] = ACTIONS(1739),
[anon_sym_LT] = ACTIONS(1739),
[anon_sym_GT] = ACTIONS(1739),
[anon_sym_GT_GT] = ACTIONS(1737),
[anon_sym_AMP_GT] = ACTIONS(1739),
[anon_sym_AMP_GT_GT] = ACTIONS(1737),
[anon_sym_LT_AMP] = ACTIONS(1737),
[anon_sym_GT_AMP] = ACTIONS(1737),
[anon_sym_LT_LT] = ACTIONS(1739),
[anon_sym_LT_LT_DASH] = ACTIONS(1737),
[anon_sym_LT_LT_LT] = ACTIONS(1737),
[sym__special_characters] = ACTIONS(1737),
[anon_sym_DQUOTE] = ACTIONS(1737),
[anon_sym_DOLLAR] = ACTIONS(1739),
[sym_raw_string] = ACTIONS(1737),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1737),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1737),
[anon_sym_BQUOTE] = ACTIONS(1737),
[anon_sym_LT_LPAREN] = ACTIONS(1737),
[anon_sym_GT_LPAREN] = ACTIONS(1737),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1739),
[anon_sym_LF] = ACTIONS(1737),
[anon_sym_AMP] = ACTIONS(1739),
},
[2345] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(5752),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[2346] = {
[sym_concatenation] = STATE(2516),
[sym_string] = STATE(2515),
[sym_simple_expansion] = STATE(2515),
[sym_string_expansion] = STATE(2515),
[sym_expansion] = STATE(2515),
[sym_command_substitution] = STATE(2515),
[sym_process_substitution] = STATE(2515),
[anon_sym_RBRACE] = ACTIONS(5754),
[sym__special_characters] = ACTIONS(5756),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(5758),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5758),
},
[2347] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(5760),
[sym_comment] = ACTIONS(57),
},
[2348] = {
[sym_concatenation] = STATE(2520),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2520),
[anon_sym_RBRACE] = ACTIONS(5762),
[anon_sym_EQ] = ACTIONS(5764),
[anon_sym_DASH] = ACTIONS(5764),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(5766),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(5768),
[anon_sym_COLON] = ACTIONS(5764),
[anon_sym_COLON_QMARK] = ACTIONS(5764),
[anon_sym_COLON_DASH] = ACTIONS(5764),
[anon_sym_PERCENT] = ACTIONS(5764),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2349] = {
[sym_concatenation] = STATE(2522),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2522),
[anon_sym_RBRACE] = ACTIONS(5754),
[anon_sym_EQ] = ACTIONS(5770),
[anon_sym_DASH] = ACTIONS(5770),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(5772),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(5774),
[anon_sym_COLON] = ACTIONS(5770),
[anon_sym_COLON_QMARK] = ACTIONS(5770),
[anon_sym_COLON_DASH] = ACTIONS(5770),
[anon_sym_PERCENT] = ACTIONS(5770),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2350] = {
[sym__simple_heredoc_body] = ACTIONS(1838),
[sym__heredoc_body_beginning] = ACTIONS(1838),
[sym_file_descriptor] = ACTIONS(1838),
[sym__concat] = ACTIONS(1838),
[anon_sym_SEMI] = ACTIONS(1840),
[anon_sym_esac] = ACTIONS(1840),
[anon_sym_PIPE] = ACTIONS(1840),
[anon_sym_SEMI_SEMI] = ACTIONS(1838),
[anon_sym_PIPE_AMP] = ACTIONS(1838),
[anon_sym_AMP_AMP] = ACTIONS(1838),
[anon_sym_PIPE_PIPE] = ACTIONS(1838),
[anon_sym_EQ_TILDE] = ACTIONS(1840),
[anon_sym_EQ_EQ] = ACTIONS(1840),
[anon_sym_LT] = ACTIONS(1840),
[anon_sym_GT] = ACTIONS(1840),
[anon_sym_GT_GT] = ACTIONS(1838),
[anon_sym_AMP_GT] = ACTIONS(1840),
[anon_sym_AMP_GT_GT] = ACTIONS(1838),
[anon_sym_LT_AMP] = ACTIONS(1838),
[anon_sym_GT_AMP] = ACTIONS(1838),
[anon_sym_LT_LT] = ACTIONS(1840),
[anon_sym_LT_LT_DASH] = ACTIONS(1838),
[anon_sym_LT_LT_LT] = ACTIONS(1838),
[sym__special_characters] = ACTIONS(1838),
[anon_sym_DQUOTE] = ACTIONS(1838),
[anon_sym_DOLLAR] = ACTIONS(1840),
[sym_raw_string] = ACTIONS(1838),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1838),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1838),
[anon_sym_BQUOTE] = ACTIONS(1838),
[anon_sym_LT_LPAREN] = ACTIONS(1838),
[anon_sym_GT_LPAREN] = ACTIONS(1838),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1840),
[anon_sym_LF] = ACTIONS(1838),
[anon_sym_AMP] = ACTIONS(1840),
},
[2351] = {
[sym_concatenation] = STATE(2525),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2525),
[sym_regex] = ACTIONS(5776),
[anon_sym_RBRACE] = ACTIONS(5778),
[anon_sym_EQ] = ACTIONS(5780),
[anon_sym_DASH] = ACTIONS(5780),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(5782),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(5780),
[anon_sym_COLON_QMARK] = ACTIONS(5780),
[anon_sym_COLON_DASH] = ACTIONS(5780),
[anon_sym_PERCENT] = ACTIONS(5780),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2352] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5778),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2353] = {
[sym__simple_heredoc_body] = ACTIONS(1886),
[sym__heredoc_body_beginning] = ACTIONS(1886),
[sym_file_descriptor] = ACTIONS(1886),
[sym__concat] = ACTIONS(1886),
[anon_sym_SEMI] = ACTIONS(1888),
[anon_sym_esac] = ACTIONS(1888),
[anon_sym_PIPE] = ACTIONS(1888),
[anon_sym_SEMI_SEMI] = ACTIONS(1886),
[anon_sym_PIPE_AMP] = ACTIONS(1886),
[anon_sym_AMP_AMP] = ACTIONS(1886),
[anon_sym_PIPE_PIPE] = ACTIONS(1886),
[anon_sym_EQ_TILDE] = ACTIONS(1888),
[anon_sym_EQ_EQ] = ACTIONS(1888),
[anon_sym_LT] = ACTIONS(1888),
[anon_sym_GT] = ACTIONS(1888),
[anon_sym_GT_GT] = ACTIONS(1886),
[anon_sym_AMP_GT] = ACTIONS(1888),
[anon_sym_AMP_GT_GT] = ACTIONS(1886),
[anon_sym_LT_AMP] = ACTIONS(1886),
[anon_sym_GT_AMP] = ACTIONS(1886),
[anon_sym_LT_LT] = ACTIONS(1888),
[anon_sym_LT_LT_DASH] = ACTIONS(1886),
[anon_sym_LT_LT_LT] = ACTIONS(1886),
[sym__special_characters] = ACTIONS(1886),
[anon_sym_DQUOTE] = ACTIONS(1886),
[anon_sym_DOLLAR] = ACTIONS(1888),
[sym_raw_string] = ACTIONS(1886),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1886),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1886),
[anon_sym_BQUOTE] = ACTIONS(1886),
[anon_sym_LT_LPAREN] = ACTIONS(1886),
[anon_sym_GT_LPAREN] = ACTIONS(1886),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1888),
[anon_sym_LF] = ACTIONS(1886),
[anon_sym_AMP] = ACTIONS(1888),
},
[2354] = {
[sym_concatenation] = STATE(2522),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2522),
[sym_regex] = ACTIONS(5784),
[anon_sym_RBRACE] = ACTIONS(5754),
[anon_sym_EQ] = ACTIONS(5770),
[anon_sym_DASH] = ACTIONS(5770),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(5772),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(5770),
[anon_sym_COLON_QMARK] = ACTIONS(5770),
[anon_sym_COLON_DASH] = ACTIONS(5770),
[anon_sym_PERCENT] = ACTIONS(5770),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2355] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5754),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2356] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(5786),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2357] = {
[sym__simple_heredoc_body] = ACTIONS(1894),
[sym__heredoc_body_beginning] = ACTIONS(1894),
[sym_file_descriptor] = ACTIONS(1894),
[sym__concat] = ACTIONS(1894),
[anon_sym_SEMI] = ACTIONS(1896),
[anon_sym_esac] = ACTIONS(1896),
[anon_sym_PIPE] = ACTIONS(1896),
[anon_sym_SEMI_SEMI] = ACTIONS(1894),
[anon_sym_PIPE_AMP] = ACTIONS(1894),
[anon_sym_AMP_AMP] = ACTIONS(1894),
[anon_sym_PIPE_PIPE] = ACTIONS(1894),
[anon_sym_EQ_TILDE] = ACTIONS(1896),
[anon_sym_EQ_EQ] = ACTIONS(1896),
[anon_sym_LT] = ACTIONS(1896),
[anon_sym_GT] = ACTIONS(1896),
[anon_sym_GT_GT] = ACTIONS(1894),
[anon_sym_AMP_GT] = ACTIONS(1896),
[anon_sym_AMP_GT_GT] = ACTIONS(1894),
[anon_sym_LT_AMP] = ACTIONS(1894),
[anon_sym_GT_AMP] = ACTIONS(1894),
[anon_sym_LT_LT] = ACTIONS(1896),
[anon_sym_LT_LT_DASH] = ACTIONS(1894),
[anon_sym_LT_LT_LT] = ACTIONS(1894),
[sym__special_characters] = ACTIONS(1894),
[anon_sym_DQUOTE] = ACTIONS(1894),
[anon_sym_DOLLAR] = ACTIONS(1896),
[sym_raw_string] = ACTIONS(1894),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1894),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1894),
[anon_sym_BQUOTE] = ACTIONS(1894),
[anon_sym_LT_LPAREN] = ACTIONS(1894),
[anon_sym_GT_LPAREN] = ACTIONS(1894),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1896),
[anon_sym_LF] = ACTIONS(1894),
[anon_sym_AMP] = ACTIONS(1896),
},
[2358] = {
[anon_sym_SEMI] = ACTIONS(5788),
[anon_sym_RPAREN] = ACTIONS(5786),
[anon_sym_SEMI_SEMI] = ACTIONS(5790),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5790),
[anon_sym_AMP] = ACTIONS(5790),
},
[2359] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2530),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(5792),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(5786),
[anon_sym_SEMI_SEMI] = ACTIONS(5794),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5794),
[anon_sym_AMP] = ACTIONS(5792),
},
[2360] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2530),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(5792),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(5786),
[anon_sym_SEMI_SEMI] = ACTIONS(5794),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(5794),
[anon_sym_AMP] = ACTIONS(5792),
},
[2361] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(5786),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2362] = {
[anon_sym_SEMI] = ACTIONS(5796),
[anon_sym_SEMI_SEMI] = ACTIONS(5798),
[anon_sym_BQUOTE] = ACTIONS(5786),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5798),
[anon_sym_AMP] = ACTIONS(5798),
},
[2363] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(2533),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(5800),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(5802),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(5786),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5802),
[anon_sym_AMP] = ACTIONS(5800),
},
[2364] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(2533),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(5800),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(5802),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(5786),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(5802),
[anon_sym_AMP] = ACTIONS(5800),
},
[2365] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(5804),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2366] = {
[sym__simple_heredoc_body] = ACTIONS(1928),
[sym__heredoc_body_beginning] = ACTIONS(1928),
[sym_file_descriptor] = ACTIONS(1928),
[sym__concat] = ACTIONS(1928),
[anon_sym_SEMI] = ACTIONS(1930),
[anon_sym_esac] = ACTIONS(1930),
[anon_sym_PIPE] = ACTIONS(1930),
[anon_sym_SEMI_SEMI] = ACTIONS(1928),
[anon_sym_PIPE_AMP] = ACTIONS(1928),
[anon_sym_AMP_AMP] = ACTIONS(1928),
[anon_sym_PIPE_PIPE] = ACTIONS(1928),
[anon_sym_EQ_TILDE] = ACTIONS(1930),
[anon_sym_EQ_EQ] = ACTIONS(1930),
[anon_sym_LT] = ACTIONS(1930),
[anon_sym_GT] = ACTIONS(1930),
[anon_sym_GT_GT] = ACTIONS(1928),
[anon_sym_AMP_GT] = ACTIONS(1930),
[anon_sym_AMP_GT_GT] = ACTIONS(1928),
[anon_sym_LT_AMP] = ACTIONS(1928),
[anon_sym_GT_AMP] = ACTIONS(1928),
[anon_sym_LT_LT] = ACTIONS(1930),
[anon_sym_LT_LT_DASH] = ACTIONS(1928),
[anon_sym_LT_LT_LT] = ACTIONS(1928),
[sym__special_characters] = ACTIONS(1928),
[anon_sym_DQUOTE] = ACTIONS(1928),
[anon_sym_DOLLAR] = ACTIONS(1930),
[sym_raw_string] = ACTIONS(1928),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1928),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1928),
[anon_sym_BQUOTE] = ACTIONS(1928),
[anon_sym_LT_LPAREN] = ACTIONS(1928),
[anon_sym_GT_LPAREN] = ACTIONS(1928),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1930),
[anon_sym_LF] = ACTIONS(1928),
[anon_sym_AMP] = ACTIONS(1930),
},
[2367] = {
[anon_sym_SEMI] = ACTIONS(5806),
[anon_sym_RPAREN] = ACTIONS(5804),
[anon_sym_SEMI_SEMI] = ACTIONS(5808),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5808),
[anon_sym_AMP] = ACTIONS(5808),
},
[2368] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2537),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(5810),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(5804),
[anon_sym_SEMI_SEMI] = ACTIONS(5812),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5812),
[anon_sym_AMP] = ACTIONS(5810),
},
[2369] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2537),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(5810),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(5804),
[anon_sym_SEMI_SEMI] = ACTIONS(5812),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(5812),
[anon_sym_AMP] = ACTIONS(5810),
},
[2370] = {
[sym_concatenation] = STATE(983),
[sym_string] = STATE(2539),
[sym_simple_expansion] = STATE(2539),
[sym_string_expansion] = STATE(2539),
[sym_expansion] = STATE(2539),
[sym_command_substitution] = STATE(2539),
[sym_process_substitution] = STATE(2539),
[sym__special_characters] = ACTIONS(5814),
[anon_sym_DQUOTE] = ACTIONS(5454),
[anon_sym_DOLLAR] = ACTIONS(5456),
[sym_raw_string] = ACTIONS(5816),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5460),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5462),
[anon_sym_BQUOTE] = ACTIONS(5464),
[anon_sym_LT_LPAREN] = ACTIONS(5466),
[anon_sym_GT_LPAREN] = ACTIONS(5466),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5816),
},
[2371] = {
[sym_file_redirect] = STATE(2197),
[sym_heredoc_redirect] = STATE(2197),
[sym_herestring_redirect] = STATE(2197),
[aux_sym_redirected_statement_repeat1] = STATE(2197),
[sym__simple_heredoc_body] = ACTIONS(1968),
[sym__heredoc_body_beginning] = ACTIONS(1968),
[sym_file_descriptor] = ACTIONS(1968),
[anon_sym_SEMI] = ACTIONS(1970),
[anon_sym_esac] = ACTIONS(1968),
[anon_sym_PIPE] = ACTIONS(1970),
[anon_sym_SEMI_SEMI] = ACTIONS(1968),
[anon_sym_PIPE_AMP] = ACTIONS(1968),
[anon_sym_AMP_AMP] = ACTIONS(1968),
[anon_sym_PIPE_PIPE] = ACTIONS(1968),
[anon_sym_LT] = ACTIONS(1970),
[anon_sym_GT] = ACTIONS(1970),
[anon_sym_GT_GT] = ACTIONS(1968),
[anon_sym_AMP_GT] = ACTIONS(1970),
[anon_sym_AMP_GT_GT] = ACTIONS(1968),
[anon_sym_LT_AMP] = ACTIONS(1968),
[anon_sym_GT_AMP] = ACTIONS(1968),
[anon_sym_LT_LT] = ACTIONS(1970),
[anon_sym_LT_LT_DASH] = ACTIONS(1968),
[anon_sym_LT_LT_LT] = ACTIONS(1968),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1968),
[anon_sym_AMP] = ACTIONS(1970),
},
[2372] = {
[sym_file_redirect] = STATE(2197),
[sym_heredoc_redirect] = STATE(2197),
[sym_herestring_redirect] = STATE(2197),
[aux_sym_redirected_statement_repeat1] = STATE(2197),
[sym__simple_heredoc_body] = ACTIONS(1968),
[sym__heredoc_body_beginning] = ACTIONS(1968),
[sym_file_descriptor] = ACTIONS(1968),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(1970),
[anon_sym_esac] = ACTIONS(1970),
[anon_sym_PIPE] = ACTIONS(1970),
[anon_sym_SEMI_SEMI] = ACTIONS(1968),
[anon_sym_PIPE_AMP] = ACTIONS(1968),
[anon_sym_AMP_AMP] = ACTIONS(1968),
[anon_sym_PIPE_PIPE] = ACTIONS(1968),
[anon_sym_LT] = ACTIONS(1970),
[anon_sym_GT] = ACTIONS(1970),
[anon_sym_GT_GT] = ACTIONS(1968),
[anon_sym_AMP_GT] = ACTIONS(1970),
[anon_sym_AMP_GT_GT] = ACTIONS(1968),
[anon_sym_LT_AMP] = ACTIONS(1968),
[anon_sym_GT_AMP] = ACTIONS(1968),
[anon_sym_LT_LT] = ACTIONS(1970),
[anon_sym_LT_LT_DASH] = ACTIONS(1968),
[anon_sym_LT_LT_LT] = ACTIONS(1968),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1968),
[anon_sym_AMP] = ACTIONS(1970),
},
[2373] = {
[sym_file_redirect] = STATE(2197),
[sym_heredoc_redirect] = STATE(2197),
[sym_herestring_redirect] = STATE(2197),
[aux_sym_redirected_statement_repeat1] = STATE(2197),
[sym__simple_heredoc_body] = ACTIONS(1972),
[sym__heredoc_body_beginning] = ACTIONS(1972),
[sym_file_descriptor] = ACTIONS(1972),
[anon_sym_SEMI] = ACTIONS(1974),
[anon_sym_esac] = ACTIONS(1972),
[anon_sym_PIPE] = ACTIONS(5085),
[anon_sym_SEMI_SEMI] = ACTIONS(1972),
[anon_sym_PIPE_AMP] = ACTIONS(5089),
[anon_sym_AMP_AMP] = ACTIONS(1972),
[anon_sym_PIPE_PIPE] = ACTIONS(1972),
[anon_sym_LT] = ACTIONS(1974),
[anon_sym_GT] = ACTIONS(1974),
[anon_sym_GT_GT] = ACTIONS(1972),
[anon_sym_AMP_GT] = ACTIONS(1974),
[anon_sym_AMP_GT_GT] = ACTIONS(1972),
[anon_sym_LT_AMP] = ACTIONS(1972),
[anon_sym_GT_AMP] = ACTIONS(1972),
[anon_sym_LT_LT] = ACTIONS(1974),
[anon_sym_LT_LT_DASH] = ACTIONS(1972),
[anon_sym_LT_LT_LT] = ACTIONS(1972),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1972),
[anon_sym_AMP] = ACTIONS(1974),
},
[2374] = {
[sym_file_redirect] = STATE(2197),
[sym_heredoc_redirect] = STATE(2197),
[sym_herestring_redirect] = STATE(2197),
[aux_sym_redirected_statement_repeat1] = STATE(2197),
[sym__simple_heredoc_body] = ACTIONS(1972),
[sym__heredoc_body_beginning] = ACTIONS(1972),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(1974),
[anon_sym_esac] = ACTIONS(1974),
[anon_sym_PIPE] = ACTIONS(5085),
[anon_sym_SEMI_SEMI] = ACTIONS(1972),
[anon_sym_PIPE_AMP] = ACTIONS(5089),
[anon_sym_AMP_AMP] = ACTIONS(1972),
[anon_sym_PIPE_PIPE] = ACTIONS(1972),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(1974),
[anon_sym_LT_LT_DASH] = ACTIONS(1972),
[anon_sym_LT_LT_LT] = ACTIONS(1972),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(1972),
[anon_sym_AMP] = ACTIONS(1974),
},
[2375] = {
[aux_sym_concatenation_repeat1] = STATE(2541),
[sym__simple_heredoc_body] = ACTIONS(745),
[sym__heredoc_body_beginning] = ACTIONS(745),
[sym_file_descriptor] = ACTIONS(745),
[sym__concat] = ACTIONS(5818),
[anon_sym_SEMI] = ACTIONS(749),
[anon_sym_esac] = ACTIONS(745),
[anon_sym_PIPE] = ACTIONS(749),
[anon_sym_SEMI_SEMI] = ACTIONS(745),
[anon_sym_PIPE_AMP] = ACTIONS(745),
[anon_sym_AMP_AMP] = ACTIONS(745),
[anon_sym_PIPE_PIPE] = ACTIONS(745),
[anon_sym_LT] = ACTIONS(749),
[anon_sym_GT] = ACTIONS(749),
[anon_sym_GT_GT] = ACTIONS(745),
[anon_sym_AMP_GT] = ACTIONS(749),
[anon_sym_AMP_GT_GT] = ACTIONS(745),
[anon_sym_LT_AMP] = ACTIONS(745),
[anon_sym_GT_AMP] = ACTIONS(745),
[anon_sym_LT_LT] = ACTIONS(749),
[anon_sym_LT_LT_DASH] = ACTIONS(745),
[anon_sym_LT_LT_LT] = ACTIONS(745),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(745),
[anon_sym_AMP] = ACTIONS(749),
},
[2376] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(2544),
[anon_sym_DQUOTE] = ACTIONS(5820),
[anon_sym_DOLLAR] = ACTIONS(5822),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[2377] = {
[sym_string] = STATE(2546),
[anon_sym_DASH] = ACTIONS(5824),
[anon_sym_DQUOTE] = ACTIONS(5454),
[anon_sym_DOLLAR] = ACTIONS(5824),
[sym_raw_string] = ACTIONS(5826),
[anon_sym_POUND] = ACTIONS(5824),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5828),
[anon_sym_STAR] = ACTIONS(5830),
[anon_sym_AT] = ACTIONS(5830),
[anon_sym_QMARK] = ACTIONS(5830),
[anon_sym_0] = ACTIONS(5828),
[anon_sym__] = ACTIONS(5828),
},
[2378] = {
[aux_sym_concatenation_repeat1] = STATE(2541),
[sym__simple_heredoc_body] = ACTIONS(763),
[sym__heredoc_body_beginning] = ACTIONS(763),
[sym_file_descriptor] = ACTIONS(763),
[sym__concat] = ACTIONS(5818),
[anon_sym_SEMI] = ACTIONS(765),
[anon_sym_esac] = ACTIONS(763),
[anon_sym_PIPE] = ACTIONS(765),
[anon_sym_SEMI_SEMI] = ACTIONS(763),
[anon_sym_PIPE_AMP] = ACTIONS(763),
[anon_sym_AMP_AMP] = ACTIONS(763),
[anon_sym_PIPE_PIPE] = ACTIONS(763),
[anon_sym_LT] = ACTIONS(765),
[anon_sym_GT] = ACTIONS(765),
[anon_sym_GT_GT] = ACTIONS(763),
[anon_sym_AMP_GT] = ACTIONS(765),
[anon_sym_AMP_GT_GT] = ACTIONS(763),
[anon_sym_LT_AMP] = ACTIONS(763),
[anon_sym_GT_AMP] = ACTIONS(763),
[anon_sym_LT_LT] = ACTIONS(765),
[anon_sym_LT_LT_DASH] = ACTIONS(763),
[anon_sym_LT_LT_LT] = ACTIONS(763),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(763),
[anon_sym_AMP] = ACTIONS(765),
},
[2379] = {
[sym_subscript] = STATE(2551),
[sym_variable_name] = ACTIONS(5832),
[anon_sym_BANG] = ACTIONS(5834),
[anon_sym_DASH] = ACTIONS(5836),
[anon_sym_DOLLAR] = ACTIONS(5836),
[anon_sym_POUND] = ACTIONS(5834),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5838),
[anon_sym_STAR] = ACTIONS(5840),
[anon_sym_AT] = ACTIONS(5840),
[anon_sym_QMARK] = ACTIONS(5840),
[anon_sym_0] = ACTIONS(5838),
[anon_sym__] = ACTIONS(5838),
},
[2380] = {
[sym__terminated_statement] = STATE(2554),
[sym_redirected_statement] = STATE(2552),
[sym_for_statement] = STATE(2552),
[sym_c_style_for_statement] = STATE(2552),
[sym_while_statement] = STATE(2552),
[sym_if_statement] = STATE(2552),
[sym_case_statement] = STATE(2552),
[sym_function_definition] = STATE(2552),
[sym_compound_statement] = STATE(2552),
[sym_subshell] = STATE(2552),
[sym_pipeline] = STATE(2552),
[sym_list] = STATE(2552),
[sym_negated_command] = STATE(2552),
[sym_test_command] = STATE(2552),
[sym_declaration_command] = STATE(2552),
[sym_unset_command] = STATE(2552),
[sym_command] = STATE(2552),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(2553),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(2554),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[2381] = {
[sym__terminated_statement] = STATE(2557),
[sym_redirected_statement] = STATE(2555),
[sym_for_statement] = STATE(2555),
[sym_c_style_for_statement] = STATE(2555),
[sym_while_statement] = STATE(2555),
[sym_if_statement] = STATE(2555),
[sym_case_statement] = STATE(2555),
[sym_function_definition] = STATE(2555),
[sym_compound_statement] = STATE(2555),
[sym_subshell] = STATE(2555),
[sym_pipeline] = STATE(2555),
[sym_list] = STATE(2555),
[sym_negated_command] = STATE(2555),
[sym_test_command] = STATE(2555),
[sym_declaration_command] = STATE(2555),
[sym_unset_command] = STATE(2555),
[sym_command] = STATE(2555),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(2556),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(2557),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[2382] = {
[sym__terminated_statement] = STATE(2560),
[sym_redirected_statement] = STATE(2558),
[sym_for_statement] = STATE(2558),
[sym_c_style_for_statement] = STATE(2558),
[sym_while_statement] = STATE(2558),
[sym_if_statement] = STATE(2558),
[sym_case_statement] = STATE(2558),
[sym_function_definition] = STATE(2558),
[sym_compound_statement] = STATE(2558),
[sym_subshell] = STATE(2558),
[sym_pipeline] = STATE(2558),
[sym_list] = STATE(2558),
[sym_negated_command] = STATE(2558),
[sym_test_command] = STATE(2558),
[sym_declaration_command] = STATE(2558),
[sym_unset_command] = STATE(2558),
[sym_command] = STATE(2558),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(2559),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(2560),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[2383] = {
[aux_sym_concatenation_repeat1] = STATE(2541),
[sym__simple_heredoc_body] = ACTIONS(1980),
[sym__heredoc_body_beginning] = ACTIONS(1980),
[sym_file_descriptor] = ACTIONS(1980),
[sym__concat] = ACTIONS(5818),
[anon_sym_SEMI] = ACTIONS(1982),
[anon_sym_esac] = ACTIONS(1980),
[anon_sym_PIPE] = ACTIONS(1982),
[anon_sym_SEMI_SEMI] = ACTIONS(1980),
[anon_sym_PIPE_AMP] = ACTIONS(1980),
[anon_sym_AMP_AMP] = ACTIONS(1980),
[anon_sym_PIPE_PIPE] = ACTIONS(1980),
[anon_sym_LT] = ACTIONS(1982),
[anon_sym_GT] = ACTIONS(1982),
[anon_sym_GT_GT] = ACTIONS(1980),
[anon_sym_AMP_GT] = ACTIONS(1982),
[anon_sym_AMP_GT_GT] = ACTIONS(1980),
[anon_sym_LT_AMP] = ACTIONS(1980),
[anon_sym_GT_AMP] = ACTIONS(1980),
[anon_sym_LT_LT] = ACTIONS(1982),
[anon_sym_LT_LT_DASH] = ACTIONS(1980),
[anon_sym_LT_LT_LT] = ACTIONS(1980),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1980),
[anon_sym_AMP] = ACTIONS(1982),
},
[2384] = {
[aux_sym_concatenation_repeat1] = STATE(2541),
[sym__simple_heredoc_body] = ACTIONS(1984),
[sym__heredoc_body_beginning] = ACTIONS(1984),
[sym_file_descriptor] = ACTIONS(1984),
[sym__concat] = ACTIONS(5818),
[anon_sym_SEMI] = ACTIONS(1986),
[anon_sym_esac] = ACTIONS(1984),
[anon_sym_PIPE] = ACTIONS(1986),
[anon_sym_SEMI_SEMI] = ACTIONS(1984),
[anon_sym_PIPE_AMP] = ACTIONS(1984),
[anon_sym_AMP_AMP] = ACTIONS(1984),
[anon_sym_PIPE_PIPE] = ACTIONS(1984),
[anon_sym_LT] = ACTIONS(1986),
[anon_sym_GT] = ACTIONS(1986),
[anon_sym_GT_GT] = ACTIONS(1984),
[anon_sym_AMP_GT] = ACTIONS(1986),
[anon_sym_AMP_GT_GT] = ACTIONS(1984),
[anon_sym_LT_AMP] = ACTIONS(1984),
[anon_sym_GT_AMP] = ACTIONS(1984),
[anon_sym_LT_LT] = ACTIONS(1986),
[anon_sym_LT_LT_DASH] = ACTIONS(1984),
[anon_sym_LT_LT_LT] = ACTIONS(1984),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1984),
[anon_sym_AMP] = ACTIONS(1986),
},
[2385] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_esac] = ACTIONS(1992),
[anon_sym_SEMI_SEMI] = ACTIONS(1988),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2386] = {
[sym_file_redirect] = STATE(2386),
[sym_heredoc_redirect] = STATE(2386),
[sym_herestring_redirect] = STATE(2386),
[aux_sym_redirected_statement_repeat1] = STATE(2386),
[sym__simple_heredoc_body] = ACTIONS(1994),
[sym__heredoc_body_beginning] = ACTIONS(1994),
[sym_file_descriptor] = ACTIONS(5842),
[anon_sym_SEMI] = ACTIONS(1999),
[anon_sym_esac] = ACTIONS(1994),
[anon_sym_PIPE] = ACTIONS(1999),
[anon_sym_SEMI_SEMI] = ACTIONS(1994),
[anon_sym_PIPE_AMP] = ACTIONS(1994),
[anon_sym_AMP_AMP] = ACTIONS(1994),
[anon_sym_PIPE_PIPE] = ACTIONS(1994),
[anon_sym_LT] = ACTIONS(5845),
[anon_sym_GT] = ACTIONS(5845),
[anon_sym_GT_GT] = ACTIONS(5848),
[anon_sym_AMP_GT] = ACTIONS(5845),
[anon_sym_AMP_GT_GT] = ACTIONS(5848),
[anon_sym_LT_AMP] = ACTIONS(5848),
[anon_sym_GT_AMP] = ACTIONS(5848),
[anon_sym_LT_LT] = ACTIONS(2007),
[anon_sym_LT_LT_DASH] = ACTIONS(2010),
[anon_sym_LT_LT_LT] = ACTIONS(5851),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1994),
[anon_sym_AMP] = ACTIONS(1999),
},
[2387] = {
[sym__simple_heredoc_body] = ACTIONS(2016),
[sym__heredoc_body_beginning] = ACTIONS(2016),
[sym_file_descriptor] = ACTIONS(2016),
[anon_sym_SEMI] = ACTIONS(2018),
[anon_sym_esac] = ACTIONS(2018),
[anon_sym_PIPE] = ACTIONS(2018),
[anon_sym_SEMI_SEMI] = ACTIONS(2016),
[anon_sym_PIPE_AMP] = ACTIONS(2016),
[anon_sym_AMP_AMP] = ACTIONS(2016),
[anon_sym_PIPE_PIPE] = ACTIONS(2016),
[anon_sym_EQ_TILDE] = ACTIONS(2018),
[anon_sym_EQ_EQ] = ACTIONS(2018),
[anon_sym_LT] = ACTIONS(2018),
[anon_sym_GT] = ACTIONS(2018),
[anon_sym_GT_GT] = ACTIONS(2016),
[anon_sym_AMP_GT] = ACTIONS(2018),
[anon_sym_AMP_GT_GT] = ACTIONS(2016),
[anon_sym_LT_AMP] = ACTIONS(2016),
[anon_sym_GT_AMP] = ACTIONS(2016),
[anon_sym_LT_LT] = ACTIONS(2018),
[anon_sym_LT_LT_DASH] = ACTIONS(2016),
[anon_sym_LT_LT_LT] = ACTIONS(2016),
[sym__special_characters] = ACTIONS(2016),
[anon_sym_DQUOTE] = ACTIONS(2016),
[anon_sym_DOLLAR] = ACTIONS(2018),
[sym_raw_string] = ACTIONS(2016),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2016),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2016),
[anon_sym_BQUOTE] = ACTIONS(2016),
[anon_sym_LT_LPAREN] = ACTIONS(2016),
[anon_sym_GT_LPAREN] = ACTIONS(2016),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2018),
[anon_sym_LF] = ACTIONS(2016),
[anon_sym_AMP] = ACTIONS(2018),
},
[2388] = {
[aux_sym_concatenation_repeat1] = STATE(2169),
[sym__simple_heredoc_body] = ACTIONS(2020),
[sym__heredoc_body_beginning] = ACTIONS(2020),
[sym_file_descriptor] = ACTIONS(2020),
[sym__concat] = ACTIONS(5055),
[anon_sym_SEMI] = ACTIONS(2022),
[anon_sym_esac] = ACTIONS(2022),
[anon_sym_PIPE] = ACTIONS(2022),
[anon_sym_SEMI_SEMI] = ACTIONS(2020),
[anon_sym_PIPE_AMP] = ACTIONS(2020),
[anon_sym_AMP_AMP] = ACTIONS(2020),
[anon_sym_PIPE_PIPE] = ACTIONS(2020),
[anon_sym_EQ_TILDE] = ACTIONS(2022),
[anon_sym_EQ_EQ] = ACTIONS(2022),
[anon_sym_LT] = ACTIONS(2022),
[anon_sym_GT] = ACTIONS(2022),
[anon_sym_GT_GT] = ACTIONS(2020),
[anon_sym_AMP_GT] = ACTIONS(2022),
[anon_sym_AMP_GT_GT] = ACTIONS(2020),
[anon_sym_LT_AMP] = ACTIONS(2020),
[anon_sym_GT_AMP] = ACTIONS(2020),
[anon_sym_LT_LT] = ACTIONS(2022),
[anon_sym_LT_LT_DASH] = ACTIONS(2020),
[anon_sym_LT_LT_LT] = ACTIONS(2020),
[sym__special_characters] = ACTIONS(2020),
[anon_sym_DQUOTE] = ACTIONS(2020),
[anon_sym_DOLLAR] = ACTIONS(2022),
[sym_raw_string] = ACTIONS(2020),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2020),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2020),
[anon_sym_BQUOTE] = ACTIONS(2020),
[anon_sym_LT_LPAREN] = ACTIONS(2020),
[anon_sym_GT_LPAREN] = ACTIONS(2020),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2022),
[anon_sym_LF] = ACTIONS(2020),
[anon_sym_AMP] = ACTIONS(2022),
},
[2389] = {
[aux_sym_concatenation_repeat1] = STATE(2169),
[sym__simple_heredoc_body] = ACTIONS(2016),
[sym__heredoc_body_beginning] = ACTIONS(2016),
[sym_file_descriptor] = ACTIONS(2016),
[sym__concat] = ACTIONS(5055),
[anon_sym_SEMI] = ACTIONS(2018),
[anon_sym_esac] = ACTIONS(2018),
[anon_sym_PIPE] = ACTIONS(2018),
[anon_sym_SEMI_SEMI] = ACTIONS(2016),
[anon_sym_PIPE_AMP] = ACTIONS(2016),
[anon_sym_AMP_AMP] = ACTIONS(2016),
[anon_sym_PIPE_PIPE] = ACTIONS(2016),
[anon_sym_EQ_TILDE] = ACTIONS(2018),
[anon_sym_EQ_EQ] = ACTIONS(2018),
[anon_sym_LT] = ACTIONS(2018),
[anon_sym_GT] = ACTIONS(2018),
[anon_sym_GT_GT] = ACTIONS(2016),
[anon_sym_AMP_GT] = ACTIONS(2018),
[anon_sym_AMP_GT_GT] = ACTIONS(2016),
[anon_sym_LT_AMP] = ACTIONS(2016),
[anon_sym_GT_AMP] = ACTIONS(2016),
[anon_sym_LT_LT] = ACTIONS(2018),
[anon_sym_LT_LT_DASH] = ACTIONS(2016),
[anon_sym_LT_LT_LT] = ACTIONS(2016),
[sym__special_characters] = ACTIONS(2016),
[anon_sym_DQUOTE] = ACTIONS(2016),
[anon_sym_DOLLAR] = ACTIONS(2018),
[sym_raw_string] = ACTIONS(2016),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2016),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2016),
[anon_sym_BQUOTE] = ACTIONS(2016),
[anon_sym_LT_LPAREN] = ACTIONS(2016),
[anon_sym_GT_LPAREN] = ACTIONS(2016),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2018),
[anon_sym_LF] = ACTIONS(2016),
[anon_sym_AMP] = ACTIONS(2018),
},
[2390] = {
[sym_concatenation] = STATE(2390),
[sym_string] = STATE(2200),
[sym_simple_expansion] = STATE(2200),
[sym_string_expansion] = STATE(2200),
[sym_expansion] = STATE(2200),
[sym_command_substitution] = STATE(2200),
[sym_process_substitution] = STATE(2200),
[aux_sym_command_repeat2] = STATE(2390),
[sym__simple_heredoc_body] = ACTIONS(2016),
[sym__heredoc_body_beginning] = ACTIONS(2016),
[sym_file_descriptor] = ACTIONS(2016),
[anon_sym_SEMI] = ACTIONS(2018),
[anon_sym_esac] = ACTIONS(2018),
[anon_sym_PIPE] = ACTIONS(2018),
[anon_sym_SEMI_SEMI] = ACTIONS(2016),
[anon_sym_PIPE_AMP] = ACTIONS(2016),
[anon_sym_AMP_AMP] = ACTIONS(2016),
[anon_sym_PIPE_PIPE] = ACTIONS(2016),
[anon_sym_EQ_TILDE] = ACTIONS(5854),
[anon_sym_EQ_EQ] = ACTIONS(5854),
[anon_sym_LT] = ACTIONS(2018),
[anon_sym_GT] = ACTIONS(2018),
[anon_sym_GT_GT] = ACTIONS(2016),
[anon_sym_AMP_GT] = ACTIONS(2018),
[anon_sym_AMP_GT_GT] = ACTIONS(2016),
[anon_sym_LT_AMP] = ACTIONS(2016),
[anon_sym_GT_AMP] = ACTIONS(2016),
[anon_sym_LT_LT] = ACTIONS(2018),
[anon_sym_LT_LT_DASH] = ACTIONS(2016),
[anon_sym_LT_LT_LT] = ACTIONS(2016),
[sym__special_characters] = ACTIONS(5857),
[anon_sym_DQUOTE] = ACTIONS(5860),
[anon_sym_DOLLAR] = ACTIONS(5863),
[sym_raw_string] = ACTIONS(5866),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5869),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5872),
[anon_sym_BQUOTE] = ACTIONS(5875),
[anon_sym_LT_LPAREN] = ACTIONS(5878),
[anon_sym_GT_LPAREN] = ACTIONS(5878),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5881),
[anon_sym_LF] = ACTIONS(2016),
[anon_sym_AMP] = ACTIONS(2018),
},
[2391] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_esac] = ACTIONS(5884),
[anon_sym_SEMI_SEMI] = ACTIONS(931),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(5886),
[anon_sym_DQUOTE] = ACTIONS(5888),
[anon_sym_DOLLAR] = ACTIONS(5886),
[sym_raw_string] = ACTIONS(5888),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5888),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5888),
[anon_sym_BQUOTE] = ACTIONS(5888),
[anon_sym_LT_LPAREN] = ACTIONS(5888),
[anon_sym_GT_LPAREN] = ACTIONS(5888),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5886),
},
[2392] = {
[sym_file_redirect] = STATE(276),
[sym_heredoc_redirect] = STATE(276),
[sym_heredoc_body] = STATE(2196),
[sym_herestring_redirect] = STATE(276),
[aux_sym_redirected_statement_repeat1] = STATE(276),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(495),
[anon_sym_SEMI] = ACTIONS(5081),
[anon_sym_PIPE] = ACTIONS(499),
[anon_sym_SEMI_SEMI] = ACTIONS(5099),
[anon_sym_PIPE_AMP] = ACTIONS(503),
[anon_sym_AMP_AMP] = ACTIONS(505),
[anon_sym_PIPE_PIPE] = ACTIONS(505),
[anon_sym_LT] = ACTIONS(507),
[anon_sym_GT] = ACTIONS(507),
[anon_sym_GT_GT] = ACTIONS(509),
[anon_sym_AMP_GT] = ACTIONS(507),
[anon_sym_AMP_GT_GT] = ACTIONS(509),
[anon_sym_LT_AMP] = ACTIONS(509),
[anon_sym_GT_AMP] = ACTIONS(509),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(511),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5099),
[anon_sym_AMP] = ACTIONS(5081),
},
[2393] = {
[sym_file_redirect] = STATE(276),
[sym_heredoc_redirect] = STATE(276),
[sym_heredoc_body] = STATE(2196),
[sym_herestring_redirect] = STATE(276),
[aux_sym_redirected_statement_repeat1] = STATE(276),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(5081),
[anon_sym_PIPE] = ACTIONS(499),
[anon_sym_SEMI_SEMI] = ACTIONS(5099),
[anon_sym_PIPE_AMP] = ACTIONS(503),
[anon_sym_AMP_AMP] = ACTIONS(505),
[anon_sym_PIPE_PIPE] = ACTIONS(505),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(511),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(5099),
[anon_sym_AMP] = ACTIONS(5081),
},
[2394] = {
[sym_concatenation] = STATE(2390),
[sym_string] = STATE(2200),
[sym_simple_expansion] = STATE(2200),
[sym_string_expansion] = STATE(2200),
[sym_expansion] = STATE(2200),
[sym_command_substitution] = STATE(2200),
[sym_process_substitution] = STATE(2200),
[aux_sym_command_repeat2] = STATE(2390),
[sym__simple_heredoc_body] = ACTIONS(2062),
[sym__heredoc_body_beginning] = ACTIONS(2062),
[sym_file_descriptor] = ACTIONS(2062),
[anon_sym_SEMI] = ACTIONS(2064),
[anon_sym_esac] = ACTIONS(2064),
[anon_sym_PIPE] = ACTIONS(2064),
[anon_sym_SEMI_SEMI] = ACTIONS(2062),
[anon_sym_PIPE_AMP] = ACTIONS(2062),
[anon_sym_AMP_AMP] = ACTIONS(2062),
[anon_sym_PIPE_PIPE] = ACTIONS(2062),
[anon_sym_EQ_TILDE] = ACTIONS(5101),
[anon_sym_EQ_EQ] = ACTIONS(5101),
[anon_sym_LT] = ACTIONS(2064),
[anon_sym_GT] = ACTIONS(2064),
[anon_sym_GT_GT] = ACTIONS(2062),
[anon_sym_AMP_GT] = ACTIONS(2064),
[anon_sym_AMP_GT_GT] = ACTIONS(2062),
[anon_sym_LT_AMP] = ACTIONS(2062),
[anon_sym_GT_AMP] = ACTIONS(2062),
[anon_sym_LT_LT] = ACTIONS(2064),
[anon_sym_LT_LT_DASH] = ACTIONS(2062),
[anon_sym_LT_LT_LT] = ACTIONS(2062),
[sym__special_characters] = ACTIONS(5103),
[anon_sym_DQUOTE] = ACTIONS(4470),
[anon_sym_DOLLAR] = ACTIONS(4472),
[sym_raw_string] = ACTIONS(5105),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4476),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4478),
[anon_sym_BQUOTE] = ACTIONS(4480),
[anon_sym_LT_LPAREN] = ACTIONS(4482),
[anon_sym_GT_LPAREN] = ACTIONS(4482),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5107),
[anon_sym_LF] = ACTIONS(2062),
[anon_sym_AMP] = ACTIONS(2064),
},
[2395] = {
[anon_sym_esac] = ACTIONS(5884),
[sym__special_characters] = ACTIONS(5888),
[anon_sym_DQUOTE] = ACTIONS(5888),
[anon_sym_DOLLAR] = ACTIONS(5886),
[sym_raw_string] = ACTIONS(5888),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5888),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5888),
[anon_sym_BQUOTE] = ACTIONS(5888),
[anon_sym_LT_LPAREN] = ACTIONS(5888),
[anon_sym_GT_LPAREN] = ACTIONS(5888),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5886),
},
[2396] = {
[sym_file_redirect] = STATE(2197),
[sym_heredoc_redirect] = STATE(2197),
[sym_heredoc_body] = STATE(2196),
[sym_herestring_redirect] = STATE(2197),
[aux_sym_redirected_statement_repeat1] = STATE(2197),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(5079),
[anon_sym_SEMI] = ACTIONS(5081),
[anon_sym_esac] = ACTIONS(5890),
[anon_sym_PIPE] = ACTIONS(5085),
[anon_sym_SEMI_SEMI] = ACTIONS(5892),
[anon_sym_PIPE_AMP] = ACTIONS(5089),
[anon_sym_AMP_AMP] = ACTIONS(5091),
[anon_sym_PIPE_PIPE] = ACTIONS(5091),
[anon_sym_LT] = ACTIONS(5093),
[anon_sym_GT] = ACTIONS(5093),
[anon_sym_GT_GT] = ACTIONS(5095),
[anon_sym_AMP_GT] = ACTIONS(5093),
[anon_sym_AMP_GT_GT] = ACTIONS(5095),
[anon_sym_LT_AMP] = ACTIONS(5095),
[anon_sym_GT_AMP] = ACTIONS(5095),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(5097),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5099),
[anon_sym_AMP] = ACTIONS(5081),
},
[2397] = {
[sym_file_redirect] = STATE(2197),
[sym_heredoc_redirect] = STATE(2197),
[sym_heredoc_body] = STATE(2196),
[sym_herestring_redirect] = STATE(2197),
[aux_sym_redirected_statement_repeat1] = STATE(2197),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(5081),
[anon_sym_esac] = ACTIONS(5884),
[anon_sym_PIPE] = ACTIONS(5085),
[anon_sym_SEMI_SEMI] = ACTIONS(5892),
[anon_sym_PIPE_AMP] = ACTIONS(5089),
[anon_sym_AMP_AMP] = ACTIONS(5091),
[anon_sym_PIPE_PIPE] = ACTIONS(5091),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(5097),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(5099),
[anon_sym_AMP] = ACTIONS(5081),
},
[2398] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_esac] = ACTIONS(5894),
[anon_sym_SEMI_SEMI] = ACTIONS(931),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(5896),
[anon_sym_DQUOTE] = ACTIONS(5898),
[anon_sym_DOLLAR] = ACTIONS(5896),
[sym_raw_string] = ACTIONS(5898),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5898),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5898),
[anon_sym_BQUOTE] = ACTIONS(5898),
[anon_sym_LT_LPAREN] = ACTIONS(5898),
[anon_sym_GT_LPAREN] = ACTIONS(5898),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5896),
},
[2399] = {
[anon_sym_esac] = ACTIONS(5894),
[sym__special_characters] = ACTIONS(5898),
[anon_sym_DQUOTE] = ACTIONS(5898),
[anon_sym_DOLLAR] = ACTIONS(5896),
[sym_raw_string] = ACTIONS(5898),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5898),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5898),
[anon_sym_BQUOTE] = ACTIONS(5898),
[anon_sym_LT_LPAREN] = ACTIONS(5898),
[anon_sym_GT_LPAREN] = ACTIONS(5898),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5896),
},
[2400] = {
[sym_file_redirect] = STATE(2197),
[sym_heredoc_redirect] = STATE(2197),
[sym_heredoc_body] = STATE(2196),
[sym_herestring_redirect] = STATE(2197),
[aux_sym_redirected_statement_repeat1] = STATE(2197),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(5079),
[anon_sym_SEMI] = ACTIONS(5081),
[anon_sym_esac] = ACTIONS(5900),
[anon_sym_PIPE] = ACTIONS(5085),
[anon_sym_SEMI_SEMI] = ACTIONS(5902),
[anon_sym_PIPE_AMP] = ACTIONS(5089),
[anon_sym_AMP_AMP] = ACTIONS(5091),
[anon_sym_PIPE_PIPE] = ACTIONS(5091),
[anon_sym_LT] = ACTIONS(5093),
[anon_sym_GT] = ACTIONS(5093),
[anon_sym_GT_GT] = ACTIONS(5095),
[anon_sym_AMP_GT] = ACTIONS(5093),
[anon_sym_AMP_GT_GT] = ACTIONS(5095),
[anon_sym_LT_AMP] = ACTIONS(5095),
[anon_sym_GT_AMP] = ACTIONS(5095),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(5097),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5099),
[anon_sym_AMP] = ACTIONS(5081),
},
[2401] = {
[sym_file_redirect] = STATE(2197),
[sym_heredoc_redirect] = STATE(2197),
[sym_heredoc_body] = STATE(2196),
[sym_herestring_redirect] = STATE(2197),
[aux_sym_redirected_statement_repeat1] = STATE(2197),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(5081),
[anon_sym_esac] = ACTIONS(5894),
[anon_sym_PIPE] = ACTIONS(5085),
[anon_sym_SEMI_SEMI] = ACTIONS(5902),
[anon_sym_PIPE_AMP] = ACTIONS(5089),
[anon_sym_AMP_AMP] = ACTIONS(5091),
[anon_sym_PIPE_PIPE] = ACTIONS(5091),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(5097),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(5099),
[anon_sym_AMP] = ACTIONS(5081),
},
[2402] = {
[sym__special_characters] = ACTIONS(5009),
[anon_sym_DQUOTE] = ACTIONS(5009),
[anon_sym_DOLLAR] = ACTIONS(5011),
[sym_raw_string] = ACTIONS(5009),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5009),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5009),
[anon_sym_BQUOTE] = ACTIONS(5009),
[anon_sym_LT_LPAREN] = ACTIONS(5009),
[anon_sym_GT_LPAREN] = ACTIONS(5009),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5009),
},
[2403] = {
[sym_file_redirect] = STATE(276),
[sym_heredoc_redirect] = STATE(276),
[sym_heredoc_body] = STATE(987),
[sym_herestring_redirect] = STATE(276),
[aux_sym_redirected_statement_repeat1] = STATE(276),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(495),
[anon_sym_SEMI] = ACTIONS(2058),
[anon_sym_PIPE] = ACTIONS(499),
[anon_sym_SEMI_SEMI] = ACTIONS(5904),
[anon_sym_PIPE_AMP] = ACTIONS(503),
[anon_sym_AMP_AMP] = ACTIONS(505),
[anon_sym_PIPE_PIPE] = ACTIONS(505),
[anon_sym_LT] = ACTIONS(507),
[anon_sym_GT] = ACTIONS(507),
[anon_sym_GT_GT] = ACTIONS(509),
[anon_sym_AMP_GT] = ACTIONS(507),
[anon_sym_AMP_GT_GT] = ACTIONS(509),
[anon_sym_LT_AMP] = ACTIONS(509),
[anon_sym_GT_AMP] = ACTIONS(509),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(511),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2060),
[anon_sym_AMP] = ACTIONS(2058),
},
[2404] = {
[sym_file_redirect] = STATE(276),
[sym_heredoc_redirect] = STATE(276),
[sym_heredoc_body] = STATE(987),
[sym_herestring_redirect] = STATE(276),
[aux_sym_redirected_statement_repeat1] = STATE(276),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2058),
[anon_sym_PIPE] = ACTIONS(499),
[anon_sym_SEMI_SEMI] = ACTIONS(5904),
[anon_sym_PIPE_AMP] = ACTIONS(503),
[anon_sym_AMP_AMP] = ACTIONS(505),
[anon_sym_PIPE_PIPE] = ACTIONS(505),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(511),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2060),
[anon_sym_AMP] = ACTIONS(2058),
},
[2405] = {
[sym__terminated_statement] = STATE(2567),
[sym_redirected_statement] = STATE(2565),
[sym_for_statement] = STATE(2565),
[sym_c_style_for_statement] = STATE(2565),
[sym_while_statement] = STATE(2565),
[sym_if_statement] = STATE(2565),
[sym_case_statement] = STATE(2565),
[sym_function_definition] = STATE(2565),
[sym_compound_statement] = STATE(2565),
[sym_subshell] = STATE(2565),
[sym_pipeline] = STATE(2565),
[sym_list] = STATE(2565),
[sym_negated_command] = STATE(2565),
[sym_test_command] = STATE(2565),
[sym_declaration_command] = STATE(2565),
[sym_unset_command] = STATE(2565),
[sym_command] = STATE(2565),
[sym_command_name] = STATE(60),
[sym_variable_assignment] = STATE(2566),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(63),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(2567),
[aux_sym_command_repeat1] = STATE(63),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = ACTIONS(15),
[anon_sym_if] = ACTIONS(17),
[anon_sym_case] = ACTIONS(19),
[anon_sym_SEMI_SEMI] = ACTIONS(5906),
[anon_sym_function] = ACTIONS(21),
[anon_sym_LPAREN] = ACTIONS(23),
[anon_sym_LBRACE] = ACTIONS(25),
[anon_sym_BANG] = ACTIONS(99),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(101),
[anon_sym_typeset] = ACTIONS(101),
[anon_sym_export] = ACTIONS(101),
[anon_sym_readonly] = ACTIONS(101),
[anon_sym_local] = ACTIONS(101),
[anon_sym_unset] = ACTIONS(103),
[anon_sym_unsetenv] = ACTIONS(103),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[2406] = {
[sym__terminated_statement] = STATE(2568),
[sym_redirected_statement] = STATE(2565),
[sym_for_statement] = STATE(2565),
[sym_c_style_for_statement] = STATE(2565),
[sym_while_statement] = STATE(2565),
[sym_if_statement] = STATE(2565),
[sym_case_statement] = STATE(2565),
[sym_function_definition] = STATE(2565),
[sym_compound_statement] = STATE(2565),
[sym_subshell] = STATE(2565),
[sym_pipeline] = STATE(2565),
[sym_list] = STATE(2565),
[sym_negated_command] = STATE(2565),
[sym_test_command] = STATE(2565),
[sym_declaration_command] = STATE(2565),
[sym_unset_command] = STATE(2565),
[sym_command] = STATE(2565),
[sym_command_name] = STATE(60),
[sym_variable_assignment] = STATE(2566),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(63),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(2568),
[aux_sym_command_repeat1] = STATE(63),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = ACTIONS(15),
[anon_sym_if] = ACTIONS(17),
[anon_sym_case] = ACTIONS(19),
[anon_sym_SEMI_SEMI] = ACTIONS(5906),
[anon_sym_function] = ACTIONS(21),
[anon_sym_LPAREN] = ACTIONS(23),
[anon_sym_LBRACE] = ACTIONS(25),
[anon_sym_BANG] = ACTIONS(99),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(101),
[anon_sym_typeset] = ACTIONS(101),
[anon_sym_export] = ACTIONS(101),
[anon_sym_readonly] = ACTIONS(101),
[anon_sym_local] = ACTIONS(101),
[anon_sym_unset] = ACTIONS(103),
[anon_sym_unsetenv] = ACTIONS(103),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[2407] = {
[sym__special_characters] = ACTIONS(5118),
[anon_sym_DQUOTE] = ACTIONS(5118),
[anon_sym_DOLLAR] = ACTIONS(5120),
[sym_raw_string] = ACTIONS(5118),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5118),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5118),
[anon_sym_BQUOTE] = ACTIONS(5118),
[anon_sym_LT_LPAREN] = ACTIONS(5118),
[anon_sym_GT_LPAREN] = ACTIONS(5118),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5118),
},
[2408] = {
[sym_file_redirect] = STATE(276),
[sym_heredoc_redirect] = STATE(276),
[sym_heredoc_body] = STATE(987),
[sym_herestring_redirect] = STATE(276),
[aux_sym_redirected_statement_repeat1] = STATE(276),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(495),
[anon_sym_SEMI] = ACTIONS(2058),
[anon_sym_PIPE] = ACTIONS(499),
[anon_sym_SEMI_SEMI] = ACTIONS(5908),
[anon_sym_PIPE_AMP] = ACTIONS(503),
[anon_sym_AMP_AMP] = ACTIONS(505),
[anon_sym_PIPE_PIPE] = ACTIONS(505),
[anon_sym_LT] = ACTIONS(507),
[anon_sym_GT] = ACTIONS(507),
[anon_sym_GT_GT] = ACTIONS(509),
[anon_sym_AMP_GT] = ACTIONS(507),
[anon_sym_AMP_GT_GT] = ACTIONS(509),
[anon_sym_LT_AMP] = ACTIONS(509),
[anon_sym_GT_AMP] = ACTIONS(509),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(511),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2060),
[anon_sym_AMP] = ACTIONS(2058),
},
[2409] = {
[sym_file_redirect] = STATE(276),
[sym_heredoc_redirect] = STATE(276),
[sym_heredoc_body] = STATE(987),
[sym_herestring_redirect] = STATE(276),
[aux_sym_redirected_statement_repeat1] = STATE(276),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2058),
[anon_sym_PIPE] = ACTIONS(499),
[anon_sym_SEMI_SEMI] = ACTIONS(5908),
[anon_sym_PIPE_AMP] = ACTIONS(503),
[anon_sym_AMP_AMP] = ACTIONS(505),
[anon_sym_PIPE_PIPE] = ACTIONS(505),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(511),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2060),
[anon_sym_AMP] = ACTIONS(2058),
},
[2410] = {
[sym__terminated_statement] = STATE(2567),
[sym_redirected_statement] = STATE(2571),
[sym_for_statement] = STATE(2571),
[sym_c_style_for_statement] = STATE(2571),
[sym_while_statement] = STATE(2571),
[sym_if_statement] = STATE(2571),
[sym_case_statement] = STATE(2571),
[sym_function_definition] = STATE(2571),
[sym_compound_statement] = STATE(2571),
[sym_subshell] = STATE(2571),
[sym_pipeline] = STATE(2571),
[sym_list] = STATE(2571),
[sym_negated_command] = STATE(2571),
[sym_test_command] = STATE(2571),
[sym_declaration_command] = STATE(2571),
[sym_unset_command] = STATE(2571),
[sym_command] = STATE(2571),
[sym_command_name] = STATE(60),
[sym_variable_assignment] = STATE(2572),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(63),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(2567),
[aux_sym_command_repeat1] = STATE(63),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = ACTIONS(15),
[anon_sym_if] = ACTIONS(17),
[anon_sym_case] = ACTIONS(19),
[anon_sym_SEMI_SEMI] = ACTIONS(5910),
[anon_sym_function] = ACTIONS(21),
[anon_sym_LPAREN] = ACTIONS(23),
[anon_sym_LBRACE] = ACTIONS(25),
[anon_sym_BANG] = ACTIONS(99),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(101),
[anon_sym_typeset] = ACTIONS(101),
[anon_sym_export] = ACTIONS(101),
[anon_sym_readonly] = ACTIONS(101),
[anon_sym_local] = ACTIONS(101),
[anon_sym_unset] = ACTIONS(103),
[anon_sym_unsetenv] = ACTIONS(103),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[2411] = {
[sym__terminated_statement] = STATE(2573),
[sym_redirected_statement] = STATE(2571),
[sym_for_statement] = STATE(2571),
[sym_c_style_for_statement] = STATE(2571),
[sym_while_statement] = STATE(2571),
[sym_if_statement] = STATE(2571),
[sym_case_statement] = STATE(2571),
[sym_function_definition] = STATE(2571),
[sym_compound_statement] = STATE(2571),
[sym_subshell] = STATE(2571),
[sym_pipeline] = STATE(2571),
[sym_list] = STATE(2571),
[sym_negated_command] = STATE(2571),
[sym_test_command] = STATE(2571),
[sym_declaration_command] = STATE(2571),
[sym_unset_command] = STATE(2571),
[sym_command] = STATE(2571),
[sym_command_name] = STATE(60),
[sym_variable_assignment] = STATE(2572),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(63),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(2573),
[aux_sym_command_repeat1] = STATE(63),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = ACTIONS(15),
[anon_sym_if] = ACTIONS(17),
[anon_sym_case] = ACTIONS(19),
[anon_sym_SEMI_SEMI] = ACTIONS(5910),
[anon_sym_function] = ACTIONS(21),
[anon_sym_LPAREN] = ACTIONS(23),
[anon_sym_LBRACE] = ACTIONS(25),
[anon_sym_BANG] = ACTIONS(99),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(101),
[anon_sym_typeset] = ACTIONS(101),
[anon_sym_export] = ACTIONS(101),
[anon_sym_readonly] = ACTIONS(101),
[anon_sym_local] = ACTIONS(101),
[anon_sym_unset] = ACTIONS(103),
[anon_sym_unsetenv] = ACTIONS(103),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[2412] = {
[sym__concat] = ACTIONS(4725),
[anon_sym_RBRACE] = ACTIONS(4725),
[sym_comment] = ACTIONS(57),
},
[2413] = {
[sym__concat] = ACTIONS(4729),
[anon_sym_RBRACE] = ACTIONS(4729),
[sym_comment] = ACTIONS(57),
},
[2414] = {
[sym__concat] = ACTIONS(4733),
[anon_sym_RBRACE] = ACTIONS(4733),
[sym_comment] = ACTIONS(57),
},
[2415] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5912),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2416] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5914),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2417] = {
[sym__concat] = ACTIONS(4769),
[anon_sym_RBRACE] = ACTIONS(4769),
[sym_comment] = ACTIONS(57),
},
[2418] = {
[sym__concat] = ACTIONS(4789),
[anon_sym_RBRACE] = ACTIONS(4789),
[sym_comment] = ACTIONS(57),
},
[2419] = {
[sym__concat] = ACTIONS(4793),
[anon_sym_RBRACE] = ACTIONS(4793),
[sym_comment] = ACTIONS(57),
},
[2420] = {
[sym__concat] = ACTIONS(5216),
[anon_sym_RBRACE] = ACTIONS(5216),
[anon_sym_EQ] = ACTIONS(5218),
[anon_sym_DASH] = ACTIONS(5218),
[sym__special_characters] = ACTIONS(5218),
[anon_sym_DQUOTE] = ACTIONS(5216),
[anon_sym_DOLLAR] = ACTIONS(5218),
[sym_raw_string] = ACTIONS(5216),
[anon_sym_POUND] = ACTIONS(5216),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5216),
[anon_sym_COLON] = ACTIONS(5218),
[anon_sym_COLON_QMARK] = ACTIONS(5218),
[anon_sym_COLON_DASH] = ACTIONS(5218),
[anon_sym_PERCENT] = ACTIONS(5218),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5216),
[anon_sym_BQUOTE] = ACTIONS(5216),
[anon_sym_LT_LPAREN] = ACTIONS(5216),
[anon_sym_GT_LPAREN] = ACTIONS(5216),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(5218),
},
[2421] = {
[sym__concat] = ACTIONS(5220),
[anon_sym_RBRACE] = ACTIONS(5220),
[anon_sym_EQ] = ACTIONS(5222),
[anon_sym_DASH] = ACTIONS(5222),
[sym__special_characters] = ACTIONS(5222),
[anon_sym_DQUOTE] = ACTIONS(5220),
[anon_sym_DOLLAR] = ACTIONS(5222),
[sym_raw_string] = ACTIONS(5220),
[anon_sym_POUND] = ACTIONS(5220),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5220),
[anon_sym_COLON] = ACTIONS(5222),
[anon_sym_COLON_QMARK] = ACTIONS(5222),
[anon_sym_COLON_DASH] = ACTIONS(5222),
[anon_sym_PERCENT] = ACTIONS(5222),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5220),
[anon_sym_BQUOTE] = ACTIONS(5220),
[anon_sym_LT_LPAREN] = ACTIONS(5220),
[anon_sym_GT_LPAREN] = ACTIONS(5220),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(5222),
},
[2422] = {
[sym__heredoc_body_middle] = ACTIONS(5216),
[sym__heredoc_body_end] = ACTIONS(5216),
[anon_sym_DOLLAR] = ACTIONS(5218),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5216),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5216),
[anon_sym_BQUOTE] = ACTIONS(5216),
[sym_comment] = ACTIONS(57),
},
[2423] = {
[sym__heredoc_body_middle] = ACTIONS(5220),
[sym__heredoc_body_end] = ACTIONS(5220),
[anon_sym_DOLLAR] = ACTIONS(5222),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5220),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5220),
[anon_sym_BQUOTE] = ACTIONS(5220),
[sym_comment] = ACTIONS(57),
},
[2424] = {
[sym__concat] = ACTIONS(5216),
[anon_sym_RPAREN] = ACTIONS(5216),
[sym__special_characters] = ACTIONS(5216),
[anon_sym_DQUOTE] = ACTIONS(5216),
[anon_sym_DOLLAR] = ACTIONS(5218),
[sym_raw_string] = ACTIONS(5216),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5216),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5216),
[anon_sym_BQUOTE] = ACTIONS(5216),
[anon_sym_LT_LPAREN] = ACTIONS(5216),
[anon_sym_GT_LPAREN] = ACTIONS(5216),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5216),
},
[2425] = {
[sym__concat] = ACTIONS(5220),
[anon_sym_RPAREN] = ACTIONS(5220),
[sym__special_characters] = ACTIONS(5220),
[anon_sym_DQUOTE] = ACTIONS(5220),
[anon_sym_DOLLAR] = ACTIONS(5222),
[sym_raw_string] = ACTIONS(5220),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5220),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5220),
[anon_sym_BQUOTE] = ACTIONS(5220),
[anon_sym_LT_LPAREN] = ACTIONS(5220),
[anon_sym_GT_LPAREN] = ACTIONS(5220),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5220),
},
[2426] = {
[sym__simple_heredoc_body] = ACTIONS(5916),
[sym__heredoc_body_beginning] = ACTIONS(5916),
[sym_file_descriptor] = ACTIONS(5916),
[ts_builtin_sym_end] = ACTIONS(5916),
[anon_sym_SEMI] = ACTIONS(5918),
[anon_sym_esac] = ACTIONS(5916),
[anon_sym_PIPE] = ACTIONS(5918),
[anon_sym_RPAREN] = ACTIONS(5916),
[anon_sym_SEMI_SEMI] = ACTIONS(5916),
[anon_sym_PIPE_AMP] = ACTIONS(5916),
[anon_sym_AMP_AMP] = ACTIONS(5916),
[anon_sym_PIPE_PIPE] = ACTIONS(5916),
[anon_sym_LT] = ACTIONS(5918),
[anon_sym_GT] = ACTIONS(5918),
[anon_sym_GT_GT] = ACTIONS(5916),
[anon_sym_AMP_GT] = ACTIONS(5918),
[anon_sym_AMP_GT_GT] = ACTIONS(5916),
[anon_sym_LT_AMP] = ACTIONS(5916),
[anon_sym_GT_AMP] = ACTIONS(5916),
[anon_sym_LT_LT] = ACTIONS(5918),
[anon_sym_LT_LT_DASH] = ACTIONS(5916),
[anon_sym_LT_LT_LT] = ACTIONS(5916),
[anon_sym_BQUOTE] = ACTIONS(5916),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5916),
[anon_sym_AMP] = ACTIONS(5918),
},
[2427] = {
[sym__concat] = ACTIONS(5216),
[anon_sym_SEMI] = ACTIONS(5218),
[anon_sym_SEMI_SEMI] = ACTIONS(5216),
[sym__special_characters] = ACTIONS(5216),
[anon_sym_DQUOTE] = ACTIONS(5216),
[anon_sym_DOLLAR] = ACTIONS(5218),
[sym_raw_string] = ACTIONS(5216),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5216),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5216),
[anon_sym_BQUOTE] = ACTIONS(5216),
[anon_sym_LT_LPAREN] = ACTIONS(5216),
[anon_sym_GT_LPAREN] = ACTIONS(5216),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5218),
[anon_sym_LF] = ACTIONS(5216),
[anon_sym_AMP] = ACTIONS(5216),
},
[2428] = {
[sym__concat] = ACTIONS(5220),
[anon_sym_SEMI] = ACTIONS(5222),
[anon_sym_SEMI_SEMI] = ACTIONS(5220),
[sym__special_characters] = ACTIONS(5220),
[anon_sym_DQUOTE] = ACTIONS(5220),
[anon_sym_DOLLAR] = ACTIONS(5222),
[sym_raw_string] = ACTIONS(5220),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5220),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5220),
[anon_sym_BQUOTE] = ACTIONS(5220),
[anon_sym_LT_LPAREN] = ACTIONS(5220),
[anon_sym_GT_LPAREN] = ACTIONS(5220),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5222),
[anon_sym_LF] = ACTIONS(5220),
[anon_sym_AMP] = ACTIONS(5220),
},
[2429] = {
[sym__simple_heredoc_body] = ACTIONS(2080),
[sym__heredoc_body_beginning] = ACTIONS(2080),
[sym_file_descriptor] = ACTIONS(2080),
[sym_variable_name] = ACTIONS(2080),
[anon_sym_SEMI] = ACTIONS(2082),
[anon_sym_esac] = ACTIONS(2082),
[anon_sym_PIPE] = ACTIONS(2082),
[anon_sym_SEMI_SEMI] = ACTIONS(2080),
[anon_sym_PIPE_AMP] = ACTIONS(2080),
[anon_sym_AMP_AMP] = ACTIONS(2080),
[anon_sym_PIPE_PIPE] = ACTIONS(2080),
[anon_sym_LT] = ACTIONS(2082),
[anon_sym_GT] = ACTIONS(2082),
[anon_sym_GT_GT] = ACTIONS(2080),
[anon_sym_AMP_GT] = ACTIONS(2082),
[anon_sym_AMP_GT_GT] = ACTIONS(2080),
[anon_sym_LT_AMP] = ACTIONS(2080),
[anon_sym_GT_AMP] = ACTIONS(2080),
[anon_sym_LT_LT] = ACTIONS(2082),
[anon_sym_LT_LT_DASH] = ACTIONS(2080),
[anon_sym_LT_LT_LT] = ACTIONS(2080),
[sym__special_characters] = ACTIONS(2080),
[anon_sym_DQUOTE] = ACTIONS(2080),
[anon_sym_DOLLAR] = ACTIONS(2082),
[sym_raw_string] = ACTIONS(2080),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2080),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2080),
[anon_sym_BQUOTE] = ACTIONS(2080),
[anon_sym_LT_LPAREN] = ACTIONS(2080),
[anon_sym_GT_LPAREN] = ACTIONS(2080),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2082),
[anon_sym_LF] = ACTIONS(2080),
[anon_sym_AMP] = ACTIONS(2082),
},
[2430] = {
[sym_concatenation] = STATE(1015),
[sym_string] = STATE(539),
[sym_simple_expansion] = STATE(539),
[sym_string_expansion] = STATE(539),
[sym_expansion] = STATE(539),
[sym_command_substitution] = STATE(539),
[sym_process_substitution] = STATE(539),
[aux_sym_for_statement_repeat1] = STATE(1015),
[anon_sym_RPAREN] = ACTIONS(5920),
[sym__special_characters] = ACTIONS(1095),
[anon_sym_DQUOTE] = ACTIONS(1097),
[anon_sym_DOLLAR] = ACTIONS(1099),
[sym_raw_string] = ACTIONS(1101),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1103),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1105),
[anon_sym_BQUOTE] = ACTIONS(1107),
[anon_sym_LT_LPAREN] = ACTIONS(1109),
[anon_sym_GT_LPAREN] = ACTIONS(1109),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1101),
},
[2431] = {
[sym_string] = STATE(2577),
[sym_simple_expansion] = STATE(2577),
[sym_string_expansion] = STATE(2577),
[sym_expansion] = STATE(2577),
[sym_command_substitution] = STATE(2577),
[sym_process_substitution] = STATE(2577),
[sym__special_characters] = ACTIONS(5922),
[anon_sym_DQUOTE] = ACTIONS(5326),
[anon_sym_DOLLAR] = ACTIONS(5328),
[sym_raw_string] = ACTIONS(5922),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5332),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5334),
[anon_sym_BQUOTE] = ACTIONS(5336),
[anon_sym_LT_LPAREN] = ACTIONS(5338),
[anon_sym_GT_LPAREN] = ACTIONS(5338),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5922),
},
[2432] = {
[aux_sym_concatenation_repeat1] = STATE(2578),
[sym__simple_heredoc_body] = ACTIONS(779),
[sym__heredoc_body_beginning] = ACTIONS(779),
[sym_file_descriptor] = ACTIONS(779),
[sym__concat] = ACTIONS(5558),
[sym_variable_name] = ACTIONS(779),
[anon_sym_SEMI] = ACTIONS(781),
[anon_sym_esac] = ACTIONS(781),
[anon_sym_PIPE] = ACTIONS(781),
[anon_sym_SEMI_SEMI] = ACTIONS(779),
[anon_sym_PIPE_AMP] = ACTIONS(779),
[anon_sym_AMP_AMP] = ACTIONS(779),
[anon_sym_PIPE_PIPE] = ACTIONS(779),
[anon_sym_LT] = ACTIONS(781),
[anon_sym_GT] = ACTIONS(781),
[anon_sym_GT_GT] = ACTIONS(779),
[anon_sym_AMP_GT] = ACTIONS(781),
[anon_sym_AMP_GT_GT] = ACTIONS(779),
[anon_sym_LT_AMP] = ACTIONS(779),
[anon_sym_GT_AMP] = ACTIONS(779),
[anon_sym_LT_LT] = ACTIONS(781),
[anon_sym_LT_LT_DASH] = ACTIONS(779),
[anon_sym_LT_LT_LT] = ACTIONS(779),
[sym__special_characters] = ACTIONS(779),
[anon_sym_DQUOTE] = ACTIONS(779),
[anon_sym_DOLLAR] = ACTIONS(781),
[sym_raw_string] = ACTIONS(779),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(779),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(779),
[anon_sym_BQUOTE] = ACTIONS(779),
[anon_sym_LT_LPAREN] = ACTIONS(779),
[anon_sym_GT_LPAREN] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(781),
[anon_sym_LF] = ACTIONS(779),
[anon_sym_AMP] = ACTIONS(781),
},
[2433] = {
[sym__simple_heredoc_body] = ACTIONS(783),
[sym__heredoc_body_beginning] = ACTIONS(783),
[sym_file_descriptor] = ACTIONS(783),
[sym__concat] = ACTIONS(783),
[sym_variable_name] = ACTIONS(783),
[anon_sym_SEMI] = ACTIONS(785),
[anon_sym_esac] = ACTIONS(785),
[anon_sym_PIPE] = ACTIONS(785),
[anon_sym_SEMI_SEMI] = ACTIONS(783),
[anon_sym_PIPE_AMP] = ACTIONS(783),
[anon_sym_AMP_AMP] = ACTIONS(783),
[anon_sym_PIPE_PIPE] = ACTIONS(783),
[anon_sym_LT] = ACTIONS(785),
[anon_sym_GT] = ACTIONS(785),
[anon_sym_GT_GT] = ACTIONS(783),
[anon_sym_AMP_GT] = ACTIONS(785),
[anon_sym_AMP_GT_GT] = ACTIONS(783),
[anon_sym_LT_AMP] = ACTIONS(783),
[anon_sym_GT_AMP] = ACTIONS(783),
[anon_sym_LT_LT] = ACTIONS(785),
[anon_sym_LT_LT_DASH] = ACTIONS(783),
[anon_sym_LT_LT_LT] = ACTIONS(783),
[sym__special_characters] = ACTIONS(783),
[anon_sym_DQUOTE] = ACTIONS(783),
[anon_sym_DOLLAR] = ACTIONS(785),
[sym_raw_string] = ACTIONS(783),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(783),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(783),
[anon_sym_BQUOTE] = ACTIONS(783),
[anon_sym_LT_LPAREN] = ACTIONS(783),
[anon_sym_GT_LPAREN] = ACTIONS(783),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(785),
[anon_sym_LF] = ACTIONS(783),
[anon_sym_AMP] = ACTIONS(785),
},
[2434] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(5924),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[2435] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(455),
[anon_sym_DQUOTE] = ACTIONS(5924),
[anon_sym_DOLLAR] = ACTIONS(5926),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[2436] = {
[sym__simple_heredoc_body] = ACTIONS(817),
[sym__heredoc_body_beginning] = ACTIONS(817),
[sym_file_descriptor] = ACTIONS(817),
[sym__concat] = ACTIONS(817),
[sym_variable_name] = ACTIONS(817),
[anon_sym_SEMI] = ACTIONS(819),
[anon_sym_esac] = ACTIONS(819),
[anon_sym_PIPE] = ACTIONS(819),
[anon_sym_SEMI_SEMI] = ACTIONS(817),
[anon_sym_PIPE_AMP] = ACTIONS(817),
[anon_sym_AMP_AMP] = ACTIONS(817),
[anon_sym_PIPE_PIPE] = ACTIONS(817),
[anon_sym_LT] = ACTIONS(819),
[anon_sym_GT] = ACTIONS(819),
[anon_sym_GT_GT] = ACTIONS(817),
[anon_sym_AMP_GT] = ACTIONS(819),
[anon_sym_AMP_GT_GT] = ACTIONS(817),
[anon_sym_LT_AMP] = ACTIONS(817),
[anon_sym_GT_AMP] = ACTIONS(817),
[anon_sym_LT_LT] = ACTIONS(819),
[anon_sym_LT_LT_DASH] = ACTIONS(817),
[anon_sym_LT_LT_LT] = ACTIONS(817),
[sym__special_characters] = ACTIONS(817),
[anon_sym_DQUOTE] = ACTIONS(817),
[anon_sym_DOLLAR] = ACTIONS(819),
[sym_raw_string] = ACTIONS(817),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(817),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(817),
[anon_sym_BQUOTE] = ACTIONS(817),
[anon_sym_LT_LPAREN] = ACTIONS(817),
[anon_sym_GT_LPAREN] = ACTIONS(817),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(819),
[anon_sym_LF] = ACTIONS(817),
[anon_sym_AMP] = ACTIONS(819),
},
[2437] = {
[sym__simple_heredoc_body] = ACTIONS(821),
[sym__heredoc_body_beginning] = ACTIONS(821),
[sym_file_descriptor] = ACTIONS(821),
[sym__concat] = ACTIONS(821),
[sym_variable_name] = ACTIONS(821),
[anon_sym_SEMI] = ACTIONS(823),
[anon_sym_esac] = ACTIONS(823),
[anon_sym_PIPE] = ACTIONS(823),
[anon_sym_SEMI_SEMI] = ACTIONS(821),
[anon_sym_PIPE_AMP] = ACTIONS(821),
[anon_sym_AMP_AMP] = ACTIONS(821),
[anon_sym_PIPE_PIPE] = ACTIONS(821),
[anon_sym_LT] = ACTIONS(823),
[anon_sym_GT] = ACTIONS(823),
[anon_sym_GT_GT] = ACTIONS(821),
[anon_sym_AMP_GT] = ACTIONS(823),
[anon_sym_AMP_GT_GT] = ACTIONS(821),
[anon_sym_LT_AMP] = ACTIONS(821),
[anon_sym_GT_AMP] = ACTIONS(821),
[anon_sym_LT_LT] = ACTIONS(823),
[anon_sym_LT_LT_DASH] = ACTIONS(821),
[anon_sym_LT_LT_LT] = ACTIONS(821),
[sym__special_characters] = ACTIONS(821),
[anon_sym_DQUOTE] = ACTIONS(821),
[anon_sym_DOLLAR] = ACTIONS(823),
[sym_raw_string] = ACTIONS(821),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(821),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(821),
[anon_sym_BQUOTE] = ACTIONS(821),
[anon_sym_LT_LPAREN] = ACTIONS(821),
[anon_sym_GT_LPAREN] = ACTIONS(821),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(823),
[anon_sym_LF] = ACTIONS(821),
[anon_sym_AMP] = ACTIONS(823),
},
[2438] = {
[sym__simple_heredoc_body] = ACTIONS(825),
[sym__heredoc_body_beginning] = ACTIONS(825),
[sym_file_descriptor] = ACTIONS(825),
[sym__concat] = ACTIONS(825),
[sym_variable_name] = ACTIONS(825),
[anon_sym_SEMI] = ACTIONS(827),
[anon_sym_esac] = ACTIONS(827),
[anon_sym_PIPE] = ACTIONS(827),
[anon_sym_SEMI_SEMI] = ACTIONS(825),
[anon_sym_PIPE_AMP] = ACTIONS(825),
[anon_sym_AMP_AMP] = ACTIONS(825),
[anon_sym_PIPE_PIPE] = ACTIONS(825),
[anon_sym_LT] = ACTIONS(827),
[anon_sym_GT] = ACTIONS(827),
[anon_sym_GT_GT] = ACTIONS(825),
[anon_sym_AMP_GT] = ACTIONS(827),
[anon_sym_AMP_GT_GT] = ACTIONS(825),
[anon_sym_LT_AMP] = ACTIONS(825),
[anon_sym_GT_AMP] = ACTIONS(825),
[anon_sym_LT_LT] = ACTIONS(827),
[anon_sym_LT_LT_DASH] = ACTIONS(825),
[anon_sym_LT_LT_LT] = ACTIONS(825),
[sym__special_characters] = ACTIONS(825),
[anon_sym_DQUOTE] = ACTIONS(825),
[anon_sym_DOLLAR] = ACTIONS(827),
[sym_raw_string] = ACTIONS(825),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(825),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(825),
[anon_sym_BQUOTE] = ACTIONS(825),
[anon_sym_LT_LPAREN] = ACTIONS(825),
[anon_sym_GT_LPAREN] = ACTIONS(825),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(827),
[anon_sym_LF] = ACTIONS(825),
[anon_sym_AMP] = ACTIONS(827),
},
[2439] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(5928),
[sym_comment] = ACTIONS(57),
},
[2440] = {
[sym_subscript] = STATE(2584),
[sym_variable_name] = ACTIONS(5930),
[anon_sym_DASH] = ACTIONS(5932),
[anon_sym_DOLLAR] = ACTIONS(5932),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5934),
[anon_sym_STAR] = ACTIONS(5936),
[anon_sym_AT] = ACTIONS(5936),
[anon_sym_QMARK] = ACTIONS(5936),
[anon_sym_0] = ACTIONS(5934),
[anon_sym__] = ACTIONS(5934),
},
[2441] = {
[sym_concatenation] = STATE(2587),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2587),
[anon_sym_RBRACE] = ACTIONS(5938),
[anon_sym_EQ] = ACTIONS(5940),
[anon_sym_DASH] = ACTIONS(5940),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(5942),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(5944),
[anon_sym_COLON] = ACTIONS(5940),
[anon_sym_COLON_QMARK] = ACTIONS(5940),
[anon_sym_COLON_DASH] = ACTIONS(5940),
[anon_sym_PERCENT] = ACTIONS(5940),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2442] = {
[sym_concatenation] = STATE(2590),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2590),
[anon_sym_RBRACE] = ACTIONS(5946),
[anon_sym_EQ] = ACTIONS(5948),
[anon_sym_DASH] = ACTIONS(5948),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(5950),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(5952),
[anon_sym_COLON] = ACTIONS(5948),
[anon_sym_COLON_QMARK] = ACTIONS(5948),
[anon_sym_COLON_DASH] = ACTIONS(5948),
[anon_sym_PERCENT] = ACTIONS(5948),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2443] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2593),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(5954),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(5956),
[anon_sym_SEMI_SEMI] = ACTIONS(5958),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5958),
[anon_sym_AMP] = ACTIONS(5954),
},
[2444] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2593),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(5954),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(5956),
[anon_sym_SEMI_SEMI] = ACTIONS(5958),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(5958),
[anon_sym_AMP] = ACTIONS(5954),
},
[2445] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(2594),
[sym_for_statement] = STATE(2594),
[sym_c_style_for_statement] = STATE(2594),
[sym_while_statement] = STATE(2594),
[sym_if_statement] = STATE(2594),
[sym_case_statement] = STATE(2594),
[sym_function_definition] = STATE(2594),
[sym_compound_statement] = STATE(2594),
[sym_subshell] = STATE(2594),
[sym_pipeline] = STATE(2594),
[sym_list] = STATE(2594),
[sym_negated_command] = STATE(2594),
[sym_test_command] = STATE(2594),
[sym_declaration_command] = STATE(2594),
[sym_unset_command] = STATE(2594),
[sym_command] = STATE(2594),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(2595),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[2446] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(2597),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(5960),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(5962),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(5956),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5962),
[anon_sym_AMP] = ACTIONS(5960),
},
[2447] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(2597),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(5960),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(5962),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(5956),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(5962),
[anon_sym_AMP] = ACTIONS(5960),
},
[2448] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(2598),
[sym_for_statement] = STATE(2598),
[sym_c_style_for_statement] = STATE(2598),
[sym_while_statement] = STATE(2598),
[sym_if_statement] = STATE(2598),
[sym_case_statement] = STATE(2598),
[sym_function_definition] = STATE(2598),
[sym_compound_statement] = STATE(2598),
[sym_subshell] = STATE(2598),
[sym_pipeline] = STATE(2598),
[sym_list] = STATE(2598),
[sym_negated_command] = STATE(2598),
[sym_test_command] = STATE(2598),
[sym_declaration_command] = STATE(2598),
[sym_unset_command] = STATE(2598),
[sym_command] = STATE(2598),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(2599),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[2449] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2602),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(5964),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(5966),
[anon_sym_SEMI_SEMI] = ACTIONS(5968),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5968),
[anon_sym_AMP] = ACTIONS(5964),
},
[2450] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2602),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(5964),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(5966),
[anon_sym_SEMI_SEMI] = ACTIONS(5968),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(5968),
[anon_sym_AMP] = ACTIONS(5964),
},
[2451] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(2603),
[sym_for_statement] = STATE(2603),
[sym_c_style_for_statement] = STATE(2603),
[sym_while_statement] = STATE(2603),
[sym_if_statement] = STATE(2603),
[sym_case_statement] = STATE(2603),
[sym_function_definition] = STATE(2603),
[sym_compound_statement] = STATE(2603),
[sym_subshell] = STATE(2603),
[sym_pipeline] = STATE(2603),
[sym_list] = STATE(2603),
[sym_negated_command] = STATE(2603),
[sym_test_command] = STATE(2603),
[sym_declaration_command] = STATE(2603),
[sym_unset_command] = STATE(2603),
[sym_command] = STATE(2603),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(2604),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[2452] = {
[sym__simple_heredoc_body] = ACTIONS(1089),
[sym__heredoc_body_beginning] = ACTIONS(1089),
[sym_file_descriptor] = ACTIONS(1089),
[sym_variable_name] = ACTIONS(1089),
[anon_sym_SEMI] = ACTIONS(1091),
[anon_sym_esac] = ACTIONS(1091),
[anon_sym_PIPE] = ACTIONS(1091),
[anon_sym_SEMI_SEMI] = ACTIONS(1089),
[anon_sym_PIPE_AMP] = ACTIONS(1089),
[anon_sym_AMP_AMP] = ACTIONS(1089),
[anon_sym_PIPE_PIPE] = ACTIONS(1089),
[anon_sym_LT] = ACTIONS(1091),
[anon_sym_GT] = ACTIONS(1091),
[anon_sym_GT_GT] = ACTIONS(1089),
[anon_sym_AMP_GT] = ACTIONS(1091),
[anon_sym_AMP_GT_GT] = ACTIONS(1089),
[anon_sym_LT_AMP] = ACTIONS(1089),
[anon_sym_GT_AMP] = ACTIONS(1089),
[anon_sym_LT_LT] = ACTIONS(1091),
[anon_sym_LT_LT_DASH] = ACTIONS(1089),
[anon_sym_LT_LT_LT] = ACTIONS(1089),
[sym__special_characters] = ACTIONS(1089),
[anon_sym_DQUOTE] = ACTIONS(1089),
[anon_sym_DOLLAR] = ACTIONS(1091),
[sym_raw_string] = ACTIONS(1089),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1089),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1089),
[anon_sym_BQUOTE] = ACTIONS(1089),
[anon_sym_LT_LPAREN] = ACTIONS(1089),
[anon_sym_GT_LPAREN] = ACTIONS(1089),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1091),
[sym_word] = ACTIONS(1091),
[anon_sym_LF] = ACTIONS(1089),
[anon_sym_AMP] = ACTIONS(1091),
},
[2453] = {
[sym_concatenation] = STATE(2606),
[sym_string] = STATE(539),
[sym_simple_expansion] = STATE(539),
[sym_string_expansion] = STATE(539),
[sym_expansion] = STATE(539),
[sym_command_substitution] = STATE(539),
[sym_process_substitution] = STATE(539),
[aux_sym_for_statement_repeat1] = STATE(2606),
[anon_sym_RPAREN] = ACTIONS(5970),
[sym__special_characters] = ACTIONS(1095),
[anon_sym_DQUOTE] = ACTIONS(1097),
[anon_sym_DOLLAR] = ACTIONS(1099),
[sym_raw_string] = ACTIONS(1101),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1103),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1105),
[anon_sym_BQUOTE] = ACTIONS(1107),
[anon_sym_LT_LPAREN] = ACTIONS(1109),
[anon_sym_GT_LPAREN] = ACTIONS(1109),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1101),
},
[2454] = {
[aux_sym_concatenation_repeat1] = STATE(2299),
[sym__simple_heredoc_body] = ACTIONS(1111),
[sym__heredoc_body_beginning] = ACTIONS(1111),
[sym_file_descriptor] = ACTIONS(1111),
[sym__concat] = ACTIONS(5342),
[sym_variable_name] = ACTIONS(1111),
[anon_sym_SEMI] = ACTIONS(1115),
[anon_sym_esac] = ACTIONS(1115),
[anon_sym_PIPE] = ACTIONS(1115),
[anon_sym_SEMI_SEMI] = ACTIONS(1111),
[anon_sym_PIPE_AMP] = ACTIONS(1111),
[anon_sym_AMP_AMP] = ACTIONS(1111),
[anon_sym_PIPE_PIPE] = ACTIONS(1111),
[anon_sym_LT] = ACTIONS(1115),
[anon_sym_GT] = ACTIONS(1115),
[anon_sym_GT_GT] = ACTIONS(1111),
[anon_sym_AMP_GT] = ACTIONS(1115),
[anon_sym_AMP_GT_GT] = ACTIONS(1111),
[anon_sym_LT_AMP] = ACTIONS(1111),
[anon_sym_GT_AMP] = ACTIONS(1111),
[anon_sym_LT_LT] = ACTIONS(1115),
[anon_sym_LT_LT_DASH] = ACTIONS(1111),
[anon_sym_LT_LT_LT] = ACTIONS(1111),
[sym__special_characters] = ACTIONS(1111),
[anon_sym_DQUOTE] = ACTIONS(1111),
[anon_sym_DOLLAR] = ACTIONS(1115),
[sym_raw_string] = ACTIONS(1111),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1111),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1111),
[anon_sym_BQUOTE] = ACTIONS(1111),
[anon_sym_LT_LPAREN] = ACTIONS(1111),
[anon_sym_GT_LPAREN] = ACTIONS(1111),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1115),
[sym_word] = ACTIONS(1115),
[anon_sym_LF] = ACTIONS(1111),
[anon_sym_AMP] = ACTIONS(1115),
},
[2455] = {
[aux_sym_concatenation_repeat1] = STATE(2299),
[sym__simple_heredoc_body] = ACTIONS(1089),
[sym__heredoc_body_beginning] = ACTIONS(1089),
[sym_file_descriptor] = ACTIONS(1089),
[sym__concat] = ACTIONS(5342),
[sym_variable_name] = ACTIONS(1089),
[anon_sym_SEMI] = ACTIONS(1091),
[anon_sym_esac] = ACTIONS(1091),
[anon_sym_PIPE] = ACTIONS(1091),
[anon_sym_SEMI_SEMI] = ACTIONS(1089),
[anon_sym_PIPE_AMP] = ACTIONS(1089),
[anon_sym_AMP_AMP] = ACTIONS(1089),
[anon_sym_PIPE_PIPE] = ACTIONS(1089),
[anon_sym_LT] = ACTIONS(1091),
[anon_sym_GT] = ACTIONS(1091),
[anon_sym_GT_GT] = ACTIONS(1089),
[anon_sym_AMP_GT] = ACTIONS(1091),
[anon_sym_AMP_GT_GT] = ACTIONS(1089),
[anon_sym_LT_AMP] = ACTIONS(1089),
[anon_sym_GT_AMP] = ACTIONS(1089),
[anon_sym_LT_LT] = ACTIONS(1091),
[anon_sym_LT_LT_DASH] = ACTIONS(1089),
[anon_sym_LT_LT_LT] = ACTIONS(1089),
[sym__special_characters] = ACTIONS(1089),
[anon_sym_DQUOTE] = ACTIONS(1089),
[anon_sym_DOLLAR] = ACTIONS(1091),
[sym_raw_string] = ACTIONS(1089),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1089),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1089),
[anon_sym_BQUOTE] = ACTIONS(1089),
[anon_sym_LT_LPAREN] = ACTIONS(1089),
[anon_sym_GT_LPAREN] = ACTIONS(1089),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1091),
[sym_word] = ACTIONS(1091),
[anon_sym_LF] = ACTIONS(1089),
[anon_sym_AMP] = ACTIONS(1091),
},
[2456] = {
[sym__simple_heredoc_body] = ACTIONS(1730),
[sym__heredoc_body_beginning] = ACTIONS(1730),
[sym_file_descriptor] = ACTIONS(1730),
[sym__concat] = ACTIONS(1730),
[sym_variable_name] = ACTIONS(1730),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_esac] = ACTIONS(1732),
[anon_sym_PIPE] = ACTIONS(1732),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[anon_sym_PIPE_AMP] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_GT_GT] = ACTIONS(1730),
[anon_sym_AMP_GT] = ACTIONS(1732),
[anon_sym_AMP_GT_GT] = ACTIONS(1730),
[anon_sym_LT_AMP] = ACTIONS(1730),
[anon_sym_GT_AMP] = ACTIONS(1730),
[anon_sym_LT_LT] = ACTIONS(1732),
[anon_sym_LT_LT_DASH] = ACTIONS(1730),
[anon_sym_LT_LT_LT] = ACTIONS(1730),
[sym__special_characters] = ACTIONS(1730),
[anon_sym_DQUOTE] = ACTIONS(1730),
[anon_sym_DOLLAR] = ACTIONS(1732),
[sym_raw_string] = ACTIONS(1730),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1730),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[anon_sym_LT_LPAREN] = ACTIONS(1730),
[anon_sym_GT_LPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1732),
[sym_word] = ACTIONS(1732),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1732),
},
[2457] = {
[aux_sym_concatenation_repeat1] = STATE(2457),
[sym__simple_heredoc_body] = ACTIONS(1730),
[sym__heredoc_body_beginning] = ACTIONS(1730),
[sym_file_descriptor] = ACTIONS(1730),
[sym__concat] = ACTIONS(5972),
[sym_variable_name] = ACTIONS(1730),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_esac] = ACTIONS(1732),
[anon_sym_PIPE] = ACTIONS(1732),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[anon_sym_PIPE_AMP] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_GT_GT] = ACTIONS(1730),
[anon_sym_AMP_GT] = ACTIONS(1732),
[anon_sym_AMP_GT_GT] = ACTIONS(1730),
[anon_sym_LT_AMP] = ACTIONS(1730),
[anon_sym_GT_AMP] = ACTIONS(1730),
[anon_sym_LT_LT] = ACTIONS(1732),
[anon_sym_LT_LT_DASH] = ACTIONS(1730),
[anon_sym_LT_LT_LT] = ACTIONS(1730),
[sym__special_characters] = ACTIONS(1730),
[anon_sym_DQUOTE] = ACTIONS(1730),
[anon_sym_DOLLAR] = ACTIONS(1732),
[sym_raw_string] = ACTIONS(1730),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1730),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[anon_sym_LT_LPAREN] = ACTIONS(1730),
[anon_sym_GT_LPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1732),
[sym_word] = ACTIONS(1732),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1732),
},
[2458] = {
[sym__simple_heredoc_body] = ACTIONS(1737),
[sym__heredoc_body_beginning] = ACTIONS(1737),
[sym_file_descriptor] = ACTIONS(1737),
[sym__concat] = ACTIONS(1737),
[sym_variable_name] = ACTIONS(1737),
[anon_sym_SEMI] = ACTIONS(1739),
[anon_sym_esac] = ACTIONS(1739),
[anon_sym_PIPE] = ACTIONS(1739),
[anon_sym_SEMI_SEMI] = ACTIONS(1737),
[anon_sym_PIPE_AMP] = ACTIONS(1737),
[anon_sym_AMP_AMP] = ACTIONS(1737),
[anon_sym_PIPE_PIPE] = ACTIONS(1737),
[anon_sym_LT] = ACTIONS(1739),
[anon_sym_GT] = ACTIONS(1739),
[anon_sym_GT_GT] = ACTIONS(1737),
[anon_sym_AMP_GT] = ACTIONS(1739),
[anon_sym_AMP_GT_GT] = ACTIONS(1737),
[anon_sym_LT_AMP] = ACTIONS(1737),
[anon_sym_GT_AMP] = ACTIONS(1737),
[anon_sym_LT_LT] = ACTIONS(1739),
[anon_sym_LT_LT_DASH] = ACTIONS(1737),
[anon_sym_LT_LT_LT] = ACTIONS(1737),
[sym__special_characters] = ACTIONS(1737),
[anon_sym_DQUOTE] = ACTIONS(1737),
[anon_sym_DOLLAR] = ACTIONS(1739),
[sym_raw_string] = ACTIONS(1737),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1737),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1737),
[anon_sym_BQUOTE] = ACTIONS(1737),
[anon_sym_LT_LPAREN] = ACTIONS(1737),
[anon_sym_GT_LPAREN] = ACTIONS(1737),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1739),
[sym_word] = ACTIONS(1739),
[anon_sym_LF] = ACTIONS(1737),
[anon_sym_AMP] = ACTIONS(1739),
},
[2459] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(5975),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[2460] = {
[sym_concatenation] = STATE(2611),
[sym_string] = STATE(2610),
[sym_simple_expansion] = STATE(2610),
[sym_string_expansion] = STATE(2610),
[sym_expansion] = STATE(2610),
[sym_command_substitution] = STATE(2610),
[sym_process_substitution] = STATE(2610),
[anon_sym_RBRACE] = ACTIONS(5977),
[sym__special_characters] = ACTIONS(5979),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(5981),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5981),
},
[2461] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(5983),
[sym_comment] = ACTIONS(57),
},
[2462] = {
[sym_concatenation] = STATE(2615),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2615),
[anon_sym_RBRACE] = ACTIONS(5985),
[anon_sym_EQ] = ACTIONS(5987),
[anon_sym_DASH] = ACTIONS(5987),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(5989),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(5991),
[anon_sym_COLON] = ACTIONS(5987),
[anon_sym_COLON_QMARK] = ACTIONS(5987),
[anon_sym_COLON_DASH] = ACTIONS(5987),
[anon_sym_PERCENT] = ACTIONS(5987),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2463] = {
[sym_concatenation] = STATE(2617),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2617),
[anon_sym_RBRACE] = ACTIONS(5977),
[anon_sym_EQ] = ACTIONS(5993),
[anon_sym_DASH] = ACTIONS(5993),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(5995),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(5997),
[anon_sym_COLON] = ACTIONS(5993),
[anon_sym_COLON_QMARK] = ACTIONS(5993),
[anon_sym_COLON_DASH] = ACTIONS(5993),
[anon_sym_PERCENT] = ACTIONS(5993),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2464] = {
[sym__simple_heredoc_body] = ACTIONS(1838),
[sym__heredoc_body_beginning] = ACTIONS(1838),
[sym_file_descriptor] = ACTIONS(1838),
[sym__concat] = ACTIONS(1838),
[sym_variable_name] = ACTIONS(1838),
[anon_sym_SEMI] = ACTIONS(1840),
[anon_sym_esac] = ACTIONS(1840),
[anon_sym_PIPE] = ACTIONS(1840),
[anon_sym_SEMI_SEMI] = ACTIONS(1838),
[anon_sym_PIPE_AMP] = ACTIONS(1838),
[anon_sym_AMP_AMP] = ACTIONS(1838),
[anon_sym_PIPE_PIPE] = ACTIONS(1838),
[anon_sym_LT] = ACTIONS(1840),
[anon_sym_GT] = ACTIONS(1840),
[anon_sym_GT_GT] = ACTIONS(1838),
[anon_sym_AMP_GT] = ACTIONS(1840),
[anon_sym_AMP_GT_GT] = ACTIONS(1838),
[anon_sym_LT_AMP] = ACTIONS(1838),
[anon_sym_GT_AMP] = ACTIONS(1838),
[anon_sym_LT_LT] = ACTIONS(1840),
[anon_sym_LT_LT_DASH] = ACTIONS(1838),
[anon_sym_LT_LT_LT] = ACTIONS(1838),
[sym__special_characters] = ACTIONS(1838),
[anon_sym_DQUOTE] = ACTIONS(1838),
[anon_sym_DOLLAR] = ACTIONS(1840),
[sym_raw_string] = ACTIONS(1838),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1838),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1838),
[anon_sym_BQUOTE] = ACTIONS(1838),
[anon_sym_LT_LPAREN] = ACTIONS(1838),
[anon_sym_GT_LPAREN] = ACTIONS(1838),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1840),
[sym_word] = ACTIONS(1840),
[anon_sym_LF] = ACTIONS(1838),
[anon_sym_AMP] = ACTIONS(1840),
},
[2465] = {
[sym_concatenation] = STATE(2620),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2620),
[sym_regex] = ACTIONS(5999),
[anon_sym_RBRACE] = ACTIONS(6001),
[anon_sym_EQ] = ACTIONS(6003),
[anon_sym_DASH] = ACTIONS(6003),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6005),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6003),
[anon_sym_COLON_QMARK] = ACTIONS(6003),
[anon_sym_COLON_DASH] = ACTIONS(6003),
[anon_sym_PERCENT] = ACTIONS(6003),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2466] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6001),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2467] = {
[sym__simple_heredoc_body] = ACTIONS(1886),
[sym__heredoc_body_beginning] = ACTIONS(1886),
[sym_file_descriptor] = ACTIONS(1886),
[sym__concat] = ACTIONS(1886),
[sym_variable_name] = ACTIONS(1886),
[anon_sym_SEMI] = ACTIONS(1888),
[anon_sym_esac] = ACTIONS(1888),
[anon_sym_PIPE] = ACTIONS(1888),
[anon_sym_SEMI_SEMI] = ACTIONS(1886),
[anon_sym_PIPE_AMP] = ACTIONS(1886),
[anon_sym_AMP_AMP] = ACTIONS(1886),
[anon_sym_PIPE_PIPE] = ACTIONS(1886),
[anon_sym_LT] = ACTIONS(1888),
[anon_sym_GT] = ACTIONS(1888),
[anon_sym_GT_GT] = ACTIONS(1886),
[anon_sym_AMP_GT] = ACTIONS(1888),
[anon_sym_AMP_GT_GT] = ACTIONS(1886),
[anon_sym_LT_AMP] = ACTIONS(1886),
[anon_sym_GT_AMP] = ACTIONS(1886),
[anon_sym_LT_LT] = ACTIONS(1888),
[anon_sym_LT_LT_DASH] = ACTIONS(1886),
[anon_sym_LT_LT_LT] = ACTIONS(1886),
[sym__special_characters] = ACTIONS(1886),
[anon_sym_DQUOTE] = ACTIONS(1886),
[anon_sym_DOLLAR] = ACTIONS(1888),
[sym_raw_string] = ACTIONS(1886),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1886),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1886),
[anon_sym_BQUOTE] = ACTIONS(1886),
[anon_sym_LT_LPAREN] = ACTIONS(1886),
[anon_sym_GT_LPAREN] = ACTIONS(1886),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1888),
[sym_word] = ACTIONS(1888),
[anon_sym_LF] = ACTIONS(1886),
[anon_sym_AMP] = ACTIONS(1888),
},
[2468] = {
[sym_concatenation] = STATE(2617),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2617),
[sym_regex] = ACTIONS(6007),
[anon_sym_RBRACE] = ACTIONS(5977),
[anon_sym_EQ] = ACTIONS(5993),
[anon_sym_DASH] = ACTIONS(5993),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(5995),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(5993),
[anon_sym_COLON_QMARK] = ACTIONS(5993),
[anon_sym_COLON_DASH] = ACTIONS(5993),
[anon_sym_PERCENT] = ACTIONS(5993),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2469] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(5977),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2470] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(6009),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2471] = {
[sym__simple_heredoc_body] = ACTIONS(1894),
[sym__heredoc_body_beginning] = ACTIONS(1894),
[sym_file_descriptor] = ACTIONS(1894),
[sym__concat] = ACTIONS(1894),
[sym_variable_name] = ACTIONS(1894),
[anon_sym_SEMI] = ACTIONS(1896),
[anon_sym_esac] = ACTIONS(1896),
[anon_sym_PIPE] = ACTIONS(1896),
[anon_sym_SEMI_SEMI] = ACTIONS(1894),
[anon_sym_PIPE_AMP] = ACTIONS(1894),
[anon_sym_AMP_AMP] = ACTIONS(1894),
[anon_sym_PIPE_PIPE] = ACTIONS(1894),
[anon_sym_LT] = ACTIONS(1896),
[anon_sym_GT] = ACTIONS(1896),
[anon_sym_GT_GT] = ACTIONS(1894),
[anon_sym_AMP_GT] = ACTIONS(1896),
[anon_sym_AMP_GT_GT] = ACTIONS(1894),
[anon_sym_LT_AMP] = ACTIONS(1894),
[anon_sym_GT_AMP] = ACTIONS(1894),
[anon_sym_LT_LT] = ACTIONS(1896),
[anon_sym_LT_LT_DASH] = ACTIONS(1894),
[anon_sym_LT_LT_LT] = ACTIONS(1894),
[sym__special_characters] = ACTIONS(1894),
[anon_sym_DQUOTE] = ACTIONS(1894),
[anon_sym_DOLLAR] = ACTIONS(1896),
[sym_raw_string] = ACTIONS(1894),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1894),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1894),
[anon_sym_BQUOTE] = ACTIONS(1894),
[anon_sym_LT_LPAREN] = ACTIONS(1894),
[anon_sym_GT_LPAREN] = ACTIONS(1894),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1896),
[sym_word] = ACTIONS(1896),
[anon_sym_LF] = ACTIONS(1894),
[anon_sym_AMP] = ACTIONS(1896),
},
[2472] = {
[anon_sym_SEMI] = ACTIONS(6011),
[anon_sym_RPAREN] = ACTIONS(6009),
[anon_sym_SEMI_SEMI] = ACTIONS(6013),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6013),
[anon_sym_AMP] = ACTIONS(6013),
},
[2473] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2625),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(6015),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(6009),
[anon_sym_SEMI_SEMI] = ACTIONS(6017),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6017),
[anon_sym_AMP] = ACTIONS(6015),
},
[2474] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2625),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(6015),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(6009),
[anon_sym_SEMI_SEMI] = ACTIONS(6017),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(6017),
[anon_sym_AMP] = ACTIONS(6015),
},
[2475] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(6009),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2476] = {
[anon_sym_SEMI] = ACTIONS(6019),
[anon_sym_SEMI_SEMI] = ACTIONS(6021),
[anon_sym_BQUOTE] = ACTIONS(6009),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6021),
[anon_sym_AMP] = ACTIONS(6021),
},
[2477] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(2628),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(6023),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(6025),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(6009),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6025),
[anon_sym_AMP] = ACTIONS(6023),
},
[2478] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(2628),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(6023),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(6025),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(6009),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(6025),
[anon_sym_AMP] = ACTIONS(6023),
},
[2479] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(6027),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2480] = {
[sym__simple_heredoc_body] = ACTIONS(1928),
[sym__heredoc_body_beginning] = ACTIONS(1928),
[sym_file_descriptor] = ACTIONS(1928),
[sym__concat] = ACTIONS(1928),
[sym_variable_name] = ACTIONS(1928),
[anon_sym_SEMI] = ACTIONS(1930),
[anon_sym_esac] = ACTIONS(1930),
[anon_sym_PIPE] = ACTIONS(1930),
[anon_sym_SEMI_SEMI] = ACTIONS(1928),
[anon_sym_PIPE_AMP] = ACTIONS(1928),
[anon_sym_AMP_AMP] = ACTIONS(1928),
[anon_sym_PIPE_PIPE] = ACTIONS(1928),
[anon_sym_LT] = ACTIONS(1930),
[anon_sym_GT] = ACTIONS(1930),
[anon_sym_GT_GT] = ACTIONS(1928),
[anon_sym_AMP_GT] = ACTIONS(1930),
[anon_sym_AMP_GT_GT] = ACTIONS(1928),
[anon_sym_LT_AMP] = ACTIONS(1928),
[anon_sym_GT_AMP] = ACTIONS(1928),
[anon_sym_LT_LT] = ACTIONS(1930),
[anon_sym_LT_LT_DASH] = ACTIONS(1928),
[anon_sym_LT_LT_LT] = ACTIONS(1928),
[sym__special_characters] = ACTIONS(1928),
[anon_sym_DQUOTE] = ACTIONS(1928),
[anon_sym_DOLLAR] = ACTIONS(1930),
[sym_raw_string] = ACTIONS(1928),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1928),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1928),
[anon_sym_BQUOTE] = ACTIONS(1928),
[anon_sym_LT_LPAREN] = ACTIONS(1928),
[anon_sym_GT_LPAREN] = ACTIONS(1928),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1930),
[sym_word] = ACTIONS(1930),
[anon_sym_LF] = ACTIONS(1928),
[anon_sym_AMP] = ACTIONS(1930),
},
[2481] = {
[anon_sym_SEMI] = ACTIONS(6029),
[anon_sym_RPAREN] = ACTIONS(6027),
[anon_sym_SEMI_SEMI] = ACTIONS(6031),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6031),
[anon_sym_AMP] = ACTIONS(6031),
},
[2482] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2632),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(6033),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(6027),
[anon_sym_SEMI_SEMI] = ACTIONS(6035),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6035),
[anon_sym_AMP] = ACTIONS(6033),
},
[2483] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2632),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(6033),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(6027),
[anon_sym_SEMI_SEMI] = ACTIONS(6035),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(6035),
[anon_sym_AMP] = ACTIONS(6033),
},
[2484] = {
[sym__simple_heredoc_body] = ACTIONS(1730),
[sym__heredoc_body_beginning] = ACTIONS(1730),
[sym_file_descriptor] = ACTIONS(1730),
[sym__concat] = ACTIONS(1730),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_esac] = ACTIONS(1732),
[anon_sym_PIPE] = ACTIONS(1732),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[anon_sym_PIPE_AMP] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_GT_GT] = ACTIONS(1730),
[anon_sym_AMP_GT] = ACTIONS(1732),
[anon_sym_AMP_GT_GT] = ACTIONS(1730),
[anon_sym_LT_AMP] = ACTIONS(1730),
[anon_sym_GT_AMP] = ACTIONS(1730),
[anon_sym_LT_LT] = ACTIONS(1732),
[anon_sym_LT_LT_DASH] = ACTIONS(1730),
[anon_sym_LT_LT_LT] = ACTIONS(1730),
[sym__special_characters] = ACTIONS(1730),
[anon_sym_DQUOTE] = ACTIONS(1730),
[anon_sym_DOLLAR] = ACTIONS(1732),
[sym_raw_string] = ACTIONS(1730),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1730),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[anon_sym_LT_LPAREN] = ACTIONS(1730),
[anon_sym_GT_LPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1732),
[sym_word] = ACTIONS(1732),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1732),
},
[2485] = {
[aux_sym_concatenation_repeat1] = STATE(2485),
[sym__simple_heredoc_body] = ACTIONS(1730),
[sym__heredoc_body_beginning] = ACTIONS(1730),
[sym_file_descriptor] = ACTIONS(1730),
[sym__concat] = ACTIONS(6037),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_esac] = ACTIONS(1732),
[anon_sym_PIPE] = ACTIONS(1732),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[anon_sym_PIPE_AMP] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_GT_GT] = ACTIONS(1730),
[anon_sym_AMP_GT] = ACTIONS(1732),
[anon_sym_AMP_GT_GT] = ACTIONS(1730),
[anon_sym_LT_AMP] = ACTIONS(1730),
[anon_sym_GT_AMP] = ACTIONS(1730),
[anon_sym_LT_LT] = ACTIONS(1732),
[anon_sym_LT_LT_DASH] = ACTIONS(1730),
[anon_sym_LT_LT_LT] = ACTIONS(1730),
[sym__special_characters] = ACTIONS(1730),
[anon_sym_DQUOTE] = ACTIONS(1730),
[anon_sym_DOLLAR] = ACTIONS(1732),
[sym_raw_string] = ACTIONS(1730),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1730),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[anon_sym_LT_LPAREN] = ACTIONS(1730),
[anon_sym_GT_LPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1732),
[sym_word] = ACTIONS(1732),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1732),
},
[2486] = {
[sym__simple_heredoc_body] = ACTIONS(1737),
[sym__heredoc_body_beginning] = ACTIONS(1737),
[sym_file_descriptor] = ACTIONS(1737),
[sym__concat] = ACTIONS(1737),
[anon_sym_SEMI] = ACTIONS(1739),
[anon_sym_esac] = ACTIONS(1739),
[anon_sym_PIPE] = ACTIONS(1739),
[anon_sym_SEMI_SEMI] = ACTIONS(1737),
[anon_sym_PIPE_AMP] = ACTIONS(1737),
[anon_sym_AMP_AMP] = ACTIONS(1737),
[anon_sym_PIPE_PIPE] = ACTIONS(1737),
[anon_sym_LT] = ACTIONS(1739),
[anon_sym_GT] = ACTIONS(1739),
[anon_sym_GT_GT] = ACTIONS(1737),
[anon_sym_AMP_GT] = ACTIONS(1739),
[anon_sym_AMP_GT_GT] = ACTIONS(1737),
[anon_sym_LT_AMP] = ACTIONS(1737),
[anon_sym_GT_AMP] = ACTIONS(1737),
[anon_sym_LT_LT] = ACTIONS(1739),
[anon_sym_LT_LT_DASH] = ACTIONS(1737),
[anon_sym_LT_LT_LT] = ACTIONS(1737),
[sym__special_characters] = ACTIONS(1737),
[anon_sym_DQUOTE] = ACTIONS(1737),
[anon_sym_DOLLAR] = ACTIONS(1739),
[sym_raw_string] = ACTIONS(1737),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1737),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1737),
[anon_sym_BQUOTE] = ACTIONS(1737),
[anon_sym_LT_LPAREN] = ACTIONS(1737),
[anon_sym_GT_LPAREN] = ACTIONS(1737),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1739),
[sym_word] = ACTIONS(1739),
[anon_sym_LF] = ACTIONS(1737),
[anon_sym_AMP] = ACTIONS(1739),
},
[2487] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(6040),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[2488] = {
[sym_concatenation] = STATE(2637),
[sym_string] = STATE(2636),
[sym_simple_expansion] = STATE(2636),
[sym_string_expansion] = STATE(2636),
[sym_expansion] = STATE(2636),
[sym_command_substitution] = STATE(2636),
[sym_process_substitution] = STATE(2636),
[anon_sym_RBRACE] = ACTIONS(6042),
[sym__special_characters] = ACTIONS(6044),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(6046),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(6046),
},
[2489] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(6048),
[sym_comment] = ACTIONS(57),
},
[2490] = {
[sym_concatenation] = STATE(2641),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2641),
[anon_sym_RBRACE] = ACTIONS(6050),
[anon_sym_EQ] = ACTIONS(6052),
[anon_sym_DASH] = ACTIONS(6052),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6054),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(6056),
[anon_sym_COLON] = ACTIONS(6052),
[anon_sym_COLON_QMARK] = ACTIONS(6052),
[anon_sym_COLON_DASH] = ACTIONS(6052),
[anon_sym_PERCENT] = ACTIONS(6052),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2491] = {
[sym_concatenation] = STATE(2643),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2643),
[anon_sym_RBRACE] = ACTIONS(6042),
[anon_sym_EQ] = ACTIONS(6058),
[anon_sym_DASH] = ACTIONS(6058),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6060),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(6062),
[anon_sym_COLON] = ACTIONS(6058),
[anon_sym_COLON_QMARK] = ACTIONS(6058),
[anon_sym_COLON_DASH] = ACTIONS(6058),
[anon_sym_PERCENT] = ACTIONS(6058),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2492] = {
[sym__simple_heredoc_body] = ACTIONS(1838),
[sym__heredoc_body_beginning] = ACTIONS(1838),
[sym_file_descriptor] = ACTIONS(1838),
[sym__concat] = ACTIONS(1838),
[anon_sym_SEMI] = ACTIONS(1840),
[anon_sym_esac] = ACTIONS(1840),
[anon_sym_PIPE] = ACTIONS(1840),
[anon_sym_SEMI_SEMI] = ACTIONS(1838),
[anon_sym_PIPE_AMP] = ACTIONS(1838),
[anon_sym_AMP_AMP] = ACTIONS(1838),
[anon_sym_PIPE_PIPE] = ACTIONS(1838),
[anon_sym_LT] = ACTIONS(1840),
[anon_sym_GT] = ACTIONS(1840),
[anon_sym_GT_GT] = ACTIONS(1838),
[anon_sym_AMP_GT] = ACTIONS(1840),
[anon_sym_AMP_GT_GT] = ACTIONS(1838),
[anon_sym_LT_AMP] = ACTIONS(1838),
[anon_sym_GT_AMP] = ACTIONS(1838),
[anon_sym_LT_LT] = ACTIONS(1840),
[anon_sym_LT_LT_DASH] = ACTIONS(1838),
[anon_sym_LT_LT_LT] = ACTIONS(1838),
[sym__special_characters] = ACTIONS(1838),
[anon_sym_DQUOTE] = ACTIONS(1838),
[anon_sym_DOLLAR] = ACTIONS(1840),
[sym_raw_string] = ACTIONS(1838),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1838),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1838),
[anon_sym_BQUOTE] = ACTIONS(1838),
[anon_sym_LT_LPAREN] = ACTIONS(1838),
[anon_sym_GT_LPAREN] = ACTIONS(1838),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1840),
[sym_word] = ACTIONS(1840),
[anon_sym_LF] = ACTIONS(1838),
[anon_sym_AMP] = ACTIONS(1840),
},
[2493] = {
[sym_concatenation] = STATE(2646),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2646),
[sym_regex] = ACTIONS(6064),
[anon_sym_RBRACE] = ACTIONS(6066),
[anon_sym_EQ] = ACTIONS(6068),
[anon_sym_DASH] = ACTIONS(6068),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6070),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6068),
[anon_sym_COLON_QMARK] = ACTIONS(6068),
[anon_sym_COLON_DASH] = ACTIONS(6068),
[anon_sym_PERCENT] = ACTIONS(6068),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2494] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6066),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2495] = {
[sym__simple_heredoc_body] = ACTIONS(1886),
[sym__heredoc_body_beginning] = ACTIONS(1886),
[sym_file_descriptor] = ACTIONS(1886),
[sym__concat] = ACTIONS(1886),
[anon_sym_SEMI] = ACTIONS(1888),
[anon_sym_esac] = ACTIONS(1888),
[anon_sym_PIPE] = ACTIONS(1888),
[anon_sym_SEMI_SEMI] = ACTIONS(1886),
[anon_sym_PIPE_AMP] = ACTIONS(1886),
[anon_sym_AMP_AMP] = ACTIONS(1886),
[anon_sym_PIPE_PIPE] = ACTIONS(1886),
[anon_sym_LT] = ACTIONS(1888),
[anon_sym_GT] = ACTIONS(1888),
[anon_sym_GT_GT] = ACTIONS(1886),
[anon_sym_AMP_GT] = ACTIONS(1888),
[anon_sym_AMP_GT_GT] = ACTIONS(1886),
[anon_sym_LT_AMP] = ACTIONS(1886),
[anon_sym_GT_AMP] = ACTIONS(1886),
[anon_sym_LT_LT] = ACTIONS(1888),
[anon_sym_LT_LT_DASH] = ACTIONS(1886),
[anon_sym_LT_LT_LT] = ACTIONS(1886),
[sym__special_characters] = ACTIONS(1886),
[anon_sym_DQUOTE] = ACTIONS(1886),
[anon_sym_DOLLAR] = ACTIONS(1888),
[sym_raw_string] = ACTIONS(1886),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1886),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1886),
[anon_sym_BQUOTE] = ACTIONS(1886),
[anon_sym_LT_LPAREN] = ACTIONS(1886),
[anon_sym_GT_LPAREN] = ACTIONS(1886),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1888),
[sym_word] = ACTIONS(1888),
[anon_sym_LF] = ACTIONS(1886),
[anon_sym_AMP] = ACTIONS(1888),
},
[2496] = {
[sym_concatenation] = STATE(2643),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2643),
[sym_regex] = ACTIONS(6072),
[anon_sym_RBRACE] = ACTIONS(6042),
[anon_sym_EQ] = ACTIONS(6058),
[anon_sym_DASH] = ACTIONS(6058),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6060),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6058),
[anon_sym_COLON_QMARK] = ACTIONS(6058),
[anon_sym_COLON_DASH] = ACTIONS(6058),
[anon_sym_PERCENT] = ACTIONS(6058),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2497] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6042),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2498] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(6074),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2499] = {
[sym__simple_heredoc_body] = ACTIONS(1894),
[sym__heredoc_body_beginning] = ACTIONS(1894),
[sym_file_descriptor] = ACTIONS(1894),
[sym__concat] = ACTIONS(1894),
[anon_sym_SEMI] = ACTIONS(1896),
[anon_sym_esac] = ACTIONS(1896),
[anon_sym_PIPE] = ACTIONS(1896),
[anon_sym_SEMI_SEMI] = ACTIONS(1894),
[anon_sym_PIPE_AMP] = ACTIONS(1894),
[anon_sym_AMP_AMP] = ACTIONS(1894),
[anon_sym_PIPE_PIPE] = ACTIONS(1894),
[anon_sym_LT] = ACTIONS(1896),
[anon_sym_GT] = ACTIONS(1896),
[anon_sym_GT_GT] = ACTIONS(1894),
[anon_sym_AMP_GT] = ACTIONS(1896),
[anon_sym_AMP_GT_GT] = ACTIONS(1894),
[anon_sym_LT_AMP] = ACTIONS(1894),
[anon_sym_GT_AMP] = ACTIONS(1894),
[anon_sym_LT_LT] = ACTIONS(1896),
[anon_sym_LT_LT_DASH] = ACTIONS(1894),
[anon_sym_LT_LT_LT] = ACTIONS(1894),
[sym__special_characters] = ACTIONS(1894),
[anon_sym_DQUOTE] = ACTIONS(1894),
[anon_sym_DOLLAR] = ACTIONS(1896),
[sym_raw_string] = ACTIONS(1894),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1894),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1894),
[anon_sym_BQUOTE] = ACTIONS(1894),
[anon_sym_LT_LPAREN] = ACTIONS(1894),
[anon_sym_GT_LPAREN] = ACTIONS(1894),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1896),
[sym_word] = ACTIONS(1896),
[anon_sym_LF] = ACTIONS(1894),
[anon_sym_AMP] = ACTIONS(1896),
},
[2500] = {
[anon_sym_SEMI] = ACTIONS(6076),
[anon_sym_RPAREN] = ACTIONS(6074),
[anon_sym_SEMI_SEMI] = ACTIONS(6078),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6078),
[anon_sym_AMP] = ACTIONS(6078),
},
[2501] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2651),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(6080),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(6074),
[anon_sym_SEMI_SEMI] = ACTIONS(6082),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6082),
[anon_sym_AMP] = ACTIONS(6080),
},
[2502] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2651),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(6080),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(6074),
[anon_sym_SEMI_SEMI] = ACTIONS(6082),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(6082),
[anon_sym_AMP] = ACTIONS(6080),
},
[2503] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(6074),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2504] = {
[anon_sym_SEMI] = ACTIONS(6084),
[anon_sym_SEMI_SEMI] = ACTIONS(6086),
[anon_sym_BQUOTE] = ACTIONS(6074),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6086),
[anon_sym_AMP] = ACTIONS(6086),
},
[2505] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(2654),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(6088),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(6090),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(6074),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6090),
[anon_sym_AMP] = ACTIONS(6088),
},
[2506] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(2654),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(6088),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(6090),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(6074),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(6090),
[anon_sym_AMP] = ACTIONS(6088),
},
[2507] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(6092),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2508] = {
[sym__simple_heredoc_body] = ACTIONS(1928),
[sym__heredoc_body_beginning] = ACTIONS(1928),
[sym_file_descriptor] = ACTIONS(1928),
[sym__concat] = ACTIONS(1928),
[anon_sym_SEMI] = ACTIONS(1930),
[anon_sym_esac] = ACTIONS(1930),
[anon_sym_PIPE] = ACTIONS(1930),
[anon_sym_SEMI_SEMI] = ACTIONS(1928),
[anon_sym_PIPE_AMP] = ACTIONS(1928),
[anon_sym_AMP_AMP] = ACTIONS(1928),
[anon_sym_PIPE_PIPE] = ACTIONS(1928),
[anon_sym_LT] = ACTIONS(1930),
[anon_sym_GT] = ACTIONS(1930),
[anon_sym_GT_GT] = ACTIONS(1928),
[anon_sym_AMP_GT] = ACTIONS(1930),
[anon_sym_AMP_GT_GT] = ACTIONS(1928),
[anon_sym_LT_AMP] = ACTIONS(1928),
[anon_sym_GT_AMP] = ACTIONS(1928),
[anon_sym_LT_LT] = ACTIONS(1930),
[anon_sym_LT_LT_DASH] = ACTIONS(1928),
[anon_sym_LT_LT_LT] = ACTIONS(1928),
[sym__special_characters] = ACTIONS(1928),
[anon_sym_DQUOTE] = ACTIONS(1928),
[anon_sym_DOLLAR] = ACTIONS(1930),
[sym_raw_string] = ACTIONS(1928),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1928),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1928),
[anon_sym_BQUOTE] = ACTIONS(1928),
[anon_sym_LT_LPAREN] = ACTIONS(1928),
[anon_sym_GT_LPAREN] = ACTIONS(1928),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1930),
[sym_word] = ACTIONS(1930),
[anon_sym_LF] = ACTIONS(1928),
[anon_sym_AMP] = ACTIONS(1930),
},
[2509] = {
[anon_sym_SEMI] = ACTIONS(6094),
[anon_sym_RPAREN] = ACTIONS(6092),
[anon_sym_SEMI_SEMI] = ACTIONS(6096),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6096),
[anon_sym_AMP] = ACTIONS(6096),
},
[2510] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2658),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(6098),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(6092),
[anon_sym_SEMI_SEMI] = ACTIONS(6100),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6100),
[anon_sym_AMP] = ACTIONS(6098),
},
[2511] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2658),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(6098),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(6092),
[anon_sym_SEMI_SEMI] = ACTIONS(6100),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(6100),
[anon_sym_AMP] = ACTIONS(6098),
},
[2512] = {
[sym__simple_heredoc_body] = ACTIONS(2934),
[sym__heredoc_body_beginning] = ACTIONS(2934),
[sym_file_descriptor] = ACTIONS(2934),
[sym__concat] = ACTIONS(2934),
[anon_sym_SEMI] = ACTIONS(2936),
[anon_sym_esac] = ACTIONS(2936),
[anon_sym_PIPE] = ACTIONS(2936),
[anon_sym_SEMI_SEMI] = ACTIONS(2934),
[anon_sym_PIPE_AMP] = ACTIONS(2934),
[anon_sym_AMP_AMP] = ACTIONS(2934),
[anon_sym_PIPE_PIPE] = ACTIONS(2934),
[anon_sym_EQ_TILDE] = ACTIONS(2936),
[anon_sym_EQ_EQ] = ACTIONS(2936),
[anon_sym_LT] = ACTIONS(2936),
[anon_sym_GT] = ACTIONS(2936),
[anon_sym_GT_GT] = ACTIONS(2934),
[anon_sym_AMP_GT] = ACTIONS(2936),
[anon_sym_AMP_GT_GT] = ACTIONS(2934),
[anon_sym_LT_AMP] = ACTIONS(2934),
[anon_sym_GT_AMP] = ACTIONS(2934),
[anon_sym_LT_LT] = ACTIONS(2936),
[anon_sym_LT_LT_DASH] = ACTIONS(2934),
[anon_sym_LT_LT_LT] = ACTIONS(2934),
[sym__special_characters] = ACTIONS(2934),
[anon_sym_DQUOTE] = ACTIONS(2934),
[anon_sym_DOLLAR] = ACTIONS(2936),
[sym_raw_string] = ACTIONS(2934),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2934),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2934),
[anon_sym_BQUOTE] = ACTIONS(2934),
[anon_sym_LT_LPAREN] = ACTIONS(2934),
[anon_sym_GT_LPAREN] = ACTIONS(2934),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2936),
[anon_sym_LF] = ACTIONS(2934),
[anon_sym_AMP] = ACTIONS(2936),
},
[2513] = {
[sym__simple_heredoc_body] = ACTIONS(2948),
[sym__heredoc_body_beginning] = ACTIONS(2948),
[sym_file_descriptor] = ACTIONS(2948),
[sym__concat] = ACTIONS(2948),
[anon_sym_SEMI] = ACTIONS(2950),
[anon_sym_esac] = ACTIONS(2950),
[anon_sym_PIPE] = ACTIONS(2950),
[anon_sym_SEMI_SEMI] = ACTIONS(2948),
[anon_sym_PIPE_AMP] = ACTIONS(2948),
[anon_sym_AMP_AMP] = ACTIONS(2948),
[anon_sym_PIPE_PIPE] = ACTIONS(2948),
[anon_sym_EQ_TILDE] = ACTIONS(2950),
[anon_sym_EQ_EQ] = ACTIONS(2950),
[anon_sym_LT] = ACTIONS(2950),
[anon_sym_GT] = ACTIONS(2950),
[anon_sym_GT_GT] = ACTIONS(2948),
[anon_sym_AMP_GT] = ACTIONS(2950),
[anon_sym_AMP_GT_GT] = ACTIONS(2948),
[anon_sym_LT_AMP] = ACTIONS(2948),
[anon_sym_GT_AMP] = ACTIONS(2948),
[anon_sym_LT_LT] = ACTIONS(2950),
[anon_sym_LT_LT_DASH] = ACTIONS(2948),
[anon_sym_LT_LT_LT] = ACTIONS(2948),
[sym__special_characters] = ACTIONS(2948),
[anon_sym_DQUOTE] = ACTIONS(2948),
[anon_sym_DOLLAR] = ACTIONS(2950),
[sym_raw_string] = ACTIONS(2948),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2948),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2948),
[anon_sym_BQUOTE] = ACTIONS(2948),
[anon_sym_LT_LPAREN] = ACTIONS(2948),
[anon_sym_GT_LPAREN] = ACTIONS(2948),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2950),
[anon_sym_LF] = ACTIONS(2948),
[anon_sym_AMP] = ACTIONS(2950),
},
[2514] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(6102),
[sym_comment] = ACTIONS(57),
},
[2515] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(6104),
[sym_comment] = ACTIONS(57),
},
[2516] = {
[anon_sym_RBRACE] = ACTIONS(6104),
[sym_comment] = ACTIONS(57),
},
[2517] = {
[sym_concatenation] = STATE(2663),
[sym_string] = STATE(2662),
[sym_simple_expansion] = STATE(2662),
[sym_string_expansion] = STATE(2662),
[sym_expansion] = STATE(2662),
[sym_command_substitution] = STATE(2662),
[sym_process_substitution] = STATE(2662),
[anon_sym_RBRACE] = ACTIONS(6104),
[sym__special_characters] = ACTIONS(6106),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(6108),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(6108),
},
[2518] = {
[sym__simple_heredoc_body] = ACTIONS(2984),
[sym__heredoc_body_beginning] = ACTIONS(2984),
[sym_file_descriptor] = ACTIONS(2984),
[sym__concat] = ACTIONS(2984),
[anon_sym_SEMI] = ACTIONS(2986),
[anon_sym_esac] = ACTIONS(2986),
[anon_sym_PIPE] = ACTIONS(2986),
[anon_sym_SEMI_SEMI] = ACTIONS(2984),
[anon_sym_PIPE_AMP] = ACTIONS(2984),
[anon_sym_AMP_AMP] = ACTIONS(2984),
[anon_sym_PIPE_PIPE] = ACTIONS(2984),
[anon_sym_EQ_TILDE] = ACTIONS(2986),
[anon_sym_EQ_EQ] = ACTIONS(2986),
[anon_sym_LT] = ACTIONS(2986),
[anon_sym_GT] = ACTIONS(2986),
[anon_sym_GT_GT] = ACTIONS(2984),
[anon_sym_AMP_GT] = ACTIONS(2986),
[anon_sym_AMP_GT_GT] = ACTIONS(2984),
[anon_sym_LT_AMP] = ACTIONS(2984),
[anon_sym_GT_AMP] = ACTIONS(2984),
[anon_sym_LT_LT] = ACTIONS(2986),
[anon_sym_LT_LT_DASH] = ACTIONS(2984),
[anon_sym_LT_LT_LT] = ACTIONS(2984),
[sym__special_characters] = ACTIONS(2984),
[anon_sym_DQUOTE] = ACTIONS(2984),
[anon_sym_DOLLAR] = ACTIONS(2986),
[sym_raw_string] = ACTIONS(2984),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2984),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2984),
[anon_sym_BQUOTE] = ACTIONS(2984),
[anon_sym_LT_LPAREN] = ACTIONS(2984),
[anon_sym_GT_LPAREN] = ACTIONS(2984),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2986),
[anon_sym_LF] = ACTIONS(2984),
[anon_sym_AMP] = ACTIONS(2986),
},
[2519] = {
[sym_concatenation] = STATE(2666),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2666),
[sym_regex] = ACTIONS(6110),
[anon_sym_RBRACE] = ACTIONS(6112),
[anon_sym_EQ] = ACTIONS(6114),
[anon_sym_DASH] = ACTIONS(6114),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6116),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6114),
[anon_sym_COLON_QMARK] = ACTIONS(6114),
[anon_sym_COLON_DASH] = ACTIONS(6114),
[anon_sym_PERCENT] = ACTIONS(6114),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2520] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6112),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2521] = {
[sym_concatenation] = STATE(2668),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2668),
[sym_regex] = ACTIONS(6118),
[anon_sym_RBRACE] = ACTIONS(6104),
[anon_sym_EQ] = ACTIONS(6120),
[anon_sym_DASH] = ACTIONS(6120),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6122),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6120),
[anon_sym_COLON_QMARK] = ACTIONS(6120),
[anon_sym_COLON_DASH] = ACTIONS(6120),
[anon_sym_PERCENT] = ACTIONS(6120),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2522] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6104),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2523] = {
[sym_concatenation] = STATE(2670),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2670),
[anon_sym_RBRACE] = ACTIONS(6124),
[anon_sym_EQ] = ACTIONS(6126),
[anon_sym_DASH] = ACTIONS(6126),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6128),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6126),
[anon_sym_COLON_QMARK] = ACTIONS(6126),
[anon_sym_COLON_DASH] = ACTIONS(6126),
[anon_sym_PERCENT] = ACTIONS(6126),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2524] = {
[sym__simple_heredoc_body] = ACTIONS(3040),
[sym__heredoc_body_beginning] = ACTIONS(3040),
[sym_file_descriptor] = ACTIONS(3040),
[sym__concat] = ACTIONS(3040),
[anon_sym_SEMI] = ACTIONS(3042),
[anon_sym_esac] = ACTIONS(3042),
[anon_sym_PIPE] = ACTIONS(3042),
[anon_sym_SEMI_SEMI] = ACTIONS(3040),
[anon_sym_PIPE_AMP] = ACTIONS(3040),
[anon_sym_AMP_AMP] = ACTIONS(3040),
[anon_sym_PIPE_PIPE] = ACTIONS(3040),
[anon_sym_EQ_TILDE] = ACTIONS(3042),
[anon_sym_EQ_EQ] = ACTIONS(3042),
[anon_sym_LT] = ACTIONS(3042),
[anon_sym_GT] = ACTIONS(3042),
[anon_sym_GT_GT] = ACTIONS(3040),
[anon_sym_AMP_GT] = ACTIONS(3042),
[anon_sym_AMP_GT_GT] = ACTIONS(3040),
[anon_sym_LT_AMP] = ACTIONS(3040),
[anon_sym_GT_AMP] = ACTIONS(3040),
[anon_sym_LT_LT] = ACTIONS(3042),
[anon_sym_LT_LT_DASH] = ACTIONS(3040),
[anon_sym_LT_LT_LT] = ACTIONS(3040),
[sym__special_characters] = ACTIONS(3040),
[anon_sym_DQUOTE] = ACTIONS(3040),
[anon_sym_DOLLAR] = ACTIONS(3042),
[sym_raw_string] = ACTIONS(3040),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3040),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3040),
[anon_sym_BQUOTE] = ACTIONS(3040),
[anon_sym_LT_LPAREN] = ACTIONS(3040),
[anon_sym_GT_LPAREN] = ACTIONS(3040),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3042),
[anon_sym_LF] = ACTIONS(3040),
[anon_sym_AMP] = ACTIONS(3042),
},
[2525] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6124),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2526] = {
[sym_concatenation] = STATE(2668),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2668),
[anon_sym_RBRACE] = ACTIONS(6104),
[anon_sym_EQ] = ACTIONS(6120),
[anon_sym_DASH] = ACTIONS(6120),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6122),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6120),
[anon_sym_COLON_QMARK] = ACTIONS(6120),
[anon_sym_COLON_DASH] = ACTIONS(6120),
[anon_sym_PERCENT] = ACTIONS(6120),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2527] = {
[sym__simple_heredoc_body] = ACTIONS(3095),
[sym__heredoc_body_beginning] = ACTIONS(3095),
[sym_file_descriptor] = ACTIONS(3095),
[sym__concat] = ACTIONS(3095),
[anon_sym_SEMI] = ACTIONS(3097),
[anon_sym_esac] = ACTIONS(3097),
[anon_sym_PIPE] = ACTIONS(3097),
[anon_sym_SEMI_SEMI] = ACTIONS(3095),
[anon_sym_PIPE_AMP] = ACTIONS(3095),
[anon_sym_AMP_AMP] = ACTIONS(3095),
[anon_sym_PIPE_PIPE] = ACTIONS(3095),
[anon_sym_EQ_TILDE] = ACTIONS(3097),
[anon_sym_EQ_EQ] = ACTIONS(3097),
[anon_sym_LT] = ACTIONS(3097),
[anon_sym_GT] = ACTIONS(3097),
[anon_sym_GT_GT] = ACTIONS(3095),
[anon_sym_AMP_GT] = ACTIONS(3097),
[anon_sym_AMP_GT_GT] = ACTIONS(3095),
[anon_sym_LT_AMP] = ACTIONS(3095),
[anon_sym_GT_AMP] = ACTIONS(3095),
[anon_sym_LT_LT] = ACTIONS(3097),
[anon_sym_LT_LT_DASH] = ACTIONS(3095),
[anon_sym_LT_LT_LT] = ACTIONS(3095),
[sym__special_characters] = ACTIONS(3095),
[anon_sym_DQUOTE] = ACTIONS(3095),
[anon_sym_DOLLAR] = ACTIONS(3097),
[sym_raw_string] = ACTIONS(3095),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3095),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3095),
[anon_sym_BQUOTE] = ACTIONS(3095),
[anon_sym_LT_LPAREN] = ACTIONS(3095),
[anon_sym_GT_LPAREN] = ACTIONS(3095),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3097),
[anon_sym_LF] = ACTIONS(3095),
[anon_sym_AMP] = ACTIONS(3097),
},
[2528] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(6130),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2529] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(6130),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2530] = {
[anon_sym_SEMI] = ACTIONS(6132),
[anon_sym_RPAREN] = ACTIONS(6130),
[anon_sym_SEMI_SEMI] = ACTIONS(6134),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6134),
[anon_sym_AMP] = ACTIONS(6134),
},
[2531] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(6130),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2532] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(6130),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2533] = {
[anon_sym_SEMI] = ACTIONS(6136),
[anon_sym_SEMI_SEMI] = ACTIONS(6138),
[anon_sym_BQUOTE] = ACTIONS(6130),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6138),
[anon_sym_AMP] = ACTIONS(6138),
},
[2534] = {
[sym__simple_heredoc_body] = ACTIONS(3125),
[sym__heredoc_body_beginning] = ACTIONS(3125),
[sym_file_descriptor] = ACTIONS(3125),
[sym__concat] = ACTIONS(3125),
[anon_sym_SEMI] = ACTIONS(3127),
[anon_sym_esac] = ACTIONS(3127),
[anon_sym_PIPE] = ACTIONS(3127),
[anon_sym_SEMI_SEMI] = ACTIONS(3125),
[anon_sym_PIPE_AMP] = ACTIONS(3125),
[anon_sym_AMP_AMP] = ACTIONS(3125),
[anon_sym_PIPE_PIPE] = ACTIONS(3125),
[anon_sym_EQ_TILDE] = ACTIONS(3127),
[anon_sym_EQ_EQ] = ACTIONS(3127),
[anon_sym_LT] = ACTIONS(3127),
[anon_sym_GT] = ACTIONS(3127),
[anon_sym_GT_GT] = ACTIONS(3125),
[anon_sym_AMP_GT] = ACTIONS(3127),
[anon_sym_AMP_GT_GT] = ACTIONS(3125),
[anon_sym_LT_AMP] = ACTIONS(3125),
[anon_sym_GT_AMP] = ACTIONS(3125),
[anon_sym_LT_LT] = ACTIONS(3127),
[anon_sym_LT_LT_DASH] = ACTIONS(3125),
[anon_sym_LT_LT_LT] = ACTIONS(3125),
[sym__special_characters] = ACTIONS(3125),
[anon_sym_DQUOTE] = ACTIONS(3125),
[anon_sym_DOLLAR] = ACTIONS(3127),
[sym_raw_string] = ACTIONS(3125),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3125),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3125),
[anon_sym_BQUOTE] = ACTIONS(3125),
[anon_sym_LT_LPAREN] = ACTIONS(3125),
[anon_sym_GT_LPAREN] = ACTIONS(3125),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3127),
[anon_sym_LF] = ACTIONS(3125),
[anon_sym_AMP] = ACTIONS(3127),
},
[2535] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(6140),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2536] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(6140),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2537] = {
[anon_sym_SEMI] = ACTIONS(6142),
[anon_sym_RPAREN] = ACTIONS(6140),
[anon_sym_SEMI_SEMI] = ACTIONS(6144),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6144),
[anon_sym_AMP] = ACTIONS(6144),
},
[2538] = {
[aux_sym_concatenation_repeat1] = STATE(2541),
[sym__simple_heredoc_body] = ACTIONS(1071),
[sym__heredoc_body_beginning] = ACTIONS(1071),
[sym_file_descriptor] = ACTIONS(1071),
[sym__concat] = ACTIONS(5818),
[anon_sym_SEMI] = ACTIONS(1073),
[anon_sym_esac] = ACTIONS(1071),
[anon_sym_PIPE] = ACTIONS(1073),
[anon_sym_SEMI_SEMI] = ACTIONS(1071),
[anon_sym_PIPE_AMP] = ACTIONS(1071),
[anon_sym_AMP_AMP] = ACTIONS(1071),
[anon_sym_PIPE_PIPE] = ACTIONS(1071),
[anon_sym_LT] = ACTIONS(1073),
[anon_sym_GT] = ACTIONS(1073),
[anon_sym_GT_GT] = ACTIONS(1071),
[anon_sym_AMP_GT] = ACTIONS(1073),
[anon_sym_AMP_GT_GT] = ACTIONS(1071),
[anon_sym_LT_AMP] = ACTIONS(1071),
[anon_sym_GT_AMP] = ACTIONS(1071),
[anon_sym_LT_LT] = ACTIONS(1073),
[anon_sym_LT_LT_DASH] = ACTIONS(1071),
[anon_sym_LT_LT_LT] = ACTIONS(1071),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1071),
[anon_sym_AMP] = ACTIONS(1073),
},
[2539] = {
[aux_sym_concatenation_repeat1] = STATE(2541),
[sym__simple_heredoc_body] = ACTIONS(1075),
[sym__heredoc_body_beginning] = ACTIONS(1075),
[sym_file_descriptor] = ACTIONS(1075),
[sym__concat] = ACTIONS(5818),
[anon_sym_SEMI] = ACTIONS(1077),
[anon_sym_esac] = ACTIONS(1075),
[anon_sym_PIPE] = ACTIONS(1077),
[anon_sym_SEMI_SEMI] = ACTIONS(1075),
[anon_sym_PIPE_AMP] = ACTIONS(1075),
[anon_sym_AMP_AMP] = ACTIONS(1075),
[anon_sym_PIPE_PIPE] = ACTIONS(1075),
[anon_sym_LT] = ACTIONS(1077),
[anon_sym_GT] = ACTIONS(1077),
[anon_sym_GT_GT] = ACTIONS(1075),
[anon_sym_AMP_GT] = ACTIONS(1077),
[anon_sym_AMP_GT_GT] = ACTIONS(1075),
[anon_sym_LT_AMP] = ACTIONS(1075),
[anon_sym_GT_AMP] = ACTIONS(1075),
[anon_sym_LT_LT] = ACTIONS(1077),
[anon_sym_LT_LT_DASH] = ACTIONS(1075),
[anon_sym_LT_LT_LT] = ACTIONS(1075),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1075),
[anon_sym_AMP] = ACTIONS(1077),
},
[2540] = {
[sym_string] = STATE(2676),
[sym_simple_expansion] = STATE(2676),
[sym_string_expansion] = STATE(2676),
[sym_expansion] = STATE(2676),
[sym_command_substitution] = STATE(2676),
[sym_process_substitution] = STATE(2676),
[sym__special_characters] = ACTIONS(6146),
[anon_sym_DQUOTE] = ACTIONS(5454),
[anon_sym_DOLLAR] = ACTIONS(5456),
[sym_raw_string] = ACTIONS(6146),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5460),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5462),
[anon_sym_BQUOTE] = ACTIONS(5464),
[anon_sym_LT_LPAREN] = ACTIONS(5466),
[anon_sym_GT_LPAREN] = ACTIONS(5466),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(6146),
},
[2541] = {
[aux_sym_concatenation_repeat1] = STATE(2677),
[sym__simple_heredoc_body] = ACTIONS(779),
[sym__heredoc_body_beginning] = ACTIONS(779),
[sym_file_descriptor] = ACTIONS(779),
[sym__concat] = ACTIONS(5818),
[anon_sym_SEMI] = ACTIONS(781),
[anon_sym_esac] = ACTIONS(779),
[anon_sym_PIPE] = ACTIONS(781),
[anon_sym_SEMI_SEMI] = ACTIONS(779),
[anon_sym_PIPE_AMP] = ACTIONS(779),
[anon_sym_AMP_AMP] = ACTIONS(779),
[anon_sym_PIPE_PIPE] = ACTIONS(779),
[anon_sym_LT] = ACTIONS(781),
[anon_sym_GT] = ACTIONS(781),
[anon_sym_GT_GT] = ACTIONS(779),
[anon_sym_AMP_GT] = ACTIONS(781),
[anon_sym_AMP_GT_GT] = ACTIONS(779),
[anon_sym_LT_AMP] = ACTIONS(779),
[anon_sym_GT_AMP] = ACTIONS(779),
[anon_sym_LT_LT] = ACTIONS(781),
[anon_sym_LT_LT_DASH] = ACTIONS(779),
[anon_sym_LT_LT_LT] = ACTIONS(779),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(779),
[anon_sym_AMP] = ACTIONS(781),
},
[2542] = {
[sym__simple_heredoc_body] = ACTIONS(783),
[sym__heredoc_body_beginning] = ACTIONS(783),
[sym_file_descriptor] = ACTIONS(783),
[sym__concat] = ACTIONS(783),
[anon_sym_SEMI] = ACTIONS(785),
[anon_sym_esac] = ACTIONS(783),
[anon_sym_PIPE] = ACTIONS(785),
[anon_sym_SEMI_SEMI] = ACTIONS(783),
[anon_sym_PIPE_AMP] = ACTIONS(783),
[anon_sym_AMP_AMP] = ACTIONS(783),
[anon_sym_PIPE_PIPE] = ACTIONS(783),
[anon_sym_LT] = ACTIONS(785),
[anon_sym_GT] = ACTIONS(785),
[anon_sym_GT_GT] = ACTIONS(783),
[anon_sym_AMP_GT] = ACTIONS(785),
[anon_sym_AMP_GT_GT] = ACTIONS(783),
[anon_sym_LT_AMP] = ACTIONS(783),
[anon_sym_GT_AMP] = ACTIONS(783),
[anon_sym_LT_LT] = ACTIONS(785),
[anon_sym_LT_LT_DASH] = ACTIONS(783),
[anon_sym_LT_LT_LT] = ACTIONS(783),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(783),
[anon_sym_AMP] = ACTIONS(785),
},
[2543] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(6148),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[2544] = {
[sym_simple_expansion] = STATE(143),
[sym_expansion] = STATE(143),
[sym_command_substitution] = STATE(143),
[aux_sym_string_repeat1] = STATE(455),
[anon_sym_DQUOTE] = ACTIONS(6148),
[anon_sym_DOLLAR] = ACTIONS(6150),
[sym__string_content] = ACTIONS(257),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(259),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(261),
[anon_sym_BQUOTE] = ACTIONS(263),
[sym_comment] = ACTIONS(265),
},
[2545] = {
[sym__simple_heredoc_body] = ACTIONS(817),
[sym__heredoc_body_beginning] = ACTIONS(817),
[sym_file_descriptor] = ACTIONS(817),
[sym__concat] = ACTIONS(817),
[anon_sym_SEMI] = ACTIONS(819),
[anon_sym_esac] = ACTIONS(817),
[anon_sym_PIPE] = ACTIONS(819),
[anon_sym_SEMI_SEMI] = ACTIONS(817),
[anon_sym_PIPE_AMP] = ACTIONS(817),
[anon_sym_AMP_AMP] = ACTIONS(817),
[anon_sym_PIPE_PIPE] = ACTIONS(817),
[anon_sym_LT] = ACTIONS(819),
[anon_sym_GT] = ACTIONS(819),
[anon_sym_GT_GT] = ACTIONS(817),
[anon_sym_AMP_GT] = ACTIONS(819),
[anon_sym_AMP_GT_GT] = ACTIONS(817),
[anon_sym_LT_AMP] = ACTIONS(817),
[anon_sym_GT_AMP] = ACTIONS(817),
[anon_sym_LT_LT] = ACTIONS(819),
[anon_sym_LT_LT_DASH] = ACTIONS(817),
[anon_sym_LT_LT_LT] = ACTIONS(817),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(817),
[anon_sym_AMP] = ACTIONS(819),
},
[2546] = {
[sym__simple_heredoc_body] = ACTIONS(821),
[sym__heredoc_body_beginning] = ACTIONS(821),
[sym_file_descriptor] = ACTIONS(821),
[sym__concat] = ACTIONS(821),
[anon_sym_SEMI] = ACTIONS(823),
[anon_sym_esac] = ACTIONS(821),
[anon_sym_PIPE] = ACTIONS(823),
[anon_sym_SEMI_SEMI] = ACTIONS(821),
[anon_sym_PIPE_AMP] = ACTIONS(821),
[anon_sym_AMP_AMP] = ACTIONS(821),
[anon_sym_PIPE_PIPE] = ACTIONS(821),
[anon_sym_LT] = ACTIONS(823),
[anon_sym_GT] = ACTIONS(823),
[anon_sym_GT_GT] = ACTIONS(821),
[anon_sym_AMP_GT] = ACTIONS(823),
[anon_sym_AMP_GT_GT] = ACTIONS(821),
[anon_sym_LT_AMP] = ACTIONS(821),
[anon_sym_GT_AMP] = ACTIONS(821),
[anon_sym_LT_LT] = ACTIONS(823),
[anon_sym_LT_LT_DASH] = ACTIONS(821),
[anon_sym_LT_LT_LT] = ACTIONS(821),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(821),
[anon_sym_AMP] = ACTIONS(823),
},
[2547] = {
[sym__simple_heredoc_body] = ACTIONS(825),
[sym__heredoc_body_beginning] = ACTIONS(825),
[sym_file_descriptor] = ACTIONS(825),
[sym__concat] = ACTIONS(825),
[anon_sym_SEMI] = ACTIONS(827),
[anon_sym_esac] = ACTIONS(825),
[anon_sym_PIPE] = ACTIONS(827),
[anon_sym_SEMI_SEMI] = ACTIONS(825),
[anon_sym_PIPE_AMP] = ACTIONS(825),
[anon_sym_AMP_AMP] = ACTIONS(825),
[anon_sym_PIPE_PIPE] = ACTIONS(825),
[anon_sym_LT] = ACTIONS(827),
[anon_sym_GT] = ACTIONS(827),
[anon_sym_GT_GT] = ACTIONS(825),
[anon_sym_AMP_GT] = ACTIONS(827),
[anon_sym_AMP_GT_GT] = ACTIONS(825),
[anon_sym_LT_AMP] = ACTIONS(825),
[anon_sym_GT_AMP] = ACTIONS(825),
[anon_sym_LT_LT] = ACTIONS(827),
[anon_sym_LT_LT_DASH] = ACTIONS(825),
[anon_sym_LT_LT_LT] = ACTIONS(825),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(825),
[anon_sym_AMP] = ACTIONS(827),
},
[2548] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(6152),
[sym_comment] = ACTIONS(57),
},
[2549] = {
[sym_subscript] = STATE(2683),
[sym_variable_name] = ACTIONS(6154),
[anon_sym_DASH] = ACTIONS(6156),
[anon_sym_DOLLAR] = ACTIONS(6156),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(6158),
[anon_sym_STAR] = ACTIONS(6160),
[anon_sym_AT] = ACTIONS(6160),
[anon_sym_QMARK] = ACTIONS(6160),
[anon_sym_0] = ACTIONS(6158),
[anon_sym__] = ACTIONS(6158),
},
[2550] = {
[sym_concatenation] = STATE(2686),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2686),
[anon_sym_RBRACE] = ACTIONS(6162),
[anon_sym_EQ] = ACTIONS(6164),
[anon_sym_DASH] = ACTIONS(6164),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6166),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(6168),
[anon_sym_COLON] = ACTIONS(6164),
[anon_sym_COLON_QMARK] = ACTIONS(6164),
[anon_sym_COLON_DASH] = ACTIONS(6164),
[anon_sym_PERCENT] = ACTIONS(6164),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2551] = {
[sym_concatenation] = STATE(2689),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2689),
[anon_sym_RBRACE] = ACTIONS(6170),
[anon_sym_EQ] = ACTIONS(6172),
[anon_sym_DASH] = ACTIONS(6172),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6174),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(6176),
[anon_sym_COLON] = ACTIONS(6172),
[anon_sym_COLON_QMARK] = ACTIONS(6172),
[anon_sym_COLON_DASH] = ACTIONS(6172),
[anon_sym_PERCENT] = ACTIONS(6172),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2552] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2692),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(6178),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(6180),
[anon_sym_SEMI_SEMI] = ACTIONS(6182),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6182),
[anon_sym_AMP] = ACTIONS(6178),
},
[2553] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2692),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(6178),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(6180),
[anon_sym_SEMI_SEMI] = ACTIONS(6182),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(6182),
[anon_sym_AMP] = ACTIONS(6178),
},
[2554] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(2693),
[sym_for_statement] = STATE(2693),
[sym_c_style_for_statement] = STATE(2693),
[sym_while_statement] = STATE(2693),
[sym_if_statement] = STATE(2693),
[sym_case_statement] = STATE(2693),
[sym_function_definition] = STATE(2693),
[sym_compound_statement] = STATE(2693),
[sym_subshell] = STATE(2693),
[sym_pipeline] = STATE(2693),
[sym_list] = STATE(2693),
[sym_negated_command] = STATE(2693),
[sym_test_command] = STATE(2693),
[sym_declaration_command] = STATE(2693),
[sym_unset_command] = STATE(2693),
[sym_command] = STATE(2693),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(2694),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[2555] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(2696),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(6184),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(6186),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(6180),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6186),
[anon_sym_AMP] = ACTIONS(6184),
},
[2556] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(2696),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(6184),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(6186),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(6180),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(6186),
[anon_sym_AMP] = ACTIONS(6184),
},
[2557] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(2697),
[sym_for_statement] = STATE(2697),
[sym_c_style_for_statement] = STATE(2697),
[sym_while_statement] = STATE(2697),
[sym_if_statement] = STATE(2697),
[sym_case_statement] = STATE(2697),
[sym_function_definition] = STATE(2697),
[sym_compound_statement] = STATE(2697),
[sym_subshell] = STATE(2697),
[sym_pipeline] = STATE(2697),
[sym_list] = STATE(2697),
[sym_negated_command] = STATE(2697),
[sym_test_command] = STATE(2697),
[sym_declaration_command] = STATE(2697),
[sym_unset_command] = STATE(2697),
[sym_command] = STATE(2697),
[sym_command_name] = STATE(162),
[sym_variable_assignment] = STATE(2698),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(165),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(165),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(289),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(291),
[anon_sym_typeset] = ACTIONS(291),
[anon_sym_export] = ACTIONS(291),
[anon_sym_readonly] = ACTIONS(291),
[anon_sym_local] = ACTIONS(291),
[anon_sym_unset] = ACTIONS(293),
[anon_sym_unsetenv] = ACTIONS(293),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[2558] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2701),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(6188),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(6190),
[anon_sym_SEMI_SEMI] = ACTIONS(6192),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6192),
[anon_sym_AMP] = ACTIONS(6188),
},
[2559] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2701),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(6188),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(6190),
[anon_sym_SEMI_SEMI] = ACTIONS(6192),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(6192),
[anon_sym_AMP] = ACTIONS(6188),
},
[2560] = {
[sym__terminated_statement] = STATE(187),
[sym_redirected_statement] = STATE(2702),
[sym_for_statement] = STATE(2702),
[sym_c_style_for_statement] = STATE(2702),
[sym_while_statement] = STATE(2702),
[sym_if_statement] = STATE(2702),
[sym_case_statement] = STATE(2702),
[sym_function_definition] = STATE(2702),
[sym_compound_statement] = STATE(2702),
[sym_subshell] = STATE(2702),
[sym_pipeline] = STATE(2702),
[sym_list] = STATE(2702),
[sym_negated_command] = STATE(2702),
[sym_test_command] = STATE(2702),
[sym_declaration_command] = STATE(2702),
[sym_unset_command] = STATE(2702),
[sym_command] = STATE(2702),
[sym_command_name] = STATE(83),
[sym_variable_assignment] = STATE(2703),
[sym_subscript] = STATE(85),
[sym_file_redirect] = STATE(87),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(80),
[sym_simple_expansion] = STATE(80),
[sym_string_expansion] = STATE(80),
[sym_expansion] = STATE(80),
[sym_command_substitution] = STATE(80),
[sym_process_substitution] = STATE(80),
[aux_sym__statements_repeat1] = STATE(187),
[aux_sym_command_repeat1] = STATE(87),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(129),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = 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(131),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(133),
[anon_sym_typeset] = ACTIONS(133),
[anon_sym_export] = ACTIONS(133),
[anon_sym_readonly] = ACTIONS(133),
[anon_sym_local] = ACTIONS(133),
[anon_sym_unset] = ACTIONS(135),
[anon_sym_unsetenv] = ACTIONS(135),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(137),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(139),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(141),
},
[2561] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_esac] = ACTIONS(6194),
[anon_sym_SEMI_SEMI] = ACTIONS(931),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(6196),
[anon_sym_DQUOTE] = ACTIONS(6198),
[anon_sym_DOLLAR] = ACTIONS(6196),
[sym_raw_string] = ACTIONS(6198),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(6198),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(6198),
[anon_sym_BQUOTE] = ACTIONS(6198),
[anon_sym_LT_LPAREN] = ACTIONS(6198),
[anon_sym_GT_LPAREN] = ACTIONS(6198),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(6196),
},
[2562] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_esac] = ACTIONS(6200),
[anon_sym_SEMI_SEMI] = ACTIONS(931),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(6202),
[anon_sym_DQUOTE] = ACTIONS(6204),
[anon_sym_DOLLAR] = ACTIONS(6202),
[sym_raw_string] = ACTIONS(6204),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(6204),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(6204),
[anon_sym_BQUOTE] = ACTIONS(6204),
[anon_sym_LT_LPAREN] = ACTIONS(6204),
[anon_sym_GT_LPAREN] = ACTIONS(6204),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(6202),
},
[2563] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_SEMI_SEMI] = ACTIONS(931),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(5448),
[anon_sym_DQUOTE] = ACTIONS(5450),
[anon_sym_DOLLAR] = ACTIONS(5448),
[sym_raw_string] = ACTIONS(5450),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5450),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5450),
[anon_sym_BQUOTE] = ACTIONS(5450),
[anon_sym_LT_LPAREN] = ACTIONS(5450),
[anon_sym_GT_LPAREN] = ACTIONS(5450),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5448),
},
[2564] = {
[sym__special_characters] = ACTIONS(5450),
[anon_sym_DQUOTE] = ACTIONS(5450),
[anon_sym_DOLLAR] = ACTIONS(5448),
[sym_raw_string] = ACTIONS(5450),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5450),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5450),
[anon_sym_BQUOTE] = ACTIONS(5450),
[anon_sym_LT_LPAREN] = ACTIONS(5450),
[anon_sym_GT_LPAREN] = ACTIONS(5450),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5450),
},
[2565] = {
[sym_file_redirect] = STATE(276),
[sym_heredoc_redirect] = STATE(276),
[sym_heredoc_body] = STATE(987),
[sym_herestring_redirect] = STATE(276),
[aux_sym_redirected_statement_repeat1] = STATE(276),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(495),
[anon_sym_SEMI] = ACTIONS(2058),
[anon_sym_PIPE] = ACTIONS(499),
[anon_sym_SEMI_SEMI] = ACTIONS(6206),
[anon_sym_PIPE_AMP] = ACTIONS(503),
[anon_sym_AMP_AMP] = ACTIONS(505),
[anon_sym_PIPE_PIPE] = ACTIONS(505),
[anon_sym_LT] = ACTIONS(507),
[anon_sym_GT] = ACTIONS(507),
[anon_sym_GT_GT] = ACTIONS(509),
[anon_sym_AMP_GT] = ACTIONS(507),
[anon_sym_AMP_GT_GT] = ACTIONS(509),
[anon_sym_LT_AMP] = ACTIONS(509),
[anon_sym_GT_AMP] = ACTIONS(509),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(511),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2060),
[anon_sym_AMP] = ACTIONS(2058),
},
[2566] = {
[sym_file_redirect] = STATE(276),
[sym_heredoc_redirect] = STATE(276),
[sym_heredoc_body] = STATE(987),
[sym_herestring_redirect] = STATE(276),
[aux_sym_redirected_statement_repeat1] = STATE(276),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2058),
[anon_sym_PIPE] = ACTIONS(499),
[anon_sym_SEMI_SEMI] = ACTIONS(6206),
[anon_sym_PIPE_AMP] = ACTIONS(503),
[anon_sym_AMP_AMP] = ACTIONS(505),
[anon_sym_PIPE_PIPE] = ACTIONS(505),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(511),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2060),
[anon_sym_AMP] = ACTIONS(2058),
},
[2567] = {
[sym__terminated_statement] = STATE(2567),
[sym_redirected_statement] = STATE(526),
[sym_for_statement] = STATE(526),
[sym_c_style_for_statement] = STATE(526),
[sym_while_statement] = STATE(526),
[sym_if_statement] = STATE(526),
[sym_case_statement] = STATE(526),
[sym_function_definition] = STATE(526),
[sym_compound_statement] = STATE(526),
[sym_subshell] = STATE(526),
[sym_pipeline] = STATE(526),
[sym_list] = STATE(526),
[sym_negated_command] = STATE(526),
[sym_test_command] = STATE(526),
[sym_declaration_command] = STATE(526),
[sym_unset_command] = STATE(526),
[sym_command] = STATE(526),
[sym_command_name] = STATE(60),
[sym_variable_assignment] = STATE(527),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(63),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(2567),
[aux_sym_command_repeat1] = STATE(63),
[sym_file_descriptor] = ACTIONS(977),
[sym_variable_name] = ACTIONS(980),
[anon_sym_for] = ACTIONS(983),
[anon_sym_LPAREN_LPAREN] = ACTIONS(986),
[anon_sym_while] = ACTIONS(989),
[anon_sym_if] = ACTIONS(992),
[anon_sym_case] = ACTIONS(995),
[anon_sym_SEMI_SEMI] = ACTIONS(1445),
[anon_sym_function] = ACTIONS(998),
[anon_sym_LPAREN] = ACTIONS(1001),
[anon_sym_LBRACE] = ACTIONS(1004),
[anon_sym_BANG] = ACTIONS(1007),
[anon_sym_LBRACK] = ACTIONS(1010),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1013),
[anon_sym_declare] = ACTIONS(1016),
[anon_sym_typeset] = ACTIONS(1016),
[anon_sym_export] = ACTIONS(1016),
[anon_sym_readonly] = ACTIONS(1016),
[anon_sym_local] = ACTIONS(1016),
[anon_sym_unset] = ACTIONS(1019),
[anon_sym_unsetenv] = ACTIONS(1019),
[anon_sym_LT] = ACTIONS(1022),
[anon_sym_GT] = ACTIONS(1022),
[anon_sym_GT_GT] = ACTIONS(1025),
[anon_sym_AMP_GT] = ACTIONS(1022),
[anon_sym_AMP_GT_GT] = ACTIONS(1025),
[anon_sym_LT_AMP] = ACTIONS(1025),
[anon_sym_GT_AMP] = ACTIONS(1025),
[sym__special_characters] = ACTIONS(1028),
[anon_sym_DQUOTE] = ACTIONS(1031),
[anon_sym_DOLLAR] = ACTIONS(1034),
[sym_raw_string] = ACTIONS(1037),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1040),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1043),
[anon_sym_BQUOTE] = ACTIONS(1046),
[anon_sym_LT_LPAREN] = ACTIONS(1049),
[anon_sym_GT_LPAREN] = ACTIONS(1049),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1052),
},
[2568] = {
[sym__terminated_statement] = STATE(2567),
[sym_redirected_statement] = STATE(2706),
[sym_for_statement] = STATE(2706),
[sym_c_style_for_statement] = STATE(2706),
[sym_while_statement] = STATE(2706),
[sym_if_statement] = STATE(2706),
[sym_case_statement] = STATE(2706),
[sym_function_definition] = STATE(2706),
[sym_compound_statement] = STATE(2706),
[sym_subshell] = STATE(2706),
[sym_pipeline] = STATE(2706),
[sym_list] = STATE(2706),
[sym_negated_command] = STATE(2706),
[sym_test_command] = STATE(2706),
[sym_declaration_command] = STATE(2706),
[sym_unset_command] = STATE(2706),
[sym_command] = STATE(2706),
[sym_command_name] = STATE(60),
[sym_variable_assignment] = STATE(2707),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(63),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(2567),
[aux_sym_command_repeat1] = STATE(63),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = ACTIONS(15),
[anon_sym_if] = ACTIONS(17),
[anon_sym_case] = ACTIONS(19),
[anon_sym_SEMI_SEMI] = ACTIONS(6208),
[anon_sym_function] = ACTIONS(21),
[anon_sym_LPAREN] = ACTIONS(23),
[anon_sym_LBRACE] = ACTIONS(25),
[anon_sym_BANG] = ACTIONS(99),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(101),
[anon_sym_typeset] = ACTIONS(101),
[anon_sym_export] = ACTIONS(101),
[anon_sym_readonly] = ACTIONS(101),
[anon_sym_local] = ACTIONS(101),
[anon_sym_unset] = ACTIONS(103),
[anon_sym_unsetenv] = ACTIONS(103),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[2569] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_SEMI_SEMI] = ACTIONS(931),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(5490),
[anon_sym_DQUOTE] = ACTIONS(5492),
[anon_sym_DOLLAR] = ACTIONS(5490),
[sym_raw_string] = ACTIONS(5492),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5492),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5492),
[anon_sym_BQUOTE] = ACTIONS(5492),
[anon_sym_LT_LPAREN] = ACTIONS(5492),
[anon_sym_GT_LPAREN] = ACTIONS(5492),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5490),
},
[2570] = {
[sym__special_characters] = ACTIONS(5492),
[anon_sym_DQUOTE] = ACTIONS(5492),
[anon_sym_DOLLAR] = ACTIONS(5490),
[sym_raw_string] = ACTIONS(5492),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5492),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5492),
[anon_sym_BQUOTE] = ACTIONS(5492),
[anon_sym_LT_LPAREN] = ACTIONS(5492),
[anon_sym_GT_LPAREN] = ACTIONS(5492),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5492),
},
[2571] = {
[sym_file_redirect] = STATE(276),
[sym_heredoc_redirect] = STATE(276),
[sym_heredoc_body] = STATE(987),
[sym_herestring_redirect] = STATE(276),
[aux_sym_redirected_statement_repeat1] = STATE(276),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(495),
[anon_sym_SEMI] = ACTIONS(2058),
[anon_sym_PIPE] = ACTIONS(499),
[anon_sym_SEMI_SEMI] = ACTIONS(6210),
[anon_sym_PIPE_AMP] = ACTIONS(503),
[anon_sym_AMP_AMP] = ACTIONS(505),
[anon_sym_PIPE_PIPE] = ACTIONS(505),
[anon_sym_LT] = ACTIONS(507),
[anon_sym_GT] = ACTIONS(507),
[anon_sym_GT_GT] = ACTIONS(509),
[anon_sym_AMP_GT] = ACTIONS(507),
[anon_sym_AMP_GT_GT] = ACTIONS(509),
[anon_sym_LT_AMP] = ACTIONS(509),
[anon_sym_GT_AMP] = ACTIONS(509),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(511),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2060),
[anon_sym_AMP] = ACTIONS(2058),
},
[2572] = {
[sym_file_redirect] = STATE(276),
[sym_heredoc_redirect] = STATE(276),
[sym_heredoc_body] = STATE(987),
[sym_herestring_redirect] = STATE(276),
[aux_sym_redirected_statement_repeat1] = STATE(276),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2058),
[anon_sym_PIPE] = ACTIONS(499),
[anon_sym_SEMI_SEMI] = ACTIONS(6210),
[anon_sym_PIPE_AMP] = ACTIONS(503),
[anon_sym_AMP_AMP] = ACTIONS(505),
[anon_sym_PIPE_PIPE] = ACTIONS(505),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(511),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2060),
[anon_sym_AMP] = ACTIONS(2058),
},
[2573] = {
[sym__terminated_statement] = STATE(2567),
[sym_redirected_statement] = STATE(2710),
[sym_for_statement] = STATE(2710),
[sym_c_style_for_statement] = STATE(2710),
[sym_while_statement] = STATE(2710),
[sym_if_statement] = STATE(2710),
[sym_case_statement] = STATE(2710),
[sym_function_definition] = STATE(2710),
[sym_compound_statement] = STATE(2710),
[sym_subshell] = STATE(2710),
[sym_pipeline] = STATE(2710),
[sym_list] = STATE(2710),
[sym_negated_command] = STATE(2710),
[sym_test_command] = STATE(2710),
[sym_declaration_command] = STATE(2710),
[sym_unset_command] = STATE(2710),
[sym_command] = STATE(2710),
[sym_command_name] = STATE(60),
[sym_variable_assignment] = STATE(2711),
[sym_subscript] = STATE(62),
[sym_file_redirect] = STATE(63),
[sym_concatenation] = STATE(32),
[sym_string] = STATE(56),
[sym_simple_expansion] = STATE(56),
[sym_string_expansion] = STATE(56),
[sym_expansion] = STATE(56),
[sym_command_substitution] = STATE(56),
[sym_process_substitution] = STATE(56),
[aux_sym__statements_repeat1] = STATE(2567),
[aux_sym_command_repeat1] = STATE(63),
[sym_file_descriptor] = ACTIONS(5),
[sym_variable_name] = ACTIONS(97),
[anon_sym_for] = ACTIONS(11),
[anon_sym_LPAREN_LPAREN] = ACTIONS(13),
[anon_sym_while] = ACTIONS(15),
[anon_sym_if] = ACTIONS(17),
[anon_sym_case] = ACTIONS(19),
[anon_sym_SEMI_SEMI] = ACTIONS(6212),
[anon_sym_function] = ACTIONS(21),
[anon_sym_LPAREN] = ACTIONS(23),
[anon_sym_LBRACE] = ACTIONS(25),
[anon_sym_BANG] = ACTIONS(99),
[anon_sym_LBRACK] = ACTIONS(29),
[anon_sym_LBRACK_LBRACK] = ACTIONS(31),
[anon_sym_declare] = ACTIONS(101),
[anon_sym_typeset] = ACTIONS(101),
[anon_sym_export] = ACTIONS(101),
[anon_sym_readonly] = ACTIONS(101),
[anon_sym_local] = ACTIONS(101),
[anon_sym_unset] = ACTIONS(103),
[anon_sym_unsetenv] = ACTIONS(103),
[anon_sym_LT] = ACTIONS(37),
[anon_sym_GT] = ACTIONS(37),
[anon_sym_GT_GT] = ACTIONS(39),
[anon_sym_AMP_GT] = ACTIONS(37),
[anon_sym_AMP_GT_GT] = ACTIONS(39),
[anon_sym_LT_AMP] = ACTIONS(39),
[anon_sym_GT_AMP] = ACTIONS(39),
[sym__special_characters] = ACTIONS(105),
[anon_sym_DQUOTE] = ACTIONS(43),
[anon_sym_DOLLAR] = ACTIONS(45),
[sym_raw_string] = ACTIONS(107),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(49),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(51),
[anon_sym_BQUOTE] = ACTIONS(53),
[anon_sym_LT_LPAREN] = ACTIONS(55),
[anon_sym_GT_LPAREN] = ACTIONS(55),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(109),
},
[2574] = {
[sym__concat] = ACTIONS(5216),
[anon_sym_RBRACE] = ACTIONS(5216),
[sym_comment] = ACTIONS(57),
},
[2575] = {
[sym__concat] = ACTIONS(5220),
[anon_sym_RBRACE] = ACTIONS(5220),
[sym_comment] = ACTIONS(57),
},
[2576] = {
[sym__simple_heredoc_body] = ACTIONS(3258),
[sym__heredoc_body_beginning] = ACTIONS(3258),
[sym_file_descriptor] = ACTIONS(3258),
[sym_variable_name] = ACTIONS(3258),
[anon_sym_SEMI] = ACTIONS(3260),
[anon_sym_esac] = ACTIONS(3260),
[anon_sym_PIPE] = ACTIONS(3260),
[anon_sym_SEMI_SEMI] = ACTIONS(3258),
[anon_sym_PIPE_AMP] = ACTIONS(3258),
[anon_sym_AMP_AMP] = ACTIONS(3258),
[anon_sym_PIPE_PIPE] = ACTIONS(3258),
[anon_sym_LT] = ACTIONS(3260),
[anon_sym_GT] = ACTIONS(3260),
[anon_sym_GT_GT] = ACTIONS(3258),
[anon_sym_AMP_GT] = ACTIONS(3260),
[anon_sym_AMP_GT_GT] = ACTIONS(3258),
[anon_sym_LT_AMP] = ACTIONS(3258),
[anon_sym_GT_AMP] = ACTIONS(3258),
[anon_sym_LT_LT] = ACTIONS(3260),
[anon_sym_LT_LT_DASH] = ACTIONS(3258),
[anon_sym_LT_LT_LT] = ACTIONS(3258),
[sym__special_characters] = ACTIONS(3258),
[anon_sym_DQUOTE] = ACTIONS(3258),
[anon_sym_DOLLAR] = ACTIONS(3260),
[sym_raw_string] = ACTIONS(3258),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3258),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3258),
[anon_sym_BQUOTE] = ACTIONS(3258),
[anon_sym_LT_LPAREN] = ACTIONS(3258),
[anon_sym_GT_LPAREN] = ACTIONS(3258),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3260),
[anon_sym_LF] = ACTIONS(3258),
[anon_sym_AMP] = ACTIONS(3260),
},
[2577] = {
[sym__simple_heredoc_body] = ACTIONS(1730),
[sym__heredoc_body_beginning] = ACTIONS(1730),
[sym_file_descriptor] = ACTIONS(1730),
[sym__concat] = ACTIONS(1730),
[sym_variable_name] = ACTIONS(1730),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_esac] = ACTIONS(1732),
[anon_sym_PIPE] = ACTIONS(1732),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[anon_sym_PIPE_AMP] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_GT_GT] = ACTIONS(1730),
[anon_sym_AMP_GT] = ACTIONS(1732),
[anon_sym_AMP_GT_GT] = ACTIONS(1730),
[anon_sym_LT_AMP] = ACTIONS(1730),
[anon_sym_GT_AMP] = ACTIONS(1730),
[anon_sym_LT_LT] = ACTIONS(1732),
[anon_sym_LT_LT_DASH] = ACTIONS(1730),
[anon_sym_LT_LT_LT] = ACTIONS(1730),
[sym__special_characters] = ACTIONS(1730),
[anon_sym_DQUOTE] = ACTIONS(1730),
[anon_sym_DOLLAR] = ACTIONS(1732),
[sym_raw_string] = ACTIONS(1730),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1730),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[anon_sym_LT_LPAREN] = ACTIONS(1730),
[anon_sym_GT_LPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1732),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1732),
},
[2578] = {
[aux_sym_concatenation_repeat1] = STATE(2578),
[sym__simple_heredoc_body] = ACTIONS(1730),
[sym__heredoc_body_beginning] = ACTIONS(1730),
[sym_file_descriptor] = ACTIONS(1730),
[sym__concat] = ACTIONS(6214),
[sym_variable_name] = ACTIONS(1730),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_esac] = ACTIONS(1732),
[anon_sym_PIPE] = ACTIONS(1732),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[anon_sym_PIPE_AMP] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_GT_GT] = ACTIONS(1730),
[anon_sym_AMP_GT] = ACTIONS(1732),
[anon_sym_AMP_GT_GT] = ACTIONS(1730),
[anon_sym_LT_AMP] = ACTIONS(1730),
[anon_sym_GT_AMP] = ACTIONS(1730),
[anon_sym_LT_LT] = ACTIONS(1732),
[anon_sym_LT_LT_DASH] = ACTIONS(1730),
[anon_sym_LT_LT_LT] = ACTIONS(1730),
[sym__special_characters] = ACTIONS(1730),
[anon_sym_DQUOTE] = ACTIONS(1730),
[anon_sym_DOLLAR] = ACTIONS(1732),
[sym_raw_string] = ACTIONS(1730),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1730),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1730),
[anon_sym_BQUOTE] = ACTIONS(1730),
[anon_sym_LT_LPAREN] = ACTIONS(1730),
[anon_sym_GT_LPAREN] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1732),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1732),
},
[2579] = {
[sym__simple_heredoc_body] = ACTIONS(1737),
[sym__heredoc_body_beginning] = ACTIONS(1737),
[sym_file_descriptor] = ACTIONS(1737),
[sym__concat] = ACTIONS(1737),
[sym_variable_name] = ACTIONS(1737),
[anon_sym_SEMI] = ACTIONS(1739),
[anon_sym_esac] = ACTIONS(1739),
[anon_sym_PIPE] = ACTIONS(1739),
[anon_sym_SEMI_SEMI] = ACTIONS(1737),
[anon_sym_PIPE_AMP] = ACTIONS(1737),
[anon_sym_AMP_AMP] = ACTIONS(1737),
[anon_sym_PIPE_PIPE] = ACTIONS(1737),
[anon_sym_LT] = ACTIONS(1739),
[anon_sym_GT] = ACTIONS(1739),
[anon_sym_GT_GT] = ACTIONS(1737),
[anon_sym_AMP_GT] = ACTIONS(1739),
[anon_sym_AMP_GT_GT] = ACTIONS(1737),
[anon_sym_LT_AMP] = ACTIONS(1737),
[anon_sym_GT_AMP] = ACTIONS(1737),
[anon_sym_LT_LT] = ACTIONS(1739),
[anon_sym_LT_LT_DASH] = ACTIONS(1737),
[anon_sym_LT_LT_LT] = ACTIONS(1737),
[sym__special_characters] = ACTIONS(1737),
[anon_sym_DQUOTE] = ACTIONS(1737),
[anon_sym_DOLLAR] = ACTIONS(1739),
[sym_raw_string] = ACTIONS(1737),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1737),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1737),
[anon_sym_BQUOTE] = ACTIONS(1737),
[anon_sym_LT_LPAREN] = ACTIONS(1737),
[anon_sym_GT_LPAREN] = ACTIONS(1737),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1739),
[anon_sym_LF] = ACTIONS(1737),
[anon_sym_AMP] = ACTIONS(1739),
},
[2580] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(6217),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[2581] = {
[sym_concatenation] = STATE(2716),
[sym_string] = STATE(2715),
[sym_simple_expansion] = STATE(2715),
[sym_string_expansion] = STATE(2715),
[sym_expansion] = STATE(2715),
[sym_command_substitution] = STATE(2715),
[sym_process_substitution] = STATE(2715),
[anon_sym_RBRACE] = ACTIONS(6219),
[sym__special_characters] = ACTIONS(6221),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(6223),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(6223),
},
[2582] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(6225),
[sym_comment] = ACTIONS(57),
},
[2583] = {
[sym_concatenation] = STATE(2720),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2720),
[anon_sym_RBRACE] = ACTIONS(6227),
[anon_sym_EQ] = ACTIONS(6229),
[anon_sym_DASH] = ACTIONS(6229),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6231),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(6233),
[anon_sym_COLON] = ACTIONS(6229),
[anon_sym_COLON_QMARK] = ACTIONS(6229),
[anon_sym_COLON_DASH] = ACTIONS(6229),
[anon_sym_PERCENT] = ACTIONS(6229),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2584] = {
[sym_concatenation] = STATE(2722),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2722),
[anon_sym_RBRACE] = ACTIONS(6219),
[anon_sym_EQ] = ACTIONS(6235),
[anon_sym_DASH] = ACTIONS(6235),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6237),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(6239),
[anon_sym_COLON] = ACTIONS(6235),
[anon_sym_COLON_QMARK] = ACTIONS(6235),
[anon_sym_COLON_DASH] = ACTIONS(6235),
[anon_sym_PERCENT] = ACTIONS(6235),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2585] = {
[sym__simple_heredoc_body] = ACTIONS(1838),
[sym__heredoc_body_beginning] = ACTIONS(1838),
[sym_file_descriptor] = ACTIONS(1838),
[sym__concat] = ACTIONS(1838),
[sym_variable_name] = ACTIONS(1838),
[anon_sym_SEMI] = ACTIONS(1840),
[anon_sym_esac] = ACTIONS(1840),
[anon_sym_PIPE] = ACTIONS(1840),
[anon_sym_SEMI_SEMI] = ACTIONS(1838),
[anon_sym_PIPE_AMP] = ACTIONS(1838),
[anon_sym_AMP_AMP] = ACTIONS(1838),
[anon_sym_PIPE_PIPE] = ACTIONS(1838),
[anon_sym_LT] = ACTIONS(1840),
[anon_sym_GT] = ACTIONS(1840),
[anon_sym_GT_GT] = ACTIONS(1838),
[anon_sym_AMP_GT] = ACTIONS(1840),
[anon_sym_AMP_GT_GT] = ACTIONS(1838),
[anon_sym_LT_AMP] = ACTIONS(1838),
[anon_sym_GT_AMP] = ACTIONS(1838),
[anon_sym_LT_LT] = ACTIONS(1840),
[anon_sym_LT_LT_DASH] = ACTIONS(1838),
[anon_sym_LT_LT_LT] = ACTIONS(1838),
[sym__special_characters] = ACTIONS(1838),
[anon_sym_DQUOTE] = ACTIONS(1838),
[anon_sym_DOLLAR] = ACTIONS(1840),
[sym_raw_string] = ACTIONS(1838),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1838),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1838),
[anon_sym_BQUOTE] = ACTIONS(1838),
[anon_sym_LT_LPAREN] = ACTIONS(1838),
[anon_sym_GT_LPAREN] = ACTIONS(1838),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1840),
[anon_sym_LF] = ACTIONS(1838),
[anon_sym_AMP] = ACTIONS(1840),
},
[2586] = {
[sym_concatenation] = STATE(2725),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2725),
[sym_regex] = ACTIONS(6241),
[anon_sym_RBRACE] = ACTIONS(6243),
[anon_sym_EQ] = ACTIONS(6245),
[anon_sym_DASH] = ACTIONS(6245),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6247),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6245),
[anon_sym_COLON_QMARK] = ACTIONS(6245),
[anon_sym_COLON_DASH] = ACTIONS(6245),
[anon_sym_PERCENT] = ACTIONS(6245),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2587] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6243),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2588] = {
[sym__simple_heredoc_body] = ACTIONS(1886),
[sym__heredoc_body_beginning] = ACTIONS(1886),
[sym_file_descriptor] = ACTIONS(1886),
[sym__concat] = ACTIONS(1886),
[sym_variable_name] = ACTIONS(1886),
[anon_sym_SEMI] = ACTIONS(1888),
[anon_sym_esac] = ACTIONS(1888),
[anon_sym_PIPE] = ACTIONS(1888),
[anon_sym_SEMI_SEMI] = ACTIONS(1886),
[anon_sym_PIPE_AMP] = ACTIONS(1886),
[anon_sym_AMP_AMP] = ACTIONS(1886),
[anon_sym_PIPE_PIPE] = ACTIONS(1886),
[anon_sym_LT] = ACTIONS(1888),
[anon_sym_GT] = ACTIONS(1888),
[anon_sym_GT_GT] = ACTIONS(1886),
[anon_sym_AMP_GT] = ACTIONS(1888),
[anon_sym_AMP_GT_GT] = ACTIONS(1886),
[anon_sym_LT_AMP] = ACTIONS(1886),
[anon_sym_GT_AMP] = ACTIONS(1886),
[anon_sym_LT_LT] = ACTIONS(1888),
[anon_sym_LT_LT_DASH] = ACTIONS(1886),
[anon_sym_LT_LT_LT] = ACTIONS(1886),
[sym__special_characters] = ACTIONS(1886),
[anon_sym_DQUOTE] = ACTIONS(1886),
[anon_sym_DOLLAR] = ACTIONS(1888),
[sym_raw_string] = ACTIONS(1886),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1886),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1886),
[anon_sym_BQUOTE] = ACTIONS(1886),
[anon_sym_LT_LPAREN] = ACTIONS(1886),
[anon_sym_GT_LPAREN] = ACTIONS(1886),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1888),
[anon_sym_LF] = ACTIONS(1886),
[anon_sym_AMP] = ACTIONS(1888),
},
[2589] = {
[sym_concatenation] = STATE(2722),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2722),
[sym_regex] = ACTIONS(6249),
[anon_sym_RBRACE] = ACTIONS(6219),
[anon_sym_EQ] = ACTIONS(6235),
[anon_sym_DASH] = ACTIONS(6235),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6237),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6235),
[anon_sym_COLON_QMARK] = ACTIONS(6235),
[anon_sym_COLON_DASH] = ACTIONS(6235),
[anon_sym_PERCENT] = ACTIONS(6235),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2590] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6219),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2591] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(6251),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2592] = {
[sym__simple_heredoc_body] = ACTIONS(1894),
[sym__heredoc_body_beginning] = ACTIONS(1894),
[sym_file_descriptor] = ACTIONS(1894),
[sym__concat] = ACTIONS(1894),
[sym_variable_name] = ACTIONS(1894),
[anon_sym_SEMI] = ACTIONS(1896),
[anon_sym_esac] = ACTIONS(1896),
[anon_sym_PIPE] = ACTIONS(1896),
[anon_sym_SEMI_SEMI] = ACTIONS(1894),
[anon_sym_PIPE_AMP] = ACTIONS(1894),
[anon_sym_AMP_AMP] = ACTIONS(1894),
[anon_sym_PIPE_PIPE] = ACTIONS(1894),
[anon_sym_LT] = ACTIONS(1896),
[anon_sym_GT] = ACTIONS(1896),
[anon_sym_GT_GT] = ACTIONS(1894),
[anon_sym_AMP_GT] = ACTIONS(1896),
[anon_sym_AMP_GT_GT] = ACTIONS(1894),
[anon_sym_LT_AMP] = ACTIONS(1894),
[anon_sym_GT_AMP] = ACTIONS(1894),
[anon_sym_LT_LT] = ACTIONS(1896),
[anon_sym_LT_LT_DASH] = ACTIONS(1894),
[anon_sym_LT_LT_LT] = ACTIONS(1894),
[sym__special_characters] = ACTIONS(1894),
[anon_sym_DQUOTE] = ACTIONS(1894),
[anon_sym_DOLLAR] = ACTIONS(1896),
[sym_raw_string] = ACTIONS(1894),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1894),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1894),
[anon_sym_BQUOTE] = ACTIONS(1894),
[anon_sym_LT_LPAREN] = ACTIONS(1894),
[anon_sym_GT_LPAREN] = ACTIONS(1894),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1896),
[anon_sym_LF] = ACTIONS(1894),
[anon_sym_AMP] = ACTIONS(1896),
},
[2593] = {
[anon_sym_SEMI] = ACTIONS(6253),
[anon_sym_RPAREN] = ACTIONS(6251),
[anon_sym_SEMI_SEMI] = ACTIONS(6255),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6255),
[anon_sym_AMP] = ACTIONS(6255),
},
[2594] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2730),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(6257),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(6251),
[anon_sym_SEMI_SEMI] = ACTIONS(6259),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6259),
[anon_sym_AMP] = ACTIONS(6257),
},
[2595] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2730),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(6257),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(6251),
[anon_sym_SEMI_SEMI] = ACTIONS(6259),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(6259),
[anon_sym_AMP] = ACTIONS(6257),
},
[2596] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(6251),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2597] = {
[anon_sym_SEMI] = ACTIONS(6261),
[anon_sym_SEMI_SEMI] = ACTIONS(6263),
[anon_sym_BQUOTE] = ACTIONS(6251),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6263),
[anon_sym_AMP] = ACTIONS(6263),
},
[2598] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(2733),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(6265),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(6267),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(6251),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6267),
[anon_sym_AMP] = ACTIONS(6265),
},
[2599] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(2733),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(6265),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(6267),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(6251),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(6267),
[anon_sym_AMP] = ACTIONS(6265),
},
[2600] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(6269),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2601] = {
[sym__simple_heredoc_body] = ACTIONS(1928),
[sym__heredoc_body_beginning] = ACTIONS(1928),
[sym_file_descriptor] = ACTIONS(1928),
[sym__concat] = ACTIONS(1928),
[sym_variable_name] = ACTIONS(1928),
[anon_sym_SEMI] = ACTIONS(1930),
[anon_sym_esac] = ACTIONS(1930),
[anon_sym_PIPE] = ACTIONS(1930),
[anon_sym_SEMI_SEMI] = ACTIONS(1928),
[anon_sym_PIPE_AMP] = ACTIONS(1928),
[anon_sym_AMP_AMP] = ACTIONS(1928),
[anon_sym_PIPE_PIPE] = ACTIONS(1928),
[anon_sym_LT] = ACTIONS(1930),
[anon_sym_GT] = ACTIONS(1930),
[anon_sym_GT_GT] = ACTIONS(1928),
[anon_sym_AMP_GT] = ACTIONS(1930),
[anon_sym_AMP_GT_GT] = ACTIONS(1928),
[anon_sym_LT_AMP] = ACTIONS(1928),
[anon_sym_GT_AMP] = ACTIONS(1928),
[anon_sym_LT_LT] = ACTIONS(1930),
[anon_sym_LT_LT_DASH] = ACTIONS(1928),
[anon_sym_LT_LT_LT] = ACTIONS(1928),
[sym__special_characters] = ACTIONS(1928),
[anon_sym_DQUOTE] = ACTIONS(1928),
[anon_sym_DOLLAR] = ACTIONS(1930),
[sym_raw_string] = ACTIONS(1928),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1928),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1928),
[anon_sym_BQUOTE] = ACTIONS(1928),
[anon_sym_LT_LPAREN] = ACTIONS(1928),
[anon_sym_GT_LPAREN] = ACTIONS(1928),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1930),
[anon_sym_LF] = ACTIONS(1928),
[anon_sym_AMP] = ACTIONS(1930),
},
[2602] = {
[anon_sym_SEMI] = ACTIONS(6271),
[anon_sym_RPAREN] = ACTIONS(6269),
[anon_sym_SEMI_SEMI] = ACTIONS(6273),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6273),
[anon_sym_AMP] = ACTIONS(6273),
},
[2603] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2737),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(6275),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(6269),
[anon_sym_SEMI_SEMI] = ACTIONS(6277),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6277),
[anon_sym_AMP] = ACTIONS(6275),
},
[2604] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2737),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(6275),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(6269),
[anon_sym_SEMI_SEMI] = ACTIONS(6277),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(6277),
[anon_sym_AMP] = ACTIONS(6275),
},
[2605] = {
[sym__simple_heredoc_body] = ACTIONS(2080),
[sym__heredoc_body_beginning] = ACTIONS(2080),
[sym_file_descriptor] = ACTIONS(2080),
[sym_variable_name] = ACTIONS(2080),
[anon_sym_SEMI] = ACTIONS(2082),
[anon_sym_esac] = ACTIONS(2082),
[anon_sym_PIPE] = ACTIONS(2082),
[anon_sym_SEMI_SEMI] = ACTIONS(2080),
[anon_sym_PIPE_AMP] = ACTIONS(2080),
[anon_sym_AMP_AMP] = ACTIONS(2080),
[anon_sym_PIPE_PIPE] = ACTIONS(2080),
[anon_sym_LT] = ACTIONS(2082),
[anon_sym_GT] = ACTIONS(2082),
[anon_sym_GT_GT] = ACTIONS(2080),
[anon_sym_AMP_GT] = ACTIONS(2082),
[anon_sym_AMP_GT_GT] = ACTIONS(2080),
[anon_sym_LT_AMP] = ACTIONS(2080),
[anon_sym_GT_AMP] = ACTIONS(2080),
[anon_sym_LT_LT] = ACTIONS(2082),
[anon_sym_LT_LT_DASH] = ACTIONS(2080),
[anon_sym_LT_LT_LT] = ACTIONS(2080),
[sym__special_characters] = ACTIONS(2080),
[anon_sym_DQUOTE] = ACTIONS(2080),
[anon_sym_DOLLAR] = ACTIONS(2082),
[sym_raw_string] = ACTIONS(2080),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2080),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2080),
[anon_sym_BQUOTE] = ACTIONS(2080),
[anon_sym_LT_LPAREN] = ACTIONS(2080),
[anon_sym_GT_LPAREN] = ACTIONS(2080),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2082),
[sym_word] = ACTIONS(2082),
[anon_sym_LF] = ACTIONS(2080),
[anon_sym_AMP] = ACTIONS(2082),
},
[2606] = {
[sym_concatenation] = STATE(1015),
[sym_string] = STATE(539),
[sym_simple_expansion] = STATE(539),
[sym_string_expansion] = STATE(539),
[sym_expansion] = STATE(539),
[sym_command_substitution] = STATE(539),
[sym_process_substitution] = STATE(539),
[aux_sym_for_statement_repeat1] = STATE(1015),
[anon_sym_RPAREN] = ACTIONS(6279),
[sym__special_characters] = ACTIONS(1095),
[anon_sym_DQUOTE] = ACTIONS(1097),
[anon_sym_DOLLAR] = ACTIONS(1099),
[sym_raw_string] = ACTIONS(1101),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1103),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1105),
[anon_sym_BQUOTE] = ACTIONS(1107),
[anon_sym_LT_LPAREN] = ACTIONS(1109),
[anon_sym_GT_LPAREN] = ACTIONS(1109),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1101),
},
[2607] = {
[sym__simple_heredoc_body] = ACTIONS(2934),
[sym__heredoc_body_beginning] = ACTIONS(2934),
[sym_file_descriptor] = ACTIONS(2934),
[sym__concat] = ACTIONS(2934),
[sym_variable_name] = ACTIONS(2934),
[anon_sym_SEMI] = ACTIONS(2936),
[anon_sym_esac] = ACTIONS(2936),
[anon_sym_PIPE] = ACTIONS(2936),
[anon_sym_SEMI_SEMI] = ACTIONS(2934),
[anon_sym_PIPE_AMP] = ACTIONS(2934),
[anon_sym_AMP_AMP] = ACTIONS(2934),
[anon_sym_PIPE_PIPE] = ACTIONS(2934),
[anon_sym_LT] = ACTIONS(2936),
[anon_sym_GT] = ACTIONS(2936),
[anon_sym_GT_GT] = ACTIONS(2934),
[anon_sym_AMP_GT] = ACTIONS(2936),
[anon_sym_AMP_GT_GT] = ACTIONS(2934),
[anon_sym_LT_AMP] = ACTIONS(2934),
[anon_sym_GT_AMP] = ACTIONS(2934),
[anon_sym_LT_LT] = ACTIONS(2936),
[anon_sym_LT_LT_DASH] = ACTIONS(2934),
[anon_sym_LT_LT_LT] = ACTIONS(2934),
[sym__special_characters] = ACTIONS(2934),
[anon_sym_DQUOTE] = ACTIONS(2934),
[anon_sym_DOLLAR] = ACTIONS(2936),
[sym_raw_string] = ACTIONS(2934),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2934),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2934),
[anon_sym_BQUOTE] = ACTIONS(2934),
[anon_sym_LT_LPAREN] = ACTIONS(2934),
[anon_sym_GT_LPAREN] = ACTIONS(2934),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2936),
[sym_word] = ACTIONS(2936),
[anon_sym_LF] = ACTIONS(2934),
[anon_sym_AMP] = ACTIONS(2936),
},
[2608] = {
[sym__simple_heredoc_body] = ACTIONS(2948),
[sym__heredoc_body_beginning] = ACTIONS(2948),
[sym_file_descriptor] = ACTIONS(2948),
[sym__concat] = ACTIONS(2948),
[sym_variable_name] = ACTIONS(2948),
[anon_sym_SEMI] = ACTIONS(2950),
[anon_sym_esac] = ACTIONS(2950),
[anon_sym_PIPE] = ACTIONS(2950),
[anon_sym_SEMI_SEMI] = ACTIONS(2948),
[anon_sym_PIPE_AMP] = ACTIONS(2948),
[anon_sym_AMP_AMP] = ACTIONS(2948),
[anon_sym_PIPE_PIPE] = ACTIONS(2948),
[anon_sym_LT] = ACTIONS(2950),
[anon_sym_GT] = ACTIONS(2950),
[anon_sym_GT_GT] = ACTIONS(2948),
[anon_sym_AMP_GT] = ACTIONS(2950),
[anon_sym_AMP_GT_GT] = ACTIONS(2948),
[anon_sym_LT_AMP] = ACTIONS(2948),
[anon_sym_GT_AMP] = ACTIONS(2948),
[anon_sym_LT_LT] = ACTIONS(2950),
[anon_sym_LT_LT_DASH] = ACTIONS(2948),
[anon_sym_LT_LT_LT] = ACTIONS(2948),
[sym__special_characters] = ACTIONS(2948),
[anon_sym_DQUOTE] = ACTIONS(2948),
[anon_sym_DOLLAR] = ACTIONS(2950),
[sym_raw_string] = ACTIONS(2948),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2948),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2948),
[anon_sym_BQUOTE] = ACTIONS(2948),
[anon_sym_LT_LPAREN] = ACTIONS(2948),
[anon_sym_GT_LPAREN] = ACTIONS(2948),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2950),
[sym_word] = ACTIONS(2950),
[anon_sym_LF] = ACTIONS(2948),
[anon_sym_AMP] = ACTIONS(2950),
},
[2609] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(6281),
[sym_comment] = ACTIONS(57),
},
[2610] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(6283),
[sym_comment] = ACTIONS(57),
},
[2611] = {
[anon_sym_RBRACE] = ACTIONS(6283),
[sym_comment] = ACTIONS(57),
},
[2612] = {
[sym_concatenation] = STATE(2743),
[sym_string] = STATE(2742),
[sym_simple_expansion] = STATE(2742),
[sym_string_expansion] = STATE(2742),
[sym_expansion] = STATE(2742),
[sym_command_substitution] = STATE(2742),
[sym_process_substitution] = STATE(2742),
[anon_sym_RBRACE] = ACTIONS(6283),
[sym__special_characters] = ACTIONS(6285),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(6287),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(6287),
},
[2613] = {
[sym__simple_heredoc_body] = ACTIONS(2984),
[sym__heredoc_body_beginning] = ACTIONS(2984),
[sym_file_descriptor] = ACTIONS(2984),
[sym__concat] = ACTIONS(2984),
[sym_variable_name] = ACTIONS(2984),
[anon_sym_SEMI] = ACTIONS(2986),
[anon_sym_esac] = ACTIONS(2986),
[anon_sym_PIPE] = ACTIONS(2986),
[anon_sym_SEMI_SEMI] = ACTIONS(2984),
[anon_sym_PIPE_AMP] = ACTIONS(2984),
[anon_sym_AMP_AMP] = ACTIONS(2984),
[anon_sym_PIPE_PIPE] = ACTIONS(2984),
[anon_sym_LT] = ACTIONS(2986),
[anon_sym_GT] = ACTIONS(2986),
[anon_sym_GT_GT] = ACTIONS(2984),
[anon_sym_AMP_GT] = ACTIONS(2986),
[anon_sym_AMP_GT_GT] = ACTIONS(2984),
[anon_sym_LT_AMP] = ACTIONS(2984),
[anon_sym_GT_AMP] = ACTIONS(2984),
[anon_sym_LT_LT] = ACTIONS(2986),
[anon_sym_LT_LT_DASH] = ACTIONS(2984),
[anon_sym_LT_LT_LT] = ACTIONS(2984),
[sym__special_characters] = ACTIONS(2984),
[anon_sym_DQUOTE] = ACTIONS(2984),
[anon_sym_DOLLAR] = ACTIONS(2986),
[sym_raw_string] = ACTIONS(2984),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2984),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2984),
[anon_sym_BQUOTE] = ACTIONS(2984),
[anon_sym_LT_LPAREN] = ACTIONS(2984),
[anon_sym_GT_LPAREN] = ACTIONS(2984),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2986),
[sym_word] = ACTIONS(2986),
[anon_sym_LF] = ACTIONS(2984),
[anon_sym_AMP] = ACTIONS(2986),
},
[2614] = {
[sym_concatenation] = STATE(2746),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2746),
[sym_regex] = ACTIONS(6289),
[anon_sym_RBRACE] = ACTIONS(6291),
[anon_sym_EQ] = ACTIONS(6293),
[anon_sym_DASH] = ACTIONS(6293),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6295),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6293),
[anon_sym_COLON_QMARK] = ACTIONS(6293),
[anon_sym_COLON_DASH] = ACTIONS(6293),
[anon_sym_PERCENT] = ACTIONS(6293),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2615] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6291),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2616] = {
[sym_concatenation] = STATE(2748),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2748),
[sym_regex] = ACTIONS(6297),
[anon_sym_RBRACE] = ACTIONS(6283),
[anon_sym_EQ] = ACTIONS(6299),
[anon_sym_DASH] = ACTIONS(6299),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6301),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6299),
[anon_sym_COLON_QMARK] = ACTIONS(6299),
[anon_sym_COLON_DASH] = ACTIONS(6299),
[anon_sym_PERCENT] = ACTIONS(6299),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2617] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6283),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2618] = {
[sym_concatenation] = STATE(2750),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2750),
[anon_sym_RBRACE] = ACTIONS(6303),
[anon_sym_EQ] = ACTIONS(6305),
[anon_sym_DASH] = ACTIONS(6305),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6307),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6305),
[anon_sym_COLON_QMARK] = ACTIONS(6305),
[anon_sym_COLON_DASH] = ACTIONS(6305),
[anon_sym_PERCENT] = ACTIONS(6305),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2619] = {
[sym__simple_heredoc_body] = ACTIONS(3040),
[sym__heredoc_body_beginning] = ACTIONS(3040),
[sym_file_descriptor] = ACTIONS(3040),
[sym__concat] = ACTIONS(3040),
[sym_variable_name] = ACTIONS(3040),
[anon_sym_SEMI] = ACTIONS(3042),
[anon_sym_esac] = ACTIONS(3042),
[anon_sym_PIPE] = ACTIONS(3042),
[anon_sym_SEMI_SEMI] = ACTIONS(3040),
[anon_sym_PIPE_AMP] = ACTIONS(3040),
[anon_sym_AMP_AMP] = ACTIONS(3040),
[anon_sym_PIPE_PIPE] = ACTIONS(3040),
[anon_sym_LT] = ACTIONS(3042),
[anon_sym_GT] = ACTIONS(3042),
[anon_sym_GT_GT] = ACTIONS(3040),
[anon_sym_AMP_GT] = ACTIONS(3042),
[anon_sym_AMP_GT_GT] = ACTIONS(3040),
[anon_sym_LT_AMP] = ACTIONS(3040),
[anon_sym_GT_AMP] = ACTIONS(3040),
[anon_sym_LT_LT] = ACTIONS(3042),
[anon_sym_LT_LT_DASH] = ACTIONS(3040),
[anon_sym_LT_LT_LT] = ACTIONS(3040),
[sym__special_characters] = ACTIONS(3040),
[anon_sym_DQUOTE] = ACTIONS(3040),
[anon_sym_DOLLAR] = ACTIONS(3042),
[sym_raw_string] = ACTIONS(3040),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3040),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3040),
[anon_sym_BQUOTE] = ACTIONS(3040),
[anon_sym_LT_LPAREN] = ACTIONS(3040),
[anon_sym_GT_LPAREN] = ACTIONS(3040),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3042),
[sym_word] = ACTIONS(3042),
[anon_sym_LF] = ACTIONS(3040),
[anon_sym_AMP] = ACTIONS(3042),
},
[2620] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6303),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2621] = {
[sym_concatenation] = STATE(2748),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2748),
[anon_sym_RBRACE] = ACTIONS(6283),
[anon_sym_EQ] = ACTIONS(6299),
[anon_sym_DASH] = ACTIONS(6299),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6301),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6299),
[anon_sym_COLON_QMARK] = ACTIONS(6299),
[anon_sym_COLON_DASH] = ACTIONS(6299),
[anon_sym_PERCENT] = ACTIONS(6299),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2622] = {
[sym__simple_heredoc_body] = ACTIONS(3095),
[sym__heredoc_body_beginning] = ACTIONS(3095),
[sym_file_descriptor] = ACTIONS(3095),
[sym__concat] = ACTIONS(3095),
[sym_variable_name] = ACTIONS(3095),
[anon_sym_SEMI] = ACTIONS(3097),
[anon_sym_esac] = ACTIONS(3097),
[anon_sym_PIPE] = ACTIONS(3097),
[anon_sym_SEMI_SEMI] = ACTIONS(3095),
[anon_sym_PIPE_AMP] = ACTIONS(3095),
[anon_sym_AMP_AMP] = ACTIONS(3095),
[anon_sym_PIPE_PIPE] = ACTIONS(3095),
[anon_sym_LT] = ACTIONS(3097),
[anon_sym_GT] = ACTIONS(3097),
[anon_sym_GT_GT] = ACTIONS(3095),
[anon_sym_AMP_GT] = ACTIONS(3097),
[anon_sym_AMP_GT_GT] = ACTIONS(3095),
[anon_sym_LT_AMP] = ACTIONS(3095),
[anon_sym_GT_AMP] = ACTIONS(3095),
[anon_sym_LT_LT] = ACTIONS(3097),
[anon_sym_LT_LT_DASH] = ACTIONS(3095),
[anon_sym_LT_LT_LT] = ACTIONS(3095),
[sym__special_characters] = ACTIONS(3095),
[anon_sym_DQUOTE] = ACTIONS(3095),
[anon_sym_DOLLAR] = ACTIONS(3097),
[sym_raw_string] = ACTIONS(3095),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3095),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3095),
[anon_sym_BQUOTE] = ACTIONS(3095),
[anon_sym_LT_LPAREN] = ACTIONS(3095),
[anon_sym_GT_LPAREN] = ACTIONS(3095),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3097),
[sym_word] = ACTIONS(3097),
[anon_sym_LF] = ACTIONS(3095),
[anon_sym_AMP] = ACTIONS(3097),
},
[2623] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(6309),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2624] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(6309),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2625] = {
[anon_sym_SEMI] = ACTIONS(6311),
[anon_sym_RPAREN] = ACTIONS(6309),
[anon_sym_SEMI_SEMI] = ACTIONS(6313),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6313),
[anon_sym_AMP] = ACTIONS(6313),
},
[2626] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(6309),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2627] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(6309),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2628] = {
[anon_sym_SEMI] = ACTIONS(6315),
[anon_sym_SEMI_SEMI] = ACTIONS(6317),
[anon_sym_BQUOTE] = ACTIONS(6309),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6317),
[anon_sym_AMP] = ACTIONS(6317),
},
[2629] = {
[sym__simple_heredoc_body] = ACTIONS(3125),
[sym__heredoc_body_beginning] = ACTIONS(3125),
[sym_file_descriptor] = ACTIONS(3125),
[sym__concat] = ACTIONS(3125),
[sym_variable_name] = ACTIONS(3125),
[anon_sym_SEMI] = ACTIONS(3127),
[anon_sym_esac] = ACTIONS(3127),
[anon_sym_PIPE] = ACTIONS(3127),
[anon_sym_SEMI_SEMI] = ACTIONS(3125),
[anon_sym_PIPE_AMP] = ACTIONS(3125),
[anon_sym_AMP_AMP] = ACTIONS(3125),
[anon_sym_PIPE_PIPE] = ACTIONS(3125),
[anon_sym_LT] = ACTIONS(3127),
[anon_sym_GT] = ACTIONS(3127),
[anon_sym_GT_GT] = ACTIONS(3125),
[anon_sym_AMP_GT] = ACTIONS(3127),
[anon_sym_AMP_GT_GT] = ACTIONS(3125),
[anon_sym_LT_AMP] = ACTIONS(3125),
[anon_sym_GT_AMP] = ACTIONS(3125),
[anon_sym_LT_LT] = ACTIONS(3127),
[anon_sym_LT_LT_DASH] = ACTIONS(3125),
[anon_sym_LT_LT_LT] = ACTIONS(3125),
[sym__special_characters] = ACTIONS(3125),
[anon_sym_DQUOTE] = ACTIONS(3125),
[anon_sym_DOLLAR] = ACTIONS(3127),
[sym_raw_string] = ACTIONS(3125),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3125),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3125),
[anon_sym_BQUOTE] = ACTIONS(3125),
[anon_sym_LT_LPAREN] = ACTIONS(3125),
[anon_sym_GT_LPAREN] = ACTIONS(3125),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3127),
[sym_word] = ACTIONS(3127),
[anon_sym_LF] = ACTIONS(3125),
[anon_sym_AMP] = ACTIONS(3127),
},
[2630] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(6319),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2631] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(6319),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2632] = {
[anon_sym_SEMI] = ACTIONS(6321),
[anon_sym_RPAREN] = ACTIONS(6319),
[anon_sym_SEMI_SEMI] = ACTIONS(6323),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6323),
[anon_sym_AMP] = ACTIONS(6323),
},
[2633] = {
[sym__simple_heredoc_body] = ACTIONS(2934),
[sym__heredoc_body_beginning] = ACTIONS(2934),
[sym_file_descriptor] = ACTIONS(2934),
[sym__concat] = ACTIONS(2934),
[anon_sym_SEMI] = ACTIONS(2936),
[anon_sym_esac] = ACTIONS(2936),
[anon_sym_PIPE] = ACTIONS(2936),
[anon_sym_SEMI_SEMI] = ACTIONS(2934),
[anon_sym_PIPE_AMP] = ACTIONS(2934),
[anon_sym_AMP_AMP] = ACTIONS(2934),
[anon_sym_PIPE_PIPE] = ACTIONS(2934),
[anon_sym_LT] = ACTIONS(2936),
[anon_sym_GT] = ACTIONS(2936),
[anon_sym_GT_GT] = ACTIONS(2934),
[anon_sym_AMP_GT] = ACTIONS(2936),
[anon_sym_AMP_GT_GT] = ACTIONS(2934),
[anon_sym_LT_AMP] = ACTIONS(2934),
[anon_sym_GT_AMP] = ACTIONS(2934),
[anon_sym_LT_LT] = ACTIONS(2936),
[anon_sym_LT_LT_DASH] = ACTIONS(2934),
[anon_sym_LT_LT_LT] = ACTIONS(2934),
[sym__special_characters] = ACTIONS(2934),
[anon_sym_DQUOTE] = ACTIONS(2934),
[anon_sym_DOLLAR] = ACTIONS(2936),
[sym_raw_string] = ACTIONS(2934),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2934),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2934),
[anon_sym_BQUOTE] = ACTIONS(2934),
[anon_sym_LT_LPAREN] = ACTIONS(2934),
[anon_sym_GT_LPAREN] = ACTIONS(2934),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2936),
[sym_word] = ACTIONS(2936),
[anon_sym_LF] = ACTIONS(2934),
[anon_sym_AMP] = ACTIONS(2936),
},
[2634] = {
[sym__simple_heredoc_body] = ACTIONS(2948),
[sym__heredoc_body_beginning] = ACTIONS(2948),
[sym_file_descriptor] = ACTIONS(2948),
[sym__concat] = ACTIONS(2948),
[anon_sym_SEMI] = ACTIONS(2950),
[anon_sym_esac] = ACTIONS(2950),
[anon_sym_PIPE] = ACTIONS(2950),
[anon_sym_SEMI_SEMI] = ACTIONS(2948),
[anon_sym_PIPE_AMP] = ACTIONS(2948),
[anon_sym_AMP_AMP] = ACTIONS(2948),
[anon_sym_PIPE_PIPE] = ACTIONS(2948),
[anon_sym_LT] = ACTIONS(2950),
[anon_sym_GT] = ACTIONS(2950),
[anon_sym_GT_GT] = ACTIONS(2948),
[anon_sym_AMP_GT] = ACTIONS(2950),
[anon_sym_AMP_GT_GT] = ACTIONS(2948),
[anon_sym_LT_AMP] = ACTIONS(2948),
[anon_sym_GT_AMP] = ACTIONS(2948),
[anon_sym_LT_LT] = ACTIONS(2950),
[anon_sym_LT_LT_DASH] = ACTIONS(2948),
[anon_sym_LT_LT_LT] = ACTIONS(2948),
[sym__special_characters] = ACTIONS(2948),
[anon_sym_DQUOTE] = ACTIONS(2948),
[anon_sym_DOLLAR] = ACTIONS(2950),
[sym_raw_string] = ACTIONS(2948),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2948),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2948),
[anon_sym_BQUOTE] = ACTIONS(2948),
[anon_sym_LT_LPAREN] = ACTIONS(2948),
[anon_sym_GT_LPAREN] = ACTIONS(2948),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2950),
[sym_word] = ACTIONS(2950),
[anon_sym_LF] = ACTIONS(2948),
[anon_sym_AMP] = ACTIONS(2950),
},
[2635] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(6325),
[sym_comment] = ACTIONS(57),
},
[2636] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(6327),
[sym_comment] = ACTIONS(57),
},
[2637] = {
[anon_sym_RBRACE] = ACTIONS(6327),
[sym_comment] = ACTIONS(57),
},
[2638] = {
[sym_concatenation] = STATE(2760),
[sym_string] = STATE(2759),
[sym_simple_expansion] = STATE(2759),
[sym_string_expansion] = STATE(2759),
[sym_expansion] = STATE(2759),
[sym_command_substitution] = STATE(2759),
[sym_process_substitution] = STATE(2759),
[anon_sym_RBRACE] = ACTIONS(6327),
[sym__special_characters] = ACTIONS(6329),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(6331),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(6331),
},
[2639] = {
[sym__simple_heredoc_body] = ACTIONS(2984),
[sym__heredoc_body_beginning] = ACTIONS(2984),
[sym_file_descriptor] = ACTIONS(2984),
[sym__concat] = ACTIONS(2984),
[anon_sym_SEMI] = ACTIONS(2986),
[anon_sym_esac] = ACTIONS(2986),
[anon_sym_PIPE] = ACTIONS(2986),
[anon_sym_SEMI_SEMI] = ACTIONS(2984),
[anon_sym_PIPE_AMP] = ACTIONS(2984),
[anon_sym_AMP_AMP] = ACTIONS(2984),
[anon_sym_PIPE_PIPE] = ACTIONS(2984),
[anon_sym_LT] = ACTIONS(2986),
[anon_sym_GT] = ACTIONS(2986),
[anon_sym_GT_GT] = ACTIONS(2984),
[anon_sym_AMP_GT] = ACTIONS(2986),
[anon_sym_AMP_GT_GT] = ACTIONS(2984),
[anon_sym_LT_AMP] = ACTIONS(2984),
[anon_sym_GT_AMP] = ACTIONS(2984),
[anon_sym_LT_LT] = ACTIONS(2986),
[anon_sym_LT_LT_DASH] = ACTIONS(2984),
[anon_sym_LT_LT_LT] = ACTIONS(2984),
[sym__special_characters] = ACTIONS(2984),
[anon_sym_DQUOTE] = ACTIONS(2984),
[anon_sym_DOLLAR] = ACTIONS(2986),
[sym_raw_string] = ACTIONS(2984),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2984),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2984),
[anon_sym_BQUOTE] = ACTIONS(2984),
[anon_sym_LT_LPAREN] = ACTIONS(2984),
[anon_sym_GT_LPAREN] = ACTIONS(2984),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2986),
[sym_word] = ACTIONS(2986),
[anon_sym_LF] = ACTIONS(2984),
[anon_sym_AMP] = ACTIONS(2986),
},
[2640] = {
[sym_concatenation] = STATE(2763),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2763),
[sym_regex] = ACTIONS(6333),
[anon_sym_RBRACE] = ACTIONS(6335),
[anon_sym_EQ] = ACTIONS(6337),
[anon_sym_DASH] = ACTIONS(6337),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6337),
[anon_sym_COLON_QMARK] = ACTIONS(6337),
[anon_sym_COLON_DASH] = ACTIONS(6337),
[anon_sym_PERCENT] = ACTIONS(6337),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2641] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6335),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2642] = {
[sym_concatenation] = STATE(2765),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2765),
[sym_regex] = ACTIONS(6341),
[anon_sym_RBRACE] = ACTIONS(6327),
[anon_sym_EQ] = ACTIONS(6343),
[anon_sym_DASH] = ACTIONS(6343),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6345),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6343),
[anon_sym_COLON_QMARK] = ACTIONS(6343),
[anon_sym_COLON_DASH] = ACTIONS(6343),
[anon_sym_PERCENT] = ACTIONS(6343),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2643] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6327),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2644] = {
[sym_concatenation] = STATE(2767),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2767),
[anon_sym_RBRACE] = ACTIONS(6347),
[anon_sym_EQ] = ACTIONS(6349),
[anon_sym_DASH] = ACTIONS(6349),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6351),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6349),
[anon_sym_COLON_QMARK] = ACTIONS(6349),
[anon_sym_COLON_DASH] = ACTIONS(6349),
[anon_sym_PERCENT] = ACTIONS(6349),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2645] = {
[sym__simple_heredoc_body] = ACTIONS(3040),
[sym__heredoc_body_beginning] = ACTIONS(3040),
[sym_file_descriptor] = ACTIONS(3040),
[sym__concat] = ACTIONS(3040),
[anon_sym_SEMI] = ACTIONS(3042),
[anon_sym_esac] = ACTIONS(3042),
[anon_sym_PIPE] = ACTIONS(3042),
[anon_sym_SEMI_SEMI] = ACTIONS(3040),
[anon_sym_PIPE_AMP] = ACTIONS(3040),
[anon_sym_AMP_AMP] = ACTIONS(3040),
[anon_sym_PIPE_PIPE] = ACTIONS(3040),
[anon_sym_LT] = ACTIONS(3042),
[anon_sym_GT] = ACTIONS(3042),
[anon_sym_GT_GT] = ACTIONS(3040),
[anon_sym_AMP_GT] = ACTIONS(3042),
[anon_sym_AMP_GT_GT] = ACTIONS(3040),
[anon_sym_LT_AMP] = ACTIONS(3040),
[anon_sym_GT_AMP] = ACTIONS(3040),
[anon_sym_LT_LT] = ACTIONS(3042),
[anon_sym_LT_LT_DASH] = ACTIONS(3040),
[anon_sym_LT_LT_LT] = ACTIONS(3040),
[sym__special_characters] = ACTIONS(3040),
[anon_sym_DQUOTE] = ACTIONS(3040),
[anon_sym_DOLLAR] = ACTIONS(3042),
[sym_raw_string] = ACTIONS(3040),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3040),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3040),
[anon_sym_BQUOTE] = ACTIONS(3040),
[anon_sym_LT_LPAREN] = ACTIONS(3040),
[anon_sym_GT_LPAREN] = ACTIONS(3040),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3042),
[sym_word] = ACTIONS(3042),
[anon_sym_LF] = ACTIONS(3040),
[anon_sym_AMP] = ACTIONS(3042),
},
[2646] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6347),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2647] = {
[sym_concatenation] = STATE(2765),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2765),
[anon_sym_RBRACE] = ACTIONS(6327),
[anon_sym_EQ] = ACTIONS(6343),
[anon_sym_DASH] = ACTIONS(6343),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6345),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6343),
[anon_sym_COLON_QMARK] = ACTIONS(6343),
[anon_sym_COLON_DASH] = ACTIONS(6343),
[anon_sym_PERCENT] = ACTIONS(6343),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2648] = {
[sym__simple_heredoc_body] = ACTIONS(3095),
[sym__heredoc_body_beginning] = ACTIONS(3095),
[sym_file_descriptor] = ACTIONS(3095),
[sym__concat] = ACTIONS(3095),
[anon_sym_SEMI] = ACTIONS(3097),
[anon_sym_esac] = ACTIONS(3097),
[anon_sym_PIPE] = ACTIONS(3097),
[anon_sym_SEMI_SEMI] = ACTIONS(3095),
[anon_sym_PIPE_AMP] = ACTIONS(3095),
[anon_sym_AMP_AMP] = ACTIONS(3095),
[anon_sym_PIPE_PIPE] = ACTIONS(3095),
[anon_sym_LT] = ACTIONS(3097),
[anon_sym_GT] = ACTIONS(3097),
[anon_sym_GT_GT] = ACTIONS(3095),
[anon_sym_AMP_GT] = ACTIONS(3097),
[anon_sym_AMP_GT_GT] = ACTIONS(3095),
[anon_sym_LT_AMP] = ACTIONS(3095),
[anon_sym_GT_AMP] = ACTIONS(3095),
[anon_sym_LT_LT] = ACTIONS(3097),
[anon_sym_LT_LT_DASH] = ACTIONS(3095),
[anon_sym_LT_LT_LT] = ACTIONS(3095),
[sym__special_characters] = ACTIONS(3095),
[anon_sym_DQUOTE] = ACTIONS(3095),
[anon_sym_DOLLAR] = ACTIONS(3097),
[sym_raw_string] = ACTIONS(3095),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3095),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3095),
[anon_sym_BQUOTE] = ACTIONS(3095),
[anon_sym_LT_LPAREN] = ACTIONS(3095),
[anon_sym_GT_LPAREN] = ACTIONS(3095),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3097),
[sym_word] = ACTIONS(3097),
[anon_sym_LF] = ACTIONS(3095),
[anon_sym_AMP] = ACTIONS(3097),
},
[2649] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(6353),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2650] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(6353),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2651] = {
[anon_sym_SEMI] = ACTIONS(6355),
[anon_sym_RPAREN] = ACTIONS(6353),
[anon_sym_SEMI_SEMI] = ACTIONS(6357),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6357),
[anon_sym_AMP] = ACTIONS(6357),
},
[2652] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(6353),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2653] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(6353),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2654] = {
[anon_sym_SEMI] = ACTIONS(6359),
[anon_sym_SEMI_SEMI] = ACTIONS(6361),
[anon_sym_BQUOTE] = ACTIONS(6353),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6361),
[anon_sym_AMP] = ACTIONS(6361),
},
[2655] = {
[sym__simple_heredoc_body] = ACTIONS(3125),
[sym__heredoc_body_beginning] = ACTIONS(3125),
[sym_file_descriptor] = ACTIONS(3125),
[sym__concat] = ACTIONS(3125),
[anon_sym_SEMI] = ACTIONS(3127),
[anon_sym_esac] = ACTIONS(3127),
[anon_sym_PIPE] = ACTIONS(3127),
[anon_sym_SEMI_SEMI] = ACTIONS(3125),
[anon_sym_PIPE_AMP] = ACTIONS(3125),
[anon_sym_AMP_AMP] = ACTIONS(3125),
[anon_sym_PIPE_PIPE] = ACTIONS(3125),
[anon_sym_LT] = ACTIONS(3127),
[anon_sym_GT] = ACTIONS(3127),
[anon_sym_GT_GT] = ACTIONS(3125),
[anon_sym_AMP_GT] = ACTIONS(3127),
[anon_sym_AMP_GT_GT] = ACTIONS(3125),
[anon_sym_LT_AMP] = ACTIONS(3125),
[anon_sym_GT_AMP] = ACTIONS(3125),
[anon_sym_LT_LT] = ACTIONS(3127),
[anon_sym_LT_LT_DASH] = ACTIONS(3125),
[anon_sym_LT_LT_LT] = ACTIONS(3125),
[sym__special_characters] = ACTIONS(3125),
[anon_sym_DQUOTE] = ACTIONS(3125),
[anon_sym_DOLLAR] = ACTIONS(3127),
[sym_raw_string] = ACTIONS(3125),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3125),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3125),
[anon_sym_BQUOTE] = ACTIONS(3125),
[anon_sym_LT_LPAREN] = ACTIONS(3125),
[anon_sym_GT_LPAREN] = ACTIONS(3125),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3127),
[sym_word] = ACTIONS(3127),
[anon_sym_LF] = ACTIONS(3125),
[anon_sym_AMP] = ACTIONS(3127),
},
[2656] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(6363),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2657] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(6363),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2658] = {
[anon_sym_SEMI] = ACTIONS(6365),
[anon_sym_RPAREN] = ACTIONS(6363),
[anon_sym_SEMI_SEMI] = ACTIONS(6367),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6367),
[anon_sym_AMP] = ACTIONS(6367),
},
[2659] = {
[sym__simple_heredoc_body] = ACTIONS(3941),
[sym__heredoc_body_beginning] = ACTIONS(3941),
[sym_file_descriptor] = ACTIONS(3941),
[sym__concat] = ACTIONS(3941),
[anon_sym_SEMI] = ACTIONS(3943),
[anon_sym_esac] = ACTIONS(3943),
[anon_sym_PIPE] = ACTIONS(3943),
[anon_sym_SEMI_SEMI] = ACTIONS(3941),
[anon_sym_PIPE_AMP] = ACTIONS(3941),
[anon_sym_AMP_AMP] = ACTIONS(3941),
[anon_sym_PIPE_PIPE] = ACTIONS(3941),
[anon_sym_EQ_TILDE] = ACTIONS(3943),
[anon_sym_EQ_EQ] = ACTIONS(3943),
[anon_sym_LT] = ACTIONS(3943),
[anon_sym_GT] = ACTIONS(3943),
[anon_sym_GT_GT] = ACTIONS(3941),
[anon_sym_AMP_GT] = ACTIONS(3943),
[anon_sym_AMP_GT_GT] = ACTIONS(3941),
[anon_sym_LT_AMP] = ACTIONS(3941),
[anon_sym_GT_AMP] = ACTIONS(3941),
[anon_sym_LT_LT] = ACTIONS(3943),
[anon_sym_LT_LT_DASH] = ACTIONS(3941),
[anon_sym_LT_LT_LT] = ACTIONS(3941),
[sym__special_characters] = ACTIONS(3941),
[anon_sym_DQUOTE] = ACTIONS(3941),
[anon_sym_DOLLAR] = ACTIONS(3943),
[sym_raw_string] = ACTIONS(3941),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3941),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3941),
[anon_sym_BQUOTE] = ACTIONS(3941),
[anon_sym_LT_LPAREN] = ACTIONS(3941),
[anon_sym_GT_LPAREN] = ACTIONS(3941),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3943),
[anon_sym_LF] = ACTIONS(3941),
[anon_sym_AMP] = ACTIONS(3943),
},
[2660] = {
[sym__simple_heredoc_body] = ACTIONS(3949),
[sym__heredoc_body_beginning] = ACTIONS(3949),
[sym_file_descriptor] = ACTIONS(3949),
[sym__concat] = ACTIONS(3949),
[anon_sym_SEMI] = ACTIONS(3951),
[anon_sym_esac] = ACTIONS(3951),
[anon_sym_PIPE] = ACTIONS(3951),
[anon_sym_SEMI_SEMI] = ACTIONS(3949),
[anon_sym_PIPE_AMP] = ACTIONS(3949),
[anon_sym_AMP_AMP] = ACTIONS(3949),
[anon_sym_PIPE_PIPE] = ACTIONS(3949),
[anon_sym_EQ_TILDE] = ACTIONS(3951),
[anon_sym_EQ_EQ] = ACTIONS(3951),
[anon_sym_LT] = ACTIONS(3951),
[anon_sym_GT] = ACTIONS(3951),
[anon_sym_GT_GT] = ACTIONS(3949),
[anon_sym_AMP_GT] = ACTIONS(3951),
[anon_sym_AMP_GT_GT] = ACTIONS(3949),
[anon_sym_LT_AMP] = ACTIONS(3949),
[anon_sym_GT_AMP] = ACTIONS(3949),
[anon_sym_LT_LT] = ACTIONS(3951),
[anon_sym_LT_LT_DASH] = ACTIONS(3949),
[anon_sym_LT_LT_LT] = ACTIONS(3949),
[sym__special_characters] = ACTIONS(3949),
[anon_sym_DQUOTE] = ACTIONS(3949),
[anon_sym_DOLLAR] = ACTIONS(3951),
[sym_raw_string] = ACTIONS(3949),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3949),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3949),
[anon_sym_BQUOTE] = ACTIONS(3949),
[anon_sym_LT_LPAREN] = ACTIONS(3949),
[anon_sym_GT_LPAREN] = ACTIONS(3949),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3951),
[anon_sym_LF] = ACTIONS(3949),
[anon_sym_AMP] = ACTIONS(3951),
},
[2661] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(6369),
[sym_comment] = ACTIONS(57),
},
[2662] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(6371),
[sym_comment] = ACTIONS(57),
},
[2663] = {
[anon_sym_RBRACE] = ACTIONS(6371),
[sym_comment] = ACTIONS(57),
},
[2664] = {
[sym_concatenation] = STATE(2776),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2776),
[anon_sym_RBRACE] = ACTIONS(6373),
[anon_sym_EQ] = ACTIONS(6375),
[anon_sym_DASH] = ACTIONS(6375),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6377),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6375),
[anon_sym_COLON_QMARK] = ACTIONS(6375),
[anon_sym_COLON_DASH] = ACTIONS(6375),
[anon_sym_PERCENT] = ACTIONS(6375),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2665] = {
[sym__simple_heredoc_body] = ACTIONS(4005),
[sym__heredoc_body_beginning] = ACTIONS(4005),
[sym_file_descriptor] = ACTIONS(4005),
[sym__concat] = ACTIONS(4005),
[anon_sym_SEMI] = ACTIONS(4007),
[anon_sym_esac] = ACTIONS(4007),
[anon_sym_PIPE] = ACTIONS(4007),
[anon_sym_SEMI_SEMI] = ACTIONS(4005),
[anon_sym_PIPE_AMP] = ACTIONS(4005),
[anon_sym_AMP_AMP] = ACTIONS(4005),
[anon_sym_PIPE_PIPE] = ACTIONS(4005),
[anon_sym_EQ_TILDE] = ACTIONS(4007),
[anon_sym_EQ_EQ] = ACTIONS(4007),
[anon_sym_LT] = ACTIONS(4007),
[anon_sym_GT] = ACTIONS(4007),
[anon_sym_GT_GT] = ACTIONS(4005),
[anon_sym_AMP_GT] = ACTIONS(4007),
[anon_sym_AMP_GT_GT] = ACTIONS(4005),
[anon_sym_LT_AMP] = ACTIONS(4005),
[anon_sym_GT_AMP] = ACTIONS(4005),
[anon_sym_LT_LT] = ACTIONS(4007),
[anon_sym_LT_LT_DASH] = ACTIONS(4005),
[anon_sym_LT_LT_LT] = ACTIONS(4005),
[sym__special_characters] = ACTIONS(4005),
[anon_sym_DQUOTE] = ACTIONS(4005),
[anon_sym_DOLLAR] = ACTIONS(4007),
[sym_raw_string] = ACTIONS(4005),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4005),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4005),
[anon_sym_BQUOTE] = ACTIONS(4005),
[anon_sym_LT_LPAREN] = ACTIONS(4005),
[anon_sym_GT_LPAREN] = ACTIONS(4005),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4007),
[anon_sym_LF] = ACTIONS(4005),
[anon_sym_AMP] = ACTIONS(4007),
},
[2666] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6373),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2667] = {
[sym_concatenation] = STATE(2777),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2777),
[anon_sym_RBRACE] = ACTIONS(6371),
[anon_sym_EQ] = ACTIONS(6379),
[anon_sym_DASH] = ACTIONS(6379),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6381),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6379),
[anon_sym_COLON_QMARK] = ACTIONS(6379),
[anon_sym_COLON_DASH] = ACTIONS(6379),
[anon_sym_PERCENT] = ACTIONS(6379),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2668] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6371),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2669] = {
[sym__simple_heredoc_body] = ACTIONS(4050),
[sym__heredoc_body_beginning] = ACTIONS(4050),
[sym_file_descriptor] = ACTIONS(4050),
[sym__concat] = ACTIONS(4050),
[anon_sym_SEMI] = ACTIONS(4052),
[anon_sym_esac] = ACTIONS(4052),
[anon_sym_PIPE] = ACTIONS(4052),
[anon_sym_SEMI_SEMI] = ACTIONS(4050),
[anon_sym_PIPE_AMP] = ACTIONS(4050),
[anon_sym_AMP_AMP] = ACTIONS(4050),
[anon_sym_PIPE_PIPE] = ACTIONS(4050),
[anon_sym_EQ_TILDE] = ACTIONS(4052),
[anon_sym_EQ_EQ] = ACTIONS(4052),
[anon_sym_LT] = ACTIONS(4052),
[anon_sym_GT] = ACTIONS(4052),
[anon_sym_GT_GT] = ACTIONS(4050),
[anon_sym_AMP_GT] = ACTIONS(4052),
[anon_sym_AMP_GT_GT] = ACTIONS(4050),
[anon_sym_LT_AMP] = ACTIONS(4050),
[anon_sym_GT_AMP] = ACTIONS(4050),
[anon_sym_LT_LT] = ACTIONS(4052),
[anon_sym_LT_LT_DASH] = ACTIONS(4050),
[anon_sym_LT_LT_LT] = ACTIONS(4050),
[sym__special_characters] = ACTIONS(4050),
[anon_sym_DQUOTE] = ACTIONS(4050),
[anon_sym_DOLLAR] = ACTIONS(4052),
[sym_raw_string] = ACTIONS(4050),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4050),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4050),
[anon_sym_BQUOTE] = ACTIONS(4050),
[anon_sym_LT_LPAREN] = ACTIONS(4050),
[anon_sym_GT_LPAREN] = ACTIONS(4050),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4052),
[anon_sym_LF] = ACTIONS(4050),
[anon_sym_AMP] = ACTIONS(4052),
},
[2670] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6383),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2671] = {
[sym__simple_heredoc_body] = ACTIONS(4084),
[sym__heredoc_body_beginning] = ACTIONS(4084),
[sym_file_descriptor] = ACTIONS(4084),
[sym__concat] = ACTIONS(4084),
[anon_sym_SEMI] = ACTIONS(4086),
[anon_sym_esac] = ACTIONS(4086),
[anon_sym_PIPE] = ACTIONS(4086),
[anon_sym_SEMI_SEMI] = ACTIONS(4084),
[anon_sym_PIPE_AMP] = ACTIONS(4084),
[anon_sym_AMP_AMP] = ACTIONS(4084),
[anon_sym_PIPE_PIPE] = ACTIONS(4084),
[anon_sym_EQ_TILDE] = ACTIONS(4086),
[anon_sym_EQ_EQ] = ACTIONS(4086),
[anon_sym_LT] = ACTIONS(4086),
[anon_sym_GT] = ACTIONS(4086),
[anon_sym_GT_GT] = ACTIONS(4084),
[anon_sym_AMP_GT] = ACTIONS(4086),
[anon_sym_AMP_GT_GT] = ACTIONS(4084),
[anon_sym_LT_AMP] = ACTIONS(4084),
[anon_sym_GT_AMP] = ACTIONS(4084),
[anon_sym_LT_LT] = ACTIONS(4086),
[anon_sym_LT_LT_DASH] = ACTIONS(4084),
[anon_sym_LT_LT_LT] = ACTIONS(4084),
[sym__special_characters] = ACTIONS(4084),
[anon_sym_DQUOTE] = ACTIONS(4084),
[anon_sym_DOLLAR] = ACTIONS(4086),
[sym_raw_string] = ACTIONS(4084),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4084),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4084),
[anon_sym_BQUOTE] = ACTIONS(4084),
[anon_sym_LT_LPAREN] = ACTIONS(4084),
[anon_sym_GT_LPAREN] = ACTIONS(4084),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4086),
[anon_sym_LF] = ACTIONS(4084),
[anon_sym_AMP] = ACTIONS(4086),
},
[2672] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(6385),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2673] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(6385),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2674] = {
[sym__simple_heredoc_body] = ACTIONS(4090),
[sym__heredoc_body_beginning] = ACTIONS(4090),
[sym_file_descriptor] = ACTIONS(4090),
[sym__concat] = ACTIONS(4090),
[anon_sym_SEMI] = ACTIONS(4092),
[anon_sym_esac] = ACTIONS(4092),
[anon_sym_PIPE] = ACTIONS(4092),
[anon_sym_SEMI_SEMI] = ACTIONS(4090),
[anon_sym_PIPE_AMP] = ACTIONS(4090),
[anon_sym_AMP_AMP] = ACTIONS(4090),
[anon_sym_PIPE_PIPE] = ACTIONS(4090),
[anon_sym_EQ_TILDE] = ACTIONS(4092),
[anon_sym_EQ_EQ] = ACTIONS(4092),
[anon_sym_LT] = ACTIONS(4092),
[anon_sym_GT] = ACTIONS(4092),
[anon_sym_GT_GT] = ACTIONS(4090),
[anon_sym_AMP_GT] = ACTIONS(4092),
[anon_sym_AMP_GT_GT] = ACTIONS(4090),
[anon_sym_LT_AMP] = ACTIONS(4090),
[anon_sym_GT_AMP] = ACTIONS(4090),
[anon_sym_LT_LT] = ACTIONS(4092),
[anon_sym_LT_LT_DASH] = ACTIONS(4090),
[anon_sym_LT_LT_LT] = ACTIONS(4090),
[sym__special_characters] = ACTIONS(4090),
[anon_sym_DQUOTE] = ACTIONS(4090),
[anon_sym_DOLLAR] = ACTIONS(4092),
[sym_raw_string] = ACTIONS(4090),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4090),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4090),
[anon_sym_BQUOTE] = ACTIONS(4090),
[anon_sym_LT_LPAREN] = ACTIONS(4090),
[anon_sym_GT_LPAREN] = ACTIONS(4090),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4092),
[anon_sym_LF] = ACTIONS(4090),
[anon_sym_AMP] = ACTIONS(4092),
},
[2675] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(6387),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2676] = {
[sym__simple_heredoc_body] = ACTIONS(1730),
[sym__heredoc_body_beginning] = ACTIONS(1730),
[sym_file_descriptor] = ACTIONS(1730),
[sym__concat] = ACTIONS(1730),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_esac] = ACTIONS(1730),
[anon_sym_PIPE] = ACTIONS(1732),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[anon_sym_PIPE_AMP] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_GT_GT] = ACTIONS(1730),
[anon_sym_AMP_GT] = ACTIONS(1732),
[anon_sym_AMP_GT_GT] = ACTIONS(1730),
[anon_sym_LT_AMP] = ACTIONS(1730),
[anon_sym_GT_AMP] = ACTIONS(1730),
[anon_sym_LT_LT] = ACTIONS(1732),
[anon_sym_LT_LT_DASH] = ACTIONS(1730),
[anon_sym_LT_LT_LT] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1732),
},
[2677] = {
[aux_sym_concatenation_repeat1] = STATE(2677),
[sym__simple_heredoc_body] = ACTIONS(1730),
[sym__heredoc_body_beginning] = ACTIONS(1730),
[sym_file_descriptor] = ACTIONS(1730),
[sym__concat] = ACTIONS(6389),
[anon_sym_SEMI] = ACTIONS(1732),
[anon_sym_esac] = ACTIONS(1730),
[anon_sym_PIPE] = ACTIONS(1732),
[anon_sym_SEMI_SEMI] = ACTIONS(1730),
[anon_sym_PIPE_AMP] = ACTIONS(1730),
[anon_sym_AMP_AMP] = ACTIONS(1730),
[anon_sym_PIPE_PIPE] = ACTIONS(1730),
[anon_sym_LT] = ACTIONS(1732),
[anon_sym_GT] = ACTIONS(1732),
[anon_sym_GT_GT] = ACTIONS(1730),
[anon_sym_AMP_GT] = ACTIONS(1732),
[anon_sym_AMP_GT_GT] = ACTIONS(1730),
[anon_sym_LT_AMP] = ACTIONS(1730),
[anon_sym_GT_AMP] = ACTIONS(1730),
[anon_sym_LT_LT] = ACTIONS(1732),
[anon_sym_LT_LT_DASH] = ACTIONS(1730),
[anon_sym_LT_LT_LT] = ACTIONS(1730),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1730),
[anon_sym_AMP] = ACTIONS(1732),
},
[2678] = {
[sym__simple_heredoc_body] = ACTIONS(1737),
[sym__heredoc_body_beginning] = ACTIONS(1737),
[sym_file_descriptor] = ACTIONS(1737),
[sym__concat] = ACTIONS(1737),
[anon_sym_SEMI] = ACTIONS(1739),
[anon_sym_esac] = ACTIONS(1737),
[anon_sym_PIPE] = ACTIONS(1739),
[anon_sym_SEMI_SEMI] = ACTIONS(1737),
[anon_sym_PIPE_AMP] = ACTIONS(1737),
[anon_sym_AMP_AMP] = ACTIONS(1737),
[anon_sym_PIPE_PIPE] = ACTIONS(1737),
[anon_sym_LT] = ACTIONS(1739),
[anon_sym_GT] = ACTIONS(1739),
[anon_sym_GT_GT] = ACTIONS(1737),
[anon_sym_AMP_GT] = ACTIONS(1739),
[anon_sym_AMP_GT_GT] = ACTIONS(1737),
[anon_sym_LT_AMP] = ACTIONS(1737),
[anon_sym_GT_AMP] = ACTIONS(1737),
[anon_sym_LT_LT] = ACTIONS(1739),
[anon_sym_LT_LT_DASH] = ACTIONS(1737),
[anon_sym_LT_LT_LT] = ACTIONS(1737),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1737),
[anon_sym_AMP] = ACTIONS(1739),
},
[2679] = {
[anon_sym_DASH] = ACTIONS(787),
[anon_sym_DQUOTE] = ACTIONS(6392),
[anon_sym_DOLLAR] = ACTIONS(791),
[sym__string_content] = ACTIONS(793),
[anon_sym_POUND] = ACTIONS(787),
[sym_comment] = ACTIONS(265),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(795),
[anon_sym_STAR] = ACTIONS(797),
[anon_sym_AT] = ACTIONS(797),
[anon_sym_QMARK] = ACTIONS(797),
[anon_sym_0] = ACTIONS(795),
[anon_sym__] = ACTIONS(795),
},
[2680] = {
[sym_concatenation] = STATE(2785),
[sym_string] = STATE(2784),
[sym_simple_expansion] = STATE(2784),
[sym_string_expansion] = STATE(2784),
[sym_expansion] = STATE(2784),
[sym_command_substitution] = STATE(2784),
[sym_process_substitution] = STATE(2784),
[anon_sym_RBRACE] = ACTIONS(6394),
[sym__special_characters] = ACTIONS(6396),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(6398),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(6398),
},
[2681] = {
[anon_sym_LBRACK] = ACTIONS(829),
[anon_sym_EQ] = ACTIONS(6400),
[sym_comment] = ACTIONS(57),
},
[2682] = {
[sym_concatenation] = STATE(2789),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2789),
[anon_sym_RBRACE] = ACTIONS(6402),
[anon_sym_EQ] = ACTIONS(6404),
[anon_sym_DASH] = ACTIONS(6404),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6406),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(6408),
[anon_sym_COLON] = ACTIONS(6404),
[anon_sym_COLON_QMARK] = ACTIONS(6404),
[anon_sym_COLON_DASH] = ACTIONS(6404),
[anon_sym_PERCENT] = ACTIONS(6404),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2683] = {
[sym_concatenation] = STATE(2791),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2791),
[anon_sym_RBRACE] = ACTIONS(6394),
[anon_sym_EQ] = ACTIONS(6410),
[anon_sym_DASH] = ACTIONS(6410),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6412),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_SLASH] = ACTIONS(6414),
[anon_sym_COLON] = ACTIONS(6410),
[anon_sym_COLON_QMARK] = ACTIONS(6410),
[anon_sym_COLON_DASH] = ACTIONS(6410),
[anon_sym_PERCENT] = ACTIONS(6410),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2684] = {
[sym__simple_heredoc_body] = ACTIONS(1838),
[sym__heredoc_body_beginning] = ACTIONS(1838),
[sym_file_descriptor] = ACTIONS(1838),
[sym__concat] = ACTIONS(1838),
[anon_sym_SEMI] = ACTIONS(1840),
[anon_sym_esac] = ACTIONS(1838),
[anon_sym_PIPE] = ACTIONS(1840),
[anon_sym_SEMI_SEMI] = ACTIONS(1838),
[anon_sym_PIPE_AMP] = ACTIONS(1838),
[anon_sym_AMP_AMP] = ACTIONS(1838),
[anon_sym_PIPE_PIPE] = ACTIONS(1838),
[anon_sym_LT] = ACTIONS(1840),
[anon_sym_GT] = ACTIONS(1840),
[anon_sym_GT_GT] = ACTIONS(1838),
[anon_sym_AMP_GT] = ACTIONS(1840),
[anon_sym_AMP_GT_GT] = ACTIONS(1838),
[anon_sym_LT_AMP] = ACTIONS(1838),
[anon_sym_GT_AMP] = ACTIONS(1838),
[anon_sym_LT_LT] = ACTIONS(1840),
[anon_sym_LT_LT_DASH] = ACTIONS(1838),
[anon_sym_LT_LT_LT] = ACTIONS(1838),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1838),
[anon_sym_AMP] = ACTIONS(1840),
},
[2685] = {
[sym_concatenation] = STATE(2794),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2794),
[sym_regex] = ACTIONS(6416),
[anon_sym_RBRACE] = ACTIONS(6418),
[anon_sym_EQ] = ACTIONS(6420),
[anon_sym_DASH] = ACTIONS(6420),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6422),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6420),
[anon_sym_COLON_QMARK] = ACTIONS(6420),
[anon_sym_COLON_DASH] = ACTIONS(6420),
[anon_sym_PERCENT] = ACTIONS(6420),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2686] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6418),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2687] = {
[sym__simple_heredoc_body] = ACTIONS(1886),
[sym__heredoc_body_beginning] = ACTIONS(1886),
[sym_file_descriptor] = ACTIONS(1886),
[sym__concat] = ACTIONS(1886),
[anon_sym_SEMI] = ACTIONS(1888),
[anon_sym_esac] = ACTIONS(1886),
[anon_sym_PIPE] = ACTIONS(1888),
[anon_sym_SEMI_SEMI] = ACTIONS(1886),
[anon_sym_PIPE_AMP] = ACTIONS(1886),
[anon_sym_AMP_AMP] = ACTIONS(1886),
[anon_sym_PIPE_PIPE] = ACTIONS(1886),
[anon_sym_LT] = ACTIONS(1888),
[anon_sym_GT] = ACTIONS(1888),
[anon_sym_GT_GT] = ACTIONS(1886),
[anon_sym_AMP_GT] = ACTIONS(1888),
[anon_sym_AMP_GT_GT] = ACTIONS(1886),
[anon_sym_LT_AMP] = ACTIONS(1886),
[anon_sym_GT_AMP] = ACTIONS(1886),
[anon_sym_LT_LT] = ACTIONS(1888),
[anon_sym_LT_LT_DASH] = ACTIONS(1886),
[anon_sym_LT_LT_LT] = ACTIONS(1886),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1886),
[anon_sym_AMP] = ACTIONS(1888),
},
[2688] = {
[sym_concatenation] = STATE(2791),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2791),
[sym_regex] = ACTIONS(6424),
[anon_sym_RBRACE] = ACTIONS(6394),
[anon_sym_EQ] = ACTIONS(6410),
[anon_sym_DASH] = ACTIONS(6410),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6412),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6410),
[anon_sym_COLON_QMARK] = ACTIONS(6410),
[anon_sym_COLON_DASH] = ACTIONS(6410),
[anon_sym_PERCENT] = ACTIONS(6410),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2689] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6394),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2690] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(6426),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2691] = {
[sym__simple_heredoc_body] = ACTIONS(1894),
[sym__heredoc_body_beginning] = ACTIONS(1894),
[sym_file_descriptor] = ACTIONS(1894),
[sym__concat] = ACTIONS(1894),
[anon_sym_SEMI] = ACTIONS(1896),
[anon_sym_esac] = ACTIONS(1894),
[anon_sym_PIPE] = ACTIONS(1896),
[anon_sym_SEMI_SEMI] = ACTIONS(1894),
[anon_sym_PIPE_AMP] = ACTIONS(1894),
[anon_sym_AMP_AMP] = ACTIONS(1894),
[anon_sym_PIPE_PIPE] = ACTIONS(1894),
[anon_sym_LT] = ACTIONS(1896),
[anon_sym_GT] = ACTIONS(1896),
[anon_sym_GT_GT] = ACTIONS(1894),
[anon_sym_AMP_GT] = ACTIONS(1896),
[anon_sym_AMP_GT_GT] = ACTIONS(1894),
[anon_sym_LT_AMP] = ACTIONS(1894),
[anon_sym_GT_AMP] = ACTIONS(1894),
[anon_sym_LT_LT] = ACTIONS(1896),
[anon_sym_LT_LT_DASH] = ACTIONS(1894),
[anon_sym_LT_LT_LT] = ACTIONS(1894),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1894),
[anon_sym_AMP] = ACTIONS(1896),
},
[2692] = {
[anon_sym_SEMI] = ACTIONS(6428),
[anon_sym_RPAREN] = ACTIONS(6426),
[anon_sym_SEMI_SEMI] = ACTIONS(6430),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6430),
[anon_sym_AMP] = ACTIONS(6430),
},
[2693] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2799),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(6432),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(6426),
[anon_sym_SEMI_SEMI] = ACTIONS(6434),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6434),
[anon_sym_AMP] = ACTIONS(6432),
},
[2694] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2799),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(6432),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(6426),
[anon_sym_SEMI_SEMI] = ACTIONS(6434),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(6434),
[anon_sym_AMP] = ACTIONS(6432),
},
[2695] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(6426),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2696] = {
[anon_sym_SEMI] = ACTIONS(6436),
[anon_sym_SEMI_SEMI] = ACTIONS(6438),
[anon_sym_BQUOTE] = ACTIONS(6426),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6438),
[anon_sym_AMP] = ACTIONS(6438),
},
[2697] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(2802),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(885),
[anon_sym_SEMI] = ACTIONS(6440),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(6442),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(897),
[anon_sym_GT] = ACTIONS(897),
[anon_sym_GT_GT] = ACTIONS(899),
[anon_sym_AMP_GT] = ACTIONS(897),
[anon_sym_AMP_GT_GT] = ACTIONS(899),
[anon_sym_LT_AMP] = ACTIONS(899),
[anon_sym_GT_AMP] = ACTIONS(899),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[anon_sym_BQUOTE] = ACTIONS(6426),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6442),
[anon_sym_AMP] = ACTIONS(6440),
},
[2698] = {
[sym_file_redirect] = STATE(489),
[sym_heredoc_redirect] = STATE(489),
[sym_heredoc_body] = STATE(2802),
[sym_herestring_redirect] = STATE(489),
[aux_sym_redirected_statement_repeat1] = STATE(489),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(6440),
[anon_sym_PIPE] = ACTIONS(889),
[anon_sym_SEMI_SEMI] = ACTIONS(6442),
[anon_sym_PIPE_AMP] = ACTIONS(893),
[anon_sym_AMP_AMP] = ACTIONS(895),
[anon_sym_PIPE_PIPE] = ACTIONS(895),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(901),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(6426),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(6442),
[anon_sym_AMP] = ACTIONS(6440),
},
[2699] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(6444),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2700] = {
[sym__simple_heredoc_body] = ACTIONS(1928),
[sym__heredoc_body_beginning] = ACTIONS(1928),
[sym_file_descriptor] = ACTIONS(1928),
[sym__concat] = ACTIONS(1928),
[anon_sym_SEMI] = ACTIONS(1930),
[anon_sym_esac] = ACTIONS(1928),
[anon_sym_PIPE] = ACTIONS(1930),
[anon_sym_SEMI_SEMI] = ACTIONS(1928),
[anon_sym_PIPE_AMP] = ACTIONS(1928),
[anon_sym_AMP_AMP] = ACTIONS(1928),
[anon_sym_PIPE_PIPE] = ACTIONS(1928),
[anon_sym_LT] = ACTIONS(1930),
[anon_sym_GT] = ACTIONS(1930),
[anon_sym_GT_GT] = ACTIONS(1928),
[anon_sym_AMP_GT] = ACTIONS(1930),
[anon_sym_AMP_GT_GT] = ACTIONS(1928),
[anon_sym_LT_AMP] = ACTIONS(1928),
[anon_sym_GT_AMP] = ACTIONS(1928),
[anon_sym_LT_LT] = ACTIONS(1930),
[anon_sym_LT_LT_DASH] = ACTIONS(1928),
[anon_sym_LT_LT_LT] = ACTIONS(1928),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(1928),
[anon_sym_AMP] = ACTIONS(1930),
},
[2701] = {
[anon_sym_SEMI] = ACTIONS(6446),
[anon_sym_RPAREN] = ACTIONS(6444),
[anon_sym_SEMI_SEMI] = ACTIONS(6448),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6448),
[anon_sym_AMP] = ACTIONS(6448),
},
[2702] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2806),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(583),
[anon_sym_SEMI] = ACTIONS(6450),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(6444),
[anon_sym_SEMI_SEMI] = ACTIONS(6452),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(597),
[anon_sym_GT] = ACTIONS(597),
[anon_sym_GT_GT] = ACTIONS(599),
[anon_sym_AMP_GT] = ACTIONS(597),
[anon_sym_AMP_GT_GT] = ACTIONS(599),
[anon_sym_LT_AMP] = ACTIONS(599),
[anon_sym_GT_AMP] = ACTIONS(599),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6452),
[anon_sym_AMP] = ACTIONS(6450),
},
[2703] = {
[sym_file_redirect] = STATE(328),
[sym_heredoc_redirect] = STATE(328),
[sym_heredoc_body] = STATE(2806),
[sym_herestring_redirect] = STATE(328),
[aux_sym_redirected_statement_repeat1] = STATE(328),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(6450),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_RPAREN] = ACTIONS(6444),
[anon_sym_SEMI_SEMI] = ACTIONS(6452),
[anon_sym_PIPE_AMP] = ACTIONS(593),
[anon_sym_AMP_AMP] = ACTIONS(595),
[anon_sym_PIPE_PIPE] = ACTIONS(595),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(601),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(6452),
[anon_sym_AMP] = ACTIONS(6450),
},
[2704] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_SEMI_SEMI] = ACTIONS(931),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(5886),
[anon_sym_DQUOTE] = ACTIONS(5888),
[anon_sym_DOLLAR] = ACTIONS(5886),
[sym_raw_string] = ACTIONS(5888),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5888),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5888),
[anon_sym_BQUOTE] = ACTIONS(5888),
[anon_sym_LT_LPAREN] = ACTIONS(5888),
[anon_sym_GT_LPAREN] = ACTIONS(5888),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5886),
},
[2705] = {
[sym__special_characters] = ACTIONS(5888),
[anon_sym_DQUOTE] = ACTIONS(5888),
[anon_sym_DOLLAR] = ACTIONS(5886),
[sym_raw_string] = ACTIONS(5888),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5888),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5888),
[anon_sym_BQUOTE] = ACTIONS(5888),
[anon_sym_LT_LPAREN] = ACTIONS(5888),
[anon_sym_GT_LPAREN] = ACTIONS(5888),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5888),
},
[2706] = {
[sym_file_redirect] = STATE(276),
[sym_heredoc_redirect] = STATE(276),
[sym_heredoc_body] = STATE(987),
[sym_herestring_redirect] = STATE(276),
[aux_sym_redirected_statement_repeat1] = STATE(276),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(495),
[anon_sym_SEMI] = ACTIONS(2058),
[anon_sym_PIPE] = ACTIONS(499),
[anon_sym_SEMI_SEMI] = ACTIONS(6454),
[anon_sym_PIPE_AMP] = ACTIONS(503),
[anon_sym_AMP_AMP] = ACTIONS(505),
[anon_sym_PIPE_PIPE] = ACTIONS(505),
[anon_sym_LT] = ACTIONS(507),
[anon_sym_GT] = ACTIONS(507),
[anon_sym_GT_GT] = ACTIONS(509),
[anon_sym_AMP_GT] = ACTIONS(507),
[anon_sym_AMP_GT_GT] = ACTIONS(509),
[anon_sym_LT_AMP] = ACTIONS(509),
[anon_sym_GT_AMP] = ACTIONS(509),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(511),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2060),
[anon_sym_AMP] = ACTIONS(2058),
},
[2707] = {
[sym_file_redirect] = STATE(276),
[sym_heredoc_redirect] = STATE(276),
[sym_heredoc_body] = STATE(987),
[sym_herestring_redirect] = STATE(276),
[aux_sym_redirected_statement_repeat1] = STATE(276),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2058),
[anon_sym_PIPE] = ACTIONS(499),
[anon_sym_SEMI_SEMI] = ACTIONS(6454),
[anon_sym_PIPE_AMP] = ACTIONS(503),
[anon_sym_AMP_AMP] = ACTIONS(505),
[anon_sym_PIPE_PIPE] = ACTIONS(505),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(511),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2060),
[anon_sym_AMP] = ACTIONS(2058),
},
[2708] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_SEMI_SEMI] = ACTIONS(931),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(5896),
[anon_sym_DQUOTE] = ACTIONS(5898),
[anon_sym_DOLLAR] = ACTIONS(5896),
[sym_raw_string] = ACTIONS(5898),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5898),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5898),
[anon_sym_BQUOTE] = ACTIONS(5898),
[anon_sym_LT_LPAREN] = ACTIONS(5898),
[anon_sym_GT_LPAREN] = ACTIONS(5898),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5896),
},
[2709] = {
[sym__special_characters] = ACTIONS(5898),
[anon_sym_DQUOTE] = ACTIONS(5898),
[anon_sym_DOLLAR] = ACTIONS(5896),
[sym_raw_string] = ACTIONS(5898),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5898),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5898),
[anon_sym_BQUOTE] = ACTIONS(5898),
[anon_sym_LT_LPAREN] = ACTIONS(5898),
[anon_sym_GT_LPAREN] = ACTIONS(5898),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5898),
},
[2710] = {
[sym_file_redirect] = STATE(276),
[sym_heredoc_redirect] = STATE(276),
[sym_heredoc_body] = STATE(987),
[sym_herestring_redirect] = STATE(276),
[aux_sym_redirected_statement_repeat1] = STATE(276),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(495),
[anon_sym_SEMI] = ACTIONS(2058),
[anon_sym_PIPE] = ACTIONS(499),
[anon_sym_SEMI_SEMI] = ACTIONS(6456),
[anon_sym_PIPE_AMP] = ACTIONS(503),
[anon_sym_AMP_AMP] = ACTIONS(505),
[anon_sym_PIPE_PIPE] = ACTIONS(505),
[anon_sym_LT] = ACTIONS(507),
[anon_sym_GT] = ACTIONS(507),
[anon_sym_GT_GT] = ACTIONS(509),
[anon_sym_AMP_GT] = ACTIONS(507),
[anon_sym_AMP_GT_GT] = ACTIONS(509),
[anon_sym_LT_AMP] = ACTIONS(509),
[anon_sym_GT_AMP] = ACTIONS(509),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(511),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2060),
[anon_sym_AMP] = ACTIONS(2058),
},
[2711] = {
[sym_file_redirect] = STATE(276),
[sym_heredoc_redirect] = STATE(276),
[sym_heredoc_body] = STATE(987),
[sym_herestring_redirect] = STATE(276),
[aux_sym_redirected_statement_repeat1] = STATE(276),
[sym__simple_heredoc_body] = ACTIONS(299),
[sym__heredoc_body_beginning] = ACTIONS(301),
[sym_file_descriptor] = ACTIONS(339),
[sym_variable_name] = ACTIONS(339),
[anon_sym_SEMI] = ACTIONS(2058),
[anon_sym_PIPE] = ACTIONS(499),
[anon_sym_SEMI_SEMI] = ACTIONS(6456),
[anon_sym_PIPE_AMP] = ACTIONS(503),
[anon_sym_AMP_AMP] = ACTIONS(505),
[anon_sym_PIPE_PIPE] = ACTIONS(505),
[anon_sym_LT] = ACTIONS(341),
[anon_sym_GT] = ACTIONS(341),
[anon_sym_GT_GT] = ACTIONS(339),
[anon_sym_AMP_GT] = ACTIONS(341),
[anon_sym_AMP_GT_GT] = ACTIONS(339),
[anon_sym_LT_AMP] = ACTIONS(339),
[anon_sym_GT_AMP] = ACTIONS(339),
[anon_sym_LT_LT] = ACTIONS(321),
[anon_sym_LT_LT_DASH] = ACTIONS(323),
[anon_sym_LT_LT_LT] = ACTIONS(511),
[sym__special_characters] = ACTIONS(339),
[anon_sym_DQUOTE] = ACTIONS(339),
[anon_sym_DOLLAR] = ACTIONS(341),
[sym_raw_string] = ACTIONS(339),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(339),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(339),
[anon_sym_BQUOTE] = ACTIONS(339),
[anon_sym_LT_LPAREN] = ACTIONS(339),
[anon_sym_GT_LPAREN] = ACTIONS(339),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(2060),
[anon_sym_AMP] = ACTIONS(2058),
},
[2712] = {
[sym__simple_heredoc_body] = ACTIONS(2934),
[sym__heredoc_body_beginning] = ACTIONS(2934),
[sym_file_descriptor] = ACTIONS(2934),
[sym__concat] = ACTIONS(2934),
[sym_variable_name] = ACTIONS(2934),
[anon_sym_SEMI] = ACTIONS(2936),
[anon_sym_esac] = ACTIONS(2936),
[anon_sym_PIPE] = ACTIONS(2936),
[anon_sym_SEMI_SEMI] = ACTIONS(2934),
[anon_sym_PIPE_AMP] = ACTIONS(2934),
[anon_sym_AMP_AMP] = ACTIONS(2934),
[anon_sym_PIPE_PIPE] = ACTIONS(2934),
[anon_sym_LT] = ACTIONS(2936),
[anon_sym_GT] = ACTIONS(2936),
[anon_sym_GT_GT] = ACTIONS(2934),
[anon_sym_AMP_GT] = ACTIONS(2936),
[anon_sym_AMP_GT_GT] = ACTIONS(2934),
[anon_sym_LT_AMP] = ACTIONS(2934),
[anon_sym_GT_AMP] = ACTIONS(2934),
[anon_sym_LT_LT] = ACTIONS(2936),
[anon_sym_LT_LT_DASH] = ACTIONS(2934),
[anon_sym_LT_LT_LT] = ACTIONS(2934),
[sym__special_characters] = ACTIONS(2934),
[anon_sym_DQUOTE] = ACTIONS(2934),
[anon_sym_DOLLAR] = ACTIONS(2936),
[sym_raw_string] = ACTIONS(2934),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2934),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2934),
[anon_sym_BQUOTE] = ACTIONS(2934),
[anon_sym_LT_LPAREN] = ACTIONS(2934),
[anon_sym_GT_LPAREN] = ACTIONS(2934),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2936),
[anon_sym_LF] = ACTIONS(2934),
[anon_sym_AMP] = ACTIONS(2936),
},
[2713] = {
[sym__simple_heredoc_body] = ACTIONS(2948),
[sym__heredoc_body_beginning] = ACTIONS(2948),
[sym_file_descriptor] = ACTIONS(2948),
[sym__concat] = ACTIONS(2948),
[sym_variable_name] = ACTIONS(2948),
[anon_sym_SEMI] = ACTIONS(2950),
[anon_sym_esac] = ACTIONS(2950),
[anon_sym_PIPE] = ACTIONS(2950),
[anon_sym_SEMI_SEMI] = ACTIONS(2948),
[anon_sym_PIPE_AMP] = ACTIONS(2948),
[anon_sym_AMP_AMP] = ACTIONS(2948),
[anon_sym_PIPE_PIPE] = ACTIONS(2948),
[anon_sym_LT] = ACTIONS(2950),
[anon_sym_GT] = ACTIONS(2950),
[anon_sym_GT_GT] = ACTIONS(2948),
[anon_sym_AMP_GT] = ACTIONS(2950),
[anon_sym_AMP_GT_GT] = ACTIONS(2948),
[anon_sym_LT_AMP] = ACTIONS(2948),
[anon_sym_GT_AMP] = ACTIONS(2948),
[anon_sym_LT_LT] = ACTIONS(2950),
[anon_sym_LT_LT_DASH] = ACTIONS(2948),
[anon_sym_LT_LT_LT] = ACTIONS(2948),
[sym__special_characters] = ACTIONS(2948),
[anon_sym_DQUOTE] = ACTIONS(2948),
[anon_sym_DOLLAR] = ACTIONS(2950),
[sym_raw_string] = ACTIONS(2948),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2948),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2948),
[anon_sym_BQUOTE] = ACTIONS(2948),
[anon_sym_LT_LPAREN] = ACTIONS(2948),
[anon_sym_GT_LPAREN] = ACTIONS(2948),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2950),
[anon_sym_LF] = ACTIONS(2948),
[anon_sym_AMP] = ACTIONS(2950),
},
[2714] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(6458),
[sym_comment] = ACTIONS(57),
},
[2715] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(6460),
[sym_comment] = ACTIONS(57),
},
[2716] = {
[anon_sym_RBRACE] = ACTIONS(6460),
[sym_comment] = ACTIONS(57),
},
[2717] = {
[sym_concatenation] = STATE(2813),
[sym_string] = STATE(2812),
[sym_simple_expansion] = STATE(2812),
[sym_string_expansion] = STATE(2812),
[sym_expansion] = STATE(2812),
[sym_command_substitution] = STATE(2812),
[sym_process_substitution] = STATE(2812),
[anon_sym_RBRACE] = ACTIONS(6460),
[sym__special_characters] = ACTIONS(6462),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(6464),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(6464),
},
[2718] = {
[sym__simple_heredoc_body] = ACTIONS(2984),
[sym__heredoc_body_beginning] = ACTIONS(2984),
[sym_file_descriptor] = ACTIONS(2984),
[sym__concat] = ACTIONS(2984),
[sym_variable_name] = ACTIONS(2984),
[anon_sym_SEMI] = ACTIONS(2986),
[anon_sym_esac] = ACTIONS(2986),
[anon_sym_PIPE] = ACTIONS(2986),
[anon_sym_SEMI_SEMI] = ACTIONS(2984),
[anon_sym_PIPE_AMP] = ACTIONS(2984),
[anon_sym_AMP_AMP] = ACTIONS(2984),
[anon_sym_PIPE_PIPE] = ACTIONS(2984),
[anon_sym_LT] = ACTIONS(2986),
[anon_sym_GT] = ACTIONS(2986),
[anon_sym_GT_GT] = ACTIONS(2984),
[anon_sym_AMP_GT] = ACTIONS(2986),
[anon_sym_AMP_GT_GT] = ACTIONS(2984),
[anon_sym_LT_AMP] = ACTIONS(2984),
[anon_sym_GT_AMP] = ACTIONS(2984),
[anon_sym_LT_LT] = ACTIONS(2986),
[anon_sym_LT_LT_DASH] = ACTIONS(2984),
[anon_sym_LT_LT_LT] = ACTIONS(2984),
[sym__special_characters] = ACTIONS(2984),
[anon_sym_DQUOTE] = ACTIONS(2984),
[anon_sym_DOLLAR] = ACTIONS(2986),
[sym_raw_string] = ACTIONS(2984),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(2984),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(2984),
[anon_sym_BQUOTE] = ACTIONS(2984),
[anon_sym_LT_LPAREN] = ACTIONS(2984),
[anon_sym_GT_LPAREN] = ACTIONS(2984),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(2986),
[anon_sym_LF] = ACTIONS(2984),
[anon_sym_AMP] = ACTIONS(2986),
},
[2719] = {
[sym_concatenation] = STATE(2816),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2816),
[sym_regex] = ACTIONS(6466),
[anon_sym_RBRACE] = ACTIONS(6468),
[anon_sym_EQ] = ACTIONS(6470),
[anon_sym_DASH] = ACTIONS(6470),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6472),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6470),
[anon_sym_COLON_QMARK] = ACTIONS(6470),
[anon_sym_COLON_DASH] = ACTIONS(6470),
[anon_sym_PERCENT] = ACTIONS(6470),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2720] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6468),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2721] = {
[sym_concatenation] = STATE(2818),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2818),
[sym_regex] = ACTIONS(6474),
[anon_sym_RBRACE] = ACTIONS(6460),
[anon_sym_EQ] = ACTIONS(6476),
[anon_sym_DASH] = ACTIONS(6476),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6478),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6476),
[anon_sym_COLON_QMARK] = ACTIONS(6476),
[anon_sym_COLON_DASH] = ACTIONS(6476),
[anon_sym_PERCENT] = ACTIONS(6476),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2722] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6460),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2723] = {
[sym_concatenation] = STATE(2820),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2820),
[anon_sym_RBRACE] = ACTIONS(6480),
[anon_sym_EQ] = ACTIONS(6482),
[anon_sym_DASH] = ACTIONS(6482),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6484),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6482),
[anon_sym_COLON_QMARK] = ACTIONS(6482),
[anon_sym_COLON_DASH] = ACTIONS(6482),
[anon_sym_PERCENT] = ACTIONS(6482),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2724] = {
[sym__simple_heredoc_body] = ACTIONS(3040),
[sym__heredoc_body_beginning] = ACTIONS(3040),
[sym_file_descriptor] = ACTIONS(3040),
[sym__concat] = ACTIONS(3040),
[sym_variable_name] = ACTIONS(3040),
[anon_sym_SEMI] = ACTIONS(3042),
[anon_sym_esac] = ACTIONS(3042),
[anon_sym_PIPE] = ACTIONS(3042),
[anon_sym_SEMI_SEMI] = ACTIONS(3040),
[anon_sym_PIPE_AMP] = ACTIONS(3040),
[anon_sym_AMP_AMP] = ACTIONS(3040),
[anon_sym_PIPE_PIPE] = ACTIONS(3040),
[anon_sym_LT] = ACTIONS(3042),
[anon_sym_GT] = ACTIONS(3042),
[anon_sym_GT_GT] = ACTIONS(3040),
[anon_sym_AMP_GT] = ACTIONS(3042),
[anon_sym_AMP_GT_GT] = ACTIONS(3040),
[anon_sym_LT_AMP] = ACTIONS(3040),
[anon_sym_GT_AMP] = ACTIONS(3040),
[anon_sym_LT_LT] = ACTIONS(3042),
[anon_sym_LT_LT_DASH] = ACTIONS(3040),
[anon_sym_LT_LT_LT] = ACTIONS(3040),
[sym__special_characters] = ACTIONS(3040),
[anon_sym_DQUOTE] = ACTIONS(3040),
[anon_sym_DOLLAR] = ACTIONS(3042),
[sym_raw_string] = ACTIONS(3040),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3040),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3040),
[anon_sym_BQUOTE] = ACTIONS(3040),
[anon_sym_LT_LPAREN] = ACTIONS(3040),
[anon_sym_GT_LPAREN] = ACTIONS(3040),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3042),
[anon_sym_LF] = ACTIONS(3040),
[anon_sym_AMP] = ACTIONS(3042),
},
[2725] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6480),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2726] = {
[sym_concatenation] = STATE(2818),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2818),
[anon_sym_RBRACE] = ACTIONS(6460),
[anon_sym_EQ] = ACTIONS(6476),
[anon_sym_DASH] = ACTIONS(6476),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6478),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6476),
[anon_sym_COLON_QMARK] = ACTIONS(6476),
[anon_sym_COLON_DASH] = ACTIONS(6476),
[anon_sym_PERCENT] = ACTIONS(6476),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2727] = {
[sym__simple_heredoc_body] = ACTIONS(3095),
[sym__heredoc_body_beginning] = ACTIONS(3095),
[sym_file_descriptor] = ACTIONS(3095),
[sym__concat] = ACTIONS(3095),
[sym_variable_name] = ACTIONS(3095),
[anon_sym_SEMI] = ACTIONS(3097),
[anon_sym_esac] = ACTIONS(3097),
[anon_sym_PIPE] = ACTIONS(3097),
[anon_sym_SEMI_SEMI] = ACTIONS(3095),
[anon_sym_PIPE_AMP] = ACTIONS(3095),
[anon_sym_AMP_AMP] = ACTIONS(3095),
[anon_sym_PIPE_PIPE] = ACTIONS(3095),
[anon_sym_LT] = ACTIONS(3097),
[anon_sym_GT] = ACTIONS(3097),
[anon_sym_GT_GT] = ACTIONS(3095),
[anon_sym_AMP_GT] = ACTIONS(3097),
[anon_sym_AMP_GT_GT] = ACTIONS(3095),
[anon_sym_LT_AMP] = ACTIONS(3095),
[anon_sym_GT_AMP] = ACTIONS(3095),
[anon_sym_LT_LT] = ACTIONS(3097),
[anon_sym_LT_LT_DASH] = ACTIONS(3095),
[anon_sym_LT_LT_LT] = ACTIONS(3095),
[sym__special_characters] = ACTIONS(3095),
[anon_sym_DQUOTE] = ACTIONS(3095),
[anon_sym_DOLLAR] = ACTIONS(3097),
[sym_raw_string] = ACTIONS(3095),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3095),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3095),
[anon_sym_BQUOTE] = ACTIONS(3095),
[anon_sym_LT_LPAREN] = ACTIONS(3095),
[anon_sym_GT_LPAREN] = ACTIONS(3095),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3097),
[anon_sym_LF] = ACTIONS(3095),
[anon_sym_AMP] = ACTIONS(3097),
},
[2728] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(6486),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2729] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(6486),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2730] = {
[anon_sym_SEMI] = ACTIONS(6488),
[anon_sym_RPAREN] = ACTIONS(6486),
[anon_sym_SEMI_SEMI] = ACTIONS(6490),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6490),
[anon_sym_AMP] = ACTIONS(6490),
},
[2731] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(6486),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2732] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(6486),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2733] = {
[anon_sym_SEMI] = ACTIONS(6492),
[anon_sym_SEMI_SEMI] = ACTIONS(6494),
[anon_sym_BQUOTE] = ACTIONS(6486),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6494),
[anon_sym_AMP] = ACTIONS(6494),
},
[2734] = {
[sym__simple_heredoc_body] = ACTIONS(3125),
[sym__heredoc_body_beginning] = ACTIONS(3125),
[sym_file_descriptor] = ACTIONS(3125),
[sym__concat] = ACTIONS(3125),
[sym_variable_name] = ACTIONS(3125),
[anon_sym_SEMI] = ACTIONS(3127),
[anon_sym_esac] = ACTIONS(3127),
[anon_sym_PIPE] = ACTIONS(3127),
[anon_sym_SEMI_SEMI] = ACTIONS(3125),
[anon_sym_PIPE_AMP] = ACTIONS(3125),
[anon_sym_AMP_AMP] = ACTIONS(3125),
[anon_sym_PIPE_PIPE] = ACTIONS(3125),
[anon_sym_LT] = ACTIONS(3127),
[anon_sym_GT] = ACTIONS(3127),
[anon_sym_GT_GT] = ACTIONS(3125),
[anon_sym_AMP_GT] = ACTIONS(3127),
[anon_sym_AMP_GT_GT] = ACTIONS(3125),
[anon_sym_LT_AMP] = ACTIONS(3125),
[anon_sym_GT_AMP] = ACTIONS(3125),
[anon_sym_LT_LT] = ACTIONS(3127),
[anon_sym_LT_LT_DASH] = ACTIONS(3125),
[anon_sym_LT_LT_LT] = ACTIONS(3125),
[sym__special_characters] = ACTIONS(3125),
[anon_sym_DQUOTE] = ACTIONS(3125),
[anon_sym_DOLLAR] = ACTIONS(3127),
[sym_raw_string] = ACTIONS(3125),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3125),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3125),
[anon_sym_BQUOTE] = ACTIONS(3125),
[anon_sym_LT_LPAREN] = ACTIONS(3125),
[anon_sym_GT_LPAREN] = ACTIONS(3125),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3127),
[anon_sym_LF] = ACTIONS(3125),
[anon_sym_AMP] = ACTIONS(3127),
},
[2735] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(6496),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2736] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(6496),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2737] = {
[anon_sym_SEMI] = ACTIONS(6498),
[anon_sym_RPAREN] = ACTIONS(6496),
[anon_sym_SEMI_SEMI] = ACTIONS(6500),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6500),
[anon_sym_AMP] = ACTIONS(6500),
},
[2738] = {
[sym__simple_heredoc_body] = ACTIONS(3258),
[sym__heredoc_body_beginning] = ACTIONS(3258),
[sym_file_descriptor] = ACTIONS(3258),
[sym_variable_name] = ACTIONS(3258),
[anon_sym_SEMI] = ACTIONS(3260),
[anon_sym_esac] = ACTIONS(3260),
[anon_sym_PIPE] = ACTIONS(3260),
[anon_sym_SEMI_SEMI] = ACTIONS(3258),
[anon_sym_PIPE_AMP] = ACTIONS(3258),
[anon_sym_AMP_AMP] = ACTIONS(3258),
[anon_sym_PIPE_PIPE] = ACTIONS(3258),
[anon_sym_LT] = ACTIONS(3260),
[anon_sym_GT] = ACTIONS(3260),
[anon_sym_GT_GT] = ACTIONS(3258),
[anon_sym_AMP_GT] = ACTIONS(3260),
[anon_sym_AMP_GT_GT] = ACTIONS(3258),
[anon_sym_LT_AMP] = ACTIONS(3258),
[anon_sym_GT_AMP] = ACTIONS(3258),
[anon_sym_LT_LT] = ACTIONS(3260),
[anon_sym_LT_LT_DASH] = ACTIONS(3258),
[anon_sym_LT_LT_LT] = ACTIONS(3258),
[sym__special_characters] = ACTIONS(3258),
[anon_sym_DQUOTE] = ACTIONS(3258),
[anon_sym_DOLLAR] = ACTIONS(3260),
[sym_raw_string] = ACTIONS(3258),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3258),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3258),
[anon_sym_BQUOTE] = ACTIONS(3258),
[anon_sym_LT_LPAREN] = ACTIONS(3258),
[anon_sym_GT_LPAREN] = ACTIONS(3258),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3260),
[sym_word] = ACTIONS(3260),
[anon_sym_LF] = ACTIONS(3258),
[anon_sym_AMP] = ACTIONS(3260),
},
[2739] = {
[sym__simple_heredoc_body] = ACTIONS(3941),
[sym__heredoc_body_beginning] = ACTIONS(3941),
[sym_file_descriptor] = ACTIONS(3941),
[sym__concat] = ACTIONS(3941),
[sym_variable_name] = ACTIONS(3941),
[anon_sym_SEMI] = ACTIONS(3943),
[anon_sym_esac] = ACTIONS(3943),
[anon_sym_PIPE] = ACTIONS(3943),
[anon_sym_SEMI_SEMI] = ACTIONS(3941),
[anon_sym_PIPE_AMP] = ACTIONS(3941),
[anon_sym_AMP_AMP] = ACTIONS(3941),
[anon_sym_PIPE_PIPE] = ACTIONS(3941),
[anon_sym_LT] = ACTIONS(3943),
[anon_sym_GT] = ACTIONS(3943),
[anon_sym_GT_GT] = ACTIONS(3941),
[anon_sym_AMP_GT] = ACTIONS(3943),
[anon_sym_AMP_GT_GT] = ACTIONS(3941),
[anon_sym_LT_AMP] = ACTIONS(3941),
[anon_sym_GT_AMP] = ACTIONS(3941),
[anon_sym_LT_LT] = ACTIONS(3943),
[anon_sym_LT_LT_DASH] = ACTIONS(3941),
[anon_sym_LT_LT_LT] = ACTIONS(3941),
[sym__special_characters] = ACTIONS(3941),
[anon_sym_DQUOTE] = ACTIONS(3941),
[anon_sym_DOLLAR] = ACTIONS(3943),
[sym_raw_string] = ACTIONS(3941),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3941),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3941),
[anon_sym_BQUOTE] = ACTIONS(3941),
[anon_sym_LT_LPAREN] = ACTIONS(3941),
[anon_sym_GT_LPAREN] = ACTIONS(3941),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3943),
[sym_word] = ACTIONS(3943),
[anon_sym_LF] = ACTIONS(3941),
[anon_sym_AMP] = ACTIONS(3943),
},
[2740] = {
[sym__simple_heredoc_body] = ACTIONS(3949),
[sym__heredoc_body_beginning] = ACTIONS(3949),
[sym_file_descriptor] = ACTIONS(3949),
[sym__concat] = ACTIONS(3949),
[sym_variable_name] = ACTIONS(3949),
[anon_sym_SEMI] = ACTIONS(3951),
[anon_sym_esac] = ACTIONS(3951),
[anon_sym_PIPE] = ACTIONS(3951),
[anon_sym_SEMI_SEMI] = ACTIONS(3949),
[anon_sym_PIPE_AMP] = ACTIONS(3949),
[anon_sym_AMP_AMP] = ACTIONS(3949),
[anon_sym_PIPE_PIPE] = ACTIONS(3949),
[anon_sym_LT] = ACTIONS(3951),
[anon_sym_GT] = ACTIONS(3951),
[anon_sym_GT_GT] = ACTIONS(3949),
[anon_sym_AMP_GT] = ACTIONS(3951),
[anon_sym_AMP_GT_GT] = ACTIONS(3949),
[anon_sym_LT_AMP] = ACTIONS(3949),
[anon_sym_GT_AMP] = ACTIONS(3949),
[anon_sym_LT_LT] = ACTIONS(3951),
[anon_sym_LT_LT_DASH] = ACTIONS(3949),
[anon_sym_LT_LT_LT] = ACTIONS(3949),
[sym__special_characters] = ACTIONS(3949),
[anon_sym_DQUOTE] = ACTIONS(3949),
[anon_sym_DOLLAR] = ACTIONS(3951),
[sym_raw_string] = ACTIONS(3949),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3949),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3949),
[anon_sym_BQUOTE] = ACTIONS(3949),
[anon_sym_LT_LPAREN] = ACTIONS(3949),
[anon_sym_GT_LPAREN] = ACTIONS(3949),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3951),
[sym_word] = ACTIONS(3951),
[anon_sym_LF] = ACTIONS(3949),
[anon_sym_AMP] = ACTIONS(3951),
},
[2741] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(6502),
[sym_comment] = ACTIONS(57),
},
[2742] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(6504),
[sym_comment] = ACTIONS(57),
},
[2743] = {
[anon_sym_RBRACE] = ACTIONS(6504),
[sym_comment] = ACTIONS(57),
},
[2744] = {
[sym_concatenation] = STATE(2829),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2829),
[anon_sym_RBRACE] = ACTIONS(6506),
[anon_sym_EQ] = ACTIONS(6508),
[anon_sym_DASH] = ACTIONS(6508),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6510),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6508),
[anon_sym_COLON_QMARK] = ACTIONS(6508),
[anon_sym_COLON_DASH] = ACTIONS(6508),
[anon_sym_PERCENT] = ACTIONS(6508),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2745] = {
[sym__simple_heredoc_body] = ACTIONS(4005),
[sym__heredoc_body_beginning] = ACTIONS(4005),
[sym_file_descriptor] = ACTIONS(4005),
[sym__concat] = ACTIONS(4005),
[sym_variable_name] = ACTIONS(4005),
[anon_sym_SEMI] = ACTIONS(4007),
[anon_sym_esac] = ACTIONS(4007),
[anon_sym_PIPE] = ACTIONS(4007),
[anon_sym_SEMI_SEMI] = ACTIONS(4005),
[anon_sym_PIPE_AMP] = ACTIONS(4005),
[anon_sym_AMP_AMP] = ACTIONS(4005),
[anon_sym_PIPE_PIPE] = ACTIONS(4005),
[anon_sym_LT] = ACTIONS(4007),
[anon_sym_GT] = ACTIONS(4007),
[anon_sym_GT_GT] = ACTIONS(4005),
[anon_sym_AMP_GT] = ACTIONS(4007),
[anon_sym_AMP_GT_GT] = ACTIONS(4005),
[anon_sym_LT_AMP] = ACTIONS(4005),
[anon_sym_GT_AMP] = ACTIONS(4005),
[anon_sym_LT_LT] = ACTIONS(4007),
[anon_sym_LT_LT_DASH] = ACTIONS(4005),
[anon_sym_LT_LT_LT] = ACTIONS(4005),
[sym__special_characters] = ACTIONS(4005),
[anon_sym_DQUOTE] = ACTIONS(4005),
[anon_sym_DOLLAR] = ACTIONS(4007),
[sym_raw_string] = ACTIONS(4005),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4005),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4005),
[anon_sym_BQUOTE] = ACTIONS(4005),
[anon_sym_LT_LPAREN] = ACTIONS(4005),
[anon_sym_GT_LPAREN] = ACTIONS(4005),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4007),
[sym_word] = ACTIONS(4007),
[anon_sym_LF] = ACTIONS(4005),
[anon_sym_AMP] = ACTIONS(4007),
},
[2746] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6506),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2747] = {
[sym_concatenation] = STATE(2830),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2830),
[anon_sym_RBRACE] = ACTIONS(6504),
[anon_sym_EQ] = ACTIONS(6512),
[anon_sym_DASH] = ACTIONS(6512),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6514),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6512),
[anon_sym_COLON_QMARK] = ACTIONS(6512),
[anon_sym_COLON_DASH] = ACTIONS(6512),
[anon_sym_PERCENT] = ACTIONS(6512),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2748] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6504),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2749] = {
[sym__simple_heredoc_body] = ACTIONS(4050),
[sym__heredoc_body_beginning] = ACTIONS(4050),
[sym_file_descriptor] = ACTIONS(4050),
[sym__concat] = ACTIONS(4050),
[sym_variable_name] = ACTIONS(4050),
[anon_sym_SEMI] = ACTIONS(4052),
[anon_sym_esac] = ACTIONS(4052),
[anon_sym_PIPE] = ACTIONS(4052),
[anon_sym_SEMI_SEMI] = ACTIONS(4050),
[anon_sym_PIPE_AMP] = ACTIONS(4050),
[anon_sym_AMP_AMP] = ACTIONS(4050),
[anon_sym_PIPE_PIPE] = ACTIONS(4050),
[anon_sym_LT] = ACTIONS(4052),
[anon_sym_GT] = ACTIONS(4052),
[anon_sym_GT_GT] = ACTIONS(4050),
[anon_sym_AMP_GT] = ACTIONS(4052),
[anon_sym_AMP_GT_GT] = ACTIONS(4050),
[anon_sym_LT_AMP] = ACTIONS(4050),
[anon_sym_GT_AMP] = ACTIONS(4050),
[anon_sym_LT_LT] = ACTIONS(4052),
[anon_sym_LT_LT_DASH] = ACTIONS(4050),
[anon_sym_LT_LT_LT] = ACTIONS(4050),
[sym__special_characters] = ACTIONS(4050),
[anon_sym_DQUOTE] = ACTIONS(4050),
[anon_sym_DOLLAR] = ACTIONS(4052),
[sym_raw_string] = ACTIONS(4050),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4050),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4050),
[anon_sym_BQUOTE] = ACTIONS(4050),
[anon_sym_LT_LPAREN] = ACTIONS(4050),
[anon_sym_GT_LPAREN] = ACTIONS(4050),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4052),
[sym_word] = ACTIONS(4052),
[anon_sym_LF] = ACTIONS(4050),
[anon_sym_AMP] = ACTIONS(4052),
},
[2750] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6516),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2751] = {
[sym__simple_heredoc_body] = ACTIONS(4084),
[sym__heredoc_body_beginning] = ACTIONS(4084),
[sym_file_descriptor] = ACTIONS(4084),
[sym__concat] = ACTIONS(4084),
[sym_variable_name] = ACTIONS(4084),
[anon_sym_SEMI] = ACTIONS(4086),
[anon_sym_esac] = ACTIONS(4086),
[anon_sym_PIPE] = ACTIONS(4086),
[anon_sym_SEMI_SEMI] = ACTIONS(4084),
[anon_sym_PIPE_AMP] = ACTIONS(4084),
[anon_sym_AMP_AMP] = ACTIONS(4084),
[anon_sym_PIPE_PIPE] = ACTIONS(4084),
[anon_sym_LT] = ACTIONS(4086),
[anon_sym_GT] = ACTIONS(4086),
[anon_sym_GT_GT] = ACTIONS(4084),
[anon_sym_AMP_GT] = ACTIONS(4086),
[anon_sym_AMP_GT_GT] = ACTIONS(4084),
[anon_sym_LT_AMP] = ACTIONS(4084),
[anon_sym_GT_AMP] = ACTIONS(4084),
[anon_sym_LT_LT] = ACTIONS(4086),
[anon_sym_LT_LT_DASH] = ACTIONS(4084),
[anon_sym_LT_LT_LT] = ACTIONS(4084),
[sym__special_characters] = ACTIONS(4084),
[anon_sym_DQUOTE] = ACTIONS(4084),
[anon_sym_DOLLAR] = ACTIONS(4086),
[sym_raw_string] = ACTIONS(4084),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4084),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4084),
[anon_sym_BQUOTE] = ACTIONS(4084),
[anon_sym_LT_LPAREN] = ACTIONS(4084),
[anon_sym_GT_LPAREN] = ACTIONS(4084),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4086),
[sym_word] = ACTIONS(4086),
[anon_sym_LF] = ACTIONS(4084),
[anon_sym_AMP] = ACTIONS(4086),
},
[2752] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(6518),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2753] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(6518),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2754] = {
[sym__simple_heredoc_body] = ACTIONS(4090),
[sym__heredoc_body_beginning] = ACTIONS(4090),
[sym_file_descriptor] = ACTIONS(4090),
[sym__concat] = ACTIONS(4090),
[sym_variable_name] = ACTIONS(4090),
[anon_sym_SEMI] = ACTIONS(4092),
[anon_sym_esac] = ACTIONS(4092),
[anon_sym_PIPE] = ACTIONS(4092),
[anon_sym_SEMI_SEMI] = ACTIONS(4090),
[anon_sym_PIPE_AMP] = ACTIONS(4090),
[anon_sym_AMP_AMP] = ACTIONS(4090),
[anon_sym_PIPE_PIPE] = ACTIONS(4090),
[anon_sym_LT] = ACTIONS(4092),
[anon_sym_GT] = ACTIONS(4092),
[anon_sym_GT_GT] = ACTIONS(4090),
[anon_sym_AMP_GT] = ACTIONS(4092),
[anon_sym_AMP_GT_GT] = ACTIONS(4090),
[anon_sym_LT_AMP] = ACTIONS(4090),
[anon_sym_GT_AMP] = ACTIONS(4090),
[anon_sym_LT_LT] = ACTIONS(4092),
[anon_sym_LT_LT_DASH] = ACTIONS(4090),
[anon_sym_LT_LT_LT] = ACTIONS(4090),
[sym__special_characters] = ACTIONS(4090),
[anon_sym_DQUOTE] = ACTIONS(4090),
[anon_sym_DOLLAR] = ACTIONS(4092),
[sym_raw_string] = ACTIONS(4090),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4090),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4090),
[anon_sym_BQUOTE] = ACTIONS(4090),
[anon_sym_LT_LPAREN] = ACTIONS(4090),
[anon_sym_GT_LPAREN] = ACTIONS(4090),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4092),
[sym_word] = ACTIONS(4092),
[anon_sym_LF] = ACTIONS(4090),
[anon_sym_AMP] = ACTIONS(4092),
},
[2755] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(6520),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2756] = {
[sym__simple_heredoc_body] = ACTIONS(3941),
[sym__heredoc_body_beginning] = ACTIONS(3941),
[sym_file_descriptor] = ACTIONS(3941),
[sym__concat] = ACTIONS(3941),
[anon_sym_SEMI] = ACTIONS(3943),
[anon_sym_esac] = ACTIONS(3943),
[anon_sym_PIPE] = ACTIONS(3943),
[anon_sym_SEMI_SEMI] = ACTIONS(3941),
[anon_sym_PIPE_AMP] = ACTIONS(3941),
[anon_sym_AMP_AMP] = ACTIONS(3941),
[anon_sym_PIPE_PIPE] = ACTIONS(3941),
[anon_sym_LT] = ACTIONS(3943),
[anon_sym_GT] = ACTIONS(3943),
[anon_sym_GT_GT] = ACTIONS(3941),
[anon_sym_AMP_GT] = ACTIONS(3943),
[anon_sym_AMP_GT_GT] = ACTIONS(3941),
[anon_sym_LT_AMP] = ACTIONS(3941),
[anon_sym_GT_AMP] = ACTIONS(3941),
[anon_sym_LT_LT] = ACTIONS(3943),
[anon_sym_LT_LT_DASH] = ACTIONS(3941),
[anon_sym_LT_LT_LT] = ACTIONS(3941),
[sym__special_characters] = ACTIONS(3941),
[anon_sym_DQUOTE] = ACTIONS(3941),
[anon_sym_DOLLAR] = ACTIONS(3943),
[sym_raw_string] = ACTIONS(3941),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3941),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3941),
[anon_sym_BQUOTE] = ACTIONS(3941),
[anon_sym_LT_LPAREN] = ACTIONS(3941),
[anon_sym_GT_LPAREN] = ACTIONS(3941),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3943),
[sym_word] = ACTIONS(3943),
[anon_sym_LF] = ACTIONS(3941),
[anon_sym_AMP] = ACTIONS(3943),
},
[2757] = {
[sym__simple_heredoc_body] = ACTIONS(3949),
[sym__heredoc_body_beginning] = ACTIONS(3949),
[sym_file_descriptor] = ACTIONS(3949),
[sym__concat] = ACTIONS(3949),
[anon_sym_SEMI] = ACTIONS(3951),
[anon_sym_esac] = ACTIONS(3951),
[anon_sym_PIPE] = ACTIONS(3951),
[anon_sym_SEMI_SEMI] = ACTIONS(3949),
[anon_sym_PIPE_AMP] = ACTIONS(3949),
[anon_sym_AMP_AMP] = ACTIONS(3949),
[anon_sym_PIPE_PIPE] = ACTIONS(3949),
[anon_sym_LT] = ACTIONS(3951),
[anon_sym_GT] = ACTIONS(3951),
[anon_sym_GT_GT] = ACTIONS(3949),
[anon_sym_AMP_GT] = ACTIONS(3951),
[anon_sym_AMP_GT_GT] = ACTIONS(3949),
[anon_sym_LT_AMP] = ACTIONS(3949),
[anon_sym_GT_AMP] = ACTIONS(3949),
[anon_sym_LT_LT] = ACTIONS(3951),
[anon_sym_LT_LT_DASH] = ACTIONS(3949),
[anon_sym_LT_LT_LT] = ACTIONS(3949),
[sym__special_characters] = ACTIONS(3949),
[anon_sym_DQUOTE] = ACTIONS(3949),
[anon_sym_DOLLAR] = ACTIONS(3951),
[sym_raw_string] = ACTIONS(3949),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3949),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3949),
[anon_sym_BQUOTE] = ACTIONS(3949),
[anon_sym_LT_LPAREN] = ACTIONS(3949),
[anon_sym_GT_LPAREN] = ACTIONS(3949),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3951),
[sym_word] = ACTIONS(3951),
[anon_sym_LF] = ACTIONS(3949),
[anon_sym_AMP] = ACTIONS(3951),
},
[2758] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(6522),
[sym_comment] = ACTIONS(57),
},
[2759] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(6524),
[sym_comment] = ACTIONS(57),
},
[2760] = {
[anon_sym_RBRACE] = ACTIONS(6524),
[sym_comment] = ACTIONS(57),
},
[2761] = {
[sym_concatenation] = STATE(2837),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2837),
[anon_sym_RBRACE] = ACTIONS(6526),
[anon_sym_EQ] = ACTIONS(6528),
[anon_sym_DASH] = ACTIONS(6528),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6530),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6528),
[anon_sym_COLON_QMARK] = ACTIONS(6528),
[anon_sym_COLON_DASH] = ACTIONS(6528),
[anon_sym_PERCENT] = ACTIONS(6528),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2762] = {
[sym__simple_heredoc_body] = ACTIONS(4005),
[sym__heredoc_body_beginning] = ACTIONS(4005),
[sym_file_descriptor] = ACTIONS(4005),
[sym__concat] = ACTIONS(4005),
[anon_sym_SEMI] = ACTIONS(4007),
[anon_sym_esac] = ACTIONS(4007),
[anon_sym_PIPE] = ACTIONS(4007),
[anon_sym_SEMI_SEMI] = ACTIONS(4005),
[anon_sym_PIPE_AMP] = ACTIONS(4005),
[anon_sym_AMP_AMP] = ACTIONS(4005),
[anon_sym_PIPE_PIPE] = ACTIONS(4005),
[anon_sym_LT] = ACTIONS(4007),
[anon_sym_GT] = ACTIONS(4007),
[anon_sym_GT_GT] = ACTIONS(4005),
[anon_sym_AMP_GT] = ACTIONS(4007),
[anon_sym_AMP_GT_GT] = ACTIONS(4005),
[anon_sym_LT_AMP] = ACTIONS(4005),
[anon_sym_GT_AMP] = ACTIONS(4005),
[anon_sym_LT_LT] = ACTIONS(4007),
[anon_sym_LT_LT_DASH] = ACTIONS(4005),
[anon_sym_LT_LT_LT] = ACTIONS(4005),
[sym__special_characters] = ACTIONS(4005),
[anon_sym_DQUOTE] = ACTIONS(4005),
[anon_sym_DOLLAR] = ACTIONS(4007),
[sym_raw_string] = ACTIONS(4005),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4005),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4005),
[anon_sym_BQUOTE] = ACTIONS(4005),
[anon_sym_LT_LPAREN] = ACTIONS(4005),
[anon_sym_GT_LPAREN] = ACTIONS(4005),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4007),
[sym_word] = ACTIONS(4007),
[anon_sym_LF] = ACTIONS(4005),
[anon_sym_AMP] = ACTIONS(4007),
},
[2763] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6526),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2764] = {
[sym_concatenation] = STATE(2838),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2838),
[anon_sym_RBRACE] = ACTIONS(6524),
[anon_sym_EQ] = ACTIONS(6532),
[anon_sym_DASH] = ACTIONS(6532),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6534),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6532),
[anon_sym_COLON_QMARK] = ACTIONS(6532),
[anon_sym_COLON_DASH] = ACTIONS(6532),
[anon_sym_PERCENT] = ACTIONS(6532),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2765] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6524),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2766] = {
[sym__simple_heredoc_body] = ACTIONS(4050),
[sym__heredoc_body_beginning] = ACTIONS(4050),
[sym_file_descriptor] = ACTIONS(4050),
[sym__concat] = ACTIONS(4050),
[anon_sym_SEMI] = ACTIONS(4052),
[anon_sym_esac] = ACTIONS(4052),
[anon_sym_PIPE] = ACTIONS(4052),
[anon_sym_SEMI_SEMI] = ACTIONS(4050),
[anon_sym_PIPE_AMP] = ACTIONS(4050),
[anon_sym_AMP_AMP] = ACTIONS(4050),
[anon_sym_PIPE_PIPE] = ACTIONS(4050),
[anon_sym_LT] = ACTIONS(4052),
[anon_sym_GT] = ACTIONS(4052),
[anon_sym_GT_GT] = ACTIONS(4050),
[anon_sym_AMP_GT] = ACTIONS(4052),
[anon_sym_AMP_GT_GT] = ACTIONS(4050),
[anon_sym_LT_AMP] = ACTIONS(4050),
[anon_sym_GT_AMP] = ACTIONS(4050),
[anon_sym_LT_LT] = ACTIONS(4052),
[anon_sym_LT_LT_DASH] = ACTIONS(4050),
[anon_sym_LT_LT_LT] = ACTIONS(4050),
[sym__special_characters] = ACTIONS(4050),
[anon_sym_DQUOTE] = ACTIONS(4050),
[anon_sym_DOLLAR] = ACTIONS(4052),
[sym_raw_string] = ACTIONS(4050),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4050),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4050),
[anon_sym_BQUOTE] = ACTIONS(4050),
[anon_sym_LT_LPAREN] = ACTIONS(4050),
[anon_sym_GT_LPAREN] = ACTIONS(4050),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4052),
[sym_word] = ACTIONS(4052),
[anon_sym_LF] = ACTIONS(4050),
[anon_sym_AMP] = ACTIONS(4052),
},
[2767] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6536),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2768] = {
[sym__simple_heredoc_body] = ACTIONS(4084),
[sym__heredoc_body_beginning] = ACTIONS(4084),
[sym_file_descriptor] = ACTIONS(4084),
[sym__concat] = ACTIONS(4084),
[anon_sym_SEMI] = ACTIONS(4086),
[anon_sym_esac] = ACTIONS(4086),
[anon_sym_PIPE] = ACTIONS(4086),
[anon_sym_SEMI_SEMI] = ACTIONS(4084),
[anon_sym_PIPE_AMP] = ACTIONS(4084),
[anon_sym_AMP_AMP] = ACTIONS(4084),
[anon_sym_PIPE_PIPE] = ACTIONS(4084),
[anon_sym_LT] = ACTIONS(4086),
[anon_sym_GT] = ACTIONS(4086),
[anon_sym_GT_GT] = ACTIONS(4084),
[anon_sym_AMP_GT] = ACTIONS(4086),
[anon_sym_AMP_GT_GT] = ACTIONS(4084),
[anon_sym_LT_AMP] = ACTIONS(4084),
[anon_sym_GT_AMP] = ACTIONS(4084),
[anon_sym_LT_LT] = ACTIONS(4086),
[anon_sym_LT_LT_DASH] = ACTIONS(4084),
[anon_sym_LT_LT_LT] = ACTIONS(4084),
[sym__special_characters] = ACTIONS(4084),
[anon_sym_DQUOTE] = ACTIONS(4084),
[anon_sym_DOLLAR] = ACTIONS(4086),
[sym_raw_string] = ACTIONS(4084),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4084),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4084),
[anon_sym_BQUOTE] = ACTIONS(4084),
[anon_sym_LT_LPAREN] = ACTIONS(4084),
[anon_sym_GT_LPAREN] = ACTIONS(4084),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4086),
[sym_word] = ACTIONS(4086),
[anon_sym_LF] = ACTIONS(4084),
[anon_sym_AMP] = ACTIONS(4086),
},
[2769] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(6538),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2770] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(6538),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2771] = {
[sym__simple_heredoc_body] = ACTIONS(4090),
[sym__heredoc_body_beginning] = ACTIONS(4090),
[sym_file_descriptor] = ACTIONS(4090),
[sym__concat] = ACTIONS(4090),
[anon_sym_SEMI] = ACTIONS(4092),
[anon_sym_esac] = ACTIONS(4092),
[anon_sym_PIPE] = ACTIONS(4092),
[anon_sym_SEMI_SEMI] = ACTIONS(4090),
[anon_sym_PIPE_AMP] = ACTIONS(4090),
[anon_sym_AMP_AMP] = ACTIONS(4090),
[anon_sym_PIPE_PIPE] = ACTIONS(4090),
[anon_sym_LT] = ACTIONS(4092),
[anon_sym_GT] = ACTIONS(4092),
[anon_sym_GT_GT] = ACTIONS(4090),
[anon_sym_AMP_GT] = ACTIONS(4092),
[anon_sym_AMP_GT_GT] = ACTIONS(4090),
[anon_sym_LT_AMP] = ACTIONS(4090),
[anon_sym_GT_AMP] = ACTIONS(4090),
[anon_sym_LT_LT] = ACTIONS(4092),
[anon_sym_LT_LT_DASH] = ACTIONS(4090),
[anon_sym_LT_LT_LT] = ACTIONS(4090),
[sym__special_characters] = ACTIONS(4090),
[anon_sym_DQUOTE] = ACTIONS(4090),
[anon_sym_DOLLAR] = ACTIONS(4092),
[sym_raw_string] = ACTIONS(4090),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4090),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4090),
[anon_sym_BQUOTE] = ACTIONS(4090),
[anon_sym_LT_LPAREN] = ACTIONS(4090),
[anon_sym_GT_LPAREN] = ACTIONS(4090),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4092),
[sym_word] = ACTIONS(4092),
[anon_sym_LF] = ACTIONS(4090),
[anon_sym_AMP] = ACTIONS(4092),
},
[2772] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(6540),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2773] = {
[sym__simple_heredoc_body] = ACTIONS(4725),
[sym__heredoc_body_beginning] = ACTIONS(4725),
[sym_file_descriptor] = ACTIONS(4725),
[sym__concat] = ACTIONS(4725),
[anon_sym_SEMI] = ACTIONS(4727),
[anon_sym_esac] = ACTIONS(4727),
[anon_sym_PIPE] = ACTIONS(4727),
[anon_sym_SEMI_SEMI] = ACTIONS(4725),
[anon_sym_PIPE_AMP] = ACTIONS(4725),
[anon_sym_AMP_AMP] = ACTIONS(4725),
[anon_sym_PIPE_PIPE] = ACTIONS(4725),
[anon_sym_EQ_TILDE] = ACTIONS(4727),
[anon_sym_EQ_EQ] = ACTIONS(4727),
[anon_sym_LT] = ACTIONS(4727),
[anon_sym_GT] = ACTIONS(4727),
[anon_sym_GT_GT] = ACTIONS(4725),
[anon_sym_AMP_GT] = ACTIONS(4727),
[anon_sym_AMP_GT_GT] = ACTIONS(4725),
[anon_sym_LT_AMP] = ACTIONS(4725),
[anon_sym_GT_AMP] = ACTIONS(4725),
[anon_sym_LT_LT] = ACTIONS(4727),
[anon_sym_LT_LT_DASH] = ACTIONS(4725),
[anon_sym_LT_LT_LT] = ACTIONS(4725),
[sym__special_characters] = ACTIONS(4725),
[anon_sym_DQUOTE] = ACTIONS(4725),
[anon_sym_DOLLAR] = ACTIONS(4727),
[sym_raw_string] = ACTIONS(4725),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4725),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4725),
[anon_sym_BQUOTE] = ACTIONS(4725),
[anon_sym_LT_LPAREN] = ACTIONS(4725),
[anon_sym_GT_LPAREN] = ACTIONS(4725),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4727),
[anon_sym_LF] = ACTIONS(4725),
[anon_sym_AMP] = ACTIONS(4727),
},
[2774] = {
[sym__simple_heredoc_body] = ACTIONS(4729),
[sym__heredoc_body_beginning] = ACTIONS(4729),
[sym_file_descriptor] = ACTIONS(4729),
[sym__concat] = ACTIONS(4729),
[anon_sym_SEMI] = ACTIONS(4731),
[anon_sym_esac] = ACTIONS(4731),
[anon_sym_PIPE] = ACTIONS(4731),
[anon_sym_SEMI_SEMI] = ACTIONS(4729),
[anon_sym_PIPE_AMP] = ACTIONS(4729),
[anon_sym_AMP_AMP] = ACTIONS(4729),
[anon_sym_PIPE_PIPE] = ACTIONS(4729),
[anon_sym_EQ_TILDE] = ACTIONS(4731),
[anon_sym_EQ_EQ] = ACTIONS(4731),
[anon_sym_LT] = ACTIONS(4731),
[anon_sym_GT] = ACTIONS(4731),
[anon_sym_GT_GT] = ACTIONS(4729),
[anon_sym_AMP_GT] = ACTIONS(4731),
[anon_sym_AMP_GT_GT] = ACTIONS(4729),
[anon_sym_LT_AMP] = ACTIONS(4729),
[anon_sym_GT_AMP] = ACTIONS(4729),
[anon_sym_LT_LT] = ACTIONS(4731),
[anon_sym_LT_LT_DASH] = ACTIONS(4729),
[anon_sym_LT_LT_LT] = ACTIONS(4729),
[sym__special_characters] = ACTIONS(4729),
[anon_sym_DQUOTE] = ACTIONS(4729),
[anon_sym_DOLLAR] = ACTIONS(4731),
[sym_raw_string] = ACTIONS(4729),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4729),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4729),
[anon_sym_BQUOTE] = ACTIONS(4729),
[anon_sym_LT_LPAREN] = ACTIONS(4729),
[anon_sym_GT_LPAREN] = ACTIONS(4729),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4731),
[anon_sym_LF] = ACTIONS(4729),
[anon_sym_AMP] = ACTIONS(4731),
},
[2775] = {
[sym__simple_heredoc_body] = ACTIONS(4733),
[sym__heredoc_body_beginning] = ACTIONS(4733),
[sym_file_descriptor] = ACTIONS(4733),
[sym__concat] = ACTIONS(4733),
[anon_sym_SEMI] = ACTIONS(4735),
[anon_sym_esac] = ACTIONS(4735),
[anon_sym_PIPE] = ACTIONS(4735),
[anon_sym_SEMI_SEMI] = ACTIONS(4733),
[anon_sym_PIPE_AMP] = ACTIONS(4733),
[anon_sym_AMP_AMP] = ACTIONS(4733),
[anon_sym_PIPE_PIPE] = ACTIONS(4733),
[anon_sym_EQ_TILDE] = ACTIONS(4735),
[anon_sym_EQ_EQ] = ACTIONS(4735),
[anon_sym_LT] = ACTIONS(4735),
[anon_sym_GT] = ACTIONS(4735),
[anon_sym_GT_GT] = ACTIONS(4733),
[anon_sym_AMP_GT] = ACTIONS(4735),
[anon_sym_AMP_GT_GT] = ACTIONS(4733),
[anon_sym_LT_AMP] = ACTIONS(4733),
[anon_sym_GT_AMP] = ACTIONS(4733),
[anon_sym_LT_LT] = ACTIONS(4735),
[anon_sym_LT_LT_DASH] = ACTIONS(4733),
[anon_sym_LT_LT_LT] = ACTIONS(4733),
[sym__special_characters] = ACTIONS(4733),
[anon_sym_DQUOTE] = ACTIONS(4733),
[anon_sym_DOLLAR] = ACTIONS(4735),
[sym_raw_string] = ACTIONS(4733),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4733),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4733),
[anon_sym_BQUOTE] = ACTIONS(4733),
[anon_sym_LT_LPAREN] = ACTIONS(4733),
[anon_sym_GT_LPAREN] = ACTIONS(4733),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4735),
[anon_sym_LF] = ACTIONS(4733),
[anon_sym_AMP] = ACTIONS(4735),
},
[2776] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6542),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2777] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6544),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2778] = {
[sym__simple_heredoc_body] = ACTIONS(4769),
[sym__heredoc_body_beginning] = ACTIONS(4769),
[sym_file_descriptor] = ACTIONS(4769),
[sym__concat] = ACTIONS(4769),
[anon_sym_SEMI] = ACTIONS(4771),
[anon_sym_esac] = ACTIONS(4771),
[anon_sym_PIPE] = ACTIONS(4771),
[anon_sym_SEMI_SEMI] = ACTIONS(4769),
[anon_sym_PIPE_AMP] = ACTIONS(4769),
[anon_sym_AMP_AMP] = ACTIONS(4769),
[anon_sym_PIPE_PIPE] = ACTIONS(4769),
[anon_sym_EQ_TILDE] = ACTIONS(4771),
[anon_sym_EQ_EQ] = ACTIONS(4771),
[anon_sym_LT] = ACTIONS(4771),
[anon_sym_GT] = ACTIONS(4771),
[anon_sym_GT_GT] = ACTIONS(4769),
[anon_sym_AMP_GT] = ACTIONS(4771),
[anon_sym_AMP_GT_GT] = ACTIONS(4769),
[anon_sym_LT_AMP] = ACTIONS(4769),
[anon_sym_GT_AMP] = ACTIONS(4769),
[anon_sym_LT_LT] = ACTIONS(4771),
[anon_sym_LT_LT_DASH] = ACTIONS(4769),
[anon_sym_LT_LT_LT] = ACTIONS(4769),
[sym__special_characters] = ACTIONS(4769),
[anon_sym_DQUOTE] = ACTIONS(4769),
[anon_sym_DOLLAR] = ACTIONS(4771),
[sym_raw_string] = ACTIONS(4769),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4769),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4769),
[anon_sym_BQUOTE] = ACTIONS(4769),
[anon_sym_LT_LPAREN] = ACTIONS(4769),
[anon_sym_GT_LPAREN] = ACTIONS(4769),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4771),
[anon_sym_LF] = ACTIONS(4769),
[anon_sym_AMP] = ACTIONS(4771),
},
[2779] = {
[sym__simple_heredoc_body] = ACTIONS(4789),
[sym__heredoc_body_beginning] = ACTIONS(4789),
[sym_file_descriptor] = ACTIONS(4789),
[sym__concat] = ACTIONS(4789),
[anon_sym_SEMI] = ACTIONS(4791),
[anon_sym_esac] = ACTIONS(4791),
[anon_sym_PIPE] = ACTIONS(4791),
[anon_sym_SEMI_SEMI] = ACTIONS(4789),
[anon_sym_PIPE_AMP] = ACTIONS(4789),
[anon_sym_AMP_AMP] = ACTIONS(4789),
[anon_sym_PIPE_PIPE] = ACTIONS(4789),
[anon_sym_EQ_TILDE] = ACTIONS(4791),
[anon_sym_EQ_EQ] = ACTIONS(4791),
[anon_sym_LT] = ACTIONS(4791),
[anon_sym_GT] = ACTIONS(4791),
[anon_sym_GT_GT] = ACTIONS(4789),
[anon_sym_AMP_GT] = ACTIONS(4791),
[anon_sym_AMP_GT_GT] = ACTIONS(4789),
[anon_sym_LT_AMP] = ACTIONS(4789),
[anon_sym_GT_AMP] = ACTIONS(4789),
[anon_sym_LT_LT] = ACTIONS(4791),
[anon_sym_LT_LT_DASH] = ACTIONS(4789),
[anon_sym_LT_LT_LT] = ACTIONS(4789),
[sym__special_characters] = ACTIONS(4789),
[anon_sym_DQUOTE] = ACTIONS(4789),
[anon_sym_DOLLAR] = ACTIONS(4791),
[sym_raw_string] = ACTIONS(4789),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4789),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4789),
[anon_sym_BQUOTE] = ACTIONS(4789),
[anon_sym_LT_LPAREN] = ACTIONS(4789),
[anon_sym_GT_LPAREN] = ACTIONS(4789),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4791),
[anon_sym_LF] = ACTIONS(4789),
[anon_sym_AMP] = ACTIONS(4791),
},
[2780] = {
[sym__simple_heredoc_body] = ACTIONS(4793),
[sym__heredoc_body_beginning] = ACTIONS(4793),
[sym_file_descriptor] = ACTIONS(4793),
[sym__concat] = ACTIONS(4793),
[anon_sym_SEMI] = ACTIONS(4795),
[anon_sym_esac] = ACTIONS(4795),
[anon_sym_PIPE] = ACTIONS(4795),
[anon_sym_SEMI_SEMI] = ACTIONS(4793),
[anon_sym_PIPE_AMP] = ACTIONS(4793),
[anon_sym_AMP_AMP] = ACTIONS(4793),
[anon_sym_PIPE_PIPE] = ACTIONS(4793),
[anon_sym_EQ_TILDE] = ACTIONS(4795),
[anon_sym_EQ_EQ] = ACTIONS(4795),
[anon_sym_LT] = ACTIONS(4795),
[anon_sym_GT] = ACTIONS(4795),
[anon_sym_GT_GT] = ACTIONS(4793),
[anon_sym_AMP_GT] = ACTIONS(4795),
[anon_sym_AMP_GT_GT] = ACTIONS(4793),
[anon_sym_LT_AMP] = ACTIONS(4793),
[anon_sym_GT_AMP] = ACTIONS(4793),
[anon_sym_LT_LT] = ACTIONS(4795),
[anon_sym_LT_LT_DASH] = ACTIONS(4793),
[anon_sym_LT_LT_LT] = ACTIONS(4793),
[sym__special_characters] = ACTIONS(4793),
[anon_sym_DQUOTE] = ACTIONS(4793),
[anon_sym_DOLLAR] = ACTIONS(4795),
[sym_raw_string] = ACTIONS(4793),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4793),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4793),
[anon_sym_BQUOTE] = ACTIONS(4793),
[anon_sym_LT_LPAREN] = ACTIONS(4793),
[anon_sym_GT_LPAREN] = ACTIONS(4793),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4795),
[anon_sym_LF] = ACTIONS(4793),
[anon_sym_AMP] = ACTIONS(4795),
},
[2781] = {
[sym__simple_heredoc_body] = ACTIONS(2934),
[sym__heredoc_body_beginning] = ACTIONS(2934),
[sym_file_descriptor] = ACTIONS(2934),
[sym__concat] = ACTIONS(2934),
[anon_sym_SEMI] = ACTIONS(2936),
[anon_sym_esac] = ACTIONS(2934),
[anon_sym_PIPE] = ACTIONS(2936),
[anon_sym_SEMI_SEMI] = ACTIONS(2934),
[anon_sym_PIPE_AMP] = ACTIONS(2934),
[anon_sym_AMP_AMP] = ACTIONS(2934),
[anon_sym_PIPE_PIPE] = ACTIONS(2934),
[anon_sym_LT] = ACTIONS(2936),
[anon_sym_GT] = ACTIONS(2936),
[anon_sym_GT_GT] = ACTIONS(2934),
[anon_sym_AMP_GT] = ACTIONS(2936),
[anon_sym_AMP_GT_GT] = ACTIONS(2934),
[anon_sym_LT_AMP] = ACTIONS(2934),
[anon_sym_GT_AMP] = ACTIONS(2934),
[anon_sym_LT_LT] = ACTIONS(2936),
[anon_sym_LT_LT_DASH] = ACTIONS(2934),
[anon_sym_LT_LT_LT] = ACTIONS(2934),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2934),
[anon_sym_AMP] = ACTIONS(2936),
},
[2782] = {
[sym__simple_heredoc_body] = ACTIONS(2948),
[sym__heredoc_body_beginning] = ACTIONS(2948),
[sym_file_descriptor] = ACTIONS(2948),
[sym__concat] = ACTIONS(2948),
[anon_sym_SEMI] = ACTIONS(2950),
[anon_sym_esac] = ACTIONS(2948),
[anon_sym_PIPE] = ACTIONS(2950),
[anon_sym_SEMI_SEMI] = ACTIONS(2948),
[anon_sym_PIPE_AMP] = ACTIONS(2948),
[anon_sym_AMP_AMP] = ACTIONS(2948),
[anon_sym_PIPE_PIPE] = ACTIONS(2948),
[anon_sym_LT] = ACTIONS(2950),
[anon_sym_GT] = ACTIONS(2950),
[anon_sym_GT_GT] = ACTIONS(2948),
[anon_sym_AMP_GT] = ACTIONS(2950),
[anon_sym_AMP_GT_GT] = ACTIONS(2948),
[anon_sym_LT_AMP] = ACTIONS(2948),
[anon_sym_GT_AMP] = ACTIONS(2948),
[anon_sym_LT_LT] = ACTIONS(2950),
[anon_sym_LT_LT_DASH] = ACTIONS(2948),
[anon_sym_LT_LT_LT] = ACTIONS(2948),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2948),
[anon_sym_AMP] = ACTIONS(2950),
},
[2783] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(6546),
[sym_comment] = ACTIONS(57),
},
[2784] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(6548),
[sym_comment] = ACTIONS(57),
},
[2785] = {
[anon_sym_RBRACE] = ACTIONS(6548),
[sym_comment] = ACTIONS(57),
},
[2786] = {
[sym_concatenation] = STATE(2848),
[sym_string] = STATE(2847),
[sym_simple_expansion] = STATE(2847),
[sym_string_expansion] = STATE(2847),
[sym_expansion] = STATE(2847),
[sym_command_substitution] = STATE(2847),
[sym_process_substitution] = STATE(2847),
[anon_sym_RBRACE] = ACTIONS(6548),
[sym__special_characters] = ACTIONS(6550),
[anon_sym_DQUOTE] = ACTIONS(1808),
[anon_sym_DOLLAR] = ACTIONS(1810),
[sym_raw_string] = ACTIONS(6552),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1814),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1816),
[anon_sym_BQUOTE] = ACTIONS(1818),
[anon_sym_LT_LPAREN] = ACTIONS(1820),
[anon_sym_GT_LPAREN] = ACTIONS(1820),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(6552),
},
[2787] = {
[sym__simple_heredoc_body] = ACTIONS(2984),
[sym__heredoc_body_beginning] = ACTIONS(2984),
[sym_file_descriptor] = ACTIONS(2984),
[sym__concat] = ACTIONS(2984),
[anon_sym_SEMI] = ACTIONS(2986),
[anon_sym_esac] = ACTIONS(2984),
[anon_sym_PIPE] = ACTIONS(2986),
[anon_sym_SEMI_SEMI] = ACTIONS(2984),
[anon_sym_PIPE_AMP] = ACTIONS(2984),
[anon_sym_AMP_AMP] = ACTIONS(2984),
[anon_sym_PIPE_PIPE] = ACTIONS(2984),
[anon_sym_LT] = ACTIONS(2986),
[anon_sym_GT] = ACTIONS(2986),
[anon_sym_GT_GT] = ACTIONS(2984),
[anon_sym_AMP_GT] = ACTIONS(2986),
[anon_sym_AMP_GT_GT] = ACTIONS(2984),
[anon_sym_LT_AMP] = ACTIONS(2984),
[anon_sym_GT_AMP] = ACTIONS(2984),
[anon_sym_LT_LT] = ACTIONS(2986),
[anon_sym_LT_LT_DASH] = ACTIONS(2984),
[anon_sym_LT_LT_LT] = ACTIONS(2984),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(2984),
[anon_sym_AMP] = ACTIONS(2986),
},
[2788] = {
[sym_concatenation] = STATE(2851),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2851),
[sym_regex] = ACTIONS(6554),
[anon_sym_RBRACE] = ACTIONS(6556),
[anon_sym_EQ] = ACTIONS(6558),
[anon_sym_DASH] = ACTIONS(6558),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6560),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6558),
[anon_sym_COLON_QMARK] = ACTIONS(6558),
[anon_sym_COLON_DASH] = ACTIONS(6558),
[anon_sym_PERCENT] = ACTIONS(6558),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2789] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6556),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2790] = {
[sym_concatenation] = STATE(2853),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2853),
[sym_regex] = ACTIONS(6562),
[anon_sym_RBRACE] = ACTIONS(6548),
[anon_sym_EQ] = ACTIONS(6564),
[anon_sym_DASH] = ACTIONS(6564),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6566),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6564),
[anon_sym_COLON_QMARK] = ACTIONS(6564),
[anon_sym_COLON_DASH] = ACTIONS(6564),
[anon_sym_PERCENT] = ACTIONS(6564),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2791] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6548),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2792] = {
[sym_concatenation] = STATE(2855),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2855),
[anon_sym_RBRACE] = ACTIONS(6568),
[anon_sym_EQ] = ACTIONS(6570),
[anon_sym_DASH] = ACTIONS(6570),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6572),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6570),
[anon_sym_COLON_QMARK] = ACTIONS(6570),
[anon_sym_COLON_DASH] = ACTIONS(6570),
[anon_sym_PERCENT] = ACTIONS(6570),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2793] = {
[sym__simple_heredoc_body] = ACTIONS(3040),
[sym__heredoc_body_beginning] = ACTIONS(3040),
[sym_file_descriptor] = ACTIONS(3040),
[sym__concat] = ACTIONS(3040),
[anon_sym_SEMI] = ACTIONS(3042),
[anon_sym_esac] = ACTIONS(3040),
[anon_sym_PIPE] = ACTIONS(3042),
[anon_sym_SEMI_SEMI] = ACTIONS(3040),
[anon_sym_PIPE_AMP] = ACTIONS(3040),
[anon_sym_AMP_AMP] = ACTIONS(3040),
[anon_sym_PIPE_PIPE] = ACTIONS(3040),
[anon_sym_LT] = ACTIONS(3042),
[anon_sym_GT] = ACTIONS(3042),
[anon_sym_GT_GT] = ACTIONS(3040),
[anon_sym_AMP_GT] = ACTIONS(3042),
[anon_sym_AMP_GT_GT] = ACTIONS(3040),
[anon_sym_LT_AMP] = ACTIONS(3040),
[anon_sym_GT_AMP] = ACTIONS(3040),
[anon_sym_LT_LT] = ACTIONS(3042),
[anon_sym_LT_LT_DASH] = ACTIONS(3040),
[anon_sym_LT_LT_LT] = ACTIONS(3040),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3040),
[anon_sym_AMP] = ACTIONS(3042),
},
[2794] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6568),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2795] = {
[sym_concatenation] = STATE(2853),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2853),
[anon_sym_RBRACE] = ACTIONS(6548),
[anon_sym_EQ] = ACTIONS(6564),
[anon_sym_DASH] = ACTIONS(6564),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6566),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6564),
[anon_sym_COLON_QMARK] = ACTIONS(6564),
[anon_sym_COLON_DASH] = ACTIONS(6564),
[anon_sym_PERCENT] = ACTIONS(6564),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2796] = {
[sym__simple_heredoc_body] = ACTIONS(3095),
[sym__heredoc_body_beginning] = ACTIONS(3095),
[sym_file_descriptor] = ACTIONS(3095),
[sym__concat] = ACTIONS(3095),
[anon_sym_SEMI] = ACTIONS(3097),
[anon_sym_esac] = ACTIONS(3095),
[anon_sym_PIPE] = ACTIONS(3097),
[anon_sym_SEMI_SEMI] = ACTIONS(3095),
[anon_sym_PIPE_AMP] = ACTIONS(3095),
[anon_sym_AMP_AMP] = ACTIONS(3095),
[anon_sym_PIPE_PIPE] = ACTIONS(3095),
[anon_sym_LT] = ACTIONS(3097),
[anon_sym_GT] = ACTIONS(3097),
[anon_sym_GT_GT] = ACTIONS(3095),
[anon_sym_AMP_GT] = ACTIONS(3097),
[anon_sym_AMP_GT_GT] = ACTIONS(3095),
[anon_sym_LT_AMP] = ACTIONS(3095),
[anon_sym_GT_AMP] = ACTIONS(3095),
[anon_sym_LT_LT] = ACTIONS(3097),
[anon_sym_LT_LT_DASH] = ACTIONS(3095),
[anon_sym_LT_LT_LT] = ACTIONS(3095),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3095),
[anon_sym_AMP] = ACTIONS(3097),
},
[2797] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(6574),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2798] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(6574),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2799] = {
[anon_sym_SEMI] = ACTIONS(6576),
[anon_sym_RPAREN] = ACTIONS(6574),
[anon_sym_SEMI_SEMI] = ACTIONS(6578),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6578),
[anon_sym_AMP] = ACTIONS(6578),
},
[2800] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(6574),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2801] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(6574),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2802] = {
[anon_sym_SEMI] = ACTIONS(6580),
[anon_sym_SEMI_SEMI] = ACTIONS(6582),
[anon_sym_BQUOTE] = ACTIONS(6574),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6582),
[anon_sym_AMP] = ACTIONS(6582),
},
[2803] = {
[sym__simple_heredoc_body] = ACTIONS(3125),
[sym__heredoc_body_beginning] = ACTIONS(3125),
[sym_file_descriptor] = ACTIONS(3125),
[sym__concat] = ACTIONS(3125),
[anon_sym_SEMI] = ACTIONS(3127),
[anon_sym_esac] = ACTIONS(3125),
[anon_sym_PIPE] = ACTIONS(3127),
[anon_sym_SEMI_SEMI] = ACTIONS(3125),
[anon_sym_PIPE_AMP] = ACTIONS(3125),
[anon_sym_AMP_AMP] = ACTIONS(3125),
[anon_sym_PIPE_PIPE] = ACTIONS(3125),
[anon_sym_LT] = ACTIONS(3127),
[anon_sym_GT] = ACTIONS(3127),
[anon_sym_GT_GT] = ACTIONS(3125),
[anon_sym_AMP_GT] = ACTIONS(3127),
[anon_sym_AMP_GT_GT] = ACTIONS(3125),
[anon_sym_LT_AMP] = ACTIONS(3125),
[anon_sym_GT_AMP] = ACTIONS(3125),
[anon_sym_LT_LT] = ACTIONS(3127),
[anon_sym_LT_LT_DASH] = ACTIONS(3125),
[anon_sym_LT_LT_LT] = ACTIONS(3125),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3125),
[anon_sym_AMP] = ACTIONS(3127),
},
[2804] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(6584),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2805] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_RPAREN] = ACTIONS(6584),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(935),
[anon_sym_DQUOTE] = ACTIONS(931),
[anon_sym_DOLLAR] = ACTIONS(935),
[sym_raw_string] = ACTIONS(931),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(931),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(931),
[anon_sym_BQUOTE] = ACTIONS(931),
[anon_sym_LT_LPAREN] = ACTIONS(931),
[anon_sym_GT_LPAREN] = ACTIONS(931),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(935),
},
[2806] = {
[anon_sym_SEMI] = ACTIONS(6586),
[anon_sym_RPAREN] = ACTIONS(6584),
[anon_sym_SEMI_SEMI] = ACTIONS(6588),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(6588),
[anon_sym_AMP] = ACTIONS(6588),
},
[2807] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_SEMI_SEMI] = ACTIONS(931),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(6196),
[anon_sym_DQUOTE] = ACTIONS(6198),
[anon_sym_DOLLAR] = ACTIONS(6196),
[sym_raw_string] = ACTIONS(6198),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(6198),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(6198),
[anon_sym_BQUOTE] = ACTIONS(6198),
[anon_sym_LT_LPAREN] = ACTIONS(6198),
[anon_sym_GT_LPAREN] = ACTIONS(6198),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(6196),
},
[2808] = {
[sym_file_descriptor] = ACTIONS(931),
[sym_variable_name] = ACTIONS(931),
[anon_sym_for] = ACTIONS(935),
[anon_sym_LPAREN_LPAREN] = ACTIONS(931),
[anon_sym_while] = ACTIONS(935),
[anon_sym_if] = ACTIONS(935),
[anon_sym_case] = ACTIONS(935),
[anon_sym_SEMI_SEMI] = ACTIONS(931),
[anon_sym_function] = ACTIONS(935),
[anon_sym_LPAREN] = ACTIONS(935),
[anon_sym_LBRACE] = ACTIONS(931),
[anon_sym_BANG] = ACTIONS(935),
[anon_sym_LBRACK] = ACTIONS(935),
[anon_sym_LBRACK_LBRACK] = ACTIONS(931),
[anon_sym_declare] = ACTIONS(935),
[anon_sym_typeset] = ACTIONS(935),
[anon_sym_export] = ACTIONS(935),
[anon_sym_readonly] = ACTIONS(935),
[anon_sym_local] = ACTIONS(935),
[anon_sym_unset] = ACTIONS(935),
[anon_sym_unsetenv] = ACTIONS(935),
[anon_sym_LT] = ACTIONS(935),
[anon_sym_GT] = ACTIONS(935),
[anon_sym_GT_GT] = ACTIONS(931),
[anon_sym_AMP_GT] = ACTIONS(935),
[anon_sym_AMP_GT_GT] = ACTIONS(931),
[anon_sym_LT_AMP] = ACTIONS(931),
[anon_sym_GT_AMP] = ACTIONS(931),
[sym__special_characters] = ACTIONS(6202),
[anon_sym_DQUOTE] = ACTIONS(6204),
[anon_sym_DOLLAR] = ACTIONS(6202),
[sym_raw_string] = ACTIONS(6204),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(6204),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(6204),
[anon_sym_BQUOTE] = ACTIONS(6204),
[anon_sym_LT_LPAREN] = ACTIONS(6204),
[anon_sym_GT_LPAREN] = ACTIONS(6204),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(6202),
},
[2809] = {
[sym__simple_heredoc_body] = ACTIONS(3941),
[sym__heredoc_body_beginning] = ACTIONS(3941),
[sym_file_descriptor] = ACTIONS(3941),
[sym__concat] = ACTIONS(3941),
[sym_variable_name] = ACTIONS(3941),
[anon_sym_SEMI] = ACTIONS(3943),
[anon_sym_esac] = ACTIONS(3943),
[anon_sym_PIPE] = ACTIONS(3943),
[anon_sym_SEMI_SEMI] = ACTIONS(3941),
[anon_sym_PIPE_AMP] = ACTIONS(3941),
[anon_sym_AMP_AMP] = ACTIONS(3941),
[anon_sym_PIPE_PIPE] = ACTIONS(3941),
[anon_sym_LT] = ACTIONS(3943),
[anon_sym_GT] = ACTIONS(3943),
[anon_sym_GT_GT] = ACTIONS(3941),
[anon_sym_AMP_GT] = ACTIONS(3943),
[anon_sym_AMP_GT_GT] = ACTIONS(3941),
[anon_sym_LT_AMP] = ACTIONS(3941),
[anon_sym_GT_AMP] = ACTIONS(3941),
[anon_sym_LT_LT] = ACTIONS(3943),
[anon_sym_LT_LT_DASH] = ACTIONS(3941),
[anon_sym_LT_LT_LT] = ACTIONS(3941),
[sym__special_characters] = ACTIONS(3941),
[anon_sym_DQUOTE] = ACTIONS(3941),
[anon_sym_DOLLAR] = ACTIONS(3943),
[sym_raw_string] = ACTIONS(3941),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3941),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3941),
[anon_sym_BQUOTE] = ACTIONS(3941),
[anon_sym_LT_LPAREN] = ACTIONS(3941),
[anon_sym_GT_LPAREN] = ACTIONS(3941),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3943),
[anon_sym_LF] = ACTIONS(3941),
[anon_sym_AMP] = ACTIONS(3943),
},
[2810] = {
[sym__simple_heredoc_body] = ACTIONS(3949),
[sym__heredoc_body_beginning] = ACTIONS(3949),
[sym_file_descriptor] = ACTIONS(3949),
[sym__concat] = ACTIONS(3949),
[sym_variable_name] = ACTIONS(3949),
[anon_sym_SEMI] = ACTIONS(3951),
[anon_sym_esac] = ACTIONS(3951),
[anon_sym_PIPE] = ACTIONS(3951),
[anon_sym_SEMI_SEMI] = ACTIONS(3949),
[anon_sym_PIPE_AMP] = ACTIONS(3949),
[anon_sym_AMP_AMP] = ACTIONS(3949),
[anon_sym_PIPE_PIPE] = ACTIONS(3949),
[anon_sym_LT] = ACTIONS(3951),
[anon_sym_GT] = ACTIONS(3951),
[anon_sym_GT_GT] = ACTIONS(3949),
[anon_sym_AMP_GT] = ACTIONS(3951),
[anon_sym_AMP_GT_GT] = ACTIONS(3949),
[anon_sym_LT_AMP] = ACTIONS(3949),
[anon_sym_GT_AMP] = ACTIONS(3949),
[anon_sym_LT_LT] = ACTIONS(3951),
[anon_sym_LT_LT_DASH] = ACTIONS(3949),
[anon_sym_LT_LT_LT] = ACTIONS(3949),
[sym__special_characters] = ACTIONS(3949),
[anon_sym_DQUOTE] = ACTIONS(3949),
[anon_sym_DOLLAR] = ACTIONS(3951),
[sym_raw_string] = ACTIONS(3949),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(3949),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(3949),
[anon_sym_BQUOTE] = ACTIONS(3949),
[anon_sym_LT_LPAREN] = ACTIONS(3949),
[anon_sym_GT_LPAREN] = ACTIONS(3949),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(3951),
[anon_sym_LF] = ACTIONS(3949),
[anon_sym_AMP] = ACTIONS(3951),
},
[2811] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(6590),
[sym_comment] = ACTIONS(57),
},
[2812] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(6592),
[sym_comment] = ACTIONS(57),
},
[2813] = {
[anon_sym_RBRACE] = ACTIONS(6592),
[sym_comment] = ACTIONS(57),
},
[2814] = {
[sym_concatenation] = STATE(2864),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2864),
[anon_sym_RBRACE] = ACTIONS(6594),
[anon_sym_EQ] = ACTIONS(6596),
[anon_sym_DASH] = ACTIONS(6596),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6598),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6596),
[anon_sym_COLON_QMARK] = ACTIONS(6596),
[anon_sym_COLON_DASH] = ACTIONS(6596),
[anon_sym_PERCENT] = ACTIONS(6596),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2815] = {
[sym__simple_heredoc_body] = ACTIONS(4005),
[sym__heredoc_body_beginning] = ACTIONS(4005),
[sym_file_descriptor] = ACTIONS(4005),
[sym__concat] = ACTIONS(4005),
[sym_variable_name] = ACTIONS(4005),
[anon_sym_SEMI] = ACTIONS(4007),
[anon_sym_esac] = ACTIONS(4007),
[anon_sym_PIPE] = ACTIONS(4007),
[anon_sym_SEMI_SEMI] = ACTIONS(4005),
[anon_sym_PIPE_AMP] = ACTIONS(4005),
[anon_sym_AMP_AMP] = ACTIONS(4005),
[anon_sym_PIPE_PIPE] = ACTIONS(4005),
[anon_sym_LT] = ACTIONS(4007),
[anon_sym_GT] = ACTIONS(4007),
[anon_sym_GT_GT] = ACTIONS(4005),
[anon_sym_AMP_GT] = ACTIONS(4007),
[anon_sym_AMP_GT_GT] = ACTIONS(4005),
[anon_sym_LT_AMP] = ACTIONS(4005),
[anon_sym_GT_AMP] = ACTIONS(4005),
[anon_sym_LT_LT] = ACTIONS(4007),
[anon_sym_LT_LT_DASH] = ACTIONS(4005),
[anon_sym_LT_LT_LT] = ACTIONS(4005),
[sym__special_characters] = ACTIONS(4005),
[anon_sym_DQUOTE] = ACTIONS(4005),
[anon_sym_DOLLAR] = ACTIONS(4007),
[sym_raw_string] = ACTIONS(4005),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4005),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4005),
[anon_sym_BQUOTE] = ACTIONS(4005),
[anon_sym_LT_LPAREN] = ACTIONS(4005),
[anon_sym_GT_LPAREN] = ACTIONS(4005),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4007),
[anon_sym_LF] = ACTIONS(4005),
[anon_sym_AMP] = ACTIONS(4007),
},
[2816] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6594),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2817] = {
[sym_concatenation] = STATE(2865),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2865),
[anon_sym_RBRACE] = ACTIONS(6592),
[anon_sym_EQ] = ACTIONS(6600),
[anon_sym_DASH] = ACTIONS(6600),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6602),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6600),
[anon_sym_COLON_QMARK] = ACTIONS(6600),
[anon_sym_COLON_DASH] = ACTIONS(6600),
[anon_sym_PERCENT] = ACTIONS(6600),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2818] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6592),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2819] = {
[sym__simple_heredoc_body] = ACTIONS(4050),
[sym__heredoc_body_beginning] = ACTIONS(4050),
[sym_file_descriptor] = ACTIONS(4050),
[sym__concat] = ACTIONS(4050),
[sym_variable_name] = ACTIONS(4050),
[anon_sym_SEMI] = ACTIONS(4052),
[anon_sym_esac] = ACTIONS(4052),
[anon_sym_PIPE] = ACTIONS(4052),
[anon_sym_SEMI_SEMI] = ACTIONS(4050),
[anon_sym_PIPE_AMP] = ACTIONS(4050),
[anon_sym_AMP_AMP] = ACTIONS(4050),
[anon_sym_PIPE_PIPE] = ACTIONS(4050),
[anon_sym_LT] = ACTIONS(4052),
[anon_sym_GT] = ACTIONS(4052),
[anon_sym_GT_GT] = ACTIONS(4050),
[anon_sym_AMP_GT] = ACTIONS(4052),
[anon_sym_AMP_GT_GT] = ACTIONS(4050),
[anon_sym_LT_AMP] = ACTIONS(4050),
[anon_sym_GT_AMP] = ACTIONS(4050),
[anon_sym_LT_LT] = ACTIONS(4052),
[anon_sym_LT_LT_DASH] = ACTIONS(4050),
[anon_sym_LT_LT_LT] = ACTIONS(4050),
[sym__special_characters] = ACTIONS(4050),
[anon_sym_DQUOTE] = ACTIONS(4050),
[anon_sym_DOLLAR] = ACTIONS(4052),
[sym_raw_string] = ACTIONS(4050),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4050),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4050),
[anon_sym_BQUOTE] = ACTIONS(4050),
[anon_sym_LT_LPAREN] = ACTIONS(4050),
[anon_sym_GT_LPAREN] = ACTIONS(4050),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4052),
[anon_sym_LF] = ACTIONS(4050),
[anon_sym_AMP] = ACTIONS(4052),
},
[2820] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6604),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2821] = {
[sym__simple_heredoc_body] = ACTIONS(4084),
[sym__heredoc_body_beginning] = ACTIONS(4084),
[sym_file_descriptor] = ACTIONS(4084),
[sym__concat] = ACTIONS(4084),
[sym_variable_name] = ACTIONS(4084),
[anon_sym_SEMI] = ACTIONS(4086),
[anon_sym_esac] = ACTIONS(4086),
[anon_sym_PIPE] = ACTIONS(4086),
[anon_sym_SEMI_SEMI] = ACTIONS(4084),
[anon_sym_PIPE_AMP] = ACTIONS(4084),
[anon_sym_AMP_AMP] = ACTIONS(4084),
[anon_sym_PIPE_PIPE] = ACTIONS(4084),
[anon_sym_LT] = ACTIONS(4086),
[anon_sym_GT] = ACTIONS(4086),
[anon_sym_GT_GT] = ACTIONS(4084),
[anon_sym_AMP_GT] = ACTIONS(4086),
[anon_sym_AMP_GT_GT] = ACTIONS(4084),
[anon_sym_LT_AMP] = ACTIONS(4084),
[anon_sym_GT_AMP] = ACTIONS(4084),
[anon_sym_LT_LT] = ACTIONS(4086),
[anon_sym_LT_LT_DASH] = ACTIONS(4084),
[anon_sym_LT_LT_LT] = ACTIONS(4084),
[sym__special_characters] = ACTIONS(4084),
[anon_sym_DQUOTE] = ACTIONS(4084),
[anon_sym_DOLLAR] = ACTIONS(4086),
[sym_raw_string] = ACTIONS(4084),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4084),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4084),
[anon_sym_BQUOTE] = ACTIONS(4084),
[anon_sym_LT_LPAREN] = ACTIONS(4084),
[anon_sym_GT_LPAREN] = ACTIONS(4084),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4086),
[anon_sym_LF] = ACTIONS(4084),
[anon_sym_AMP] = ACTIONS(4086),
},
[2822] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(6606),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2823] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(6606),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2824] = {
[sym__simple_heredoc_body] = ACTIONS(4090),
[sym__heredoc_body_beginning] = ACTIONS(4090),
[sym_file_descriptor] = ACTIONS(4090),
[sym__concat] = ACTIONS(4090),
[sym_variable_name] = ACTIONS(4090),
[anon_sym_SEMI] = ACTIONS(4092),
[anon_sym_esac] = ACTIONS(4092),
[anon_sym_PIPE] = ACTIONS(4092),
[anon_sym_SEMI_SEMI] = ACTIONS(4090),
[anon_sym_PIPE_AMP] = ACTIONS(4090),
[anon_sym_AMP_AMP] = ACTIONS(4090),
[anon_sym_PIPE_PIPE] = ACTIONS(4090),
[anon_sym_LT] = ACTIONS(4092),
[anon_sym_GT] = ACTIONS(4092),
[anon_sym_GT_GT] = ACTIONS(4090),
[anon_sym_AMP_GT] = ACTIONS(4092),
[anon_sym_AMP_GT_GT] = ACTIONS(4090),
[anon_sym_LT_AMP] = ACTIONS(4090),
[anon_sym_GT_AMP] = ACTIONS(4090),
[anon_sym_LT_LT] = ACTIONS(4092),
[anon_sym_LT_LT_DASH] = ACTIONS(4090),
[anon_sym_LT_LT_LT] = ACTIONS(4090),
[sym__special_characters] = ACTIONS(4090),
[anon_sym_DQUOTE] = ACTIONS(4090),
[anon_sym_DOLLAR] = ACTIONS(4092),
[sym_raw_string] = ACTIONS(4090),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4090),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4090),
[anon_sym_BQUOTE] = ACTIONS(4090),
[anon_sym_LT_LPAREN] = ACTIONS(4090),
[anon_sym_GT_LPAREN] = ACTIONS(4090),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4092),
[anon_sym_LF] = ACTIONS(4090),
[anon_sym_AMP] = ACTIONS(4092),
},
[2825] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(6608),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2826] = {
[sym__simple_heredoc_body] = ACTIONS(4725),
[sym__heredoc_body_beginning] = ACTIONS(4725),
[sym_file_descriptor] = ACTIONS(4725),
[sym__concat] = ACTIONS(4725),
[sym_variable_name] = ACTIONS(4725),
[anon_sym_SEMI] = ACTIONS(4727),
[anon_sym_esac] = ACTIONS(4727),
[anon_sym_PIPE] = ACTIONS(4727),
[anon_sym_SEMI_SEMI] = ACTIONS(4725),
[anon_sym_PIPE_AMP] = ACTIONS(4725),
[anon_sym_AMP_AMP] = ACTIONS(4725),
[anon_sym_PIPE_PIPE] = ACTIONS(4725),
[anon_sym_LT] = ACTIONS(4727),
[anon_sym_GT] = ACTIONS(4727),
[anon_sym_GT_GT] = ACTIONS(4725),
[anon_sym_AMP_GT] = ACTIONS(4727),
[anon_sym_AMP_GT_GT] = ACTIONS(4725),
[anon_sym_LT_AMP] = ACTIONS(4725),
[anon_sym_GT_AMP] = ACTIONS(4725),
[anon_sym_LT_LT] = ACTIONS(4727),
[anon_sym_LT_LT_DASH] = ACTIONS(4725),
[anon_sym_LT_LT_LT] = ACTIONS(4725),
[sym__special_characters] = ACTIONS(4725),
[anon_sym_DQUOTE] = ACTIONS(4725),
[anon_sym_DOLLAR] = ACTIONS(4727),
[sym_raw_string] = ACTIONS(4725),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4725),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4725),
[anon_sym_BQUOTE] = ACTIONS(4725),
[anon_sym_LT_LPAREN] = ACTIONS(4725),
[anon_sym_GT_LPAREN] = ACTIONS(4725),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4727),
[sym_word] = ACTIONS(4727),
[anon_sym_LF] = ACTIONS(4725),
[anon_sym_AMP] = ACTIONS(4727),
},
[2827] = {
[sym__simple_heredoc_body] = ACTIONS(4729),
[sym__heredoc_body_beginning] = ACTIONS(4729),
[sym_file_descriptor] = ACTIONS(4729),
[sym__concat] = ACTIONS(4729),
[sym_variable_name] = ACTIONS(4729),
[anon_sym_SEMI] = ACTIONS(4731),
[anon_sym_esac] = ACTIONS(4731),
[anon_sym_PIPE] = ACTIONS(4731),
[anon_sym_SEMI_SEMI] = ACTIONS(4729),
[anon_sym_PIPE_AMP] = ACTIONS(4729),
[anon_sym_AMP_AMP] = ACTIONS(4729),
[anon_sym_PIPE_PIPE] = ACTIONS(4729),
[anon_sym_LT] = ACTIONS(4731),
[anon_sym_GT] = ACTIONS(4731),
[anon_sym_GT_GT] = ACTIONS(4729),
[anon_sym_AMP_GT] = ACTIONS(4731),
[anon_sym_AMP_GT_GT] = ACTIONS(4729),
[anon_sym_LT_AMP] = ACTIONS(4729),
[anon_sym_GT_AMP] = ACTIONS(4729),
[anon_sym_LT_LT] = ACTIONS(4731),
[anon_sym_LT_LT_DASH] = ACTIONS(4729),
[anon_sym_LT_LT_LT] = ACTIONS(4729),
[sym__special_characters] = ACTIONS(4729),
[anon_sym_DQUOTE] = ACTIONS(4729),
[anon_sym_DOLLAR] = ACTIONS(4731),
[sym_raw_string] = ACTIONS(4729),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4729),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4729),
[anon_sym_BQUOTE] = ACTIONS(4729),
[anon_sym_LT_LPAREN] = ACTIONS(4729),
[anon_sym_GT_LPAREN] = ACTIONS(4729),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4731),
[sym_word] = ACTIONS(4731),
[anon_sym_LF] = ACTIONS(4729),
[anon_sym_AMP] = ACTIONS(4731),
},
[2828] = {
[sym__simple_heredoc_body] = ACTIONS(4733),
[sym__heredoc_body_beginning] = ACTIONS(4733),
[sym_file_descriptor] = ACTIONS(4733),
[sym__concat] = ACTIONS(4733),
[sym_variable_name] = ACTIONS(4733),
[anon_sym_SEMI] = ACTIONS(4735),
[anon_sym_esac] = ACTIONS(4735),
[anon_sym_PIPE] = ACTIONS(4735),
[anon_sym_SEMI_SEMI] = ACTIONS(4733),
[anon_sym_PIPE_AMP] = ACTIONS(4733),
[anon_sym_AMP_AMP] = ACTIONS(4733),
[anon_sym_PIPE_PIPE] = ACTIONS(4733),
[anon_sym_LT] = ACTIONS(4735),
[anon_sym_GT] = ACTIONS(4735),
[anon_sym_GT_GT] = ACTIONS(4733),
[anon_sym_AMP_GT] = ACTIONS(4735),
[anon_sym_AMP_GT_GT] = ACTIONS(4733),
[anon_sym_LT_AMP] = ACTIONS(4733),
[anon_sym_GT_AMP] = ACTIONS(4733),
[anon_sym_LT_LT] = ACTIONS(4735),
[anon_sym_LT_LT_DASH] = ACTIONS(4733),
[anon_sym_LT_LT_LT] = ACTIONS(4733),
[sym__special_characters] = ACTIONS(4733),
[anon_sym_DQUOTE] = ACTIONS(4733),
[anon_sym_DOLLAR] = ACTIONS(4735),
[sym_raw_string] = ACTIONS(4733),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4733),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4733),
[anon_sym_BQUOTE] = ACTIONS(4733),
[anon_sym_LT_LPAREN] = ACTIONS(4733),
[anon_sym_GT_LPAREN] = ACTIONS(4733),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4735),
[sym_word] = ACTIONS(4735),
[anon_sym_LF] = ACTIONS(4733),
[anon_sym_AMP] = ACTIONS(4735),
},
[2829] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6610),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2830] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6612),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2831] = {
[sym__simple_heredoc_body] = ACTIONS(4769),
[sym__heredoc_body_beginning] = ACTIONS(4769),
[sym_file_descriptor] = ACTIONS(4769),
[sym__concat] = ACTIONS(4769),
[sym_variable_name] = ACTIONS(4769),
[anon_sym_SEMI] = ACTIONS(4771),
[anon_sym_esac] = ACTIONS(4771),
[anon_sym_PIPE] = ACTIONS(4771),
[anon_sym_SEMI_SEMI] = ACTIONS(4769),
[anon_sym_PIPE_AMP] = ACTIONS(4769),
[anon_sym_AMP_AMP] = ACTIONS(4769),
[anon_sym_PIPE_PIPE] = ACTIONS(4769),
[anon_sym_LT] = ACTIONS(4771),
[anon_sym_GT] = ACTIONS(4771),
[anon_sym_GT_GT] = ACTIONS(4769),
[anon_sym_AMP_GT] = ACTIONS(4771),
[anon_sym_AMP_GT_GT] = ACTIONS(4769),
[anon_sym_LT_AMP] = ACTIONS(4769),
[anon_sym_GT_AMP] = ACTIONS(4769),
[anon_sym_LT_LT] = ACTIONS(4771),
[anon_sym_LT_LT_DASH] = ACTIONS(4769),
[anon_sym_LT_LT_LT] = ACTIONS(4769),
[sym__special_characters] = ACTIONS(4769),
[anon_sym_DQUOTE] = ACTIONS(4769),
[anon_sym_DOLLAR] = ACTIONS(4771),
[sym_raw_string] = ACTIONS(4769),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4769),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4769),
[anon_sym_BQUOTE] = ACTIONS(4769),
[anon_sym_LT_LPAREN] = ACTIONS(4769),
[anon_sym_GT_LPAREN] = ACTIONS(4769),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4771),
[sym_word] = ACTIONS(4771),
[anon_sym_LF] = ACTIONS(4769),
[anon_sym_AMP] = ACTIONS(4771),
},
[2832] = {
[sym__simple_heredoc_body] = ACTIONS(4789),
[sym__heredoc_body_beginning] = ACTIONS(4789),
[sym_file_descriptor] = ACTIONS(4789),
[sym__concat] = ACTIONS(4789),
[sym_variable_name] = ACTIONS(4789),
[anon_sym_SEMI] = ACTIONS(4791),
[anon_sym_esac] = ACTIONS(4791),
[anon_sym_PIPE] = ACTIONS(4791),
[anon_sym_SEMI_SEMI] = ACTIONS(4789),
[anon_sym_PIPE_AMP] = ACTIONS(4789),
[anon_sym_AMP_AMP] = ACTIONS(4789),
[anon_sym_PIPE_PIPE] = ACTIONS(4789),
[anon_sym_LT] = ACTIONS(4791),
[anon_sym_GT] = ACTIONS(4791),
[anon_sym_GT_GT] = ACTIONS(4789),
[anon_sym_AMP_GT] = ACTIONS(4791),
[anon_sym_AMP_GT_GT] = ACTIONS(4789),
[anon_sym_LT_AMP] = ACTIONS(4789),
[anon_sym_GT_AMP] = ACTIONS(4789),
[anon_sym_LT_LT] = ACTIONS(4791),
[anon_sym_LT_LT_DASH] = ACTIONS(4789),
[anon_sym_LT_LT_LT] = ACTIONS(4789),
[sym__special_characters] = ACTIONS(4789),
[anon_sym_DQUOTE] = ACTIONS(4789),
[anon_sym_DOLLAR] = ACTIONS(4791),
[sym_raw_string] = ACTIONS(4789),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4789),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4789),
[anon_sym_BQUOTE] = ACTIONS(4789),
[anon_sym_LT_LPAREN] = ACTIONS(4789),
[anon_sym_GT_LPAREN] = ACTIONS(4789),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4791),
[sym_word] = ACTIONS(4791),
[anon_sym_LF] = ACTIONS(4789),
[anon_sym_AMP] = ACTIONS(4791),
},
[2833] = {
[sym__simple_heredoc_body] = ACTIONS(4793),
[sym__heredoc_body_beginning] = ACTIONS(4793),
[sym_file_descriptor] = ACTIONS(4793),
[sym__concat] = ACTIONS(4793),
[sym_variable_name] = ACTIONS(4793),
[anon_sym_SEMI] = ACTIONS(4795),
[anon_sym_esac] = ACTIONS(4795),
[anon_sym_PIPE] = ACTIONS(4795),
[anon_sym_SEMI_SEMI] = ACTIONS(4793),
[anon_sym_PIPE_AMP] = ACTIONS(4793),
[anon_sym_AMP_AMP] = ACTIONS(4793),
[anon_sym_PIPE_PIPE] = ACTIONS(4793),
[anon_sym_LT] = ACTIONS(4795),
[anon_sym_GT] = ACTIONS(4795),
[anon_sym_GT_GT] = ACTIONS(4793),
[anon_sym_AMP_GT] = ACTIONS(4795),
[anon_sym_AMP_GT_GT] = ACTIONS(4793),
[anon_sym_LT_AMP] = ACTIONS(4793),
[anon_sym_GT_AMP] = ACTIONS(4793),
[anon_sym_LT_LT] = ACTIONS(4795),
[anon_sym_LT_LT_DASH] = ACTIONS(4793),
[anon_sym_LT_LT_LT] = ACTIONS(4793),
[sym__special_characters] = ACTIONS(4793),
[anon_sym_DQUOTE] = ACTIONS(4793),
[anon_sym_DOLLAR] = ACTIONS(4795),
[sym_raw_string] = ACTIONS(4793),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4793),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4793),
[anon_sym_BQUOTE] = ACTIONS(4793),
[anon_sym_LT_LPAREN] = ACTIONS(4793),
[anon_sym_GT_LPAREN] = ACTIONS(4793),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4795),
[sym_word] = ACTIONS(4795),
[anon_sym_LF] = ACTIONS(4793),
[anon_sym_AMP] = ACTIONS(4795),
},
[2834] = {
[sym__simple_heredoc_body] = ACTIONS(4725),
[sym__heredoc_body_beginning] = ACTIONS(4725),
[sym_file_descriptor] = ACTIONS(4725),
[sym__concat] = ACTIONS(4725),
[anon_sym_SEMI] = ACTIONS(4727),
[anon_sym_esac] = ACTIONS(4727),
[anon_sym_PIPE] = ACTIONS(4727),
[anon_sym_SEMI_SEMI] = ACTIONS(4725),
[anon_sym_PIPE_AMP] = ACTIONS(4725),
[anon_sym_AMP_AMP] = ACTIONS(4725),
[anon_sym_PIPE_PIPE] = ACTIONS(4725),
[anon_sym_LT] = ACTIONS(4727),
[anon_sym_GT] = ACTIONS(4727),
[anon_sym_GT_GT] = ACTIONS(4725),
[anon_sym_AMP_GT] = ACTIONS(4727),
[anon_sym_AMP_GT_GT] = ACTIONS(4725),
[anon_sym_LT_AMP] = ACTIONS(4725),
[anon_sym_GT_AMP] = ACTIONS(4725),
[anon_sym_LT_LT] = ACTIONS(4727),
[anon_sym_LT_LT_DASH] = ACTIONS(4725),
[anon_sym_LT_LT_LT] = ACTIONS(4725),
[sym__special_characters] = ACTIONS(4725),
[anon_sym_DQUOTE] = ACTIONS(4725),
[anon_sym_DOLLAR] = ACTIONS(4727),
[sym_raw_string] = ACTIONS(4725),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4725),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4725),
[anon_sym_BQUOTE] = ACTIONS(4725),
[anon_sym_LT_LPAREN] = ACTIONS(4725),
[anon_sym_GT_LPAREN] = ACTIONS(4725),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4727),
[sym_word] = ACTIONS(4727),
[anon_sym_LF] = ACTIONS(4725),
[anon_sym_AMP] = ACTIONS(4727),
},
[2835] = {
[sym__simple_heredoc_body] = ACTIONS(4729),
[sym__heredoc_body_beginning] = ACTIONS(4729),
[sym_file_descriptor] = ACTIONS(4729),
[sym__concat] = ACTIONS(4729),
[anon_sym_SEMI] = ACTIONS(4731),
[anon_sym_esac] = ACTIONS(4731),
[anon_sym_PIPE] = ACTIONS(4731),
[anon_sym_SEMI_SEMI] = ACTIONS(4729),
[anon_sym_PIPE_AMP] = ACTIONS(4729),
[anon_sym_AMP_AMP] = ACTIONS(4729),
[anon_sym_PIPE_PIPE] = ACTIONS(4729),
[anon_sym_LT] = ACTIONS(4731),
[anon_sym_GT] = ACTIONS(4731),
[anon_sym_GT_GT] = ACTIONS(4729),
[anon_sym_AMP_GT] = ACTIONS(4731),
[anon_sym_AMP_GT_GT] = ACTIONS(4729),
[anon_sym_LT_AMP] = ACTIONS(4729),
[anon_sym_GT_AMP] = ACTIONS(4729),
[anon_sym_LT_LT] = ACTIONS(4731),
[anon_sym_LT_LT_DASH] = ACTIONS(4729),
[anon_sym_LT_LT_LT] = ACTIONS(4729),
[sym__special_characters] = ACTIONS(4729),
[anon_sym_DQUOTE] = ACTIONS(4729),
[anon_sym_DOLLAR] = ACTIONS(4731),
[sym_raw_string] = ACTIONS(4729),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4729),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4729),
[anon_sym_BQUOTE] = ACTIONS(4729),
[anon_sym_LT_LPAREN] = ACTIONS(4729),
[anon_sym_GT_LPAREN] = ACTIONS(4729),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4731),
[sym_word] = ACTIONS(4731),
[anon_sym_LF] = ACTIONS(4729),
[anon_sym_AMP] = ACTIONS(4731),
},
[2836] = {
[sym__simple_heredoc_body] = ACTIONS(4733),
[sym__heredoc_body_beginning] = ACTIONS(4733),
[sym_file_descriptor] = ACTIONS(4733),
[sym__concat] = ACTIONS(4733),
[anon_sym_SEMI] = ACTIONS(4735),
[anon_sym_esac] = ACTIONS(4735),
[anon_sym_PIPE] = ACTIONS(4735),
[anon_sym_SEMI_SEMI] = ACTIONS(4733),
[anon_sym_PIPE_AMP] = ACTIONS(4733),
[anon_sym_AMP_AMP] = ACTIONS(4733),
[anon_sym_PIPE_PIPE] = ACTIONS(4733),
[anon_sym_LT] = ACTIONS(4735),
[anon_sym_GT] = ACTIONS(4735),
[anon_sym_GT_GT] = ACTIONS(4733),
[anon_sym_AMP_GT] = ACTIONS(4735),
[anon_sym_AMP_GT_GT] = ACTIONS(4733),
[anon_sym_LT_AMP] = ACTIONS(4733),
[anon_sym_GT_AMP] = ACTIONS(4733),
[anon_sym_LT_LT] = ACTIONS(4735),
[anon_sym_LT_LT_DASH] = ACTIONS(4733),
[anon_sym_LT_LT_LT] = ACTIONS(4733),
[sym__special_characters] = ACTIONS(4733),
[anon_sym_DQUOTE] = ACTIONS(4733),
[anon_sym_DOLLAR] = ACTIONS(4735),
[sym_raw_string] = ACTIONS(4733),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4733),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4733),
[anon_sym_BQUOTE] = ACTIONS(4733),
[anon_sym_LT_LPAREN] = ACTIONS(4733),
[anon_sym_GT_LPAREN] = ACTIONS(4733),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4735),
[sym_word] = ACTIONS(4735),
[anon_sym_LF] = ACTIONS(4733),
[anon_sym_AMP] = ACTIONS(4735),
},
[2837] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6614),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2838] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6616),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2839] = {
[sym__simple_heredoc_body] = ACTIONS(4769),
[sym__heredoc_body_beginning] = ACTIONS(4769),
[sym_file_descriptor] = ACTIONS(4769),
[sym__concat] = ACTIONS(4769),
[anon_sym_SEMI] = ACTIONS(4771),
[anon_sym_esac] = ACTIONS(4771),
[anon_sym_PIPE] = ACTIONS(4771),
[anon_sym_SEMI_SEMI] = ACTIONS(4769),
[anon_sym_PIPE_AMP] = ACTIONS(4769),
[anon_sym_AMP_AMP] = ACTIONS(4769),
[anon_sym_PIPE_PIPE] = ACTIONS(4769),
[anon_sym_LT] = ACTIONS(4771),
[anon_sym_GT] = ACTIONS(4771),
[anon_sym_GT_GT] = ACTIONS(4769),
[anon_sym_AMP_GT] = ACTIONS(4771),
[anon_sym_AMP_GT_GT] = ACTIONS(4769),
[anon_sym_LT_AMP] = ACTIONS(4769),
[anon_sym_GT_AMP] = ACTIONS(4769),
[anon_sym_LT_LT] = ACTIONS(4771),
[anon_sym_LT_LT_DASH] = ACTIONS(4769),
[anon_sym_LT_LT_LT] = ACTIONS(4769),
[sym__special_characters] = ACTIONS(4769),
[anon_sym_DQUOTE] = ACTIONS(4769),
[anon_sym_DOLLAR] = ACTIONS(4771),
[sym_raw_string] = ACTIONS(4769),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4769),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4769),
[anon_sym_BQUOTE] = ACTIONS(4769),
[anon_sym_LT_LPAREN] = ACTIONS(4769),
[anon_sym_GT_LPAREN] = ACTIONS(4769),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4771),
[sym_word] = ACTIONS(4771),
[anon_sym_LF] = ACTIONS(4769),
[anon_sym_AMP] = ACTIONS(4771),
},
[2840] = {
[sym__simple_heredoc_body] = ACTIONS(4789),
[sym__heredoc_body_beginning] = ACTIONS(4789),
[sym_file_descriptor] = ACTIONS(4789),
[sym__concat] = ACTIONS(4789),
[anon_sym_SEMI] = ACTIONS(4791),
[anon_sym_esac] = ACTIONS(4791),
[anon_sym_PIPE] = ACTIONS(4791),
[anon_sym_SEMI_SEMI] = ACTIONS(4789),
[anon_sym_PIPE_AMP] = ACTIONS(4789),
[anon_sym_AMP_AMP] = ACTIONS(4789),
[anon_sym_PIPE_PIPE] = ACTIONS(4789),
[anon_sym_LT] = ACTIONS(4791),
[anon_sym_GT] = ACTIONS(4791),
[anon_sym_GT_GT] = ACTIONS(4789),
[anon_sym_AMP_GT] = ACTIONS(4791),
[anon_sym_AMP_GT_GT] = ACTIONS(4789),
[anon_sym_LT_AMP] = ACTIONS(4789),
[anon_sym_GT_AMP] = ACTIONS(4789),
[anon_sym_LT_LT] = ACTIONS(4791),
[anon_sym_LT_LT_DASH] = ACTIONS(4789),
[anon_sym_LT_LT_LT] = ACTIONS(4789),
[sym__special_characters] = ACTIONS(4789),
[anon_sym_DQUOTE] = ACTIONS(4789),
[anon_sym_DOLLAR] = ACTIONS(4791),
[sym_raw_string] = ACTIONS(4789),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4789),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4789),
[anon_sym_BQUOTE] = ACTIONS(4789),
[anon_sym_LT_LPAREN] = ACTIONS(4789),
[anon_sym_GT_LPAREN] = ACTIONS(4789),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4791),
[sym_word] = ACTIONS(4791),
[anon_sym_LF] = ACTIONS(4789),
[anon_sym_AMP] = ACTIONS(4791),
},
[2841] = {
[sym__simple_heredoc_body] = ACTIONS(4793),
[sym__heredoc_body_beginning] = ACTIONS(4793),
[sym_file_descriptor] = ACTIONS(4793),
[sym__concat] = ACTIONS(4793),
[anon_sym_SEMI] = ACTIONS(4795),
[anon_sym_esac] = ACTIONS(4795),
[anon_sym_PIPE] = ACTIONS(4795),
[anon_sym_SEMI_SEMI] = ACTIONS(4793),
[anon_sym_PIPE_AMP] = ACTIONS(4793),
[anon_sym_AMP_AMP] = ACTIONS(4793),
[anon_sym_PIPE_PIPE] = ACTIONS(4793),
[anon_sym_LT] = ACTIONS(4795),
[anon_sym_GT] = ACTIONS(4795),
[anon_sym_GT_GT] = ACTIONS(4793),
[anon_sym_AMP_GT] = ACTIONS(4795),
[anon_sym_AMP_GT_GT] = ACTIONS(4793),
[anon_sym_LT_AMP] = ACTIONS(4793),
[anon_sym_GT_AMP] = ACTIONS(4793),
[anon_sym_LT_LT] = ACTIONS(4795),
[anon_sym_LT_LT_DASH] = ACTIONS(4793),
[anon_sym_LT_LT_LT] = ACTIONS(4793),
[sym__special_characters] = ACTIONS(4793),
[anon_sym_DQUOTE] = ACTIONS(4793),
[anon_sym_DOLLAR] = ACTIONS(4795),
[sym_raw_string] = ACTIONS(4793),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4793),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4793),
[anon_sym_BQUOTE] = ACTIONS(4793),
[anon_sym_LT_LPAREN] = ACTIONS(4793),
[anon_sym_GT_LPAREN] = ACTIONS(4793),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4795),
[sym_word] = ACTIONS(4795),
[anon_sym_LF] = ACTIONS(4793),
[anon_sym_AMP] = ACTIONS(4795),
},
[2842] = {
[sym__simple_heredoc_body] = ACTIONS(5216),
[sym__heredoc_body_beginning] = ACTIONS(5216),
[sym_file_descriptor] = ACTIONS(5216),
[sym__concat] = ACTIONS(5216),
[anon_sym_SEMI] = ACTIONS(5218),
[anon_sym_esac] = ACTIONS(5218),
[anon_sym_PIPE] = ACTIONS(5218),
[anon_sym_SEMI_SEMI] = ACTIONS(5216),
[anon_sym_PIPE_AMP] = ACTIONS(5216),
[anon_sym_AMP_AMP] = ACTIONS(5216),
[anon_sym_PIPE_PIPE] = ACTIONS(5216),
[anon_sym_EQ_TILDE] = ACTIONS(5218),
[anon_sym_EQ_EQ] = ACTIONS(5218),
[anon_sym_LT] = ACTIONS(5218),
[anon_sym_GT] = ACTIONS(5218),
[anon_sym_GT_GT] = ACTIONS(5216),
[anon_sym_AMP_GT] = ACTIONS(5218),
[anon_sym_AMP_GT_GT] = ACTIONS(5216),
[anon_sym_LT_AMP] = ACTIONS(5216),
[anon_sym_GT_AMP] = ACTIONS(5216),
[anon_sym_LT_LT] = ACTIONS(5218),
[anon_sym_LT_LT_DASH] = ACTIONS(5216),
[anon_sym_LT_LT_LT] = ACTIONS(5216),
[sym__special_characters] = ACTIONS(5216),
[anon_sym_DQUOTE] = ACTIONS(5216),
[anon_sym_DOLLAR] = ACTIONS(5218),
[sym_raw_string] = ACTIONS(5216),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5216),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5216),
[anon_sym_BQUOTE] = ACTIONS(5216),
[anon_sym_LT_LPAREN] = ACTIONS(5216),
[anon_sym_GT_LPAREN] = ACTIONS(5216),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5218),
[anon_sym_LF] = ACTIONS(5216),
[anon_sym_AMP] = ACTIONS(5218),
},
[2843] = {
[sym__simple_heredoc_body] = ACTIONS(5220),
[sym__heredoc_body_beginning] = ACTIONS(5220),
[sym_file_descriptor] = ACTIONS(5220),
[sym__concat] = ACTIONS(5220),
[anon_sym_SEMI] = ACTIONS(5222),
[anon_sym_esac] = ACTIONS(5222),
[anon_sym_PIPE] = ACTIONS(5222),
[anon_sym_SEMI_SEMI] = ACTIONS(5220),
[anon_sym_PIPE_AMP] = ACTIONS(5220),
[anon_sym_AMP_AMP] = ACTIONS(5220),
[anon_sym_PIPE_PIPE] = ACTIONS(5220),
[anon_sym_EQ_TILDE] = ACTIONS(5222),
[anon_sym_EQ_EQ] = ACTIONS(5222),
[anon_sym_LT] = ACTIONS(5222),
[anon_sym_GT] = ACTIONS(5222),
[anon_sym_GT_GT] = ACTIONS(5220),
[anon_sym_AMP_GT] = ACTIONS(5222),
[anon_sym_AMP_GT_GT] = ACTIONS(5220),
[anon_sym_LT_AMP] = ACTIONS(5220),
[anon_sym_GT_AMP] = ACTIONS(5220),
[anon_sym_LT_LT] = ACTIONS(5222),
[anon_sym_LT_LT_DASH] = ACTIONS(5220),
[anon_sym_LT_LT_LT] = ACTIONS(5220),
[sym__special_characters] = ACTIONS(5220),
[anon_sym_DQUOTE] = ACTIONS(5220),
[anon_sym_DOLLAR] = ACTIONS(5222),
[sym_raw_string] = ACTIONS(5220),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5220),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5220),
[anon_sym_BQUOTE] = ACTIONS(5220),
[anon_sym_LT_LPAREN] = ACTIONS(5220),
[anon_sym_GT_LPAREN] = ACTIONS(5220),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5222),
[anon_sym_LF] = ACTIONS(5220),
[anon_sym_AMP] = ACTIONS(5222),
},
[2844] = {
[sym__simple_heredoc_body] = ACTIONS(3941),
[sym__heredoc_body_beginning] = ACTIONS(3941),
[sym_file_descriptor] = ACTIONS(3941),
[sym__concat] = ACTIONS(3941),
[anon_sym_SEMI] = ACTIONS(3943),
[anon_sym_esac] = ACTIONS(3941),
[anon_sym_PIPE] = ACTIONS(3943),
[anon_sym_SEMI_SEMI] = ACTIONS(3941),
[anon_sym_PIPE_AMP] = ACTIONS(3941),
[anon_sym_AMP_AMP] = ACTIONS(3941),
[anon_sym_PIPE_PIPE] = ACTIONS(3941),
[anon_sym_LT] = ACTIONS(3943),
[anon_sym_GT] = ACTIONS(3943),
[anon_sym_GT_GT] = ACTIONS(3941),
[anon_sym_AMP_GT] = ACTIONS(3943),
[anon_sym_AMP_GT_GT] = ACTIONS(3941),
[anon_sym_LT_AMP] = ACTIONS(3941),
[anon_sym_GT_AMP] = ACTIONS(3941),
[anon_sym_LT_LT] = ACTIONS(3943),
[anon_sym_LT_LT_DASH] = ACTIONS(3941),
[anon_sym_LT_LT_LT] = ACTIONS(3941),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3941),
[anon_sym_AMP] = ACTIONS(3943),
},
[2845] = {
[sym__simple_heredoc_body] = ACTIONS(3949),
[sym__heredoc_body_beginning] = ACTIONS(3949),
[sym_file_descriptor] = ACTIONS(3949),
[sym__concat] = ACTIONS(3949),
[anon_sym_SEMI] = ACTIONS(3951),
[anon_sym_esac] = ACTIONS(3949),
[anon_sym_PIPE] = ACTIONS(3951),
[anon_sym_SEMI_SEMI] = ACTIONS(3949),
[anon_sym_PIPE_AMP] = ACTIONS(3949),
[anon_sym_AMP_AMP] = ACTIONS(3949),
[anon_sym_PIPE_PIPE] = ACTIONS(3949),
[anon_sym_LT] = ACTIONS(3951),
[anon_sym_GT] = ACTIONS(3951),
[anon_sym_GT_GT] = ACTIONS(3949),
[anon_sym_AMP_GT] = ACTIONS(3951),
[anon_sym_AMP_GT_GT] = ACTIONS(3949),
[anon_sym_LT_AMP] = ACTIONS(3949),
[anon_sym_GT_AMP] = ACTIONS(3949),
[anon_sym_LT_LT] = ACTIONS(3951),
[anon_sym_LT_LT_DASH] = ACTIONS(3949),
[anon_sym_LT_LT_LT] = ACTIONS(3949),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(3949),
[anon_sym_AMP] = ACTIONS(3951),
},
[2846] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(6618),
[sym_comment] = ACTIONS(57),
},
[2847] = {
[aux_sym_concatenation_repeat1] = STATE(1360),
[sym__concat] = ACTIONS(2952),
[anon_sym_RBRACE] = ACTIONS(6620),
[sym_comment] = ACTIONS(57),
},
[2848] = {
[anon_sym_RBRACE] = ACTIONS(6620),
[sym_comment] = ACTIONS(57),
},
[2849] = {
[sym_concatenation] = STATE(2876),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2876),
[anon_sym_RBRACE] = ACTIONS(6622),
[anon_sym_EQ] = ACTIONS(6624),
[anon_sym_DASH] = ACTIONS(6624),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6626),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6624),
[anon_sym_COLON_QMARK] = ACTIONS(6624),
[anon_sym_COLON_DASH] = ACTIONS(6624),
[anon_sym_PERCENT] = ACTIONS(6624),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2850] = {
[sym__simple_heredoc_body] = ACTIONS(4005),
[sym__heredoc_body_beginning] = ACTIONS(4005),
[sym_file_descriptor] = ACTIONS(4005),
[sym__concat] = ACTIONS(4005),
[anon_sym_SEMI] = ACTIONS(4007),
[anon_sym_esac] = ACTIONS(4005),
[anon_sym_PIPE] = ACTIONS(4007),
[anon_sym_SEMI_SEMI] = ACTIONS(4005),
[anon_sym_PIPE_AMP] = ACTIONS(4005),
[anon_sym_AMP_AMP] = ACTIONS(4005),
[anon_sym_PIPE_PIPE] = ACTIONS(4005),
[anon_sym_LT] = ACTIONS(4007),
[anon_sym_GT] = ACTIONS(4007),
[anon_sym_GT_GT] = ACTIONS(4005),
[anon_sym_AMP_GT] = ACTIONS(4007),
[anon_sym_AMP_GT_GT] = ACTIONS(4005),
[anon_sym_LT_AMP] = ACTIONS(4005),
[anon_sym_GT_AMP] = ACTIONS(4005),
[anon_sym_LT_LT] = ACTIONS(4007),
[anon_sym_LT_LT_DASH] = ACTIONS(4005),
[anon_sym_LT_LT_LT] = ACTIONS(4005),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4005),
[anon_sym_AMP] = ACTIONS(4007),
},
[2851] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6622),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2852] = {
[sym_concatenation] = STATE(2877),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(2877),
[anon_sym_RBRACE] = ACTIONS(6620),
[anon_sym_EQ] = ACTIONS(6628),
[anon_sym_DASH] = ACTIONS(6628),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(6630),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(6628),
[anon_sym_COLON_QMARK] = ACTIONS(6628),
[anon_sym_COLON_DASH] = ACTIONS(6628),
[anon_sym_PERCENT] = ACTIONS(6628),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2853] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6620),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2854] = {
[sym__simple_heredoc_body] = ACTIONS(4050),
[sym__heredoc_body_beginning] = ACTIONS(4050),
[sym_file_descriptor] = ACTIONS(4050),
[sym__concat] = ACTIONS(4050),
[anon_sym_SEMI] = ACTIONS(4052),
[anon_sym_esac] = ACTIONS(4050),
[anon_sym_PIPE] = ACTIONS(4052),
[anon_sym_SEMI_SEMI] = ACTIONS(4050),
[anon_sym_PIPE_AMP] = ACTIONS(4050),
[anon_sym_AMP_AMP] = ACTIONS(4050),
[anon_sym_PIPE_PIPE] = ACTIONS(4050),
[anon_sym_LT] = ACTIONS(4052),
[anon_sym_GT] = ACTIONS(4052),
[anon_sym_GT_GT] = ACTIONS(4050),
[anon_sym_AMP_GT] = ACTIONS(4052),
[anon_sym_AMP_GT_GT] = ACTIONS(4050),
[anon_sym_LT_AMP] = ACTIONS(4050),
[anon_sym_GT_AMP] = ACTIONS(4050),
[anon_sym_LT_LT] = ACTIONS(4052),
[anon_sym_LT_LT_DASH] = ACTIONS(4050),
[anon_sym_LT_LT_LT] = ACTIONS(4050),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4050),
[anon_sym_AMP] = ACTIONS(4052),
},
[2855] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6632),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2856] = {
[sym__simple_heredoc_body] = ACTIONS(4084),
[sym__heredoc_body_beginning] = ACTIONS(4084),
[sym_file_descriptor] = ACTIONS(4084),
[sym__concat] = ACTIONS(4084),
[anon_sym_SEMI] = ACTIONS(4086),
[anon_sym_esac] = ACTIONS(4084),
[anon_sym_PIPE] = ACTIONS(4086),
[anon_sym_SEMI_SEMI] = ACTIONS(4084),
[anon_sym_PIPE_AMP] = ACTIONS(4084),
[anon_sym_AMP_AMP] = ACTIONS(4084),
[anon_sym_PIPE_PIPE] = ACTIONS(4084),
[anon_sym_LT] = ACTIONS(4086),
[anon_sym_GT] = ACTIONS(4086),
[anon_sym_GT_GT] = ACTIONS(4084),
[anon_sym_AMP_GT] = ACTIONS(4086),
[anon_sym_AMP_GT_GT] = ACTIONS(4084),
[anon_sym_LT_AMP] = ACTIONS(4084),
[anon_sym_GT_AMP] = ACTIONS(4084),
[anon_sym_LT_LT] = ACTIONS(4086),
[anon_sym_LT_LT_DASH] = ACTIONS(4084),
[anon_sym_LT_LT_LT] = ACTIONS(4084),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4084),
[anon_sym_AMP] = ACTIONS(4086),
},
[2857] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(6634),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2858] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(6634),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2859] = {
[sym__simple_heredoc_body] = ACTIONS(4090),
[sym__heredoc_body_beginning] = ACTIONS(4090),
[sym_file_descriptor] = ACTIONS(4090),
[sym__concat] = ACTIONS(4090),
[anon_sym_SEMI] = ACTIONS(4092),
[anon_sym_esac] = ACTIONS(4090),
[anon_sym_PIPE] = ACTIONS(4092),
[anon_sym_SEMI_SEMI] = ACTIONS(4090),
[anon_sym_PIPE_AMP] = ACTIONS(4090),
[anon_sym_AMP_AMP] = ACTIONS(4090),
[anon_sym_PIPE_PIPE] = ACTIONS(4090),
[anon_sym_LT] = ACTIONS(4092),
[anon_sym_GT] = ACTIONS(4092),
[anon_sym_GT_GT] = ACTIONS(4090),
[anon_sym_AMP_GT] = ACTIONS(4092),
[anon_sym_AMP_GT_GT] = ACTIONS(4090),
[anon_sym_LT_AMP] = ACTIONS(4090),
[anon_sym_GT_AMP] = ACTIONS(4090),
[anon_sym_LT_LT] = ACTIONS(4092),
[anon_sym_LT_LT_DASH] = ACTIONS(4090),
[anon_sym_LT_LT_LT] = ACTIONS(4090),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4090),
[anon_sym_AMP] = ACTIONS(4092),
},
[2860] = {
[sym_file_descriptor] = ACTIONS(1988),
[sym_variable_name] = ACTIONS(1988),
[anon_sym_for] = ACTIONS(1992),
[anon_sym_LPAREN_LPAREN] = ACTIONS(1988),
[anon_sym_while] = ACTIONS(1992),
[anon_sym_if] = ACTIONS(1992),
[anon_sym_case] = ACTIONS(1992),
[anon_sym_RPAREN] = ACTIONS(6636),
[anon_sym_function] = ACTIONS(1992),
[anon_sym_LPAREN] = ACTIONS(1992),
[anon_sym_LBRACE] = ACTIONS(1988),
[anon_sym_BANG] = ACTIONS(1992),
[anon_sym_LBRACK] = ACTIONS(1992),
[anon_sym_LBRACK_LBRACK] = ACTIONS(1988),
[anon_sym_declare] = ACTIONS(1992),
[anon_sym_typeset] = ACTIONS(1992),
[anon_sym_export] = ACTIONS(1992),
[anon_sym_readonly] = ACTIONS(1992),
[anon_sym_local] = ACTIONS(1992),
[anon_sym_unset] = ACTIONS(1992),
[anon_sym_unsetenv] = ACTIONS(1992),
[anon_sym_LT] = ACTIONS(1992),
[anon_sym_GT] = ACTIONS(1992),
[anon_sym_GT_GT] = ACTIONS(1988),
[anon_sym_AMP_GT] = ACTIONS(1992),
[anon_sym_AMP_GT_GT] = ACTIONS(1988),
[anon_sym_LT_AMP] = ACTIONS(1988),
[anon_sym_GT_AMP] = ACTIONS(1988),
[sym__special_characters] = ACTIONS(1992),
[anon_sym_DQUOTE] = ACTIONS(1988),
[anon_sym_DOLLAR] = ACTIONS(1992),
[sym_raw_string] = ACTIONS(1988),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1988),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1988),
[anon_sym_BQUOTE] = ACTIONS(1988),
[anon_sym_LT_LPAREN] = ACTIONS(1988),
[anon_sym_GT_LPAREN] = ACTIONS(1988),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(1992),
},
[2861] = {
[sym__simple_heredoc_body] = ACTIONS(4725),
[sym__heredoc_body_beginning] = ACTIONS(4725),
[sym_file_descriptor] = ACTIONS(4725),
[sym__concat] = ACTIONS(4725),
[sym_variable_name] = ACTIONS(4725),
[anon_sym_SEMI] = ACTIONS(4727),
[anon_sym_esac] = ACTIONS(4727),
[anon_sym_PIPE] = ACTIONS(4727),
[anon_sym_SEMI_SEMI] = ACTIONS(4725),
[anon_sym_PIPE_AMP] = ACTIONS(4725),
[anon_sym_AMP_AMP] = ACTIONS(4725),
[anon_sym_PIPE_PIPE] = ACTIONS(4725),
[anon_sym_LT] = ACTIONS(4727),
[anon_sym_GT] = ACTIONS(4727),
[anon_sym_GT_GT] = ACTIONS(4725),
[anon_sym_AMP_GT] = ACTIONS(4727),
[anon_sym_AMP_GT_GT] = ACTIONS(4725),
[anon_sym_LT_AMP] = ACTIONS(4725),
[anon_sym_GT_AMP] = ACTIONS(4725),
[anon_sym_LT_LT] = ACTIONS(4727),
[anon_sym_LT_LT_DASH] = ACTIONS(4725),
[anon_sym_LT_LT_LT] = ACTIONS(4725),
[sym__special_characters] = ACTIONS(4725),
[anon_sym_DQUOTE] = ACTIONS(4725),
[anon_sym_DOLLAR] = ACTIONS(4727),
[sym_raw_string] = ACTIONS(4725),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4725),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4725),
[anon_sym_BQUOTE] = ACTIONS(4725),
[anon_sym_LT_LPAREN] = ACTIONS(4725),
[anon_sym_GT_LPAREN] = ACTIONS(4725),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4727),
[anon_sym_LF] = ACTIONS(4725),
[anon_sym_AMP] = ACTIONS(4727),
},
[2862] = {
[sym__simple_heredoc_body] = ACTIONS(4729),
[sym__heredoc_body_beginning] = ACTIONS(4729),
[sym_file_descriptor] = ACTIONS(4729),
[sym__concat] = ACTIONS(4729),
[sym_variable_name] = ACTIONS(4729),
[anon_sym_SEMI] = ACTIONS(4731),
[anon_sym_esac] = ACTIONS(4731),
[anon_sym_PIPE] = ACTIONS(4731),
[anon_sym_SEMI_SEMI] = ACTIONS(4729),
[anon_sym_PIPE_AMP] = ACTIONS(4729),
[anon_sym_AMP_AMP] = ACTIONS(4729),
[anon_sym_PIPE_PIPE] = ACTIONS(4729),
[anon_sym_LT] = ACTIONS(4731),
[anon_sym_GT] = ACTIONS(4731),
[anon_sym_GT_GT] = ACTIONS(4729),
[anon_sym_AMP_GT] = ACTIONS(4731),
[anon_sym_AMP_GT_GT] = ACTIONS(4729),
[anon_sym_LT_AMP] = ACTIONS(4729),
[anon_sym_GT_AMP] = ACTIONS(4729),
[anon_sym_LT_LT] = ACTIONS(4731),
[anon_sym_LT_LT_DASH] = ACTIONS(4729),
[anon_sym_LT_LT_LT] = ACTIONS(4729),
[sym__special_characters] = ACTIONS(4729),
[anon_sym_DQUOTE] = ACTIONS(4729),
[anon_sym_DOLLAR] = ACTIONS(4731),
[sym_raw_string] = ACTIONS(4729),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4729),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4729),
[anon_sym_BQUOTE] = ACTIONS(4729),
[anon_sym_LT_LPAREN] = ACTIONS(4729),
[anon_sym_GT_LPAREN] = ACTIONS(4729),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4731),
[anon_sym_LF] = ACTIONS(4729),
[anon_sym_AMP] = ACTIONS(4731),
},
[2863] = {
[sym__simple_heredoc_body] = ACTIONS(4733),
[sym__heredoc_body_beginning] = ACTIONS(4733),
[sym_file_descriptor] = ACTIONS(4733),
[sym__concat] = ACTIONS(4733),
[sym_variable_name] = ACTIONS(4733),
[anon_sym_SEMI] = ACTIONS(4735),
[anon_sym_esac] = ACTIONS(4735),
[anon_sym_PIPE] = ACTIONS(4735),
[anon_sym_SEMI_SEMI] = ACTIONS(4733),
[anon_sym_PIPE_AMP] = ACTIONS(4733),
[anon_sym_AMP_AMP] = ACTIONS(4733),
[anon_sym_PIPE_PIPE] = ACTIONS(4733),
[anon_sym_LT] = ACTIONS(4735),
[anon_sym_GT] = ACTIONS(4735),
[anon_sym_GT_GT] = ACTIONS(4733),
[anon_sym_AMP_GT] = ACTIONS(4735),
[anon_sym_AMP_GT_GT] = ACTIONS(4733),
[anon_sym_LT_AMP] = ACTIONS(4733),
[anon_sym_GT_AMP] = ACTIONS(4733),
[anon_sym_LT_LT] = ACTIONS(4735),
[anon_sym_LT_LT_DASH] = ACTIONS(4733),
[anon_sym_LT_LT_LT] = ACTIONS(4733),
[sym__special_characters] = ACTIONS(4733),
[anon_sym_DQUOTE] = ACTIONS(4733),
[anon_sym_DOLLAR] = ACTIONS(4735),
[sym_raw_string] = ACTIONS(4733),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4733),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4733),
[anon_sym_BQUOTE] = ACTIONS(4733),
[anon_sym_LT_LPAREN] = ACTIONS(4733),
[anon_sym_GT_LPAREN] = ACTIONS(4733),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4735),
[anon_sym_LF] = ACTIONS(4733),
[anon_sym_AMP] = ACTIONS(4735),
},
[2864] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6638),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2865] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6640),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2866] = {
[sym__simple_heredoc_body] = ACTIONS(4769),
[sym__heredoc_body_beginning] = ACTIONS(4769),
[sym_file_descriptor] = ACTIONS(4769),
[sym__concat] = ACTIONS(4769),
[sym_variable_name] = ACTIONS(4769),
[anon_sym_SEMI] = ACTIONS(4771),
[anon_sym_esac] = ACTIONS(4771),
[anon_sym_PIPE] = ACTIONS(4771),
[anon_sym_SEMI_SEMI] = ACTIONS(4769),
[anon_sym_PIPE_AMP] = ACTIONS(4769),
[anon_sym_AMP_AMP] = ACTIONS(4769),
[anon_sym_PIPE_PIPE] = ACTIONS(4769),
[anon_sym_LT] = ACTIONS(4771),
[anon_sym_GT] = ACTIONS(4771),
[anon_sym_GT_GT] = ACTIONS(4769),
[anon_sym_AMP_GT] = ACTIONS(4771),
[anon_sym_AMP_GT_GT] = ACTIONS(4769),
[anon_sym_LT_AMP] = ACTIONS(4769),
[anon_sym_GT_AMP] = ACTIONS(4769),
[anon_sym_LT_LT] = ACTIONS(4771),
[anon_sym_LT_LT_DASH] = ACTIONS(4769),
[anon_sym_LT_LT_LT] = ACTIONS(4769),
[sym__special_characters] = ACTIONS(4769),
[anon_sym_DQUOTE] = ACTIONS(4769),
[anon_sym_DOLLAR] = ACTIONS(4771),
[sym_raw_string] = ACTIONS(4769),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4769),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4769),
[anon_sym_BQUOTE] = ACTIONS(4769),
[anon_sym_LT_LPAREN] = ACTIONS(4769),
[anon_sym_GT_LPAREN] = ACTIONS(4769),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4771),
[anon_sym_LF] = ACTIONS(4769),
[anon_sym_AMP] = ACTIONS(4771),
},
[2867] = {
[sym__simple_heredoc_body] = ACTIONS(4789),
[sym__heredoc_body_beginning] = ACTIONS(4789),
[sym_file_descriptor] = ACTIONS(4789),
[sym__concat] = ACTIONS(4789),
[sym_variable_name] = ACTIONS(4789),
[anon_sym_SEMI] = ACTIONS(4791),
[anon_sym_esac] = ACTIONS(4791),
[anon_sym_PIPE] = ACTIONS(4791),
[anon_sym_SEMI_SEMI] = ACTIONS(4789),
[anon_sym_PIPE_AMP] = ACTIONS(4789),
[anon_sym_AMP_AMP] = ACTIONS(4789),
[anon_sym_PIPE_PIPE] = ACTIONS(4789),
[anon_sym_LT] = ACTIONS(4791),
[anon_sym_GT] = ACTIONS(4791),
[anon_sym_GT_GT] = ACTIONS(4789),
[anon_sym_AMP_GT] = ACTIONS(4791),
[anon_sym_AMP_GT_GT] = ACTIONS(4789),
[anon_sym_LT_AMP] = ACTIONS(4789),
[anon_sym_GT_AMP] = ACTIONS(4789),
[anon_sym_LT_LT] = ACTIONS(4791),
[anon_sym_LT_LT_DASH] = ACTIONS(4789),
[anon_sym_LT_LT_LT] = ACTIONS(4789),
[sym__special_characters] = ACTIONS(4789),
[anon_sym_DQUOTE] = ACTIONS(4789),
[anon_sym_DOLLAR] = ACTIONS(4791),
[sym_raw_string] = ACTIONS(4789),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4789),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4789),
[anon_sym_BQUOTE] = ACTIONS(4789),
[anon_sym_LT_LPAREN] = ACTIONS(4789),
[anon_sym_GT_LPAREN] = ACTIONS(4789),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4791),
[anon_sym_LF] = ACTIONS(4789),
[anon_sym_AMP] = ACTIONS(4791),
},
[2868] = {
[sym__simple_heredoc_body] = ACTIONS(4793),
[sym__heredoc_body_beginning] = ACTIONS(4793),
[sym_file_descriptor] = ACTIONS(4793),
[sym__concat] = ACTIONS(4793),
[sym_variable_name] = ACTIONS(4793),
[anon_sym_SEMI] = ACTIONS(4795),
[anon_sym_esac] = ACTIONS(4795),
[anon_sym_PIPE] = ACTIONS(4795),
[anon_sym_SEMI_SEMI] = ACTIONS(4793),
[anon_sym_PIPE_AMP] = ACTIONS(4793),
[anon_sym_AMP_AMP] = ACTIONS(4793),
[anon_sym_PIPE_PIPE] = ACTIONS(4793),
[anon_sym_LT] = ACTIONS(4795),
[anon_sym_GT] = ACTIONS(4795),
[anon_sym_GT_GT] = ACTIONS(4793),
[anon_sym_AMP_GT] = ACTIONS(4795),
[anon_sym_AMP_GT_GT] = ACTIONS(4793),
[anon_sym_LT_AMP] = ACTIONS(4793),
[anon_sym_GT_AMP] = ACTIONS(4793),
[anon_sym_LT_LT] = ACTIONS(4795),
[anon_sym_LT_LT_DASH] = ACTIONS(4793),
[anon_sym_LT_LT_LT] = ACTIONS(4793),
[sym__special_characters] = ACTIONS(4793),
[anon_sym_DQUOTE] = ACTIONS(4793),
[anon_sym_DOLLAR] = ACTIONS(4795),
[sym_raw_string] = ACTIONS(4793),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(4793),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(4793),
[anon_sym_BQUOTE] = ACTIONS(4793),
[anon_sym_LT_LPAREN] = ACTIONS(4793),
[anon_sym_GT_LPAREN] = ACTIONS(4793),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(4795),
[anon_sym_LF] = ACTIONS(4793),
[anon_sym_AMP] = ACTIONS(4795),
},
[2869] = {
[sym__simple_heredoc_body] = ACTIONS(5216),
[sym__heredoc_body_beginning] = ACTIONS(5216),
[sym_file_descriptor] = ACTIONS(5216),
[sym__concat] = ACTIONS(5216),
[sym_variable_name] = ACTIONS(5216),
[anon_sym_SEMI] = ACTIONS(5218),
[anon_sym_esac] = ACTIONS(5218),
[anon_sym_PIPE] = ACTIONS(5218),
[anon_sym_SEMI_SEMI] = ACTIONS(5216),
[anon_sym_PIPE_AMP] = ACTIONS(5216),
[anon_sym_AMP_AMP] = ACTIONS(5216),
[anon_sym_PIPE_PIPE] = ACTIONS(5216),
[anon_sym_LT] = ACTIONS(5218),
[anon_sym_GT] = ACTIONS(5218),
[anon_sym_GT_GT] = ACTIONS(5216),
[anon_sym_AMP_GT] = ACTIONS(5218),
[anon_sym_AMP_GT_GT] = ACTIONS(5216),
[anon_sym_LT_AMP] = ACTIONS(5216),
[anon_sym_GT_AMP] = ACTIONS(5216),
[anon_sym_LT_LT] = ACTIONS(5218),
[anon_sym_LT_LT_DASH] = ACTIONS(5216),
[anon_sym_LT_LT_LT] = ACTIONS(5216),
[sym__special_characters] = ACTIONS(5216),
[anon_sym_DQUOTE] = ACTIONS(5216),
[anon_sym_DOLLAR] = ACTIONS(5218),
[sym_raw_string] = ACTIONS(5216),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5216),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5216),
[anon_sym_BQUOTE] = ACTIONS(5216),
[anon_sym_LT_LPAREN] = ACTIONS(5216),
[anon_sym_GT_LPAREN] = ACTIONS(5216),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5218),
[sym_word] = ACTIONS(5218),
[anon_sym_LF] = ACTIONS(5216),
[anon_sym_AMP] = ACTIONS(5218),
},
[2870] = {
[sym__simple_heredoc_body] = ACTIONS(5220),
[sym__heredoc_body_beginning] = ACTIONS(5220),
[sym_file_descriptor] = ACTIONS(5220),
[sym__concat] = ACTIONS(5220),
[sym_variable_name] = ACTIONS(5220),
[anon_sym_SEMI] = ACTIONS(5222),
[anon_sym_esac] = ACTIONS(5222),
[anon_sym_PIPE] = ACTIONS(5222),
[anon_sym_SEMI_SEMI] = ACTIONS(5220),
[anon_sym_PIPE_AMP] = ACTIONS(5220),
[anon_sym_AMP_AMP] = ACTIONS(5220),
[anon_sym_PIPE_PIPE] = ACTIONS(5220),
[anon_sym_LT] = ACTIONS(5222),
[anon_sym_GT] = ACTIONS(5222),
[anon_sym_GT_GT] = ACTIONS(5220),
[anon_sym_AMP_GT] = ACTIONS(5222),
[anon_sym_AMP_GT_GT] = ACTIONS(5220),
[anon_sym_LT_AMP] = ACTIONS(5220),
[anon_sym_GT_AMP] = ACTIONS(5220),
[anon_sym_LT_LT] = ACTIONS(5222),
[anon_sym_LT_LT_DASH] = ACTIONS(5220),
[anon_sym_LT_LT_LT] = ACTIONS(5220),
[sym__special_characters] = ACTIONS(5220),
[anon_sym_DQUOTE] = ACTIONS(5220),
[anon_sym_DOLLAR] = ACTIONS(5222),
[sym_raw_string] = ACTIONS(5220),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5220),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5220),
[anon_sym_BQUOTE] = ACTIONS(5220),
[anon_sym_LT_LPAREN] = ACTIONS(5220),
[anon_sym_GT_LPAREN] = ACTIONS(5220),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5222),
[sym_word] = ACTIONS(5222),
[anon_sym_LF] = ACTIONS(5220),
[anon_sym_AMP] = ACTIONS(5222),
},
[2871] = {
[sym__simple_heredoc_body] = ACTIONS(5216),
[sym__heredoc_body_beginning] = ACTIONS(5216),
[sym_file_descriptor] = ACTIONS(5216),
[sym__concat] = ACTIONS(5216),
[anon_sym_SEMI] = ACTIONS(5218),
[anon_sym_esac] = ACTIONS(5218),
[anon_sym_PIPE] = ACTIONS(5218),
[anon_sym_SEMI_SEMI] = ACTIONS(5216),
[anon_sym_PIPE_AMP] = ACTIONS(5216),
[anon_sym_AMP_AMP] = ACTIONS(5216),
[anon_sym_PIPE_PIPE] = ACTIONS(5216),
[anon_sym_LT] = ACTIONS(5218),
[anon_sym_GT] = ACTIONS(5218),
[anon_sym_GT_GT] = ACTIONS(5216),
[anon_sym_AMP_GT] = ACTIONS(5218),
[anon_sym_AMP_GT_GT] = ACTIONS(5216),
[anon_sym_LT_AMP] = ACTIONS(5216),
[anon_sym_GT_AMP] = ACTIONS(5216),
[anon_sym_LT_LT] = ACTIONS(5218),
[anon_sym_LT_LT_DASH] = ACTIONS(5216),
[anon_sym_LT_LT_LT] = ACTIONS(5216),
[sym__special_characters] = ACTIONS(5216),
[anon_sym_DQUOTE] = ACTIONS(5216),
[anon_sym_DOLLAR] = ACTIONS(5218),
[sym_raw_string] = ACTIONS(5216),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5216),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5216),
[anon_sym_BQUOTE] = ACTIONS(5216),
[anon_sym_LT_LPAREN] = ACTIONS(5216),
[anon_sym_GT_LPAREN] = ACTIONS(5216),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5218),
[sym_word] = ACTIONS(5218),
[anon_sym_LF] = ACTIONS(5216),
[anon_sym_AMP] = ACTIONS(5218),
},
[2872] = {
[sym__simple_heredoc_body] = ACTIONS(5220),
[sym__heredoc_body_beginning] = ACTIONS(5220),
[sym_file_descriptor] = ACTIONS(5220),
[sym__concat] = ACTIONS(5220),
[anon_sym_SEMI] = ACTIONS(5222),
[anon_sym_esac] = ACTIONS(5222),
[anon_sym_PIPE] = ACTIONS(5222),
[anon_sym_SEMI_SEMI] = ACTIONS(5220),
[anon_sym_PIPE_AMP] = ACTIONS(5220),
[anon_sym_AMP_AMP] = ACTIONS(5220),
[anon_sym_PIPE_PIPE] = ACTIONS(5220),
[anon_sym_LT] = ACTIONS(5222),
[anon_sym_GT] = ACTIONS(5222),
[anon_sym_GT_GT] = ACTIONS(5220),
[anon_sym_AMP_GT] = ACTIONS(5222),
[anon_sym_AMP_GT_GT] = ACTIONS(5220),
[anon_sym_LT_AMP] = ACTIONS(5220),
[anon_sym_GT_AMP] = ACTIONS(5220),
[anon_sym_LT_LT] = ACTIONS(5222),
[anon_sym_LT_LT_DASH] = ACTIONS(5220),
[anon_sym_LT_LT_LT] = ACTIONS(5220),
[sym__special_characters] = ACTIONS(5220),
[anon_sym_DQUOTE] = ACTIONS(5220),
[anon_sym_DOLLAR] = ACTIONS(5222),
[sym_raw_string] = ACTIONS(5220),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5220),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5220),
[anon_sym_BQUOTE] = ACTIONS(5220),
[anon_sym_LT_LPAREN] = ACTIONS(5220),
[anon_sym_GT_LPAREN] = ACTIONS(5220),
[sym_comment] = ACTIONS(57),
[aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5222),
[sym_word] = ACTIONS(5222),
[anon_sym_LF] = ACTIONS(5220),
[anon_sym_AMP] = ACTIONS(5222),
},
[2873] = {
[sym__simple_heredoc_body] = ACTIONS(4725),
[sym__heredoc_body_beginning] = ACTIONS(4725),
[sym_file_descriptor] = ACTIONS(4725),
[sym__concat] = ACTIONS(4725),
[anon_sym_SEMI] = ACTIONS(4727),
[anon_sym_esac] = ACTIONS(4725),
[anon_sym_PIPE] = ACTIONS(4727),
[anon_sym_SEMI_SEMI] = ACTIONS(4725),
[anon_sym_PIPE_AMP] = ACTIONS(4725),
[anon_sym_AMP_AMP] = ACTIONS(4725),
[anon_sym_PIPE_PIPE] = ACTIONS(4725),
[anon_sym_LT] = ACTIONS(4727),
[anon_sym_GT] = ACTIONS(4727),
[anon_sym_GT_GT] = ACTIONS(4725),
[anon_sym_AMP_GT] = ACTIONS(4727),
[anon_sym_AMP_GT_GT] = ACTIONS(4725),
[anon_sym_LT_AMP] = ACTIONS(4725),
[anon_sym_GT_AMP] = ACTIONS(4725),
[anon_sym_LT_LT] = ACTIONS(4727),
[anon_sym_LT_LT_DASH] = ACTIONS(4725),
[anon_sym_LT_LT_LT] = ACTIONS(4725),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4725),
[anon_sym_AMP] = ACTIONS(4727),
},
[2874] = {
[sym__simple_heredoc_body] = ACTIONS(4729),
[sym__heredoc_body_beginning] = ACTIONS(4729),
[sym_file_descriptor] = ACTIONS(4729),
[sym__concat] = ACTIONS(4729),
[anon_sym_SEMI] = ACTIONS(4731),
[anon_sym_esac] = ACTIONS(4729),
[anon_sym_PIPE] = ACTIONS(4731),
[anon_sym_SEMI_SEMI] = ACTIONS(4729),
[anon_sym_PIPE_AMP] = ACTIONS(4729),
[anon_sym_AMP_AMP] = ACTIONS(4729),
[anon_sym_PIPE_PIPE] = ACTIONS(4729),
[anon_sym_LT] = ACTIONS(4731),
[anon_sym_GT] = ACTIONS(4731),
[anon_sym_GT_GT] = ACTIONS(4729),
[anon_sym_AMP_GT] = ACTIONS(4731),
[anon_sym_AMP_GT_GT] = ACTIONS(4729),
[anon_sym_LT_AMP] = ACTIONS(4729),
[anon_sym_GT_AMP] = ACTIONS(4729),
[anon_sym_LT_LT] = ACTIONS(4731),
[anon_sym_LT_LT_DASH] = ACTIONS(4729),
[anon_sym_LT_LT_LT] = ACTIONS(4729),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4729),
[anon_sym_AMP] = ACTIONS(4731),
},
[2875] = {
[sym__simple_heredoc_body] = ACTIONS(4733),
[sym__heredoc_body_beginning] = ACTIONS(4733),
[sym_file_descriptor] = ACTIONS(4733),
[sym__concat] = ACTIONS(4733),
[anon_sym_SEMI] = ACTIONS(4735),
[anon_sym_esac] = ACTIONS(4733),
[anon_sym_PIPE] = ACTIONS(4735),
[anon_sym_SEMI_SEMI] = ACTIONS(4733),
[anon_sym_PIPE_AMP] = ACTIONS(4733),
[anon_sym_AMP_AMP] = ACTIONS(4733),
[anon_sym_PIPE_PIPE] = ACTIONS(4733),
[anon_sym_LT] = ACTIONS(4735),
[anon_sym_GT] = ACTIONS(4735),
[anon_sym_GT_GT] = ACTIONS(4733),
[anon_sym_AMP_GT] = ACTIONS(4735),
[anon_sym_AMP_GT_GT] = ACTIONS(4733),
[anon_sym_LT_AMP] = ACTIONS(4733),
[anon_sym_GT_AMP] = ACTIONS(4733),
[anon_sym_LT_LT] = ACTIONS(4735),
[anon_sym_LT_LT_DASH] = ACTIONS(4733),
[anon_sym_LT_LT_LT] = ACTIONS(4733),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4733),
[anon_sym_AMP] = ACTIONS(4735),
},
[2876] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6642),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2877] = {
[sym_concatenation] = STATE(942),
[sym_string] = STATE(465),
[sym_simple_expansion] = STATE(465),
[sym_string_expansion] = STATE(465),
[sym_expansion] = STATE(465),
[sym_command_substitution] = STATE(465),
[sym_process_substitution] = STATE(465),
[aux_sym_expansion_repeat1] = STATE(942),
[anon_sym_RBRACE] = ACTIONS(6644),
[anon_sym_EQ] = ACTIONS(1882),
[anon_sym_DASH] = ACTIONS(1882),
[sym__special_characters] = ACTIONS(845),
[anon_sym_DQUOTE] = ACTIONS(847),
[anon_sym_DOLLAR] = ACTIONS(849),
[sym_raw_string] = ACTIONS(851),
[anon_sym_POUND] = ACTIONS(1884),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(855),
[anon_sym_COLON] = ACTIONS(1882),
[anon_sym_COLON_QMARK] = ACTIONS(1882),
[anon_sym_COLON_DASH] = ACTIONS(1882),
[anon_sym_PERCENT] = ACTIONS(1882),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(859),
[anon_sym_BQUOTE] = ACTIONS(861),
[anon_sym_LT_LPAREN] = ACTIONS(863),
[anon_sym_GT_LPAREN] = ACTIONS(863),
[sym_comment] = ACTIONS(265),
[sym_word] = ACTIONS(865),
},
[2878] = {
[sym__simple_heredoc_body] = ACTIONS(4769),
[sym__heredoc_body_beginning] = ACTIONS(4769),
[sym_file_descriptor] = ACTIONS(4769),
[sym__concat] = ACTIONS(4769),
[anon_sym_SEMI] = ACTIONS(4771),
[anon_sym_esac] = ACTIONS(4769),
[anon_sym_PIPE] = ACTIONS(4771),
[anon_sym_SEMI_SEMI] = ACTIONS(4769),
[anon_sym_PIPE_AMP] = ACTIONS(4769),
[anon_sym_AMP_AMP] = ACTIONS(4769),
[anon_sym_PIPE_PIPE] = ACTIONS(4769),
[anon_sym_LT] = ACTIONS(4771),
[anon_sym_GT] = ACTIONS(4771),
[anon_sym_GT_GT] = ACTIONS(4769),
[anon_sym_AMP_GT] = ACTIONS(4771),
[anon_sym_AMP_GT_GT] = ACTIONS(4769),
[anon_sym_LT_AMP] = ACTIONS(4769),
[anon_sym_GT_AMP] = ACTIONS(4769),
[anon_sym_LT_LT] = ACTIONS(4771),
[anon_sym_LT_LT_DASH] = ACTIONS(4769),
[anon_sym_LT_LT_LT] = ACTIONS(4769),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4769),
[anon_sym_AMP] = ACTIONS(4771),
},
[2879] = {
[sym__simple_heredoc_body] = ACTIONS(4789),
[sym__heredoc_body_beginning] = ACTIONS(4789),
[sym_file_descriptor] = ACTIONS(4789),
[sym__concat] = ACTIONS(4789),
[anon_sym_SEMI] = ACTIONS(4791),
[anon_sym_esac] = ACTIONS(4789),
[anon_sym_PIPE] = ACTIONS(4791),
[anon_sym_SEMI_SEMI] = ACTIONS(4789),
[anon_sym_PIPE_AMP] = ACTIONS(4789),
[anon_sym_AMP_AMP] = ACTIONS(4789),
[anon_sym_PIPE_PIPE] = ACTIONS(4789),
[anon_sym_LT] = ACTIONS(4791),
[anon_sym_GT] = ACTIONS(4791),
[anon_sym_GT_GT] = ACTIONS(4789),
[anon_sym_AMP_GT] = ACTIONS(4791),
[anon_sym_AMP_GT_GT] = ACTIONS(4789),
[anon_sym_LT_AMP] = ACTIONS(4789),
[anon_sym_GT_AMP] = ACTIONS(4789),
[anon_sym_LT_LT] = ACTIONS(4791),
[anon_sym_LT_LT_DASH] = ACTIONS(4789),
[anon_sym_LT_LT_LT] = ACTIONS(4789),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4789),
[anon_sym_AMP] = ACTIONS(4791),
},
[2880] = {
[sym__simple_heredoc_body] = ACTIONS(4793),
[sym__heredoc_body_beginning] = ACTIONS(4793),
[sym_file_descriptor] = ACTIONS(4793),
[sym__concat] = ACTIONS(4793),
[anon_sym_SEMI] = ACTIONS(4795),
[anon_sym_esac] = ACTIONS(4793),
[anon_sym_PIPE] = ACTIONS(4795),
[anon_sym_SEMI_SEMI] = ACTIONS(4793),
[anon_sym_PIPE_AMP] = ACTIONS(4793),
[anon_sym_AMP_AMP] = ACTIONS(4793),
[anon_sym_PIPE_PIPE] = ACTIONS(4793),
[anon_sym_LT] = ACTIONS(4795),
[anon_sym_GT] = ACTIONS(4795),
[anon_sym_GT_GT] = ACTIONS(4793),
[anon_sym_AMP_GT] = ACTIONS(4795),
[anon_sym_AMP_GT_GT] = ACTIONS(4793),
[anon_sym_LT_AMP] = ACTIONS(4793),
[anon_sym_GT_AMP] = ACTIONS(4793),
[anon_sym_LT_LT] = ACTIONS(4795),
[anon_sym_LT_LT_DASH] = ACTIONS(4793),
[anon_sym_LT_LT_LT] = ACTIONS(4793),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(4793),
[anon_sym_AMP] = ACTIONS(4795),
},
[2881] = {
[sym__simple_heredoc_body] = ACTIONS(5216),
[sym__heredoc_body_beginning] = ACTIONS(5216),
[sym_file_descriptor] = ACTIONS(5216),
[sym__concat] = ACTIONS(5216),
[sym_variable_name] = ACTIONS(5216),
[anon_sym_SEMI] = ACTIONS(5218),
[anon_sym_esac] = ACTIONS(5218),
[anon_sym_PIPE] = ACTIONS(5218),
[anon_sym_SEMI_SEMI] = ACTIONS(5216),
[anon_sym_PIPE_AMP] = ACTIONS(5216),
[anon_sym_AMP_AMP] = ACTIONS(5216),
[anon_sym_PIPE_PIPE] = ACTIONS(5216),
[anon_sym_LT] = ACTIONS(5218),
[anon_sym_GT] = ACTIONS(5218),
[anon_sym_GT_GT] = ACTIONS(5216),
[anon_sym_AMP_GT] = ACTIONS(5218),
[anon_sym_AMP_GT_GT] = ACTIONS(5216),
[anon_sym_LT_AMP] = ACTIONS(5216),
[anon_sym_GT_AMP] = ACTIONS(5216),
[anon_sym_LT_LT] = ACTIONS(5218),
[anon_sym_LT_LT_DASH] = ACTIONS(5216),
[anon_sym_LT_LT_LT] = ACTIONS(5216),
[sym__special_characters] = ACTIONS(5216),
[anon_sym_DQUOTE] = ACTIONS(5216),
[anon_sym_DOLLAR] = ACTIONS(5218),
[sym_raw_string] = ACTIONS(5216),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5216),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5216),
[anon_sym_BQUOTE] = ACTIONS(5216),
[anon_sym_LT_LPAREN] = ACTIONS(5216),
[anon_sym_GT_LPAREN] = ACTIONS(5216),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5218),
[anon_sym_LF] = ACTIONS(5216),
[anon_sym_AMP] = ACTIONS(5218),
},
[2882] = {
[sym__simple_heredoc_body] = ACTIONS(5220),
[sym__heredoc_body_beginning] = ACTIONS(5220),
[sym_file_descriptor] = ACTIONS(5220),
[sym__concat] = ACTIONS(5220),
[sym_variable_name] = ACTIONS(5220),
[anon_sym_SEMI] = ACTIONS(5222),
[anon_sym_esac] = ACTIONS(5222),
[anon_sym_PIPE] = ACTIONS(5222),
[anon_sym_SEMI_SEMI] = ACTIONS(5220),
[anon_sym_PIPE_AMP] = ACTIONS(5220),
[anon_sym_AMP_AMP] = ACTIONS(5220),
[anon_sym_PIPE_PIPE] = ACTIONS(5220),
[anon_sym_LT] = ACTIONS(5222),
[anon_sym_GT] = ACTIONS(5222),
[anon_sym_GT_GT] = ACTIONS(5220),
[anon_sym_AMP_GT] = ACTIONS(5222),
[anon_sym_AMP_GT_GT] = ACTIONS(5220),
[anon_sym_LT_AMP] = ACTIONS(5220),
[anon_sym_GT_AMP] = ACTIONS(5220),
[anon_sym_LT_LT] = ACTIONS(5222),
[anon_sym_LT_LT_DASH] = ACTIONS(5220),
[anon_sym_LT_LT_LT] = ACTIONS(5220),
[sym__special_characters] = ACTIONS(5220),
[anon_sym_DQUOTE] = ACTIONS(5220),
[anon_sym_DOLLAR] = ACTIONS(5222),
[sym_raw_string] = ACTIONS(5220),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(5220),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(5220),
[anon_sym_BQUOTE] = ACTIONS(5220),
[anon_sym_LT_LPAREN] = ACTIONS(5220),
[anon_sym_GT_LPAREN] = ACTIONS(5220),
[sym_comment] = ACTIONS(57),
[sym_word] = ACTIONS(5222),
[anon_sym_LF] = ACTIONS(5220),
[anon_sym_AMP] = ACTIONS(5222),
},
[2883] = {
[sym__simple_heredoc_body] = ACTIONS(5216),
[sym__heredoc_body_beginning] = ACTIONS(5216),
[sym_file_descriptor] = ACTIONS(5216),
[sym__concat] = ACTIONS(5216),
[anon_sym_SEMI] = ACTIONS(5218),
[anon_sym_esac] = ACTIONS(5216),
[anon_sym_PIPE] = ACTIONS(5218),
[anon_sym_SEMI_SEMI] = ACTIONS(5216),
[anon_sym_PIPE_AMP] = ACTIONS(5216),
[anon_sym_AMP_AMP] = ACTIONS(5216),
[anon_sym_PIPE_PIPE] = ACTIONS(5216),
[anon_sym_LT] = ACTIONS(5218),
[anon_sym_GT] = ACTIONS(5218),
[anon_sym_GT_GT] = ACTIONS(5216),
[anon_sym_AMP_GT] = ACTIONS(5218),
[anon_sym_AMP_GT_GT] = ACTIONS(5216),
[anon_sym_LT_AMP] = ACTIONS(5216),
[anon_sym_GT_AMP] = ACTIONS(5216),
[anon_sym_LT_LT] = ACTIONS(5218),
[anon_sym_LT_LT_DASH] = ACTIONS(5216),
[anon_sym_LT_LT_LT] = ACTIONS(5216),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5216),
[anon_sym_AMP] = ACTIONS(5218),
},
[2884] = {
[sym__simple_heredoc_body] = ACTIONS(5220),
[sym__heredoc_body_beginning] = ACTIONS(5220),
[sym_file_descriptor] = ACTIONS(5220),
[sym__concat] = ACTIONS(5220),
[anon_sym_SEMI] = ACTIONS(5222),
[anon_sym_esac] = ACTIONS(5220),
[anon_sym_PIPE] = ACTIONS(5222),
[anon_sym_SEMI_SEMI] = ACTIONS(5220),
[anon_sym_PIPE_AMP] = ACTIONS(5220),
[anon_sym_AMP_AMP] = ACTIONS(5220),
[anon_sym_PIPE_PIPE] = ACTIONS(5220),
[anon_sym_LT] = ACTIONS(5222),
[anon_sym_GT] = ACTIONS(5222),
[anon_sym_GT_GT] = ACTIONS(5220),
[anon_sym_AMP_GT] = ACTIONS(5222),
[anon_sym_AMP_GT_GT] = ACTIONS(5220),
[anon_sym_LT_AMP] = ACTIONS(5220),
[anon_sym_GT_AMP] = ACTIONS(5220),
[anon_sym_LT_LT] = ACTIONS(5222),
[anon_sym_LT_LT_DASH] = ACTIONS(5220),
[anon_sym_LT_LT_LT] = ACTIONS(5220),
[sym_comment] = ACTIONS(57),
[anon_sym_LF] = ACTIONS(5220),
[anon_sym_AMP] = ACTIONS(5222),
},
};
static TSParseActionEntry ts_parse_actions[] = {
[0] = {.count = 0, .reusable = false},
[1] = {.count = 1, .reusable = true}, RECOVER(),
[3] = {.count = 1, .reusable = false}, RECOVER(),
[5] = {.count = 1, .reusable = true}, SHIFT(2),
[7] = {.count = 1, .reusable = true}, SHIFT(3),
[9] = {.count = 1, .reusable = true}, REDUCE(sym_program, 0),
[11] = {.count = 1, .reusable = false}, SHIFT(4),
[13] = {.count = 1, .reusable = true}, SHIFT(5),
[15] = {.count = 1, .reusable = false}, SHIFT(6),
[17] = {.count = 1, .reusable = false}, SHIFT(7),
[19] = {.count = 1, .reusable = false}, SHIFT(8),
[21] = {.count = 1, .reusable = false}, SHIFT(9),
[23] = {.count = 1, .reusable = false}, SHIFT(10),
[25] = {.count = 1, .reusable = true}, SHIFT(11),
[27] = {.count = 1, .reusable = false}, SHIFT(12),
[29] = {.count = 1, .reusable = false}, SHIFT(13),
[31] = {.count = 1, .reusable = true}, SHIFT(14),
[33] = {.count = 1, .reusable = false}, SHIFT(15),
[35] = {.count = 1, .reusable = false}, SHIFT(16),
[37] = {.count = 1, .reusable = false}, SHIFT(17),
[39] = {.count = 1, .reusable = true}, SHIFT(17),
[41] = {.count = 1, .reusable = false}, SHIFT(18),
[43] = {.count = 1, .reusable = true}, SHIFT(19),
[45] = {.count = 1, .reusable = false}, SHIFT(20),
[47] = {.count = 1, .reusable = true}, SHIFT(21),
[49] = {.count = 1, .reusable = true}, SHIFT(22),
[51] = {.count = 1, .reusable = true}, SHIFT(23),
[53] = {.count = 1, .reusable = true}, SHIFT(24),
[55] = {.count = 1, .reusable = true}, SHIFT(25),
[57] = {.count = 1, .reusable = true}, SHIFT_EXTRA(),
[59] = {.count = 1, .reusable = false}, SHIFT(26),
[61] = {.count = 1, .reusable = false}, SHIFT(35),
[63] = {.count = 1, .reusable = true}, SHIFT(35),
[65] = {.count = 1, .reusable = true}, SHIFT(36),
[67] = {.count = 1, .reusable = true}, SHIFT(37),
[69] = {.count = 1, .reusable = true}, SHIFT(38),
[71] = {.count = 1, .reusable = true}, SHIFT(39),
[73] = {.count = 1, .reusable = true}, SHIFT(40),
[75] = {.count = 1, .reusable = false}, SHIFT(41),
[77] = {.count = 1, .reusable = true}, SHIFT(42),
[79] = {.count = 1, .reusable = true}, SHIFT(43),
[81] = {.count = 1, .reusable = false}, SHIFT(44),
[83] = {.count = 1, .reusable = true}, SHIFT(45),
[85] = {.count = 1, .reusable = true}, SHIFT(46),
[87] = {.count = 1, .reusable = true}, SHIFT(47),
[89] = {.count = 1, .reusable = true}, SHIFT(48),
[91] = {.count = 1, .reusable = true}, SHIFT(49),
[93] = {.count = 1, .reusable = false}, SHIFT(45),
[95] = {.count = 1, .reusable = true}, SHIFT(41),
[97] = {.count = 1, .reusable = true}, SHIFT(51),
[99] = {.count = 1, .reusable = false}, SHIFT(52),
[101] = {.count = 1, .reusable = false}, SHIFT(53),
[103] = {.count = 1, .reusable = false}, SHIFT(54),
[105] = {.count = 1, .reusable = false}, SHIFT(55),
[107] = {.count = 1, .reusable = true}, SHIFT(56),
[109] = {.count = 1, .reusable = false}, SHIFT(57),
[111] = {.count = 1, .reusable = true}, SHIFT(65),
[113] = {.count = 1, .reusable = true}, SHIFT(66),
[115] = {.count = 1, .reusable = false}, SHIFT(67),
[117] = {.count = 1, .reusable = true}, SHIFT(68),
[119] = {.count = 1, .reusable = true}, SHIFT(69),
[121] = {.count = 1, .reusable = true}, SHIFT(70),
[123] = {.count = 1, .reusable = true}, SHIFT(71),
[125] = {.count = 1, .reusable = true}, SHIFT(72),
[127] = {.count = 1, .reusable = true}, SHIFT(74),
[129] = {.count = 1, .reusable = true}, SHIFT(75),
[131] = {.count = 1, .reusable = false}, SHIFT(76),
[133] = {.count = 1, .reusable = false}, SHIFT(77),
[135] = {.count = 1, .reusable = false}, SHIFT(78),
[137] = {.count = 1, .reusable = false}, SHIFT(79),
[139] = {.count = 1, .reusable = true}, SHIFT(80),
[141] = {.count = 1, .reusable = false}, SHIFT(81),
[143] = {.count = 1, .reusable = true}, SHIFT(88),
[145] = {.count = 1, .reusable = true}, SHIFT(92),
[147] = {.count = 1, .reusable = true}, SHIFT(95),
[149] = {.count = 1, .reusable = false}, SHIFT(96),
[151] = {.count = 1, .reusable = true}, SHIFT(97),
[153] = {.count = 1, .reusable = true}, SHIFT(98),
[155] = {.count = 1, .reusable = false}, SHIFT(99),
[157] = {.count = 1, .reusable = true}, SHIFT(100),
[159] = {.count = 1, .reusable = true}, SHIFT(101),
[161] = {.count = 1, .reusable = true}, SHIFT(102),
[163] = {.count = 1, .reusable = true}, SHIFT(103),
[165] = {.count = 1, .reusable = true}, SHIFT(104),
[167] = {.count = 1, .reusable = false}, SHIFT(100),
[169] = {.count = 1, .reusable = true}, SHIFT(96),
[171] = {.count = 1, .reusable = false}, SHIFT(106),
[173] = {.count = 1, .reusable = true}, SHIFT(107),
[175] = {.count = 1, .reusable = true}, SHIFT(108),
[177] = {.count = 1, .reusable = false}, SHIFT(108),
[179] = {.count = 1, .reusable = true}, SHIFT(106),
[181] = {.count = 1, .reusable = true}, REDUCE(sym_declaration_command, 1),
[183] = {.count = 1, .reusable = true}, SHIFT(110),
[185] = {.count = 1, .reusable = false}, REDUCE(sym_declaration_command, 1),
[187] = {.count = 1, .reusable = true}, SHIFT(111),
[189] = {.count = 1, .reusable = true}, SHIFT(112),
[191] = {.count = 1, .reusable = false}, SHIFT(113),
[193] = {.count = 1, .reusable = true}, SHIFT(114),
[195] = {.count = 1, .reusable = true}, SHIFT(115),
[197] = {.count = 1, .reusable = true}, SHIFT(116),
[199] = {.count = 1, .reusable = true}, SHIFT(117),
[201] = {.count = 1, .reusable = true}, SHIFT(118),
[203] = {.count = 1, .reusable = false}, SHIFT(120),
[205] = {.count = 1, .reusable = false}, SHIFT(114),
[207] = {.count = 1, .reusable = true}, REDUCE(sym_unset_command, 1),
[209] = {.count = 1, .reusable = false}, REDUCE(sym_unset_command, 1),
[211] = {.count = 1, .reusable = true}, SHIFT(121),
[213] = {.count = 1, .reusable = true}, SHIFT(122),
[215] = {.count = 1, .reusable = false}, SHIFT(123),
[217] = {.count = 1, .reusable = true}, SHIFT(124),
[219] = {.count = 1, .reusable = true}, SHIFT(125),
[221] = {.count = 1, .reusable = true}, SHIFT(126),
[223] = {.count = 1, .reusable = true}, SHIFT(127),
[225] = {.count = 1, .reusable = true}, SHIFT(128),
[227] = {.count = 1, .reusable = false}, SHIFT(129),
[229] = {.count = 1, .reusable = false}, SHIFT(124),
[231] = {.count = 1, .reusable = true}, SHIFT(130),
[233] = {.count = 1, .reusable = true}, SHIFT(131),
[235] = {.count = 1, .reusable = false}, SHIFT(132),
[237] = {.count = 1, .reusable = true}, SHIFT(133),
[239] = {.count = 1, .reusable = true}, SHIFT(134),
[241] = {.count = 1, .reusable = true}, SHIFT(135),
[243] = {.count = 1, .reusable = true}, SHIFT(136),
[245] = {.count = 1, .reusable = true}, SHIFT(137),
[247] = {.count = 1, .reusable = true}, REDUCE(sym_command_name, 1, .alias_sequence_id = 1),
[249] = {.count = 1, .reusable = true}, SHIFT(139),
[251] = {.count = 1, .reusable = false}, REDUCE(sym_command_name, 1, .alias_sequence_id = 1),
[253] = {.count = 1, .reusable = false}, SHIFT(141),
[255] = {.count = 1, .reusable = false}, SHIFT(142),
[257] = {.count = 1, .reusable = true}, SHIFT(143),
[259] = {.count = 1, .reusable = false}, SHIFT(144),
[261] = {.count = 1, .reusable = false}, SHIFT(145),
[263] = {.count = 1, .reusable = false}, SHIFT(146),
[265] = {.count = 1, .reusable = false}, SHIFT_EXTRA(),
[267] = {.count = 1, .reusable = true}, SHIFT(148),
[269] = {.count = 1, .reusable = true}, SHIFT(149),
[271] = {.count = 1, .reusable = false}, SHIFT(150),
[273] = {.count = 1, .reusable = true}, SHIFT(150),
[275] = {.count = 1, .reusable = true}, REDUCE(sym_command_name, 1),
[277] = {.count = 1, .reusable = false}, REDUCE(sym_command_name, 1),
[279] = {.count = 1, .reusable = true}, SHIFT(151),
[281] = {.count = 1, .reusable = true}, SHIFT(152),
[283] = {.count = 1, .reusable = true}, SHIFT(153),
[285] = {.count = 1, .reusable = false}, SHIFT(154),
[287] = {.count = 1, .reusable = true}, SHIFT(154),
[289] = {.count = 1, .reusable = false}, SHIFT(158),
[291] = {.count = 1, .reusable = false}, SHIFT(159),
[293] = {.count = 1, .reusable = false}, SHIFT(160),
[295] = {.count = 1, .reusable = true}, SHIFT(169),
[297] = {.count = 1, .reusable = true}, ACCEPT_INPUT(),
[299] = {.count = 1, .reusable = true}, SHIFT(170),
[301] = {.count = 1, .reusable = true}, SHIFT(171),
[303] = {.count = 1, .reusable = true}, SHIFT(172),
[305] = {.count = 1, .reusable = true}, REDUCE(sym_program, 1),
[307] = {.count = 1, .reusable = false}, SHIFT(173),
[309] = {.count = 1, .reusable = false}, SHIFT(174),
[311] = {.count = 1, .reusable = true}, SHIFT(173),
[313] = {.count = 1, .reusable = true}, SHIFT(174),
[315] = {.count = 1, .reusable = true}, SHIFT(175),
[317] = {.count = 1, .reusable = false}, SHIFT(176),
[319] = {.count = 1, .reusable = true}, SHIFT(176),
[321] = {.count = 1, .reusable = false}, SHIFT(177),
[323] = {.count = 1, .reusable = true}, SHIFT(177),
[325] = {.count = 1, .reusable = true}, SHIFT(178),
[327] = {.count = 1, .reusable = true}, REDUCE(sym_command, 1),
[329] = {.count = 1, .reusable = false}, REDUCE(sym_command, 1),
[331] = {.count = 1, .reusable = false}, SHIFT(181),
[333] = {.count = 1, .reusable = true}, SHIFT(182),
[335] = {.count = 1, .reusable = true}, SHIFT(183),
[337] = {.count = 1, .reusable = false}, SHIFT(183),
[339] = {.count = 1, .reusable = true}, REDUCE(aux_sym_command_repeat1, 1),
[341] = {.count = 1, .reusable = false}, REDUCE(aux_sym_command_repeat1, 1),
[343] = {.count = 1, .reusable = true}, SHIFT(18),
[345] = {.count = 1, .reusable = true}, SHIFT(190),
[347] = {.count = 1, .reusable = true}, SHIFT(191),
[349] = {.count = 1, .reusable = true}, SHIFT(193),
[351] = {.count = 1, .reusable = true}, SHIFT(194),
[353] = {.count = 1, .reusable = true}, SHIFT(196),
[355] = {.count = 1, .reusable = true}, SHIFT(197),
[357] = {.count = 1, .reusable = true}, SHIFT(198),
[359] = {.count = 1, .reusable = true}, SHIFT(199),
[361] = {.count = 1, .reusable = false}, SHIFT(200),
[363] = {.count = 1, .reusable = true}, SHIFT(201),
[365] = {.count = 1, .reusable = true}, SHIFT(202),
[367] = {.count = 1, .reusable = true}, SHIFT(203),
[369] = {.count = 1, .reusable = true}, SHIFT(204),
[371] = {.count = 1, .reusable = true}, SHIFT(205),
[373] = {.count = 1, .reusable = false}, SHIFT(206),
[375] = {.count = 1, .reusable = true}, SHIFT(206),
[377] = {.count = 1, .reusable = true}, SHIFT(207),
[379] = {.count = 1, .reusable = false}, SHIFT(208),
[381] = {.count = 1, .reusable = true}, SHIFT(209),
[383] = {.count = 1, .reusable = true}, SHIFT(210),
[385] = {.count = 1, .reusable = false}, SHIFT(211),
[387] = {.count = 1, .reusable = true}, SHIFT(212),
[389] = {.count = 1, .reusable = true}, SHIFT(213),
[391] = {.count = 1, .reusable = true}, SHIFT(214),
[393] = {.count = 1, .reusable = true}, SHIFT(215),
[395] = {.count = 1, .reusable = true}, SHIFT(216),
[397] = {.count = 1, .reusable = false}, SHIFT(212),
[399] = {.count = 1, .reusable = true}, SHIFT(208),
[401] = {.count = 1, .reusable = true}, SHIFT(218),
[403] = {.count = 1, .reusable = false}, SHIFT(219),
[405] = {.count = 1, .reusable = true}, SHIFT(219),
[407] = {.count = 1, .reusable = true}, SHIFT(220),
[409] = {.count = 1, .reusable = false}, SHIFT(221),
[411] = {.count = 1, .reusable = true}, SHIFT(222),
[413] = {.count = 1, .reusable = true}, SHIFT(223),
[415] = {.count = 1, .reusable = false}, SHIFT(224),
[417] = {.count = 1, .reusable = true}, SHIFT(225),
[419] = {.count = 1, .reusable = true}, SHIFT(226),
[421] = {.count = 1, .reusable = true}, SHIFT(227),
[423] = {.count = 1, .reusable = true}, SHIFT(228),
[425] = {.count = 1, .reusable = true}, SHIFT(229),
[427] = {.count = 1, .reusable = false}, SHIFT(225),
[429] = {.count = 1, .reusable = true}, SHIFT(221),
[431] = {.count = 1, .reusable = true}, SHIFT(232),
[433] = {.count = 1, .reusable = true}, REDUCE(sym__expression, 1, .alias_sequence_id = 1),
[435] = {.count = 1, .reusable = false}, REDUCE(sym__expression, 1, .alias_sequence_id = 1),
[437] = {.count = 1, .reusable = false}, SHIFT(234),
[439] = {.count = 1, .reusable = false}, SHIFT(235),
[441] = {.count = 1, .reusable = true}, SHIFT(237),
[443] = {.count = 1, .reusable = true}, SHIFT(238),
[445] = {.count = 1, .reusable = false}, SHIFT(239),
[447] = {.count = 1, .reusable = true}, SHIFT(239),
[449] = {.count = 1, .reusable = true}, REDUCE(sym__expression, 1),
[451] = {.count = 1, .reusable = false}, REDUCE(sym__expression, 1),
[453] = {.count = 1, .reusable = true}, SHIFT(240),
[455] = {.count = 1, .reusable = true}, SHIFT(241),
[457] = {.count = 1, .reusable = true}, SHIFT(242),
[459] = {.count = 1, .reusable = false}, SHIFT(243),
[461] = {.count = 1, .reusable = true}, SHIFT(243),
[463] = {.count = 1, .reusable = true}, SHIFT(253),
[465] = {.count = 1, .reusable = true}, SHIFT(254),
[467] = {.count = 1, .reusable = true}, SHIFT(255),
[469] = {.count = 1, .reusable = false}, SHIFT(254),
[471] = {.count = 1, .reusable = true}, SHIFT(256),
[473] = {.count = 1, .reusable = true}, SHIFT(257),
[475] = {.count = 1, .reusable = true}, SHIFT(258),
[477] = {.count = 1, .reusable = true}, SHIFT(259),
[479] = {.count = 1, .reusable = true}, SHIFT(260),
[481] = {.count = 1, .reusable = false}, SHIFT(262),
[483] = {.count = 1, .reusable = false}, SHIFT(260),
[485] = {.count = 1, .reusable = true}, SHIFT(263),
[487] = {.count = 1, .reusable = true}, SHIFT(264),
[489] = {.count = 1, .reusable = false}, SHIFT(265),
[491] = {.count = 1, .reusable = false}, SHIFT(264),
[493] = {.count = 1, .reusable = true}, SHIFT(267),
[495] = {.count = 1, .reusable = true}, SHIFT(269),
[497] = {.count = 1, .reusable = false}, SHIFT(270),
[499] = {.count = 1, .reusable = false}, SHIFT(271),
[501] = {.count = 1, .reusable = true}, SHIFT(270),
[503] = {.count = 1, .reusable = true}, SHIFT(271),
[505] = {.count = 1, .reusable = true}, SHIFT(272),
[507] = {.count = 1, .reusable = false}, SHIFT(273),
[509] = {.count = 1, .reusable = true}, SHIFT(273),
[511] = {.count = 1, .reusable = true}, SHIFT(274),
[513] = {.count = 1, .reusable = false}, SHIFT(277),
[515] = {.count = 1, .reusable = true}, SHIFT(278),
[517] = {.count = 1, .reusable = true}, SHIFT(279),
[519] = {.count = 1, .reusable = false}, SHIFT(279),
[521] = {.count = 1, .reusable = true}, SHIFT(55),
[523] = {.count = 1, .reusable = true}, SHIFT(282),
[525] = {.count = 1, .reusable = true}, SHIFT(283),
[527] = {.count = 1, .reusable = true}, SHIFT(284),
[529] = {.count = 1, .reusable = false}, SHIFT(285),
[531] = {.count = 1, .reusable = true}, SHIFT(285),
[533] = {.count = 1, .reusable = false}, SHIFT(287),
[535] = {.count = 1, .reusable = false}, SHIFT(288),
[537] = {.count = 1, .reusable = true}, SHIFT(290),
[539] = {.count = 1, .reusable = true}, SHIFT(291),
[541] = {.count = 1, .reusable = false}, SHIFT(292),
[543] = {.count = 1, .reusable = true}, SHIFT(292),
[545] = {.count = 1, .reusable = true}, SHIFT(293),
[547] = {.count = 1, .reusable = false}, SHIFT(294),
[549] = {.count = 1, .reusable = true}, SHIFT(294),
[551] = {.count = 1, .reusable = true}, SHIFT(295),
[553] = {.count = 1, .reusable = true}, SHIFT(296),
[555] = {.count = 1, .reusable = true}, SHIFT(297),
[557] = {.count = 1, .reusable = false}, SHIFT(298),
[559] = {.count = 1, .reusable = true}, SHIFT(298),
[561] = {.count = 1, .reusable = true}, SHIFT(308),
[563] = {.count = 1, .reusable = true}, SHIFT(310),
[565] = {.count = 1, .reusable = true}, SHIFT(311),
[567] = {.count = 1, .reusable = true}, SHIFT(312),
[569] = {.count = 1, .reusable = true}, SHIFT(313),
[571] = {.count = 1, .reusable = false}, SHIFT(315),
[573] = {.count = 1, .reusable = false}, SHIFT(313),
[575] = {.count = 1, .reusable = true}, SHIFT(316),
[577] = {.count = 1, .reusable = true}, SHIFT(317),
[579] = {.count = 1, .reusable = false}, SHIFT(318),
[581] = {.count = 1, .reusable = false}, SHIFT(317),
[583] = {.count = 1, .reusable = true}, SHIFT(320),
[585] = {.count = 1, .reusable = false}, SHIFT(321),
[587] = {.count = 1, .reusable = false}, SHIFT(322),
[589] = {.count = 1, .reusable = true}, SHIFT(323),
[591] = {.count = 1, .reusable = true}, SHIFT(321),
[593] = {.count = 1, .reusable = true}, SHIFT(322),
[595] = {.count = 1, .reusable = true}, SHIFT(324),
[597] = {.count = 1, .reusable = false}, SHIFT(325),
[599] = {.count = 1, .reusable = true}, SHIFT(325),
[601] = {.count = 1, .reusable = true}, SHIFT(326),
[603] = {.count = 1, .reusable = false}, SHIFT(329),
[605] = {.count = 1, .reusable = true}, SHIFT(330),
[607] = {.count = 1, .reusable = true}, SHIFT(331),
[609] = {.count = 1, .reusable = false}, SHIFT(331),
[611] = {.count = 1, .reusable = true}, SHIFT(79),
[613] = {.count = 1, .reusable = true}, REDUCE(sym_compound_statement, 2),
[615] = {.count = 1, .reusable = false}, REDUCE(sym_compound_statement, 2),
[617] = {.count = 1, .reusable = false}, SHIFT(336),
[619] = {.count = 1, .reusable = true}, SHIFT(336),
[621] = {.count = 1, .reusable = true}, SHIFT(338),
[623] = {.count = 1, .reusable = true}, SHIFT(340),
[625] = {.count = 1, .reusable = true}, REDUCE(sym_negated_command, 2),
[627] = {.count = 1, .reusable = false}, REDUCE(sym_negated_command, 2),
[629] = {.count = 1, .reusable = true}, SHIFT(343),
[631] = {.count = 1, .reusable = false}, SHIFT(345),
[633] = {.count = 1, .reusable = false}, SHIFT(346),
[635] = {.count = 1, .reusable = true}, SHIFT(348),
[637] = {.count = 1, .reusable = true}, SHIFT(349),
[639] = {.count = 1, .reusable = false}, SHIFT(350),
[641] = {.count = 1, .reusable = true}, SHIFT(350),
[643] = {.count = 1, .reusable = true}, SHIFT(351),
[645] = {.count = 1, .reusable = true}, SHIFT(352),
[647] = {.count = 1, .reusable = true}, SHIFT(353),
[649] = {.count = 1, .reusable = false}, SHIFT(354),
[651] = {.count = 1, .reusable = true}, SHIFT(354),
[653] = {.count = 1, .reusable = true}, SHIFT(364),
[655] = {.count = 1, .reusable = true}, SHIFT(365),
[657] = {.count = 1, .reusable = false}, SHIFT(364),
[659] = {.count = 1, .reusable = true}, SHIFT(366),
[661] = {.count = 1, .reusable = true}, SHIFT(369),
[663] = {.count = 1, .reusable = true}, SHIFT(370),
[665] = {.count = 1, .reusable = false}, SHIFT(369),
[667] = {.count = 1, .reusable = true}, SHIFT(371),
[669] = {.count = 1, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 1, .alias_sequence_id = 1),
[671] = {.count = 1, .reusable = true}, SHIFT(372),
[673] = {.count = 1, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 1, .alias_sequence_id = 1),
[675] = {.count = 1, .reusable = false}, SHIFT(374),
[677] = {.count = 1, .reusable = false}, SHIFT(375),
[679] = {.count = 1, .reusable = true}, SHIFT(377),
[681] = {.count = 1, .reusable = true}, SHIFT(378),
[683] = {.count = 1, .reusable = false}, SHIFT(379),
[685] = {.count = 1, .reusable = true}, SHIFT(379),
[687] = {.count = 1, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 1),
[689] = {.count = 1, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 1),
[691] = {.count = 1, .reusable = true}, SHIFT(380),
[693] = {.count = 1, .reusable = true}, SHIFT(381),
[695] = {.count = 1, .reusable = true}, SHIFT(382),
[697] = {.count = 1, .reusable = false}, SHIFT(383),
[699] = {.count = 1, .reusable = true}, SHIFT(383),
[701] = {.count = 1, .reusable = true}, REDUCE(sym_declaration_command, 2),
[703] = {.count = 1, .reusable = false}, REDUCE(sym_declaration_command, 2),
[705] = {.count = 1, .reusable = false}, SHIFT(393),
[707] = {.count = 1, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 1, .alias_sequence_id = 1),
[709] = {.count = 1, .reusable = true}, SHIFT(394),
[711] = {.count = 1, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 1, .alias_sequence_id = 1),
[713] = {.count = 1, .reusable = false}, SHIFT(396),
[715] = {.count = 1, .reusable = false}, SHIFT(397),
[717] = {.count = 1, .reusable = true}, SHIFT(399),
[719] = {.count = 1, .reusable = true}, SHIFT(400),
[721] = {.count = 1, .reusable = false}, SHIFT(401),
[723] = {.count = 1, .reusable = true}, SHIFT(401),
[725] = {.count = 1, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 1),
[727] = {.count = 1, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 1),
[729] = {.count = 1, .reusable = true}, SHIFT(402),
[731] = {.count = 1, .reusable = true}, SHIFT(403),
[733] = {.count = 1, .reusable = true}, SHIFT(404),
[735] = {.count = 1, .reusable = false}, SHIFT(405),
[737] = {.count = 1, .reusable = true}, SHIFT(405),
[739] = {.count = 1, .reusable = true}, REDUCE(sym_unset_command, 2),
[741] = {.count = 1, .reusable = false}, REDUCE(sym_unset_command, 2),
[743] = {.count = 1, .reusable = false}, SHIFT(415),
[745] = {.count = 1, .reusable = true}, REDUCE(sym_file_redirect, 2, .alias_sequence_id = 2),
[747] = {.count = 1, .reusable = true}, SHIFT(416),
[749] = {.count = 1, .reusable = false}, REDUCE(sym_file_redirect, 2, .alias_sequence_id = 2),
[751] = {.count = 1, .reusable = false}, SHIFT(418),
[753] = {.count = 1, .reusable = false}, SHIFT(419),
[755] = {.count = 1, .reusable = true}, SHIFT(421),
[757] = {.count = 1, .reusable = true}, SHIFT(422),
[759] = {.count = 1, .reusable = false}, SHIFT(423),
[761] = {.count = 1, .reusable = true}, SHIFT(423),
[763] = {.count = 1, .reusable = true}, REDUCE(sym_file_redirect, 2),
[765] = {.count = 1, .reusable = false}, REDUCE(sym_file_redirect, 2),
[767] = {.count = 1, .reusable = true}, SHIFT(424),
[769] = {.count = 1, .reusable = true}, SHIFT(425),
[771] = {.count = 1, .reusable = true}, SHIFT(426),
[773] = {.count = 1, .reusable = false}, SHIFT(427),
[775] = {.count = 1, .reusable = true}, SHIFT(427),
[777] = {.count = 1, .reusable = true}, SHIFT(437),
[779] = {.count = 1, .reusable = true}, REDUCE(sym_concatenation, 2),
[781] = {.count = 1, .reusable = false}, REDUCE(sym_concatenation, 2),
[783] = {.count = 1, .reusable = true}, REDUCE(sym_string, 2),
[785] = {.count = 1, .reusable = false}, REDUCE(sym_string, 2),
[787] = {.count = 1, .reusable = true}, SHIFT(439),
[789] = {.count = 1, .reusable = false}, SHIFT(440),
[791] = {.count = 1, .reusable = false}, SHIFT(439),
[793] = {.count = 1, .reusable = false}, SHIFT(441),
[795] = {.count = 1, .reusable = false}, SHIFT(442),
[797] = {.count = 1, .reusable = true}, SHIFT(442),
[799] = {.count = 1, .reusable = true}, SHIFT(443),
[801] = {.count = 1, .reusable = false}, REDUCE(aux_sym_string_repeat1, 1),
[803] = {.count = 1, .reusable = true}, REDUCE(aux_sym_string_repeat1, 1),
[805] = {.count = 1, .reusable = true}, SHIFT(444),
[807] = {.count = 1, .reusable = true}, SHIFT(445),
[809] = {.count = 1, .reusable = true}, SHIFT(446),
[811] = {.count = 1, .reusable = false}, SHIFT(447),
[813] = {.count = 1, .reusable = true}, SHIFT(447),
[815] = {.count = 1, .reusable = false}, SHIFT(454),
[817] = {.count = 1, .reusable = true}, REDUCE(sym_simple_expansion, 2, .alias_sequence_id = 3),
[819] = {.count = 1, .reusable = false}, REDUCE(sym_simple_expansion, 2, .alias_sequence_id = 3),
[821] = {.count = 1, .reusable = true}, REDUCE(sym_string_expansion, 2),
[823] = {.count = 1, .reusable = false}, REDUCE(sym_string_expansion, 2),
[825] = {.count = 1, .reusable = true}, REDUCE(sym_simple_expansion, 2),
[827] = {.count = 1, .reusable = false}, REDUCE(sym_simple_expansion, 2),
[829] = {.count = 1, .reusable = true}, SHIFT(456),
[831] = {.count = 1, .reusable = true}, SHIFT(457),
[833] = {.count = 1, .reusable = true}, SHIFT(458),
[835] = {.count = 1, .reusable = true}, SHIFT(459),
[837] = {.count = 1, .reusable = false}, SHIFT(460),
[839] = {.count = 1, .reusable = true}, SHIFT(460),
[841] = {.count = 1, .reusable = true}, SHIFT(461),
[843] = {.count = 1, .reusable = false}, SHIFT(471),
[845] = {.count = 1, .reusable = false}, SHIFT(462),
[847] = {.count = 1, .reusable = true}, SHIFT(463),
[849] = {.count = 1, .reusable = false}, SHIFT(464),
[851] = {.count = 1, .reusable = true}, SHIFT(465),
[853] = {.count = 1, .reusable = true}, SHIFT(471),
[855] = {.count = 1, .reusable = true}, SHIFT(466),
[857] = {.count = 1, .reusable = true}, SHIFT(467),
[859] = {.count = 1, .reusable = true}, SHIFT(468),
[861] = {.count = 1, .reusable = true}, SHIFT(469),
[863] = {.count = 1, .reusable = true}, SHIFT(470),
[865] = {.count = 1, .reusable = false}, SHIFT(465),
[867] = {.count = 1, .reusable = true}, SHIFT(472),
[869] = {.count = 1, .reusable = false}, SHIFT(474),
[871] = {.count = 1, .reusable = true}, SHIFT(474),
[873] = {.count = 1, .reusable = true}, SHIFT(473),
[875] = {.count = 1, .reusable = false}, SHIFT(475),
[877] = {.count = 1, .reusable = true}, SHIFT(476),
[879] = {.count = 1, .reusable = true}, SHIFT(475),
[881] = {.count = 1, .reusable = false}, SHIFT(480),
[883] = {.count = 1, .reusable = false}, SHIFT(481),
[885] = {.count = 1, .reusable = true}, SHIFT(482),
[887] = {.count = 1, .reusable = false}, SHIFT(483),
[889] = {.count = 1, .reusable = false}, SHIFT(484),
[891] = {.count = 1, .reusable = true}, SHIFT(483),
[893] = {.count = 1, .reusable = true}, SHIFT(484),
[895] = {.count = 1, .reusable = true}, SHIFT(485),
[897] = {.count = 1, .reusable = false}, SHIFT(486),
[899] = {.count = 1, .reusable = true}, SHIFT(486),
[901] = {.count = 1, .reusable = true}, SHIFT(487),
[903] = {.count = 1, .reusable = false}, SHIFT(494),
[905] = {.count = 1, .reusable = true}, SHIFT(495),
[907] = {.count = 1, .reusable = true}, SHIFT(494),
[909] = {.count = 1, .reusable = true}, SHIFT(499),
[911] = {.count = 1, .reusable = true}, REDUCE(sym_heredoc_body, 1),
[913] = {.count = 1, .reusable = false}, REDUCE(sym_heredoc_body, 1),
[915] = {.count = 1, .reusable = true}, SHIFT(505),
[917] = {.count = 1, .reusable = true}, SHIFT(500),
[919] = {.count = 1, .reusable = false}, SHIFT(501),
[921] = {.count = 1, .reusable = true}, SHIFT(502),
[923] = {.count = 1, .reusable = true}, SHIFT(503),
[925] = {.count = 1, .reusable = true}, SHIFT(504),
[927] = {.count = 1, .reusable = false}, SHIFT(506),
[929] = {.count = 1, .reusable = true}, SHIFT(506),
[931] = {.count = 1, .reusable = true}, REDUCE(sym__terminated_statement, 2),
[933] = {.count = 1, .reusable = true}, REDUCE(sym_program, 2),
[935] = {.count = 1, .reusable = false}, REDUCE(sym__terminated_statement, 2),
[937] = {.count = 1, .reusable = true}, SHIFT(511),
[939] = {.count = 1, .reusable = true}, SHIFT(512),
[941] = {.count = 1, .reusable = true}, SHIFT(514),
[943] = {.count = 1, .reusable = true}, SHIFT(515),
[945] = {.count = 1, .reusable = true}, SHIFT(516),
[947] = {.count = 1, .reusable = false}, SHIFT(518),
[949] = {.count = 1, .reusable = true}, SHIFT(518),
[951] = {.count = 1, .reusable = true}, REDUCE(sym_redirected_statement, 2),
[953] = {.count = 1, .reusable = false}, REDUCE(sym_redirected_statement, 2),
[955] = {.count = 1, .reusable = true}, SHIFT(520),
[957] = {.count = 1, .reusable = true}, SHIFT(521),
[959] = {.count = 1, .reusable = true}, SHIFT(522),
[961] = {.count = 1, .reusable = true}, REDUCE(aux_sym_command_repeat2, 1, .alias_sequence_id = 1),
[963] = {.count = 1, .reusable = false}, REDUCE(aux_sym_command_repeat2, 1, .alias_sequence_id = 1),
[965] = {.count = 1, .reusable = true}, REDUCE(aux_sym_command_repeat2, 1),
[967] = {.count = 1, .reusable = false}, REDUCE(aux_sym_command_repeat2, 1),
[969] = {.count = 1, .reusable = true}, REDUCE(sym_command, 2),
[971] = {.count = 1, .reusable = false}, REDUCE(sym_command, 2),
[973] = {.count = 1, .reusable = false}, SHIFT(524),
[975] = {.count = 1, .reusable = true}, SHIFT(524),
[977] = {.count = 2, .reusable = true}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(2),
[980] = {.count = 2, .reusable = true}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(51),
[983] = {.count = 2, .reusable = false}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(4),
[986] = {.count = 2, .reusable = true}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(5),
[989] = {.count = 2, .reusable = false}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(6),
[992] = {.count = 2, .reusable = false}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(7),
[995] = {.count = 2, .reusable = false}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(8),
[998] = {.count = 2, .reusable = false}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(9),
[1001] = {.count = 2, .reusable = false}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(10),
[1004] = {.count = 2, .reusable = true}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(11),
[1007] = {.count = 2, .reusable = false}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(52),
[1010] = {.count = 2, .reusable = false}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(13),
[1013] = {.count = 2, .reusable = true}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(14),
[1016] = {.count = 2, .reusable = false}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(53),
[1019] = {.count = 2, .reusable = false}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(54),
[1022] = {.count = 2, .reusable = false}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(17),
[1025] = {.count = 2, .reusable = true}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(17),
[1028] = {.count = 2, .reusable = false}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(55),
[1031] = {.count = 2, .reusable = true}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(19),
[1034] = {.count = 2, .reusable = false}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(20),
[1037] = {.count = 2, .reusable = true}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(56),
[1040] = {.count = 2, .reusable = true}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(22),
[1043] = {.count = 2, .reusable = true}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(23),
[1046] = {.count = 2, .reusable = true}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(24),
[1049] = {.count = 2, .reusable = true}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(25),
[1052] = {.count = 2, .reusable = false}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(57),
[1055] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat1, 2), SHIFT_REPEAT(2),
[1058] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat1, 2), SHIFT_REPEAT(92),
[1061] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat1, 2), SHIFT_REPEAT(17),
[1064] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat1, 2), SHIFT_REPEAT(17),
[1067] = {.count = 1, .reusable = true}, REDUCE(aux_sym_command_repeat1, 2),
[1069] = {.count = 1, .reusable = false}, REDUCE(aux_sym_command_repeat1, 2),
[1071] = {.count = 1, .reusable = true}, REDUCE(sym_file_redirect, 3, .alias_sequence_id = 4),
[1073] = {.count = 1, .reusable = false}, REDUCE(sym_file_redirect, 3, .alias_sequence_id = 4),
[1075] = {.count = 1, .reusable = true}, REDUCE(sym_file_redirect, 3),
[1077] = {.count = 1, .reusable = false}, REDUCE(sym_file_redirect, 3),
[1079] = {.count = 1, .reusable = true}, SHIFT(529),
[1081] = {.count = 1, .reusable = true}, SHIFT(530),
[1083] = {.count = 1, .reusable = true}, SHIFT(532),
[1085] = {.count = 1, .reusable = true}, SHIFT(533),
[1087] = {.count = 1, .reusable = true}, SHIFT(534),
[1089] = {.count = 1, .reusable = true}, REDUCE(sym_variable_assignment, 3),
[1091] = {.count = 1, .reusable = false}, REDUCE(sym_variable_assignment, 3),
[1093] = {.count = 1, .reusable = true}, SHIFT(535),
[1095] = {.count = 1, .reusable = true}, SHIFT(536),
[1097] = {.count = 1, .reusable = true}, SHIFT(537),
[1099] = {.count = 1, .reusable = false}, SHIFT(538),
[1101] = {.count = 1, .reusable = true}, SHIFT(539),
[1103] = {.count = 1, .reusable = true}, SHIFT(540),
[1105] = {.count = 1, .reusable = true}, SHIFT(541),
[1107] = {.count = 1, .reusable = true}, SHIFT(542),
[1109] = {.count = 1, .reusable = true}, SHIFT(543),
[1111] = {.count = 1, .reusable = true}, REDUCE(sym_variable_assignment, 3, .alias_sequence_id = 4),
[1113] = {.count = 1, .reusable = true}, SHIFT(545),
[1115] = {.count = 1, .reusable = false}, REDUCE(sym_variable_assignment, 3, .alias_sequence_id = 4),
[1117] = {.count = 1, .reusable = false}, SHIFT(547),
[1119] = {.count = 1, .reusable = false}, SHIFT(548),
[1121] = {.count = 1, .reusable = true}, SHIFT(550),
[1123] = {.count = 1, .reusable = true}, SHIFT(551),
[1125] = {.count = 1, .reusable = false}, SHIFT(552),
[1127] = {.count = 1, .reusable = true}, SHIFT(552),
[1129] = {.count = 1, .reusable = true}, SHIFT(553),
[1131] = {.count = 1, .reusable = true}, SHIFT(554),
[1133] = {.count = 1, .reusable = true}, SHIFT(555),
[1135] = {.count = 1, .reusable = false}, SHIFT(556),
[1137] = {.count = 1, .reusable = true}, SHIFT(556),
[1139] = {.count = 1, .reusable = false}, SHIFT(566),
[1141] = {.count = 1, .reusable = true}, SHIFT(566),
[1143] = {.count = 1, .reusable = true}, SHIFT(570),
[1145] = {.count = 1, .reusable = false}, SHIFT(572),
[1147] = {.count = 1, .reusable = false}, SHIFT(573),
[1149] = {.count = 1, .reusable = true}, SHIFT(575),
[1151] = {.count = 1, .reusable = true}, SHIFT(576),
[1153] = {.count = 1, .reusable = false}, SHIFT(577),
[1155] = {.count = 1, .reusable = true}, SHIFT(577),
[1157] = {.count = 1, .reusable = true}, SHIFT(578),
[1159] = {.count = 1, .reusable = true}, SHIFT(579),
[1161] = {.count = 1, .reusable = true}, SHIFT(580),
[1163] = {.count = 1, .reusable = false}, SHIFT(581),
[1165] = {.count = 1, .reusable = true}, SHIFT(581),
[1167] = {.count = 1, .reusable = false}, SHIFT(591),
[1169] = {.count = 1, .reusable = true}, SHIFT(591),
[1171] = {.count = 1, .reusable = true}, SHIFT(592),
[1173] = {.count = 1, .reusable = true}, SHIFT(593),
[1175] = {.count = 1, .reusable = false}, SHIFT(592),
[1177] = {.count = 1, .reusable = true}, SHIFT(594),
[1179] = {.count = 1, .reusable = true}, SHIFT(595),
[1181] = {.count = 1, .reusable = true}, SHIFT(596),
[1183] = {.count = 1, .reusable = false}, SHIFT(597),
[1185] = {.count = 1, .reusable = true}, SHIFT(598),
[1187] = {.count = 1, .reusable = true}, SHIFT(599),
[1189] = {.count = 1, .reusable = true}, SHIFT(600),
[1191] = {.count = 1, .reusable = true}, SHIFT(601),
[1193] = {.count = 1, .reusable = true}, SHIFT(602),
[1195] = {.count = 1, .reusable = true}, SHIFT(607),
[1197] = {.count = 1, .reusable = false}, SHIFT(609),
[1199] = {.count = 1, .reusable = false}, SHIFT(610),
[1201] = {.count = 1, .reusable = true}, SHIFT(612),
[1203] = {.count = 1, .reusable = true}, SHIFT(613),
[1205] = {.count = 1, .reusable = false}, SHIFT(614),
[1207] = {.count = 1, .reusable = true}, SHIFT(614),
[1209] = {.count = 1, .reusable = true}, SHIFT(615),
[1211] = {.count = 1, .reusable = true}, SHIFT(616),
[1213] = {.count = 1, .reusable = true}, SHIFT(617),
[1215] = {.count = 1, .reusable = false}, SHIFT(618),
[1217] = {.count = 1, .reusable = true}, SHIFT(618),
[1219] = {.count = 1, .reusable = true}, SHIFT(628),
[1221] = {.count = 1, .reusable = true}, SHIFT(629),
[1223] = {.count = 1, .reusable = true}, SHIFT(630),
[1225] = {.count = 1, .reusable = false}, SHIFT(629),
[1227] = {.count = 1, .reusable = true}, SHIFT(631),
[1229] = {.count = 1, .reusable = true}, REDUCE(sym_unary_expression, 2),
[1231] = {.count = 1, .reusable = true}, SHIFT(632),
[1233] = {.count = 1, .reusable = false}, SHIFT(634),
[1235] = {.count = 1, .reusable = false}, SHIFT(635),
[1237] = {.count = 1, .reusable = true}, SHIFT(636),
[1239] = {.count = 1, .reusable = true}, SHIFT(637),
[1241] = {.count = 1, .reusable = true}, SHIFT(638),
[1243] = {.count = 1, .reusable = false}, SHIFT(639),
[1245] = {.count = 1, .reusable = true}, SHIFT(639),
[1247] = {.count = 1, .reusable = true}, SHIFT(640),
[1249] = {.count = 1, .reusable = false}, SHIFT(642),
[1251] = {.count = 1, .reusable = true}, SHIFT(642),
[1253] = {.count = 1, .reusable = true}, SHIFT(641),
[1255] = {.count = 1, .reusable = true}, SHIFT(643),
[1257] = {.count = 1, .reusable = false}, SHIFT(645),
[1259] = {.count = 1, .reusable = true}, SHIFT(645),
[1261] = {.count = 1, .reusable = true}, SHIFT(644),
[1263] = {.count = 1, .reusable = false}, SHIFT(646),
[1265] = {.count = 1, .reusable = true}, SHIFT(647),
[1267] = {.count = 1, .reusable = true}, SHIFT(646),
[1269] = {.count = 1, .reusable = false}, SHIFT(651),
[1271] = {.count = 1, .reusable = true}, SHIFT(651),
[1273] = {.count = 1, .reusable = false}, SHIFT(655),
[1275] = {.count = 1, .reusable = true}, SHIFT(656),
[1277] = {.count = 1, .reusable = true}, SHIFT(655),
[1279] = {.count = 1, .reusable = true}, REDUCE(sym_test_command, 3),
[1281] = {.count = 1, .reusable = false}, REDUCE(sym_test_command, 3),
[1283] = {.count = 1, .reusable = true}, SHIFT(661),
[1285] = {.count = 1, .reusable = true}, REDUCE(sym_postfix_expression, 2),
[1287] = {.count = 1, .reusable = false}, REDUCE(sym_postfix_expression, 2),
[1289] = {.count = 1, .reusable = true}, SHIFT(662),
[1291] = {.count = 1, .reusable = true}, SHIFT(663),
[1293] = {.count = 1, .reusable = true}, SHIFT(664),
[1295] = {.count = 1, .reusable = false}, SHIFT(666),
[1297] = {.count = 1, .reusable = false}, SHIFT(668),
[1299] = {.count = 1, .reusable = false}, SHIFT(670),
[1301] = {.count = 1, .reusable = true}, REDUCE(sym_while_statement, 3),
[1303] = {.count = 1, .reusable = false}, REDUCE(sym_while_statement, 3),
[1305] = {.count = 1, .reusable = false}, SHIFT(672),
[1307] = {.count = 1, .reusable = true}, SHIFT(672),
[1309] = {.count = 1, .reusable = true}, SHIFT(677),
[1311] = {.count = 1, .reusable = true}, SHIFT(678),
[1313] = {.count = 1, .reusable = true}, SHIFT(679),
[1315] = {.count = 1, .reusable = true}, SHIFT(680),
[1317] = {.count = 1, .reusable = false}, SHIFT(681),
[1319] = {.count = 1, .reusable = true}, SHIFT(681),
[1321] = {.count = 1, .reusable = true}, SHIFT(683),
[1323] = {.count = 1, .reusable = true}, SHIFT(684),
[1325] = {.count = 1, .reusable = false}, SHIFT(687),
[1327] = {.count = 1, .reusable = false}, SHIFT(688),
[1329] = {.count = 1, .reusable = false}, SHIFT(689),
[1331] = {.count = 1, .reusable = true}, SHIFT(693),
[1333] = {.count = 1, .reusable = false}, SHIFT(694),
[1335] = {.count = 1, .reusable = true}, SHIFT(694),
[1337] = {.count = 1, .reusable = true}, SHIFT(695),
[1339] = {.count = 1, .reusable = false}, SHIFT(697),
[1341] = {.count = 1, .reusable = false}, SHIFT(698),
[1343] = {.count = 1, .reusable = false}, SHIFT(699),
[1345] = {.count = 1, .reusable = true}, SHIFT(699),
[1347] = {.count = 1, .reusable = true}, SHIFT(700),
[1349] = {.count = 1, .reusable = true}, SHIFT(701),
[1351] = {.count = 1, .reusable = true}, SHIFT(702),
[1353] = {.count = 1, .reusable = true}, SHIFT(703),
[1355] = {.count = 1, .reusable = false}, SHIFT(704),
[1357] = {.count = 1, .reusable = true}, SHIFT(704),
[1359] = {.count = 1, .reusable = true}, SHIFT(705),
[1361] = {.count = 1, .reusable = false}, SHIFT(707),
[1363] = {.count = 1, .reusable = true}, SHIFT(707),
[1365] = {.count = 1, .reusable = true}, SHIFT(706),
[1367] = {.count = 1, .reusable = true}, SHIFT(708),
[1369] = {.count = 1, .reusable = false}, SHIFT(710),
[1371] = {.count = 1, .reusable = true}, SHIFT(710),
[1373] = {.count = 1, .reusable = true}, SHIFT(709),
[1375] = {.count = 1, .reusable = false}, SHIFT(711),
[1377] = {.count = 1, .reusable = true}, SHIFT(712),
[1379] = {.count = 1, .reusable = true}, SHIFT(711),
[1381] = {.count = 1, .reusable = false}, SHIFT(716),
[1383] = {.count = 1, .reusable = true}, SHIFT(716),
[1385] = {.count = 1, .reusable = false}, SHIFT(720),
[1387] = {.count = 1, .reusable = true}, SHIFT(721),
[1389] = {.count = 1, .reusable = true}, SHIFT(720),
[1391] = {.count = 1, .reusable = true}, SHIFT(725),
[1393] = {.count = 1, .reusable = true}, REDUCE(sym_function_definition, 3),
[1395] = {.count = 1, .reusable = false}, REDUCE(sym_function_definition, 3),
[1397] = {.count = 1, .reusable = true}, SHIFT(726),
[1399] = {.count = 1, .reusable = true}, SHIFT(727),
[1401] = {.count = 1, .reusable = true}, SHIFT(728),
[1403] = {.count = 1, .reusable = false}, SHIFT(730),
[1405] = {.count = 1, .reusable = false}, SHIFT(732),
[1407] = {.count = 1, .reusable = false}, SHIFT(734),
[1409] = {.count = 1, .reusable = true}, SHIFT(734),
[1411] = {.count = 1, .reusable = true}, SHIFT(735),
[1413] = {.count = 1, .reusable = true}, REDUCE(sym_subshell, 3),
[1415] = {.count = 1, .reusable = false}, REDUCE(sym_subshell, 3),
[1417] = {.count = 1, .reusable = true}, SHIFT(740),
[1419] = {.count = 1, .reusable = true}, SHIFT(741),
[1421] = {.count = 1, .reusable = true}, SHIFT(742),
[1423] = {.count = 1, .reusable = true}, SHIFT(743),
[1425] = {.count = 1, .reusable = false}, SHIFT(744),
[1427] = {.count = 1, .reusable = true}, SHIFT(744),
[1429] = {.count = 1, .reusable = true}, SHIFT(746),
[1431] = {.count = 1, .reusable = true}, SHIFT(747),
[1433] = {.count = 1, .reusable = false}, SHIFT(749),
[1435] = {.count = 1, .reusable = true}, SHIFT(749),
[1437] = {.count = 1, .reusable = false}, SHIFT(752),
[1439] = {.count = 1, .reusable = true}, SHIFT(752),
[1441] = {.count = 1, .reusable = true}, REDUCE(sym_compound_statement, 3),
[1443] = {.count = 1, .reusable = false}, REDUCE(sym_compound_statement, 3),
[1445] = {.count = 1, .reusable = true}, REDUCE(aux_sym__statements_repeat1, 2),
[1447] = {.count = 1, .reusable = true}, SHIFT(753),
[1449] = {.count = 1, .reusable = true}, SHIFT(754),
[1451] = {.count = 1, .reusable = true}, SHIFT(755),
[1453] = {.count = 1, .reusable = true}, SHIFT(756),
[1455] = {.count = 1, .reusable = true}, SHIFT(757),
[1457] = {.count = 1, .reusable = true}, SHIFT(758),
[1459] = {.count = 1, .reusable = false}, SHIFT(760),
[1461] = {.count = 1, .reusable = false}, SHIFT(761),
[1463] = {.count = 1, .reusable = true}, SHIFT(762),
[1465] = {.count = 1, .reusable = true}, SHIFT(763),
[1467] = {.count = 1, .reusable = true}, SHIFT(764),
[1469] = {.count = 1, .reusable = false}, SHIFT(765),
[1471] = {.count = 1, .reusable = true}, SHIFT(765),
[1473] = {.count = 1, .reusable = true}, SHIFT(766),
[1475] = {.count = 1, .reusable = false}, SHIFT(768),
[1477] = {.count = 1, .reusable = true}, SHIFT(768),
[1479] = {.count = 1, .reusable = true}, SHIFT(767),
[1481] = {.count = 1, .reusable = true}, SHIFT(769),
[1483] = {.count = 1, .reusable = false}, SHIFT(771),
[1485] = {.count = 1, .reusable = true}, SHIFT(771),
[1487] = {.count = 1, .reusable = true}, SHIFT(770),
[1489] = {.count = 1, .reusable = false}, SHIFT(772),
[1491] = {.count = 1, .reusable = true}, SHIFT(773),
[1493] = {.count = 1, .reusable = true}, SHIFT(772),
[1495] = {.count = 1, .reusable = false}, SHIFT(777),
[1497] = {.count = 1, .reusable = true}, SHIFT(777),
[1499] = {.count = 1, .reusable = false}, SHIFT(781),
[1501] = {.count = 1, .reusable = true}, SHIFT(782),
[1503] = {.count = 1, .reusable = true}, SHIFT(781),
[1505] = {.count = 1, .reusable = true}, SHIFT(787),
[1507] = {.count = 1, .reusable = true}, SHIFT(789),
[1509] = {.count = 1, .reusable = true}, SHIFT(790),
[1511] = {.count = 1, .reusable = true}, SHIFT(791),
[1513] = {.count = 1, .reusable = true}, SHIFT(792),
[1515] = {.count = 1, .reusable = true}, SHIFT(793),
[1517] = {.count = 1, .reusable = false}, SHIFT(795),
[1519] = {.count = 1, .reusable = false}, SHIFT(796),
[1521] = {.count = 1, .reusable = true}, SHIFT(797),
[1523] = {.count = 1, .reusable = true}, SHIFT(798),
[1525] = {.count = 1, .reusable = true}, SHIFT(799),
[1527] = {.count = 1, .reusable = false}, SHIFT(800),
[1529] = {.count = 1, .reusable = true}, SHIFT(800),
[1531] = {.count = 1, .reusable = true}, SHIFT(801),
[1533] = {.count = 1, .reusable = false}, SHIFT(803),
[1535] = {.count = 1, .reusable = true}, SHIFT(803),
[1537] = {.count = 1, .reusable = true}, SHIFT(802),
[1539] = {.count = 1, .reusable = true}, SHIFT(804),
[1541] = {.count = 1, .reusable = false}, SHIFT(806),
[1543] = {.count = 1, .reusable = true}, SHIFT(806),
[1545] = {.count = 1, .reusable = true}, SHIFT(805),
[1547] = {.count = 1, .reusable = false}, SHIFT(807),
[1549] = {.count = 1, .reusable = true}, SHIFT(808),
[1551] = {.count = 1, .reusable = true}, SHIFT(807),
[1553] = {.count = 1, .reusable = false}, SHIFT(812),
[1555] = {.count = 1, .reusable = true}, SHIFT(812),
[1557] = {.count = 1, .reusable = false}, SHIFT(816),
[1559] = {.count = 1, .reusable = true}, SHIFT(817),
[1561] = {.count = 1, .reusable = true}, SHIFT(816),
[1563] = {.count = 1, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2),
[1565] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(110),
[1568] = {.count = 1, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2),
[1570] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(111),
[1573] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(112),
[1576] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(113),
[1579] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(114),
[1582] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(115),
[1585] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(116),
[1588] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(117),
[1591] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(118),
[1594] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(393),
[1597] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(114),
[1600] = {.count = 1, .reusable = true}, SHIFT(821),
[1602] = {.count = 1, .reusable = false}, SHIFT(823),
[1604] = {.count = 1, .reusable = false}, SHIFT(824),
[1606] = {.count = 1, .reusable = true}, SHIFT(825),
[1608] = {.count = 1, .reusable = true}, SHIFT(826),
[1610] = {.count = 1, .reusable = true}, SHIFT(827),
[1612] = {.count = 1, .reusable = false}, SHIFT(828),
[1614] = {.count = 1, .reusable = true}, SHIFT(828),
[1616] = {.count = 1, .reusable = true}, SHIFT(829),
[1618] = {.count = 1, .reusable = false}, SHIFT(831),
[1620] = {.count = 1, .reusable = true}, SHIFT(831),
[1622] = {.count = 1, .reusable = true}, SHIFT(830),
[1624] = {.count = 1, .reusable = true}, SHIFT(832),
[1626] = {.count = 1, .reusable = false}, SHIFT(834),
[1628] = {.count = 1, .reusable = true}, SHIFT(834),
[1630] = {.count = 1, .reusable = true}, SHIFT(833),
[1632] = {.count = 1, .reusable = false}, SHIFT(835),
[1634] = {.count = 1, .reusable = true}, SHIFT(836),
[1636] = {.count = 1, .reusable = true}, SHIFT(835),
[1638] = {.count = 1, .reusable = false}, SHIFT(840),
[1640] = {.count = 1, .reusable = true}, SHIFT(840),
[1642] = {.count = 1, .reusable = false}, SHIFT(844),
[1644] = {.count = 1, .reusable = true}, SHIFT(845),
[1646] = {.count = 1, .reusable = true}, SHIFT(844),
[1648] = {.count = 1, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 2),
[1650] = {.count = 1, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2),
[1652] = {.count = 2, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(121),
[1655] = {.count = 2, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(122),
[1658] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(123),
[1661] = {.count = 2, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(124),
[1664] = {.count = 2, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(125),
[1667] = {.count = 2, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(126),
[1670] = {.count = 2, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(127),
[1673] = {.count = 2, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(128),
[1676] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(415),
[1679] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(124),
[1682] = {.count = 1, .reusable = true}, SHIFT(849),
[1684] = {.count = 1, .reusable = false}, SHIFT(851),
[1686] = {.count = 1, .reusable = false}, SHIFT(852),
[1688] = {.count = 1, .reusable = true}, SHIFT(853),
[1690] = {.count = 1, .reusable = true}, SHIFT(854),
[1692] = {.count = 1, .reusable = true}, SHIFT(855),
[1694] = {.count = 1, .reusable = false}, SHIFT(856),
[1696] = {.count = 1, .reusable = true}, SHIFT(856),
[1698] = {.count = 1, .reusable = true}, SHIFT(857),
[1700] = {.count = 1, .reusable = false}, SHIFT(859),
[1702] = {.count = 1, .reusable = true}, SHIFT(859),
[1704] = {.count = 1, .reusable = true}, SHIFT(858),
[1706] = {.count = 1, .reusable = true}, SHIFT(860),
[1708] = {.count = 1, .reusable = false}, SHIFT(862),
[1710] = {.count = 1, .reusable = true}, SHIFT(862),
[1712] = {.count = 1, .reusable = true}, SHIFT(861),
[1714] = {.count = 1, .reusable = false}, SHIFT(863),
[1716] = {.count = 1, .reusable = true}, SHIFT(864),
[1718] = {.count = 1, .reusable = true}, SHIFT(863),
[1720] = {.count = 1, .reusable = false}, SHIFT(868),
[1722] = {.count = 1, .reusable = true}, SHIFT(868),
[1724] = {.count = 1, .reusable = false}, SHIFT(872),
[1726] = {.count = 1, .reusable = true}, SHIFT(873),
[1728] = {.count = 1, .reusable = true}, SHIFT(872),
[1730] = {.count = 1, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2),
[1732] = {.count = 1, .reusable = false}, REDUCE(aux_sym_concatenation_repeat1, 2),
[1734] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(139),
[1737] = {.count = 1, .reusable = true}, REDUCE(sym_string, 3),
[1739] = {.count = 1, .reusable = false}, REDUCE(sym_string, 3),
[1741] = {.count = 1, .reusable = true}, SHIFT(877),
[1743] = {.count = 1, .reusable = false}, REDUCE(aux_sym_string_repeat1, 2),
[1745] = {.count = 1, .reusable = true}, REDUCE(aux_sym_string_repeat1, 2),
[1747] = {.count = 1, .reusable = true}, SHIFT(878),
[1749] = {.count = 1, .reusable = true}, SHIFT(879),
[1751] = {.count = 1, .reusable = true}, SHIFT(880),
[1753] = {.count = 1, .reusable = false}, SHIFT(881),
[1755] = {.count = 1, .reusable = true}, SHIFT(881),
[1757] = {.count = 1, .reusable = true}, SHIFT(882),
[1759] = {.count = 1, .reusable = false}, SHIFT(884),
[1761] = {.count = 1, .reusable = true}, SHIFT(884),
[1763] = {.count = 1, .reusable = true}, SHIFT(883),
[1765] = {.count = 1, .reusable = true}, SHIFT(885),
[1767] = {.count = 1, .reusable = false}, SHIFT(887),
[1769] = {.count = 1, .reusable = true}, SHIFT(887),
[1771] = {.count = 1, .reusable = true}, SHIFT(886),
[1773] = {.count = 1, .reusable = false}, SHIFT(888),
[1775] = {.count = 1, .reusable = true}, SHIFT(889),
[1777] = {.count = 1, .reusable = true}, SHIFT(888),
[1779] = {.count = 1, .reusable = false}, SHIFT(893),
[1781] = {.count = 1, .reusable = true}, SHIFT(893),
[1783] = {.count = 1, .reusable = false}, SHIFT(897),
[1785] = {.count = 2, .reusable = false}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(898),
[1788] = {.count = 2, .reusable = true}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(143),
[1791] = {.count = 2, .reusable = false}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(144),
[1794] = {.count = 2, .reusable = false}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(145),
[1797] = {.count = 2, .reusable = false}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(146),
[1800] = {.count = 1, .reusable = true}, SHIFT(899),
[1802] = {.count = 1, .reusable = true}, SHIFT(900),
[1804] = {.count = 1, .reusable = true}, SHIFT(902),
[1806] = {.count = 1, .reusable = false}, SHIFT(903),
[1808] = {.count = 1, .reusable = true}, SHIFT(904),
[1810] = {.count = 1, .reusable = false}, SHIFT(905),
[1812] = {.count = 1, .reusable = true}, SHIFT(906),
[1814] = {.count = 1, .reusable = true}, SHIFT(907),
[1816] = {.count = 1, .reusable = true}, SHIFT(908),
[1818] = {.count = 1, .reusable = true}, SHIFT(909),
[1820] = {.count = 1, .reusable = true}, SHIFT(910),
[1822] = {.count = 1, .reusable = true}, SHIFT(912),
[1824] = {.count = 1, .reusable = true}, SHIFT(913),
[1826] = {.count = 1, .reusable = false}, SHIFT(915),
[1828] = {.count = 1, .reusable = true}, SHIFT(915),
[1830] = {.count = 1, .reusable = true}, SHIFT(914),
[1832] = {.count = 1, .reusable = false}, SHIFT(917),
[1834] = {.count = 1, .reusable = true}, SHIFT(917),
[1836] = {.count = 1, .reusable = true}, SHIFT(916),
[1838] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 3, .alias_sequence_id = 3),
[1840] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 3, .alias_sequence_id = 3),
[1842] = {.count = 1, .reusable = true}, SHIFT(918),
[1844] = {.count = 1, .reusable = true}, REDUCE(aux_sym_expansion_repeat1, 1, .alias_sequence_id = 1),
[1846] = {.count = 1, .reusable = false}, REDUCE(aux_sym_expansion_repeat1, 1, .alias_sequence_id = 1),
[1848] = {.count = 1, .reusable = false}, SHIFT(920),
[1850] = {.count = 1, .reusable = false}, SHIFT(921),
[1852] = {.count = 1, .reusable = true}, SHIFT(923),
[1854] = {.count = 1, .reusable = true}, SHIFT(924),
[1856] = {.count = 1, .reusable = false}, SHIFT(925),
[1858] = {.count = 1, .reusable = true}, SHIFT(925),
[1860] = {.count = 1, .reusable = true}, REDUCE(aux_sym_expansion_repeat1, 1),
[1862] = {.count = 1, .reusable = false}, REDUCE(aux_sym_expansion_repeat1, 1),
[1864] = {.count = 1, .reusable = true}, SHIFT(926),
[1866] = {.count = 1, .reusable = true}, SHIFT(927),
[1868] = {.count = 1, .reusable = true}, SHIFT(928),
[1870] = {.count = 1, .reusable = false}, SHIFT(929),
[1872] = {.count = 1, .reusable = true}, SHIFT(929),
[1874] = {.count = 1, .reusable = true}, SHIFT(930),
[1876] = {.count = 1, .reusable = true}, SHIFT(931),
[1878] = {.count = 1, .reusable = false}, SHIFT(932),
[1880] = {.count = 1, .reusable = true}, SHIFT(932),
[1882] = {.count = 1, .reusable = false}, SHIFT(942),
[1884] = {.count = 1, .reusable = true}, SHIFT(942),
[1886] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 3),
[1888] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 3),
[1890] = {.count = 1, .reusable = true}, SHIFT(943),
[1892] = {.count = 1, .reusable = true}, SHIFT(944),
[1894] = {.count = 1, .reusable = true}, REDUCE(sym_command_substitution, 3),
[1896] = {.count = 1, .reusable = false}, REDUCE(sym_command_substitution, 3),
[1898] = {.count = 1, .reusable = false}, SHIFT(945),
[1900] = {.count = 1, .reusable = true}, SHIFT(945),
[1902] = {.count = 1, .reusable = false}, SHIFT(946),
[1904] = {.count = 1, .reusable = true}, SHIFT(946),
[1906] = {.count = 1, .reusable = false}, SHIFT(948),
[1908] = {.count = 1, .reusable = true}, SHIFT(948),
[1910] = {.count = 1, .reusable = true}, SHIFT(953),
[1912] = {.count = 1, .reusable = true}, SHIFT(954),
[1914] = {.count = 1, .reusable = true}, SHIFT(955),
[1916] = {.count = 1, .reusable = true}, SHIFT(956),
[1918] = {.count = 1, .reusable = false}, SHIFT(957),
[1920] = {.count = 1, .reusable = true}, SHIFT(957),
[1922] = {.count = 1, .reusable = false}, SHIFT(959),
[1924] = {.count = 1, .reusable = true}, SHIFT(959),
[1926] = {.count = 1, .reusable = true}, SHIFT(962),
[1928] = {.count = 1, .reusable = true}, REDUCE(sym_process_substitution, 3),
[1930] = {.count = 1, .reusable = false}, REDUCE(sym_process_substitution, 3),
[1932] = {.count = 1, .reusable = false}, SHIFT(963),
[1934] = {.count = 1, .reusable = true}, SHIFT(963),
[1936] = {.count = 1, .reusable = false}, SHIFT(964),
[1938] = {.count = 1, .reusable = true}, SHIFT(964),
[1940] = {.count = 1, .reusable = true}, REDUCE(sym_heredoc_body, 2),
[1942] = {.count = 1, .reusable = false}, REDUCE(sym_heredoc_body, 2),
[1944] = {.count = 1, .reusable = true}, SHIFT(967),
[1946] = {.count = 1, .reusable = false}, SHIFT(968),
[1948] = {.count = 1, .reusable = true}, SHIFT(968),
[1950] = {.count = 1, .reusable = true}, SHIFT(969),
[1952] = {.count = 1, .reusable = true}, SHIFT(970),
[1954] = {.count = 1, .reusable = true}, SHIFT(971),
[1956] = {.count = 1, .reusable = false}, SHIFT(972),
[1958] = {.count = 1, .reusable = true}, SHIFT(972),
[1960] = {.count = 1, .reusable = true}, SHIFT(980),
[1962] = {.count = 1, .reusable = true}, SHIFT(979),
[1964] = {.count = 1, .reusable = true}, SHIFT(981),
[1966] = {.count = 1, .reusable = true}, SHIFT(982),
[1968] = {.count = 1, .reusable = true}, REDUCE(sym_pipeline, 3),
[1970] = {.count = 1, .reusable = false}, REDUCE(sym_pipeline, 3),
[1972] = {.count = 1, .reusable = true}, REDUCE(sym_list, 3),
[1974] = {.count = 1, .reusable = false}, REDUCE(sym_list, 3),
[1976] = {.count = 1, .reusable = true}, REDUCE(sym_heredoc_redirect, 2),
[1978] = {.count = 1, .reusable = false}, REDUCE(sym_heredoc_redirect, 2),
[1980] = {.count = 1, .reusable = true}, REDUCE(sym_herestring_redirect, 2, .alias_sequence_id = 2),
[1982] = {.count = 1, .reusable = false}, REDUCE(sym_herestring_redirect, 2, .alias_sequence_id = 2),
[1984] = {.count = 1, .reusable = true}, REDUCE(sym_herestring_redirect, 2),
[1986] = {.count = 1, .reusable = false}, REDUCE(sym_herestring_redirect, 2),
[1988] = {.count = 1, .reusable = true}, REDUCE(sym__terminated_statement, 3),
[1990] = {.count = 1, .reusable = true}, REDUCE(sym_program, 3),
[1992] = {.count = 1, .reusable = false}, REDUCE(sym__terminated_statement, 3),
[1994] = {.count = 1, .reusable = true}, REDUCE(aux_sym_redirected_statement_repeat1, 2),
[1996] = {.count = 2, .reusable = true}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(172),
[1999] = {.count = 1, .reusable = false}, REDUCE(aux_sym_redirected_statement_repeat1, 2),
[2001] = {.count = 2, .reusable = false}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(176),
[2004] = {.count = 2, .reusable = true}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(176),
[2007] = {.count = 2, .reusable = false}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(177),
[2010] = {.count = 2, .reusable = true}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(177),
[2013] = {.count = 2, .reusable = true}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(178),
[2016] = {.count = 1, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2),
[2018] = {.count = 1, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2),
[2020] = {.count = 1, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2, .alias_sequence_id = 2),
[2022] = {.count = 1, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2, .alias_sequence_id = 2),
[2024] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(181),
[2027] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(182),
[2030] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(19),
[2033] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(20),
[2036] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(183),
[2039] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(22),
[2042] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(23),
[2045] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(24),
[2048] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(25),
[2051] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(183),
[2054] = {.count = 1, .reusable = false}, SHIFT(985),
[2056] = {.count = 1, .reusable = true}, SHIFT(985),
[2058] = {.count = 1, .reusable = false}, SHIFT(986),
[2060] = {.count = 1, .reusable = true}, SHIFT(986),
[2062] = {.count = 1, .reusable = true}, REDUCE(sym_command, 3),
[2064] = {.count = 1, .reusable = false}, REDUCE(sym_command, 3),
[2066] = {.count = 1, .reusable = true}, SHIFT(988),
[2068] = {.count = 1, .reusable = false}, SHIFT(758),
[2070] = {.count = 1, .reusable = true}, SHIFT(989),
[2072] = {.count = 1, .reusable = true}, REDUCE(sym_subscript, 4, .alias_sequence_id = 4),
[2074] = {.count = 1, .reusable = true}, SHIFT(991),
[2076] = {.count = 1, .reusable = true}, SHIFT(992),
[2078] = {.count = 1, .reusable = true}, REDUCE(sym_subscript, 4),
[2080] = {.count = 1, .reusable = true}, REDUCE(sym_array, 2),
[2082] = {.count = 1, .reusable = false}, REDUCE(sym_array, 2),
[2084] = {.count = 1, .reusable = true}, SHIFT(993),
[2086] = {.count = 1, .reusable = true}, REDUCE(aux_sym_for_statement_repeat1, 1, .alias_sequence_id = 1),
[2088] = {.count = 1, .reusable = false}, REDUCE(aux_sym_for_statement_repeat1, 1, .alias_sequence_id = 1),
[2090] = {.count = 1, .reusable = false}, SHIFT(995),
[2092] = {.count = 1, .reusable = false}, SHIFT(996),
[2094] = {.count = 1, .reusable = true}, SHIFT(998),
[2096] = {.count = 1, .reusable = true}, SHIFT(999),
[2098] = {.count = 1, .reusable = false}, SHIFT(1000),
[2100] = {.count = 1, .reusable = true}, SHIFT(1000),
[2102] = {.count = 1, .reusable = true}, REDUCE(aux_sym_for_statement_repeat1, 1),
[2104] = {.count = 1, .reusable = false}, REDUCE(aux_sym_for_statement_repeat1, 1),
[2106] = {.count = 1, .reusable = true}, SHIFT(1001),
[2108] = {.count = 1, .reusable = true}, SHIFT(1002),
[2110] = {.count = 1, .reusable = true}, SHIFT(1003),
[2112] = {.count = 1, .reusable = false}, SHIFT(1004),
[2114] = {.count = 1, .reusable = true}, SHIFT(1004),
[2116] = {.count = 1, .reusable = true}, SHIFT(1014),
[2118] = {.count = 1, .reusable = true}, SHIFT(1016),
[2120] = {.count = 1, .reusable = false}, SHIFT(1018),
[2122] = {.count = 1, .reusable = false}, SHIFT(1019),
[2124] = {.count = 1, .reusable = true}, SHIFT(1020),
[2126] = {.count = 1, .reusable = true}, SHIFT(1021),
[2128] = {.count = 1, .reusable = true}, SHIFT(1022),
[2130] = {.count = 1, .reusable = false}, SHIFT(1023),
[2132] = {.count = 1, .reusable = true}, SHIFT(1023),
[2134] = {.count = 1, .reusable = true}, SHIFT(1024),
[2136] = {.count = 1, .reusable = false}, SHIFT(1026),
[2138] = {.count = 1, .reusable = true}, SHIFT(1026),
[2140] = {.count = 1, .reusable = true}, SHIFT(1025),
[2142] = {.count = 1, .reusable = true}, SHIFT(1027),
[2144] = {.count = 1, .reusable = false}, SHIFT(1029),
[2146] = {.count = 1, .reusable = true}, SHIFT(1029),
[2148] = {.count = 1, .reusable = true}, SHIFT(1028),
[2150] = {.count = 1, .reusable = false}, SHIFT(1030),
[2152] = {.count = 1, .reusable = true}, SHIFT(1031),
[2154] = {.count = 1, .reusable = true}, SHIFT(1030),
[2156] = {.count = 1, .reusable = false}, SHIFT(1035),
[2158] = {.count = 1, .reusable = true}, SHIFT(1035),
[2160] = {.count = 1, .reusable = false}, SHIFT(1039),
[2162] = {.count = 1, .reusable = true}, SHIFT(1040),
[2164] = {.count = 1, .reusable = true}, SHIFT(1039),
[2166] = {.count = 1, .reusable = true}, SHIFT(1044),
[2168] = {.count = 1, .reusable = false}, SHIFT(1046),
[2170] = {.count = 1, .reusable = true}, SHIFT(1046),
[2172] = {.count = 1, .reusable = true}, SHIFT(1047),
[2174] = {.count = 1, .reusable = false}, REDUCE(sym_unary_expression, 2),
[2176] = {.count = 1, .reusable = true}, SHIFT(1048),
[2178] = {.count = 1, .reusable = false}, SHIFT(1050),
[2180] = {.count = 1, .reusable = false}, SHIFT(1051),
[2182] = {.count = 1, .reusable = true}, SHIFT(1052),
[2184] = {.count = 1, .reusable = true}, SHIFT(1053),
[2186] = {.count = 1, .reusable = true}, SHIFT(1054),
[2188] = {.count = 1, .reusable = false}, SHIFT(1055),
[2190] = {.count = 1, .reusable = true}, SHIFT(1055),
[2192] = {.count = 1, .reusable = true}, SHIFT(1056),
[2194] = {.count = 1, .reusable = false}, SHIFT(1058),
[2196] = {.count = 1, .reusable = true}, SHIFT(1058),
[2198] = {.count = 1, .reusable = true}, SHIFT(1057),
[2200] = {.count = 1, .reusable = true}, SHIFT(1059),
[2202] = {.count = 1, .reusable = false}, SHIFT(1061),
[2204] = {.count = 1, .reusable = true}, SHIFT(1061),
[2206] = {.count = 1, .reusable = true}, SHIFT(1060),
[2208] = {.count = 1, .reusable = false}, SHIFT(1062),
[2210] = {.count = 1, .reusable = true}, SHIFT(1063),
[2212] = {.count = 1, .reusable = true}, SHIFT(1062),
[2214] = {.count = 1, .reusable = false}, SHIFT(1067),
[2216] = {.count = 1, .reusable = true}, SHIFT(1067),
[2218] = {.count = 1, .reusable = false}, SHIFT(1071),
[2220] = {.count = 1, .reusable = true}, SHIFT(1072),
[2222] = {.count = 1, .reusable = true}, SHIFT(1071),
[2224] = {.count = 1, .reusable = true}, SHIFT(1078),
[2226] = {.count = 1, .reusable = true}, SHIFT(1079),
[2228] = {.count = 1, .reusable = false}, SHIFT(1081),
[2230] = {.count = 1, .reusable = false}, SHIFT(1082),
[2232] = {.count = 1, .reusable = true}, SHIFT(1084),
[2234] = {.count = 1, .reusable = true}, SHIFT(1085),
[2236] = {.count = 1, .reusable = false}, SHIFT(1086),
[2238] = {.count = 1, .reusable = true}, SHIFT(1086),
[2240] = {.count = 1, .reusable = true}, SHIFT(1087),
[2242] = {.count = 1, .reusable = true}, SHIFT(1088),
[2244] = {.count = 1, .reusable = true}, SHIFT(1089),
[2246] = {.count = 1, .reusable = false}, SHIFT(1090),
[2248] = {.count = 1, .reusable = true}, SHIFT(1090),
[2250] = {.count = 1, .reusable = false}, SHIFT(1100),
[2252] = {.count = 1, .reusable = true}, SHIFT(1100),
[2254] = {.count = 1, .reusable = false}, SHIFT(598),
[2256] = {.count = 1, .reusable = true}, REDUCE(sym_for_statement, 4),
[2258] = {.count = 1, .reusable = false}, REDUCE(sym_for_statement, 4),
[2260] = {.count = 1, .reusable = true}, SHIFT(1102),
[2262] = {.count = 1, .reusable = true}, SHIFT(1103),
[2264] = {.count = 1, .reusable = false}, SHIFT(1105),
[2266] = {.count = 1, .reusable = false}, SHIFT(1106),
[2268] = {.count = 1, .reusable = true}, SHIFT(1107),
[2270] = {.count = 1, .reusable = true}, SHIFT(1108),
[2272] = {.count = 1, .reusable = true}, SHIFT(1109),
[2274] = {.count = 1, .reusable = false}, SHIFT(1110),
[2276] = {.count = 1, .reusable = true}, SHIFT(1110),
[2278] = {.count = 1, .reusable = true}, SHIFT(1111),
[2280] = {.count = 1, .reusable = false}, SHIFT(1113),
[2282] = {.count = 1, .reusable = true}, SHIFT(1113),
[2284] = {.count = 1, .reusable = true}, SHIFT(1112),
[2286] = {.count = 1, .reusable = true}, SHIFT(1114),
[2288] = {.count = 1, .reusable = false}, SHIFT(1116),
[2290] = {.count = 1, .reusable = true}, SHIFT(1116),
[2292] = {.count = 1, .reusable = true}, SHIFT(1115),
[2294] = {.count = 1, .reusable = false}, SHIFT(1117),
[2296] = {.count = 1, .reusable = true}, SHIFT(1118),
[2298] = {.count = 1, .reusable = true}, SHIFT(1117),
[2300] = {.count = 1, .reusable = false}, SHIFT(1122),
[2302] = {.count = 1, .reusable = true}, SHIFT(1122),
[2304] = {.count = 1, .reusable = false}, SHIFT(1126),
[2306] = {.count = 1, .reusable = true}, SHIFT(1127),
[2308] = {.count = 1, .reusable = true}, SHIFT(1126),
[2310] = {.count = 1, .reusable = true}, REDUCE(sym_parenthesized_expression, 3),
[2312] = {.count = 1, .reusable = false}, REDUCE(sym_parenthesized_expression, 3),
[2314] = {.count = 1, .reusable = true}, SHIFT(1132),
[2316] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(232),
[2319] = {.count = 1, .reusable = false}, SHIFT(1133),
[2321] = {.count = 1, .reusable = true}, SHIFT(1134),
[2323] = {.count = 1, .reusable = false}, SHIFT(1135),
[2325] = {.count = 1, .reusable = true}, SHIFT(1136),
[2327] = {.count = 1, .reusable = true}, SHIFT(1138),
[2329] = {.count = 1, .reusable = true}, SHIFT(1139),
[2331] = {.count = 1, .reusable = false}, SHIFT(1141),
[2333] = {.count = 1, .reusable = true}, SHIFT(1141),
[2335] = {.count = 1, .reusable = true}, SHIFT(1140),
[2337] = {.count = 1, .reusable = false}, SHIFT(1143),
[2339] = {.count = 1, .reusable = true}, SHIFT(1143),
[2341] = {.count = 1, .reusable = true}, SHIFT(1142),
[2343] = {.count = 1, .reusable = true}, SHIFT(1144),
[2345] = {.count = 1, .reusable = true}, SHIFT(1145),
[2347] = {.count = 1, .reusable = false}, SHIFT(1146),
[2349] = {.count = 1, .reusable = true}, SHIFT(1146),
[2351] = {.count = 1, .reusable = true}, SHIFT(1147),
[2353] = {.count = 1, .reusable = true}, SHIFT(1148),
[2355] = {.count = 1, .reusable = false}, SHIFT(1149),
[2357] = {.count = 1, .reusable = true}, SHIFT(1149),
[2359] = {.count = 1, .reusable = false}, SHIFT(1150),
[2361] = {.count = 1, .reusable = true}, SHIFT(1150),
[2363] = {.count = 1, .reusable = false}, SHIFT(1152),
[2365] = {.count = 1, .reusable = true}, SHIFT(1152),
[2367] = {.count = 1, .reusable = false}, SHIFT(1153),
[2369] = {.count = 1, .reusable = true}, SHIFT(1153),
[2371] = {.count = 1, .reusable = true}, SHIFT(1155),
[2373] = {.count = 1, .reusable = false}, SHIFT(1156),
[2375] = {.count = 1, .reusable = true}, SHIFT(1156),
[2377] = {.count = 1, .reusable = false}, SHIFT(1157),
[2379] = {.count = 1, .reusable = true}, SHIFT(1157),
[2381] = {.count = 1, .reusable = true}, REDUCE(sym_binary_expression, 3),
[2383] = {.count = 1, .reusable = false}, REDUCE(sym_binary_expression, 3),
[2385] = {.count = 1, .reusable = true}, SHIFT(1160),
[2387] = {.count = 1, .reusable = true}, SHIFT(1161),
[2389] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(258),
[2392] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(259),
[2395] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(260),
[2398] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(666),
[2401] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(260),
[2404] = {.count = 2, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(263),
[2407] = {.count = 2, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(264),
[2410] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(668),
[2413] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(264),
[2416] = {.count = 1, .reusable = true}, REDUCE(sym_do_group, 2),
[2418] = {.count = 1, .reusable = false}, REDUCE(sym_do_group, 2),
[2420] = {.count = 1, .reusable = false}, SHIFT(1164),
[2422] = {.count = 1, .reusable = true}, SHIFT(1166),
[2424] = {.count = 1, .reusable = true}, SHIFT(1167),
[2426] = {.count = 2, .reusable = true}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(269),
[2429] = {.count = 2, .reusable = false}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(273),
[2432] = {.count = 2, .reusable = true}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(273),
[2435] = {.count = 2, .reusable = true}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(274),
[2438] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(277),
[2441] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(278),
[2444] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(279),
[2447] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(279),
[2450] = {.count = 1, .reusable = true}, REDUCE(sym_if_statement, 4),
[2452] = {.count = 1, .reusable = false}, REDUCE(sym_if_statement, 4),
[2454] = {.count = 1, .reusable = false}, REDUCE(sym_else_clause, 1),
[2456] = {.count = 1, .reusable = true}, SHIFT(1171),
[2458] = {.count = 1, .reusable = false}, SHIFT(1171),
[2460] = {.count = 1, .reusable = true}, SHIFT(688),
[2462] = {.count = 1, .reusable = true}, SHIFT(689),
[2464] = {.count = 1, .reusable = false}, SHIFT(1176),
[2466] = {.count = 1, .reusable = true}, SHIFT(1177),
[2468] = {.count = 1, .reusable = true}, SHIFT(1178),
[2470] = {.count = 1, .reusable = false}, SHIFT(1178),
[2472] = {.count = 1, .reusable = false}, SHIFT(1182),
[2474] = {.count = 1, .reusable = true}, SHIFT(1182),
[2476] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(283),
[2479] = {.count = 1, .reusable = false}, SHIFT(1183),
[2481] = {.count = 1, .reusable = false}, SHIFT(1184),
[2483] = {.count = 1, .reusable = false}, SHIFT(1187),
[2485] = {.count = 1, .reusable = true}, SHIFT(1187),
[2487] = {.count = 1, .reusable = true}, SHIFT(1188),
[2489] = {.count = 1, .reusable = false}, SHIFT(1189),
[2491] = {.count = 1, .reusable = true}, SHIFT(1190),
[2493] = {.count = 1, .reusable = true}, SHIFT(1192),
[2495] = {.count = 1, .reusable = true}, SHIFT(1193),
[2497] = {.count = 1, .reusable = false}, SHIFT(1195),
[2499] = {.count = 1, .reusable = true}, SHIFT(1195),
[2501] = {.count = 1, .reusable = true}, SHIFT(1194),
[2503] = {.count = 1, .reusable = false}, SHIFT(1197),
[2505] = {.count = 1, .reusable = true}, SHIFT(1197),
[2507] = {.count = 1, .reusable = true}, SHIFT(1196),
[2509] = {.count = 1, .reusable = true}, SHIFT(1198),
[2511] = {.count = 1, .reusable = true}, SHIFT(1199),
[2513] = {.count = 1, .reusable = false}, SHIFT(1200),
[2515] = {.count = 1, .reusable = true}, SHIFT(1200),
[2517] = {.count = 1, .reusable = true}, SHIFT(1201),
[2519] = {.count = 1, .reusable = true}, SHIFT(1202),
[2521] = {.count = 1, .reusable = false}, SHIFT(1203),
[2523] = {.count = 1, .reusable = true}, SHIFT(1203),
[2525] = {.count = 1, .reusable = false}, SHIFT(1204),
[2527] = {.count = 1, .reusable = true}, SHIFT(1204),
[2529] = {.count = 1, .reusable = false}, SHIFT(1206),
[2531] = {.count = 1, .reusable = true}, SHIFT(1206),
[2533] = {.count = 1, .reusable = false}, SHIFT(1207),
[2535] = {.count = 1, .reusable = true}, SHIFT(1207),
[2537] = {.count = 1, .reusable = true}, SHIFT(1209),
[2539] = {.count = 1, .reusable = false}, SHIFT(1210),
[2541] = {.count = 1, .reusable = true}, SHIFT(1210),
[2543] = {.count = 1, .reusable = false}, SHIFT(1211),
[2545] = {.count = 1, .reusable = true}, SHIFT(1211),
[2547] = {.count = 1, .reusable = true}, SHIFT(1215),
[2549] = {.count = 1, .reusable = true}, SHIFT(1216),
[2551] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(311),
[2554] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(312),
[2557] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(313),
[2560] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(730),
[2563] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(313),
[2566] = {.count = 2, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(316),
[2569] = {.count = 2, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(317),
[2572] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(732),
[2575] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(317),
[2578] = {.count = 1, .reusable = true}, SHIFT(1219),
[2580] = {.count = 1, .reusable = true}, SHIFT(1220),
[2582] = {.count = 1, .reusable = true}, REDUCE(sym_subshell, 4),
[2584] = {.count = 1, .reusable = false}, REDUCE(sym_subshell, 4),
[2586] = {.count = 1, .reusable = true}, SHIFT(1222),
[2588] = {.count = 2, .reusable = true}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(320),
[2591] = {.count = 2, .reusable = false}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(325),
[2594] = {.count = 2, .reusable = true}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(325),
[2597] = {.count = 2, .reusable = true}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(326),
[2600] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(329),
[2603] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(330),
[2606] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(331),
[2609] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(331),
[2612] = {.count = 1, .reusable = false}, SHIFT(1223),
[2614] = {.count = 1, .reusable = true}, SHIFT(1223),
[2616] = {.count = 1, .reusable = true}, SHIFT(1224),
[2618] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(343),
[2621] = {.count = 1, .reusable = false}, SHIFT(1226),
[2623] = {.count = 1, .reusable = true}, SHIFT(1227),
[2625] = {.count = 1, .reusable = false}, SHIFT(1228),
[2627] = {.count = 1, .reusable = true}, SHIFT(1229),
[2629] = {.count = 1, .reusable = true}, SHIFT(1231),
[2631] = {.count = 1, .reusable = true}, SHIFT(1232),
[2633] = {.count = 1, .reusable = false}, SHIFT(1234),
[2635] = {.count = 1, .reusable = true}, SHIFT(1234),
[2637] = {.count = 1, .reusable = true}, SHIFT(1233),
[2639] = {.count = 1, .reusable = false}, SHIFT(1236),
[2641] = {.count = 1, .reusable = true}, SHIFT(1236),
[2643] = {.count = 1, .reusable = true}, SHIFT(1235),
[2645] = {.count = 1, .reusable = true}, SHIFT(1237),
[2647] = {.count = 1, .reusable = true}, SHIFT(1238),
[2649] = {.count = 1, .reusable = false}, SHIFT(1239),
[2651] = {.count = 1, .reusable = true}, SHIFT(1239),
[2653] = {.count = 1, .reusable = true}, SHIFT(1240),
[2655] = {.count = 1, .reusable = true}, SHIFT(1241),
[2657] = {.count = 1, .reusable = false}, SHIFT(1242),
[2659] = {.count = 1, .reusable = true}, SHIFT(1242),
[2661] = {.count = 1, .reusable = false}, SHIFT(1243),
[2663] = {.count = 1, .reusable = true}, SHIFT(1243),
[2665] = {.count = 1, .reusable = false}, SHIFT(1245),
[2667] = {.count = 1, .reusable = true}, SHIFT(1245),
[2669] = {.count = 1, .reusable = false}, SHIFT(1246),
[2671] = {.count = 1, .reusable = true}, SHIFT(1246),
[2673] = {.count = 1, .reusable = true}, SHIFT(1248),
[2675] = {.count = 1, .reusable = false}, SHIFT(1249),
[2677] = {.count = 1, .reusable = true}, SHIFT(1249),
[2679] = {.count = 1, .reusable = false}, SHIFT(1250),
[2681] = {.count = 1, .reusable = true}, SHIFT(1250),
[2683] = {.count = 1, .reusable = true}, SHIFT(1252),
[2685] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(372),
[2688] = {.count = 1, .reusable = false}, SHIFT(1254),
[2690] = {.count = 1, .reusable = true}, SHIFT(1255),
[2692] = {.count = 1, .reusable = false}, SHIFT(1256),
[2694] = {.count = 1, .reusable = true}, SHIFT(1257),
[2696] = {.count = 1, .reusable = true}, SHIFT(1259),
[2698] = {.count = 1, .reusable = true}, SHIFT(1260),
[2700] = {.count = 1, .reusable = false}, SHIFT(1262),
[2702] = {.count = 1, .reusable = true}, SHIFT(1262),
[2704] = {.count = 1, .reusable = true}, SHIFT(1261),
[2706] = {.count = 1, .reusable = false}, SHIFT(1264),
[2708] = {.count = 1, .reusable = true}, SHIFT(1264),
[2710] = {.count = 1, .reusable = true}, SHIFT(1263),
[2712] = {.count = 1, .reusable = true}, SHIFT(1265),
[2714] = {.count = 1, .reusable = true}, SHIFT(1266),
[2716] = {.count = 1, .reusable = false}, SHIFT(1267),
[2718] = {.count = 1, .reusable = true}, SHIFT(1267),
[2720] = {.count = 1, .reusable = true}, SHIFT(1268),
[2722] = {.count = 1, .reusable = true}, SHIFT(1269),
[2724] = {.count = 1, .reusable = false}, SHIFT(1270),
[2726] = {.count = 1, .reusable = true}, SHIFT(1270),
[2728] = {.count = 1, .reusable = false}, SHIFT(1271),
[2730] = {.count = 1, .reusable = true}, SHIFT(1271),
[2732] = {.count = 1, .reusable = false}, SHIFT(1273),
[2734] = {.count = 1, .reusable = true}, SHIFT(1273),
[2736] = {.count = 1, .reusable = false}, SHIFT(1274),
[2738] = {.count = 1, .reusable = true}, SHIFT(1274),
[2740] = {.count = 1, .reusable = true}, SHIFT(1276),
[2742] = {.count = 1, .reusable = false}, SHIFT(1277),
[2744] = {.count = 1, .reusable = true}, SHIFT(1277),
[2746] = {.count = 1, .reusable = false}, SHIFT(1278),
[2748] = {.count = 1, .reusable = true}, SHIFT(1278),
[2750] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(394),
[2753] = {.count = 1, .reusable = false}, SHIFT(1280),
[2755] = {.count = 1, .reusable = true}, SHIFT(1281),
[2757] = {.count = 1, .reusable = false}, SHIFT(1282),
[2759] = {.count = 1, .reusable = true}, SHIFT(1283),
[2761] = {.count = 1, .reusable = true}, SHIFT(1285),
[2763] = {.count = 1, .reusable = true}, SHIFT(1286),
[2765] = {.count = 1, .reusable = false}, SHIFT(1288),
[2767] = {.count = 1, .reusable = true}, SHIFT(1288),
[2769] = {.count = 1, .reusable = true}, SHIFT(1287),
[2771] = {.count = 1, .reusable = false}, SHIFT(1290),
[2773] = {.count = 1, .reusable = true}, SHIFT(1290),
[2775] = {.count = 1, .reusable = true}, SHIFT(1289),
[2777] = {.count = 1, .reusable = true}, SHIFT(1291),
[2779] = {.count = 1, .reusable = true}, SHIFT(1292),
[2781] = {.count = 1, .reusable = false}, SHIFT(1293),
[2783] = {.count = 1, .reusable = true}, SHIFT(1293),
[2785] = {.count = 1, .reusable = true}, SHIFT(1294),
[2787] = {.count = 1, .reusable = true}, SHIFT(1295),
[2789] = {.count = 1, .reusable = false}, SHIFT(1296),
[2791] = {.count = 1, .reusable = true}, SHIFT(1296),
[2793] = {.count = 1, .reusable = false}, SHIFT(1297),
[2795] = {.count = 1, .reusable = true}, SHIFT(1297),
[2797] = {.count = 1, .reusable = false}, SHIFT(1299),
[2799] = {.count = 1, .reusable = true}, SHIFT(1299),
[2801] = {.count = 1, .reusable = false}, SHIFT(1300),
[2803] = {.count = 1, .reusable = true}, SHIFT(1300),
[2805] = {.count = 1, .reusable = true}, SHIFT(1302),
[2807] = {.count = 1, .reusable = false}, SHIFT(1303),
[2809] = {.count = 1, .reusable = true}, SHIFT(1303),
[2811] = {.count = 1, .reusable = false}, SHIFT(1304),
[2813] = {.count = 1, .reusable = true}, SHIFT(1304),
[2815] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(416),
[2818] = {.count = 1, .reusable = false}, SHIFT(1306),
[2820] = {.count = 1, .reusable = true}, SHIFT(1307),
[2822] = {.count = 1, .reusable = false}, SHIFT(1308),
[2824] = {.count = 1, .reusable = true}, SHIFT(1309),
[2826] = {.count = 1, .reusable = true}, SHIFT(1311),
[2828] = {.count = 1, .reusable = true}, SHIFT(1312),
[2830] = {.count = 1, .reusable = false}, SHIFT(1314),
[2832] = {.count = 1, .reusable = true}, SHIFT(1314),
[2834] = {.count = 1, .reusable = true}, SHIFT(1313),
[2836] = {.count = 1, .reusable = false}, SHIFT(1316),
[2838] = {.count = 1, .reusable = true}, SHIFT(1316),
[2840] = {.count = 1, .reusable = true}, SHIFT(1315),
[2842] = {.count = 1, .reusable = true}, SHIFT(1317),
[2844] = {.count = 1, .reusable = true}, SHIFT(1318),
[2846] = {.count = 1, .reusable = false}, SHIFT(1319),
[2848] = {.count = 1, .reusable = true}, SHIFT(1319),
[2850] = {.count = 1, .reusable = true}, SHIFT(1320),
[2852] = {.count = 1, .reusable = true}, SHIFT(1321),
[2854] = {.count = 1, .reusable = false}, SHIFT(1322),
[2856] = {.count = 1, .reusable = true}, SHIFT(1322),
[2858] = {.count = 1, .reusable = false}, SHIFT(1323),
[2860] = {.count = 1, .reusable = true}, SHIFT(1323),
[2862] = {.count = 1, .reusable = false}, SHIFT(1325),
[2864] = {.count = 1, .reusable = true}, SHIFT(1325),
[2866] = {.count = 1, .reusable = false}, SHIFT(1326),
[2868] = {.count = 1, .reusable = true}, SHIFT(1326),
[2870] = {.count = 1, .reusable = true}, SHIFT(1328),
[2872] = {.count = 1, .reusable = false}, SHIFT(1329),
[2874] = {.count = 1, .reusable = true}, SHIFT(1329),
[2876] = {.count = 1, .reusable = false}, SHIFT(1330),
[2878] = {.count = 1, .reusable = true}, SHIFT(1330),
[2880] = {.count = 1, .reusable = false}, REDUCE(aux_sym_string_repeat1, 3),
[2882] = {.count = 1, .reusable = true}, REDUCE(aux_sym_string_repeat1, 3),
[2884] = {.count = 1, .reusable = true}, SHIFT(1332),
[2886] = {.count = 1, .reusable = false}, SHIFT(1333),
[2888] = {.count = 1, .reusable = true}, SHIFT(1334),
[2890] = {.count = 1, .reusable = true}, SHIFT(1336),
[2892] = {.count = 1, .reusable = true}, SHIFT(1337),
[2894] = {.count = 1, .reusable = false}, SHIFT(1339),
[2896] = {.count = 1, .reusable = true}, SHIFT(1339),
[2898] = {.count = 1, .reusable = true}, SHIFT(1338),
[2900] = {.count = 1, .reusable = false}, SHIFT(1341),
[2902] = {.count = 1, .reusable = true}, SHIFT(1341),
[2904] = {.count = 1, .reusable = true}, SHIFT(1340),
[2906] = {.count = 1, .reusable = true}, SHIFT(1342),
[2908] = {.count = 1, .reusable = true}, SHIFT(1343),
[2910] = {.count = 1, .reusable = false}, SHIFT(1344),
[2912] = {.count = 1, .reusable = true}, SHIFT(1344),
[2914] = {.count = 1, .reusable = true}, SHIFT(1345),
[2916] = {.count = 1, .reusable = true}, SHIFT(1346),
[2918] = {.count = 1, .reusable = false}, SHIFT(1347),
[2920] = {.count = 1, .reusable = true}, SHIFT(1347),
[2922] = {.count = 1, .reusable = false}, SHIFT(1348),
[2924] = {.count = 1, .reusable = true}, SHIFT(1348),
[2926] = {.count = 1, .reusable = false}, SHIFT(1350),
[2928] = {.count = 1, .reusable = true}, SHIFT(1350),
[2930] = {.count = 1, .reusable = false}, SHIFT(1351),
[2932] = {.count = 1, .reusable = true}, SHIFT(1351),
[2934] = {.count = 1, .reusable = true}, REDUCE(sym_string, 4),
[2936] = {.count = 1, .reusable = false}, REDUCE(sym_string, 4),
[2938] = {.count = 1, .reusable = true}, SHIFT(1353),
[2940] = {.count = 1, .reusable = true}, SHIFT(1354),
[2942] = {.count = 1, .reusable = true}, SHIFT(1355),
[2944] = {.count = 1, .reusable = true}, SHIFT(1356),
[2946] = {.count = 1, .reusable = true}, SHIFT(1357),
[2948] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 4),
[2950] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 4),
[2952] = {.count = 1, .reusable = true}, SHIFT(1358),
[2954] = {.count = 1, .reusable = true}, SHIFT(1359),
[2956] = {.count = 1, .reusable = false}, SHIFT(1361),
[2958] = {.count = 1, .reusable = false}, SHIFT(1362),
[2960] = {.count = 1, .reusable = true}, SHIFT(1364),
[2962] = {.count = 1, .reusable = true}, SHIFT(1365),
[2964] = {.count = 1, .reusable = false}, SHIFT(1366),
[2966] = {.count = 1, .reusable = true}, SHIFT(1366),
[2968] = {.count = 1, .reusable = true}, SHIFT(1367),
[2970] = {.count = 1, .reusable = true}, SHIFT(1368),
[2972] = {.count = 1, .reusable = true}, SHIFT(1369),
[2974] = {.count = 1, .reusable = true}, SHIFT(1370),
[2976] = {.count = 1, .reusable = false}, SHIFT(1371),
[2978] = {.count = 1, .reusable = true}, SHIFT(1371),
[2980] = {.count = 1, .reusable = false}, SHIFT(1381),
[2982] = {.count = 1, .reusable = true}, SHIFT(1382),
[2984] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 4, .alias_sequence_id = 5),
[2986] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 4, .alias_sequence_id = 5),
[2988] = {.count = 1, .reusable = true}, SHIFT(1384),
[2990] = {.count = 1, .reusable = true}, SHIFT(1385),
[2992] = {.count = 1, .reusable = false}, SHIFT(1386),
[2994] = {.count = 1, .reusable = true}, SHIFT(1386),
[2996] = {.count = 1, .reusable = true}, SHIFT(1387),
[2998] = {.count = 1, .reusable = false}, SHIFT(1388),
[3000] = {.count = 1, .reusable = true}, SHIFT(1388),
[3002] = {.count = 1, .reusable = true}, SHIFT(1389),
[3004] = {.count = 1, .reusable = false}, SHIFT(1391),
[3006] = {.count = 1, .reusable = false}, SHIFT(1392),
[3008] = {.count = 1, .reusable = true}, SHIFT(1393),
[3010] = {.count = 1, .reusable = true}, SHIFT(1394),
[3012] = {.count = 1, .reusable = true}, SHIFT(1395),
[3014] = {.count = 1, .reusable = false}, SHIFT(1396),
[3016] = {.count = 1, .reusable = true}, SHIFT(1396),
[3018] = {.count = 1, .reusable = true}, SHIFT(1397),
[3020] = {.count = 1, .reusable = false}, SHIFT(1399),
[3022] = {.count = 1, .reusable = true}, SHIFT(1399),
[3024] = {.count = 1, .reusable = true}, SHIFT(1398),
[3026] = {.count = 1, .reusable = true}, SHIFT(1400),
[3028] = {.count = 1, .reusable = false}, SHIFT(1402),
[3030] = {.count = 1, .reusable = true}, SHIFT(1402),
[3032] = {.count = 1, .reusable = true}, SHIFT(1401),
[3034] = {.count = 1, .reusable = true}, SHIFT(1403),
[3036] = {.count = 1, .reusable = false}, SHIFT(1404),
[3038] = {.count = 1, .reusable = true}, SHIFT(1404),
[3040] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 4, .alias_sequence_id = 3),
[3042] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 4, .alias_sequence_id = 3),
[3044] = {.count = 1, .reusable = false}, SHIFT(1405),
[3046] = {.count = 1, .reusable = true}, SHIFT(1406),
[3048] = {.count = 1, .reusable = true}, SHIFT(1405),
[3050] = {.count = 1, .reusable = false}, SHIFT(1410),
[3052] = {.count = 1, .reusable = true}, SHIFT(1410),
[3054] = {.count = 1, .reusable = false}, SHIFT(1414),
[3056] = {.count = 1, .reusable = true}, SHIFT(1415),
[3058] = {.count = 1, .reusable = true}, SHIFT(1414),
[3060] = {.count = 1, .reusable = true}, REDUCE(aux_sym_expansion_repeat1, 2),
[3062] = {.count = 2, .reusable = false}, REDUCE(aux_sym_expansion_repeat1, 2), SHIFT_REPEAT(942),
[3065] = {.count = 2, .reusable = false}, REDUCE(aux_sym_expansion_repeat1, 2), SHIFT_REPEAT(462),
[3068] = {.count = 2, .reusable = true}, REDUCE(aux_sym_expansion_repeat1, 2), SHIFT_REPEAT(463),
[3071] = {.count = 2, .reusable = false}, REDUCE(aux_sym_expansion_repeat1, 2), SHIFT_REPEAT(464),
[3074] = {.count = 2, .reusable = true}, REDUCE(aux_sym_expansion_repeat1, 2), SHIFT_REPEAT(465),
[3077] = {.count = 2, .reusable = true}, REDUCE(aux_sym_expansion_repeat1, 2), SHIFT_REPEAT(942),
[3080] = {.count = 2, .reusable = true}, REDUCE(aux_sym_expansion_repeat1, 2), SHIFT_REPEAT(466),
[3083] = {.count = 2, .reusable = true}, REDUCE(aux_sym_expansion_repeat1, 2), SHIFT_REPEAT(468),
[3086] = {.count = 2, .reusable = true}, REDUCE(aux_sym_expansion_repeat1, 2), SHIFT_REPEAT(469),
[3089] = {.count = 2, .reusable = true}, REDUCE(aux_sym_expansion_repeat1, 2), SHIFT_REPEAT(470),
[3092] = {.count = 2, .reusable = false}, REDUCE(aux_sym_expansion_repeat1, 2), SHIFT_REPEAT(465),
[3095] = {.count = 1, .reusable = true}, REDUCE(sym_command_substitution, 4),
[3097] = {.count = 1, .reusable = false}, REDUCE(sym_command_substitution, 4),
[3099] = {.count = 1, .reusable = true}, SHIFT(1419),
[3101] = {.count = 1, .reusable = false}, SHIFT(1420),
[3103] = {.count = 1, .reusable = true}, SHIFT(1420),
[3105] = {.count = 1, .reusable = true}, SHIFT(1421),
[3107] = {.count = 1, .reusable = true}, SHIFT(1422),
[3109] = {.count = 2, .reusable = true}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(482),
[3112] = {.count = 2, .reusable = false}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(486),
[3115] = {.count = 2, .reusable = true}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(486),
[3118] = {.count = 2, .reusable = true}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(487),
[3121] = {.count = 1, .reusable = false}, SHIFT(1424),
[3123] = {.count = 1, .reusable = true}, SHIFT(1424),
[3125] = {.count = 1, .reusable = true}, REDUCE(sym_process_substitution, 4),
[3127] = {.count = 1, .reusable = false}, REDUCE(sym_process_substitution, 4),
[3129] = {.count = 1, .reusable = true}, SHIFT(1425),
[3131] = {.count = 1, .reusable = false}, SHIFT(1426),
[3133] = {.count = 1, .reusable = true}, SHIFT(1426),
[3135] = {.count = 1, .reusable = true}, REDUCE(sym_function_definition, 4),
[3137] = {.count = 1, .reusable = false}, REDUCE(sym_function_definition, 4),
[3139] = {.count = 1, .reusable = true}, SHIFT(1427),
[3141] = {.count = 1, .reusable = true}, SHIFT(1428),
[3143] = {.count = 1, .reusable = true}, SHIFT(1429),
[3145] = {.count = 1, .reusable = false}, SHIFT(1430),
[3147] = {.count = 1, .reusable = true}, SHIFT(1430),
[3149] = {.count = 1, .reusable = true}, SHIFT(1431),
[3151] = {.count = 1, .reusable = false}, SHIFT(1433),
[3153] = {.count = 1, .reusable = true}, SHIFT(1433),
[3155] = {.count = 1, .reusable = true}, SHIFT(1432),
[3157] = {.count = 1, .reusable = true}, SHIFT(1434),
[3159] = {.count = 1, .reusable = false}, SHIFT(1436),
[3161] = {.count = 1, .reusable = true}, SHIFT(1436),
[3163] = {.count = 1, .reusable = true}, SHIFT(1435),
[3165] = {.count = 1, .reusable = false}, SHIFT(1437),
[3167] = {.count = 1, .reusable = true}, SHIFT(1438),
[3169] = {.count = 1, .reusable = true}, SHIFT(1437),
[3171] = {.count = 1, .reusable = false}, SHIFT(1442),
[3173] = {.count = 1, .reusable = true}, SHIFT(1442),
[3175] = {.count = 1, .reusable = true}, REDUCE(sym_heredoc_body, 3),
[3177] = {.count = 1, .reusable = false}, REDUCE(sym_heredoc_body, 3),
[3179] = {.count = 2, .reusable = true}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(980),
[3182] = {.count = 1, .reusable = true}, REDUCE(aux_sym_heredoc_body_repeat1, 2),
[3184] = {.count = 2, .reusable = false}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(501),
[3187] = {.count = 2, .reusable = true}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(502),
[3190] = {.count = 2, .reusable = true}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(503),
[3193] = {.count = 2, .reusable = true}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(504),
[3196] = {.count = 1, .reusable = true}, REDUCE(sym_program, 4),
[3198] = {.count = 1, .reusable = false}, SHIFT(1447),
[3200] = {.count = 1, .reusable = true}, SHIFT(1447),
[3202] = {.count = 1, .reusable = true}, SHIFT(1448),
[3204] = {.count = 1, .reusable = true}, REDUCE(sym_subscript, 5, .alias_sequence_id = 4),
[3206] = {.count = 1, .reusable = true}, SHIFT(1449),
[3208] = {.count = 1, .reusable = true}, REDUCE(sym_subscript, 5),
[3210] = {.count = 1, .reusable = true}, SHIFT(1450),
[3212] = {.count = 1, .reusable = false}, SHIFT(1452),
[3214] = {.count = 1, .reusable = false}, SHIFT(1453),
[3216] = {.count = 1, .reusable = true}, SHIFT(1454),
[3218] = {.count = 1, .reusable = true}, SHIFT(1455),
[3220] = {.count = 1, .reusable = true}, SHIFT(1456),
[3222] = {.count = 1, .reusable = false}, SHIFT(1457),
[3224] = {.count = 1, .reusable = true}, SHIFT(1457),
[3226] = {.count = 1, .reusable = true}, SHIFT(1458),
[3228] = {.count = 1, .reusable = false}, SHIFT(1460),
[3230] = {.count = 1, .reusable = true}, SHIFT(1460),
[3232] = {.count = 1, .reusable = true}, SHIFT(1459),
[3234] = {.count = 1, .reusable = true}, SHIFT(1461),
[3236] = {.count = 1, .reusable = false}, SHIFT(1463),
[3238] = {.count = 1, .reusable = true}, SHIFT(1463),
[3240] = {.count = 1, .reusable = true}, SHIFT(1462),
[3242] = {.count = 1, .reusable = false}, SHIFT(1464),
[3244] = {.count = 1, .reusable = true}, SHIFT(1465),
[3246] = {.count = 1, .reusable = true}, SHIFT(1464),
[3248] = {.count = 1, .reusable = false}, SHIFT(1469),
[3250] = {.count = 1, .reusable = true}, SHIFT(1469),
[3252] = {.count = 1, .reusable = false}, SHIFT(1473),
[3254] = {.count = 1, .reusable = true}, SHIFT(1474),
[3256] = {.count = 1, .reusable = true}, SHIFT(1473),
[3258] = {.count = 1, .reusable = true}, REDUCE(sym_array, 3),
[3260] = {.count = 1, .reusable = false}, REDUCE(sym_array, 3),
[3262] = {.count = 1, .reusable = true}, REDUCE(aux_sym_for_statement_repeat1, 2),
[3264] = {.count = 2, .reusable = true}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(536),
[3267] = {.count = 2, .reusable = true}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(537),
[3270] = {.count = 2, .reusable = false}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(538),
[3273] = {.count = 2, .reusable = true}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(539),
[3276] = {.count = 2, .reusable = true}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(540),
[3279] = {.count = 2, .reusable = true}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(541),
[3282] = {.count = 2, .reusable = true}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(542),
[3285] = {.count = 2, .reusable = true}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(543),
[3288] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(545),
[3291] = {.count = 1, .reusable = false}, SHIFT(1478),
[3293] = {.count = 1, .reusable = true}, SHIFT(1479),
[3295] = {.count = 1, .reusable = false}, SHIFT(1480),
[3297] = {.count = 1, .reusable = true}, SHIFT(1481),
[3299] = {.count = 1, .reusable = true}, SHIFT(1483),
[3301] = {.count = 1, .reusable = true}, SHIFT(1484),
[3303] = {.count = 1, .reusable = false}, SHIFT(1486),
[3305] = {.count = 1, .reusable = true}, SHIFT(1486),
[3307] = {.count = 1, .reusable = true}, SHIFT(1485),
[3309] = {.count = 1, .reusable = false}, SHIFT(1488),
[3311] = {.count = 1, .reusable = true}, SHIFT(1488),
[3313] = {.count = 1, .reusable = true}, SHIFT(1487),
[3315] = {.count = 1, .reusable = true}, SHIFT(1489),
[3317] = {.count = 1, .reusable = true}, SHIFT(1490),
[3319] = {.count = 1, .reusable = false}, SHIFT(1491),
[3321] = {.count = 1, .reusable = true}, SHIFT(1491),
[3323] = {.count = 1, .reusable = true}, SHIFT(1492),
[3325] = {.count = 1, .reusable = true}, SHIFT(1493),
[3327] = {.count = 1, .reusable = false}, SHIFT(1494),
[3329] = {.count = 1, .reusable = true}, SHIFT(1494),
[3331] = {.count = 1, .reusable = false}, SHIFT(1495),
[3333] = {.count = 1, .reusable = true}, SHIFT(1495),
[3335] = {.count = 1, .reusable = false}, SHIFT(1497),
[3337] = {.count = 1, .reusable = true}, SHIFT(1497),
[3339] = {.count = 1, .reusable = false}, SHIFT(1498),
[3341] = {.count = 1, .reusable = true}, SHIFT(1498),
[3343] = {.count = 1, .reusable = true}, SHIFT(1500),
[3345] = {.count = 1, .reusable = false}, SHIFT(1501),
[3347] = {.count = 1, .reusable = true}, SHIFT(1501),
[3349] = {.count = 1, .reusable = false}, SHIFT(1502),
[3351] = {.count = 1, .reusable = true}, SHIFT(1502),
[3353] = {.count = 1, .reusable = true}, SHIFT(1504),
[3355] = {.count = 1, .reusable = true}, SHIFT(1506),
[3357] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(570),
[3360] = {.count = 1, .reusable = false}, SHIFT(1508),
[3362] = {.count = 1, .reusable = true}, SHIFT(1509),
[3364] = {.count = 1, .reusable = false}, SHIFT(1510),
[3366] = {.count = 1, .reusable = true}, SHIFT(1511),
[3368] = {.count = 1, .reusable = true}, SHIFT(1513),
[3370] = {.count = 1, .reusable = true}, SHIFT(1514),
[3372] = {.count = 1, .reusable = false}, SHIFT(1516),
[3374] = {.count = 1, .reusable = true}, SHIFT(1516),
[3376] = {.count = 1, .reusable = true}, SHIFT(1515),
[3378] = {.count = 1, .reusable = false}, SHIFT(1518),
[3380] = {.count = 1, .reusable = true}, SHIFT(1518),
[3382] = {.count = 1, .reusable = true}, SHIFT(1517),
[3384] = {.count = 1, .reusable = true}, SHIFT(1519),
[3386] = {.count = 1, .reusable = true}, SHIFT(1520),
[3388] = {.count = 1, .reusable = false}, SHIFT(1521),
[3390] = {.count = 1, .reusable = true}, SHIFT(1521),
[3392] = {.count = 1, .reusable = true}, SHIFT(1522),
[3394] = {.count = 1, .reusable = true}, SHIFT(1523),
[3396] = {.count = 1, .reusable = false}, SHIFT(1524),
[3398] = {.count = 1, .reusable = true}, SHIFT(1524),
[3400] = {.count = 1, .reusable = false}, SHIFT(1525),
[3402] = {.count = 1, .reusable = true}, SHIFT(1525),
[3404] = {.count = 1, .reusable = false}, SHIFT(1527),
[3406] = {.count = 1, .reusable = true}, SHIFT(1527),
[3408] = {.count = 1, .reusable = false}, SHIFT(1528),
[3410] = {.count = 1, .reusable = true}, SHIFT(1528),
[3412] = {.count = 1, .reusable = true}, SHIFT(1530),
[3414] = {.count = 1, .reusable = false}, SHIFT(1531),
[3416] = {.count = 1, .reusable = true}, SHIFT(1531),
[3418] = {.count = 1, .reusable = false}, SHIFT(1532),
[3420] = {.count = 1, .reusable = true}, SHIFT(1532),
[3422] = {.count = 1, .reusable = false}, SHIFT(1534),
[3424] = {.count = 1, .reusable = true}, SHIFT(1534),
[3426] = {.count = 1, .reusable = true}, SHIFT(1535),
[3428] = {.count = 1, .reusable = false}, SHIFT(1537),
[3430] = {.count = 1, .reusable = false}, SHIFT(1538),
[3432] = {.count = 1, .reusable = true}, SHIFT(1539),
[3434] = {.count = 1, .reusable = true}, SHIFT(1540),
[3436] = {.count = 1, .reusable = true}, SHIFT(1541),
[3438] = {.count = 1, .reusable = false}, SHIFT(1542),
[3440] = {.count = 1, .reusable = true}, SHIFT(1542),
[3442] = {.count = 1, .reusable = true}, SHIFT(1543),
[3444] = {.count = 1, .reusable = false}, SHIFT(1545),
[3446] = {.count = 1, .reusable = true}, SHIFT(1545),
[3448] = {.count = 1, .reusable = true}, SHIFT(1544),
[3450] = {.count = 1, .reusable = true}, SHIFT(1546),
[3452] = {.count = 1, .reusable = false}, SHIFT(1548),
[3454] = {.count = 1, .reusable = true}, SHIFT(1548),
[3456] = {.count = 1, .reusable = true}, SHIFT(1547),
[3458] = {.count = 1, .reusable = false}, SHIFT(1549),
[3460] = {.count = 1, .reusable = true}, SHIFT(1550),
[3462] = {.count = 1, .reusable = true}, SHIFT(1549),
[3464] = {.count = 1, .reusable = false}, SHIFT(1554),
[3466] = {.count = 1, .reusable = true}, SHIFT(1554),
[3468] = {.count = 1, .reusable = false}, SHIFT(1558),
[3470] = {.count = 1, .reusable = true}, SHIFT(1559),
[3472] = {.count = 1, .reusable = true}, SHIFT(1558),
[3474] = {.count = 1, .reusable = false}, REDUCE(aux_sym_for_statement_repeat1, 2),
[3476] = {.count = 2, .reusable = true}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(595),
[3479] = {.count = 2, .reusable = true}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(596),
[3482] = {.count = 2, .reusable = false}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(597),
[3485] = {.count = 2, .reusable = true}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(598),
[3488] = {.count = 2, .reusable = true}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(599),
[3491] = {.count = 2, .reusable = true}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(600),
[3494] = {.count = 2, .reusable = true}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(601),
[3497] = {.count = 2, .reusable = true}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(602),
[3500] = {.count = 2, .reusable = false}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(598),
[3503] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(607),
[3506] = {.count = 1, .reusable = false}, SHIFT(1564),
[3508] = {.count = 1, .reusable = true}, SHIFT(1565),
[3510] = {.count = 1, .reusable = false}, SHIFT(1566),
[3512] = {.count = 1, .reusable = true}, SHIFT(1567),
[3514] = {.count = 1, .reusable = true}, SHIFT(1569),
[3516] = {.count = 1, .reusable = true}, SHIFT(1570),
[3518] = {.count = 1, .reusable = false}, SHIFT(1572),
[3520] = {.count = 1, .reusable = true}, SHIFT(1572),
[3522] = {.count = 1, .reusable = true}, SHIFT(1571),
[3524] = {.count = 1, .reusable = false}, SHIFT(1574),
[3526] = {.count = 1, .reusable = true}, SHIFT(1574),
[3528] = {.count = 1, .reusable = true}, SHIFT(1573),
[3530] = {.count = 1, .reusable = true}, SHIFT(1575),
[3532] = {.count = 1, .reusable = true}, SHIFT(1576),
[3534] = {.count = 1, .reusable = false}, SHIFT(1577),
[3536] = {.count = 1, .reusable = true}, SHIFT(1577),
[3538] = {.count = 1, .reusable = true}, SHIFT(1578),
[3540] = {.count = 1, .reusable = true}, SHIFT(1579),
[3542] = {.count = 1, .reusable = false}, SHIFT(1580),
[3544] = {.count = 1, .reusable = true}, SHIFT(1580),
[3546] = {.count = 1, .reusable = false}, SHIFT(1581),
[3548] = {.count = 1, .reusable = true}, SHIFT(1581),
[3550] = {.count = 1, .reusable = false}, SHIFT(1583),
[3552] = {.count = 1, .reusable = true}, SHIFT(1583),
[3554] = {.count = 1, .reusable = false}, SHIFT(1584),
[3556] = {.count = 1, .reusable = true}, SHIFT(1584),
[3558] = {.count = 1, .reusable = true}, SHIFT(1586),
[3560] = {.count = 1, .reusable = false}, SHIFT(1587),
[3562] = {.count = 1, .reusable = true}, SHIFT(1587),
[3564] = {.count = 1, .reusable = false}, SHIFT(1588),
[3566] = {.count = 1, .reusable = true}, SHIFT(1588),
[3568] = {.count = 1, .reusable = true}, SHIFT(1590),
[3570] = {.count = 1, .reusable = true}, SHIFT(1591),
[3572] = {.count = 1, .reusable = false}, SHIFT(1592),
[3574] = {.count = 1, .reusable = true}, SHIFT(1593),
[3576] = {.count = 1, .reusable = true}, SHIFT(1595),
[3578] = {.count = 1, .reusable = true}, SHIFT(1596),
[3580] = {.count = 1, .reusable = false}, SHIFT(1597),
[3582] = {.count = 1, .reusable = true}, SHIFT(1597),
[3584] = {.count = 1, .reusable = true}, SHIFT(1598),
[3586] = {.count = 1, .reusable = false}, SHIFT(1599),
[3588] = {.count = 1, .reusable = true}, SHIFT(1599),
[3590] = {.count = 1, .reusable = true}, SHIFT(1600),
[3592] = {.count = 1, .reusable = false}, SHIFT(1601),
[3594] = {.count = 1, .reusable = true}, SHIFT(1601),
[3596] = {.count = 1, .reusable = true}, SHIFT(1602),
[3598] = {.count = 1, .reusable = false}, SHIFT(1603),
[3600] = {.count = 1, .reusable = true}, SHIFT(1603),
[3602] = {.count = 1, .reusable = false}, SHIFT(1604),
[3604] = {.count = 1, .reusable = true}, SHIFT(1604),
[3606] = {.count = 1, .reusable = true}, SHIFT(1605),
[3608] = {.count = 1, .reusable = false}, SHIFT(1606),
[3610] = {.count = 1, .reusable = true}, SHIFT(1606),
[3612] = {.count = 1, .reusable = true}, REDUCE(sym_do_group, 3),
[3614] = {.count = 1, .reusable = false}, REDUCE(sym_do_group, 3),
[3616] = {.count = 1, .reusable = false}, REDUCE(aux_sym__statements_repeat1, 2),
[3618] = {.count = 1, .reusable = true}, SHIFT(1609),
[3620] = {.count = 1, .reusable = false}, REDUCE(sym_else_clause, 2),
[3622] = {.count = 1, .reusable = true}, REDUCE(sym_if_statement, 5),
[3624] = {.count = 1, .reusable = false}, REDUCE(sym_if_statement, 5),
[3626] = {.count = 1, .reusable = true}, SHIFT(1611),
[3628] = {.count = 1, .reusable = true}, REDUCE(aux_sym_if_statement_repeat1, 2),
[3630] = {.count = 2, .reusable = true}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(688),
[3633] = {.count = 1, .reusable = true}, REDUCE(sym_case_statement, 5, .alias_sequence_id = 2),
[3635] = {.count = 1, .reusable = false}, REDUCE(sym_case_statement, 5, .alias_sequence_id = 2),
[3637] = {.count = 1, .reusable = true}, SHIFT(1613),
[3639] = {.count = 1, .reusable = true}, SHIFT(1614),
[3641] = {.count = 1, .reusable = true}, SHIFT(1617),
[3643] = {.count = 1, .reusable = true}, SHIFT(1619),
[3645] = {.count = 1, .reusable = false}, SHIFT(1619),
[3647] = {.count = 1, .reusable = true}, REDUCE(sym_case_statement, 5),
[3649] = {.count = 1, .reusable = false}, REDUCE(sym_case_statement, 5),
[3651] = {.count = 1, .reusable = true}, SHIFT(1623),
[3653] = {.count = 1, .reusable = false}, SHIFT(1623),
[3655] = {.count = 1, .reusable = true}, SHIFT(1626),
[3657] = {.count = 1, .reusable = true}, SHIFT(1627),
[3659] = {.count = 1, .reusable = false}, SHIFT(1628),
[3661] = {.count = 1, .reusable = true}, SHIFT(1629),
[3663] = {.count = 1, .reusable = true}, SHIFT(1631),
[3665] = {.count = 1, .reusable = true}, SHIFT(1632),
[3667] = {.count = 1, .reusable = false}, SHIFT(1633),
[3669] = {.count = 1, .reusable = true}, SHIFT(1633),
[3671] = {.count = 1, .reusable = true}, SHIFT(1634),
[3673] = {.count = 1, .reusable = false}, SHIFT(1635),
[3675] = {.count = 1, .reusable = true}, SHIFT(1635),
[3677] = {.count = 1, .reusable = true}, SHIFT(1636),
[3679] = {.count = 1, .reusable = false}, SHIFT(1637),
[3681] = {.count = 1, .reusable = true}, SHIFT(1637),
[3683] = {.count = 1, .reusable = true}, SHIFT(1638),
[3685] = {.count = 1, .reusable = false}, SHIFT(1639),
[3687] = {.count = 1, .reusable = true}, SHIFT(1639),
[3689] = {.count = 1, .reusable = false}, SHIFT(1640),
[3691] = {.count = 1, .reusable = true}, SHIFT(1640),
[3693] = {.count = 1, .reusable = true}, SHIFT(1641),
[3695] = {.count = 1, .reusable = false}, SHIFT(1642),
[3697] = {.count = 1, .reusable = true}, SHIFT(1642),
[3699] = {.count = 1, .reusable = true}, REDUCE(sym_function_definition, 5),
[3701] = {.count = 1, .reusable = false}, REDUCE(sym_function_definition, 5),
[3703] = {.count = 1, .reusable = true}, REDUCE(sym_subshell, 5),
[3705] = {.count = 1, .reusable = false}, REDUCE(sym_subshell, 5),
[3707] = {.count = 1, .reusable = true}, SHIFT(1645),
[3709] = {.count = 1, .reusable = true}, SHIFT(1646),
[3711] = {.count = 1, .reusable = true}, SHIFT(1647),
[3713] = {.count = 1, .reusable = true}, SHIFT(1648),
[3715] = {.count = 1, .reusable = false}, SHIFT(1649),
[3717] = {.count = 1, .reusable = true}, SHIFT(1650),
[3719] = {.count = 1, .reusable = true}, SHIFT(1652),
[3721] = {.count = 1, .reusable = true}, SHIFT(1653),
[3723] = {.count = 1, .reusable = false}, SHIFT(1654),
[3725] = {.count = 1, .reusable = true}, SHIFT(1654),
[3727] = {.count = 1, .reusable = true}, SHIFT(1655),
[3729] = {.count = 1, .reusable = false}, SHIFT(1656),
[3731] = {.count = 1, .reusable = true}, SHIFT(1656),
[3733] = {.count = 1, .reusable = true}, SHIFT(1657),
[3735] = {.count = 1, .reusable = false}, SHIFT(1658),
[3737] = {.count = 1, .reusable = true}, SHIFT(1658),
[3739] = {.count = 1, .reusable = true}, SHIFT(1659),
[3741] = {.count = 1, .reusable = false}, SHIFT(1660),
[3743] = {.count = 1, .reusable = true}, SHIFT(1660),
[3745] = {.count = 1, .reusable = false}, SHIFT(1661),
[3747] = {.count = 1, .reusable = true}, SHIFT(1661),
[3749] = {.count = 1, .reusable = true}, SHIFT(1662),
[3751] = {.count = 1, .reusable = false}, SHIFT(1663),
[3753] = {.count = 1, .reusable = true}, SHIFT(1663),
[3755] = {.count = 1, .reusable = true}, SHIFT(1664),
[3757] = {.count = 1, .reusable = true}, SHIFT(1665),
[3759] = {.count = 1, .reusable = true}, SHIFT(1666),
[3761] = {.count = 1, .reusable = false}, SHIFT(1667),
[3763] = {.count = 1, .reusable = true}, SHIFT(1668),
[3765] = {.count = 1, .reusable = true}, SHIFT(1670),
[3767] = {.count = 1, .reusable = true}, SHIFT(1671),
[3769] = {.count = 1, .reusable = false}, SHIFT(1672),
[3771] = {.count = 1, .reusable = true}, SHIFT(1672),
[3773] = {.count = 1, .reusable = true}, SHIFT(1673),
[3775] = {.count = 1, .reusable = false}, SHIFT(1674),
[3777] = {.count = 1, .reusable = true}, SHIFT(1674),
[3779] = {.count = 1, .reusable = true}, SHIFT(1675),
[3781] = {.count = 1, .reusable = false}, SHIFT(1676),
[3783] = {.count = 1, .reusable = true}, SHIFT(1676),
[3785] = {.count = 1, .reusable = true}, SHIFT(1677),
[3787] = {.count = 1, .reusable = false}, SHIFT(1678),
[3789] = {.count = 1, .reusable = true}, SHIFT(1678),
[3791] = {.count = 1, .reusable = false}, SHIFT(1679),
[3793] = {.count = 1, .reusable = true}, SHIFT(1679),
[3795] = {.count = 1, .reusable = true}, SHIFT(1680),
[3797] = {.count = 1, .reusable = false}, SHIFT(1681),
[3799] = {.count = 1, .reusable = true}, SHIFT(1681),
[3801] = {.count = 1, .reusable = true}, SHIFT(1682),
[3803] = {.count = 1, .reusable = true}, SHIFT(1683),
[3805] = {.count = 1, .reusable = false}, SHIFT(1684),
[3807] = {.count = 1, .reusable = true}, SHIFT(1685),
[3809] = {.count = 1, .reusable = true}, SHIFT(1687),
[3811] = {.count = 1, .reusable = true}, SHIFT(1688),
[3813] = {.count = 1, .reusable = false}, SHIFT(1689),
[3815] = {.count = 1, .reusable = true}, SHIFT(1689),
[3817] = {.count = 1, .reusable = true}, SHIFT(1690),
[3819] = {.count = 1, .reusable = false}, SHIFT(1691),
[3821] = {.count = 1, .reusable = true}, SHIFT(1691),
[3823] = {.count = 1, .reusable = true}, SHIFT(1692),
[3825] = {.count = 1, .reusable = false}, SHIFT(1693),
[3827] = {.count = 1, .reusable = true}, SHIFT(1693),
[3829] = {.count = 1, .reusable = true}, SHIFT(1694),
[3831] = {.count = 1, .reusable = false}, SHIFT(1695),
[3833] = {.count = 1, .reusable = true}, SHIFT(1695),
[3835] = {.count = 1, .reusable = false}, SHIFT(1696),
[3837] = {.count = 1, .reusable = true}, SHIFT(1696),
[3839] = {.count = 1, .reusable = true}, SHIFT(1697),
[3841] = {.count = 1, .reusable = false}, SHIFT(1698),
[3843] = {.count = 1, .reusable = true}, SHIFT(1698),
[3845] = {.count = 1, .reusable = true}, SHIFT(1699),
[3847] = {.count = 1, .reusable = true}, SHIFT(1700),
[3849] = {.count = 1, .reusable = false}, SHIFT(1701),
[3851] = {.count = 1, .reusable = true}, SHIFT(1702),
[3853] = {.count = 1, .reusable = true}, SHIFT(1704),
[3855] = {.count = 1, .reusable = true}, SHIFT(1705),
[3857] = {.count = 1, .reusable = false}, SHIFT(1706),
[3859] = {.count = 1, .reusable = true}, SHIFT(1706),
[3861] = {.count = 1, .reusable = true}, SHIFT(1707),
[3863] = {.count = 1, .reusable = false}, SHIFT(1708),
[3865] = {.count = 1, .reusable = true}, SHIFT(1708),
[3867] = {.count = 1, .reusable = true}, SHIFT(1709),
[3869] = {.count = 1, .reusable = false}, SHIFT(1710),
[3871] = {.count = 1, .reusable = true}, SHIFT(1710),
[3873] = {.count = 1, .reusable = true}, SHIFT(1711),
[3875] = {.count = 1, .reusable = false}, SHIFT(1712),
[3877] = {.count = 1, .reusable = true}, SHIFT(1712),
[3879] = {.count = 1, .reusable = false}, SHIFT(1713),
[3881] = {.count = 1, .reusable = true}, SHIFT(1713),
[3883] = {.count = 1, .reusable = true}, SHIFT(1714),
[3885] = {.count = 1, .reusable = false}, SHIFT(1715),
[3887] = {.count = 1, .reusable = true}, SHIFT(1715),
[3889] = {.count = 1, .reusable = true}, SHIFT(1716),
[3891] = {.count = 1, .reusable = true}, SHIFT(1717),
[3893] = {.count = 1, .reusable = false}, SHIFT(1718),
[3895] = {.count = 1, .reusable = true}, SHIFT(1719),
[3897] = {.count = 1, .reusable = true}, SHIFT(1721),
[3899] = {.count = 1, .reusable = true}, SHIFT(1722),
[3901] = {.count = 1, .reusable = false}, SHIFT(1723),
[3903] = {.count = 1, .reusable = true}, SHIFT(1723),
[3905] = {.count = 1, .reusable = true}, SHIFT(1724),
[3907] = {.count = 1, .reusable = false}, SHIFT(1725),
[3909] = {.count = 1, .reusable = true}, SHIFT(1725),
[3911] = {.count = 1, .reusable = true}, SHIFT(1726),
[3913] = {.count = 1, .reusable = false}, SHIFT(1727),
[3915] = {.count = 1, .reusable = true}, SHIFT(1727),
[3917] = {.count = 1, .reusable = true}, SHIFT(1728),
[3919] = {.count = 1, .reusable = false}, SHIFT(1729),
[3921] = {.count = 1, .reusable = true}, SHIFT(1729),
[3923] = {.count = 1, .reusable = false}, SHIFT(1730),
[3925] = {.count = 1, .reusable = true}, SHIFT(1730),
[3927] = {.count = 1, .reusable = true}, SHIFT(1731),
[3929] = {.count = 1, .reusable = true}, SHIFT(1732),
[3931] = {.count = 1, .reusable = false}, REDUCE(sym_subscript, 4, .alias_sequence_id = 4),
[3933] = {.count = 1, .reusable = true}, SHIFT(1733),
[3935] = {.count = 1, .reusable = true}, SHIFT(1734),
[3937] = {.count = 1, .reusable = false}, REDUCE(sym_subscript, 4),
[3939] = {.count = 1, .reusable = true}, SHIFT(1735),
[3941] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 5, .alias_sequence_id = 6),
[3943] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 5, .alias_sequence_id = 6),
[3945] = {.count = 1, .reusable = false}, SHIFT(1737),
[3947] = {.count = 1, .reusable = false}, SHIFT(1738),
[3949] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 5),
[3951] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 5),
[3953] = {.count = 1, .reusable = true}, SHIFT(1739),
[3955] = {.count = 1, .reusable = true}, SHIFT(1740),
[3957] = {.count = 1, .reusable = true}, SHIFT(1741),
[3959] = {.count = 1, .reusable = false}, SHIFT(1742),
[3961] = {.count = 1, .reusable = true}, SHIFT(1742),
[3963] = {.count = 1, .reusable = true}, SHIFT(1743),
[3965] = {.count = 1, .reusable = false}, SHIFT(1745),
[3967] = {.count = 1, .reusable = true}, SHIFT(1745),
[3969] = {.count = 1, .reusable = true}, SHIFT(1744),
[3971] = {.count = 1, .reusable = true}, SHIFT(1746),
[3973] = {.count = 1, .reusable = false}, SHIFT(1748),
[3975] = {.count = 1, .reusable = true}, SHIFT(1748),
[3977] = {.count = 1, .reusable = true}, SHIFT(1747),
[3979] = {.count = 1, .reusable = false}, SHIFT(1749),
[3981] = {.count = 1, .reusable = true}, SHIFT(1750),
[3983] = {.count = 1, .reusable = true}, SHIFT(1749),
[3985] = {.count = 1, .reusable = false}, SHIFT(1754),
[3987] = {.count = 1, .reusable = true}, SHIFT(1754),
[3989] = {.count = 1, .reusable = false}, SHIFT(1758),
[3991] = {.count = 1, .reusable = true}, SHIFT(1759),
[3993] = {.count = 1, .reusable = true}, SHIFT(1758),
[3995] = {.count = 1, .reusable = true}, SHIFT(1763),
[3997] = {.count = 1, .reusable = true}, SHIFT(1764),
[3999] = {.count = 1, .reusable = true}, SHIFT(1765),
[4001] = {.count = 1, .reusable = false}, SHIFT(1766),
[4003] = {.count = 1, .reusable = true}, SHIFT(1766),
[4005] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 5, .alias_sequence_id = 5),
[4007] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 5, .alias_sequence_id = 5),
[4009] = {.count = 1, .reusable = false}, SHIFT(1767),
[4011] = {.count = 1, .reusable = true}, SHIFT(1767),
[4013] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(918),
[4016] = {.count = 1, .reusable = false}, SHIFT(1768),
[4018] = {.count = 1, .reusable = true}, SHIFT(1769),
[4020] = {.count = 1, .reusable = false}, SHIFT(1770),
[4022] = {.count = 1, .reusable = true}, SHIFT(1771),
[4024] = {.count = 1, .reusable = true}, SHIFT(1773),
[4026] = {.count = 1, .reusable = true}, SHIFT(1774),
[4028] = {.count = 1, .reusable = false}, SHIFT(1776),
[4030] = {.count = 1, .reusable = true}, SHIFT(1776),
[4032] = {.count = 1, .reusable = true}, SHIFT(1775),
[4034] = {.count = 1, .reusable = false}, SHIFT(1778),
[4036] = {.count = 1, .reusable = true}, SHIFT(1778),
[4038] = {.count = 1, .reusable = true}, SHIFT(1777),
[4040] = {.count = 1, .reusable = true}, SHIFT(1779),
[4042] = {.count = 1, .reusable = true}, SHIFT(1780),
[4044] = {.count = 1, .reusable = false}, SHIFT(1781),
[4046] = {.count = 1, .reusable = true}, SHIFT(1781),
[4048] = {.count = 1, .reusable = true}, SHIFT(1782),
[4050] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 5, .alias_sequence_id = 3),
[4052] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 5, .alias_sequence_id = 3),
[4054] = {.count = 1, .reusable = true}, SHIFT(1783),
[4056] = {.count = 1, .reusable = true}, SHIFT(1784),
[4058] = {.count = 1, .reusable = false}, SHIFT(1785),
[4060] = {.count = 1, .reusable = true}, SHIFT(1785),
[4062] = {.count = 1, .reusable = false}, SHIFT(1786),
[4064] = {.count = 1, .reusable = true}, SHIFT(1786),
[4066] = {.count = 1, .reusable = false}, SHIFT(1788),
[4068] = {.count = 1, .reusable = true}, SHIFT(1788),
[4070] = {.count = 1, .reusable = false}, SHIFT(1789),
[4072] = {.count = 1, .reusable = true}, SHIFT(1789),
[4074] = {.count = 1, .reusable = true}, SHIFT(1791),
[4076] = {.count = 1, .reusable = false}, SHIFT(1792),
[4078] = {.count = 1, .reusable = true}, SHIFT(1792),
[4080] = {.count = 1, .reusable = false}, SHIFT(1793),
[4082] = {.count = 1, .reusable = true}, SHIFT(1793),
[4084] = {.count = 1, .reusable = true}, REDUCE(sym_command_substitution, 5),
[4086] = {.count = 1, .reusable = false}, REDUCE(sym_command_substitution, 5),
[4088] = {.count = 1, .reusable = true}, SHIFT(1795),
[4090] = {.count = 1, .reusable = true}, REDUCE(sym_process_substitution, 5),
[4092] = {.count = 1, .reusable = false}, REDUCE(sym_process_substitution, 5),
[4094] = {.count = 1, .reusable = true}, SHIFT(1797),
[4096] = {.count = 1, .reusable = true}, SHIFT(1798),
[4098] = {.count = 1, .reusable = false}, SHIFT(1799),
[4100] = {.count = 1, .reusable = true}, SHIFT(1800),
[4102] = {.count = 1, .reusable = true}, SHIFT(1802),
[4104] = {.count = 1, .reusable = true}, SHIFT(1803),
[4106] = {.count = 1, .reusable = false}, SHIFT(1805),
[4108] = {.count = 1, .reusable = true}, SHIFT(1805),
[4110] = {.count = 1, .reusable = true}, SHIFT(1804),
[4112] = {.count = 1, .reusable = false}, SHIFT(1807),
[4114] = {.count = 1, .reusable = true}, SHIFT(1807),
[4116] = {.count = 1, .reusable = true}, SHIFT(1806),
[4118] = {.count = 1, .reusable = true}, SHIFT(1808),
[4120] = {.count = 1, .reusable = true}, SHIFT(1809),
[4122] = {.count = 1, .reusable = false}, SHIFT(1810),
[4124] = {.count = 1, .reusable = true}, SHIFT(1810),
[4126] = {.count = 1, .reusable = true}, SHIFT(1811),
[4128] = {.count = 1, .reusable = true}, SHIFT(1812),
[4130] = {.count = 1, .reusable = false}, SHIFT(1813),
[4132] = {.count = 1, .reusable = true}, SHIFT(1813),
[4134] = {.count = 1, .reusable = false}, SHIFT(1814),
[4136] = {.count = 1, .reusable = true}, SHIFT(1814),
[4138] = {.count = 1, .reusable = false}, SHIFT(1816),
[4140] = {.count = 1, .reusable = true}, SHIFT(1816),
[4142] = {.count = 1, .reusable = false}, SHIFT(1817),
[4144] = {.count = 1, .reusable = true}, SHIFT(1817),
[4146] = {.count = 1, .reusable = true}, REDUCE(sym_subscript, 6, .alias_sequence_id = 4),
[4148] = {.count = 1, .reusable = true}, REDUCE(sym_subscript, 6),
[4150] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(993),
[4153] = {.count = 1, .reusable = false}, SHIFT(1819),
[4155] = {.count = 1, .reusable = true}, SHIFT(1820),
[4157] = {.count = 1, .reusable = false}, SHIFT(1821),
[4159] = {.count = 1, .reusable = true}, SHIFT(1822),
[4161] = {.count = 1, .reusable = true}, SHIFT(1824),
[4163] = {.count = 1, .reusable = true}, SHIFT(1825),
[4165] = {.count = 1, .reusable = false}, SHIFT(1827),
[4167] = {.count = 1, .reusable = true}, SHIFT(1827),
[4169] = {.count = 1, .reusable = true}, SHIFT(1826),
[4171] = {.count = 1, .reusable = false}, SHIFT(1829),
[4173] = {.count = 1, .reusable = true}, SHIFT(1829),
[4175] = {.count = 1, .reusable = true}, SHIFT(1828),
[4177] = {.count = 1, .reusable = true}, SHIFT(1830),
[4179] = {.count = 1, .reusable = true}, SHIFT(1831),
[4181] = {.count = 1, .reusable = false}, SHIFT(1832),
[4183] = {.count = 1, .reusable = true}, SHIFT(1832),
[4185] = {.count = 1, .reusable = true}, SHIFT(1833),
[4187] = {.count = 1, .reusable = true}, SHIFT(1834),
[4189] = {.count = 1, .reusable = false}, SHIFT(1835),
[4191] = {.count = 1, .reusable = true}, SHIFT(1835),
[4193] = {.count = 1, .reusable = false}, SHIFT(1836),
[4195] = {.count = 1, .reusable = true}, SHIFT(1836),
[4197] = {.count = 1, .reusable = false}, SHIFT(1838),
[4199] = {.count = 1, .reusable = true}, SHIFT(1838),
[4201] = {.count = 1, .reusable = false}, SHIFT(1839),
[4203] = {.count = 1, .reusable = true}, SHIFT(1839),
[4205] = {.count = 1, .reusable = true}, SHIFT(1841),
[4207] = {.count = 1, .reusable = false}, SHIFT(1842),
[4209] = {.count = 1, .reusable = true}, SHIFT(1842),
[4211] = {.count = 1, .reusable = false}, SHIFT(1843),
[4213] = {.count = 1, .reusable = true}, SHIFT(1843),
[4215] = {.count = 1, .reusable = true}, SHIFT(1845),
[4217] = {.count = 1, .reusable = true}, SHIFT(1846),
[4219] = {.count = 1, .reusable = false}, SHIFT(1847),
[4221] = {.count = 1, .reusable = true}, SHIFT(1848),
[4223] = {.count = 1, .reusable = true}, SHIFT(1850),
[4225] = {.count = 1, .reusable = true}, SHIFT(1851),
[4227] = {.count = 1, .reusable = false}, SHIFT(1852),
[4229] = {.count = 1, .reusable = true}, SHIFT(1852),
[4231] = {.count = 1, .reusable = true}, SHIFT(1853),
[4233] = {.count = 1, .reusable = false}, SHIFT(1854),
[4235] = {.count = 1, .reusable = true}, SHIFT(1854),
[4237] = {.count = 1, .reusable = true}, SHIFT(1855),
[4239] = {.count = 1, .reusable = false}, SHIFT(1856),
[4241] = {.count = 1, .reusable = true}, SHIFT(1856),
[4243] = {.count = 1, .reusable = true}, SHIFT(1857),
[4245] = {.count = 1, .reusable = false}, SHIFT(1858),
[4247] = {.count = 1, .reusable = true}, SHIFT(1858),
[4249] = {.count = 1, .reusable = false}, SHIFT(1859),
[4251] = {.count = 1, .reusable = true}, SHIFT(1859),
[4253] = {.count = 1, .reusable = true}, SHIFT(1860),
[4255] = {.count = 1, .reusable = false}, SHIFT(1861),
[4257] = {.count = 1, .reusable = true}, SHIFT(1861),
[4259] = {.count = 1, .reusable = true}, REDUCE(sym_c_style_for_statement, 6),
[4261] = {.count = 1, .reusable = false}, REDUCE(sym_c_style_for_statement, 6),
[4263] = {.count = 1, .reusable = true}, SHIFT(1863),
[4265] = {.count = 1, .reusable = true}, SHIFT(1864),
[4267] = {.count = 1, .reusable = true}, SHIFT(1865),
[4269] = {.count = 1, .reusable = true}, SHIFT(1866),
[4271] = {.count = 1, .reusable = false}, SHIFT(1867),
[4273] = {.count = 1, .reusable = true}, SHIFT(1868),
[4275] = {.count = 1, .reusable = true}, SHIFT(1870),
[4277] = {.count = 1, .reusable = true}, SHIFT(1871),
[4279] = {.count = 1, .reusable = false}, SHIFT(1872),
[4281] = {.count = 1, .reusable = true}, SHIFT(1872),
[4283] = {.count = 1, .reusable = true}, SHIFT(1873),
[4285] = {.count = 1, .reusable = false}, SHIFT(1874),
[4287] = {.count = 1, .reusable = true}, SHIFT(1874),
[4289] = {.count = 1, .reusable = true}, SHIFT(1875),
[4291] = {.count = 1, .reusable = false}, SHIFT(1876),
[4293] = {.count = 1, .reusable = true}, SHIFT(1876),
[4295] = {.count = 1, .reusable = true}, SHIFT(1877),
[4297] = {.count = 1, .reusable = false}, SHIFT(1878),
[4299] = {.count = 1, .reusable = true}, SHIFT(1878),
[4301] = {.count = 1, .reusable = false}, SHIFT(1879),
[4303] = {.count = 1, .reusable = true}, SHIFT(1879),
[4305] = {.count = 1, .reusable = true}, SHIFT(1880),
[4307] = {.count = 1, .reusable = false}, SHIFT(1881),
[4309] = {.count = 1, .reusable = true}, SHIFT(1881),
[4311] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(1079),
[4314] = {.count = 1, .reusable = false}, SHIFT(1883),
[4316] = {.count = 1, .reusable = true}, SHIFT(1884),
[4318] = {.count = 1, .reusable = false}, SHIFT(1885),
[4320] = {.count = 1, .reusable = true}, SHIFT(1886),
[4322] = {.count = 1, .reusable = true}, SHIFT(1888),
[4324] = {.count = 1, .reusable = true}, SHIFT(1889),
[4326] = {.count = 1, .reusable = false}, SHIFT(1891),
[4328] = {.count = 1, .reusable = true}, SHIFT(1891),
[4330] = {.count = 1, .reusable = true}, SHIFT(1890),
[4332] = {.count = 1, .reusable = false}, SHIFT(1893),
[4334] = {.count = 1, .reusable = true}, SHIFT(1893),
[4336] = {.count = 1, .reusable = true}, SHIFT(1892),
[4338] = {.count = 1, .reusable = true}, SHIFT(1894),
[4340] = {.count = 1, .reusable = true}, SHIFT(1895),
[4342] = {.count = 1, .reusable = false}, SHIFT(1896),
[4344] = {.count = 1, .reusable = true}, SHIFT(1896),
[4346] = {.count = 1, .reusable = true}, SHIFT(1897),
[4348] = {.count = 1, .reusable = true}, SHIFT(1898),
[4350] = {.count = 1, .reusable = false}, SHIFT(1899),
[4352] = {.count = 1, .reusable = true}, SHIFT(1899),
[4354] = {.count = 1, .reusable = false}, SHIFT(1900),
[4356] = {.count = 1, .reusable = true}, SHIFT(1900),
[4358] = {.count = 1, .reusable = false}, SHIFT(1902),
[4360] = {.count = 1, .reusable = true}, SHIFT(1902),
[4362] = {.count = 1, .reusable = false}, SHIFT(1903),
[4364] = {.count = 1, .reusable = true}, SHIFT(1903),
[4366] = {.count = 1, .reusable = true}, SHIFT(1905),
[4368] = {.count = 1, .reusable = false}, SHIFT(1906),
[4370] = {.count = 1, .reusable = true}, SHIFT(1906),
[4372] = {.count = 1, .reusable = false}, SHIFT(1907),
[4374] = {.count = 1, .reusable = true}, SHIFT(1907),
[4376] = {.count = 1, .reusable = true}, REDUCE(sym_for_statement, 6),
[4378] = {.count = 1, .reusable = false}, REDUCE(sym_for_statement, 6),
[4380] = {.count = 1, .reusable = true}, SHIFT(1909),
[4382] = {.count = 1, .reusable = true}, SHIFT(1910),
[4384] = {.count = 1, .reusable = false}, SHIFT(1911),
[4386] = {.count = 1, .reusable = true}, SHIFT(1912),
[4388] = {.count = 1, .reusable = true}, SHIFT(1914),
[4390] = {.count = 1, .reusable = true}, SHIFT(1915),
[4392] = {.count = 1, .reusable = false}, SHIFT(1916),
[4394] = {.count = 1, .reusable = true}, SHIFT(1916),
[4396] = {.count = 1, .reusable = true}, SHIFT(1917),
[4398] = {.count = 1, .reusable = false}, SHIFT(1918),
[4400] = {.count = 1, .reusable = true}, SHIFT(1918),
[4402] = {.count = 1, .reusable = true}, SHIFT(1919),
[4404] = {.count = 1, .reusable = false}, SHIFT(1920),
[4406] = {.count = 1, .reusable = true}, SHIFT(1920),
[4408] = {.count = 1, .reusable = true}, SHIFT(1921),
[4410] = {.count = 1, .reusable = false}, SHIFT(1922),
[4412] = {.count = 1, .reusable = true}, SHIFT(1922),
[4414] = {.count = 1, .reusable = false}, SHIFT(1923),
[4416] = {.count = 1, .reusable = true}, SHIFT(1923),
[4418] = {.count = 1, .reusable = true}, SHIFT(1924),
[4420] = {.count = 1, .reusable = false}, SHIFT(1925),
[4422] = {.count = 1, .reusable = true}, SHIFT(1925),
[4424] = {.count = 1, .reusable = true}, SHIFT(1926),
[4426] = {.count = 1, .reusable = true}, SHIFT(1927),
[4428] = {.count = 1, .reusable = true}, SHIFT(1928),
[4430] = {.count = 1, .reusable = false}, SHIFT(1929),
[4432] = {.count = 1, .reusable = true}, SHIFT(1929),
[4434] = {.count = 1, .reusable = false}, SHIFT(1930),
[4436] = {.count = 1, .reusable = true}, SHIFT(1930),
[4438] = {.count = 1, .reusable = true}, SHIFT(1931),
[4440] = {.count = 1, .reusable = true}, SHIFT(1932),
[4442] = {.count = 1, .reusable = true}, SHIFT(1933),
[4444] = {.count = 1, .reusable = false}, REDUCE(sym_elif_clause, 3),
[4446] = {.count = 1, .reusable = true}, REDUCE(sym_if_statement, 6),
[4448] = {.count = 1, .reusable = false}, REDUCE(sym_if_statement, 6),
[4450] = {.count = 1, .reusable = true}, SHIFT(1935),
[4452] = {.count = 1, .reusable = true}, SHIFT(1936),
[4454] = {.count = 1, .reusable = true}, SHIFT(1937),
[4456] = {.count = 1, .reusable = true}, SHIFT(1939),
[4458] = {.count = 1, .reusable = false}, REDUCE(sym_last_case_item, 2, .alias_sequence_id = 1),
[4460] = {.count = 1, .reusable = true}, SHIFT(1940),
[4462] = {.count = 1, .reusable = false}, SHIFT(1941),
[4464] = {.count = 1, .reusable = false}, SHIFT(1942),
[4466] = {.count = 1, .reusable = false}, SHIFT(1943),
[4468] = {.count = 1, .reusable = false}, SHIFT(1944),
[4470] = {.count = 1, .reusable = true}, SHIFT(1945),
[4472] = {.count = 1, .reusable = false}, SHIFT(1946),
[4474] = {.count = 1, .reusable = true}, SHIFT(1947),
[4476] = {.count = 1, .reusable = true}, SHIFT(1948),
[4478] = {.count = 1, .reusable = true}, SHIFT(1949),
[4480] = {.count = 1, .reusable = true}, SHIFT(1950),
[4482] = {.count = 1, .reusable = true}, SHIFT(1951),
[4484] = {.count = 1, .reusable = false}, SHIFT(1952),
[4486] = {.count = 1, .reusable = true}, SHIFT(1960),
[4488] = {.count = 1, .reusable = false}, REDUCE(sym_last_case_item, 2),
[4490] = {.count = 1, .reusable = true}, SHIFT(1963),
[4492] = {.count = 1, .reusable = true}, SHIFT(1967),
[4494] = {.count = 1, .reusable = true}, REDUCE(sym_case_statement, 6, .alias_sequence_id = 2),
[4496] = {.count = 1, .reusable = false}, REDUCE(sym_case_statement, 6, .alias_sequence_id = 2),
[4498] = {.count = 1, .reusable = true}, SHIFT(1968),
[4500] = {.count = 2, .reusable = true}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1969),
[4503] = {.count = 2, .reusable = true}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(223),
[4506] = {.count = 2, .reusable = false}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(224),
[4509] = {.count = 2, .reusable = true}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1970),
[4512] = {.count = 2, .reusable = true}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(226),
[4515] = {.count = 2, .reusable = true}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(227),
[4518] = {.count = 2, .reusable = true}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(228),
[4521] = {.count = 2, .reusable = true}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(229),
[4524] = {.count = 1, .reusable = true}, REDUCE(sym_case_statement, 6),
[4526] = {.count = 1, .reusable = false}, REDUCE(sym_case_statement, 6),
[4528] = {.count = 1, .reusable = true}, SHIFT(1973),
[4530] = {.count = 1, .reusable = true}, SHIFT(1975),
[4532] = {.count = 1, .reusable = true}, SHIFT(1976),
[4534] = {.count = 1, .reusable = true}, SHIFT(1977),
[4536] = {.count = 1, .reusable = false}, SHIFT(1978),
[4538] = {.count = 1, .reusable = true}, SHIFT(1978),
[4540] = {.count = 1, .reusable = false}, SHIFT(1979),
[4542] = {.count = 1, .reusable = true}, SHIFT(1979),
[4544] = {.count = 1, .reusable = true}, SHIFT(1980),
[4546] = {.count = 1, .reusable = true}, SHIFT(1981),
[4548] = {.count = 1, .reusable = true}, SHIFT(1982),
[4550] = {.count = 1, .reusable = true}, REDUCE(sym_subshell, 6),
[4552] = {.count = 1, .reusable = false}, REDUCE(sym_subshell, 6),
[4554] = {.count = 1, .reusable = true}, SHIFT(1983),
[4556] = {.count = 1, .reusable = true}, SHIFT(1984),
[4558] = {.count = 1, .reusable = true}, SHIFT(1985),
[4560] = {.count = 1, .reusable = false}, SHIFT(1986),
[4562] = {.count = 1, .reusable = true}, SHIFT(1986),
[4564] = {.count = 1, .reusable = false}, SHIFT(1987),
[4566] = {.count = 1, .reusable = true}, SHIFT(1987),
[4568] = {.count = 1, .reusable = true}, SHIFT(1988),
[4570] = {.count = 1, .reusable = true}, SHIFT(1989),
[4572] = {.count = 1, .reusable = true}, SHIFT(1990),
[4574] = {.count = 1, .reusable = true}, SHIFT(1991),
[4576] = {.count = 1, .reusable = true}, SHIFT(1992),
[4578] = {.count = 1, .reusable = true}, SHIFT(1993),
[4580] = {.count = 1, .reusable = false}, SHIFT(1994),
[4582] = {.count = 1, .reusable = true}, SHIFT(1994),
[4584] = {.count = 1, .reusable = false}, SHIFT(1995),
[4586] = {.count = 1, .reusable = true}, SHIFT(1995),
[4588] = {.count = 1, .reusable = true}, SHIFT(1996),
[4590] = {.count = 1, .reusable = true}, SHIFT(1997),
[4592] = {.count = 1, .reusable = true}, SHIFT(1998),
[4594] = {.count = 1, .reusable = true}, SHIFT(1999),
[4596] = {.count = 1, .reusable = true}, SHIFT(2000),
[4598] = {.count = 1, .reusable = true}, SHIFT(2001),
[4600] = {.count = 1, .reusable = false}, SHIFT(2002),
[4602] = {.count = 1, .reusable = true}, SHIFT(2002),
[4604] = {.count = 1, .reusable = false}, SHIFT(2003),
[4606] = {.count = 1, .reusable = true}, SHIFT(2003),
[4608] = {.count = 1, .reusable = true}, SHIFT(2004),
[4610] = {.count = 1, .reusable = true}, SHIFT(2005),
[4612] = {.count = 1, .reusable = true}, SHIFT(2006),
[4614] = {.count = 1, .reusable = true}, SHIFT(2007),
[4616] = {.count = 1, .reusable = true}, SHIFT(2008),
[4618] = {.count = 1, .reusable = true}, SHIFT(2009),
[4620] = {.count = 1, .reusable = false}, SHIFT(2010),
[4622] = {.count = 1, .reusable = true}, SHIFT(2010),
[4624] = {.count = 1, .reusable = false}, SHIFT(2011),
[4626] = {.count = 1, .reusable = true}, SHIFT(2011),
[4628] = {.count = 1, .reusable = true}, SHIFT(2012),
[4630] = {.count = 1, .reusable = true}, SHIFT(2013),
[4632] = {.count = 1, .reusable = true}, SHIFT(2014),
[4634] = {.count = 1, .reusable = true}, SHIFT(2015),
[4636] = {.count = 1, .reusable = true}, SHIFT(2016),
[4638] = {.count = 1, .reusable = true}, SHIFT(2017),
[4640] = {.count = 1, .reusable = false}, SHIFT(2018),
[4642] = {.count = 1, .reusable = true}, SHIFT(2018),
[4644] = {.count = 1, .reusable = false}, SHIFT(2019),
[4646] = {.count = 1, .reusable = true}, SHIFT(2019),
[4648] = {.count = 1, .reusable = true}, SHIFT(2020),
[4650] = {.count = 1, .reusable = true}, SHIFT(2021),
[4652] = {.count = 1, .reusable = true}, SHIFT(2022),
[4654] = {.count = 1, .reusable = false}, REDUCE(sym_subscript, 5, .alias_sequence_id = 4),
[4656] = {.count = 1, .reusable = true}, SHIFT(2023),
[4658] = {.count = 1, .reusable = false}, REDUCE(sym_subscript, 5),
[4660] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(1358),
[4663] = {.count = 1, .reusable = false}, SHIFT(2024),
[4665] = {.count = 1, .reusable = true}, SHIFT(2025),
[4667] = {.count = 1, .reusable = false}, SHIFT(2026),
[4669] = {.count = 1, .reusable = true}, SHIFT(2027),
[4671] = {.count = 1, .reusable = true}, SHIFT(2029),
[4673] = {.count = 1, .reusable = true}, SHIFT(2030),
[4675] = {.count = 1, .reusable = false}, SHIFT(2032),
[4677] = {.count = 1, .reusable = true}, SHIFT(2032),
[4679] = {.count = 1, .reusable = true}, SHIFT(2031),
[4681] = {.count = 1, .reusable = false}, SHIFT(2034),
[4683] = {.count = 1, .reusable = true}, SHIFT(2034),
[4685] = {.count = 1, .reusable = true}, SHIFT(2033),
[4687] = {.count = 1, .reusable = true}, SHIFT(2035),
[4689] = {.count = 1, .reusable = true}, SHIFT(2036),
[4691] = {.count = 1, .reusable = false}, SHIFT(2037),
[4693] = {.count = 1, .reusable = true}, SHIFT(2037),
[4695] = {.count = 1, .reusable = true}, SHIFT(2038),
[4697] = {.count = 1, .reusable = true}, SHIFT(2039),
[4699] = {.count = 1, .reusable = false}, SHIFT(2040),
[4701] = {.count = 1, .reusable = true}, SHIFT(2040),
[4703] = {.count = 1, .reusable = false}, SHIFT(2041),
[4705] = {.count = 1, .reusable = true}, SHIFT(2041),
[4707] = {.count = 1, .reusable = false}, SHIFT(2043),
[4709] = {.count = 1, .reusable = true}, SHIFT(2043),
[4711] = {.count = 1, .reusable = false}, SHIFT(2044),
[4713] = {.count = 1, .reusable = true}, SHIFT(2044),
[4715] = {.count = 1, .reusable = true}, SHIFT(2046),
[4717] = {.count = 1, .reusable = false}, SHIFT(2047),
[4719] = {.count = 1, .reusable = true}, SHIFT(2047),
[4721] = {.count = 1, .reusable = false}, SHIFT(2048),
[4723] = {.count = 1, .reusable = true}, SHIFT(2048),
[4725] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 6, .alias_sequence_id = 7),
[4727] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 6, .alias_sequence_id = 7),
[4729] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 6),
[4731] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 6),
[4733] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 6, .alias_sequence_id = 5),
[4735] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 6, .alias_sequence_id = 5),
[4737] = {.count = 1, .reusable = true}, SHIFT(2050),
[4739] = {.count = 1, .reusable = true}, SHIFT(2051),
[4741] = {.count = 1, .reusable = true}, SHIFT(2052),
[4743] = {.count = 1, .reusable = true}, SHIFT(2053),
[4745] = {.count = 1, .reusable = false}, SHIFT(2054),
[4747] = {.count = 1, .reusable = true}, SHIFT(2055),
[4749] = {.count = 1, .reusable = true}, SHIFT(2057),
[4751] = {.count = 1, .reusable = true}, SHIFT(2058),
[4753] = {.count = 1, .reusable = false}, SHIFT(2059),
[4755] = {.count = 1, .reusable = true}, SHIFT(2059),
[4757] = {.count = 1, .reusable = true}, SHIFT(2060),
[4759] = {.count = 1, .reusable = false}, SHIFT(2061),
[4761] = {.count = 1, .reusable = true}, SHIFT(2061),
[4763] = {.count = 1, .reusable = true}, SHIFT(2062),
[4765] = {.count = 1, .reusable = false}, SHIFT(2063),
[4767] = {.count = 1, .reusable = true}, SHIFT(2063),
[4769] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 6, .alias_sequence_id = 3),
[4771] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 6, .alias_sequence_id = 3),
[4773] = {.count = 1, .reusable = true}, SHIFT(2064),
[4775] = {.count = 1, .reusable = false}, SHIFT(2065),
[4777] = {.count = 1, .reusable = true}, SHIFT(2065),
[4779] = {.count = 1, .reusable = false}, SHIFT(2066),
[4781] = {.count = 1, .reusable = true}, SHIFT(2066),
[4783] = {.count = 1, .reusable = true}, SHIFT(2067),
[4785] = {.count = 1, .reusable = false}, SHIFT(2068),
[4787] = {.count = 1, .reusable = true}, SHIFT(2068),
[4789] = {.count = 1, .reusable = true}, REDUCE(sym_command_substitution, 6),
[4791] = {.count = 1, .reusable = false}, REDUCE(sym_command_substitution, 6),
[4793] = {.count = 1, .reusable = true}, REDUCE(sym_process_substitution, 6),
[4795] = {.count = 1, .reusable = false}, REDUCE(sym_process_substitution, 6),
[4797] = {.count = 1, .reusable = true}, SHIFT(2069),
[4799] = {.count = 1, .reusable = true}, SHIFT(2070),
[4801] = {.count = 1, .reusable = false}, SHIFT(2071),
[4803] = {.count = 1, .reusable = true}, SHIFT(2072),
[4805] = {.count = 1, .reusable = true}, SHIFT(2074),
[4807] = {.count = 1, .reusable = true}, SHIFT(2075),
[4809] = {.count = 1, .reusable = false}, SHIFT(2076),
[4811] = {.count = 1, .reusable = true}, SHIFT(2076),
[4813] = {.count = 1, .reusable = true}, SHIFT(2077),
[4815] = {.count = 1, .reusable = false}, SHIFT(2078),
[4817] = {.count = 1, .reusable = true}, SHIFT(2078),
[4819] = {.count = 1, .reusable = true}, SHIFT(2079),
[4821] = {.count = 1, .reusable = false}, SHIFT(2080),
[4823] = {.count = 1, .reusable = true}, SHIFT(2080),
[4825] = {.count = 1, .reusable = true}, SHIFT(2081),
[4827] = {.count = 1, .reusable = false}, SHIFT(2082),
[4829] = {.count = 1, .reusable = true}, SHIFT(2082),
[4831] = {.count = 1, .reusable = false}, SHIFT(2083),
[4833] = {.count = 1, .reusable = true}, SHIFT(2083),
[4835] = {.count = 1, .reusable = true}, SHIFT(2084),
[4837] = {.count = 1, .reusable = true}, SHIFT(2085),
[4839] = {.count = 1, .reusable = false}, SHIFT(2086),
[4841] = {.count = 1, .reusable = true}, SHIFT(2087),
[4843] = {.count = 1, .reusable = true}, SHIFT(2089),
[4845] = {.count = 1, .reusable = true}, SHIFT(2090),
[4847] = {.count = 1, .reusable = false}, SHIFT(2091),
[4849] = {.count = 1, .reusable = true}, SHIFT(2091),
[4851] = {.count = 1, .reusable = true}, SHIFT(2092),
[4853] = {.count = 1, .reusable = false}, SHIFT(2093),
[4855] = {.count = 1, .reusable = true}, SHIFT(2093),
[4857] = {.count = 1, .reusable = true}, SHIFT(2094),
[4859] = {.count = 1, .reusable = false}, SHIFT(2095),
[4861] = {.count = 1, .reusable = true}, SHIFT(2095),
[4863] = {.count = 1, .reusable = true}, SHIFT(2096),
[4865] = {.count = 1, .reusable = false}, SHIFT(2097),
[4867] = {.count = 1, .reusable = true}, SHIFT(2097),
[4869] = {.count = 1, .reusable = false}, SHIFT(2098),
[4871] = {.count = 1, .reusable = true}, SHIFT(2098),
[4873] = {.count = 1, .reusable = true}, SHIFT(2099),
[4875] = {.count = 1, .reusable = false}, SHIFT(2100),
[4877] = {.count = 1, .reusable = true}, SHIFT(2100),
[4879] = {.count = 1, .reusable = true}, SHIFT(2101),
[4881] = {.count = 1, .reusable = true}, SHIFT(2102),
[4883] = {.count = 1, .reusable = true}, SHIFT(2103),
[4885] = {.count = 1, .reusable = false}, SHIFT(2104),
[4887] = {.count = 1, .reusable = true}, SHIFT(2104),
[4889] = {.count = 1, .reusable = false}, SHIFT(2105),
[4891] = {.count = 1, .reusable = true}, SHIFT(2105),
[4893] = {.count = 1, .reusable = true}, SHIFT(2106),
[4895] = {.count = 1, .reusable = true}, SHIFT(2107),
[4897] = {.count = 1, .reusable = true}, SHIFT(2108),
[4899] = {.count = 1, .reusable = true}, REDUCE(sym_c_style_for_statement, 7),
[4901] = {.count = 1, .reusable = false}, REDUCE(sym_c_style_for_statement, 7),
[4903] = {.count = 1, .reusable = true}, SHIFT(2110),
[4905] = {.count = 1, .reusable = true}, SHIFT(2111),
[4907] = {.count = 1, .reusable = true}, SHIFT(2112),
[4909] = {.count = 1, .reusable = true}, SHIFT(2113),
[4911] = {.count = 1, .reusable = false}, SHIFT(2114),
[4913] = {.count = 1, .reusable = true}, SHIFT(2114),
[4915] = {.count = 1, .reusable = false}, SHIFT(2115),
[4917] = {.count = 1, .reusable = true}, SHIFT(2115),
[4919] = {.count = 1, .reusable = true}, SHIFT(2116),
[4921] = {.count = 1, .reusable = true}, SHIFT(2117),
[4923] = {.count = 1, .reusable = true}, SHIFT(2118),
[4925] = {.count = 1, .reusable = true}, SHIFT(2119),
[4927] = {.count = 1, .reusable = true}, SHIFT(2120),
[4929] = {.count = 1, .reusable = true}, SHIFT(2121),
[4931] = {.count = 1, .reusable = false}, SHIFT(2122),
[4933] = {.count = 1, .reusable = true}, SHIFT(2123),
[4935] = {.count = 1, .reusable = true}, SHIFT(2125),
[4937] = {.count = 1, .reusable = true}, SHIFT(2126),
[4939] = {.count = 1, .reusable = false}, SHIFT(2127),
[4941] = {.count = 1, .reusable = true}, SHIFT(2127),
[4943] = {.count = 1, .reusable = true}, SHIFT(2128),
[4945] = {.count = 1, .reusable = false}, SHIFT(2129),
[4947] = {.count = 1, .reusable = true}, SHIFT(2129),
[4949] = {.count = 1, .reusable = true}, SHIFT(2130),
[4951] = {.count = 1, .reusable = false}, SHIFT(2131),
[4953] = {.count = 1, .reusable = true}, SHIFT(2131),
[4955] = {.count = 1, .reusable = true}, SHIFT(2132),
[4957] = {.count = 1, .reusable = false}, SHIFT(2133),
[4959] = {.count = 1, .reusable = true}, SHIFT(2133),
[4961] = {.count = 1, .reusable = false}, SHIFT(2134),
[4963] = {.count = 1, .reusable = true}, SHIFT(2134),
[4965] = {.count = 1, .reusable = true}, SHIFT(2135),
[4967] = {.count = 1, .reusable = false}, SHIFT(2136),
[4969] = {.count = 1, .reusable = true}, SHIFT(2136),
[4971] = {.count = 1, .reusable = true}, SHIFT(2137),
[4973] = {.count = 1, .reusable = true}, SHIFT(2138),
[4975] = {.count = 1, .reusable = true}, SHIFT(2139),
[4977] = {.count = 1, .reusable = false}, SHIFT(2140),
[4979] = {.count = 1, .reusable = true}, SHIFT(2140),
[4981] = {.count = 1, .reusable = false}, SHIFT(2141),
[4983] = {.count = 1, .reusable = true}, SHIFT(2141),
[4985] = {.count = 1, .reusable = true}, SHIFT(2142),
[4987] = {.count = 1, .reusable = true}, SHIFT(2143),
[4989] = {.count = 1, .reusable = true}, SHIFT(2144),
[4991] = {.count = 1, .reusable = true}, SHIFT(2145),
[4993] = {.count = 1, .reusable = true}, SHIFT(2146),
[4995] = {.count = 1, .reusable = false}, REDUCE(sym_elif_clause, 4),
[4997] = {.count = 1, .reusable = true}, REDUCE(sym_if_statement, 7),
[4999] = {.count = 1, .reusable = false}, REDUCE(sym_if_statement, 7),
[5001] = {.count = 1, .reusable = true}, REDUCE(aux_sym_case_item_repeat1, 2, .alias_sequence_id = 2),
[5003] = {.count = 1, .reusable = true}, REDUCE(aux_sym_case_item_repeat1, 2),
[5005] = {.count = 1, .reusable = true}, SHIFT(2147),
[5007] = {.count = 1, .reusable = false}, REDUCE(sym_last_case_item, 3, .alias_sequence_id = 1),
[5009] = {.count = 1, .reusable = true}, REDUCE(sym_case_item, 3, .alias_sequence_id = 1),
[5011] = {.count = 1, .reusable = false}, REDUCE(sym_case_item, 3, .alias_sequence_id = 1),
[5013] = {.count = 1, .reusable = true}, SHIFT(2148),
[5015] = {.count = 1, .reusable = true}, SHIFT(2149),
[5017] = {.count = 1, .reusable = true}, SHIFT(2150),
[5019] = {.count = 1, .reusable = false}, SHIFT(2151),
[5021] = {.count = 1, .reusable = true}, SHIFT(2152),
[5023] = {.count = 1, .reusable = true}, SHIFT(2153),
[5025] = {.count = 1, .reusable = true}, SHIFT(2154),
[5027] = {.count = 1, .reusable = true}, SHIFT(2155),
[5029] = {.count = 1, .reusable = true}, SHIFT(2156),
[5031] = {.count = 1, .reusable = false}, SHIFT(2158),
[5033] = {.count = 1, .reusable = false}, SHIFT(2152),
[5035] = {.count = 1, .reusable = true}, SHIFT(2159),
[5037] = {.count = 1, .reusable = true}, SHIFT(2160),
[5039] = {.count = 1, .reusable = false}, SHIFT(2161),
[5041] = {.count = 1, .reusable = true}, SHIFT(2162),
[5043] = {.count = 1, .reusable = true}, SHIFT(2163),
[5045] = {.count = 1, .reusable = true}, SHIFT(2164),
[5047] = {.count = 1, .reusable = true}, SHIFT(2165),
[5049] = {.count = 1, .reusable = true}, SHIFT(2166),
[5051] = {.count = 1, .reusable = false}, SHIFT(2167),
[5053] = {.count = 1, .reusable = false}, SHIFT(2162),
[5055] = {.count = 1, .reusable = true}, SHIFT(2168),
[5057] = {.count = 1, .reusable = false}, SHIFT(2170),
[5059] = {.count = 1, .reusable = false}, SHIFT(2171),
[5061] = {.count = 1, .reusable = true}, SHIFT(2173),
[5063] = {.count = 1, .reusable = true}, SHIFT(2174),
[5065] = {.count = 1, .reusable = false}, SHIFT(2175),
[5067] = {.count = 1, .reusable = true}, SHIFT(2175),
[5069] = {.count = 1, .reusable = true}, SHIFT(2176),
[5071] = {.count = 1, .reusable = true}, SHIFT(2177),
[5073] = {.count = 1, .reusable = true}, SHIFT(2178),
[5075] = {.count = 1, .reusable = false}, SHIFT(2179),
[5077] = {.count = 1, .reusable = true}, SHIFT(2179),
[5079] = {.count = 1, .reusable = true}, SHIFT(2189),
[5081] = {.count = 1, .reusable = false}, SHIFT(2190),
[5083] = {.count = 1, .reusable = true}, REDUCE(sym_last_case_item, 3, .alias_sequence_id = 1),
[5085] = {.count = 1, .reusable = false}, SHIFT(2191),
[5087] = {.count = 1, .reusable = true}, SHIFT(2192),
[5089] = {.count = 1, .reusable = true}, SHIFT(2191),
[5091] = {.count = 1, .reusable = true}, SHIFT(2193),
[5093] = {.count = 1, .reusable = false}, SHIFT(2194),
[5095] = {.count = 1, .reusable = true}, SHIFT(2194),
[5097] = {.count = 1, .reusable = true}, SHIFT(2195),
[5099] = {.count = 1, .reusable = true}, SHIFT(2190),
[5101] = {.count = 1, .reusable = false}, SHIFT(2198),
[5103] = {.count = 1, .reusable = true}, SHIFT(2199),
[5105] = {.count = 1, .reusable = true}, SHIFT(2200),
[5107] = {.count = 1, .reusable = false}, SHIFT(2200),
[5109] = {.count = 1, .reusable = true}, SHIFT(2202),
[5111] = {.count = 1, .reusable = true}, SHIFT(1944),
[5113] = {.count = 2, .reusable = true}, REDUCE(aux_sym_case_item_repeat1, 2), SHIFT_REPEAT(1613),
[5116] = {.count = 1, .reusable = false}, REDUCE(sym_last_case_item, 3),
[5118] = {.count = 1, .reusable = true}, REDUCE(sym_case_item, 3),
[5120] = {.count = 1, .reusable = false}, REDUCE(sym_case_item, 3),
[5122] = {.count = 1, .reusable = true}, REDUCE(sym_last_case_item, 3),
[5124] = {.count = 1, .reusable = true}, SHIFT(2208),
[5126] = {.count = 1, .reusable = true}, SHIFT(2209),
[5128] = {.count = 1, .reusable = true}, REDUCE(sym_case_statement, 7, .alias_sequence_id = 2),
[5130] = {.count = 1, .reusable = false}, REDUCE(sym_case_statement, 7, .alias_sequence_id = 2),
[5132] = {.count = 1, .reusable = true}, SHIFT(2213),
[5134] = {.count = 1, .reusable = true}, SHIFT(2215),
[5136] = {.count = 1, .reusable = true}, SHIFT(2217),
[5138] = {.count = 1, .reusable = true}, REDUCE(sym_case_statement, 7),
[5140] = {.count = 1, .reusable = false}, REDUCE(sym_case_statement, 7),
[5142] = {.count = 1, .reusable = true}, SHIFT(2218),
[5144] = {.count = 1, .reusable = true}, SHIFT(2219),
[5146] = {.count = 1, .reusable = true}, SHIFT(2220),
[5148] = {.count = 1, .reusable = true}, SHIFT(2221),
[5150] = {.count = 1, .reusable = true}, SHIFT(2222),
[5152] = {.count = 1, .reusable = true}, SHIFT(2223),
[5154] = {.count = 1, .reusable = true}, SHIFT(2224),
[5156] = {.count = 1, .reusable = true}, SHIFT(2225),
[5158] = {.count = 1, .reusable = true}, SHIFT(2226),
[5160] = {.count = 1, .reusable = true}, SHIFT(2227),
[5162] = {.count = 1, .reusable = true}, SHIFT(2228),
[5164] = {.count = 1, .reusable = true}, SHIFT(2229),
[5166] = {.count = 1, .reusable = true}, SHIFT(2230),
[5168] = {.count = 1, .reusable = false}, REDUCE(sym_subscript, 6, .alias_sequence_id = 4),
[5170] = {.count = 1, .reusable = false}, REDUCE(sym_subscript, 6),
[5172] = {.count = 1, .reusable = true}, SHIFT(2231),
[5174] = {.count = 1, .reusable = true}, SHIFT(2232),
[5176] = {.count = 1, .reusable = false}, SHIFT(2233),
[5178] = {.count = 1, .reusable = true}, SHIFT(2234),
[5180] = {.count = 1, .reusable = true}, SHIFT(2236),
[5182] = {.count = 1, .reusable = true}, SHIFT(2237),
[5184] = {.count = 1, .reusable = false}, SHIFT(2238),
[5186] = {.count = 1, .reusable = true}, SHIFT(2238),
[5188] = {.count = 1, .reusable = true}, SHIFT(2239),
[5190] = {.count = 1, .reusable = false}, SHIFT(2240),
[5192] = {.count = 1, .reusable = true}, SHIFT(2240),
[5194] = {.count = 1, .reusable = true}, SHIFT(2241),
[5196] = {.count = 1, .reusable = false}, SHIFT(2242),
[5198] = {.count = 1, .reusable = true}, SHIFT(2242),
[5200] = {.count = 1, .reusable = true}, SHIFT(2243),
[5202] = {.count = 1, .reusable = false}, SHIFT(2244),
[5204] = {.count = 1, .reusable = true}, SHIFT(2244),
[5206] = {.count = 1, .reusable = false}, SHIFT(2245),
[5208] = {.count = 1, .reusable = true}, SHIFT(2245),
[5210] = {.count = 1, .reusable = true}, SHIFT(2246),
[5212] = {.count = 1, .reusable = false}, SHIFT(2247),
[5214] = {.count = 1, .reusable = true}, SHIFT(2247),
[5216] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 7, .alias_sequence_id = 5),
[5218] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 7, .alias_sequence_id = 5),
[5220] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 7),
[5222] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 7),
[5224] = {.count = 1, .reusable = true}, SHIFT(2248),
[5226] = {.count = 1, .reusable = true}, SHIFT(2249),
[5228] = {.count = 1, .reusable = true}, SHIFT(2250),
[5230] = {.count = 1, .reusable = false}, SHIFT(2251),
[5232] = {.count = 1, .reusable = true}, SHIFT(2251),
[5234] = {.count = 1, .reusable = false}, SHIFT(2252),
[5236] = {.count = 1, .reusable = true}, SHIFT(2252),
[5238] = {.count = 1, .reusable = true}, SHIFT(2253),
[5240] = {.count = 1, .reusable = true}, SHIFT(2254),
[5242] = {.count = 1, .reusable = true}, SHIFT(2255),
[5244] = {.count = 1, .reusable = true}, SHIFT(2256),
[5246] = {.count = 1, .reusable = true}, SHIFT(2257),
[5248] = {.count = 1, .reusable = true}, SHIFT(2258),
[5250] = {.count = 1, .reusable = false}, SHIFT(2259),
[5252] = {.count = 1, .reusable = true}, SHIFT(2259),
[5254] = {.count = 1, .reusable = false}, SHIFT(2260),
[5256] = {.count = 1, .reusable = true}, SHIFT(2260),
[5258] = {.count = 1, .reusable = true}, SHIFT(2261),
[5260] = {.count = 1, .reusable = true}, SHIFT(2262),
[5262] = {.count = 1, .reusable = true}, SHIFT(2263),
[5264] = {.count = 1, .reusable = true}, SHIFT(2264),
[5266] = {.count = 1, .reusable = true}, SHIFT(2265),
[5268] = {.count = 1, .reusable = false}, SHIFT(2266),
[5270] = {.count = 1, .reusable = true}, SHIFT(2266),
[5272] = {.count = 1, .reusable = false}, SHIFT(2267),
[5274] = {.count = 1, .reusable = true}, SHIFT(2267),
[5276] = {.count = 1, .reusable = true}, SHIFT(2268),
[5278] = {.count = 1, .reusable = true}, SHIFT(2269),
[5280] = {.count = 1, .reusable = true}, SHIFT(2270),
[5282] = {.count = 1, .reusable = true}, SHIFT(2271),
[5284] = {.count = 1, .reusable = true}, SHIFT(2272),
[5286] = {.count = 1, .reusable = true}, REDUCE(sym_c_style_for_statement, 8),
[5288] = {.count = 1, .reusable = false}, REDUCE(sym_c_style_for_statement, 8),
[5290] = {.count = 1, .reusable = true}, SHIFT(2274),
[5292] = {.count = 1, .reusable = true}, SHIFT(2275),
[5294] = {.count = 1, .reusable = true}, SHIFT(2276),
[5296] = {.count = 1, .reusable = true}, SHIFT(2277),
[5298] = {.count = 1, .reusable = true}, SHIFT(2278),
[5300] = {.count = 1, .reusable = true}, SHIFT(2279),
[5302] = {.count = 1, .reusable = false}, SHIFT(2280),
[5304] = {.count = 1, .reusable = true}, SHIFT(2280),
[5306] = {.count = 1, .reusable = false}, SHIFT(2281),
[5308] = {.count = 1, .reusable = true}, SHIFT(2281),
[5310] = {.count = 1, .reusable = true}, SHIFT(2282),
[5312] = {.count = 1, .reusable = true}, SHIFT(2283),
[5314] = {.count = 1, .reusable = true}, SHIFT(2284),
[5316] = {.count = 1, .reusable = true}, SHIFT(2285),
[5318] = {.count = 1, .reusable = true}, SHIFT(2286),
[5320] = {.count = 1, .reusable = true}, SHIFT(2287),
[5322] = {.count = 1, .reusable = true}, SHIFT(2288),
[5324] = {.count = 1, .reusable = true}, SHIFT(2289),
[5326] = {.count = 1, .reusable = true}, SHIFT(2290),
[5328] = {.count = 1, .reusable = false}, SHIFT(2291),
[5330] = {.count = 1, .reusable = true}, SHIFT(2292),
[5332] = {.count = 1, .reusable = true}, SHIFT(2293),
[5334] = {.count = 1, .reusable = true}, SHIFT(2294),
[5336] = {.count = 1, .reusable = true}, SHIFT(2295),
[5338] = {.count = 1, .reusable = true}, SHIFT(2296),
[5340] = {.count = 1, .reusable = true}, SHIFT(2297),
[5342] = {.count = 1, .reusable = true}, SHIFT(2298),
[5344] = {.count = 1, .reusable = false}, SHIFT(2300),
[5346] = {.count = 1, .reusable = false}, SHIFT(2301),
[5348] = {.count = 1, .reusable = true}, SHIFT(2303),
[5350] = {.count = 1, .reusable = true}, SHIFT(2304),
[5352] = {.count = 1, .reusable = false}, SHIFT(2305),
[5354] = {.count = 1, .reusable = true}, SHIFT(2305),
[5356] = {.count = 1, .reusable = true}, SHIFT(2306),
[5358] = {.count = 1, .reusable = true}, SHIFT(2307),
[5360] = {.count = 1, .reusable = true}, SHIFT(2308),
[5362] = {.count = 1, .reusable = false}, SHIFT(2309),
[5364] = {.count = 1, .reusable = true}, SHIFT(2309),
[5366] = {.count = 1, .reusable = false}, SHIFT(2319),
[5368] = {.count = 1, .reusable = true}, SHIFT(2320),
[5370] = {.count = 1, .reusable = false}, SHIFT(2322),
[5372] = {.count = 1, .reusable = false}, SHIFT(2323),
[5374] = {.count = 1, .reusable = true}, SHIFT(2325),
[5376] = {.count = 1, .reusable = true}, SHIFT(2326),
[5378] = {.count = 1, .reusable = false}, SHIFT(2327),
[5380] = {.count = 1, .reusable = true}, SHIFT(2327),
[5382] = {.count = 1, .reusable = true}, SHIFT(2328),
[5384] = {.count = 1, .reusable = true}, SHIFT(2329),
[5386] = {.count = 1, .reusable = true}, SHIFT(2330),
[5388] = {.count = 1, .reusable = false}, SHIFT(2331),
[5390] = {.count = 1, .reusable = true}, SHIFT(2331),
[5392] = {.count = 1, .reusable = false}, SHIFT(2341),
[5394] = {.count = 1, .reusable = true}, SHIFT(2342),
[5396] = {.count = 1, .reusable = false}, SHIFT(2344),
[5398] = {.count = 1, .reusable = false}, SHIFT(2345),
[5400] = {.count = 1, .reusable = true}, SHIFT(2346),
[5402] = {.count = 1, .reusable = true}, SHIFT(2347),
[5404] = {.count = 1, .reusable = true}, SHIFT(2348),
[5406] = {.count = 1, .reusable = false}, SHIFT(2349),
[5408] = {.count = 1, .reusable = true}, SHIFT(2349),
[5410] = {.count = 1, .reusable = true}, SHIFT(2350),
[5412] = {.count = 1, .reusable = false}, SHIFT(2352),
[5414] = {.count = 1, .reusable = true}, SHIFT(2352),
[5416] = {.count = 1, .reusable = true}, SHIFT(2351),
[5418] = {.count = 1, .reusable = true}, SHIFT(2353),
[5420] = {.count = 1, .reusable = false}, SHIFT(2355),
[5422] = {.count = 1, .reusable = true}, SHIFT(2355),
[5424] = {.count = 1, .reusable = true}, SHIFT(2354),
[5426] = {.count = 1, .reusable = false}, SHIFT(2356),
[5428] = {.count = 1, .reusable = true}, SHIFT(2357),
[5430] = {.count = 1, .reusable = true}, SHIFT(2356),
[5432] = {.count = 1, .reusable = false}, SHIFT(2361),
[5434] = {.count = 1, .reusable = true}, SHIFT(2361),
[5436] = {.count = 1, .reusable = false}, SHIFT(2365),
[5438] = {.count = 1, .reusable = true}, SHIFT(2366),
[5440] = {.count = 1, .reusable = true}, SHIFT(2365),
[5442] = {.count = 1, .reusable = false}, SHIFT(2370),
[5444] = {.count = 1, .reusable = true}, SHIFT(2370),
[5446] = {.count = 1, .reusable = false}, REDUCE(sym_last_case_item, 4, .alias_sequence_id = 1),
[5448] = {.count = 1, .reusable = false}, REDUCE(sym_case_item, 4, .alias_sequence_id = 1),
[5450] = {.count = 1, .reusable = true}, REDUCE(sym_case_item, 4, .alias_sequence_id = 1),
[5452] = {.count = 1, .reusable = true}, SHIFT(2375),
[5454] = {.count = 1, .reusable = true}, SHIFT(2376),
[5456] = {.count = 1, .reusable = false}, SHIFT(2377),
[5458] = {.count = 1, .reusable = true}, SHIFT(2378),
[5460] = {.count = 1, .reusable = true}, SHIFT(2379),
[5462] = {.count = 1, .reusable = true}, SHIFT(2380),
[5464] = {.count = 1, .reusable = true}, SHIFT(2381),
[5466] = {.count = 1, .reusable = true}, SHIFT(2382),
[5468] = {.count = 1, .reusable = true}, SHIFT(2383),
[5470] = {.count = 1, .reusable = true}, SHIFT(2384),
[5472] = {.count = 1, .reusable = false}, SHIFT(2385),
[5474] = {.count = 1, .reusable = true}, SHIFT(2385),
[5476] = {.count = 1, .reusable = true}, SHIFT(2387),
[5478] = {.count = 1, .reusable = true}, SHIFT(2388),
[5480] = {.count = 1, .reusable = true}, SHIFT(2389),
[5482] = {.count = 1, .reusable = true}, REDUCE(sym_last_case_item, 4, .alias_sequence_id = 1),
[5484] = {.count = 1, .reusable = true}, SHIFT(2391),
[5486] = {.count = 1, .reusable = true}, SHIFT(2395),
[5488] = {.count = 1, .reusable = false}, REDUCE(sym_last_case_item, 4),
[5490] = {.count = 1, .reusable = false}, REDUCE(sym_case_item, 4),
[5492] = {.count = 1, .reusable = true}, REDUCE(sym_case_item, 4),
[5494] = {.count = 1, .reusable = true}, REDUCE(sym_last_case_item, 4),
[5496] = {.count = 1, .reusable = true}, SHIFT(2398),
[5498] = {.count = 1, .reusable = true}, SHIFT(2399),
[5500] = {.count = 1, .reusable = true}, SHIFT(2402),
[5502] = {.count = 1, .reusable = true}, SHIFT(2406),
[5504] = {.count = 1, .reusable = true}, SHIFT(2407),
[5506] = {.count = 1, .reusable = true}, SHIFT(2411),
[5508] = {.count = 1, .reusable = true}, REDUCE(sym_case_statement, 8, .alias_sequence_id = 2),
[5510] = {.count = 1, .reusable = false}, REDUCE(sym_case_statement, 8, .alias_sequence_id = 2),
[5512] = {.count = 1, .reusable = true}, REDUCE(sym_case_statement, 8),
[5514] = {.count = 1, .reusable = false}, REDUCE(sym_case_statement, 8),
[5516] = {.count = 1, .reusable = true}, SHIFT(2412),
[5518] = {.count = 1, .reusable = true}, SHIFT(2413),
[5520] = {.count = 1, .reusable = true}, SHIFT(2414),
[5522] = {.count = 1, .reusable = false}, SHIFT(2415),
[5524] = {.count = 1, .reusable = true}, SHIFT(2415),
[5526] = {.count = 1, .reusable = false}, SHIFT(2416),
[5528] = {.count = 1, .reusable = true}, SHIFT(2416),
[5530] = {.count = 1, .reusable = true}, SHIFT(2417),
[5532] = {.count = 1, .reusable = true}, SHIFT(2418),
[5534] = {.count = 1, .reusable = true}, SHIFT(2419),
[5536] = {.count = 1, .reusable = true}, SHIFT(2420),
[5538] = {.count = 1, .reusable = true}, SHIFT(2421),
[5540] = {.count = 1, .reusable = true}, SHIFT(2422),
[5542] = {.count = 1, .reusable = true}, SHIFT(2423),
[5544] = {.count = 1, .reusable = true}, SHIFT(2424),
[5546] = {.count = 1, .reusable = true}, SHIFT(2425),
[5548] = {.count = 1, .reusable = true}, REDUCE(sym_c_style_for_statement, 9),
[5550] = {.count = 1, .reusable = false}, REDUCE(sym_c_style_for_statement, 9),
[5552] = {.count = 1, .reusable = true}, SHIFT(2427),
[5554] = {.count = 1, .reusable = true}, SHIFT(2428),
[5556] = {.count = 1, .reusable = true}, SHIFT(2429),
[5558] = {.count = 1, .reusable = true}, SHIFT(2431),
[5560] = {.count = 1, .reusable = false}, SHIFT(2433),
[5562] = {.count = 1, .reusable = false}, SHIFT(2434),
[5564] = {.count = 1, .reusable = true}, SHIFT(2436),
[5566] = {.count = 1, .reusable = true}, SHIFT(2437),
[5568] = {.count = 1, .reusable = false}, SHIFT(2438),
[5570] = {.count = 1, .reusable = true}, SHIFT(2438),
[5572] = {.count = 1, .reusable = true}, SHIFT(2439),
[5574] = {.count = 1, .reusable = true}, SHIFT(2440),
[5576] = {.count = 1, .reusable = true}, SHIFT(2441),
[5578] = {.count = 1, .reusable = false}, SHIFT(2442),
[5580] = {.count = 1, .reusable = true}, SHIFT(2442),
[5582] = {.count = 1, .reusable = true}, SHIFT(2452),
[5584] = {.count = 1, .reusable = true}, SHIFT(2453),
[5586] = {.count = 1, .reusable = true}, SHIFT(2454),
[5588] = {.count = 1, .reusable = true}, SHIFT(2455),
[5590] = {.count = 1, .reusable = true}, SHIFT(2456),
[5592] = {.count = 1, .reusable = false}, SHIFT(2458),
[5594] = {.count = 1, .reusable = false}, SHIFT(2459),
[5596] = {.count = 1, .reusable = true}, SHIFT(2460),
[5598] = {.count = 1, .reusable = true}, SHIFT(2461),
[5600] = {.count = 1, .reusable = true}, SHIFT(2462),
[5602] = {.count = 1, .reusable = false}, SHIFT(2463),
[5604] = {.count = 1, .reusable = true}, SHIFT(2463),
[5606] = {.count = 1, .reusable = true}, SHIFT(2464),
[5608] = {.count = 1, .reusable = false}, SHIFT(2466),
[5610] = {.count = 1, .reusable = true}, SHIFT(2466),
[5612] = {.count = 1, .reusable = true}, SHIFT(2465),
[5614] = {.count = 1, .reusable = true}, SHIFT(2467),
[5616] = {.count = 1, .reusable = false}, SHIFT(2469),
[5618] = {.count = 1, .reusable = true}, SHIFT(2469),
[5620] = {.count = 1, .reusable = true}, SHIFT(2468),
[5622] = {.count = 1, .reusable = false}, SHIFT(2470),
[5624] = {.count = 1, .reusable = true}, SHIFT(2471),
[5626] = {.count = 1, .reusable = true}, SHIFT(2470),
[5628] = {.count = 1, .reusable = false}, SHIFT(2475),
[5630] = {.count = 1, .reusable = true}, SHIFT(2475),
[5632] = {.count = 1, .reusable = false}, SHIFT(2479),
[5634] = {.count = 1, .reusable = true}, SHIFT(2480),
[5636] = {.count = 1, .reusable = true}, SHIFT(2479),
[5638] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2148),
[5641] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2149),
[5644] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2150),
[5647] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2151),
[5650] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2152),
[5653] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2153),
[5656] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2154),
[5659] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2155),
[5662] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2156),
[5665] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2319),
[5668] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2152),
[5671] = {.count = 1, .reusable = true}, SHIFT(2484),
[5673] = {.count = 1, .reusable = false}, SHIFT(2486),
[5675] = {.count = 1, .reusable = false}, SHIFT(2487),
[5677] = {.count = 1, .reusable = true}, SHIFT(2488),
[5679] = {.count = 1, .reusable = true}, SHIFT(2489),
[5681] = {.count = 1, .reusable = true}, SHIFT(2490),
[5683] = {.count = 1, .reusable = false}, SHIFT(2491),
[5685] = {.count = 1, .reusable = true}, SHIFT(2491),
[5687] = {.count = 1, .reusable = true}, SHIFT(2492),
[5689] = {.count = 1, .reusable = false}, SHIFT(2494),
[5691] = {.count = 1, .reusable = true}, SHIFT(2494),
[5693] = {.count = 1, .reusable = true}, SHIFT(2493),
[5695] = {.count = 1, .reusable = true}, SHIFT(2495),
[5697] = {.count = 1, .reusable = false}, SHIFT(2497),
[5699] = {.count = 1, .reusable = true}, SHIFT(2497),
[5701] = {.count = 1, .reusable = true}, SHIFT(2496),
[5703] = {.count = 1, .reusable = false}, SHIFT(2498),
[5705] = {.count = 1, .reusable = true}, SHIFT(2499),
[5707] = {.count = 1, .reusable = true}, SHIFT(2498),
[5709] = {.count = 1, .reusable = false}, SHIFT(2503),
[5711] = {.count = 1, .reusable = true}, SHIFT(2503),
[5713] = {.count = 1, .reusable = false}, SHIFT(2507),
[5715] = {.count = 1, .reusable = true}, SHIFT(2508),
[5717] = {.count = 1, .reusable = true}, SHIFT(2507),
[5719] = {.count = 2, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2159),
[5722] = {.count = 2, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2160),
[5725] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2161),
[5728] = {.count = 2, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2162),
[5731] = {.count = 2, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2163),
[5734] = {.count = 2, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2164),
[5737] = {.count = 2, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2165),
[5740] = {.count = 2, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2166),
[5743] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2341),
[5746] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2162),
[5749] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2168),
[5752] = {.count = 1, .reusable = false}, SHIFT(2512),
[5754] = {.count = 1, .reusable = true}, SHIFT(2513),
[5756] = {.count = 1, .reusable = false}, SHIFT(2514),
[5758] = {.count = 1, .reusable = true}, SHIFT(2515),
[5760] = {.count = 1, .reusable = true}, SHIFT(2517),
[5762] = {.count = 1, .reusable = true}, SHIFT(2518),
[5764] = {.count = 1, .reusable = false}, SHIFT(2520),
[5766] = {.count = 1, .reusable = true}, SHIFT(2520),
[5768] = {.count = 1, .reusable = true}, SHIFT(2519),
[5770] = {.count = 1, .reusable = false}, SHIFT(2522),
[5772] = {.count = 1, .reusable = true}, SHIFT(2522),
[5774] = {.count = 1, .reusable = true}, SHIFT(2521),
[5776] = {.count = 1, .reusable = true}, SHIFT(2523),
[5778] = {.count = 1, .reusable = true}, SHIFT(2524),
[5780] = {.count = 1, .reusable = false}, SHIFT(2525),
[5782] = {.count = 1, .reusable = true}, SHIFT(2525),
[5784] = {.count = 1, .reusable = true}, SHIFT(2526),
[5786] = {.count = 1, .reusable = true}, SHIFT(2527),
[5788] = {.count = 1, .reusable = false}, SHIFT(2528),
[5790] = {.count = 1, .reusable = true}, SHIFT(2528),
[5792] = {.count = 1, .reusable = false}, SHIFT(2529),
[5794] = {.count = 1, .reusable = true}, SHIFT(2529),
[5796] = {.count = 1, .reusable = false}, SHIFT(2531),
[5798] = {.count = 1, .reusable = true}, SHIFT(2531),
[5800] = {.count = 1, .reusable = false}, SHIFT(2532),
[5802] = {.count = 1, .reusable = true}, SHIFT(2532),
[5804] = {.count = 1, .reusable = true}, SHIFT(2534),
[5806] = {.count = 1, .reusable = false}, SHIFT(2535),
[5808] = {.count = 1, .reusable = true}, SHIFT(2535),
[5810] = {.count = 1, .reusable = false}, SHIFT(2536),
[5812] = {.count = 1, .reusable = true}, SHIFT(2536),
[5814] = {.count = 1, .reusable = true}, SHIFT(2538),
[5816] = {.count = 1, .reusable = true}, SHIFT(2539),
[5818] = {.count = 1, .reusable = true}, SHIFT(2540),
[5820] = {.count = 1, .reusable = false}, SHIFT(2542),
[5822] = {.count = 1, .reusable = false}, SHIFT(2543),
[5824] = {.count = 1, .reusable = true}, SHIFT(2545),
[5826] = {.count = 1, .reusable = true}, SHIFT(2546),
[5828] = {.count = 1, .reusable = false}, SHIFT(2547),
[5830] = {.count = 1, .reusable = true}, SHIFT(2547),
[5832] = {.count = 1, .reusable = true}, SHIFT(2548),
[5834] = {.count = 1, .reusable = true}, SHIFT(2549),
[5836] = {.count = 1, .reusable = true}, SHIFT(2550),
[5838] = {.count = 1, .reusable = false}, SHIFT(2551),
[5840] = {.count = 1, .reusable = true}, SHIFT(2551),
[5842] = {.count = 2, .reusable = true}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2189),
[5845] = {.count = 2, .reusable = false}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2194),
[5848] = {.count = 2, .reusable = true}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2194),
[5851] = {.count = 2, .reusable = true}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2195),
[5854] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(2198),
[5857] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(2199),
[5860] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(1945),
[5863] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(1946),
[5866] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(2200),
[5869] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(1948),
[5872] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(1949),
[5875] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(1950),
[5878] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(1951),
[5881] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(2200),
[5884] = {.count = 1, .reusable = false}, REDUCE(sym_last_case_item, 5, .alias_sequence_id = 1),
[5886] = {.count = 1, .reusable = false}, REDUCE(sym_case_item, 5, .alias_sequence_id = 1),
[5888] = {.count = 1, .reusable = true}, REDUCE(sym_case_item, 5, .alias_sequence_id = 1),
[5890] = {.count = 1, .reusable = true}, REDUCE(sym_last_case_item, 5, .alias_sequence_id = 1),
[5892] = {.count = 1, .reusable = true}, SHIFT(2561),
[5894] = {.count = 1, .reusable = false}, REDUCE(sym_last_case_item, 5),
[5896] = {.count = 1, .reusable = false}, REDUCE(sym_case_item, 5),
[5898] = {.count = 1, .reusable = true}, REDUCE(sym_case_item, 5),
[5900] = {.count = 1, .reusable = true}, REDUCE(sym_last_case_item, 5),
[5902] = {.count = 1, .reusable = true}, SHIFT(2562),
[5904] = {.count = 1, .reusable = true}, SHIFT(2563),
[5906] = {.count = 1, .reusable = true}, SHIFT(2564),
[5908] = {.count = 1, .reusable = true}, SHIFT(2569),
[5910] = {.count = 1, .reusable = true}, SHIFT(2570),
[5912] = {.count = 1, .reusable = true}, SHIFT(2574),
[5914] = {.count = 1, .reusable = true}, SHIFT(2575),
[5916] = {.count = 1, .reusable = true}, REDUCE(sym_c_style_for_statement, 10),
[5918] = {.count = 1, .reusable = false}, REDUCE(sym_c_style_for_statement, 10),
[5920] = {.count = 1, .reusable = true}, SHIFT(2576),
[5922] = {.count = 1, .reusable = true}, SHIFT(2577),
[5924] = {.count = 1, .reusable = false}, SHIFT(2579),
[5926] = {.count = 1, .reusable = false}, SHIFT(2580),
[5928] = {.count = 1, .reusable = true}, SHIFT(2581),
[5930] = {.count = 1, .reusable = true}, SHIFT(2582),
[5932] = {.count = 1, .reusable = true}, SHIFT(2583),
[5934] = {.count = 1, .reusable = false}, SHIFT(2584),
[5936] = {.count = 1, .reusable = true}, SHIFT(2584),
[5938] = {.count = 1, .reusable = true}, SHIFT(2585),
[5940] = {.count = 1, .reusable = false}, SHIFT(2587),
[5942] = {.count = 1, .reusable = true}, SHIFT(2587),
[5944] = {.count = 1, .reusable = true}, SHIFT(2586),
[5946] = {.count = 1, .reusable = true}, SHIFT(2588),
[5948] = {.count = 1, .reusable = false}, SHIFT(2590),
[5950] = {.count = 1, .reusable = true}, SHIFT(2590),
[5952] = {.count = 1, .reusable = true}, SHIFT(2589),
[5954] = {.count = 1, .reusable = false}, SHIFT(2591),
[5956] = {.count = 1, .reusable = true}, SHIFT(2592),
[5958] = {.count = 1, .reusable = true}, SHIFT(2591),
[5960] = {.count = 1, .reusable = false}, SHIFT(2596),
[5962] = {.count = 1, .reusable = true}, SHIFT(2596),
[5964] = {.count = 1, .reusable = false}, SHIFT(2600),
[5966] = {.count = 1, .reusable = true}, SHIFT(2601),
[5968] = {.count = 1, .reusable = true}, SHIFT(2600),
[5970] = {.count = 1, .reusable = true}, SHIFT(2605),
[5972] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2298),
[5975] = {.count = 1, .reusable = false}, SHIFT(2607),
[5977] = {.count = 1, .reusable = true}, SHIFT(2608),
[5979] = {.count = 1, .reusable = false}, SHIFT(2609),
[5981] = {.count = 1, .reusable = true}, SHIFT(2610),
[5983] = {.count = 1, .reusable = true}, SHIFT(2612),
[5985] = {.count = 1, .reusable = true}, SHIFT(2613),
[5987] = {.count = 1, .reusable = false}, SHIFT(2615),
[5989] = {.count = 1, .reusable = true}, SHIFT(2615),
[5991] = {.count = 1, .reusable = true}, SHIFT(2614),
[5993] = {.count = 1, .reusable = false}, SHIFT(2617),
[5995] = {.count = 1, .reusable = true}, SHIFT(2617),
[5997] = {.count = 1, .reusable = true}, SHIFT(2616),
[5999] = {.count = 1, .reusable = true}, SHIFT(2618),
[6001] = {.count = 1, .reusable = true}, SHIFT(2619),
[6003] = {.count = 1, .reusable = false}, SHIFT(2620),
[6005] = {.count = 1, .reusable = true}, SHIFT(2620),
[6007] = {.count = 1, .reusable = true}, SHIFT(2621),
[6009] = {.count = 1, .reusable = true}, SHIFT(2622),
[6011] = {.count = 1, .reusable = false}, SHIFT(2623),
[6013] = {.count = 1, .reusable = true}, SHIFT(2623),
[6015] = {.count = 1, .reusable = false}, SHIFT(2624),
[6017] = {.count = 1, .reusable = true}, SHIFT(2624),
[6019] = {.count = 1, .reusable = false}, SHIFT(2626),
[6021] = {.count = 1, .reusable = true}, SHIFT(2626),
[6023] = {.count = 1, .reusable = false}, SHIFT(2627),
[6025] = {.count = 1, .reusable = true}, SHIFT(2627),
[6027] = {.count = 1, .reusable = true}, SHIFT(2629),
[6029] = {.count = 1, .reusable = false}, SHIFT(2630),
[6031] = {.count = 1, .reusable = true}, SHIFT(2630),
[6033] = {.count = 1, .reusable = false}, SHIFT(2631),
[6035] = {.count = 1, .reusable = true}, SHIFT(2631),
[6037] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2320),
[6040] = {.count = 1, .reusable = false}, SHIFT(2633),
[6042] = {.count = 1, .reusable = true}, SHIFT(2634),
[6044] = {.count = 1, .reusable = false}, SHIFT(2635),
[6046] = {.count = 1, .reusable = true}, SHIFT(2636),
[6048] = {.count = 1, .reusable = true}, SHIFT(2638),
[6050] = {.count = 1, .reusable = true}, SHIFT(2639),
[6052] = {.count = 1, .reusable = false}, SHIFT(2641),
[6054] = {.count = 1, .reusable = true}, SHIFT(2641),
[6056] = {.count = 1, .reusable = true}, SHIFT(2640),
[6058] = {.count = 1, .reusable = false}, SHIFT(2643),
[6060] = {.count = 1, .reusable = true}, SHIFT(2643),
[6062] = {.count = 1, .reusable = true}, SHIFT(2642),
[6064] = {.count = 1, .reusable = true}, SHIFT(2644),
[6066] = {.count = 1, .reusable = true}, SHIFT(2645),
[6068] = {.count = 1, .reusable = false}, SHIFT(2646),
[6070] = {.count = 1, .reusable = true}, SHIFT(2646),
[6072] = {.count = 1, .reusable = true}, SHIFT(2647),
[6074] = {.count = 1, .reusable = true}, SHIFT(2648),
[6076] = {.count = 1, .reusable = false}, SHIFT(2649),
[6078] = {.count = 1, .reusable = true}, SHIFT(2649),
[6080] = {.count = 1, .reusable = false}, SHIFT(2650),
[6082] = {.count = 1, .reusable = true}, SHIFT(2650),
[6084] = {.count = 1, .reusable = false}, SHIFT(2652),
[6086] = {.count = 1, .reusable = true}, SHIFT(2652),
[6088] = {.count = 1, .reusable = false}, SHIFT(2653),
[6090] = {.count = 1, .reusable = true}, SHIFT(2653),
[6092] = {.count = 1, .reusable = true}, SHIFT(2655),
[6094] = {.count = 1, .reusable = false}, SHIFT(2656),
[6096] = {.count = 1, .reusable = true}, SHIFT(2656),
[6098] = {.count = 1, .reusable = false}, SHIFT(2657),
[6100] = {.count = 1, .reusable = true}, SHIFT(2657),
[6102] = {.count = 1, .reusable = true}, SHIFT(2659),
[6104] = {.count = 1, .reusable = true}, SHIFT(2660),
[6106] = {.count = 1, .reusable = false}, SHIFT(2661),
[6108] = {.count = 1, .reusable = true}, SHIFT(2662),
[6110] = {.count = 1, .reusable = true}, SHIFT(2664),
[6112] = {.count = 1, .reusable = true}, SHIFT(2665),
[6114] = {.count = 1, .reusable = false}, SHIFT(2666),
[6116] = {.count = 1, .reusable = true}, SHIFT(2666),
[6118] = {.count = 1, .reusable = true}, SHIFT(2667),
[6120] = {.count = 1, .reusable = false}, SHIFT(2668),
[6122] = {.count = 1, .reusable = true}, SHIFT(2668),
[6124] = {.count = 1, .reusable = true}, SHIFT(2669),
[6126] = {.count = 1, .reusable = false}, SHIFT(2670),
[6128] = {.count = 1, .reusable = true}, SHIFT(2670),
[6130] = {.count = 1, .reusable = true}, SHIFT(2671),
[6132] = {.count = 1, .reusable = false}, SHIFT(2672),
[6134] = {.count = 1, .reusable = true}, SHIFT(2672),
[6136] = {.count = 1, .reusable = false}, SHIFT(2673),
[6138] = {.count = 1, .reusable = true}, SHIFT(2673),
[6140] = {.count = 1, .reusable = true}, SHIFT(2674),
[6142] = {.count = 1, .reusable = false}, SHIFT(2675),
[6144] = {.count = 1, .reusable = true}, SHIFT(2675),
[6146] = {.count = 1, .reusable = true}, SHIFT(2676),
[6148] = {.count = 1, .reusable = false}, SHIFT(2678),
[6150] = {.count = 1, .reusable = false}, SHIFT(2679),
[6152] = {.count = 1, .reusable = true}, SHIFT(2680),
[6154] = {.count = 1, .reusable = true}, SHIFT(2681),
[6156] = {.count = 1, .reusable = true}, SHIFT(2682),
[6158] = {.count = 1, .reusable = false}, SHIFT(2683),
[6160] = {.count = 1, .reusable = true}, SHIFT(2683),
[6162] = {.count = 1, .reusable = true}, SHIFT(2684),
[6164] = {.count = 1, .reusable = false}, SHIFT(2686),
[6166] = {.count = 1, .reusable = true}, SHIFT(2686),
[6168] = {.count = 1, .reusable = true}, SHIFT(2685),
[6170] = {.count = 1, .reusable = true}, SHIFT(2687),
[6172] = {.count = 1, .reusable = false}, SHIFT(2689),
[6174] = {.count = 1, .reusable = true}, SHIFT(2689),
[6176] = {.count = 1, .reusable = true}, SHIFT(2688),
[6178] = {.count = 1, .reusable = false}, SHIFT(2690),
[6180] = {.count = 1, .reusable = true}, SHIFT(2691),
[6182] = {.count = 1, .reusable = true}, SHIFT(2690),
[6184] = {.count = 1, .reusable = false}, SHIFT(2695),
[6186] = {.count = 1, .reusable = true}, SHIFT(2695),
[6188] = {.count = 1, .reusable = false}, SHIFT(2699),
[6190] = {.count = 1, .reusable = true}, SHIFT(2700),
[6192] = {.count = 1, .reusable = true}, SHIFT(2699),
[6194] = {.count = 1, .reusable = false}, REDUCE(sym_last_case_item, 6, .alias_sequence_id = 1),
[6196] = {.count = 1, .reusable = false}, REDUCE(sym_case_item, 6, .alias_sequence_id = 1),
[6198] = {.count = 1, .reusable = true}, REDUCE(sym_case_item, 6, .alias_sequence_id = 1),
[6200] = {.count = 1, .reusable = false}, REDUCE(sym_last_case_item, 6),
[6202] = {.count = 1, .reusable = false}, REDUCE(sym_case_item, 6),
[6204] = {.count = 1, .reusable = true}, REDUCE(sym_case_item, 6),
[6206] = {.count = 1, .reusable = true}, SHIFT(2704),
[6208] = {.count = 1, .reusable = true}, SHIFT(2705),
[6210] = {.count = 1, .reusable = true}, SHIFT(2708),
[6212] = {.count = 1, .reusable = true}, SHIFT(2709),
[6214] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2431),
[6217] = {.count = 1, .reusable = false}, SHIFT(2712),
[6219] = {.count = 1, .reusable = true}, SHIFT(2713),
[6221] = {.count = 1, .reusable = false}, SHIFT(2714),
[6223] = {.count = 1, .reusable = true}, SHIFT(2715),
[6225] = {.count = 1, .reusable = true}, SHIFT(2717),
[6227] = {.count = 1, .reusable = true}, SHIFT(2718),
[6229] = {.count = 1, .reusable = false}, SHIFT(2720),
[6231] = {.count = 1, .reusable = true}, SHIFT(2720),
[6233] = {.count = 1, .reusable = true}, SHIFT(2719),
[6235] = {.count = 1, .reusable = false}, SHIFT(2722),
[6237] = {.count = 1, .reusable = true}, SHIFT(2722),
[6239] = {.count = 1, .reusable = true}, SHIFT(2721),
[6241] = {.count = 1, .reusable = true}, SHIFT(2723),
[6243] = {.count = 1, .reusable = true}, SHIFT(2724),
[6245] = {.count = 1, .reusable = false}, SHIFT(2725),
[6247] = {.count = 1, .reusable = true}, SHIFT(2725),
[6249] = {.count = 1, .reusable = true}, SHIFT(2726),
[6251] = {.count = 1, .reusable = true}, SHIFT(2727),
[6253] = {.count = 1, .reusable = false}, SHIFT(2728),
[6255] = {.count = 1, .reusable = true}, SHIFT(2728),
[6257] = {.count = 1, .reusable = false}, SHIFT(2729),
[6259] = {.count = 1, .reusable = true}, SHIFT(2729),
[6261] = {.count = 1, .reusable = false}, SHIFT(2731),
[6263] = {.count = 1, .reusable = true}, SHIFT(2731),
[6265] = {.count = 1, .reusable = false}, SHIFT(2732),
[6267] = {.count = 1, .reusable = true}, SHIFT(2732),
[6269] = {.count = 1, .reusable = true}, SHIFT(2734),
[6271] = {.count = 1, .reusable = false}, SHIFT(2735),
[6273] = {.count = 1, .reusable = true}, SHIFT(2735),
[6275] = {.count = 1, .reusable = false}, SHIFT(2736),
[6277] = {.count = 1, .reusable = true}, SHIFT(2736),
[6279] = {.count = 1, .reusable = true}, SHIFT(2738),
[6281] = {.count = 1, .reusable = true}, SHIFT(2739),
[6283] = {.count = 1, .reusable = true}, SHIFT(2740),
[6285] = {.count = 1, .reusable = false}, SHIFT(2741),
[6287] = {.count = 1, .reusable = true}, SHIFT(2742),
[6289] = {.count = 1, .reusable = true}, SHIFT(2744),
[6291] = {.count = 1, .reusable = true}, SHIFT(2745),
[6293] = {.count = 1, .reusable = false}, SHIFT(2746),
[6295] = {.count = 1, .reusable = true}, SHIFT(2746),
[6297] = {.count = 1, .reusable = true}, SHIFT(2747),
[6299] = {.count = 1, .reusable = false}, SHIFT(2748),
[6301] = {.count = 1, .reusable = true}, SHIFT(2748),
[6303] = {.count = 1, .reusable = true}, SHIFT(2749),
[6305] = {.count = 1, .reusable = false}, SHIFT(2750),
[6307] = {.count = 1, .reusable = true}, SHIFT(2750),
[6309] = {.count = 1, .reusable = true}, SHIFT(2751),
[6311] = {.count = 1, .reusable = false}, SHIFT(2752),
[6313] = {.count = 1, .reusable = true}, SHIFT(2752),
[6315] = {.count = 1, .reusable = false}, SHIFT(2753),
[6317] = {.count = 1, .reusable = true}, SHIFT(2753),
[6319] = {.count = 1, .reusable = true}, SHIFT(2754),
[6321] = {.count = 1, .reusable = false}, SHIFT(2755),
[6323] = {.count = 1, .reusable = true}, SHIFT(2755),
[6325] = {.count = 1, .reusable = true}, SHIFT(2756),
[6327] = {.count = 1, .reusable = true}, SHIFT(2757),
[6329] = {.count = 1, .reusable = false}, SHIFT(2758),
[6331] = {.count = 1, .reusable = true}, SHIFT(2759),
[6333] = {.count = 1, .reusable = true}, SHIFT(2761),
[6335] = {.count = 1, .reusable = true}, SHIFT(2762),
[6337] = {.count = 1, .reusable = false}, SHIFT(2763),
[6339] = {.count = 1, .reusable = true}, SHIFT(2763),
[6341] = {.count = 1, .reusable = true}, SHIFT(2764),
[6343] = {.count = 1, .reusable = false}, SHIFT(2765),
[6345] = {.count = 1, .reusable = true}, SHIFT(2765),
[6347] = {.count = 1, .reusable = true}, SHIFT(2766),
[6349] = {.count = 1, .reusable = false}, SHIFT(2767),
[6351] = {.count = 1, .reusable = true}, SHIFT(2767),
[6353] = {.count = 1, .reusable = true}, SHIFT(2768),
[6355] = {.count = 1, .reusable = false}, SHIFT(2769),
[6357] = {.count = 1, .reusable = true}, SHIFT(2769),
[6359] = {.count = 1, .reusable = false}, SHIFT(2770),
[6361] = {.count = 1, .reusable = true}, SHIFT(2770),
[6363] = {.count = 1, .reusable = true}, SHIFT(2771),
[6365] = {.count = 1, .reusable = false}, SHIFT(2772),
[6367] = {.count = 1, .reusable = true}, SHIFT(2772),
[6369] = {.count = 1, .reusable = true}, SHIFT(2773),
[6371] = {.count = 1, .reusable = true}, SHIFT(2774),
[6373] = {.count = 1, .reusable = true}, SHIFT(2775),
[6375] = {.count = 1, .reusable = false}, SHIFT(2776),
[6377] = {.count = 1, .reusable = true}, SHIFT(2776),
[6379] = {.count = 1, .reusable = false}, SHIFT(2777),
[6381] = {.count = 1, .reusable = true}, SHIFT(2777),
[6383] = {.count = 1, .reusable = true}, SHIFT(2778),
[6385] = {.count = 1, .reusable = true}, SHIFT(2779),
[6387] = {.count = 1, .reusable = true}, SHIFT(2780),
[6389] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2540),
[6392] = {.count = 1, .reusable = false}, SHIFT(2781),
[6394] = {.count = 1, .reusable = true}, SHIFT(2782),
[6396] = {.count = 1, .reusable = false}, SHIFT(2783),
[6398] = {.count = 1, .reusable = true}, SHIFT(2784),
[6400] = {.count = 1, .reusable = true}, SHIFT(2786),
[6402] = {.count = 1, .reusable = true}, SHIFT(2787),
[6404] = {.count = 1, .reusable = false}, SHIFT(2789),
[6406] = {.count = 1, .reusable = true}, SHIFT(2789),
[6408] = {.count = 1, .reusable = true}, SHIFT(2788),
[6410] = {.count = 1, .reusable = false}, SHIFT(2791),
[6412] = {.count = 1, .reusable = true}, SHIFT(2791),
[6414] = {.count = 1, .reusable = true}, SHIFT(2790),
[6416] = {.count = 1, .reusable = true}, SHIFT(2792),
[6418] = {.count = 1, .reusable = true}, SHIFT(2793),
[6420] = {.count = 1, .reusable = false}, SHIFT(2794),
[6422] = {.count = 1, .reusable = true}, SHIFT(2794),
[6424] = {.count = 1, .reusable = true}, SHIFT(2795),
[6426] = {.count = 1, .reusable = true}, SHIFT(2796),
[6428] = {.count = 1, .reusable = false}, SHIFT(2797),
[6430] = {.count = 1, .reusable = true}, SHIFT(2797),
[6432] = {.count = 1, .reusable = false}, SHIFT(2798),
[6434] = {.count = 1, .reusable = true}, SHIFT(2798),
[6436] = {.count = 1, .reusable = false}, SHIFT(2800),
[6438] = {.count = 1, .reusable = true}, SHIFT(2800),
[6440] = {.count = 1, .reusable = false}, SHIFT(2801),
[6442] = {.count = 1, .reusable = true}, SHIFT(2801),
[6444] = {.count = 1, .reusable = true}, SHIFT(2803),
[6446] = {.count = 1, .reusable = false}, SHIFT(2804),
[6448] = {.count = 1, .reusable = true}, SHIFT(2804),
[6450] = {.count = 1, .reusable = false}, SHIFT(2805),
[6452] = {.count = 1, .reusable = true}, SHIFT(2805),
[6454] = {.count = 1, .reusable = true}, SHIFT(2807),
[6456] = {.count = 1, .reusable = true}, SHIFT(2808),
[6458] = {.count = 1, .reusable = true}, SHIFT(2809),
[6460] = {.count = 1, .reusable = true}, SHIFT(2810),
[6462] = {.count = 1, .reusable = false}, SHIFT(2811),
[6464] = {.count = 1, .reusable = true}, SHIFT(2812),
[6466] = {.count = 1, .reusable = true}, SHIFT(2814),
[6468] = {.count = 1, .reusable = true}, SHIFT(2815),
[6470] = {.count = 1, .reusable = false}, SHIFT(2816),
[6472] = {.count = 1, .reusable = true}, SHIFT(2816),
[6474] = {.count = 1, .reusable = true}, SHIFT(2817),
[6476] = {.count = 1, .reusable = false}, SHIFT(2818),
[6478] = {.count = 1, .reusable = true}, SHIFT(2818),
[6480] = {.count = 1, .reusable = true}, SHIFT(2819),
[6482] = {.count = 1, .reusable = false}, SHIFT(2820),
[6484] = {.count = 1, .reusable = true}, SHIFT(2820),
[6486] = {.count = 1, .reusable = true}, SHIFT(2821),
[6488] = {.count = 1, .reusable = false}, SHIFT(2822),
[6490] = {.count = 1, .reusable = true}, SHIFT(2822),
[6492] = {.count = 1, .reusable = false}, SHIFT(2823),
[6494] = {.count = 1, .reusable = true}, SHIFT(2823),
[6496] = {.count = 1, .reusable = true}, SHIFT(2824),
[6498] = {.count = 1, .reusable = false}, SHIFT(2825),
[6500] = {.count = 1, .reusable = true}, SHIFT(2825),
[6502] = {.count = 1, .reusable = true}, SHIFT(2826),
[6504] = {.count = 1, .reusable = true}, SHIFT(2827),
[6506] = {.count = 1, .reusable = true}, SHIFT(2828),
[6508] = {.count = 1, .reusable = false}, SHIFT(2829),
[6510] = {.count = 1, .reusable = true}, SHIFT(2829),
[6512] = {.count = 1, .reusable = false}, SHIFT(2830),
[6514] = {.count = 1, .reusable = true}, SHIFT(2830),
[6516] = {.count = 1, .reusable = true}, SHIFT(2831),
[6518] = {.count = 1, .reusable = true}, SHIFT(2832),
[6520] = {.count = 1, .reusable = true}, SHIFT(2833),
[6522] = {.count = 1, .reusable = true}, SHIFT(2834),
[6524] = {.count = 1, .reusable = true}, SHIFT(2835),
[6526] = {.count = 1, .reusable = true}, SHIFT(2836),
[6528] = {.count = 1, .reusable = false}, SHIFT(2837),
[6530] = {.count = 1, .reusable = true}, SHIFT(2837),
[6532] = {.count = 1, .reusable = false}, SHIFT(2838),
[6534] = {.count = 1, .reusable = true}, SHIFT(2838),
[6536] = {.count = 1, .reusable = true}, SHIFT(2839),
[6538] = {.count = 1, .reusable = true}, SHIFT(2840),
[6540] = {.count = 1, .reusable = true}, SHIFT(2841),
[6542] = {.count = 1, .reusable = true}, SHIFT(2842),
[6544] = {.count = 1, .reusable = true}, SHIFT(2843),
[6546] = {.count = 1, .reusable = true}, SHIFT(2844),
[6548] = {.count = 1, .reusable = true}, SHIFT(2845),
[6550] = {.count = 1, .reusable = false}, SHIFT(2846),
[6552] = {.count = 1, .reusable = true}, SHIFT(2847),
[6554] = {.count = 1, .reusable = true}, SHIFT(2849),
[6556] = {.count = 1, .reusable = true}, SHIFT(2850),
[6558] = {.count = 1, .reusable = false}, SHIFT(2851),
[6560] = {.count = 1, .reusable = true}, SHIFT(2851),
[6562] = {.count = 1, .reusable = true}, SHIFT(2852),
[6564] = {.count = 1, .reusable = false}, SHIFT(2853),
[6566] = {.count = 1, .reusable = true}, SHIFT(2853),
[6568] = {.count = 1, .reusable = true}, SHIFT(2854),
[6570] = {.count = 1, .reusable = false}, SHIFT(2855),
[6572] = {.count = 1, .reusable = true}, SHIFT(2855),
[6574] = {.count = 1, .reusable = true}, SHIFT(2856),
[6576] = {.count = 1, .reusable = false}, SHIFT(2857),
[6578] = {.count = 1, .reusable = true}, SHIFT(2857),
[6580] = {.count = 1, .reusable = false}, SHIFT(2858),
[6582] = {.count = 1, .reusable = true}, SHIFT(2858),
[6584] = {.count = 1, .reusable = true}, SHIFT(2859),
[6586] = {.count = 1, .reusable = false}, SHIFT(2860),
[6588] = {.count = 1, .reusable = true}, SHIFT(2860),
[6590] = {.count = 1, .reusable = true}, SHIFT(2861),
[6592] = {.count = 1, .reusable = true}, SHIFT(2862),
[6594] = {.count = 1, .reusable = true}, SHIFT(2863),
[6596] = {.count = 1, .reusable = false}, SHIFT(2864),
[6598] = {.count = 1, .reusable = true}, SHIFT(2864),
[6600] = {.count = 1, .reusable = false}, SHIFT(2865),
[6602] = {.count = 1, .reusable = true}, SHIFT(2865),
[6604] = {.count = 1, .reusable = true}, SHIFT(2866),
[6606] = {.count = 1, .reusable = true}, SHIFT(2867),
[6608] = {.count = 1, .reusable = true}, SHIFT(2868),
[6610] = {.count = 1, .reusable = true}, SHIFT(2869),
[6612] = {.count = 1, .reusable = true}, SHIFT(2870),
[6614] = {.count = 1, .reusable = true}, SHIFT(2871),
[6616] = {.count = 1, .reusable = true}, SHIFT(2872),
[6618] = {.count = 1, .reusable = true}, SHIFT(2873),
[6620] = {.count = 1, .reusable = true}, SHIFT(2874),
[6622] = {.count = 1, .reusable = true}, SHIFT(2875),
[6624] = {.count = 1, .reusable = false}, SHIFT(2876),
[6626] = {.count = 1, .reusable = true}, SHIFT(2876),
[6628] = {.count = 1, .reusable = false}, SHIFT(2877),
[6630] = {.count = 1, .reusable = true}, SHIFT(2877),
[6632] = {.count = 1, .reusable = true}, SHIFT(2878),
[6634] = {.count = 1, .reusable = true}, SHIFT(2879),
[6636] = {.count = 1, .reusable = true}, SHIFT(2880),
[6638] = {.count = 1, .reusable = true}, SHIFT(2881),
[6640] = {.count = 1, .reusable = true}, SHIFT(2882),
[6642] = {.count = 1, .reusable = true}, SHIFT(2883),
[6644] = {.count = 1, .reusable = true}, SHIFT(2884),
};
void *tree_sitter_bash_external_scanner_create();
void tree_sitter_bash_external_scanner_destroy(void *);
bool tree_sitter_bash_external_scanner_scan(void *, TSLexer *, const bool *);
unsigned tree_sitter_bash_external_scanner_serialize(void *, char *);
void tree_sitter_bash_external_scanner_deserialize(void *, const char *, unsigned);
#ifdef _WIN32
#define extern __declspec(dllexport)
#endif
extern const TSLanguage *tree_sitter_bash() {
static TSLanguage language = {
.version = LANGUAGE_VERSION,
.symbol_count = SYMBOL_COUNT,
.alias_count = ALIAS_COUNT,
.token_count = TOKEN_COUNT,
.symbol_metadata = ts_symbol_metadata,
.parse_table = (const unsigned short *)ts_parse_table,
.parse_actions = ts_parse_actions,
.lex_modes = ts_lex_modes,
.symbol_names = ts_symbol_names,
.alias_sequences = (const TSSymbol *)ts_alias_sequences,
.max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH,
.lex_fn = ts_lex,
.keyword_lex_fn = ts_lex_keywords,
.keyword_capture_token = sym_word,
.external_token_count = EXTERNAL_TOKEN_COUNT,
.external_scanner = {
(const bool *)ts_external_scanner_states,
ts_external_scanner_symbol_map,
tree_sitter_bash_external_scanner_create,
tree_sitter_bash_external_scanner_destroy,
tree_sitter_bash_external_scanner_scan,
tree_sitter_bash_external_scanner_serialize,
tree_sitter_bash_external_scanner_deserialize,
},
};
return &language;
}