minishell/.parser.c
2024-07-01 21:33:30 +02:00

94726 lines
2.3 MiB

#include "tree_sitter/parser.h"
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
#endif
#ifdef _MSC_VER
#pragma optimize("", off)
#elif defined(__clang__)
#pragma clang optimize off
#elif defined(__GNUC__)
#pragma GCC optimize ("O0")
#endif
#define LANGUAGE_VERSION 14
#define STATE_COUNT 2340
#define LARGE_STATE_COUNT 2
#define SYMBOL_COUNT 183
#define ALIAS_COUNT 1
#define TOKEN_COUNT 115
#define EXTERNAL_TOKEN_COUNT 20
#define FIELD_COUNT 20
#define MAX_ALIAS_SEQUENCE_LENGTH 8
#define PRODUCTION_ID_COUNT 78
enum ts_symbol_identifiers {
sym_word = 1,
anon_sym_for = 2,
anon_sym_in = 3,
anon_sym_while = 4,
anon_sym_until = 5,
anon_sym_do = 6,
anon_sym_done = 7,
anon_sym_if = 8,
anon_sym_then = 9,
anon_sym_fi = 10,
anon_sym_elif = 11,
anon_sym_else = 12,
anon_sym_case = 13,
anon_sym_esac = 14,
anon_sym_LPAREN = 15,
anon_sym_PIPE = 16,
anon_sym_RPAREN = 17,
anon_sym_LF = 18,
anon_sym_SEMI_SEMI = 19,
anon_sym_LBRACE = 20,
anon_sym_RBRACE = 21,
anon_sym_AMP_AMP = 22,
anon_sym_PIPE_PIPE = 23,
anon_sym_BANG = 24,
anon_sym_EQ = 25,
anon_sym_LT = 26,
anon_sym_GT = 27,
anon_sym_GT_GT = 28,
anon_sym_AMP_GT = 29,
anon_sym_AMP_GT_GT = 30,
anon_sym_LT_AMP = 31,
anon_sym_GT_AMP = 32,
anon_sym_GT_PIPE = 33,
anon_sym_LT_AMP_DASH = 34,
anon_sym_GT_AMP_DASH = 35,
anon_sym_LT_LT = 36,
anon_sym_LT_LT_DASH = 37,
aux_sym_heredoc_redirect_token1 = 38,
anon_sym_PIPE_AMP = 39,
anon_sym_DOLLAR_LPAREN_LPAREN = 40,
anon_sym_RPAREN_RPAREN = 41,
anon_sym_PLUS_EQ = 42,
anon_sym_DASH_EQ = 43,
anon_sym_STAR_EQ = 44,
anon_sym_SLASH_EQ = 45,
anon_sym_PERCENT_EQ = 46,
anon_sym_LT_LT_EQ = 47,
anon_sym_GT_GT_EQ = 48,
anon_sym_AMP_EQ = 49,
anon_sym_CARET_EQ = 50,
anon_sym_PIPE_EQ = 51,
anon_sym_CARET = 52,
anon_sym_AMP = 53,
anon_sym_EQ_EQ = 54,
anon_sym_BANG_EQ = 55,
anon_sym_LT_EQ = 56,
anon_sym_GT_EQ = 57,
anon_sym_PLUS = 58,
anon_sym_DASH = 59,
anon_sym_STAR = 60,
anon_sym_SLASH = 61,
anon_sym_PERCENT = 62,
anon_sym_QMARK = 63,
anon_sym_COLON = 64,
anon_sym_PLUS_PLUS = 65,
anon_sym_DASH_DASH = 66,
anon_sym_DASH2 = 67,
anon_sym_PLUS2 = 68,
anon_sym_TILDE = 69,
anon_sym_PLUS_PLUS2 = 70,
anon_sym_DASH_DASH2 = 71,
aux_sym_concatenation_token1 = 72,
anon_sym_DOLLAR = 73,
anon_sym_DQUOTE = 74,
sym_string_content = 75,
sym_raw_string = 76,
sym_number = 77,
anon_sym_POUND = 78,
anon_sym_DOLLAR_LBRACE = 79,
anon_sym_COLON_DASH = 80,
anon_sym_DASH3 = 81,
anon_sym_COLON_EQ = 82,
anon_sym_EQ2 = 83,
anon_sym_COLON_QMARK = 84,
anon_sym_QMARK2 = 85,
anon_sym_COLON_PLUS = 86,
anon_sym_PLUS3 = 87,
anon_sym_PERCENT_PERCENT = 88,
aux_sym_expansion_regex_token1 = 89,
anon_sym_DOLLAR_LPAREN = 90,
anon_sym_BQUOTE = 91,
sym_comment = 92,
sym__comment_word = 93,
aux_sym__simple_variable_name_token1 = 94,
aux_sym__multiline_variable_name_token1 = 95,
anon_sym_AT = 96,
anon_sym_0 = 97,
anon_sym__ = 98,
anon_sym_SEMI = 99,
sym_heredoc_start = 100,
sym_simple_heredoc_body = 101,
sym__heredoc_body_beginning = 102,
sym_heredoc_content = 103,
sym_heredoc_end = 104,
sym_file_descriptor = 105,
sym__empty_value = 106,
sym__concat = 107,
sym_variable_name = 108,
sym_regex = 109,
sym__expansion_word = 110,
sym_extglob_pattern = 111,
sym__bare_dollar = 112,
sym__immediate_double_hash = 113,
sym___error_recovery = 114,
sym_program = 115,
sym__statements = 116,
aux_sym__terminated_statement = 117,
sym__statement_not_pipeline = 118,
sym_redirected_statement = 119,
sym_for_statement = 120,
sym_while_statement = 121,
sym_do_group = 122,
sym_if_statement = 123,
sym_elif_clause = 124,
sym_else_clause = 125,
sym_case_statement = 126,
sym__case_item_last = 127,
sym_case_item = 128,
sym_function_definition = 129,
sym_compound_statement = 130,
sym_subshell = 131,
sym_pipeline = 132,
sym_list = 133,
sym_negated_command = 134,
sym_command = 135,
sym_command_name = 136,
sym_variable_assignment = 137,
sym__variable_assignments = 138,
sym_file_redirect = 139,
sym_heredoc_redirect = 140,
sym__heredoc_pipeline = 141,
sym__heredoc_expression = 142,
aux_sym__heredoc_command = 143,
sym__heredoc_body = 144,
sym_heredoc_body = 145,
sym__simple_heredoc_body = 146,
sym_arithmetic_expansion = 147,
sym__arithmetic_expression = 148,
sym_arithmetic_literal = 149,
sym_arithmetic_binary_expression = 150,
sym_arithmetic_ternary_expression = 151,
sym_arithmetic_unary_expression = 152,
sym_arithmetic_postfix_expression = 153,
sym_arithmetic_parenthesized_expression = 154,
sym_concatenation = 155,
sym_string = 156,
sym_simple_expansion = 157,
sym_expansion = 158,
sym__expansion_body = 159,
sym_expansion_expression = 160,
sym_expansion_regex = 161,
sym__concatenation_in_expansion = 162,
sym_command_substitution = 163,
sym__extglob_blob = 164,
sym_terminator = 165,
aux_sym__statements_repeat1 = 166,
aux_sym_redirected_statement_repeat1 = 167,
aux_sym_redirected_statement_repeat2 = 168,
aux_sym_for_statement_repeat1 = 169,
aux_sym_if_statement_repeat1 = 170,
aux_sym_case_statement_repeat1 = 171,
aux_sym__case_item_last_repeat1 = 172,
aux_sym__case_item_last_repeat2 = 173,
aux_sym_pipeline_repeat1 = 174,
aux_sym_command_repeat1 = 175,
aux_sym_command_repeat2 = 176,
aux_sym__variable_assignments_repeat1 = 177,
aux_sym_heredoc_body_repeat1 = 178,
aux_sym_concatenation_repeat1 = 179,
aux_sym_string_repeat1 = 180,
aux_sym_expansion_regex_repeat1 = 181,
aux_sym__concatenation_in_expansion_repeat1 = 182,
alias_sym_statements = 183,
};
static const char * const ts_symbol_names[] = {
[ts_builtin_sym_end] = "end",
[sym_word] = "word",
[anon_sym_for] = "for",
[anon_sym_in] = "in",
[anon_sym_while] = "while",
[anon_sym_until] = "until",
[anon_sym_do] = "do",
[anon_sym_done] = "done",
[anon_sym_if] = "if",
[anon_sym_then] = "then",
[anon_sym_fi] = "fi",
[anon_sym_elif] = "elif",
[anon_sym_else] = "else",
[anon_sym_case] = "case",
[anon_sym_esac] = "esac",
[anon_sym_LPAREN] = "(",
[anon_sym_PIPE] = "|",
[anon_sym_RPAREN] = ")",
[anon_sym_LF] = "\n",
[anon_sym_SEMI_SEMI] = ";;",
[anon_sym_LBRACE] = "{",
[anon_sym_RBRACE] = "}",
[anon_sym_AMP_AMP] = "operator",
[anon_sym_PIPE_PIPE] = "operator",
[anon_sym_BANG] = "!",
[anon_sym_EQ] = "=",
[anon_sym_LT] = "operator",
[anon_sym_GT] = "operator",
[anon_sym_GT_GT] = "operator",
[anon_sym_AMP_GT] = "operator",
[anon_sym_AMP_GT_GT] = "operator",
[anon_sym_LT_AMP] = "operator",
[anon_sym_GT_AMP] = "operator",
[anon_sym_GT_PIPE] = "operator",
[anon_sym_LT_AMP_DASH] = "operator",
[anon_sym_GT_AMP_DASH] = "operator",
[anon_sym_LT_LT] = "operator",
[anon_sym_LT_LT_DASH] = "operator",
[aux_sym_heredoc_redirect_token1] = "heredoc_redirect_token1",
[anon_sym_PIPE_AMP] = "|&",
[anon_sym_DOLLAR_LPAREN_LPAREN] = "$((",
[anon_sym_RPAREN_RPAREN] = "))",
[anon_sym_PLUS_EQ] = "operator",
[anon_sym_DASH_EQ] = "operator",
[anon_sym_STAR_EQ] = "operator",
[anon_sym_SLASH_EQ] = "operator",
[anon_sym_PERCENT_EQ] = "operator",
[anon_sym_LT_LT_EQ] = "operator",
[anon_sym_GT_GT_EQ] = "operator",
[anon_sym_AMP_EQ] = "operator",
[anon_sym_CARET_EQ] = "operator",
[anon_sym_PIPE_EQ] = "operator",
[anon_sym_CARET] = "operator",
[anon_sym_AMP] = "&",
[anon_sym_EQ_EQ] = "operator",
[anon_sym_BANG_EQ] = "operator",
[anon_sym_LT_EQ] = "operator",
[anon_sym_GT_EQ] = "operator",
[anon_sym_PLUS] = "operator",
[anon_sym_DASH] = "operator",
[anon_sym_STAR] = "operator",
[anon_sym_SLASH] = "operator",
[anon_sym_PERCENT] = "operator",
[anon_sym_QMARK] = "\?",
[anon_sym_COLON] = ":",
[anon_sym_PLUS_PLUS] = "operator",
[anon_sym_DASH_DASH] = "operator",
[anon_sym_DASH2] = "operator",
[anon_sym_PLUS2] = "operator",
[anon_sym_TILDE] = "operator",
[anon_sym_PLUS_PLUS2] = "operator",
[anon_sym_DASH_DASH2] = "operator",
[aux_sym_concatenation_token1] = "``",
[anon_sym_DOLLAR] = "$",
[anon_sym_DQUOTE] = "\"",
[sym_string_content] = "string_content",
[sym_raw_string] = "raw_string",
[sym_number] = "number",
[anon_sym_POUND] = "special_variable_name",
[anon_sym_DOLLAR_LBRACE] = "${",
[anon_sym_COLON_DASH] = "operator",
[anon_sym_DASH3] = "operator",
[anon_sym_COLON_EQ] = "operator",
[anon_sym_EQ2] = "operator",
[anon_sym_COLON_QMARK] = "operator",
[anon_sym_QMARK2] = "operator",
[anon_sym_COLON_PLUS] = "operator",
[anon_sym_PLUS3] = "operator",
[anon_sym_PERCENT_PERCENT] = "operator",
[aux_sym_expansion_regex_token1] = "regex",
[anon_sym_DOLLAR_LPAREN] = "$(",
[anon_sym_BQUOTE] = "`",
[sym_comment] = "comment",
[sym__comment_word] = "word",
[aux_sym__simple_variable_name_token1] = "variable_name",
[aux_sym__multiline_variable_name_token1] = "variable_name",
[anon_sym_AT] = "special_variable_name",
[anon_sym_0] = "special_variable_name",
[anon_sym__] = "special_variable_name",
[anon_sym_SEMI] = ";",
[sym_heredoc_start] = "heredoc_start",
[sym_simple_heredoc_body] = "heredoc_body",
[sym__heredoc_body_beginning] = "_heredoc_body_beginning",
[sym_heredoc_content] = "heredoc_content",
[sym_heredoc_end] = "heredoc_end",
[sym_file_descriptor] = "file_descriptor",
[sym__empty_value] = "_empty_value",
[sym__concat] = "_concat",
[sym_variable_name] = "variable_name",
[sym_regex] = "regex",
[sym__expansion_word] = "word",
[sym_extglob_pattern] = "extglob_pattern",
[sym__bare_dollar] = "word",
[sym__immediate_double_hash] = "operator",
[sym___error_recovery] = "__error_recovery",
[sym_program] = "program",
[sym__statements] = "_statements",
[aux_sym__terminated_statement] = "_terminated_statement",
[sym__statement_not_pipeline] = "_statement_not_pipeline",
[sym_redirected_statement] = "redirected_statement",
[sym_for_statement] = "for_statement",
[sym_while_statement] = "while_statement",
[sym_do_group] = "do_group",
[sym_if_statement] = "if_statement",
[sym_elif_clause] = "elif_clause",
[sym_else_clause] = "else_clause",
[sym_case_statement] = "case_statement",
[sym__case_item_last] = "case_item",
[sym_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_command] = "command",
[sym_command_name] = "command_name",
[sym_variable_assignment] = "variable_assignment",
[sym__variable_assignments] = "_variable_assignments",
[sym_file_redirect] = "file_redirect",
[sym_heredoc_redirect] = "heredoc_redirect",
[sym__heredoc_pipeline] = "pipeline",
[sym__heredoc_expression] = "_heredoc_expression",
[aux_sym__heredoc_command] = "_heredoc_command",
[sym__heredoc_body] = "_heredoc_body",
[sym_heredoc_body] = "heredoc_body",
[sym__simple_heredoc_body] = "_simple_heredoc_body",
[sym_arithmetic_expansion] = "arithmetic_expansion",
[sym__arithmetic_expression] = "_arithmetic_expression",
[sym_arithmetic_literal] = "arithmetic_literal",
[sym_arithmetic_binary_expression] = "arithmetic_binary_expression",
[sym_arithmetic_ternary_expression] = "arithmetic_ternary_expression",
[sym_arithmetic_unary_expression] = "arithmetic_unary_expression",
[sym_arithmetic_postfix_expression] = "arithmetic_postfix_expression",
[sym_arithmetic_parenthesized_expression] = "arithmetic_parenthesized_expression",
[sym_concatenation] = "concatenation",
[sym_string] = "string",
[sym_simple_expansion] = "simple_expansion",
[sym_expansion] = "expansion",
[sym__expansion_body] = "_expansion_body",
[sym_expansion_expression] = "expansion_expression",
[sym_expansion_regex] = "expansion_regex",
[sym__concatenation_in_expansion] = "concatenation",
[sym_command_substitution] = "command_substitution",
[sym__extglob_blob] = "_extglob_blob",
[sym_terminator] = "terminator",
[aux_sym__statements_repeat1] = "_statements_repeat1",
[aux_sym_redirected_statement_repeat1] = "redirected_statement_repeat1",
[aux_sym_redirected_statement_repeat2] = "redirected_statement_repeat2",
[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_last_repeat1] = "_case_item_last_repeat1",
[aux_sym__case_item_last_repeat2] = "_case_item_last_repeat2",
[aux_sym_pipeline_repeat1] = "pipeline_repeat1",
[aux_sym_command_repeat1] = "command_repeat1",
[aux_sym_command_repeat2] = "command_repeat2",
[aux_sym__variable_assignments_repeat1] = "_variable_assignments_repeat1",
[aux_sym_heredoc_body_repeat1] = "heredoc_body_repeat1",
[aux_sym_concatenation_repeat1] = "concatenation_repeat1",
[aux_sym_string_repeat1] = "string_repeat1",
[aux_sym_expansion_regex_repeat1] = "expansion_regex_repeat1",
[aux_sym__concatenation_in_expansion_repeat1] = "_concatenation_in_expansion_repeat1",
[alias_sym_statements] = "statements",
};
static const TSSymbol ts_symbol_map[] = {
[ts_builtin_sym_end] = ts_builtin_sym_end,
[sym_word] = sym_word,
[anon_sym_for] = anon_sym_for,
[anon_sym_in] = anon_sym_in,
[anon_sym_while] = anon_sym_while,
[anon_sym_until] = anon_sym_until,
[anon_sym_do] = anon_sym_do,
[anon_sym_done] = anon_sym_done,
[anon_sym_if] = anon_sym_if,
[anon_sym_then] = anon_sym_then,
[anon_sym_fi] = anon_sym_fi,
[anon_sym_elif] = anon_sym_elif,
[anon_sym_else] = anon_sym_else,
[anon_sym_case] = anon_sym_case,
[anon_sym_esac] = anon_sym_esac,
[anon_sym_LPAREN] = anon_sym_LPAREN,
[anon_sym_PIPE] = anon_sym_PIPE,
[anon_sym_RPAREN] = anon_sym_RPAREN,
[anon_sym_LF] = anon_sym_LF,
[anon_sym_SEMI_SEMI] = anon_sym_SEMI_SEMI,
[anon_sym_LBRACE] = anon_sym_LBRACE,
[anon_sym_RBRACE] = anon_sym_RBRACE,
[anon_sym_AMP_AMP] = sym__immediate_double_hash,
[anon_sym_PIPE_PIPE] = sym__immediate_double_hash,
[anon_sym_BANG] = anon_sym_BANG,
[anon_sym_EQ] = anon_sym_EQ,
[anon_sym_LT] = sym__immediate_double_hash,
[anon_sym_GT] = sym__immediate_double_hash,
[anon_sym_GT_GT] = sym__immediate_double_hash,
[anon_sym_AMP_GT] = sym__immediate_double_hash,
[anon_sym_AMP_GT_GT] = sym__immediate_double_hash,
[anon_sym_LT_AMP] = sym__immediate_double_hash,
[anon_sym_GT_AMP] = sym__immediate_double_hash,
[anon_sym_GT_PIPE] = sym__immediate_double_hash,
[anon_sym_LT_AMP_DASH] = sym__immediate_double_hash,
[anon_sym_GT_AMP_DASH] = sym__immediate_double_hash,
[anon_sym_LT_LT] = sym__immediate_double_hash,
[anon_sym_LT_LT_DASH] = sym__immediate_double_hash,
[aux_sym_heredoc_redirect_token1] = aux_sym_heredoc_redirect_token1,
[anon_sym_PIPE_AMP] = anon_sym_PIPE_AMP,
[anon_sym_DOLLAR_LPAREN_LPAREN] = anon_sym_DOLLAR_LPAREN_LPAREN,
[anon_sym_RPAREN_RPAREN] = anon_sym_RPAREN_RPAREN,
[anon_sym_PLUS_EQ] = sym__immediate_double_hash,
[anon_sym_DASH_EQ] = sym__immediate_double_hash,
[anon_sym_STAR_EQ] = sym__immediate_double_hash,
[anon_sym_SLASH_EQ] = sym__immediate_double_hash,
[anon_sym_PERCENT_EQ] = sym__immediate_double_hash,
[anon_sym_LT_LT_EQ] = sym__immediate_double_hash,
[anon_sym_GT_GT_EQ] = sym__immediate_double_hash,
[anon_sym_AMP_EQ] = sym__immediate_double_hash,
[anon_sym_CARET_EQ] = sym__immediate_double_hash,
[anon_sym_PIPE_EQ] = sym__immediate_double_hash,
[anon_sym_CARET] = sym__immediate_double_hash,
[anon_sym_AMP] = anon_sym_AMP,
[anon_sym_EQ_EQ] = sym__immediate_double_hash,
[anon_sym_BANG_EQ] = sym__immediate_double_hash,
[anon_sym_LT_EQ] = sym__immediate_double_hash,
[anon_sym_GT_EQ] = sym__immediate_double_hash,
[anon_sym_PLUS] = sym__immediate_double_hash,
[anon_sym_DASH] = sym__immediate_double_hash,
[anon_sym_STAR] = sym__immediate_double_hash,
[anon_sym_SLASH] = sym__immediate_double_hash,
[anon_sym_PERCENT] = sym__immediate_double_hash,
[anon_sym_QMARK] = anon_sym_QMARK,
[anon_sym_COLON] = anon_sym_COLON,
[anon_sym_PLUS_PLUS] = sym__immediate_double_hash,
[anon_sym_DASH_DASH] = sym__immediate_double_hash,
[anon_sym_DASH2] = sym__immediate_double_hash,
[anon_sym_PLUS2] = sym__immediate_double_hash,
[anon_sym_TILDE] = sym__immediate_double_hash,
[anon_sym_PLUS_PLUS2] = sym__immediate_double_hash,
[anon_sym_DASH_DASH2] = sym__immediate_double_hash,
[aux_sym_concatenation_token1] = aux_sym_concatenation_token1,
[anon_sym_DOLLAR] = anon_sym_DOLLAR,
[anon_sym_DQUOTE] = anon_sym_DQUOTE,
[sym_string_content] = sym_string_content,
[sym_raw_string] = sym_raw_string,
[sym_number] = sym_number,
[anon_sym_POUND] = anon_sym_POUND,
[anon_sym_DOLLAR_LBRACE] = anon_sym_DOLLAR_LBRACE,
[anon_sym_COLON_DASH] = sym__immediate_double_hash,
[anon_sym_DASH3] = sym__immediate_double_hash,
[anon_sym_COLON_EQ] = sym__immediate_double_hash,
[anon_sym_EQ2] = sym__immediate_double_hash,
[anon_sym_COLON_QMARK] = sym__immediate_double_hash,
[anon_sym_QMARK2] = sym__immediate_double_hash,
[anon_sym_COLON_PLUS] = sym__immediate_double_hash,
[anon_sym_PLUS3] = sym__immediate_double_hash,
[anon_sym_PERCENT_PERCENT] = sym__immediate_double_hash,
[aux_sym_expansion_regex_token1] = sym_regex,
[anon_sym_DOLLAR_LPAREN] = anon_sym_DOLLAR_LPAREN,
[anon_sym_BQUOTE] = anon_sym_BQUOTE,
[sym_comment] = sym_comment,
[sym__comment_word] = sym_word,
[aux_sym__simple_variable_name_token1] = sym_variable_name,
[aux_sym__multiline_variable_name_token1] = sym_variable_name,
[anon_sym_AT] = anon_sym_POUND,
[anon_sym_0] = anon_sym_POUND,
[anon_sym__] = anon_sym_POUND,
[anon_sym_SEMI] = anon_sym_SEMI,
[sym_heredoc_start] = sym_heredoc_start,
[sym_simple_heredoc_body] = sym_heredoc_body,
[sym__heredoc_body_beginning] = sym__heredoc_body_beginning,
[sym_heredoc_content] = sym_heredoc_content,
[sym_heredoc_end] = sym_heredoc_end,
[sym_file_descriptor] = sym_file_descriptor,
[sym__empty_value] = sym__empty_value,
[sym__concat] = sym__concat,
[sym_variable_name] = sym_variable_name,
[sym_regex] = sym_regex,
[sym__expansion_word] = sym_word,
[sym_extglob_pattern] = sym_extglob_pattern,
[sym__bare_dollar] = sym_word,
[sym__immediate_double_hash] = sym__immediate_double_hash,
[sym___error_recovery] = sym___error_recovery,
[sym_program] = sym_program,
[sym__statements] = sym__statements,
[aux_sym__terminated_statement] = aux_sym__terminated_statement,
[sym__statement_not_pipeline] = sym__statement_not_pipeline,
[sym_redirected_statement] = sym_redirected_statement,
[sym_for_statement] = sym_for_statement,
[sym_while_statement] = sym_while_statement,
[sym_do_group] = sym_do_group,
[sym_if_statement] = sym_if_statement,
[sym_elif_clause] = sym_elif_clause,
[sym_else_clause] = sym_else_clause,
[sym_case_statement] = sym_case_statement,
[sym__case_item_last] = sym_case_item,
[sym_case_item] = sym_case_item,
[sym_function_definition] = sym_function_definition,
[sym_compound_statement] = sym_compound_statement,
[sym_subshell] = sym_subshell,
[sym_pipeline] = sym_pipeline,
[sym_list] = sym_list,
[sym_negated_command] = sym_negated_command,
[sym_command] = sym_command,
[sym_command_name] = sym_command_name,
[sym_variable_assignment] = sym_variable_assignment,
[sym__variable_assignments] = sym__variable_assignments,
[sym_file_redirect] = sym_file_redirect,
[sym_heredoc_redirect] = sym_heredoc_redirect,
[sym__heredoc_pipeline] = sym_pipeline,
[sym__heredoc_expression] = sym__heredoc_expression,
[aux_sym__heredoc_command] = aux_sym__heredoc_command,
[sym__heredoc_body] = sym__heredoc_body,
[sym_heredoc_body] = sym_heredoc_body,
[sym__simple_heredoc_body] = sym__simple_heredoc_body,
[sym_arithmetic_expansion] = sym_arithmetic_expansion,
[sym__arithmetic_expression] = sym__arithmetic_expression,
[sym_arithmetic_literal] = sym_arithmetic_literal,
[sym_arithmetic_binary_expression] = sym_arithmetic_binary_expression,
[sym_arithmetic_ternary_expression] = sym_arithmetic_ternary_expression,
[sym_arithmetic_unary_expression] = sym_arithmetic_unary_expression,
[sym_arithmetic_postfix_expression] = sym_arithmetic_postfix_expression,
[sym_arithmetic_parenthesized_expression] = sym_arithmetic_parenthesized_expression,
[sym_concatenation] = sym_concatenation,
[sym_string] = sym_string,
[sym_simple_expansion] = sym_simple_expansion,
[sym_expansion] = sym_expansion,
[sym__expansion_body] = sym__expansion_body,
[sym_expansion_expression] = sym_expansion_expression,
[sym_expansion_regex] = sym_expansion_regex,
[sym__concatenation_in_expansion] = sym_concatenation,
[sym_command_substitution] = sym_command_substitution,
[sym__extglob_blob] = sym__extglob_blob,
[sym_terminator] = sym_terminator,
[aux_sym__statements_repeat1] = aux_sym__statements_repeat1,
[aux_sym_redirected_statement_repeat1] = aux_sym_redirected_statement_repeat1,
[aux_sym_redirected_statement_repeat2] = aux_sym_redirected_statement_repeat2,
[aux_sym_for_statement_repeat1] = aux_sym_for_statement_repeat1,
[aux_sym_if_statement_repeat1] = aux_sym_if_statement_repeat1,
[aux_sym_case_statement_repeat1] = aux_sym_case_statement_repeat1,
[aux_sym__case_item_last_repeat1] = aux_sym__case_item_last_repeat1,
[aux_sym__case_item_last_repeat2] = aux_sym__case_item_last_repeat2,
[aux_sym_pipeline_repeat1] = aux_sym_pipeline_repeat1,
[aux_sym_command_repeat1] = aux_sym_command_repeat1,
[aux_sym_command_repeat2] = aux_sym_command_repeat2,
[aux_sym__variable_assignments_repeat1] = aux_sym__variable_assignments_repeat1,
[aux_sym_heredoc_body_repeat1] = aux_sym_heredoc_body_repeat1,
[aux_sym_concatenation_repeat1] = aux_sym_concatenation_repeat1,
[aux_sym_string_repeat1] = aux_sym_string_repeat1,
[aux_sym_expansion_regex_repeat1] = aux_sym_expansion_regex_repeat1,
[aux_sym__concatenation_in_expansion_repeat1] = aux_sym__concatenation_in_expansion_repeat1,
[alias_sym_statements] = alias_sym_statements,
};
static const TSSymbolMetadata ts_symbol_metadata[] = {
[ts_builtin_sym_end] = {
.visible = false,
.named = true,
},
[sym_word] = {
.visible = true,
.named = true,
},
[anon_sym_for] = {
.visible = true,
.named = false,
},
[anon_sym_in] = {
.visible = true,
.named = false,
},
[anon_sym_while] = {
.visible = true,
.named = false,
},
[anon_sym_until] = {
.visible = true,
.named = false,
},
[anon_sym_do] = {
.visible = true,
.named = false,
},
[anon_sym_done] = {
.visible = true,
.named = false,
},
[anon_sym_if] = {
.visible = true,
.named = false,
},
[anon_sym_then] = {
.visible = true,
.named = false,
},
[anon_sym_fi] = {
.visible = true,
.named = false,
},
[anon_sym_elif] = {
.visible = true,
.named = false,
},
[anon_sym_else] = {
.visible = true,
.named = false,
},
[anon_sym_case] = {
.visible = true,
.named = false,
},
[anon_sym_esac] = {
.visible = true,
.named = false,
},
[anon_sym_LPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_PIPE] = {
.visible = true,
.named = false,
},
[anon_sym_RPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_LF] = {
.visible = true,
.named = false,
},
[anon_sym_SEMI_SEMI] = {
.visible = true,
.named = false,
},
[anon_sym_LBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_AMP_AMP] = {
.visible = true,
.named = true,
},
[anon_sym_PIPE_PIPE] = {
.visible = true,
.named = true,
},
[anon_sym_BANG] = {
.visible = true,
.named = false,
},
[anon_sym_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_LT] = {
.visible = true,
.named = true,
},
[anon_sym_GT] = {
.visible = true,
.named = true,
},
[anon_sym_GT_GT] = {
.visible = true,
.named = true,
},
[anon_sym_AMP_GT] = {
.visible = true,
.named = true,
},
[anon_sym_AMP_GT_GT] = {
.visible = true,
.named = true,
},
[anon_sym_LT_AMP] = {
.visible = true,
.named = true,
},
[anon_sym_GT_AMP] = {
.visible = true,
.named = true,
},
[anon_sym_GT_PIPE] = {
.visible = true,
.named = true,
},
[anon_sym_LT_AMP_DASH] = {
.visible = true,
.named = true,
},
[anon_sym_GT_AMP_DASH] = {
.visible = true,
.named = true,
},
[anon_sym_LT_LT] = {
.visible = true,
.named = true,
},
[anon_sym_LT_LT_DASH] = {
.visible = true,
.named = true,
},
[aux_sym_heredoc_redirect_token1] = {
.visible = false,
.named = false,
},
[anon_sym_PIPE_AMP] = {
.visible = true,
.named = false,
},
[anon_sym_DOLLAR_LPAREN_LPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_RPAREN_RPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_PLUS_EQ] = {
.visible = true,
.named = true,
},
[anon_sym_DASH_EQ] = {
.visible = true,
.named = true,
},
[anon_sym_STAR_EQ] = {
.visible = true,
.named = true,
},
[anon_sym_SLASH_EQ] = {
.visible = true,
.named = true,
},
[anon_sym_PERCENT_EQ] = {
.visible = true,
.named = true,
},
[anon_sym_LT_LT_EQ] = {
.visible = true,
.named = true,
},
[anon_sym_GT_GT_EQ] = {
.visible = true,
.named = true,
},
[anon_sym_AMP_EQ] = {
.visible = true,
.named = true,
},
[anon_sym_CARET_EQ] = {
.visible = true,
.named = true,
},
[anon_sym_PIPE_EQ] = {
.visible = true,
.named = true,
},
[anon_sym_CARET] = {
.visible = true,
.named = true,
},
[anon_sym_AMP] = {
.visible = true,
.named = false,
},
[anon_sym_EQ_EQ] = {
.visible = true,
.named = true,
},
[anon_sym_BANG_EQ] = {
.visible = true,
.named = true,
},
[anon_sym_LT_EQ] = {
.visible = true,
.named = true,
},
[anon_sym_GT_EQ] = {
.visible = true,
.named = true,
},
[anon_sym_PLUS] = {
.visible = true,
.named = true,
},
[anon_sym_DASH] = {
.visible = true,
.named = true,
},
[anon_sym_STAR] = {
.visible = true,
.named = true,
},
[anon_sym_SLASH] = {
.visible = true,
.named = true,
},
[anon_sym_PERCENT] = {
.visible = true,
.named = true,
},
[anon_sym_QMARK] = {
.visible = true,
.named = false,
},
[anon_sym_COLON] = {
.visible = true,
.named = false,
},
[anon_sym_PLUS_PLUS] = {
.visible = true,
.named = true,
},
[anon_sym_DASH_DASH] = {
.visible = true,
.named = true,
},
[anon_sym_DASH2] = {
.visible = true,
.named = true,
},
[anon_sym_PLUS2] = {
.visible = true,
.named = true,
},
[anon_sym_TILDE] = {
.visible = true,
.named = true,
},
[anon_sym_PLUS_PLUS2] = {
.visible = true,
.named = true,
},
[anon_sym_DASH_DASH2] = {
.visible = true,
.named = true,
},
[aux_sym_concatenation_token1] = {
.visible = true,
.named = false,
},
[anon_sym_DOLLAR] = {
.visible = true,
.named = false,
},
[anon_sym_DQUOTE] = {
.visible = true,
.named = false,
},
[sym_string_content] = {
.visible = true,
.named = true,
},
[sym_raw_string] = {
.visible = true,
.named = true,
},
[sym_number] = {
.visible = true,
.named = true,
},
[anon_sym_POUND] = {
.visible = true,
.named = true,
},
[anon_sym_DOLLAR_LBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_COLON_DASH] = {
.visible = true,
.named = true,
},
[anon_sym_DASH3] = {
.visible = true,
.named = true,
},
[anon_sym_COLON_EQ] = {
.visible = true,
.named = true,
},
[anon_sym_EQ2] = {
.visible = true,
.named = true,
},
[anon_sym_COLON_QMARK] = {
.visible = true,
.named = true,
},
[anon_sym_QMARK2] = {
.visible = true,
.named = true,
},
[anon_sym_COLON_PLUS] = {
.visible = true,
.named = true,
},
[anon_sym_PLUS3] = {
.visible = true,
.named = true,
},
[anon_sym_PERCENT_PERCENT] = {
.visible = true,
.named = true,
},
[aux_sym_expansion_regex_token1] = {
.visible = true,
.named = true,
},
[anon_sym_DOLLAR_LPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_BQUOTE] = {
.visible = true,
.named = false,
},
[sym_comment] = {
.visible = true,
.named = true,
},
[sym__comment_word] = {
.visible = true,
.named = true,
},
[aux_sym__simple_variable_name_token1] = {
.visible = true,
.named = true,
},
[aux_sym__multiline_variable_name_token1] = {
.visible = true,
.named = true,
},
[anon_sym_AT] = {
.visible = true,
.named = true,
},
[anon_sym_0] = {
.visible = true,
.named = true,
},
[anon_sym__] = {
.visible = true,
.named = true,
},
[anon_sym_SEMI] = {
.visible = true,
.named = false,
},
[sym_heredoc_start] = {
.visible = true,
.named = true,
},
[sym_simple_heredoc_body] = {
.visible = true,
.named = true,
},
[sym__heredoc_body_beginning] = {
.visible = false,
.named = true,
},
[sym_heredoc_content] = {
.visible = true,
.named = true,
},
[sym_heredoc_end] = {
.visible = true,
.named = true,
},
[sym_file_descriptor] = {
.visible = true,
.named = true,
},
[sym__empty_value] = {
.visible = false,
.named = true,
},
[sym__concat] = {
.visible = false,
.named = true,
},
[sym_variable_name] = {
.visible = true,
.named = true,
},
[sym_regex] = {
.visible = true,
.named = true,
},
[sym__expansion_word] = {
.visible = true,
.named = true,
},
[sym_extglob_pattern] = {
.visible = true,
.named = true,
},
[sym__bare_dollar] = {
.visible = true,
.named = true,
},
[sym__immediate_double_hash] = {
.visible = true,
.named = true,
},
[sym___error_recovery] = {
.visible = false,
.named = true,
},
[sym_program] = {
.visible = true,
.named = true,
},
[sym__statements] = {
.visible = false,
.named = true,
},
[aux_sym__terminated_statement] = {
.visible = false,
.named = false,
},
[sym__statement_not_pipeline] = {
.visible = false,
.named = true,
},
[sym_redirected_statement] = {
.visible = true,
.named = true,
},
[sym_for_statement] = {
.visible = true,
.named = true,
},
[sym_while_statement] = {
.visible = true,
.named = true,
},
[sym_do_group] = {
.visible = true,
.named = true,
},
[sym_if_statement] = {
.visible = true,
.named = true,
},
[sym_elif_clause] = {
.visible = true,
.named = true,
},
[sym_else_clause] = {
.visible = true,
.named = true,
},
[sym_case_statement] = {
.visible = true,
.named = true,
},
[sym__case_item_last] = {
.visible = true,
.named = true,
},
[sym_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_command] = {
.visible = true,
.named = true,
},
[sym_command_name] = {
.visible = true,
.named = true,
},
[sym_variable_assignment] = {
.visible = true,
.named = true,
},
[sym__variable_assignments] = {
.visible = false,
.named = true,
},
[sym_file_redirect] = {
.visible = true,
.named = true,
},
[sym_heredoc_redirect] = {
.visible = true,
.named = true,
},
[sym__heredoc_pipeline] = {
.visible = true,
.named = true,
},
[sym__heredoc_expression] = {
.visible = false,
.named = true,
},
[aux_sym__heredoc_command] = {
.visible = false,
.named = false,
},
[sym__heredoc_body] = {
.visible = false,
.named = true,
},
[sym_heredoc_body] = {
.visible = true,
.named = true,
},
[sym__simple_heredoc_body] = {
.visible = false,
.named = true,
},
[sym_arithmetic_expansion] = {
.visible = true,
.named = true,
},
[sym__arithmetic_expression] = {
.visible = false,
.named = true,
},
[sym_arithmetic_literal] = {
.visible = true,
.named = true,
},
[sym_arithmetic_binary_expression] = {
.visible = true,
.named = true,
},
[sym_arithmetic_ternary_expression] = {
.visible = true,
.named = true,
},
[sym_arithmetic_unary_expression] = {
.visible = true,
.named = true,
},
[sym_arithmetic_postfix_expression] = {
.visible = true,
.named = true,
},
[sym_arithmetic_parenthesized_expression] = {
.visible = true,
.named = true,
},
[sym_concatenation] = {
.visible = true,
.named = true,
},
[sym_string] = {
.visible = true,
.named = true,
},
[sym_simple_expansion] = {
.visible = true,
.named = true,
},
[sym_expansion] = {
.visible = true,
.named = true,
},
[sym__expansion_body] = {
.visible = false,
.named = true,
},
[sym_expansion_expression] = {
.visible = true,
.named = true,
},
[sym_expansion_regex] = {
.visible = true,
.named = true,
},
[sym__concatenation_in_expansion] = {
.visible = true,
.named = true,
},
[sym_command_substitution] = {
.visible = true,
.named = true,
},
[sym__extglob_blob] = {
.visible = false,
.named = true,
},
[sym_terminator] = {
.visible = true,
.named = true,
},
[aux_sym__statements_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_redirected_statement_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_redirected_statement_repeat2] = {
.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_last_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__case_item_last_repeat2] = {
.visible = false,
.named = false,
},
[aux_sym_pipeline_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_command_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_command_repeat2] = {
.visible = false,
.named = false,
},
[aux_sym__variable_assignments_repeat1] = {
.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_regex_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__concatenation_in_expansion_repeat1] = {
.visible = false,
.named = false,
},
[alias_sym_statements] = {
.visible = true,
.named = true,
},
};
enum ts_field_identifiers {
field_alternative = 1,
field_arg = 2,
field_body = 3,
field_cases = 4,
field_cmd = 5,
field_condition = 6,
field_consequence = 7,
field_dest = 8,
field_elif = 9,
field_else = 10,
field_fd = 11,
field_left = 12,
field_name = 13,
field_op = 14,
field_redirect = 15,
field_right = 16,
field_stmt = 17,
field_terminator = 18,
field_value = 19,
field_variable = 20,
};
static const char * const ts_field_names[] = {
[0] = NULL,
[field_alternative] = "alternative",
[field_arg] = "arg",
[field_body] = "body",
[field_cases] = "cases",
[field_cmd] = "cmd",
[field_condition] = "condition",
[field_consequence] = "consequence",
[field_dest] = "dest",
[field_elif] = "elif",
[field_else] = "else",
[field_fd] = "fd",
[field_left] = "left",
[field_name] = "name",
[field_op] = "op",
[field_redirect] = "redirect",
[field_right] = "right",
[field_stmt] = "stmt",
[field_terminator] = "terminator",
[field_value] = "value",
[field_variable] = "variable",
};
static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = {
[1] = {.index = 0, .length = 1},
[2] = {.index = 1, .length = 2},
[3] = {.index = 3, .length = 1},
[4] = {.index = 4, .length = 1},
[5] = {.index = 5, .length = 1},
[6] = {.index = 6, .length = 2},
[7] = {.index = 8, .length = 2},
[9] = {.index = 4, .length = 1},
[10] = {.index = 10, .length = 2},
[11] = {.index = 12, .length = 2},
[12] = {.index = 14, .length = 1},
[13] = {.index = 14, .length = 1},
[14] = {.index = 15, .length = 2},
[15] = {.index = 17, .length = 3},
[16] = {.index = 20, .length = 4},
[17] = {.index = 24, .length = 2},
[18] = {.index = 26, .length = 2},
[19] = {.index = 28, .length = 3},
[20] = {.index = 31, .length = 2},
[21] = {.index = 33, .length = 4},
[22] = {.index = 37, .length = 2},
[23] = {.index = 0, .length = 1},
[24] = {.index = 39, .length = 1},
[26] = {.index = 40, .length = 2},
[27] = {.index = 40, .length = 2},
[28] = {.index = 42, .length = 2},
[29] = {.index = 44, .length = 1},
[30] = {.index = 45, .length = 3},
[31] = {.index = 48, .length = 2},
[32] = {.index = 50, .length = 4},
[33] = {.index = 54, .length = 3},
[34] = {.index = 57, .length = 2},
[35] = {.index = 59, .length = 3},
[36] = {.index = 62, .length = 1},
[37] = {.index = 63, .length = 1},
[38] = {.index = 64, .length = 3},
[42] = {.index = 67, .length = 2},
[43] = {.index = 69, .length = 3},
[44] = {.index = 72, .length = 6},
[45] = {.index = 78, .length = 4},
[46] = {.index = 82, .length = 4},
[47] = {.index = 86, .length = 4},
[48] = {.index = 90, .length = 2},
[49] = {.index = 92, .length = 2},
[50] = {.index = 94, .length = 3},
[51] = {.index = 97, .length = 7},
[52] = {.index = 104, .length = 7},
[53] = {.index = 111, .length = 5},
[54] = {.index = 116, .length = 4},
[55] = {.index = 120, .length = 2},
[56] = {.index = 122, .length = 4},
[57] = {.index = 126, .length = 5},
[58] = {.index = 131, .length = 3},
[59] = {.index = 134, .length = 3},
[60] = {.index = 137, .length = 2},
[61] = {.index = 139, .length = 2},
[62] = {.index = 141, .length = 8},
[63] = {.index = 149, .length = 4},
[64] = {.index = 153, .length = 4},
[65] = {.index = 157, .length = 5},
[66] = {.index = 162, .length = 5},
[67] = {.index = 167, .length = 4},
[68] = {.index = 171, .length = 4},
[69] = {.index = 175, .length = 3},
[70] = {.index = 178, .length = 3},
[71] = {.index = 181, .length = 4},
[72] = {.index = 185, .length = 4},
[73] = {.index = 189, .length = 5},
[74] = {.index = 194, .length = 5},
[75] = {.index = 199, .length = 5},
[76] = {.index = 204, .length = 5},
[77] = {.index = 209, .length = 5},
};
static const TSFieldMapEntry ts_field_map_entries[] = {
[0] =
{field_op, 0},
[1] =
{field_stmt, 0, .inherited = true},
{field_terminator, 0, .inherited = true},
[3] =
{field_stmt, 0},
[4] =
{field_name, 0},
[5] =
{field_redirect, 0},
[6] =
{field_fd, 0},
{field_op, 1},
[8] =
{field_dest, 1},
{field_op, 0},
[10] =
{field_stmt, 0},
{field_terminator, 1},
[12] =
{field_body, 0},
{field_redirect, 1},
[14] =
{field_arg, 0},
[15] =
{field_arg, 1, .inherited = true},
{field_name, 0},
[17] =
{field_stmt, 0, .inherited = true},
{field_stmt, 1},
{field_terminator, 0, .inherited = true},
[20] =
{field_stmt, 0, .inherited = true},
{field_stmt, 1, .inherited = true},
{field_terminator, 0, .inherited = true},
{field_terminator, 1, .inherited = true},
[24] =
{field_name, 1},
{field_redirect, 0, .inherited = true},
[26] =
{field_redirect, 0, .inherited = true},
{field_redirect, 1, .inherited = true},
[28] =
{field_dest, 2},
{field_fd, 0},
{field_op, 1},
[31] =
{field_name, 0},
{field_value, 2},
[33] =
{field_body, 2},
{field_condition, 1},
{field_stmt, 1, .inherited = true},
{field_terminator, 1, .inherited = true},
[37] =
{field_stmt, 1, .inherited = true},
{field_terminator, 1, .inherited = true},
[39] =
{field_op, 1},
[40] =
{field_name, 0},
{field_op, 1},
[42] =
{field_name, 1, .inherited = true},
{field_op, 1, .inherited = true},
[44] =
{field_redirect, 1},
[45] =
{field_cmd, 0},
{field_cmd, 2},
{field_op, 1},
[48] =
{field_arg, 0, .inherited = true},
{field_arg, 1, .inherited = true},
[50] =
{field_stmt, 0, .inherited = true},
{field_stmt, 1},
{field_terminator, 0, .inherited = true},
{field_terminator, 2},
[54] =
{field_arg, 2, .inherited = true},
{field_name, 1},
{field_redirect, 0, .inherited = true},
[57] =
{field_body, 3},
{field_variable, 1},
[59] =
{field_condition, 1},
{field_stmt, 1, .inherited = true},
{field_terminator, 1, .inherited = true},
[62] =
{field_value, 1},
[63] =
{field_cases, 0},
[64] =
{field_left, 0},
{field_op, 1},
{field_right, 2},
[67] =
{field_body, 3},
{field_name, 0},
[69] =
{field_body, 1},
{field_stmt, 1, .inherited = true},
{field_terminator, 1, .inherited = true},
[72] =
{field_body, 3},
{field_condition, 1},
{field_stmt, 1, .inherited = true},
{field_stmt, 3, .inherited = true},
{field_terminator, 1, .inherited = true},
{field_terminator, 3, .inherited = true},
[78] =
{field_condition, 1},
{field_else, 3},
{field_stmt, 1, .inherited = true},
{field_terminator, 1, .inherited = true},
[82] =
{field_condition, 1},
{field_elif, 3},
{field_stmt, 1, .inherited = true},
{field_terminator, 1, .inherited = true},
[86] =
{field_body, 3, .inherited = true},
{field_cases, 3},
{field_value, 1},
{field_value, 3, .inherited = true},
[90] =
{field_cases, 0, .inherited = true},
{field_cases, 1, .inherited = true},
[92] =
{field_op, 0},
{field_right, 1},
[94] =
{field_body, 5},
{field_value, 3},
{field_variable, 1},
[97] =
{field_body, 3},
{field_condition, 1},
{field_else, 4},
{field_stmt, 1, .inherited = true},
{field_stmt, 3, .inherited = true},
{field_terminator, 1, .inherited = true},
{field_terminator, 3, .inherited = true},
[104] =
{field_body, 3},
{field_condition, 1},
{field_elif, 4},
{field_stmt, 1, .inherited = true},
{field_stmt, 3, .inherited = true},
{field_terminator, 1, .inherited = true},
{field_terminator, 3, .inherited = true},
[111] =
{field_condition, 1},
{field_elif, 3},
{field_else, 4},
{field_stmt, 1, .inherited = true},
{field_terminator, 1, .inherited = true},
[116] =
{field_body, 2},
{field_stmt, 2, .inherited = true},
{field_terminator, 2, .inherited = true},
{field_value, 0},
[120] =
{field_value, 0, .inherited = true},
{field_value, 1, .inherited = true},
[122] =
{field_body, 4, .inherited = true},
{field_cases, 4},
{field_value, 1},
{field_value, 4, .inherited = true},
[126] =
{field_body, 4, .inherited = true},
{field_cases, 3, .inherited = true},
{field_cases, 4},
{field_value, 1},
{field_value, 4, .inherited = true},
[131] =
{field_alternative, 4},
{field_condition, 0},
{field_consequence, 2},
[134] =
{field_op, 0},
{field_op, 2, .inherited = true},
{field_right, 2, .inherited = true},
[137] =
{field_arg, 2, .inherited = true},
{field_op, 0},
[139] =
{field_op, 0},
{field_redirect, 2},
[141] =
{field_body, 3},
{field_condition, 1},
{field_elif, 4},
{field_else, 5},
{field_stmt, 1, .inherited = true},
{field_stmt, 3, .inherited = true},
{field_terminator, 1, .inherited = true},
{field_terminator, 3, .inherited = true},
[149] =
{field_body, 3},
{field_stmt, 3, .inherited = true},
{field_terminator, 3, .inherited = true},
{field_value, 1},
[153] =
{field_body, 3},
{field_stmt, 3, .inherited = true},
{field_terminator, 3, .inherited = true},
{field_value, 0},
[157] =
{field_body, 3},
{field_stmt, 3, .inherited = true},
{field_terminator, 3, .inherited = true},
{field_value, 0},
{field_value, 1, .inherited = true},
[162] =
{field_body, 5, .inherited = true},
{field_cases, 4, .inherited = true},
{field_cases, 5},
{field_value, 1},
{field_value, 5, .inherited = true},
[167] =
{field_body, 5, .inherited = true},
{field_cases, 5},
{field_value, 1},
{field_value, 5, .inherited = true},
[171] =
{field_fd, 0},
{field_op, 1},
{field_op, 3, .inherited = true},
{field_right, 3, .inherited = true},
[175] =
{field_arg, 3, .inherited = true},
{field_fd, 0},
{field_op, 1},
[178] =
{field_fd, 0},
{field_op, 1},
{field_redirect, 3},
[181] =
{field_op, 0},
{field_op, 3, .inherited = true},
{field_redirect, 2},
{field_right, 3, .inherited = true},
[185] =
{field_body, 4},
{field_stmt, 4, .inherited = true},
{field_terminator, 4, .inherited = true},
{field_value, 1},
[189] =
{field_body, 4},
{field_stmt, 4, .inherited = true},
{field_terminator, 4, .inherited = true},
{field_value, 1},
{field_value, 2, .inherited = true},
[194] =
{field_body, 4},
{field_stmt, 4, .inherited = true},
{field_terminator, 4, .inherited = true},
{field_value, 0},
{field_value, 1, .inherited = true},
[199] =
{field_body, 6, .inherited = true},
{field_cases, 5, .inherited = true},
{field_cases, 6},
{field_value, 1},
{field_value, 6, .inherited = true},
[204] =
{field_fd, 0},
{field_op, 1},
{field_op, 4, .inherited = true},
{field_redirect, 3},
{field_right, 4, .inherited = true},
[209] =
{field_body, 5},
{field_stmt, 5, .inherited = true},
{field_terminator, 5, .inherited = true},
{field_value, 1},
{field_value, 2, .inherited = true},
};
static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = {
[0] = {0},
[8] = {
[1] = anon_sym_POUND,
},
[9] = {
[0] = anon_sym_POUND,
},
[12] = {
[0] = anon_sym_DOLLAR,
},
[23] = {
[0] = sym__immediate_double_hash,
},
[25] = {
[1] = sym_string_content,
},
[27] = {
[0] = anon_sym_POUND,
},
[35] = {
[1] = alias_sym_statements,
},
[38] = {
[1] = sym__immediate_double_hash,
},
[39] = {
[2] = sym_string_content,
},
[40] = {
[3] = sym_word,
},
[41] = {
[0] = sym_regex,
},
[43] = {
[1] = alias_sym_statements,
},
[44] = {
[1] = alias_sym_statements,
[3] = alias_sym_statements,
},
[45] = {
[1] = alias_sym_statements,
},
[46] = {
[1] = alias_sym_statements,
},
[51] = {
[1] = alias_sym_statements,
[3] = alias_sym_statements,
},
[52] = {
[1] = alias_sym_statements,
[3] = alias_sym_statements,
},
[53] = {
[1] = alias_sym_statements,
},
[54] = {
[2] = alias_sym_statements,
},
[62] = {
[1] = alias_sym_statements,
[3] = alias_sym_statements,
},
[63] = {
[3] = alias_sym_statements,
},
[64] = {
[3] = alias_sym_statements,
},
[65] = {
[3] = alias_sym_statements,
},
[72] = {
[4] = alias_sym_statements,
},
[73] = {
[4] = alias_sym_statements,
},
[74] = {
[4] = alias_sym_statements,
},
[77] = {
[5] = alias_sym_statements,
},
};
static const uint16_t ts_non_terminal_alias_map[] = {
sym__statements, 2,
sym__statements,
alias_sym_statements,
aux_sym__terminated_statement, 2,
aux_sym__terminated_statement,
alias_sym_statements,
0,
};
static const TSStateId ts_primary_state_ids[STATE_COUNT] = {
[0] = 0,
[1] = 1,
[2] = 2,
[3] = 2,
[4] = 4,
[5] = 4,
[6] = 4,
[7] = 2,
[8] = 8,
[9] = 9,
[10] = 10,
[11] = 11,
[12] = 12,
[13] = 13,
[14] = 14,
[15] = 15,
[16] = 16,
[17] = 17,
[18] = 18,
[19] = 19,
[20] = 20,
[21] = 21,
[22] = 22,
[23] = 23,
[24] = 24,
[25] = 25,
[26] = 26,
[27] = 27,
[28] = 28,
[29] = 29,
[30] = 30,
[31] = 31,
[32] = 32,
[33] = 33,
[34] = 34,
[35] = 35,
[36] = 24,
[37] = 35,
[38] = 35,
[39] = 39,
[40] = 40,
[41] = 41,
[42] = 40,
[43] = 39,
[44] = 40,
[45] = 45,
[46] = 46,
[47] = 39,
[48] = 48,
[49] = 49,
[50] = 40,
[51] = 40,
[52] = 39,
[53] = 53,
[54] = 40,
[55] = 39,
[56] = 40,
[57] = 39,
[58] = 40,
[59] = 39,
[60] = 40,
[61] = 39,
[62] = 40,
[63] = 39,
[64] = 40,
[65] = 40,
[66] = 39,
[67] = 40,
[68] = 39,
[69] = 40,
[70] = 39,
[71] = 40,
[72] = 72,
[73] = 73,
[74] = 39,
[75] = 39,
[76] = 40,
[77] = 40,
[78] = 39,
[79] = 24,
[80] = 39,
[81] = 48,
[82] = 40,
[83] = 39,
[84] = 40,
[85] = 40,
[86] = 41,
[87] = 39,
[88] = 39,
[89] = 40,
[90] = 39,
[91] = 39,
[92] = 53,
[93] = 48,
[94] = 40,
[95] = 39,
[96] = 49,
[97] = 40,
[98] = 24,
[99] = 39,
[100] = 40,
[101] = 39,
[102] = 39,
[103] = 40,
[104] = 40,
[105] = 45,
[106] = 40,
[107] = 40,
[108] = 39,
[109] = 39,
[110] = 40,
[111] = 53,
[112] = 39,
[113] = 49,
[114] = 45,
[115] = 40,
[116] = 39,
[117] = 41,
[118] = 24,
[119] = 39,
[120] = 40,
[121] = 40,
[122] = 39,
[123] = 39,
[124] = 39,
[125] = 40,
[126] = 126,
[127] = 127,
[128] = 128,
[129] = 129,
[130] = 129,
[131] = 127,
[132] = 132,
[133] = 129,
[134] = 129,
[135] = 126,
[136] = 127,
[137] = 137,
[138] = 129,
[139] = 132,
[140] = 126,
[141] = 132,
[142] = 142,
[143] = 143,
[144] = 142,
[145] = 145,
[146] = 146,
[147] = 143,
[148] = 142,
[149] = 143,
[150] = 143,
[151] = 143,
[152] = 142,
[153] = 142,
[154] = 143,
[155] = 142,
[156] = 143,
[157] = 142,
[158] = 158,
[159] = 158,
[160] = 158,
[161] = 158,
[162] = 158,
[163] = 158,
[164] = 158,
[165] = 165,
[166] = 165,
[167] = 165,
[168] = 165,
[169] = 165,
[170] = 165,
[171] = 165,
[172] = 165,
[173] = 165,
[174] = 165,
[175] = 165,
[176] = 165,
[177] = 165,
[178] = 165,
[179] = 179,
[180] = 179,
[181] = 165,
[182] = 165,
[183] = 183,
[184] = 183,
[185] = 183,
[186] = 179,
[187] = 179,
[188] = 165,
[189] = 183,
[190] = 179,
[191] = 183,
[192] = 192,
[193] = 193,
[194] = 194,
[195] = 195,
[196] = 196,
[197] = 193,
[198] = 198,
[199] = 194,
[200] = 196,
[201] = 194,
[202] = 196,
[203] = 195,
[204] = 165,
[205] = 195,
[206] = 198,
[207] = 193,
[208] = 192,
[209] = 165,
[210] = 198,
[211] = 192,
[212] = 192,
[213] = 192,
[214] = 195,
[215] = 195,
[216] = 195,
[217] = 193,
[218] = 198,
[219] = 194,
[220] = 192,
[221] = 221,
[222] = 222,
[223] = 221,
[224] = 193,
[225] = 193,
[226] = 226,
[227] = 192,
[228] = 226,
[229] = 229,
[230] = 195,
[231] = 165,
[232] = 165,
[233] = 222,
[234] = 193,
[235] = 229,
[236] = 229,
[237] = 165,
[238] = 226,
[239] = 196,
[240] = 222,
[241] = 221,
[242] = 194,
[243] = 196,
[244] = 229,
[245] = 245,
[246] = 195,
[247] = 193,
[248] = 248,
[249] = 222,
[250] = 195,
[251] = 179,
[252] = 252,
[253] = 226,
[254] = 248,
[255] = 226,
[256] = 252,
[257] = 257,
[258] = 221,
[259] = 183,
[260] = 222,
[261] = 193,
[262] = 229,
[263] = 192,
[264] = 221,
[265] = 165,
[266] = 257,
[267] = 257,
[268] = 221,
[269] = 269,
[270] = 165,
[271] = 222,
[272] = 222,
[273] = 269,
[274] = 245,
[275] = 269,
[276] = 248,
[277] = 277,
[278] = 245,
[279] = 252,
[280] = 252,
[281] = 252,
[282] = 221,
[283] = 283,
[284] = 222,
[285] = 179,
[286] = 286,
[287] = 183,
[288] = 288,
[289] = 289,
[290] = 221,
[291] = 289,
[292] = 288,
[293] = 286,
[294] = 286,
[295] = 248,
[296] = 257,
[297] = 283,
[298] = 257,
[299] = 289,
[300] = 283,
[301] = 248,
[302] = 288,
[303] = 222,
[304] = 221,
[305] = 283,
[306] = 196,
[307] = 307,
[308] = 308,
[309] = 286,
[310] = 310,
[311] = 283,
[312] = 312,
[313] = 307,
[314] = 308,
[315] = 315,
[316] = 307,
[317] = 308,
[318] = 315,
[319] = 286,
[320] = 283,
[321] = 321,
[322] = 322,
[323] = 321,
[324] = 324,
[325] = 325,
[326] = 326,
[327] = 286,
[328] = 328,
[329] = 329,
[330] = 330,
[331] = 331,
[332] = 332,
[333] = 333,
[334] = 333,
[335] = 335,
[336] = 322,
[337] = 337,
[338] = 286,
[339] = 339,
[340] = 337,
[341] = 325,
[342] = 325,
[343] = 322,
[344] = 286,
[345] = 345,
[346] = 346,
[347] = 347,
[348] = 288,
[349] = 349,
[350] = 312,
[351] = 283,
[352] = 352,
[353] = 193,
[354] = 349,
[355] = 312,
[356] = 315,
[357] = 283,
[358] = 165,
[359] = 321,
[360] = 360,
[361] = 339,
[362] = 324,
[363] = 332,
[364] = 312,
[365] = 326,
[366] = 312,
[367] = 324,
[368] = 326,
[369] = 352,
[370] = 370,
[371] = 337,
[372] = 283,
[373] = 331,
[374] = 330,
[375] = 329,
[376] = 328,
[377] = 339,
[378] = 195,
[379] = 286,
[380] = 352,
[381] = 326,
[382] = 324,
[383] = 192,
[384] = 328,
[385] = 333,
[386] = 329,
[387] = 330,
[388] = 331,
[389] = 332,
[390] = 198,
[391] = 194,
[392] = 349,
[393] = 328,
[394] = 332,
[395] = 329,
[396] = 330,
[397] = 331,
[398] = 310,
[399] = 321,
[400] = 283,
[401] = 315,
[402] = 308,
[403] = 403,
[404] = 404,
[405] = 405,
[406] = 406,
[407] = 407,
[408] = 408,
[409] = 409,
[410] = 410,
[411] = 411,
[412] = 412,
[413] = 413,
[414] = 414,
[415] = 415,
[416] = 307,
[417] = 312,
[418] = 310,
[419] = 288,
[420] = 289,
[421] = 312,
[422] = 328,
[423] = 423,
[424] = 315,
[425] = 307,
[426] = 308,
[427] = 315,
[428] = 283,
[429] = 324,
[430] = 326,
[431] = 165,
[432] = 286,
[433] = 423,
[434] = 196,
[435] = 332,
[436] = 423,
[437] = 437,
[438] = 321,
[439] = 315,
[440] = 308,
[441] = 307,
[442] = 310,
[443] = 195,
[444] = 193,
[445] = 349,
[446] = 286,
[447] = 339,
[448] = 324,
[449] = 423,
[450] = 326,
[451] = 423,
[452] = 423,
[453] = 423,
[454] = 352,
[455] = 328,
[456] = 329,
[457] = 330,
[458] = 339,
[459] = 331,
[460] = 337,
[461] = 423,
[462] = 370,
[463] = 463,
[464] = 165,
[465] = 194,
[466] = 332,
[467] = 423,
[468] = 423,
[469] = 352,
[470] = 423,
[471] = 423,
[472] = 423,
[473] = 423,
[474] = 283,
[475] = 423,
[476] = 476,
[477] = 352,
[478] = 423,
[479] = 333,
[480] = 307,
[481] = 165,
[482] = 308,
[483] = 331,
[484] = 330,
[485] = 329,
[486] = 328,
[487] = 198,
[488] = 310,
[489] = 423,
[490] = 321,
[491] = 321,
[492] = 321,
[493] = 165,
[494] = 308,
[495] = 307,
[496] = 315,
[497] = 324,
[498] = 326,
[499] = 328,
[500] = 283,
[501] = 325,
[502] = 423,
[503] = 423,
[504] = 322,
[505] = 423,
[506] = 339,
[507] = 423,
[508] = 463,
[509] = 349,
[510] = 329,
[511] = 345,
[512] = 346,
[513] = 347,
[514] = 330,
[515] = 331,
[516] = 332,
[517] = 326,
[518] = 324,
[519] = 349,
[520] = 310,
[521] = 324,
[522] = 326,
[523] = 315,
[524] = 352,
[525] = 165,
[526] = 221,
[527] = 360,
[528] = 423,
[529] = 423,
[530] = 332,
[531] = 165,
[532] = 310,
[533] = 307,
[534] = 308,
[535] = 423,
[536] = 315,
[537] = 332,
[538] = 423,
[539] = 331,
[540] = 165,
[541] = 330,
[542] = 329,
[543] = 283,
[544] = 321,
[545] = 286,
[546] = 352,
[547] = 165,
[548] = 349,
[549] = 324,
[550] = 326,
[551] = 352,
[552] = 328,
[553] = 329,
[554] = 330,
[555] = 331,
[556] = 332,
[557] = 476,
[558] = 193,
[559] = 423,
[560] = 310,
[561] = 307,
[562] = 308,
[563] = 315,
[564] = 328,
[565] = 329,
[566] = 321,
[567] = 192,
[568] = 415,
[569] = 414,
[570] = 413,
[571] = 412,
[572] = 411,
[573] = 410,
[574] = 409,
[575] = 408,
[576] = 407,
[577] = 406,
[578] = 405,
[579] = 404,
[580] = 403,
[581] = 349,
[582] = 330,
[583] = 195,
[584] = 423,
[585] = 423,
[586] = 321,
[587] = 192,
[588] = 283,
[589] = 308,
[590] = 307,
[591] = 423,
[592] = 349,
[593] = 324,
[594] = 331,
[595] = 222,
[596] = 326,
[597] = 332,
[598] = 331,
[599] = 328,
[600] = 339,
[601] = 335,
[602] = 310,
[603] = 329,
[604] = 330,
[605] = 310,
[606] = 321,
[607] = 352,
[608] = 326,
[609] = 310,
[610] = 328,
[611] = 324,
[612] = 315,
[613] = 324,
[614] = 329,
[615] = 615,
[616] = 308,
[617] = 307,
[618] = 618,
[619] = 248,
[620] = 620,
[621] = 328,
[622] = 622,
[623] = 330,
[624] = 622,
[625] = 352,
[626] = 257,
[627] = 321,
[628] = 283,
[629] = 308,
[630] = 307,
[631] = 326,
[632] = 315,
[633] = 329,
[634] = 330,
[635] = 331,
[636] = 622,
[637] = 165,
[638] = 222,
[639] = 221,
[640] = 331,
[641] = 330,
[642] = 332,
[643] = 329,
[644] = 328,
[645] = 321,
[646] = 331,
[647] = 339,
[648] = 332,
[649] = 349,
[650] = 307,
[651] = 195,
[652] = 310,
[653] = 192,
[654] = 349,
[655] = 308,
[656] = 332,
[657] = 326,
[658] = 222,
[659] = 349,
[660] = 315,
[661] = 324,
[662] = 352,
[663] = 165,
[664] = 437,
[665] = 221,
[666] = 193,
[667] = 667,
[668] = 668,
[669] = 669,
[670] = 670,
[671] = 671,
[672] = 672,
[673] = 673,
[674] = 674,
[675] = 668,
[676] = 670,
[677] = 668,
[678] = 668,
[679] = 668,
[680] = 668,
[681] = 668,
[682] = 668,
[683] = 683,
[684] = 684,
[685] = 685,
[686] = 221,
[687] = 687,
[688] = 688,
[689] = 668,
[690] = 222,
[691] = 668,
[692] = 615,
[693] = 693,
[694] = 283,
[695] = 669,
[696] = 668,
[697] = 669,
[698] = 668,
[699] = 668,
[700] = 668,
[701] = 668,
[702] = 668,
[703] = 668,
[704] = 668,
[705] = 670,
[706] = 684,
[707] = 668,
[708] = 257,
[709] = 709,
[710] = 668,
[711] = 711,
[712] = 684,
[713] = 672,
[714] = 668,
[715] = 687,
[716] = 437,
[717] = 687,
[718] = 718,
[719] = 719,
[720] = 288,
[721] = 668,
[722] = 722,
[723] = 723,
[724] = 683,
[725] = 668,
[726] = 685,
[727] = 672,
[728] = 688,
[729] = 668,
[730] = 668,
[731] = 731,
[732] = 672,
[733] = 672,
[734] = 289,
[735] = 165,
[736] = 668,
[737] = 668,
[738] = 738,
[739] = 739,
[740] = 740,
[741] = 668,
[742] = 693,
[743] = 672,
[744] = 685,
[745] = 668,
[746] = 668,
[747] = 693,
[748] = 668,
[749] = 668,
[750] = 750,
[751] = 750,
[752] = 740,
[753] = 739,
[754] = 738,
[755] = 731,
[756] = 723,
[757] = 722,
[758] = 719,
[759] = 718,
[760] = 711,
[761] = 671,
[762] = 667,
[763] = 673,
[764] = 674,
[765] = 672,
[766] = 668,
[767] = 248,
[768] = 683,
[769] = 283,
[770] = 688,
[771] = 288,
[772] = 671,
[773] = 615,
[774] = 711,
[775] = 673,
[776] = 437,
[777] = 289,
[778] = 723,
[779] = 718,
[780] = 283,
[781] = 437,
[782] = 437,
[783] = 615,
[784] = 719,
[785] = 722,
[786] = 693,
[787] = 685,
[788] = 667,
[789] = 674,
[790] = 731,
[791] = 738,
[792] = 739,
[793] = 286,
[794] = 740,
[795] = 339,
[796] = 333,
[797] = 750,
[798] = 615,
[799] = 322,
[800] = 325,
[801] = 193,
[802] = 283,
[803] = 195,
[804] = 192,
[805] = 437,
[806] = 337,
[807] = 308,
[808] = 731,
[809] = 315,
[810] = 283,
[811] = 321,
[812] = 324,
[813] = 326,
[814] = 349,
[815] = 286,
[816] = 328,
[817] = 329,
[818] = 310,
[819] = 330,
[820] = 331,
[821] = 332,
[822] = 283,
[823] = 352,
[824] = 286,
[825] = 825,
[826] = 307,
[827] = 339,
[828] = 339,
[829] = 688,
[830] = 333,
[831] = 723,
[832] = 722,
[833] = 719,
[834] = 718,
[835] = 283,
[836] = 711,
[837] = 671,
[838] = 667,
[839] = 673,
[840] = 674,
[841] = 165,
[842] = 322,
[843] = 165,
[844] = 337,
[845] = 325,
[846] = 221,
[847] = 750,
[848] = 740,
[849] = 739,
[850] = 222,
[851] = 738,
[852] = 324,
[853] = 165,
[854] = 332,
[855] = 330,
[856] = 339,
[857] = 329,
[858] = 328,
[859] = 193,
[860] = 326,
[861] = 324,
[862] = 321,
[863] = 315,
[864] = 332,
[865] = 331,
[866] = 330,
[867] = 195,
[868] = 329,
[869] = 352,
[870] = 308,
[871] = 331,
[872] = 352,
[873] = 307,
[874] = 310,
[875] = 286,
[876] = 165,
[877] = 310,
[878] = 328,
[879] = 308,
[880] = 349,
[881] = 349,
[882] = 315,
[883] = 192,
[884] = 283,
[885] = 321,
[886] = 307,
[887] = 326,
[888] = 888,
[889] = 888,
[890] = 888,
[891] = 888,
[892] = 888,
[893] = 286,
[894] = 888,
[895] = 888,
[896] = 896,
[897] = 888,
[898] = 307,
[899] = 308,
[900] = 315,
[901] = 324,
[902] = 888,
[903] = 326,
[904] = 896,
[905] = 905,
[906] = 332,
[907] = 888,
[908] = 321,
[909] = 888,
[910] = 888,
[911] = 888,
[912] = 328,
[913] = 888,
[914] = 888,
[915] = 888,
[916] = 888,
[917] = 329,
[918] = 888,
[919] = 888,
[920] = 888,
[921] = 330,
[922] = 888,
[923] = 352,
[924] = 331,
[925] = 905,
[926] = 888,
[927] = 221,
[928] = 622,
[929] = 222,
[930] = 888,
[931] = 888,
[932] = 888,
[933] = 888,
[934] = 905,
[935] = 888,
[936] = 349,
[937] = 896,
[938] = 310,
[939] = 888,
[940] = 888,
[941] = 324,
[942] = 942,
[943] = 943,
[944] = 944,
[945] = 945,
[946] = 326,
[947] = 286,
[948] = 286,
[949] = 684,
[950] = 339,
[951] = 951,
[952] = 952,
[953] = 315,
[954] = 687,
[955] = 955,
[956] = 693,
[957] = 957,
[958] = 958,
[959] = 959,
[960] = 960,
[961] = 685,
[962] = 962,
[963] = 308,
[964] = 964,
[965] = 328,
[966] = 329,
[967] = 967,
[968] = 307,
[969] = 943,
[970] = 944,
[971] = 945,
[972] = 321,
[973] = 951,
[974] = 974,
[975] = 330,
[976] = 976,
[977] = 952,
[978] = 955,
[979] = 957,
[980] = 958,
[981] = 331,
[982] = 962,
[983] = 967,
[984] = 974,
[985] = 165,
[986] = 986,
[987] = 670,
[988] = 683,
[989] = 669,
[990] = 990,
[991] = 960,
[992] = 352,
[993] = 990,
[994] = 310,
[995] = 349,
[996] = 942,
[997] = 976,
[998] = 986,
[999] = 959,
[1000] = 964,
[1001] = 283,
[1002] = 332,
[1003] = 1003,
[1004] = 308,
[1005] = 286,
[1006] = 1006,
[1007] = 322,
[1008] = 1008,
[1009] = 283,
[1010] = 1003,
[1011] = 307,
[1012] = 1012,
[1013] = 1008,
[1014] = 349,
[1015] = 1015,
[1016] = 308,
[1017] = 352,
[1018] = 1018,
[1019] = 1019,
[1020] = 310,
[1021] = 1021,
[1022] = 1022,
[1023] = 1023,
[1024] = 1024,
[1025] = 1025,
[1026] = 1019,
[1027] = 1027,
[1028] = 315,
[1029] = 321,
[1030] = 324,
[1031] = 1015,
[1032] = 326,
[1033] = 328,
[1034] = 329,
[1035] = 1027,
[1036] = 330,
[1037] = 1025,
[1038] = 331,
[1039] = 332,
[1040] = 352,
[1041] = 1024,
[1042] = 283,
[1043] = 1023,
[1044] = 1027,
[1045] = 1025,
[1046] = 1024,
[1047] = 1023,
[1048] = 1022,
[1049] = 1021,
[1050] = 1022,
[1051] = 1022,
[1052] = 283,
[1053] = 310,
[1054] = 1003,
[1055] = 1012,
[1056] = 1008,
[1057] = 1006,
[1058] = 1015,
[1059] = 1021,
[1060] = 1018,
[1061] = 349,
[1062] = 1019,
[1063] = 1021,
[1064] = 1018,
[1065] = 283,
[1066] = 1019,
[1067] = 1023,
[1068] = 1024,
[1069] = 1025,
[1070] = 1027,
[1071] = 1015,
[1072] = 1006,
[1073] = 1012,
[1074] = 1018,
[1075] = 331,
[1076] = 315,
[1077] = 330,
[1078] = 329,
[1079] = 328,
[1080] = 324,
[1081] = 326,
[1082] = 322,
[1083] = 322,
[1084] = 1008,
[1085] = 321,
[1086] = 1006,
[1087] = 1003,
[1088] = 1012,
[1089] = 332,
[1090] = 322,
[1091] = 307,
[1092] = 322,
[1093] = 1093,
[1094] = 1094,
[1095] = 1021,
[1096] = 1096,
[1097] = 1097,
[1098] = 1098,
[1099] = 1093,
[1100] = 1100,
[1101] = 669,
[1102] = 1027,
[1103] = 331,
[1104] = 330,
[1105] = 325,
[1106] = 329,
[1107] = 1107,
[1108] = 328,
[1109] = 339,
[1110] = 1096,
[1111] = 325,
[1112] = 1112,
[1113] = 1107,
[1114] = 1107,
[1115] = 283,
[1116] = 1098,
[1117] = 1097,
[1118] = 337,
[1119] = 1094,
[1120] = 321,
[1121] = 332,
[1122] = 326,
[1123] = 1123,
[1124] = 324,
[1125] = 315,
[1126] = 165,
[1127] = 308,
[1128] = 337,
[1129] = 283,
[1130] = 1025,
[1131] = 1131,
[1132] = 307,
[1133] = 1123,
[1134] = 337,
[1135] = 1112,
[1136] = 1131,
[1137] = 1123,
[1138] = 325,
[1139] = 283,
[1140] = 1112,
[1141] = 1112,
[1142] = 1131,
[1143] = 1131,
[1144] = 1024,
[1145] = 1023,
[1146] = 1006,
[1147] = 1003,
[1148] = 1093,
[1149] = 349,
[1150] = 283,
[1151] = 1012,
[1152] = 337,
[1153] = 1008,
[1154] = 1097,
[1155] = 1015,
[1156] = 325,
[1157] = 1123,
[1158] = 337,
[1159] = 322,
[1160] = 283,
[1161] = 1019,
[1162] = 1162,
[1163] = 1093,
[1164] = 1098,
[1165] = 1018,
[1166] = 1107,
[1167] = 286,
[1168] = 1094,
[1169] = 286,
[1170] = 1170,
[1171] = 283,
[1172] = 310,
[1173] = 325,
[1174] = 1112,
[1175] = 1096,
[1176] = 1096,
[1177] = 352,
[1178] = 1098,
[1179] = 1097,
[1180] = 1022,
[1181] = 1094,
[1182] = 1182,
[1183] = 352,
[1184] = 1184,
[1185] = 337,
[1186] = 325,
[1187] = 1187,
[1188] = 1188,
[1189] = 1184,
[1190] = 1190,
[1191] = 1191,
[1192] = 1192,
[1193] = 1192,
[1194] = 1107,
[1195] = 1184,
[1196] = 1196,
[1197] = 670,
[1198] = 331,
[1199] = 330,
[1200] = 1200,
[1201] = 1201,
[1202] = 329,
[1203] = 1203,
[1204] = 1204,
[1205] = 683,
[1206] = 1206,
[1207] = 1188,
[1208] = 328,
[1209] = 321,
[1210] = 1210,
[1211] = 1211,
[1212] = 332,
[1213] = 1213,
[1214] = 1214,
[1215] = 1188,
[1216] = 1096,
[1217] = 1217,
[1218] = 1184,
[1219] = 1188,
[1220] = 1220,
[1221] = 326,
[1222] = 1222,
[1223] = 1200,
[1224] = 1224,
[1225] = 1225,
[1226] = 1226,
[1227] = 352,
[1228] = 1228,
[1229] = 1229,
[1230] = 1230,
[1231] = 1231,
[1232] = 1232,
[1233] = 1233,
[1234] = 324,
[1235] = 1200,
[1236] = 1236,
[1237] = 315,
[1238] = 1238,
[1239] = 1239,
[1240] = 1240,
[1241] = 1241,
[1242] = 308,
[1243] = 307,
[1244] = 1244,
[1245] = 326,
[1246] = 1200,
[1247] = 1192,
[1248] = 324,
[1249] = 1239,
[1250] = 310,
[1251] = 283,
[1252] = 1252,
[1253] = 1253,
[1254] = 1254,
[1255] = 1255,
[1256] = 1123,
[1257] = 307,
[1258] = 1258,
[1259] = 1259,
[1260] = 1260,
[1261] = 1261,
[1262] = 1262,
[1263] = 1263,
[1264] = 1094,
[1265] = 1097,
[1266] = 1239,
[1267] = 1192,
[1268] = 1268,
[1269] = 1098,
[1270] = 1131,
[1271] = 1192,
[1272] = 308,
[1273] = 1273,
[1274] = 1274,
[1275] = 1275,
[1276] = 310,
[1277] = 1277,
[1278] = 1278,
[1279] = 1279,
[1280] = 1280,
[1281] = 321,
[1282] = 1282,
[1283] = 1283,
[1284] = 315,
[1285] = 1093,
[1286] = 1192,
[1287] = 349,
[1288] = 332,
[1289] = 1200,
[1290] = 1192,
[1291] = 1291,
[1292] = 331,
[1293] = 349,
[1294] = 330,
[1295] = 329,
[1296] = 328,
[1297] = 1239,
[1298] = 1298,
[1299] = 1299,
[1300] = 1300,
[1301] = 1301,
[1302] = 1301,
[1303] = 1184,
[1304] = 1304,
[1305] = 669,
[1306] = 1299,
[1307] = 1188,
[1308] = 1300,
[1309] = 1239,
[1310] = 1304,
[1311] = 1304,
[1312] = 1300,
[1313] = 1299,
[1314] = 1301,
[1315] = 1304,
[1316] = 1301,
[1317] = 1170,
[1318] = 1318,
[1319] = 1319,
[1320] = 1206,
[1321] = 1203,
[1322] = 1201,
[1323] = 1323,
[1324] = 1187,
[1325] = 1214,
[1326] = 1304,
[1327] = 670,
[1328] = 1211,
[1329] = 322,
[1330] = 1263,
[1331] = 1282,
[1332] = 1204,
[1333] = 1213,
[1334] = 1277,
[1335] = 1217,
[1336] = 683,
[1337] = 1220,
[1338] = 1338,
[1339] = 1298,
[1340] = 1283,
[1341] = 669,
[1342] = 1190,
[1343] = 1343,
[1344] = 1224,
[1345] = 670,
[1346] = 1280,
[1347] = 1279,
[1348] = 1291,
[1349] = 1226,
[1350] = 1350,
[1351] = 1278,
[1352] = 1275,
[1353] = 1274,
[1354] = 1350,
[1355] = 1301,
[1356] = 283,
[1357] = 1228,
[1358] = 1229,
[1359] = 683,
[1360] = 1318,
[1361] = 165,
[1362] = 1230,
[1363] = 1231,
[1364] = 1232,
[1365] = 1319,
[1366] = 1252,
[1367] = 1273,
[1368] = 1233,
[1369] = 1236,
[1370] = 1238,
[1371] = 1253,
[1372] = 1338,
[1373] = 1323,
[1374] = 1240,
[1375] = 1350,
[1376] = 1258,
[1377] = 1182,
[1378] = 1260,
[1379] = 1323,
[1380] = 1261,
[1381] = 1318,
[1382] = 1319,
[1383] = 1241,
[1384] = 1268,
[1385] = 1262,
[1386] = 1244,
[1387] = 1225,
[1388] = 1222,
[1389] = 1196,
[1390] = 1210,
[1391] = 1259,
[1392] = 1255,
[1393] = 1338,
[1394] = 1254,
[1395] = 1395,
[1396] = 1396,
[1397] = 1123,
[1398] = 325,
[1399] = 337,
[1400] = 286,
[1401] = 283,
[1402] = 192,
[1403] = 1093,
[1404] = 1131,
[1405] = 322,
[1406] = 1406,
[1407] = 1094,
[1408] = 1097,
[1409] = 1098,
[1410] = 283,
[1411] = 1411,
[1412] = 330,
[1413] = 326,
[1414] = 286,
[1415] = 1239,
[1416] = 332,
[1417] = 325,
[1418] = 349,
[1419] = 283,
[1420] = 1188,
[1421] = 321,
[1422] = 315,
[1423] = 308,
[1424] = 328,
[1425] = 329,
[1426] = 324,
[1427] = 331,
[1428] = 1093,
[1429] = 1098,
[1430] = 307,
[1431] = 1431,
[1432] = 1131,
[1433] = 1123,
[1434] = 1097,
[1435] = 1094,
[1436] = 352,
[1437] = 337,
[1438] = 310,
[1439] = 1184,
[1440] = 1188,
[1441] = 321,
[1442] = 1442,
[1443] = 1442,
[1444] = 1442,
[1445] = 1442,
[1446] = 1301,
[1447] = 1442,
[1448] = 1184,
[1449] = 1304,
[1450] = 352,
[1451] = 310,
[1452] = 349,
[1453] = 1442,
[1454] = 307,
[1455] = 331,
[1456] = 1442,
[1457] = 330,
[1458] = 1239,
[1459] = 315,
[1460] = 329,
[1461] = 328,
[1462] = 326,
[1463] = 332,
[1464] = 308,
[1465] = 324,
[1466] = 1466,
[1467] = 1467,
[1468] = 325,
[1469] = 1469,
[1470] = 1469,
[1471] = 1467,
[1472] = 165,
[1473] = 1473,
[1474] = 1474,
[1475] = 1475,
[1476] = 1466,
[1477] = 1466,
[1478] = 1467,
[1479] = 1469,
[1480] = 1480,
[1481] = 1467,
[1482] = 1467,
[1483] = 1467,
[1484] = 1473,
[1485] = 1466,
[1486] = 337,
[1487] = 1469,
[1488] = 1466,
[1489] = 1474,
[1490] = 1469,
[1491] = 1475,
[1492] = 1467,
[1493] = 1480,
[1494] = 1467,
[1495] = 1466,
[1496] = 1469,
[1497] = 1467,
[1498] = 1469,
[1499] = 1467,
[1500] = 1466,
[1501] = 1467,
[1502] = 1467,
[1503] = 669,
[1504] = 1466,
[1505] = 1467,
[1506] = 1467,
[1507] = 1469,
[1508] = 1466,
[1509] = 1467,
[1510] = 1469,
[1511] = 1511,
[1512] = 1301,
[1513] = 1467,
[1514] = 1170,
[1515] = 1467,
[1516] = 1467,
[1517] = 1467,
[1518] = 1467,
[1519] = 1467,
[1520] = 1467,
[1521] = 1466,
[1522] = 1467,
[1523] = 1467,
[1524] = 1466,
[1525] = 1467,
[1526] = 1467,
[1527] = 1466,
[1528] = 1467,
[1529] = 1466,
[1530] = 1466,
[1531] = 1469,
[1532] = 1473,
[1533] = 1474,
[1534] = 1467,
[1535] = 1466,
[1536] = 1536,
[1537] = 1466,
[1538] = 1466,
[1539] = 1467,
[1540] = 1466,
[1541] = 1469,
[1542] = 1467,
[1543] = 1467,
[1544] = 1304,
[1545] = 1466,
[1546] = 1467,
[1547] = 1467,
[1548] = 1467,
[1549] = 1467,
[1550] = 1467,
[1551] = 1469,
[1552] = 1467,
[1553] = 1467,
[1554] = 1466,
[1555] = 1467,
[1556] = 1466,
[1557] = 1466,
[1558] = 1475,
[1559] = 1559,
[1560] = 1466,
[1561] = 1467,
[1562] = 1467,
[1563] = 1467,
[1564] = 1466,
[1565] = 1467,
[1566] = 1469,
[1567] = 1480,
[1568] = 1466,
[1569] = 283,
[1570] = 1467,
[1571] = 286,
[1572] = 1466,
[1573] = 1467,
[1574] = 1466,
[1575] = 1469,
[1576] = 1466,
[1577] = 1577,
[1578] = 1261,
[1579] = 1230,
[1580] = 286,
[1581] = 1581,
[1582] = 349,
[1583] = 307,
[1584] = 1584,
[1585] = 308,
[1586] = 1584,
[1587] = 283,
[1588] = 1588,
[1589] = 315,
[1590] = 1584,
[1591] = 310,
[1592] = 321,
[1593] = 1584,
[1594] = 1584,
[1595] = 1581,
[1596] = 352,
[1597] = 324,
[1598] = 1581,
[1599] = 1588,
[1600] = 1581,
[1601] = 326,
[1602] = 1584,
[1603] = 1581,
[1604] = 1588,
[1605] = 670,
[1606] = 1283,
[1607] = 1298,
[1608] = 1263,
[1609] = 1184,
[1610] = 1187,
[1611] = 1196,
[1612] = 1211,
[1613] = 1259,
[1614] = 1584,
[1615] = 1581,
[1616] = 1210,
[1617] = 1222,
[1618] = 1225,
[1619] = 1268,
[1620] = 1260,
[1621] = 1182,
[1622] = 1258,
[1623] = 1253,
[1624] = 1252,
[1625] = 1190,
[1626] = 1282,
[1627] = 1201,
[1628] = 1203,
[1629] = 1206,
[1630] = 1213,
[1631] = 1214,
[1632] = 1217,
[1633] = 1220,
[1634] = 1224,
[1635] = 1226,
[1636] = 1228,
[1637] = 1229,
[1638] = 1581,
[1639] = 683,
[1640] = 1231,
[1641] = 1584,
[1642] = 328,
[1643] = 1581,
[1644] = 1584,
[1645] = 1232,
[1646] = 329,
[1647] = 1233,
[1648] = 1236,
[1649] = 1238,
[1650] = 1584,
[1651] = 1240,
[1652] = 1241,
[1653] = 1244,
[1654] = 1254,
[1655] = 1204,
[1656] = 1262,
[1657] = 1273,
[1658] = 1274,
[1659] = 330,
[1660] = 1275,
[1661] = 1277,
[1662] = 1278,
[1663] = 1291,
[1664] = 1581,
[1665] = 1279,
[1666] = 1280,
[1667] = 1255,
[1668] = 1581,
[1669] = 339,
[1670] = 1584,
[1671] = 331,
[1672] = 332,
[1673] = 1584,
[1674] = 1581,
[1675] = 1584,
[1676] = 1581,
[1677] = 1581,
[1678] = 1584,
[1679] = 1584,
[1680] = 1581,
[1681] = 1581,
[1682] = 308,
[1683] = 307,
[1684] = 332,
[1685] = 326,
[1686] = 321,
[1687] = 328,
[1688] = 324,
[1689] = 329,
[1690] = 315,
[1691] = 330,
[1692] = 331,
[1693] = 352,
[1694] = 349,
[1695] = 1695,
[1696] = 1695,
[1697] = 1697,
[1698] = 1698,
[1699] = 1699,
[1700] = 1695,
[1701] = 310,
[1702] = 1702,
[1703] = 1702,
[1704] = 1702,
[1705] = 1705,
[1706] = 1705,
[1707] = 1705,
[1708] = 1705,
[1709] = 1702,
[1710] = 1705,
[1711] = 1705,
[1712] = 1705,
[1713] = 1702,
[1714] = 1705,
[1715] = 1702,
[1716] = 1705,
[1717] = 1705,
[1718] = 1705,
[1719] = 1702,
[1720] = 1702,
[1721] = 1702,
[1722] = 1702,
[1723] = 1702,
[1724] = 1705,
[1725] = 1702,
[1726] = 670,
[1727] = 1702,
[1728] = 1705,
[1729] = 1705,
[1730] = 683,
[1731] = 1705,
[1732] = 1702,
[1733] = 1705,
[1734] = 1702,
[1735] = 1702,
[1736] = 1705,
[1737] = 1702,
[1738] = 1702,
[1739] = 1702,
[1740] = 1705,
[1741] = 1702,
[1742] = 1702,
[1743] = 1702,
[1744] = 165,
[1745] = 1705,
[1746] = 1705,
[1747] = 1705,
[1748] = 1702,
[1749] = 1705,
[1750] = 1702,
[1751] = 1702,
[1752] = 1705,
[1753] = 1705,
[1754] = 1705,
[1755] = 1705,
[1756] = 1705,
[1757] = 1702,
[1758] = 1702,
[1759] = 1705,
[1760] = 1705,
[1761] = 1702,
[1762] = 1702,
[1763] = 1705,
[1764] = 1702,
[1765] = 1702,
[1766] = 1705,
[1767] = 1702,
[1768] = 1705,
[1769] = 1769,
[1770] = 1769,
[1771] = 1769,
[1772] = 1769,
[1773] = 1769,
[1774] = 1769,
[1775] = 1769,
[1776] = 1769,
[1777] = 1769,
[1778] = 1769,
[1779] = 1769,
[1780] = 1769,
[1781] = 283,
[1782] = 1769,
[1783] = 1769,
[1784] = 1769,
[1785] = 1769,
[1786] = 1769,
[1787] = 1787,
[1788] = 1788,
[1789] = 1769,
[1790] = 1769,
[1791] = 1791,
[1792] = 1769,
[1793] = 1769,
[1794] = 1769,
[1795] = 1769,
[1796] = 1769,
[1797] = 1769,
[1798] = 1769,
[1799] = 1769,
[1800] = 1769,
[1801] = 1769,
[1802] = 1769,
[1803] = 1769,
[1804] = 1769,
[1805] = 1769,
[1806] = 1806,
[1807] = 1807,
[1808] = 1808,
[1809] = 1807,
[1810] = 1807,
[1811] = 1806,
[1812] = 1812,
[1813] = 1813,
[1814] = 1814,
[1815] = 1806,
[1816] = 1816,
[1817] = 1813,
[1818] = 1818,
[1819] = 1819,
[1820] = 1807,
[1821] = 1806,
[1822] = 1806,
[1823] = 1813,
[1824] = 1807,
[1825] = 1813,
[1826] = 1808,
[1827] = 1806,
[1828] = 1807,
[1829] = 1807,
[1830] = 1806,
[1831] = 1808,
[1832] = 1813,
[1833] = 1813,
[1834] = 1807,
[1835] = 1806,
[1836] = 1806,
[1837] = 1807,
[1838] = 1813,
[1839] = 1806,
[1840] = 1807,
[1841] = 1806,
[1842] = 1807,
[1843] = 1813,
[1844] = 1806,
[1845] = 1813,
[1846] = 1813,
[1847] = 1808,
[1848] = 1813,
[1849] = 1813,
[1850] = 1813,
[1851] = 1806,
[1852] = 1807,
[1853] = 1807,
[1854] = 1806,
[1855] = 1813,
[1856] = 437,
[1857] = 1806,
[1858] = 1813,
[1859] = 1807,
[1860] = 1806,
[1861] = 1806,
[1862] = 1813,
[1863] = 1863,
[1864] = 1813,
[1865] = 1865,
[1866] = 1807,
[1867] = 1806,
[1868] = 1806,
[1869] = 1807,
[1870] = 1870,
[1871] = 1813,
[1872] = 1808,
[1873] = 1807,
[1874] = 1813,
[1875] = 1806,
[1876] = 1876,
[1877] = 1808,
[1878] = 1813,
[1879] = 1807,
[1880] = 1806,
[1881] = 1813,
[1882] = 1807,
[1883] = 1806,
[1884] = 1813,
[1885] = 1813,
[1886] = 1807,
[1887] = 1808,
[1888] = 1888,
[1889] = 1813,
[1890] = 1806,
[1891] = 1891,
[1892] = 1807,
[1893] = 1806,
[1894] = 1807,
[1895] = 1807,
[1896] = 1813,
[1897] = 1813,
[1898] = 1806,
[1899] = 1899,
[1900] = 1806,
[1901] = 1807,
[1902] = 1807,
[1903] = 1806,
[1904] = 1807,
[1905] = 1807,
[1906] = 1806,
[1907] = 1813,
[1908] = 1813,
[1909] = 1813,
[1910] = 1813,
[1911] = 1806,
[1912] = 1807,
[1913] = 1806,
[1914] = 1806,
[1915] = 1813,
[1916] = 1807,
[1917] = 1807,
[1918] = 1807,
[1919] = 1806,
[1920] = 1920,
[1921] = 1813,
[1922] = 1922,
[1923] = 1923,
[1924] = 1924,
[1925] = 1925,
[1926] = 1926,
[1927] = 1927,
[1928] = 1928,
[1929] = 1929,
[1930] = 1930,
[1931] = 1931,
[1932] = 1932,
[1933] = 1933,
[1934] = 1934,
[1935] = 1935,
[1936] = 1935,
[1937] = 1935,
[1938] = 1935,
[1939] = 1935,
[1940] = 1935,
[1941] = 1935,
[1942] = 1942,
[1943] = 1935,
[1944] = 1944,
[1945] = 1945,
[1946] = 1935,
[1947] = 1935,
[1948] = 1935,
[1949] = 1935,
[1950] = 1935,
[1951] = 1935,
[1952] = 1935,
[1953] = 1953,
[1954] = 1954,
[1955] = 1955,
[1956] = 1954,
[1957] = 1954,
[1958] = 331,
[1959] = 1959,
[1960] = 1960,
[1961] = 310,
[1962] = 283,
[1963] = 1963,
[1964] = 307,
[1965] = 349,
[1966] = 308,
[1967] = 321,
[1968] = 286,
[1969] = 328,
[1970] = 329,
[1971] = 1971,
[1972] = 1972,
[1973] = 330,
[1974] = 332,
[1975] = 324,
[1976] = 307,
[1977] = 349,
[1978] = 330,
[1979] = 328,
[1980] = 1980,
[1981] = 308,
[1982] = 352,
[1983] = 1983,
[1984] = 315,
[1985] = 329,
[1986] = 331,
[1987] = 310,
[1988] = 326,
[1989] = 321,
[1990] = 1990,
[1991] = 1991,
[1992] = 1992,
[1993] = 1990,
[1994] = 329,
[1995] = 1995,
[1996] = 1990,
[1997] = 1997,
[1998] = 1998,
[1999] = 1999,
[2000] = 328,
[2001] = 308,
[2002] = 332,
[2003] = 1991,
[2004] = 2004,
[2005] = 307,
[2006] = 330,
[2007] = 324,
[2008] = 2008,
[2009] = 1999,
[2010] = 315,
[2011] = 321,
[2012] = 1999,
[2013] = 1997,
[2014] = 1991,
[2015] = 1997,
[2016] = 331,
[2017] = 326,
[2018] = 2018,
[2019] = 2019,
[2020] = 328,
[2021] = 331,
[2022] = 330,
[2023] = 329,
[2024] = 2024,
[2025] = 2025,
[2026] = 2026,
[2027] = 2027,
[2028] = 2028,
[2029] = 2018,
[2030] = 2030,
[2031] = 283,
[2032] = 2032,
[2033] = 2033,
[2034] = 2027,
[2035] = 2024,
[2036] = 2025,
[2037] = 2037,
[2038] = 2026,
[2039] = 2026,
[2040] = 2040,
[2041] = 2040,
[2042] = 2042,
[2043] = 2019,
[2044] = 2033,
[2045] = 2032,
[2046] = 2030,
[2047] = 2025,
[2048] = 2024,
[2049] = 2027,
[2050] = 2019,
[2051] = 321,
[2052] = 308,
[2053] = 307,
[2054] = 332,
[2055] = 2028,
[2056] = 2033,
[2057] = 2042,
[2058] = 2040,
[2059] = 326,
[2060] = 2032,
[2061] = 2030,
[2062] = 2018,
[2063] = 2028,
[2064] = 324,
[2065] = 2065,
[2066] = 286,
[2067] = 315,
[2068] = 2042,
[2069] = 349,
[2070] = 310,
[2071] = 2071,
[2072] = 2072,
[2073] = 2073,
[2074] = 352,
[2075] = 2075,
[2076] = 321,
[2077] = 2077,
[2078] = 2078,
[2079] = 329,
[2080] = 328,
[2081] = 2081,
[2082] = 326,
[2083] = 2083,
[2084] = 332,
[2085] = 2085,
[2086] = 324,
[2087] = 2087,
[2088] = 2088,
[2089] = 331,
[2090] = 2090,
[2091] = 315,
[2092] = 2092,
[2093] = 2093,
[2094] = 2094,
[2095] = 2095,
[2096] = 330,
[2097] = 2097,
[2098] = 2098,
[2099] = 2099,
[2100] = 2100,
[2101] = 2101,
[2102] = 2102,
[2103] = 2103,
[2104] = 2104,
[2105] = 2105,
[2106] = 2106,
[2107] = 2107,
[2108] = 2108,
[2109] = 2109,
[2110] = 2110,
[2111] = 437,
[2112] = 2112,
[2113] = 2113,
[2114] = 2106,
[2115] = 2101,
[2116] = 2101,
[2117] = 2101,
[2118] = 2118,
[2119] = 2105,
[2120] = 2120,
[2121] = 2106,
[2122] = 2101,
[2123] = 2101,
[2124] = 2105,
[2125] = 2101,
[2126] = 2126,
[2127] = 2127,
[2128] = 2128,
[2129] = 2129,
[2130] = 2130,
[2131] = 2131,
[2132] = 2132,
[2133] = 2133,
[2134] = 2134,
[2135] = 2135,
[2136] = 2136,
[2137] = 2137,
[2138] = 2133,
[2139] = 2139,
[2140] = 2140,
[2141] = 2139,
[2142] = 2142,
[2143] = 2133,
[2144] = 2144,
[2145] = 2145,
[2146] = 2133,
[2147] = 2128,
[2148] = 2133,
[2149] = 2133,
[2150] = 2150,
[2151] = 2151,
[2152] = 2152,
[2153] = 2153,
[2154] = 2154,
[2155] = 2155,
[2156] = 2156,
[2157] = 2157,
[2158] = 2158,
[2159] = 2159,
[2160] = 2129,
[2161] = 2151,
[2162] = 2162,
[2163] = 2163,
[2164] = 2164,
[2165] = 2137,
[2166] = 2130,
[2167] = 2136,
[2168] = 2168,
[2169] = 2169,
[2170] = 2170,
[2171] = 2171,
[2172] = 2172,
[2173] = 2135,
[2174] = 2134,
[2175] = 2171,
[2176] = 2132,
[2177] = 2144,
[2178] = 2156,
[2179] = 2155,
[2180] = 2180,
[2181] = 2145,
[2182] = 2182,
[2183] = 2150,
[2184] = 2142,
[2185] = 2131,
[2186] = 2133,
[2187] = 2131,
[2188] = 2140,
[2189] = 2150,
[2190] = 2158,
[2191] = 2131,
[2192] = 2140,
[2193] = 2150,
[2194] = 2153,
[2195] = 2195,
[2196] = 2131,
[2197] = 2140,
[2198] = 2150,
[2199] = 2199,
[2200] = 2150,
[2201] = 2131,
[2202] = 2202,
[2203] = 2140,
[2204] = 2182,
[2205] = 2205,
[2206] = 2150,
[2207] = 2207,
[2208] = 2140,
[2209] = 2150,
[2210] = 2210,
[2211] = 2130,
[2212] = 2182,
[2213] = 2131,
[2214] = 2140,
[2215] = 2150,
[2216] = 2131,
[2217] = 2140,
[2218] = 2135,
[2219] = 2134,
[2220] = 2150,
[2221] = 2210,
[2222] = 2171,
[2223] = 2131,
[2224] = 2131,
[2225] = 2140,
[2226] = 2140,
[2227] = 2150,
[2228] = 2150,
[2229] = 2150,
[2230] = 2129,
[2231] = 2151,
[2232] = 2131,
[2233] = 2140,
[2234] = 2150,
[2235] = 2131,
[2236] = 2140,
[2237] = 2131,
[2238] = 2131,
[2239] = 2136,
[2240] = 2210,
[2241] = 2140,
[2242] = 2150,
[2243] = 2137,
[2244] = 2156,
[2245] = 2155,
[2246] = 2210,
[2247] = 2247,
[2248] = 2131,
[2249] = 2150,
[2250] = 2133,
[2251] = 2133,
[2252] = 2202,
[2253] = 2140,
[2254] = 2153,
[2255] = 2205,
[2256] = 2150,
[2257] = 2207,
[2258] = 2139,
[2259] = 2144,
[2260] = 2145,
[2261] = 2140,
[2262] = 2131,
[2263] = 2131,
[2264] = 2140,
[2265] = 2140,
[2266] = 2150,
[2267] = 2140,
[2268] = 2131,
[2269] = 2158,
[2270] = 2140,
[2271] = 2150,
[2272] = 2128,
[2273] = 2142,
[2274] = 2131,
[2275] = 2131,
[2276] = 2276,
[2277] = 2140,
[2278] = 2150,
[2279] = 2150,
[2280] = 2140,
[2281] = 2195,
[2282] = 2131,
[2283] = 2140,
[2284] = 2150,
[2285] = 2131,
[2286] = 2131,
[2287] = 2195,
[2288] = 2199,
[2289] = 2140,
[2290] = 2210,
[2291] = 2150,
[2292] = 2150,
[2293] = 2131,
[2294] = 2199,
[2295] = 2207,
[2296] = 2296,
[2297] = 2297,
[2298] = 2140,
[2299] = 2150,
[2300] = 2133,
[2301] = 2133,
[2302] = 2140,
[2303] = 2131,
[2304] = 2131,
[2305] = 2140,
[2306] = 2133,
[2307] = 2150,
[2308] = 2132,
[2309] = 2150,
[2310] = 2131,
[2311] = 2133,
[2312] = 2205,
[2313] = 2140,
[2314] = 2210,
[2315] = 2131,
[2316] = 2140,
[2317] = 2150,
[2318] = 2247,
[2319] = 2150,
[2320] = 2140,
[2321] = 2131,
[2322] = 2131,
[2323] = 2140,
[2324] = 2247,
[2325] = 2140,
[2326] = 2150,
[2327] = 2131,
[2328] = 2140,
[2329] = 2150,
[2330] = 2330,
[2331] = 2331,
[2332] = 2150,
[2333] = 2131,
[2334] = 2140,
[2335] = 2150,
[2336] = 2131,
[2337] = 2210,
[2338] = 2202,
[2339] = 2133,
};
static TSCharacterRange sym__comment_word_character_set_1[] = {
{0, 0x08}, {0x0b, 0x1f}, {'!', '!'}, {'#', '#'}, {'%', '%'}, {'*', ':'}, {'=', '='}, {'?', '_'},
{'a', '{'}, {'}', 0x10ffff},
};
static TSCharacterRange sym_word_character_set_1[] = {
{0, 0x08}, {0x0b, 0x1f}, {'!', '!'}, {'%', '%'}, {'*', ':'}, {'=', '='}, {'?', '_'}, {'a', '{'},
{'}', 0x10ffff},
};
static bool ts_lex(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (eof) ADVANCE(255);
ADVANCE_MAP(
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'%', 374,
'&', 358,
'\'', 219,
'(', 271,
')', 277,
'*', 369,
'+', 386,
'-', 384,
'/', 372,
'0', 473,
':', 380,
';', 530,
'<', 291,
'=', 418,
'>', 294,
'?', 422,
'@', 472,
'\\', 129,
'^', 354,
'_', 476,
'`', 431,
'd', 526,
'e', 523,
'f', 521,
'i', 525,
'{', 280,
'|', 273,
'}', 282,
'~', 388,
);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == ' ') SKIP(252);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(499);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(407);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 1:
if (lookahead == '\n') SKIP(186);
END_STATE();
case 2:
if (lookahead == '\n') SKIP(190);
END_STATE();
case 3:
if (lookahead == '\n') SKIP(192);
END_STATE();
case 4:
if (lookahead == '\n') SKIP(5);
END_STATE();
case 5:
ADVANCE_MAP(
'\n', 278,
'!', 286,
'"', 395,
'#', 435,
'$', 393,
'&', 225,
'\'', 219,
'(', 271,
'<', 290,
'>', 295,
'\\', 137,
'`', 430,
'{', 280,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(5);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(479);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if (lookahead != 0 &&
(lookahead < '&' || ')' < lookahead) &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '{' &&
lookahead != '|') ADVANCE(528);
END_STATE();
case 6:
if (lookahead == '\n') SKIP(193);
END_STATE();
case 7:
if (lookahead == '\n') SKIP(194);
END_STATE();
case 8:
if (lookahead == '\n') SKIP(195);
END_STATE();
case 9:
if (lookahead == '\n') SKIP(204);
END_STATE();
case 10:
ADVANCE_MAP(
'\n', 310,
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'&', 359,
'\'', 219,
'(', 271,
'*', 371,
'-', 367,
'0', 474,
';', 530,
'<', 292,
'>', 295,
'?', 378,
'@', 472,
'\\', 13,
'_', 477,
'`', 430,
'e', 439,
'|', 276,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(10);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(480);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if (lookahead != 0 &&
(lookahead < '&' || '*' < lookahead)) ADVANCE(528);
END_STATE();
case 11:
if (lookahead == '\n') ADVANCE(446);
END_STATE();
case 12:
if (lookahead == '\n') ADVANCE(446);
if (lookahead == '\r') ADVANCE(11);
if (lookahead == ' ') ADVANCE(480);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(10);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 13:
if (lookahead == '\n') ADVANCE(446);
if (lookahead == '\r') ADVANCE(11);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(10);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 14:
if (lookahead == '\n') ADVANCE(470);
END_STATE();
case 15:
if (lookahead == '\n') ADVANCE(470);
if (lookahead == '\r') ADVANCE(14);
END_STATE();
case 16:
if (lookahead == '\n') ADVANCE(470);
if (lookahead == '\r') ADVANCE(14);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(528);
END_STATE();
case 17:
if (lookahead == '\n') ADVANCE(448);
END_STATE();
case 18:
if (lookahead == '\n') ADVANCE(448);
if (lookahead == '\r') ADVANCE(17);
if (lookahead == ' ') ADVANCE(481);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(94);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 19:
if (lookahead == '\n') ADVANCE(448);
if (lookahead == '\r') ADVANCE(17);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(94);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 20:
if (lookahead == '\n') ADVANCE(451);
END_STATE();
case 21:
if (lookahead == '\n') ADVANCE(451);
if (lookahead == '\r') ADVANCE(20);
if (lookahead == ' ') ADVANCE(485);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(109);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 22:
if (lookahead == '\n') ADVANCE(451);
if (lookahead == '\r') ADVANCE(20);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(109);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 23:
if (lookahead == '\n') ADVANCE(449);
END_STATE();
case 24:
if (lookahead == '\n') ADVANCE(449);
if (lookahead == '\r') ADVANCE(23);
if (lookahead == ' ') ADVANCE(484);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(107);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 25:
if (lookahead == '\n') ADVANCE(449);
if (lookahead == '\r') ADVANCE(23);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(107);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 26:
if (lookahead == '\n') ADVANCE(453);
END_STATE();
case 27:
if (lookahead == '\n') ADVANCE(453);
if (lookahead == '\r') ADVANCE(26);
if (lookahead == ' ') ADVANCE(488);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(113);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 28:
if (lookahead == '\n') ADVANCE(453);
if (lookahead == '\r') ADVANCE(26);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(113);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 29:
if (lookahead == '\n') ADVANCE(455);
END_STATE();
case 30:
if (lookahead == '\n') ADVANCE(455);
if (lookahead == '\r') ADVANCE(29);
if (lookahead == ' ') ADVANCE(491);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(117);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 31:
if (lookahead == '\n') ADVANCE(455);
if (lookahead == '\r') ADVANCE(29);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(117);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 32:
if (lookahead == '\n') SKIP(105);
END_STATE();
case 33:
if (lookahead == '\n') SKIP(106);
END_STATE();
case 34:
if (lookahead == '\n') ADVANCE(457);
END_STATE();
case 35:
if (lookahead == '\n') ADVANCE(457);
if (lookahead == '\r') ADVANCE(34);
if (lookahead == ' ') ADVANCE(493);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(120);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 36:
if (lookahead == '\n') ADVANCE(457);
if (lookahead == '\r') ADVANCE(34);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(120);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 37:
if (lookahead == '\n') ADVANCE(459);
END_STATE();
case 38:
if (lookahead == '\n') ADVANCE(459);
if (lookahead == '\r') ADVANCE(37);
if (lookahead == ' ') ADVANCE(495);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(123);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 39:
if (lookahead == '\n') ADVANCE(459);
if (lookahead == '\r') ADVANCE(37);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(123);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 40:
if (lookahead == '\n') ADVANCE(465);
END_STATE();
case 41:
if (lookahead == '\n') ADVANCE(465);
if (lookahead == '\r') ADVANCE(40);
if (lookahead == ' ') ADVANCE(500);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(188);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 42:
if (lookahead == '\n') ADVANCE(465);
if (lookahead == '\r') ADVANCE(40);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(188);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 43:
if (lookahead == '\n') ADVANCE(466);
END_STATE();
case 44:
if (lookahead == '\n') ADVANCE(466);
if (lookahead == '\r') ADVANCE(43);
if (lookahead == ' ') ADVANCE(501);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(189);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 45:
if (lookahead == '\n') ADVANCE(466);
if (lookahead == '\r') ADVANCE(43);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(189);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 46:
if (lookahead == '\n') SKIP(110);
END_STATE();
case 47:
if (lookahead == '\n') SKIP(205);
END_STATE();
case 48:
ADVANCE_MAP(
'\n', 311,
'!', 285,
'#', 410,
'$', 392,
'&', 359,
')', 277,
'*', 368,
'-', 365,
'0', 475,
';', 530,
'<', 292,
'>', 295,
'?', 377,
'@', 471,
'\\', 50,
'_', 478,
'|', 276,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(48);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 49:
if (lookahead == '\n') ADVANCE(447);
END_STATE();
case 50:
if (lookahead == '\n') ADVANCE(447);
if (lookahead == '\r') ADVANCE(49);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(48);
END_STATE();
case 51:
if (lookahead == '\n') SKIP(196);
END_STATE();
case 52:
if (lookahead == '\n') ADVANCE(450);
END_STATE();
case 53:
if (lookahead == '\n') ADVANCE(450);
if (lookahead == '\r') ADVANCE(52);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(108);
END_STATE();
case 54:
if (lookahead == '\n') ADVANCE(452);
END_STATE();
case 55:
if (lookahead == '\n') ADVANCE(452);
if (lookahead == '\r') ADVANCE(54);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(112);
END_STATE();
case 56:
if (lookahead == '\n') ADVANCE(454);
END_STATE();
case 57:
if (lookahead == '\n') ADVANCE(454);
if (lookahead == '\r') ADVANCE(56);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(116);
END_STATE();
case 58:
if (lookahead == '\n') SKIP(191);
END_STATE();
case 59:
if (lookahead == '\n') ADVANCE(464);
END_STATE();
case 60:
if (lookahead == '\n') ADVANCE(464);
if (lookahead == '\r') ADVANCE(59);
if (lookahead == ' ') ADVANCE(502);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(187);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 61:
if (lookahead == '\n') ADVANCE(464);
if (lookahead == '\r') ADVANCE(59);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(187);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 62:
if (lookahead == '\n') ADVANCE(456);
END_STATE();
case 63:
if (lookahead == '\n') ADVANCE(456);
if (lookahead == '\r') ADVANCE(62);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(119);
END_STATE();
case 64:
if (lookahead == '\n') ADVANCE(467);
END_STATE();
case 65:
if (lookahead == '\n') ADVANCE(467);
if (lookahead == '\r') ADVANCE(64);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(199);
END_STATE();
case 66:
if (lookahead == '\n') SKIP(198);
END_STATE();
case 67:
if (lookahead == '\n') ADVANCE(312);
if (lookahead == '#') ADVANCE(435);
if (lookahead == '&') ADVANCE(356);
if (lookahead == ';') ADVANCE(530);
if (lookahead == '\\') SKIP(183);
if (lookahead == '`') ADVANCE(226);
if (lookahead == 'i') ADVANCE(234);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(67);
END_STATE();
case 68:
if (lookahead == '\n') SKIP(115);
END_STATE();
case 69:
if (lookahead == '\n') ADVANCE(462);
END_STATE();
case 70:
if (lookahead == '\n') ADVANCE(462);
if (lookahead == '\r') ADVANCE(69);
if (lookahead == ' ') ADVANCE(497);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(126);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 71:
if (lookahead == '\n') ADVANCE(462);
if (lookahead == '\r') ADVANCE(69);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(126);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 72:
if (lookahead == '\n') SKIP(207);
END_STATE();
case 73:
if (lookahead == '\n') SKIP(118);
END_STATE();
case 74:
if (lookahead == '\n') ADVANCE(463);
END_STATE();
case 75:
if (lookahead == '\n') ADVANCE(463);
if (lookahead == '\r') ADVANCE(74);
if (lookahead == ' ') ADVANCE(498);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(127);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 76:
if (lookahead == '\n') ADVANCE(463);
if (lookahead == '\r') ADVANCE(74);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(127);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 77:
if (lookahead == '\n') SKIP(217);
END_STATE();
case 78:
if (lookahead == '\n') SKIP(212);
END_STATE();
case 79:
if (lookahead == '\n') ADVANCE(460);
END_STATE();
case 80:
if (lookahead == '\n') ADVANCE(460);
if (lookahead == '\r') ADVANCE(79);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(124);
END_STATE();
case 81:
if (lookahead == '\n') SKIP(209);
END_STATE();
case 82:
if (lookahead == '\n') SKIP(216);
END_STATE();
case 83:
if (lookahead == '\n') ADVANCE(400);
if (lookahead == '\r') ADVANCE(396);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') ADVANCE(400);
if (lookahead != 0) ADVANCE(403);
END_STATE();
case 84:
if (lookahead == '\n') ADVANCE(468);
END_STATE();
case 85:
if (lookahead == '\n') ADVANCE(468);
if (lookahead == '\r') ADVANCE(84);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(200);
END_STATE();
case 86:
if (lookahead == '\n') SKIP(202);
END_STATE();
case 87:
if (lookahead == '\n') SKIP(210);
END_STATE();
case 88:
if (lookahead == '\n') ADVANCE(401);
if (lookahead == '\r') ADVANCE(398);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') ADVANCE(401);
if (lookahead != 0) ADVANCE(403);
END_STATE();
case 89:
if (lookahead == '\n') ADVANCE(469);
END_STATE();
case 90:
if (lookahead == '\n') ADVANCE(469);
if (lookahead == '\r') ADVANCE(89);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(203);
END_STATE();
case 91:
if (lookahead == '\n') SKIP(67);
END_STATE();
case 92:
if (lookahead == '\n') SKIP(208);
END_STATE();
case 93:
if (lookahead == '\n') SKIP(211);
END_STATE();
case 94:
ADVANCE_MAP(
'\n', 313,
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'&', 359,
'\'', 219,
'(', 271,
'*', 371,
'-', 367,
'0', 474,
';', 530,
'<', 292,
'>', 295,
'?', 378,
'@', 472,
'\\', 19,
'_', 477,
'`', 430,
'|', 276,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(94);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(481);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if (lookahead != 0 &&
(lookahead < '&' || '*' < lookahead)) ADVANCE(528);
END_STATE();
case 95:
if (lookahead == '\n') SKIP(114);
END_STATE();
case 96:
if (lookahead == '\n') SKIP(111);
END_STATE();
case 97:
if (lookahead == '\n') ADVANCE(461);
END_STATE();
case 98:
if (lookahead == '\n') ADVANCE(461);
if (lookahead == '\r') ADVANCE(97);
if (lookahead == ' ') ADVANCE(496);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(125);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 99:
if (lookahead == '\n') ADVANCE(461);
if (lookahead == '\r') ADVANCE(97);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(125);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 100:
if (lookahead == '\n') SKIP(206);
END_STATE();
case 101:
if (lookahead == '\n') ADVANCE(458);
END_STATE();
case 102:
if (lookahead == '\n') ADVANCE(458);
if (lookahead == '\r') ADVANCE(101);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(122);
END_STATE();
case 103:
if (lookahead == '\n') SKIP(121);
END_STATE();
case 104:
if (lookahead == '\n') SKIP(213);
END_STATE();
case 105:
ADVANCE_MAP(
'\n', 314,
'"', 395,
'#', 435,
'$', 393,
'&', 359,
'\'', 219,
'(', 271,
')', 277,
';', 530,
'<', 292,
'>', 295,
'\\', 147,
'`', 430,
'|', 276,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(105);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(482);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 106:
ADVANCE_MAP(
'\n', 315,
'"', 395,
'#', 435,
'$', 393,
'&', 359,
'\'', 219,
'(', 271,
';', 530,
'<', 292,
'>', 295,
'\\', 149,
'`', 430,
'e', 527,
'|', 276,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(106);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(483);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if (lookahead != 0 &&
(lookahead < '&' || ')' < lookahead)) ADVANCE(528);
END_STATE();
case 107:
ADVANCE_MAP(
'\n', 316,
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'&', 359,
'\'', 219,
'*', 371,
'-', 367,
'0', 474,
';', 530,
'<', 292,
'>', 295,
'?', 378,
'@', 472,
'\\', 25,
'_', 477,
'`', 430,
'e', 439,
'|', 276,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(107);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(484);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if (lookahead != 0 &&
(lookahead < '&' || '*' < lookahead)) ADVANCE(528);
END_STATE();
case 108:
ADVANCE_MAP(
'\n', 317,
'!', 285,
'#', 410,
'$', 392,
'&', 359,
'*', 368,
'-', 365,
'0', 475,
';', 530,
'<', 292,
'>', 295,
'?', 377,
'@', 471,
'\\', 53,
'_', 478,
'`', 430,
'|', 276,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(108);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 109:
ADVANCE_MAP(
'\n', 318,
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'&', 359,
'\'', 219,
'(', 271,
')', 277,
'*', 371,
'-', 367,
'0', 474,
';', 530,
'<', 292,
'>', 295,
'?', 378,
'@', 472,
'\\', 22,
'_', 477,
'`', 430,
'|', 276,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(109);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(485);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 110:
ADVANCE_MAP(
'\n', 319,
'"', 395,
'#', 435,
'$', 393,
'&', 218,
'\'', 219,
'<', 290,
'>', 295,
'\\', 151,
'`', 430,
'|', 274,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(110);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(486);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if (lookahead != 0 &&
(lookahead < '&' || ')' < lookahead) &&
lookahead != ';' &&
lookahead != '<') ADVANCE(528);
END_STATE();
case 111:
ADVANCE_MAP(
'\n', 320,
'"', 395,
'#', 435,
'$', 393,
'&', 359,
'\'', 219,
'(', 271,
';', 530,
'<', 292,
'>', 295,
'\\', 157,
'`', 431,
'e', 527,
'|', 276,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(111);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(487);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if (lookahead != 0 &&
(lookahead < '&' || ')' < lookahead)) ADVANCE(528);
END_STATE();
case 112:
ADVANCE_MAP(
'\n', 321,
'!', 285,
'#', 410,
'$', 392,
'&', 359,
'*', 368,
'-', 365,
'0', 475,
';', 530,
'<', 292,
'>', 295,
'?', 377,
'@', 471,
'\\', 55,
'_', 478,
'|', 276,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(112);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 113:
ADVANCE_MAP(
'\n', 322,
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'&', 359,
'\'', 219,
')', 277,
'*', 371,
'-', 367,
'0', 474,
';', 530,
'<', 292,
'>', 295,
'?', 378,
'@', 472,
'\\', 28,
'_', 477,
'`', 430,
'|', 276,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(113);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(488);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if (lookahead != 0 &&
(lookahead < '&' || '*' < lookahead)) ADVANCE(528);
END_STATE();
case 114:
ADVANCE_MAP(
'\n', 323,
'"', 395,
'#', 435,
'$', 393,
'&', 359,
'\'', 219,
'(', 271,
')', 277,
';', 530,
'<', 292,
'>', 295,
'\\', 153,
'`', 431,
'|', 276,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(114);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(489);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 115:
ADVANCE_MAP(
'\n', 324,
'"', 395,
'#', 435,
'$', 393,
'&', 356,
'\'', 219,
'(', 271,
';', 530,
'\\', 165,
'`', 430,
'e', 527,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(115);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(490);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if (lookahead != 0 &&
(lookahead < '&' || ')' < lookahead) &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
lookahead != '|') ADVANCE(528);
END_STATE();
case 116:
ADVANCE_MAP(
'\n', 325,
'!', 285,
'#', 410,
'$', 392,
'&', 359,
'*', 368,
'-', 365,
'0', 475,
';', 530,
'<', 292,
'>', 295,
'?', 377,
'@', 471,
'\\', 57,
'_', 478,
'e', 444,
'|', 276,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(116);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 117:
ADVANCE_MAP(
'\n', 326,
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'&', 359,
'\'', 219,
'*', 371,
'-', 367,
'0', 474,
';', 530,
'<', 292,
'>', 295,
'?', 378,
'@', 472,
'\\', 31,
'_', 477,
'`', 430,
'|', 276,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(117);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(491);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if (lookahead != 0 &&
(lookahead < '&' || '*' < lookahead)) ADVANCE(528);
END_STATE();
case 118:
ADVANCE_MAP(
'\n', 327,
'"', 395,
'#', 435,
'$', 393,
'&', 356,
'\'', 219,
';', 530,
'\\', 169,
'`', 430,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(118);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(492);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if (lookahead != 0 &&
(lookahead < '&' || ')' < lookahead) &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
lookahead != '|') ADVANCE(528);
END_STATE();
case 119:
ADVANCE_MAP(
'\n', 328,
'!', 285,
'#', 410,
'$', 392,
'&', 218,
'*', 368,
'-', 365,
'0', 475,
'<', 292,
'>', 295,
'?', 377,
'@', 471,
'\\', 63,
'_', 478,
'|', 276,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(119);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 120:
ADVANCE_MAP(
'\n', 329,
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'&', 218,
'\'', 219,
'(', 271,
'*', 371,
'-', 367,
'0', 474,
'<', 292,
'>', 295,
'?', 378,
'@', 472,
'\\', 36,
'_', 477,
'`', 430,
'|', 276,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(120);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(493);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if (lookahead != 0 &&
(lookahead < '&' || '*' < lookahead) &&
lookahead != ';' &&
lookahead != '<') ADVANCE(528);
END_STATE();
case 121:
ADVANCE_MAP(
'\n', 330,
'"', 395,
'#', 435,
'$', 393,
'&', 356,
'\'', 219,
';', 530,
'\\', 176,
'`', 431,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(121);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(494);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if (lookahead != 0 &&
(lookahead < '&' || ')' < lookahead) &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
lookahead != '|') ADVANCE(528);
END_STATE();
case 122:
ADVANCE_MAP(
'\n', 331,
'!', 285,
'#', 410,
'$', 392,
'&', 218,
'*', 368,
'-', 365,
'0', 475,
'<', 290,
'>', 295,
'?', 377,
'@', 471,
'\\', 102,
'_', 478,
'|', 237,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(122);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 123:
ADVANCE_MAP(
'\n', 332,
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'&', 218,
'\'', 219,
'*', 371,
'-', 367,
'0', 474,
'<', 292,
'>', 295,
'?', 378,
'@', 472,
'\\', 39,
'_', 477,
'`', 430,
'|', 276,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(123);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(495);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if (lookahead != 0 &&
(lookahead < '&' || '*' < lookahead) &&
lookahead != ';' &&
lookahead != '<') ADVANCE(528);
END_STATE();
case 124:
ADVANCE_MAP(
'\n', 333,
'!', 285,
'#', 410,
'$', 392,
'&', 356,
'*', 368,
'-', 365,
'0', 475,
';', 530,
'?', 377,
'@', 471,
'\\', 80,
'_', 478,
'i', 443,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(124);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 125:
ADVANCE_MAP(
'\n', 334,
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'&', 218,
'\'', 219,
'*', 371,
'-', 367,
'0', 474,
'<', 290,
'>', 295,
'?', 378,
'@', 472,
'\\', 99,
'_', 477,
'`', 430,
'|', 237,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(125);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(496);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if (lookahead != 0 &&
(lookahead < '&' || '*' < lookahead) &&
lookahead != ';' &&
lookahead != '<') ADVANCE(528);
END_STATE();
case 126:
ADVANCE_MAP(
'\n', 335,
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'&', 356,
'\'', 219,
'*', 371,
'-', 367,
'0', 474,
';', 530,
'?', 378,
'@', 472,
'\\', 71,
'_', 477,
'`', 430,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(126);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(497);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if (lookahead != 0 &&
(lookahead < '&' || '*' < lookahead) &&
lookahead != ';' &&
lookahead != '<' &&
(lookahead < '>' || 'Z' < lookahead) &&
lookahead != '|') ADVANCE(528);
END_STATE();
case 127:
ADVANCE_MAP(
'\n', 336,
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'\'', 219,
'*', 371,
'-', 367,
'0', 474,
'?', 378,
'@', 472,
'\\', 76,
'_', 477,
'`', 430,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(127);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(498);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if (lookahead != 0 &&
(lookahead < '&' || '*' < lookahead) &&
lookahead != ';' &&
lookahead != '<' &&
(lookahead < '>' || 'Z' < lookahead) &&
lookahead != '|') ADVANCE(528);
END_STATE();
case 128:
if (lookahead == '\r') SKIP(1);
if (lookahead == ' ') ADVANCE(499);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(186);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 129:
if (lookahead == '\r') SKIP(1);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(186);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 130:
if (lookahead == '\r') ADVANCE(404);
if (lookahead != 0) ADVANCE(403);
END_STATE();
case 131:
if (lookahead == '\r') SKIP(2);
if (lookahead == ' ') ADVANCE(503);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(190);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 132:
if (lookahead == '\r') SKIP(2);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(190);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 133:
if (lookahead == '\r') SKIP(3);
if (lookahead == ' ') ADVANCE(504);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(192);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 134:
if (lookahead == '\r') SKIP(3);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(192);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 135:
if (lookahead == '\r') ADVANCE(399);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') ADVANCE(402);
if (lookahead != 0) ADVANCE(403);
END_STATE();
case 136:
if (lookahead == '\r') SKIP(4);
if (lookahead == ' ') ADVANCE(479);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(5);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 137:
if (lookahead == '\r') SKIP(4);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(5);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 138:
if (lookahead == '\r') SKIP(6);
if (lookahead == ' ') ADVANCE(505);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(193);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 139:
if (lookahead == '\r') SKIP(6);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(193);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 140:
if (lookahead == '\r') SKIP(7);
if (lookahead == ' ') ADVANCE(506);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(194);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 141:
if (lookahead == '\r') SKIP(7);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(194);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 142:
if (lookahead == '\r') SKIP(8);
if (lookahead == ' ') ADVANCE(507);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(195);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 143:
if (lookahead == '\r') SKIP(8);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(195);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 144:
if (lookahead == '\r') SKIP(9);
if (lookahead == ' ') ADVANCE(509);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(204);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 145:
if (lookahead == '\r') SKIP(9);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(204);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 146:
if (lookahead == '\r') SKIP(32);
if (lookahead == ' ') ADVANCE(482);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(105);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 147:
if (lookahead == '\r') SKIP(32);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(105);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 148:
if (lookahead == '\r') SKIP(33);
if (lookahead == ' ') ADVANCE(483);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(106);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 149:
if (lookahead == '\r') SKIP(33);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(106);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 150:
if (lookahead == '\r') SKIP(46);
if (lookahead == ' ') ADVANCE(486);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(110);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 151:
if (lookahead == '\r') SKIP(46);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(110);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 152:
if (lookahead == '\r') SKIP(95);
if (lookahead == ' ') ADVANCE(489);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(114);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 153:
if (lookahead == '\r') SKIP(95);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(114);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 154:
if (lookahead == '\r') SKIP(47);
if (lookahead == ' ') ADVANCE(510);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(205);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 155:
if (lookahead == '\r') SKIP(47);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(205);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 156:
if (lookahead == '\r') SKIP(96);
if (lookahead == ' ') ADVANCE(487);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(111);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 157:
if (lookahead == '\r') SKIP(96);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(111);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 158:
if (lookahead == '\r') SKIP(51);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(196);
END_STATE();
case 159:
if (lookahead == '\r') SKIP(58);
if (lookahead == ' ') ADVANCE(508);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(191);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 160:
if (lookahead == '\r') SKIP(58);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(191);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 161:
if (lookahead == '\r') SKIP(100);
if (lookahead == ' ') ADVANCE(511);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(206);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 162:
if (lookahead == '\r') SKIP(100);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(206);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 163:
if (lookahead == '\r') SKIP(66);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(198);
END_STATE();
case 164:
if (lookahead == '\r') SKIP(68);
if (lookahead == ' ') ADVANCE(490);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(115);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 165:
if (lookahead == '\r') SKIP(68);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(115);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 166:
if (lookahead == '\r') SKIP(72);
if (lookahead == ' ') ADVANCE(512);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(207);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 167:
if (lookahead == '\r') SKIP(72);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(207);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 168:
if (lookahead == '\r') SKIP(73);
if (lookahead == ' ') ADVANCE(492);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(118);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 169:
if (lookahead == '\r') SKIP(73);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(118);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 170:
if (lookahead == '\r') SKIP(77);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(217);
END_STATE();
case 171:
if (lookahead == '\r') SKIP(78);
if (lookahead == ' ') ADVANCE(513);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(212);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 172:
if (lookahead == '\r') SKIP(78);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(212);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 173:
if (lookahead == '\r') SKIP(104);
if (lookahead == ' ') ADVANCE(514);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(213);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 174:
if (lookahead == '\r') SKIP(104);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(213);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 175:
if (lookahead == '\r') SKIP(103);
if (lookahead == ' ') ADVANCE(494);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(121);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 176:
if (lookahead == '\r') SKIP(103);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(121);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 177:
if (lookahead == '\r') SKIP(81);
if (lookahead == ' ') ADVANCE(515);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(209);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 178:
if (lookahead == '\r') SKIP(81);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(209);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 179:
if (lookahead == '\r') SKIP(82);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(216);
END_STATE();
case 180:
if (lookahead == '\r') SKIP(86);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(202);
END_STATE();
case 181:
if (lookahead == '\r') SKIP(87);
if (lookahead == ' ') ADVANCE(516);
if (('\t' <= lookahead && lookahead <= '\f')) SKIP(210);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 182:
if (lookahead == '\r') SKIP(87);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(210);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 183:
if (lookahead == '\r') SKIP(91);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(67);
END_STATE();
case 184:
if (lookahead == '\r') SKIP(92);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(208);
END_STATE();
case 185:
if (lookahead == '\r') SKIP(93);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(211);
END_STATE();
case 186:
ADVANCE_MAP(
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'%', 374,
'&', 358,
'\'', 219,
'(', 271,
')', 277,
'*', 369,
'+', 386,
'-', 384,
'/', 372,
'0', 473,
':', 381,
';', 530,
'<', 291,
'=', 289,
'>', 294,
'?', 378,
'@', 472,
'\\', 129,
'^', 354,
'_', 476,
'`', 431,
'd', 526,
'e', 523,
'f', 521,
'i', 525,
'{', 280,
'|', 273,
'}', 282,
'~', 388,
);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == ' ') SKIP(186);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(499);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(407);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 187:
ADVANCE_MAP(
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'&', 225,
'\'', 219,
'*', 371,
'-', 367,
'0', 474,
'<', 290,
'>', 295,
'?', 378,
'@', 472,
'\\', 61,
'_', 477,
'`', 430,
);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == ' ') SKIP(187);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(502);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if (lookahead != 0 &&
(lookahead < '&' || '*' < lookahead) &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '|') ADVANCE(528);
END_STATE();
case 188:
ADVANCE_MAP(
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'&', 218,
'\'', 219,
'(', 271,
'*', 371,
'-', 367,
'0', 474,
'<', 292,
'>', 295,
'?', 378,
'@', 472,
'\\', 42,
'_', 477,
'`', 430,
'|', 276,
);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == ' ') SKIP(188);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(500);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if (lookahead != 0 &&
(lookahead < '&' || '*' < lookahead) &&
lookahead != ';' &&
lookahead != '<') ADVANCE(528);
END_STATE();
case 189:
ADVANCE_MAP(
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'&', 218,
'\'', 219,
'*', 371,
'-', 367,
'0', 474,
'<', 292,
'>', 295,
'?', 378,
'@', 472,
'\\', 45,
'_', 477,
'`', 430,
'|', 276,
);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == ' ') SKIP(189);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(501);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if (lookahead != 0 &&
(lookahead < '&' || '*' < lookahead) &&
lookahead != ';' &&
lookahead != '<') ADVANCE(528);
END_STATE();
case 190:
ADVANCE_MAP(
'!', 286,
'"', 395,
'#', 435,
'$', 393,
'&', 225,
'\'', 219,
'(', 271,
')', 277,
';', 223,
'<', 290,
'>', 295,
'\\', 132,
'`', 430,
'{', 280,
);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == ' ') SKIP(190);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(503);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if (lookahead != 0 &&
lookahead != '{' &&
lookahead != '|') ADVANCE(528);
END_STATE();
case 191:
ADVANCE_MAP(
'!', 286,
'"', 395,
'#', 435,
'$', 393,
'&', 225,
'\'', 219,
'(', 271,
';', 223,
'<', 290,
'>', 295,
'\\', 160,
'`', 430,
'e', 527,
'{', 280,
);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == ' ') SKIP(191);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(508);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if (lookahead != 0 &&
(lookahead < '&' || ')' < lookahead) &&
lookahead != '{' &&
lookahead != '|') ADVANCE(528);
END_STATE();
case 192:
ADVANCE_MAP(
'!', 286,
'"', 395,
'#', 435,
'$', 393,
'&', 225,
'\'', 219,
'(', 271,
'<', 290,
'>', 295,
'\\', 134,
'`', 430,
'e', 524,
'f', 521,
'{', 280,
);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == ' ') SKIP(192);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(504);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if (lookahead != 0 &&
(lookahead < '&' || ')' < lookahead) &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '{' &&
lookahead != '|') ADVANCE(528);
END_STATE();
case 193:
ADVANCE_MAP(
'!', 286,
'"', 395,
'#', 435,
'$', 393,
'&', 225,
'\'', 219,
'(', 271,
'<', 290,
'>', 295,
'\\', 139,
'`', 430,
'd', 526,
'{', 280,
);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == ' ') SKIP(193);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(505);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if (lookahead != 0 &&
(lookahead < '&' || ')' < lookahead) &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '{' &&
lookahead != '|') ADVANCE(528);
END_STATE();
case 194:
ADVANCE_MAP(
'!', 286,
'"', 395,
'#', 435,
'$', 393,
'&', 225,
'\'', 219,
'(', 271,
'<', 290,
'>', 295,
'\\', 141,
'`', 430,
'f', 521,
'{', 280,
);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == ' ') SKIP(194);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(506);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if (lookahead != 0 &&
(lookahead < '&' || ')' < lookahead) &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '{' &&
lookahead != '|') ADVANCE(528);
END_STATE();
case 195:
ADVANCE_MAP(
'!', 286,
'"', 395,
'#', 435,
'$', 393,
'&', 225,
'\'', 219,
'(', 271,
'<', 290,
'>', 295,
'\\', 143,
'`', 430,
'{', 280,
'}', 282,
);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == ' ') SKIP(195);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(507);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if (lookahead != 0 &&
(lookahead < '&' || ')' < lookahead) &&
lookahead != ';' &&
lookahead != '<' &&
(lookahead < '{' || '}' < lookahead)) ADVANCE(528);
END_STATE();
case 196:
ADVANCE_MAP(
'!', 224,
'#', 435,
'%', 376,
'&', 357,
')', 277,
'*', 370,
'+', 364,
'-', 366,
'/', 373,
'<', 293,
'=', 288,
'>', 296,
'?', 377,
);
if (lookahead == '\\') SKIP(158);
if (lookahead == '^') ADVANCE(355);
if (lookahead == '`') ADVANCE(226);
if (lookahead == '|') ADVANCE(275);
if (lookahead == '}') ADVANCE(281);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(196);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('_' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 197:
ADVANCE_MAP(
'!', 285,
'"', 395,
'#', 410,
'$', 392,
'*', 368,
'-', 365,
'0', 475,
'?', 377,
'@', 471,
'\\', 83,
'_', 478,
);
if (lookahead == '\n' ||
lookahead == '\r') SKIP(197);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') ADVANCE(400);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
if (lookahead != 0 &&
(lookahead < '_' || 'z' < lookahead)) ADVANCE(403);
END_STATE();
case 198:
ADVANCE_MAP(
'!', 285,
'"', 395,
'#', 435,
'$', 394,
'&', 218,
'(', 271,
')', 221,
'+', 387,
'-', 385,
'<', 292,
'=', 287,
'>', 295,
);
if (lookahead == '\\') SKIP(163);
if (lookahead == '`') ADVANCE(430);
if (lookahead == '|') ADVANCE(276);
if (lookahead == '~') ADVANCE(388);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(198);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(409);
if (('A' <= lookahead && lookahead <= 'Z') ||
('_' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 199:
ADVANCE_MAP(
'!', 285,
'#', 410,
'$', 392,
'&', 218,
'*', 368,
'-', 365,
'0', 475,
'<', 292,
'>', 295,
'?', 377,
'@', 471,
'\\', 65,
'_', 478,
'|', 276,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(199);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 200:
ADVANCE_MAP(
'!', 285,
'#', 410,
'$', 392,
')', 277,
'*', 368,
'-', 365,
'0', 475,
'?', 377,
'@', 471,
'\\', 85,
'_', 478,
'|', 272,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(200);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 201:
ADVANCE_MAP(
'!', 285,
'#', 410,
'$', 392,
'*', 368,
'-', 365,
'0', 475,
'?', 377,
'@', 471,
'\\', 88,
'_', 478,
);
if (lookahead == '\n' ||
lookahead == '\r') SKIP(201);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') ADVANCE(401);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
if (lookahead != 0 &&
(lookahead < ' ' || '$' < lookahead) &&
(lookahead < '_' || 'z' < lookahead)) ADVANCE(403);
END_STATE();
case 202:
ADVANCE_MAP(
'!', 285,
'#', 410,
'$', 392,
'*', 368,
'-', 365,
'0', 475,
'?', 377,
'@', 471,
);
if (lookahead == '\\') SKIP(180);
if (lookahead == '_') ADVANCE(478);
if (lookahead == '}') ADVANCE(281);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(202);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 203:
ADVANCE_MAP(
'!', 285,
'#', 410,
'$', 392,
'*', 368,
'-', 365,
'0', 475,
'?', 377,
'@', 471,
'\\', 90,
'_', 478,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(203);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 204:
ADVANCE_MAP(
'"', 395,
'#', 435,
'$', 393,
'&', 225,
'\'', 219,
'(', 271,
'<', 290,
'>', 295,
'\\', 145,
'`', 430,
'{', 280,
);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == ' ') SKIP(204);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(509);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if (lookahead != 0 &&
(lookahead < '&' || ')' < lookahead) &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '{' &&
lookahead != '|') ADVANCE(528);
END_STATE();
case 205:
ADVANCE_MAP(
'"', 395,
'#', 435,
'$', 393,
'&', 218,
'\'', 219,
'(', 271,
'<', 292,
'>', 295,
'\\', 155,
'`', 430,
'|', 276,
);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == ' ') SKIP(205);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(510);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if (lookahead != 0 &&
(lookahead < '&' || ')' < lookahead) &&
lookahead != ';' &&
lookahead != '<') ADVANCE(528);
END_STATE();
case 206:
ADVANCE_MAP(
'"', 395,
'#', 435,
'$', 393,
'&', 218,
'\'', 219,
'(', 271,
'<', 292,
'>', 295,
'\\', 162,
'`', 431,
'|', 276,
);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == ' ') SKIP(206);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(511);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if (lookahead != 0 &&
(lookahead < '&' || ')' < lookahead) &&
lookahead != ';' &&
lookahead != '<') ADVANCE(528);
END_STATE();
case 207:
ADVANCE_MAP(
'"', 395,
'#', 435,
'$', 393,
'\'', 219,
'(', 271,
'\\', 167,
'`', 430,
'e', 527,
);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == ' ') SKIP(207);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(512);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if (lookahead != 0 &&
(lookahead < '&' || ')' < lookahead) &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
lookahead != '|') ADVANCE(528);
END_STATE();
case 208:
if (lookahead == '"') ADVANCE(395);
if (lookahead == '#') ADVANCE(435);
if (lookahead == '$') ADVANCE(220);
if (lookahead == ')') ADVANCE(277);
if (lookahead == '\\') SKIP(184);
if (lookahead == '`') ADVANCE(430);
if (lookahead == '|') ADVANCE(272);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(208);
END_STATE();
case 209:
if (lookahead == '"') ADVANCE(395);
if (lookahead == '#') ADVANCE(435);
if (lookahead == '$') ADVANCE(394);
if (lookahead == '\'') ADVANCE(219);
if (lookahead == '\\') ADVANCE(178);
if (lookahead == '`') ADVANCE(430);
if (lookahead == '}') ADVANCE(282);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == ' ') SKIP(209);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(515);
if (lookahead != 0 &&
(lookahead < '&' || ')' < lookahead) &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
lookahead != '|' &&
lookahead != '}') ADVANCE(528);
END_STATE();
case 210:
if (lookahead == '"') ADVANCE(395);
if (lookahead == '#') ADVANCE(435);
if (lookahead == '$') ADVANCE(394);
if (lookahead == '\'') ADVANCE(219);
if (lookahead == '\\') ADVANCE(182);
if (lookahead == '`') ADVANCE(430);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == ' ') SKIP(210);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(516);
if (lookahead != 0 &&
(lookahead < '&' || ')' < lookahead) &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
lookahead != '|') ADVANCE(528);
END_STATE();
case 211:
if (lookahead == '"') ADVANCE(395);
if (lookahead == '#') ADVANCE(435);
if (lookahead == '\'') ADVANCE(219);
if (lookahead == ')') ADVANCE(277);
if (lookahead == '\\') SKIP(185);
if (lookahead == '}') ADVANCE(281);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(427);
END_STATE();
case 212:
if (lookahead == '"') ADVANCE(395);
if (lookahead == '#') ADVANCE(436);
if (lookahead == '$') ADVANCE(393);
if (lookahead == '\'') ADVANCE(219);
if (lookahead == '\\') ADVANCE(172);
if (lookahead == '`') ADVANCE(431);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == ' ') SKIP(212);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(513);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if (lookahead != 0 &&
(lookahead < '&' || ')' < lookahead) &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
lookahead != '|') ADVANCE(528);
END_STATE();
case 213:
if (lookahead == '"') ADVANCE(395);
if (lookahead == '#') ADVANCE(436);
if (lookahead == '$') ADVANCE(393);
if (lookahead == '\'') ADVANCE(219);
if (lookahead == '\\') ADVANCE(174);
if (lookahead == '`') ADVANCE(430);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == ' ') SKIP(213);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(514);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if (lookahead != 0 &&
(lookahead < '&' || ')' < lookahead) &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
lookahead != '|') ADVANCE(528);
END_STATE();
case 214:
if (lookahead == '"') ADVANCE(395);
if (lookahead == '#') ADVANCE(405);
if (lookahead == '$') ADVANCE(393);
if (lookahead == '\\') ADVANCE(135);
if (lookahead == '`') ADVANCE(430);
if (lookahead == '\n' ||
lookahead == '\r') SKIP(214);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') ADVANCE(402);
if (lookahead != 0) ADVANCE(403);
END_STATE();
case 215:
if (lookahead == '#') ADVANCE(410);
if (lookahead == '%') ADVANCE(375);
if (lookahead == '+') ADVANCE(424);
if (lookahead == '-') ADVANCE(414);
if (lookahead == ':') ADVANCE(222);
if (lookahead == '=') ADVANCE(417);
if (lookahead == '?') ADVANCE(421);
if (lookahead == '\\') SKIP(179);
if (lookahead == '}') ADVANCE(281);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(216);
END_STATE();
case 216:
if (lookahead == '#') ADVANCE(410);
if (lookahead == '%') ADVANCE(375);
if (lookahead == '\\') SKIP(179);
if (lookahead == '}') ADVANCE(281);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(216);
END_STATE();
case 217:
if (lookahead == '#') ADVANCE(435);
if (lookahead == '&') ADVANCE(218);
if (lookahead == ')') ADVANCE(277);
if (lookahead == '<') ADVANCE(292);
if (lookahead == '>') ADVANCE(295);
if (lookahead == '\\') SKIP(170);
if (lookahead == '`') ADVANCE(226);
if (lookahead == '|') ADVANCE(276);
if (lookahead == '}') ADVANCE(281);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(217);
END_STATE();
case 218:
if (lookahead == '&') ADVANCE(283);
if (lookahead == '>') ADVANCE(299);
END_STATE();
case 219:
if (lookahead == '\'') ADVANCE(406);
if (lookahead != 0) ADVANCE(219);
END_STATE();
case 220:
if (lookahead == '(') ADVANCE(428);
if (lookahead == '{') ADVANCE(412);
END_STATE();
case 221:
if (lookahead == ')') ADVANCE(339);
END_STATE();
case 222:
if (lookahead == '+') ADVANCE(423);
if (lookahead == '-') ADVANCE(413);
if (lookahead == '=') ADVANCE(415);
if (lookahead == '?') ADVANCE(419);
END_STATE();
case 223:
if (lookahead == ';') ADVANCE(279);
END_STATE();
case 224:
if (lookahead == '=') ADVANCE(361);
END_STATE();
case 225:
if (lookahead == '>') ADVANCE(299);
END_STATE();
case 226:
if (lookahead == '`') ADVANCE(391);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(226);
END_STATE();
case 227:
if (lookahead == 'a') ADVANCE(228);
END_STATE();
case 228:
if (lookahead == 'c') ADVANCE(267);
END_STATE();
case 229:
if (lookahead == 'e') ADVANCE(265);
END_STATE();
case 230:
if (lookahead == 'f') ADVANCE(263);
END_STATE();
case 231:
if (lookahead == 'i') ADVANCE(261);
END_STATE();
case 232:
if (lookahead == 'i') ADVANCE(230);
if (lookahead == 's') ADVANCE(229);
END_STATE();
case 233:
if (lookahead == 'l') ADVANCE(232);
if (lookahead == 's') ADVANCE(227);
END_STATE();
case 234:
if (lookahead == 'n') ADVANCE(256);
END_STATE();
case 235:
if (lookahead == 'o') ADVANCE(259);
END_STATE();
case 236:
if (lookahead == 's') ADVANCE(227);
END_STATE();
case 237:
if (lookahead == '|') ADVANCE(284);
END_STATE();
case 238:
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(528);
END_STATE();
case 239:
if (eof) ADVANCE(255);
if (lookahead == '\n') SKIP(254);
END_STATE();
case 240:
if (eof) ADVANCE(255);
if (lookahead == '\n') SKIP(241);
END_STATE();
case 241:
if (eof) ADVANCE(255);
if (lookahead == '\n') ADVANCE(312);
if (lookahead == '#') ADVANCE(435);
if (lookahead == '&') ADVANCE(359);
if (lookahead == ')') ADVANCE(277);
if (lookahead == ';') ADVANCE(530);
if (lookahead == '<') ADVANCE(292);
if (lookahead == '>') ADVANCE(295);
if (lookahead == '\\') SKIP(250);
if (lookahead == '`') ADVANCE(431);
if (lookahead == 'e') ADVANCE(236);
if (lookahead == '|') ADVANCE(276);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(241);
END_STATE();
case 242:
if (eof) ADVANCE(255);
if (lookahead == '\n') ADVANCE(312);
if (lookahead == '#') ADVANCE(435);
if (lookahead == '&') ADVANCE(359);
if (lookahead == ')') ADVANCE(277);
if (lookahead == ';') ADVANCE(530);
if (lookahead == '<') ADVANCE(292);
if (lookahead == '>') ADVANCE(295);
if (lookahead == '\\') SKIP(251);
if (lookahead == '`') ADVANCE(430);
if (lookahead == '|') ADVANCE(276);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(242);
END_STATE();
case 243:
if (eof) ADVANCE(255);
if (lookahead == '\n') SKIP(242);
END_STATE();
case 244:
if (eof) ADVANCE(255);
ADVANCE_MAP(
'\n', 313,
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'&', 359,
'\'', 219,
'(', 271,
'*', 371,
'-', 367,
'0', 474,
';', 530,
'<', 292,
'>', 295,
'?', 378,
'@', 472,
'\\', 19,
'_', 477,
'`', 430,
'|', 276,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(244);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(481);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if (lookahead != 0 &&
(lookahead < '&' || '*' < lookahead)) ADVANCE(528);
END_STATE();
case 245:
if (eof) ADVANCE(255);
ADVANCE_MAP(
'\n', 314,
'"', 395,
'#', 435,
'$', 393,
'&', 359,
'\'', 219,
'(', 271,
')', 277,
';', 530,
'<', 292,
'>', 295,
'\\', 147,
'`', 430,
'|', 276,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(245);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(482);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 246:
if (eof) ADVANCE(255);
ADVANCE_MAP(
'\n', 321,
'!', 285,
'#', 410,
'$', 392,
'&', 359,
'*', 368,
'-', 365,
'0', 475,
';', 530,
'<', 292,
'>', 295,
'?', 377,
'@', 471,
'\\', 55,
'_', 478,
'|', 276,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(246);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 247:
if (eof) ADVANCE(255);
ADVANCE_MAP(
'\n', 323,
'"', 395,
'#', 435,
'$', 393,
'&', 359,
'\'', 219,
'(', 271,
')', 277,
';', 530,
'<', 292,
'>', 295,
'\\', 153,
'`', 431,
'|', 276,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(247);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(489);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 248:
if (eof) ADVANCE(255);
ADVANCE_MAP(
'\n', 326,
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'&', 359,
'\'', 219,
'*', 371,
'-', 367,
'0', 474,
';', 530,
'<', 292,
'>', 295,
'?', 378,
'@', 472,
'\\', 31,
'_', 477,
'`', 430,
'|', 276,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(248);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(491);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if (lookahead != 0 &&
(lookahead < '&' || '*' < lookahead)) ADVANCE(528);
END_STATE();
case 249:
if (eof) ADVANCE(255);
if (lookahead == '\r') SKIP(239);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(254);
END_STATE();
case 250:
if (eof) ADVANCE(255);
if (lookahead == '\r') SKIP(240);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(241);
END_STATE();
case 251:
if (eof) ADVANCE(255);
if (lookahead == '\r') SKIP(243);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(242);
END_STATE();
case 252:
if (eof) ADVANCE(255);
ADVANCE_MAP(
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'%', 374,
'&', 358,
'\'', 219,
'(', 271,
')', 277,
'*', 369,
'+', 386,
'-', 384,
'/', 372,
'0', 473,
':', 381,
';', 530,
'<', 291,
'=', 289,
'>', 294,
'?', 378,
'@', 472,
'\\', 129,
'^', 354,
'_', 476,
'`', 431,
'd', 526,
'e', 523,
'f', 521,
'i', 525,
'{', 280,
'|', 273,
'}', 282,
'~', 388,
);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == ' ') SKIP(252);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(499);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(407);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 253:
if (eof) ADVANCE(255);
ADVANCE_MAP(
'!', 286,
'"', 395,
'#', 435,
'$', 393,
'&', 225,
'\'', 219,
'(', 271,
')', 277,
';', 223,
'<', 290,
'>', 295,
'\\', 132,
'`', 430,
'{', 280,
);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == ' ') SKIP(253);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(503);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if (lookahead != 0 &&
lookahead != '{' &&
lookahead != '|') ADVANCE(528);
END_STATE();
case 254:
if (eof) ADVANCE(255);
ADVANCE_MAP(
'!', 224,
'#', 435,
'$', 394,
'%', 376,
'&', 357,
')', 221,
'*', 370,
'+', 364,
'-', 366,
'/', 373,
':', 379,
';', 223,
'<', 293,
'=', 288,
'>', 296,
'?', 377,
);
if (lookahead == '\\') SKIP(249);
if (lookahead == '^') ADVANCE(355);
if (lookahead == '`') ADVANCE(430);
if (lookahead == 'd') ADVANCE(235);
if (lookahead == 'e') ADVANCE(233);
if (lookahead == 'f') ADVANCE(231);
if (lookahead == 'i') ADVANCE(234);
if (lookahead == '|') ADVANCE(275);
if (lookahead == '}') ADVANCE(281);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(254);
END_STATE();
case 255:
ACCEPT_TOKEN(ts_builtin_sym_end);
END_STATE();
case 256:
ACCEPT_TOKEN(anon_sym_in);
END_STATE();
case 257:
ACCEPT_TOKEN(anon_sym_in);
if (lookahead == '\\') ADVANCE(238);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 258:
ACCEPT_TOKEN(anon_sym_in);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 259:
ACCEPT_TOKEN(anon_sym_do);
END_STATE();
case 260:
ACCEPT_TOKEN(anon_sym_do);
if (lookahead == '\\') ADVANCE(238);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 261:
ACCEPT_TOKEN(anon_sym_fi);
END_STATE();
case 262:
ACCEPT_TOKEN(anon_sym_fi);
if (lookahead == '\\') ADVANCE(238);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 263:
ACCEPT_TOKEN(anon_sym_elif);
END_STATE();
case 264:
ACCEPT_TOKEN(anon_sym_elif);
if (lookahead == '\\') ADVANCE(238);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 265:
ACCEPT_TOKEN(anon_sym_else);
END_STATE();
case 266:
ACCEPT_TOKEN(anon_sym_else);
if (lookahead == '\\') ADVANCE(238);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 267:
ACCEPT_TOKEN(anon_sym_esac);
END_STATE();
case 268:
ACCEPT_TOKEN(anon_sym_esac);
if (lookahead == '\\') ADVANCE(238);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 269:
ACCEPT_TOKEN(anon_sym_esac);
if (lookahead == '\\') ADVANCE(16);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 270:
ACCEPT_TOKEN(anon_sym_esac);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 271:
ACCEPT_TOKEN(anon_sym_LPAREN);
END_STATE();
case 272:
ACCEPT_TOKEN(anon_sym_PIPE);
END_STATE();
case 273:
ACCEPT_TOKEN(anon_sym_PIPE);
if (lookahead == '&') ADVANCE(337);
if (lookahead == '=') ADVANCE(353);
if (lookahead == '|') ADVANCE(284);
END_STATE();
case 274:
ACCEPT_TOKEN(anon_sym_PIPE);
if (lookahead == '&') ADVANCE(337);
if (lookahead == '|') ADVANCE(284);
END_STATE();
case 275:
ACCEPT_TOKEN(anon_sym_PIPE);
if (lookahead == '=') ADVANCE(353);
if (lookahead == '|') ADVANCE(284);
END_STATE();
case 276:
ACCEPT_TOKEN(anon_sym_PIPE);
if (lookahead == '|') ADVANCE(284);
END_STATE();
case 277:
ACCEPT_TOKEN(anon_sym_RPAREN);
END_STATE();
case 278:
ACCEPT_TOKEN(anon_sym_LF);
if (lookahead == '\n') ADVANCE(278);
if (lookahead == '\\') ADVANCE(137);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(479);
END_STATE();
case 279:
ACCEPT_TOKEN(anon_sym_SEMI_SEMI);
END_STATE();
case 280:
ACCEPT_TOKEN(anon_sym_LBRACE);
if (lookahead == '\\') ADVANCE(238);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 281:
ACCEPT_TOKEN(anon_sym_RBRACE);
END_STATE();
case 282:
ACCEPT_TOKEN(anon_sym_RBRACE);
if (lookahead == '\\') ADVANCE(238);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 283:
ACCEPT_TOKEN(anon_sym_AMP_AMP);
END_STATE();
case 284:
ACCEPT_TOKEN(anon_sym_PIPE_PIPE);
END_STATE();
case 285:
ACCEPT_TOKEN(anon_sym_BANG);
END_STATE();
case 286:
ACCEPT_TOKEN(anon_sym_BANG);
if (lookahead == '\\') ADVANCE(238);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 287:
ACCEPT_TOKEN(anon_sym_EQ);
END_STATE();
case 288:
ACCEPT_TOKEN(anon_sym_EQ);
if (lookahead == '=') ADVANCE(360);
END_STATE();
case 289:
ACCEPT_TOKEN(anon_sym_EQ);
if (lookahead == '\\') ADVANCE(238);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 290:
ACCEPT_TOKEN(anon_sym_LT);
if (lookahead == '&') ADVANCE(301);
END_STATE();
case 291:
ACCEPT_TOKEN(anon_sym_LT);
if (lookahead == '&') ADVANCE(301);
if (lookahead == '<') ADVANCE(307);
if (lookahead == '=') ADVANCE(362);
END_STATE();
case 292:
ACCEPT_TOKEN(anon_sym_LT);
if (lookahead == '&') ADVANCE(301);
if (lookahead == '<') ADVANCE(306);
END_STATE();
case 293:
ACCEPT_TOKEN(anon_sym_LT);
if (lookahead == '<') ADVANCE(308);
if (lookahead == '=') ADVANCE(362);
END_STATE();
case 294:
ACCEPT_TOKEN(anon_sym_GT);
if (lookahead == '&') ADVANCE(302);
if (lookahead == '=') ADVANCE(363);
if (lookahead == '>') ADVANCE(298);
if (lookahead == '|') ADVANCE(303);
END_STATE();
case 295:
ACCEPT_TOKEN(anon_sym_GT);
if (lookahead == '&') ADVANCE(302);
if (lookahead == '>') ADVANCE(297);
if (lookahead == '|') ADVANCE(303);
END_STATE();
case 296:
ACCEPT_TOKEN(anon_sym_GT);
if (lookahead == '=') ADVANCE(363);
if (lookahead == '>') ADVANCE(298);
END_STATE();
case 297:
ACCEPT_TOKEN(anon_sym_GT_GT);
END_STATE();
case 298:
ACCEPT_TOKEN(anon_sym_GT_GT);
if (lookahead == '=') ADVANCE(349);
END_STATE();
case 299:
ACCEPT_TOKEN(anon_sym_AMP_GT);
if (lookahead == '>') ADVANCE(300);
END_STATE();
case 300:
ACCEPT_TOKEN(anon_sym_AMP_GT_GT);
END_STATE();
case 301:
ACCEPT_TOKEN(anon_sym_LT_AMP);
if (lookahead == '-') ADVANCE(304);
END_STATE();
case 302:
ACCEPT_TOKEN(anon_sym_GT_AMP);
if (lookahead == '-') ADVANCE(305);
END_STATE();
case 303:
ACCEPT_TOKEN(anon_sym_GT_PIPE);
END_STATE();
case 304:
ACCEPT_TOKEN(anon_sym_LT_AMP_DASH);
END_STATE();
case 305:
ACCEPT_TOKEN(anon_sym_GT_AMP_DASH);
END_STATE();
case 306:
ACCEPT_TOKEN(anon_sym_LT_LT);
if (lookahead == '-') ADVANCE(309);
END_STATE();
case 307:
ACCEPT_TOKEN(anon_sym_LT_LT);
if (lookahead == '-') ADVANCE(309);
if (lookahead == '=') ADVANCE(348);
END_STATE();
case 308:
ACCEPT_TOKEN(anon_sym_LT_LT);
if (lookahead == '=') ADVANCE(348);
END_STATE();
case 309:
ACCEPT_TOKEN(anon_sym_LT_LT_DASH);
END_STATE();
case 310:
ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1);
if (lookahead == '\n') ADVANCE(310);
if (lookahead == '\\') ADVANCE(13);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(480);
END_STATE();
case 311:
ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1);
if (lookahead == '\n') ADVANCE(311);
if (lookahead == '\\') ADVANCE(50);
END_STATE();
case 312:
ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1);
if (lookahead == '\n') ADVANCE(312);
END_STATE();
case 313:
ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1);
if (lookahead == '\n') ADVANCE(313);
if (lookahead == '\\') ADVANCE(19);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(481);
END_STATE();
case 314:
ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1);
if (lookahead == '\n') ADVANCE(314);
if (lookahead == '\\') ADVANCE(147);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(482);
END_STATE();
case 315:
ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1);
if (lookahead == '\n') ADVANCE(315);
if (lookahead == '\\') ADVANCE(149);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(483);
END_STATE();
case 316:
ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1);
if (lookahead == '\n') ADVANCE(316);
if (lookahead == '\\') ADVANCE(25);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(484);
END_STATE();
case 317:
ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1);
if (lookahead == '\n') ADVANCE(317);
if (lookahead == '\\') ADVANCE(53);
END_STATE();
case 318:
ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1);
if (lookahead == '\n') ADVANCE(318);
if (lookahead == '\\') ADVANCE(22);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(485);
END_STATE();
case 319:
ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1);
if (lookahead == '\n') ADVANCE(319);
if (lookahead == '\\') ADVANCE(151);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(486);
END_STATE();
case 320:
ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1);
if (lookahead == '\n') ADVANCE(320);
if (lookahead == '\\') ADVANCE(157);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(487);
END_STATE();
case 321:
ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1);
if (lookahead == '\n') ADVANCE(321);
if (lookahead == '\\') ADVANCE(55);
END_STATE();
case 322:
ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1);
if (lookahead == '\n') ADVANCE(322);
if (lookahead == '\\') ADVANCE(28);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(488);
END_STATE();
case 323:
ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1);
if (lookahead == '\n') ADVANCE(323);
if (lookahead == '\\') ADVANCE(153);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(489);
END_STATE();
case 324:
ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1);
if (lookahead == '\n') ADVANCE(324);
if (lookahead == '\\') ADVANCE(165);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(490);
END_STATE();
case 325:
ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1);
if (lookahead == '\n') ADVANCE(325);
if (lookahead == '\\') ADVANCE(57);
END_STATE();
case 326:
ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1);
if (lookahead == '\n') ADVANCE(326);
if (lookahead == '\\') ADVANCE(31);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(491);
END_STATE();
case 327:
ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1);
if (lookahead == '\n') ADVANCE(327);
if (lookahead == '\\') ADVANCE(169);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(492);
END_STATE();
case 328:
ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1);
if (lookahead == '\n') ADVANCE(328);
if (lookahead == '\\') ADVANCE(63);
END_STATE();
case 329:
ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1);
if (lookahead == '\n') ADVANCE(329);
if (lookahead == '\\') ADVANCE(36);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(493);
END_STATE();
case 330:
ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1);
if (lookahead == '\n') ADVANCE(330);
if (lookahead == '\\') ADVANCE(176);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(494);
END_STATE();
case 331:
ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1);
if (lookahead == '\n') ADVANCE(331);
if (lookahead == '\\') ADVANCE(102);
END_STATE();
case 332:
ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1);
if (lookahead == '\n') ADVANCE(332);
if (lookahead == '\\') ADVANCE(39);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(495);
END_STATE();
case 333:
ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1);
if (lookahead == '\n') ADVANCE(333);
if (lookahead == '\\') ADVANCE(80);
END_STATE();
case 334:
ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1);
if (lookahead == '\n') ADVANCE(334);
if (lookahead == '\\') ADVANCE(99);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(496);
END_STATE();
case 335:
ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1);
if (lookahead == '\n') ADVANCE(335);
if (lookahead == '\\') ADVANCE(71);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(497);
END_STATE();
case 336:
ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1);
if (lookahead == '\n') ADVANCE(336);
if (lookahead == '\\') ADVANCE(76);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(498);
END_STATE();
case 337:
ACCEPT_TOKEN(anon_sym_PIPE_AMP);
END_STATE();
case 338:
ACCEPT_TOKEN(anon_sym_DOLLAR_LPAREN_LPAREN);
END_STATE();
case 339:
ACCEPT_TOKEN(anon_sym_RPAREN_RPAREN);
END_STATE();
case 340:
ACCEPT_TOKEN(anon_sym_PLUS_EQ);
END_STATE();
case 341:
ACCEPT_TOKEN(anon_sym_DASH_EQ);
END_STATE();
case 342:
ACCEPT_TOKEN(anon_sym_STAR_EQ);
END_STATE();
case 343:
ACCEPT_TOKEN(anon_sym_STAR_EQ);
if (lookahead == '\\') ADVANCE(238);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 344:
ACCEPT_TOKEN(anon_sym_SLASH_EQ);
END_STATE();
case 345:
ACCEPT_TOKEN(anon_sym_SLASH_EQ);
if (lookahead == '\\') ADVANCE(238);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 346:
ACCEPT_TOKEN(anon_sym_PERCENT_EQ);
END_STATE();
case 347:
ACCEPT_TOKEN(anon_sym_PERCENT_EQ);
if (lookahead == '\\') ADVANCE(238);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 348:
ACCEPT_TOKEN(anon_sym_LT_LT_EQ);
END_STATE();
case 349:
ACCEPT_TOKEN(anon_sym_GT_GT_EQ);
END_STATE();
case 350:
ACCEPT_TOKEN(anon_sym_AMP_EQ);
END_STATE();
case 351:
ACCEPT_TOKEN(anon_sym_CARET_EQ);
END_STATE();
case 352:
ACCEPT_TOKEN(anon_sym_CARET_EQ);
if (lookahead == '\\') ADVANCE(238);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 353:
ACCEPT_TOKEN(anon_sym_PIPE_EQ);
END_STATE();
case 354:
ACCEPT_TOKEN(anon_sym_CARET);
if (lookahead == '=') ADVANCE(352);
if (lookahead == '\\') ADVANCE(238);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 355:
ACCEPT_TOKEN(anon_sym_CARET);
if (lookahead == '=') ADVANCE(351);
END_STATE();
case 356:
ACCEPT_TOKEN(anon_sym_AMP);
END_STATE();
case 357:
ACCEPT_TOKEN(anon_sym_AMP);
if (lookahead == '&') ADVANCE(283);
if (lookahead == '=') ADVANCE(350);
END_STATE();
case 358:
ACCEPT_TOKEN(anon_sym_AMP);
if (lookahead == '&') ADVANCE(283);
if (lookahead == '=') ADVANCE(350);
if (lookahead == '>') ADVANCE(299);
END_STATE();
case 359:
ACCEPT_TOKEN(anon_sym_AMP);
if (lookahead == '&') ADVANCE(283);
if (lookahead == '>') ADVANCE(299);
END_STATE();
case 360:
ACCEPT_TOKEN(anon_sym_EQ_EQ);
END_STATE();
case 361:
ACCEPT_TOKEN(anon_sym_BANG_EQ);
END_STATE();
case 362:
ACCEPT_TOKEN(anon_sym_LT_EQ);
END_STATE();
case 363:
ACCEPT_TOKEN(anon_sym_GT_EQ);
END_STATE();
case 364:
ACCEPT_TOKEN(anon_sym_PLUS);
if (lookahead == '+') ADVANCE(389);
if (lookahead == '=') ADVANCE(340);
END_STATE();
case 365:
ACCEPT_TOKEN(anon_sym_DASH);
END_STATE();
case 366:
ACCEPT_TOKEN(anon_sym_DASH);
if (lookahead == '-') ADVANCE(390);
if (lookahead == '=') ADVANCE(341);
END_STATE();
case 367:
ACCEPT_TOKEN(anon_sym_DASH);
if (lookahead == '\\') ADVANCE(238);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 368:
ACCEPT_TOKEN(anon_sym_STAR);
END_STATE();
case 369:
ACCEPT_TOKEN(anon_sym_STAR);
if (lookahead == '=') ADVANCE(343);
if (lookahead == '\\') ADVANCE(238);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 370:
ACCEPT_TOKEN(anon_sym_STAR);
if (lookahead == '=') ADVANCE(342);
END_STATE();
case 371:
ACCEPT_TOKEN(anon_sym_STAR);
if (lookahead == '\\') ADVANCE(238);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 372:
ACCEPT_TOKEN(anon_sym_SLASH);
if (lookahead == '=') ADVANCE(345);
if (lookahead == '\\') ADVANCE(238);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 373:
ACCEPT_TOKEN(anon_sym_SLASH);
if (lookahead == '=') ADVANCE(344);
END_STATE();
case 374:
ACCEPT_TOKEN(anon_sym_PERCENT);
if (lookahead == '%') ADVANCE(426);
if (lookahead == '=') ADVANCE(347);
if (lookahead == '\\') ADVANCE(238);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 375:
ACCEPT_TOKEN(anon_sym_PERCENT);
if (lookahead == '%') ADVANCE(425);
END_STATE();
case 376:
ACCEPT_TOKEN(anon_sym_PERCENT);
if (lookahead == '=') ADVANCE(346);
END_STATE();
case 377:
ACCEPT_TOKEN(anon_sym_QMARK);
END_STATE();
case 378:
ACCEPT_TOKEN(anon_sym_QMARK);
if (lookahead == '\\') ADVANCE(238);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 379:
ACCEPT_TOKEN(anon_sym_COLON);
END_STATE();
case 380:
ACCEPT_TOKEN(anon_sym_COLON);
if (lookahead == '=') ADVANCE(416);
if (lookahead == '?') ADVANCE(420);
if (lookahead == '\\') ADVANCE(238);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 381:
ACCEPT_TOKEN(anon_sym_COLON);
if (lookahead == '\\') ADVANCE(238);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 382:
ACCEPT_TOKEN(anon_sym_PLUS_PLUS);
END_STATE();
case 383:
ACCEPT_TOKEN(anon_sym_DASH_DASH);
END_STATE();
case 384:
ACCEPT_TOKEN(anon_sym_DASH2);
END_STATE();
case 385:
ACCEPT_TOKEN(anon_sym_DASH2);
if (lookahead == '-') ADVANCE(383);
END_STATE();
case 386:
ACCEPT_TOKEN(anon_sym_PLUS2);
END_STATE();
case 387:
ACCEPT_TOKEN(anon_sym_PLUS2);
if (lookahead == '+') ADVANCE(382);
END_STATE();
case 388:
ACCEPT_TOKEN(anon_sym_TILDE);
END_STATE();
case 389:
ACCEPT_TOKEN(anon_sym_PLUS_PLUS2);
END_STATE();
case 390:
ACCEPT_TOKEN(anon_sym_DASH_DASH2);
END_STATE();
case 391:
ACCEPT_TOKEN(aux_sym_concatenation_token1);
END_STATE();
case 392:
ACCEPT_TOKEN(anon_sym_DOLLAR);
END_STATE();
case 393:
ACCEPT_TOKEN(anon_sym_DOLLAR);
if (lookahead == '(') ADVANCE(429);
if (lookahead == '{') ADVANCE(412);
END_STATE();
case 394:
ACCEPT_TOKEN(anon_sym_DOLLAR);
if (lookahead == '(') ADVANCE(428);
if (lookahead == '{') ADVANCE(412);
END_STATE();
case 395:
ACCEPT_TOKEN(anon_sym_DQUOTE);
END_STATE();
case 396:
ACCEPT_TOKEN(sym_string_content);
if (lookahead == '\n') ADVANCE(400);
if (lookahead == '\\') ADVANCE(130);
if (lookahead != 0 &&
lookahead != '\r' &&
lookahead != '"' &&
lookahead != '$' &&
lookahead != '`') ADVANCE(403);
END_STATE();
case 397:
ACCEPT_TOKEN(sym_string_content);
if (lookahead == '\n') ADVANCE(403);
if (lookahead == '\\') ADVANCE(432);
if (lookahead != 0 &&
lookahead != '\r' &&
lookahead != '"' &&
lookahead != '$' &&
lookahead != '`') ADVANCE(405);
END_STATE();
case 398:
ACCEPT_TOKEN(sym_string_content);
if (lookahead == '\n') ADVANCE(401);
if (lookahead == '\\') ADVANCE(130);
if (lookahead != 0 &&
lookahead != '\r' &&
lookahead != '"' &&
lookahead != '$' &&
lookahead != '`') ADVANCE(403);
END_STATE();
case 399:
ACCEPT_TOKEN(sym_string_content);
if (lookahead == '\n') ADVANCE(402);
if (lookahead == '\\') ADVANCE(130);
if (lookahead != 0 &&
lookahead != '\r' &&
lookahead != '"' &&
lookahead != '$' &&
lookahead != '`') ADVANCE(403);
END_STATE();
case 400:
ACCEPT_TOKEN(sym_string_content);
ADVANCE_MAP(
'!', 285,
'"', 395,
'#', 410,
'$', 392,
'*', 368,
'-', 365,
'0', 475,
'?', 377,
'@', 471,
'\\', 83,
'_', 478,
);
if (lookahead == '\n' ||
lookahead == '\r') SKIP(197);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') ADVANCE(400);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
if (lookahead != 0 &&
(lookahead < '_' || 'z' < lookahead)) ADVANCE(403);
END_STATE();
case 401:
ACCEPT_TOKEN(sym_string_content);
ADVANCE_MAP(
'!', 285,
'#', 410,
'$', 392,
'*', 368,
'-', 365,
'0', 475,
'?', 377,
'@', 471,
'\\', 88,
'_', 478,
);
if (lookahead == '\n' ||
lookahead == '\r') SKIP(201);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') ADVANCE(401);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
if (lookahead != 0 &&
(lookahead < ' ' || '$' < lookahead) &&
(lookahead < '_' || 'z' < lookahead)) ADVANCE(403);
END_STATE();
case 402:
ACCEPT_TOKEN(sym_string_content);
if (lookahead == '"') ADVANCE(395);
if (lookahead == '#') ADVANCE(405);
if (lookahead == '$') ADVANCE(393);
if (lookahead == '\\') ADVANCE(135);
if (lookahead == '`') ADVANCE(430);
if (lookahead == '\n' ||
lookahead == '\r') SKIP(214);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') ADVANCE(402);
if (lookahead != 0) ADVANCE(403);
END_STATE();
case 403:
ACCEPT_TOKEN(sym_string_content);
if (lookahead == '\\') ADVANCE(130);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '"' &&
lookahead != '$' &&
lookahead != '`') ADVANCE(403);
END_STATE();
case 404:
ACCEPT_TOKEN(sym_string_content);
if (lookahead == '\\') ADVANCE(130);
if (lookahead != 0 &&
lookahead != '\r' &&
lookahead != '"' &&
lookahead != '$' &&
lookahead != '`') ADVANCE(403);
END_STATE();
case 405:
ACCEPT_TOKEN(sym_string_content);
if (lookahead == '\\') ADVANCE(432);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '"' &&
lookahead != '$' &&
lookahead != '`') ADVANCE(405);
END_STATE();
case 406:
ACCEPT_TOKEN(sym_raw_string);
END_STATE();
case 407:
ACCEPT_TOKEN(sym_number);
if (lookahead == '\\') ADVANCE(238);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 408:
ACCEPT_TOKEN(sym_number);
if (lookahead == '\\') ADVANCE(16);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 409:
ACCEPT_TOKEN(sym_number);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(409);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 410:
ACCEPT_TOKEN(anon_sym_POUND);
END_STATE();
case 411:
ACCEPT_TOKEN(anon_sym_POUND);
if (lookahead == '\\') ADVANCE(434);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(529);
END_STATE();
case 412:
ACCEPT_TOKEN(anon_sym_DOLLAR_LBRACE);
END_STATE();
case 413:
ACCEPT_TOKEN(anon_sym_COLON_DASH);
END_STATE();
case 414:
ACCEPT_TOKEN(anon_sym_DASH3);
END_STATE();
case 415:
ACCEPT_TOKEN(anon_sym_COLON_EQ);
END_STATE();
case 416:
ACCEPT_TOKEN(anon_sym_COLON_EQ);
if (lookahead == '\\') ADVANCE(238);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 417:
ACCEPT_TOKEN(anon_sym_EQ2);
END_STATE();
case 418:
ACCEPT_TOKEN(anon_sym_EQ2);
if (lookahead == '\\') ADVANCE(238);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 419:
ACCEPT_TOKEN(anon_sym_COLON_QMARK);
END_STATE();
case 420:
ACCEPT_TOKEN(anon_sym_COLON_QMARK);
if (lookahead == '\\') ADVANCE(238);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 421:
ACCEPT_TOKEN(anon_sym_QMARK2);
END_STATE();
case 422:
ACCEPT_TOKEN(anon_sym_QMARK2);
if (lookahead == '\\') ADVANCE(238);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 423:
ACCEPT_TOKEN(anon_sym_COLON_PLUS);
END_STATE();
case 424:
ACCEPT_TOKEN(anon_sym_PLUS3);
END_STATE();
case 425:
ACCEPT_TOKEN(anon_sym_PERCENT_PERCENT);
END_STATE();
case 426:
ACCEPT_TOKEN(anon_sym_PERCENT_PERCENT);
if (lookahead == '\\') ADVANCE(238);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 427:
ACCEPT_TOKEN(aux_sym_expansion_regex_token1);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(427);
END_STATE();
case 428:
ACCEPT_TOKEN(anon_sym_DOLLAR_LPAREN);
END_STATE();
case 429:
ACCEPT_TOKEN(anon_sym_DOLLAR_LPAREN);
if (lookahead == '(') ADVANCE(338);
END_STATE();
case 430:
ACCEPT_TOKEN(anon_sym_BQUOTE);
END_STATE();
case 431:
ACCEPT_TOKEN(anon_sym_BQUOTE);
if (lookahead == '`') ADVANCE(391);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(226);
END_STATE();
case 432:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '\n') ADVANCE(403);
if (lookahead == '\r') ADVANCE(397);
if (lookahead != 0) ADVANCE(405);
END_STATE();
case 433:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '\t' ||
(0x0b <= lookahead && lookahead <= '\r')) ADVANCE(435);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(436);
END_STATE();
case 434:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '\t' ||
(0x0b <= lookahead && lookahead <= '\r')) ADVANCE(435);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(529);
END_STATE();
case 435:
ACCEPT_TOKEN(sym_comment);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(435);
END_STATE();
case 436:
ACCEPT_TOKEN(sym__comment_word);
if (lookahead == '\\') ADVANCE(433);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(436);
END_STATE();
case 437:
ACCEPT_TOKEN(aux_sym__simple_variable_name_token1);
if (lookahead == '\\') ADVANCE(16);
if (lookahead == 'a') ADVANCE(438);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 438:
ACCEPT_TOKEN(aux_sym__simple_variable_name_token1);
if (lookahead == '\\') ADVANCE(16);
if (lookahead == 'c') ADVANCE(269);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 439:
ACCEPT_TOKEN(aux_sym__simple_variable_name_token1);
if (lookahead == '\\') ADVANCE(16);
if (lookahead == 's') ADVANCE(437);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 440:
ACCEPT_TOKEN(aux_sym__simple_variable_name_token1);
if (lookahead == '\\') ADVANCE(16);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 441:
ACCEPT_TOKEN(aux_sym__simple_variable_name_token1);
if (lookahead == 'a') ADVANCE(442);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 442:
ACCEPT_TOKEN(aux_sym__simple_variable_name_token1);
if (lookahead == 'c') ADVANCE(270);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 443:
ACCEPT_TOKEN(aux_sym__simple_variable_name_token1);
if (lookahead == 'n') ADVANCE(258);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 444:
ACCEPT_TOKEN(aux_sym__simple_variable_name_token1);
if (lookahead == 's') ADVANCE(441);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 445:
ACCEPT_TOKEN(aux_sym__simple_variable_name_token1);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 446:
ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1);
ADVANCE_MAP(
'\n', 310,
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'&', 359,
'\'', 219,
'(', 271,
'*', 371,
'-', 367,
'0', 474,
';', 530,
'<', 292,
'>', 295,
'?', 378,
'@', 472,
'\\', 13,
'_', 477,
'`', 430,
'e', 439,
'|', 276,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(10);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(480);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if (lookahead != 0 &&
(lookahead < '&' || '*' < lookahead)) ADVANCE(528);
END_STATE();
case 447:
ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1);
ADVANCE_MAP(
'\n', 311,
'!', 285,
'#', 410,
'$', 392,
'&', 359,
')', 277,
'*', 368,
'-', 365,
'0', 475,
';', 530,
'<', 292,
'>', 295,
'?', 377,
'@', 471,
'\\', 50,
'_', 478,
'|', 276,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(48);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 448:
ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1);
ADVANCE_MAP(
'\n', 313,
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'&', 359,
'\'', 219,
'(', 271,
'*', 371,
'-', 367,
'0', 474,
';', 530,
'<', 292,
'>', 295,
'?', 378,
'@', 472,
'\\', 19,
'_', 477,
'`', 430,
'|', 276,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(94);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(481);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if (lookahead != 0 &&
(lookahead < '&' || '*' < lookahead)) ADVANCE(528);
END_STATE();
case 449:
ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1);
ADVANCE_MAP(
'\n', 316,
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'&', 359,
'\'', 219,
'*', 371,
'-', 367,
'0', 474,
';', 530,
'<', 292,
'>', 295,
'?', 378,
'@', 472,
'\\', 25,
'_', 477,
'`', 430,
'e', 439,
'|', 276,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(107);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(484);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if (lookahead != 0 &&
(lookahead < '&' || '*' < lookahead)) ADVANCE(528);
END_STATE();
case 450:
ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1);
ADVANCE_MAP(
'\n', 317,
'!', 285,
'#', 410,
'$', 392,
'&', 359,
'*', 368,
'-', 365,
'0', 475,
';', 530,
'<', 292,
'>', 295,
'?', 377,
'@', 471,
'\\', 53,
'_', 478,
'`', 430,
'|', 276,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(108);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 451:
ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1);
ADVANCE_MAP(
'\n', 318,
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'&', 359,
'\'', 219,
'(', 271,
')', 277,
'*', 371,
'-', 367,
'0', 474,
';', 530,
'<', 292,
'>', 295,
'?', 378,
'@', 472,
'\\', 22,
'_', 477,
'`', 430,
'|', 276,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(109);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(485);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if (lookahead != 0) ADVANCE(528);
END_STATE();
case 452:
ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1);
ADVANCE_MAP(
'\n', 321,
'!', 285,
'#', 410,
'$', 392,
'&', 359,
'*', 368,
'-', 365,
'0', 475,
';', 530,
'<', 292,
'>', 295,
'?', 377,
'@', 471,
'\\', 55,
'_', 478,
'|', 276,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(112);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 453:
ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1);
ADVANCE_MAP(
'\n', 322,
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'&', 359,
'\'', 219,
')', 277,
'*', 371,
'-', 367,
'0', 474,
';', 530,
'<', 292,
'>', 295,
'?', 378,
'@', 472,
'\\', 28,
'_', 477,
'`', 430,
'|', 276,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(113);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(488);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if (lookahead != 0 &&
(lookahead < '&' || '*' < lookahead)) ADVANCE(528);
END_STATE();
case 454:
ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1);
ADVANCE_MAP(
'\n', 325,
'!', 285,
'#', 410,
'$', 392,
'&', 359,
'*', 368,
'-', 365,
'0', 475,
';', 530,
'<', 292,
'>', 295,
'?', 377,
'@', 471,
'\\', 57,
'_', 478,
'e', 444,
'|', 276,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(116);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 455:
ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1);
ADVANCE_MAP(
'\n', 326,
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'&', 359,
'\'', 219,
'*', 371,
'-', 367,
'0', 474,
';', 530,
'<', 292,
'>', 295,
'?', 378,
'@', 472,
'\\', 31,
'_', 477,
'`', 430,
'|', 276,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(117);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(491);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if (lookahead != 0 &&
(lookahead < '&' || '*' < lookahead)) ADVANCE(528);
END_STATE();
case 456:
ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1);
ADVANCE_MAP(
'\n', 328,
'!', 285,
'#', 410,
'$', 392,
'&', 218,
'*', 368,
'-', 365,
'0', 475,
'<', 292,
'>', 295,
'?', 377,
'@', 471,
'\\', 63,
'_', 478,
'|', 276,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(119);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 457:
ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1);
ADVANCE_MAP(
'\n', 329,
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'&', 218,
'\'', 219,
'(', 271,
'*', 371,
'-', 367,
'0', 474,
'<', 292,
'>', 295,
'?', 378,
'@', 472,
'\\', 36,
'_', 477,
'`', 430,
'|', 276,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(120);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(493);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if (lookahead != 0 &&
(lookahead < '&' || '*' < lookahead) &&
lookahead != ';' &&
lookahead != '<') ADVANCE(528);
END_STATE();
case 458:
ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1);
ADVANCE_MAP(
'\n', 331,
'!', 285,
'#', 410,
'$', 392,
'&', 218,
'*', 368,
'-', 365,
'0', 475,
'<', 290,
'>', 295,
'?', 377,
'@', 471,
'\\', 102,
'_', 478,
'|', 237,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(122);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 459:
ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1);
ADVANCE_MAP(
'\n', 332,
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'&', 218,
'\'', 219,
'*', 371,
'-', 367,
'0', 474,
'<', 292,
'>', 295,
'?', 378,
'@', 472,
'\\', 39,
'_', 477,
'`', 430,
'|', 276,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(123);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(495);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if (lookahead != 0 &&
(lookahead < '&' || '*' < lookahead) &&
lookahead != ';' &&
lookahead != '<') ADVANCE(528);
END_STATE();
case 460:
ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1);
ADVANCE_MAP(
'\n', 333,
'!', 285,
'#', 410,
'$', 392,
'&', 356,
'*', 368,
'-', 365,
'0', 475,
';', 530,
'?', 377,
'@', 471,
'\\', 80,
'_', 478,
'i', 443,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(124);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 461:
ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1);
ADVANCE_MAP(
'\n', 334,
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'&', 218,
'\'', 219,
'*', 371,
'-', 367,
'0', 474,
'<', 290,
'>', 295,
'?', 378,
'@', 472,
'\\', 99,
'_', 477,
'`', 430,
'|', 237,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(125);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(496);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if (lookahead != 0 &&
(lookahead < '&' || '*' < lookahead) &&
lookahead != ';' &&
lookahead != '<') ADVANCE(528);
END_STATE();
case 462:
ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1);
ADVANCE_MAP(
'\n', 335,
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'&', 356,
'\'', 219,
'*', 371,
'-', 367,
'0', 474,
';', 530,
'?', 378,
'@', 472,
'\\', 71,
'_', 477,
'`', 430,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(126);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(497);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if (lookahead != 0 &&
(lookahead < '&' || '*' < lookahead) &&
lookahead != ';' &&
lookahead != '<' &&
(lookahead < '>' || 'Z' < lookahead) &&
lookahead != '|') ADVANCE(528);
END_STATE();
case 463:
ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1);
ADVANCE_MAP(
'\n', 336,
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'\'', 219,
'*', 371,
'-', 367,
'0', 474,
'?', 378,
'@', 472,
'\\', 76,
'_', 477,
'`', 430,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(127);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(498);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if (lookahead != 0 &&
(lookahead < '&' || '*' < lookahead) &&
lookahead != ';' &&
lookahead != '<' &&
(lookahead < '>' || 'Z' < lookahead) &&
lookahead != '|') ADVANCE(528);
END_STATE();
case 464:
ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1);
ADVANCE_MAP(
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'&', 225,
'\'', 219,
'*', 371,
'-', 367,
'0', 474,
'<', 290,
'>', 295,
'?', 378,
'@', 472,
'\\', 61,
'_', 477,
'`', 430,
);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == ' ') SKIP(187);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(502);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if (lookahead != 0 &&
(lookahead < '&' || '*' < lookahead) &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '|') ADVANCE(528);
END_STATE();
case 465:
ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1);
ADVANCE_MAP(
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'&', 218,
'\'', 219,
'(', 271,
'*', 371,
'-', 367,
'0', 474,
'<', 292,
'>', 295,
'?', 378,
'@', 472,
'\\', 42,
'_', 477,
'`', 430,
'|', 276,
);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == ' ') SKIP(188);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(500);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if (lookahead != 0 &&
(lookahead < '&' || '*' < lookahead) &&
lookahead != ';' &&
lookahead != '<') ADVANCE(528);
END_STATE();
case 466:
ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1);
ADVANCE_MAP(
'!', 286,
'"', 395,
'#', 410,
'$', 393,
'&', 218,
'\'', 219,
'*', 371,
'-', 367,
'0', 474,
'<', 292,
'>', 295,
'?', 378,
'@', 472,
'\\', 45,
'_', 477,
'`', 430,
'|', 276,
);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == ' ') SKIP(189);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(501);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if (lookahead != 0 &&
(lookahead < '&' || '*' < lookahead) &&
lookahead != ';' &&
lookahead != '<') ADVANCE(528);
END_STATE();
case 467:
ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1);
ADVANCE_MAP(
'!', 285,
'#', 410,
'$', 392,
'&', 218,
'*', 368,
'-', 365,
'0', 475,
'<', 292,
'>', 295,
'?', 377,
'@', 471,
'\\', 65,
'_', 478,
'|', 276,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(199);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 468:
ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1);
ADVANCE_MAP(
'!', 285,
'#', 410,
'$', 392,
')', 277,
'*', 368,
'-', 365,
'0', 475,
'?', 377,
'@', 471,
'\\', 85,
'_', 478,
'|', 272,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(200);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 469:
ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1);
ADVANCE_MAP(
'!', 285,
'#', 410,
'$', 392,
'*', 368,
'-', 365,
'0', 475,
'?', 377,
'@', 471,
'\\', 90,
'_', 478,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(203);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 470:
ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1);
if (lookahead == '\\') ADVANCE(15);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(470);
END_STATE();
case 471:
ACCEPT_TOKEN(anon_sym_AT);
END_STATE();
case 472:
ACCEPT_TOKEN(anon_sym_AT);
if (lookahead == '\\') ADVANCE(238);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 473:
ACCEPT_TOKEN(anon_sym_0);
if (lookahead == '\\') ADVANCE(238);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 474:
ACCEPT_TOKEN(anon_sym_0);
if (lookahead == '\\') ADVANCE(16);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 475:
ACCEPT_TOKEN(anon_sym_0);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 476:
ACCEPT_TOKEN(anon_sym__);
if (lookahead == '\\') ADVANCE(238);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 477:
ACCEPT_TOKEN(anon_sym__);
if (lookahead == '\\') ADVANCE(16);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 478:
ACCEPT_TOKEN(anon_sym__);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(445);
END_STATE();
case 479:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\n') ADVANCE(278);
if (lookahead == '!') ADVANCE(286);
if (lookahead == '#') ADVANCE(529);
if (lookahead == '\\') ADVANCE(136);
if (lookahead == '{') ADVANCE(280);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(479);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 480:
ACCEPT_TOKEN(sym_word);
ADVANCE_MAP(
'\n', 310,
'!', 286,
'#', 411,
'*', 371,
'-', 367,
'0', 474,
'?', 378,
'@', 472,
'\\', 12,
'_', 477,
'e', 439,
);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(480);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 481:
ACCEPT_TOKEN(sym_word);
ADVANCE_MAP(
'\n', 313,
'!', 286,
'#', 411,
'*', 371,
'-', 367,
'0', 474,
'?', 378,
'@', 472,
'\\', 18,
'_', 477,
);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(481);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 482:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\n') ADVANCE(314);
if (lookahead == '#') ADVANCE(529);
if (lookahead == '\\') ADVANCE(146);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(482);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 483:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\n') ADVANCE(315);
if (lookahead == '#') ADVANCE(529);
if (lookahead == '\\') ADVANCE(148);
if (lookahead == 'e') ADVANCE(527);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(483);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 484:
ACCEPT_TOKEN(sym_word);
ADVANCE_MAP(
'\n', 316,
'!', 286,
'#', 411,
'*', 371,
'-', 367,
'0', 474,
'?', 378,
'@', 472,
'\\', 24,
'_', 477,
'e', 439,
);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(484);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 485:
ACCEPT_TOKEN(sym_word);
ADVANCE_MAP(
'\n', 318,
'!', 286,
'#', 411,
'*', 371,
'-', 367,
'0', 474,
'?', 378,
'@', 472,
'\\', 21,
'_', 477,
);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(485);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 486:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\n') ADVANCE(319);
if (lookahead == '#') ADVANCE(529);
if (lookahead == '\\') ADVANCE(150);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(486);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 487:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\n') ADVANCE(320);
if (lookahead == '#') ADVANCE(529);
if (lookahead == '\\') ADVANCE(156);
if (lookahead == 'e') ADVANCE(527);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(487);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 488:
ACCEPT_TOKEN(sym_word);
ADVANCE_MAP(
'\n', 322,
'!', 286,
'#', 411,
'*', 371,
'-', 367,
'0', 474,
'?', 378,
'@', 472,
'\\', 27,
'_', 477,
);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(488);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 489:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\n') ADVANCE(323);
if (lookahead == '#') ADVANCE(529);
if (lookahead == '\\') ADVANCE(152);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(489);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 490:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\n') ADVANCE(324);
if (lookahead == '#') ADVANCE(529);
if (lookahead == '\\') ADVANCE(164);
if (lookahead == 'e') ADVANCE(527);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(490);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 491:
ACCEPT_TOKEN(sym_word);
ADVANCE_MAP(
'\n', 326,
'!', 286,
'#', 411,
'*', 371,
'-', 367,
'0', 474,
'?', 378,
'@', 472,
'\\', 30,
'_', 477,
);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(491);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 492:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\n') ADVANCE(327);
if (lookahead == '#') ADVANCE(529);
if (lookahead == '\\') ADVANCE(168);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(492);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 493:
ACCEPT_TOKEN(sym_word);
ADVANCE_MAP(
'\n', 329,
'!', 286,
'#', 411,
'*', 371,
'-', 367,
'0', 474,
'?', 378,
'@', 472,
'\\', 35,
'_', 477,
);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(493);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 494:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\n') ADVANCE(330);
if (lookahead == '#') ADVANCE(529);
if (lookahead == '\\') ADVANCE(175);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(494);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 495:
ACCEPT_TOKEN(sym_word);
ADVANCE_MAP(
'\n', 332,
'!', 286,
'#', 411,
'*', 371,
'-', 367,
'0', 474,
'?', 378,
'@', 472,
'\\', 38,
'_', 477,
);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(495);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 496:
ACCEPT_TOKEN(sym_word);
ADVANCE_MAP(
'\n', 334,
'!', 286,
'#', 411,
'*', 371,
'-', 367,
'0', 474,
'?', 378,
'@', 472,
'\\', 98,
'_', 477,
);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(496);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 497:
ACCEPT_TOKEN(sym_word);
ADVANCE_MAP(
'\n', 335,
'!', 286,
'#', 411,
'*', 371,
'-', 367,
'0', 474,
'?', 378,
'@', 472,
'\\', 70,
'_', 477,
);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(497);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 498:
ACCEPT_TOKEN(sym_word);
ADVANCE_MAP(
'\n', 336,
'!', 286,
'#', 411,
'*', 371,
'-', 367,
'0', 474,
'?', 378,
'@', 472,
'\\', 75,
'_', 477,
);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(498);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 499:
ACCEPT_TOKEN(sym_word);
ADVANCE_MAP(
'!', 286,
'#', 411,
'%', 374,
'*', 369,
'+', 386,
'-', 384,
'/', 372,
'0', 473,
':', 381,
'=', 289,
'?', 378,
'@', 472,
'\\', 128,
'^', 354,
'_', 476,
'd', 526,
'e', 523,
'f', 521,
'i', 525,
'{', 280,
'}', 282,
'~', 388,
);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(499);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(407);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '+' < lookahead) &&
(lookahead < '/' || '@' < lookahead) &&
(lookahead < '^' || '`' < lookahead) &&
(lookahead < '{' || '~' < lookahead)) ADVANCE(528);
END_STATE();
case 500:
ACCEPT_TOKEN(sym_word);
ADVANCE_MAP(
'!', 286,
'#', 411,
'*', 371,
'-', 367,
'0', 474,
'?', 378,
'@', 472,
'\\', 41,
'_', 477,
);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(500);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 501:
ACCEPT_TOKEN(sym_word);
ADVANCE_MAP(
'!', 286,
'#', 411,
'*', 371,
'-', 367,
'0', 474,
'?', 378,
'@', 472,
'\\', 44,
'_', 477,
);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(501);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 502:
ACCEPT_TOKEN(sym_word);
ADVANCE_MAP(
'!', 286,
'#', 411,
'*', 371,
'-', 367,
'0', 474,
'?', 378,
'@', 472,
'\\', 60,
'_', 477,
);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(502);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(440);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 503:
ACCEPT_TOKEN(sym_word);
if (lookahead == '!') ADVANCE(286);
if (lookahead == '#') ADVANCE(529);
if (lookahead == '\\') ADVANCE(131);
if (lookahead == '{') ADVANCE(280);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(503);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 504:
ACCEPT_TOKEN(sym_word);
if (lookahead == '!') ADVANCE(286);
if (lookahead == '#') ADVANCE(529);
if (lookahead == '\\') ADVANCE(133);
if (lookahead == 'e') ADVANCE(524);
if (lookahead == 'f') ADVANCE(521);
if (lookahead == '{') ADVANCE(280);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(504);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 505:
ACCEPT_TOKEN(sym_word);
if (lookahead == '!') ADVANCE(286);
if (lookahead == '#') ADVANCE(529);
if (lookahead == '\\') ADVANCE(138);
if (lookahead == 'd') ADVANCE(526);
if (lookahead == '{') ADVANCE(280);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(505);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 506:
ACCEPT_TOKEN(sym_word);
if (lookahead == '!') ADVANCE(286);
if (lookahead == '#') ADVANCE(529);
if (lookahead == '\\') ADVANCE(140);
if (lookahead == 'f') ADVANCE(521);
if (lookahead == '{') ADVANCE(280);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(506);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 507:
ACCEPT_TOKEN(sym_word);
if (lookahead == '!') ADVANCE(286);
if (lookahead == '#') ADVANCE(529);
if (lookahead == '\\') ADVANCE(142);
if (lookahead == '{') ADVANCE(280);
if (lookahead == '}') ADVANCE(282);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(507);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 508:
ACCEPT_TOKEN(sym_word);
if (lookahead == '!') ADVANCE(286);
if (lookahead == '#') ADVANCE(529);
if (lookahead == '\\') ADVANCE(159);
if (lookahead == 'e') ADVANCE(527);
if (lookahead == '{') ADVANCE(280);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(508);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 509:
ACCEPT_TOKEN(sym_word);
if (lookahead == '#') ADVANCE(529);
if (lookahead == '\\') ADVANCE(144);
if (lookahead == '{') ADVANCE(280);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(509);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 510:
ACCEPT_TOKEN(sym_word);
if (lookahead == '#') ADVANCE(529);
if (lookahead == '\\') ADVANCE(154);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(510);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 511:
ACCEPT_TOKEN(sym_word);
if (lookahead == '#') ADVANCE(529);
if (lookahead == '\\') ADVANCE(161);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(511);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 512:
ACCEPT_TOKEN(sym_word);
if (lookahead == '#') ADVANCE(529);
if (lookahead == '\\') ADVANCE(166);
if (lookahead == 'e') ADVANCE(527);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(512);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 513:
ACCEPT_TOKEN(sym_word);
if (lookahead == '#') ADVANCE(529);
if (lookahead == '\\') ADVANCE(171);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(513);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 514:
ACCEPT_TOKEN(sym_word);
if (lookahead == '#') ADVANCE(529);
if (lookahead == '\\') ADVANCE(173);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(514);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(407);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 515:
ACCEPT_TOKEN(sym_word);
if (lookahead == '#') ADVANCE(529);
if (lookahead == '\\') ADVANCE(177);
if (lookahead == '}') ADVANCE(282);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(515);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 516:
ACCEPT_TOKEN(sym_word);
if (lookahead == '#') ADVANCE(529);
if (lookahead == '\\') ADVANCE(181);
if ((0x0b <= lookahead && lookahead <= '\r')) ADVANCE(516);
if ((!eof && set_contains(sym_word_character_set_1, 9, lookahead))) ADVANCE(528);
END_STATE();
case 517:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\\') ADVANCE(238);
if (lookahead == 'a') ADVANCE(518);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 518:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\\') ADVANCE(238);
if (lookahead == 'c') ADVANCE(268);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 519:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\\') ADVANCE(238);
if (lookahead == 'e') ADVANCE(266);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 520:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\\') ADVANCE(238);
if (lookahead == 'f') ADVANCE(264);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 521:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\\') ADVANCE(238);
if (lookahead == 'i') ADVANCE(262);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 522:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\\') ADVANCE(238);
if (lookahead == 'i') ADVANCE(520);
if (lookahead == 's') ADVANCE(519);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 523:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\\') ADVANCE(238);
if (lookahead == 'l') ADVANCE(522);
if (lookahead == 's') ADVANCE(517);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 524:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\\') ADVANCE(238);
if (lookahead == 'l') ADVANCE(522);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 525:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\\') ADVANCE(238);
if (lookahead == 'n') ADVANCE(257);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 526:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\\') ADVANCE(238);
if (lookahead == 'o') ADVANCE(260);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 527:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\\') ADVANCE(238);
if (lookahead == 's') ADVANCE(517);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 528:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\\') ADVANCE(238);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(528);
END_STATE();
case 529:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\\') ADVANCE(434);
if ((!eof && set_contains(sym__comment_word_character_set_1, 10, lookahead))) ADVANCE(529);
END_STATE();
case 530:
ACCEPT_TOKEN(anon_sym_SEMI);
if (lookahead == ';') ADVANCE(279);
END_STATE();
default:
return false;
}
}
static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (lookahead == '\\') SKIP(1);
if (lookahead == 'c') ADVANCE(2);
if (lookahead == 'd') ADVANCE(3);
if (lookahead == 'f') ADVANCE(4);
if (lookahead == 'i') ADVANCE(5);
if (lookahead == 't') ADVANCE(6);
if (lookahead == 'u') ADVANCE(7);
if (lookahead == 'w') ADVANCE(8);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(0);
END_STATE();
case 1:
if (lookahead == '\r') SKIP(9);
if (('\t' <= lookahead && lookahead <= '\f') ||
lookahead == ' ') SKIP(0);
END_STATE();
case 2:
if (lookahead == 'a') ADVANCE(10);
END_STATE();
case 3:
if (lookahead == 'o') ADVANCE(11);
END_STATE();
case 4:
if (lookahead == 'o') ADVANCE(12);
END_STATE();
case 5:
if (lookahead == 'f') ADVANCE(13);
END_STATE();
case 6:
if (lookahead == 'h') ADVANCE(14);
END_STATE();
case 7:
if (lookahead == 'n') ADVANCE(15);
END_STATE();
case 8:
if (lookahead == 'h') ADVANCE(16);
END_STATE();
case 9:
if (lookahead == '\n') SKIP(0);
END_STATE();
case 10:
if (lookahead == 's') ADVANCE(17);
END_STATE();
case 11:
if (lookahead == 'n') ADVANCE(18);
END_STATE();
case 12:
if (lookahead == 'r') ADVANCE(19);
END_STATE();
case 13:
ACCEPT_TOKEN(anon_sym_if);
END_STATE();
case 14:
if (lookahead == 'e') ADVANCE(20);
END_STATE();
case 15:
if (lookahead == 't') ADVANCE(21);
END_STATE();
case 16:
if (lookahead == 'i') ADVANCE(22);
END_STATE();
case 17:
if (lookahead == 'e') ADVANCE(23);
END_STATE();
case 18:
if (lookahead == 'e') ADVANCE(24);
END_STATE();
case 19:
ACCEPT_TOKEN(anon_sym_for);
END_STATE();
case 20:
if (lookahead == 'n') ADVANCE(25);
END_STATE();
case 21:
if (lookahead == 'i') ADVANCE(26);
END_STATE();
case 22:
if (lookahead == 'l') ADVANCE(27);
END_STATE();
case 23:
ACCEPT_TOKEN(anon_sym_case);
END_STATE();
case 24:
ACCEPT_TOKEN(anon_sym_done);
END_STATE();
case 25:
ACCEPT_TOKEN(anon_sym_then);
END_STATE();
case 26:
if (lookahead == 'l') ADVANCE(28);
END_STATE();
case 27:
if (lookahead == 'e') ADVANCE(29);
END_STATE();
case 28:
ACCEPT_TOKEN(anon_sym_until);
END_STATE();
case 29:
ACCEPT_TOKEN(anon_sym_while);
END_STATE();
default:
return false;
}
}
static const TSLexMode ts_lex_modes[STATE_COUNT] = {
[0] = {.lex_state = 0, .external_lex_state = 1},
[1] = {.lex_state = 253, .external_lex_state = 2},
[2] = {.lex_state = 192, .external_lex_state = 2},
[3] = {.lex_state = 192, .external_lex_state = 2},
[4] = {.lex_state = 192, .external_lex_state = 2},
[5] = {.lex_state = 192, .external_lex_state = 2},
[6] = {.lex_state = 192, .external_lex_state = 2},
[7] = {.lex_state = 192, .external_lex_state = 2},
[8] = {.lex_state = 5, .external_lex_state = 2},
[9] = {.lex_state = 5, .external_lex_state = 2},
[10] = {.lex_state = 5, .external_lex_state = 2},
[11] = {.lex_state = 5, .external_lex_state = 2},
[12] = {.lex_state = 5, .external_lex_state = 2},
[13] = {.lex_state = 5, .external_lex_state = 2},
[14] = {.lex_state = 5, .external_lex_state = 2},
[15] = {.lex_state = 5, .external_lex_state = 2},
[16] = {.lex_state = 5, .external_lex_state = 2},
[17] = {.lex_state = 5, .external_lex_state = 2},
[18] = {.lex_state = 5, .external_lex_state = 2},
[19] = {.lex_state = 5, .external_lex_state = 2},
[20] = {.lex_state = 5, .external_lex_state = 2},
[21] = {.lex_state = 5, .external_lex_state = 2},
[22] = {.lex_state = 5, .external_lex_state = 2},
[23] = {.lex_state = 5, .external_lex_state = 2},
[24] = {.lex_state = 192, .external_lex_state = 2},
[25] = {.lex_state = 5, .external_lex_state = 2},
[26] = {.lex_state = 5, .external_lex_state = 2},
[27] = {.lex_state = 192, .external_lex_state = 2},
[28] = {.lex_state = 5, .external_lex_state = 2},
[29] = {.lex_state = 5, .external_lex_state = 2},
[30] = {.lex_state = 5, .external_lex_state = 2},
[31] = {.lex_state = 5, .external_lex_state = 2},
[32] = {.lex_state = 192, .external_lex_state = 2},
[33] = {.lex_state = 5, .external_lex_state = 2},
[34] = {.lex_state = 5, .external_lex_state = 2},
[35] = {.lex_state = 193, .external_lex_state = 2},
[36] = {.lex_state = 253, .external_lex_state = 2},
[37] = {.lex_state = 193, .external_lex_state = 2},
[38] = {.lex_state = 193, .external_lex_state = 2},
[39] = {.lex_state = 253, .external_lex_state = 2},
[40] = {.lex_state = 253, .external_lex_state = 2},
[41] = {.lex_state = 253, .external_lex_state = 2},
[42] = {.lex_state = 253, .external_lex_state = 2},
[43] = {.lex_state = 253, .external_lex_state = 2},
[44] = {.lex_state = 253, .external_lex_state = 2},
[45] = {.lex_state = 253, .external_lex_state = 2},
[46] = {.lex_state = 194, .external_lex_state = 2},
[47] = {.lex_state = 253, .external_lex_state = 2},
[48] = {.lex_state = 253, .external_lex_state = 2},
[49] = {.lex_state = 195, .external_lex_state = 2},
[50] = {.lex_state = 253, .external_lex_state = 2},
[51] = {.lex_state = 253, .external_lex_state = 2},
[52] = {.lex_state = 253, .external_lex_state = 2},
[53] = {.lex_state = 253, .external_lex_state = 2},
[54] = {.lex_state = 253, .external_lex_state = 2},
[55] = {.lex_state = 253, .external_lex_state = 2},
[56] = {.lex_state = 253, .external_lex_state = 2},
[57] = {.lex_state = 253, .external_lex_state = 2},
[58] = {.lex_state = 253, .external_lex_state = 2},
[59] = {.lex_state = 253, .external_lex_state = 2},
[60] = {.lex_state = 253, .external_lex_state = 2},
[61] = {.lex_state = 253, .external_lex_state = 2},
[62] = {.lex_state = 253, .external_lex_state = 2},
[63] = {.lex_state = 253, .external_lex_state = 2},
[64] = {.lex_state = 253, .external_lex_state = 2},
[65] = {.lex_state = 253, .external_lex_state = 2},
[66] = {.lex_state = 253, .external_lex_state = 2},
[67] = {.lex_state = 253, .external_lex_state = 2},
[68] = {.lex_state = 253, .external_lex_state = 2},
[69] = {.lex_state = 253, .external_lex_state = 2},
[70] = {.lex_state = 253, .external_lex_state = 2},
[71] = {.lex_state = 253, .external_lex_state = 2},
[72] = {.lex_state = 194, .external_lex_state = 2},
[73] = {.lex_state = 253, .external_lex_state = 2},
[74] = {.lex_state = 253, .external_lex_state = 2},
[75] = {.lex_state = 253, .external_lex_state = 2},
[76] = {.lex_state = 253, .external_lex_state = 2},
[77] = {.lex_state = 253, .external_lex_state = 2},
[78] = {.lex_state = 253, .external_lex_state = 2},
[79] = {.lex_state = 194, .external_lex_state = 2},
[80] = {.lex_state = 253, .external_lex_state = 2},
[81] = {.lex_state = 253, .external_lex_state = 2},
[82] = {.lex_state = 253, .external_lex_state = 2},
[83] = {.lex_state = 253, .external_lex_state = 2},
[84] = {.lex_state = 253, .external_lex_state = 2},
[85] = {.lex_state = 253, .external_lex_state = 2},
[86] = {.lex_state = 253, .external_lex_state = 2},
[87] = {.lex_state = 253, .external_lex_state = 2},
[88] = {.lex_state = 253, .external_lex_state = 2},
[89] = {.lex_state = 253, .external_lex_state = 2},
[90] = {.lex_state = 253, .external_lex_state = 2},
[91] = {.lex_state = 253, .external_lex_state = 2},
[92] = {.lex_state = 253, .external_lex_state = 2},
[93] = {.lex_state = 253, .external_lex_state = 2},
[94] = {.lex_state = 253, .external_lex_state = 2},
[95] = {.lex_state = 253, .external_lex_state = 2},
[96] = {.lex_state = 195, .external_lex_state = 2},
[97] = {.lex_state = 253, .external_lex_state = 2},
[98] = {.lex_state = 195, .external_lex_state = 2},
[99] = {.lex_state = 253, .external_lex_state = 2},
[100] = {.lex_state = 253, .external_lex_state = 2},
[101] = {.lex_state = 253, .external_lex_state = 2},
[102] = {.lex_state = 253, .external_lex_state = 2},
[103] = {.lex_state = 253, .external_lex_state = 2},
[104] = {.lex_state = 253, .external_lex_state = 2},
[105] = {.lex_state = 253, .external_lex_state = 2},
[106] = {.lex_state = 253, .external_lex_state = 2},
[107] = {.lex_state = 253, .external_lex_state = 2},
[108] = {.lex_state = 253, .external_lex_state = 2},
[109] = {.lex_state = 253, .external_lex_state = 2},
[110] = {.lex_state = 253, .external_lex_state = 2},
[111] = {.lex_state = 253, .external_lex_state = 2},
[112] = {.lex_state = 253, .external_lex_state = 2},
[113] = {.lex_state = 195, .external_lex_state = 2},
[114] = {.lex_state = 253, .external_lex_state = 2},
[115] = {.lex_state = 253, .external_lex_state = 2},
[116] = {.lex_state = 253, .external_lex_state = 2},
[117] = {.lex_state = 253, .external_lex_state = 2},
[118] = {.lex_state = 193, .external_lex_state = 2},
[119] = {.lex_state = 253, .external_lex_state = 2},
[120] = {.lex_state = 253, .external_lex_state = 2},
[121] = {.lex_state = 253, .external_lex_state = 2},
[122] = {.lex_state = 253, .external_lex_state = 2},
[123] = {.lex_state = 253, .external_lex_state = 2},
[124] = {.lex_state = 253, .external_lex_state = 2},
[125] = {.lex_state = 253, .external_lex_state = 2},
[126] = {.lex_state = 253, .external_lex_state = 2},
[127] = {.lex_state = 253, .external_lex_state = 2},
[128] = {.lex_state = 253, .external_lex_state = 2},
[129] = {.lex_state = 253, .external_lex_state = 2},
[130] = {.lex_state = 253, .external_lex_state = 2},
[131] = {.lex_state = 253, .external_lex_state = 2},
[132] = {.lex_state = 253, .external_lex_state = 2},
[133] = {.lex_state = 253, .external_lex_state = 2},
[134] = {.lex_state = 253, .external_lex_state = 2},
[135] = {.lex_state = 253, .external_lex_state = 2},
[136] = {.lex_state = 253, .external_lex_state = 2},
[137] = {.lex_state = 253, .external_lex_state = 2},
[138] = {.lex_state = 253, .external_lex_state = 2},
[139] = {.lex_state = 253, .external_lex_state = 2},
[140] = {.lex_state = 253, .external_lex_state = 2},
[141] = {.lex_state = 253, .external_lex_state = 2},
[142] = {.lex_state = 253, .external_lex_state = 2},
[143] = {.lex_state = 253, .external_lex_state = 2},
[144] = {.lex_state = 253, .external_lex_state = 2},
[145] = {.lex_state = 253, .external_lex_state = 2},
[146] = {.lex_state = 253, .external_lex_state = 2},
[147] = {.lex_state = 253, .external_lex_state = 2},
[148] = {.lex_state = 253, .external_lex_state = 2},
[149] = {.lex_state = 253, .external_lex_state = 2},
[150] = {.lex_state = 253, .external_lex_state = 2},
[151] = {.lex_state = 253, .external_lex_state = 2},
[152] = {.lex_state = 253, .external_lex_state = 2},
[153] = {.lex_state = 253, .external_lex_state = 2},
[154] = {.lex_state = 253, .external_lex_state = 2},
[155] = {.lex_state = 253, .external_lex_state = 2},
[156] = {.lex_state = 253, .external_lex_state = 2},
[157] = {.lex_state = 253, .external_lex_state = 2},
[158] = {.lex_state = 204, .external_lex_state = 2},
[159] = {.lex_state = 204, .external_lex_state = 2},
[160] = {.lex_state = 204, .external_lex_state = 2},
[161] = {.lex_state = 204, .external_lex_state = 2},
[162] = {.lex_state = 204, .external_lex_state = 2},
[163] = {.lex_state = 204, .external_lex_state = 2},
[164] = {.lex_state = 204, .external_lex_state = 2},
[165] = {.lex_state = 10, .external_lex_state = 3},
[166] = {.lex_state = 244, .external_lex_state = 4},
[167] = {.lex_state = 109, .external_lex_state = 4},
[168] = {.lex_state = 244, .external_lex_state = 4},
[169] = {.lex_state = 107, .external_lex_state = 5},
[170] = {.lex_state = 113, .external_lex_state = 6},
[171] = {.lex_state = 248, .external_lex_state = 6},
[172] = {.lex_state = 113, .external_lex_state = 7},
[173] = {.lex_state = 248, .external_lex_state = 7},
[174] = {.lex_state = 248, .external_lex_state = 6},
[175] = {.lex_state = 107, .external_lex_state = 8},
[176] = {.lex_state = 248, .external_lex_state = 7},
[177] = {.lex_state = 113, .external_lex_state = 7},
[178] = {.lex_state = 107, .external_lex_state = 8},
[179] = {.lex_state = 245, .external_lex_state = 9},
[180] = {.lex_state = 245, .external_lex_state = 9},
[181] = {.lex_state = 248, .external_lex_state = 7},
[182] = {.lex_state = 248, .external_lex_state = 7},
[183] = {.lex_state = 245, .external_lex_state = 9},
[184] = {.lex_state = 106, .external_lex_state = 10},
[185] = {.lex_state = 245, .external_lex_state = 9},
[186] = {.lex_state = 106, .external_lex_state = 10},
[187] = {.lex_state = 245, .external_lex_state = 9},
[188] = {.lex_state = 120, .external_lex_state = 4},
[189] = {.lex_state = 245, .external_lex_state = 9},
[190] = {.lex_state = 245, .external_lex_state = 9},
[191] = {.lex_state = 245, .external_lex_state = 9},
[192] = {.lex_state = 245, .external_lex_state = 7},
[193] = {.lex_state = 245, .external_lex_state = 7},
[194] = {.lex_state = 245, .external_lex_state = 11},
[195] = {.lex_state = 245, .external_lex_state = 7},
[196] = {.lex_state = 245, .external_lex_state = 11},
[197] = {.lex_state = 245, .external_lex_state = 7},
[198] = {.lex_state = 106, .external_lex_state = 12},
[199] = {.lex_state = 245, .external_lex_state = 11},
[200] = {.lex_state = 106, .external_lex_state = 12},
[201] = {.lex_state = 106, .external_lex_state = 12},
[202] = {.lex_state = 245, .external_lex_state = 11},
[203] = {.lex_state = 245, .external_lex_state = 7},
[204] = {.lex_state = 123, .external_lex_state = 6},
[205] = {.lex_state = 106, .external_lex_state = 8},
[206] = {.lex_state = 245, .external_lex_state = 11},
[207] = {.lex_state = 106, .external_lex_state = 8},
[208] = {.lex_state = 245, .external_lex_state = 7},
[209] = {.lex_state = 188, .external_lex_state = 13},
[210] = {.lex_state = 245, .external_lex_state = 11},
[211] = {.lex_state = 106, .external_lex_state = 8},
[212] = {.lex_state = 245, .external_lex_state = 7},
[213] = {.lex_state = 106, .external_lex_state = 14},
[214] = {.lex_state = 245, .external_lex_state = 15},
[215] = {.lex_state = 245, .external_lex_state = 7},
[216] = {.lex_state = 245, .external_lex_state = 15},
[217] = {.lex_state = 245, .external_lex_state = 15},
[218] = {.lex_state = 245, .external_lex_state = 11},
[219] = {.lex_state = 245, .external_lex_state = 11},
[220] = {.lex_state = 245, .external_lex_state = 15},
[221] = {.lex_state = 245, .external_lex_state = 7},
[222] = {.lex_state = 106, .external_lex_state = 8},
[223] = {.lex_state = 106, .external_lex_state = 8},
[224] = {.lex_state = 245, .external_lex_state = 7},
[225] = {.lex_state = 245, .external_lex_state = 15},
[226] = {.lex_state = 106, .external_lex_state = 8},
[227] = {.lex_state = 245, .external_lex_state = 15},
[228] = {.lex_state = 245, .external_lex_state = 7},
[229] = {.lex_state = 106, .external_lex_state = 8},
[230] = {.lex_state = 106, .external_lex_state = 14},
[231] = {.lex_state = 189, .external_lex_state = 16},
[232] = {.lex_state = 123, .external_lex_state = 7},
[233] = {.lex_state = 245, .external_lex_state = 7},
[234] = {.lex_state = 106, .external_lex_state = 14},
[235] = {.lex_state = 245, .external_lex_state = 7},
[236] = {.lex_state = 245, .external_lex_state = 7},
[237] = {.lex_state = 123, .external_lex_state = 7},
[238] = {.lex_state = 245, .external_lex_state = 7},
[239] = {.lex_state = 245, .external_lex_state = 11},
[240] = {.lex_state = 245, .external_lex_state = 7},
[241] = {.lex_state = 245, .external_lex_state = 7},
[242] = {.lex_state = 245, .external_lex_state = 11},
[243] = {.lex_state = 245, .external_lex_state = 11},
[244] = {.lex_state = 245, .external_lex_state = 7},
[245] = {.lex_state = 110, .external_lex_state = 17},
[246] = {.lex_state = 245, .external_lex_state = 15},
[247] = {.lex_state = 245, .external_lex_state = 15},
[248] = {.lex_state = 106, .external_lex_state = 8},
[249] = {.lex_state = 106, .external_lex_state = 14},
[250] = {.lex_state = 245, .external_lex_state = 15},
[251] = {.lex_state = 245, .external_lex_state = 9},
[252] = {.lex_state = 245, .external_lex_state = 7},
[253] = {.lex_state = 245, .external_lex_state = 7},
[254] = {.lex_state = 245, .external_lex_state = 7},
[255] = {.lex_state = 245, .external_lex_state = 7},
[256] = {.lex_state = 245, .external_lex_state = 7},
[257] = {.lex_state = 245, .external_lex_state = 7},
[258] = {.lex_state = 245, .external_lex_state = 15},
[259] = {.lex_state = 245, .external_lex_state = 9},
[260] = {.lex_state = 245, .external_lex_state = 15},
[261] = {.lex_state = 245, .external_lex_state = 15},
[262] = {.lex_state = 245, .external_lex_state = 7},
[263] = {.lex_state = 245, .external_lex_state = 15},
[264] = {.lex_state = 245, .external_lex_state = 7},
[265] = {.lex_state = 189, .external_lex_state = 18},
[266] = {.lex_state = 245, .external_lex_state = 7},
[267] = {.lex_state = 106, .external_lex_state = 8},
[268] = {.lex_state = 245, .external_lex_state = 15},
[269] = {.lex_state = 110, .external_lex_state = 17},
[270] = {.lex_state = 189, .external_lex_state = 18},
[271] = {.lex_state = 245, .external_lex_state = 7},
[272] = {.lex_state = 245, .external_lex_state = 15},
[273] = {.lex_state = 110, .external_lex_state = 17},
[274] = {.lex_state = 110, .external_lex_state = 17},
[275] = {.lex_state = 110, .external_lex_state = 17},
[276] = {.lex_state = 245, .external_lex_state = 7},
[277] = {.lex_state = 245, .external_lex_state = 7},
[278] = {.lex_state = 110, .external_lex_state = 17},
[279] = {.lex_state = 245, .external_lex_state = 7},
[280] = {.lex_state = 245, .external_lex_state = 7},
[281] = {.lex_state = 245, .external_lex_state = 7},
[282] = {.lex_state = 106, .external_lex_state = 14},
[283] = {.lex_state = 247, .external_lex_state = 19},
[284] = {.lex_state = 245, .external_lex_state = 15},
[285] = {.lex_state = 205, .external_lex_state = 20},
[286] = {.lex_state = 111, .external_lex_state = 21},
[287] = {.lex_state = 205, .external_lex_state = 20},
[288] = {.lex_state = 111, .external_lex_state = 21},
[289] = {.lex_state = 111, .external_lex_state = 21},
[290] = {.lex_state = 245, .external_lex_state = 15},
[291] = {.lex_state = 247, .external_lex_state = 19},
[292] = {.lex_state = 247, .external_lex_state = 19},
[293] = {.lex_state = 247, .external_lex_state = 19},
[294] = {.lex_state = 247, .external_lex_state = 19},
[295] = {.lex_state = 245, .external_lex_state = 7},
[296] = {.lex_state = 245, .external_lex_state = 7},
[297] = {.lex_state = 111, .external_lex_state = 21},
[298] = {.lex_state = 245, .external_lex_state = 7},
[299] = {.lex_state = 247, .external_lex_state = 19},
[300] = {.lex_state = 247, .external_lex_state = 19},
[301] = {.lex_state = 245, .external_lex_state = 7},
[302] = {.lex_state = 247, .external_lex_state = 19},
[303] = {.lex_state = 245, .external_lex_state = 15},
[304] = {.lex_state = 245, .external_lex_state = 15},
[305] = {.lex_state = 247, .external_lex_state = 22},
[306] = {.lex_state = 245, .external_lex_state = 11},
[307] = {.lex_state = 111, .external_lex_state = 21},
[308] = {.lex_state = 111, .external_lex_state = 21},
[309] = {.lex_state = 247, .external_lex_state = 23},
[310] = {.lex_state = 247, .external_lex_state = 19},
[311] = {.lex_state = 111, .external_lex_state = 24},
[312] = {.lex_state = 205, .external_lex_state = 2},
[313] = {.lex_state = 247, .external_lex_state = 19},
[314] = {.lex_state = 247, .external_lex_state = 19},
[315] = {.lex_state = 247, .external_lex_state = 19},
[316] = {.lex_state = 254, .external_lex_state = 25},
[317] = {.lex_state = 254, .external_lex_state = 25},
[318] = {.lex_state = 254, .external_lex_state = 25},
[319] = {.lex_state = 111, .external_lex_state = 24},
[320] = {.lex_state = 247, .external_lex_state = 22},
[321] = {.lex_state = 254, .external_lex_state = 25},
[322] = {.lex_state = 247, .external_lex_state = 23},
[323] = {.lex_state = 247, .external_lex_state = 19},
[324] = {.lex_state = 254, .external_lex_state = 25},
[325] = {.lex_state = 247, .external_lex_state = 23},
[326] = {.lex_state = 254, .external_lex_state = 25},
[327] = {.lex_state = 247, .external_lex_state = 22},
[328] = {.lex_state = 254, .external_lex_state = 25},
[329] = {.lex_state = 254, .external_lex_state = 25},
[330] = {.lex_state = 254, .external_lex_state = 25},
[331] = {.lex_state = 254, .external_lex_state = 25},
[332] = {.lex_state = 254, .external_lex_state = 25},
[333] = {.lex_state = 247, .external_lex_state = 22},
[334] = {.lex_state = 247, .external_lex_state = 22},
[335] = {.lex_state = 254, .external_lex_state = 25},
[336] = {.lex_state = 111, .external_lex_state = 24},
[337] = {.lex_state = 247, .external_lex_state = 23},
[338] = {.lex_state = 247, .external_lex_state = 23},
[339] = {.lex_state = 247, .external_lex_state = 23},
[340] = {.lex_state = 111, .external_lex_state = 24},
[341] = {.lex_state = 111, .external_lex_state = 24},
[342] = {.lex_state = 247, .external_lex_state = 23},
[343] = {.lex_state = 247, .external_lex_state = 23},
[344] = {.lex_state = 247, .external_lex_state = 22},
[345] = {.lex_state = 254, .external_lex_state = 25},
[346] = {.lex_state = 254, .external_lex_state = 25},
[347] = {.lex_state = 254, .external_lex_state = 25},
[348] = {.lex_state = 247, .external_lex_state = 19},
[349] = {.lex_state = 111, .external_lex_state = 21},
[350] = {.lex_state = 205, .external_lex_state = 2},
[351] = {.lex_state = 247, .external_lex_state = 23},
[352] = {.lex_state = 111, .external_lex_state = 21},
[353] = {.lex_state = 245, .external_lex_state = 7},
[354] = {.lex_state = 247, .external_lex_state = 19},
[355] = {.lex_state = 205, .external_lex_state = 2},
[356] = {.lex_state = 111, .external_lex_state = 21},
[357] = {.lex_state = 111, .external_lex_state = 26},
[358] = {.lex_state = 125, .external_lex_state = 27},
[359] = {.lex_state = 111, .external_lex_state = 21},
[360] = {.lex_state = 254, .external_lex_state = 25},
[361] = {.lex_state = 111, .external_lex_state = 24},
[362] = {.lex_state = 247, .external_lex_state = 19},
[363] = {.lex_state = 247, .external_lex_state = 19},
[364] = {.lex_state = 205, .external_lex_state = 2},
[365] = {.lex_state = 247, .external_lex_state = 19},
[366] = {.lex_state = 205, .external_lex_state = 2},
[367] = {.lex_state = 111, .external_lex_state = 21},
[368] = {.lex_state = 111, .external_lex_state = 21},
[369] = {.lex_state = 247, .external_lex_state = 19},
[370] = {.lex_state = 254, .external_lex_state = 25},
[371] = {.lex_state = 247, .external_lex_state = 23},
[372] = {.lex_state = 247, .external_lex_state = 23},
[373] = {.lex_state = 247, .external_lex_state = 19},
[374] = {.lex_state = 247, .external_lex_state = 19},
[375] = {.lex_state = 247, .external_lex_state = 19},
[376] = {.lex_state = 247, .external_lex_state = 19},
[377] = {.lex_state = 247, .external_lex_state = 23},
[378] = {.lex_state = 245, .external_lex_state = 7},
[379] = {.lex_state = 111, .external_lex_state = 26},
[380] = {.lex_state = 247, .external_lex_state = 19},
[381] = {.lex_state = 247, .external_lex_state = 19},
[382] = {.lex_state = 247, .external_lex_state = 19},
[383] = {.lex_state = 245, .external_lex_state = 7},
[384] = {.lex_state = 111, .external_lex_state = 21},
[385] = {.lex_state = 111, .external_lex_state = 26},
[386] = {.lex_state = 111, .external_lex_state = 21},
[387] = {.lex_state = 111, .external_lex_state = 21},
[388] = {.lex_state = 111, .external_lex_state = 21},
[389] = {.lex_state = 111, .external_lex_state = 21},
[390] = {.lex_state = 245, .external_lex_state = 11},
[391] = {.lex_state = 245, .external_lex_state = 11},
[392] = {.lex_state = 247, .external_lex_state = 19},
[393] = {.lex_state = 247, .external_lex_state = 19},
[394] = {.lex_state = 247, .external_lex_state = 19},
[395] = {.lex_state = 247, .external_lex_state = 19},
[396] = {.lex_state = 247, .external_lex_state = 19},
[397] = {.lex_state = 247, .external_lex_state = 19},
[398] = {.lex_state = 111, .external_lex_state = 21},
[399] = {.lex_state = 247, .external_lex_state = 19},
[400] = {.lex_state = 247, .external_lex_state = 19},
[401] = {.lex_state = 247, .external_lex_state = 19},
[402] = {.lex_state = 247, .external_lex_state = 19},
[403] = {.lex_state = 254, .external_lex_state = 25},
[404] = {.lex_state = 254, .external_lex_state = 25},
[405] = {.lex_state = 254, .external_lex_state = 25},
[406] = {.lex_state = 254, .external_lex_state = 25},
[407] = {.lex_state = 254, .external_lex_state = 25},
[408] = {.lex_state = 254, .external_lex_state = 25},
[409] = {.lex_state = 254, .external_lex_state = 25},
[410] = {.lex_state = 254, .external_lex_state = 25},
[411] = {.lex_state = 254, .external_lex_state = 25},
[412] = {.lex_state = 254, .external_lex_state = 25},
[413] = {.lex_state = 254, .external_lex_state = 25},
[414] = {.lex_state = 254, .external_lex_state = 25},
[415] = {.lex_state = 254, .external_lex_state = 25},
[416] = {.lex_state = 247, .external_lex_state = 19},
[417] = {.lex_state = 205, .external_lex_state = 2},
[418] = {.lex_state = 247, .external_lex_state = 19},
[419] = {.lex_state = 247, .external_lex_state = 19},
[420] = {.lex_state = 247, .external_lex_state = 19},
[421] = {.lex_state = 205, .external_lex_state = 2},
[422] = {.lex_state = 247, .external_lex_state = 22},
[423] = {.lex_state = 254, .external_lex_state = 25},
[424] = {.lex_state = 111, .external_lex_state = 26},
[425] = {.lex_state = 111, .external_lex_state = 24},
[426] = {.lex_state = 111, .external_lex_state = 24},
[427] = {.lex_state = 111, .external_lex_state = 24},
[428] = {.lex_state = 111, .external_lex_state = 28},
[429] = {.lex_state = 111, .external_lex_state = 24},
[430] = {.lex_state = 111, .external_lex_state = 24},
[431] = {.lex_state = 48, .external_lex_state = 7},
[432] = {.lex_state = 111, .external_lex_state = 28},
[433] = {.lex_state = 254, .external_lex_state = 25},
[434] = {.lex_state = 205, .external_lex_state = 29},
[435] = {.lex_state = 111, .external_lex_state = 24},
[436] = {.lex_state = 254, .external_lex_state = 25},
[437] = {.lex_state = 253, .external_lex_state = 2},
[438] = {.lex_state = 247, .external_lex_state = 23},
[439] = {.lex_state = 247, .external_lex_state = 23},
[440] = {.lex_state = 247, .external_lex_state = 23},
[441] = {.lex_state = 247, .external_lex_state = 23},
[442] = {.lex_state = 247, .external_lex_state = 23},
[443] = {.lex_state = 245, .external_lex_state = 15},
[444] = {.lex_state = 245, .external_lex_state = 15},
[445] = {.lex_state = 247, .external_lex_state = 23},
[446] = {.lex_state = 247, .external_lex_state = 30},
[447] = {.lex_state = 247, .external_lex_state = 30},
[448] = {.lex_state = 247, .external_lex_state = 23},
[449] = {.lex_state = 254, .external_lex_state = 25},
[450] = {.lex_state = 247, .external_lex_state = 23},
[451] = {.lex_state = 254, .external_lex_state = 25},
[452] = {.lex_state = 254, .external_lex_state = 25},
[453] = {.lex_state = 254, .external_lex_state = 25},
[454] = {.lex_state = 247, .external_lex_state = 23},
[455] = {.lex_state = 247, .external_lex_state = 23},
[456] = {.lex_state = 247, .external_lex_state = 23},
[457] = {.lex_state = 247, .external_lex_state = 23},
[458] = {.lex_state = 247, .external_lex_state = 23},
[459] = {.lex_state = 247, .external_lex_state = 23},
[460] = {.lex_state = 247, .external_lex_state = 23},
[461] = {.lex_state = 254, .external_lex_state = 25},
[462] = {.lex_state = 196, .external_lex_state = 25},
[463] = {.lex_state = 254, .external_lex_state = 25},
[464] = {.lex_state = 108, .external_lex_state = 7},
[465] = {.lex_state = 205, .external_lex_state = 29},
[466] = {.lex_state = 247, .external_lex_state = 23},
[467] = {.lex_state = 254, .external_lex_state = 25},
[468] = {.lex_state = 254, .external_lex_state = 25},
[469] = {.lex_state = 111, .external_lex_state = 24},
[470] = {.lex_state = 254, .external_lex_state = 25},
[471] = {.lex_state = 254, .external_lex_state = 25},
[472] = {.lex_state = 254, .external_lex_state = 25},
[473] = {.lex_state = 254, .external_lex_state = 25},
[474] = {.lex_state = 247, .external_lex_state = 30},
[475] = {.lex_state = 254, .external_lex_state = 25},
[476] = {.lex_state = 196, .external_lex_state = 25},
[477] = {.lex_state = 247, .external_lex_state = 22},
[478] = {.lex_state = 254, .external_lex_state = 25},
[479] = {.lex_state = 247, .external_lex_state = 22},
[480] = {.lex_state = 111, .external_lex_state = 26},
[481] = {.lex_state = 48, .external_lex_state = 7},
[482] = {.lex_state = 111, .external_lex_state = 26},
[483] = {.lex_state = 196, .external_lex_state = 25},
[484] = {.lex_state = 196, .external_lex_state = 25},
[485] = {.lex_state = 196, .external_lex_state = 25},
[486] = {.lex_state = 196, .external_lex_state = 25},
[487] = {.lex_state = 205, .external_lex_state = 29},
[488] = {.lex_state = 247, .external_lex_state = 22},
[489] = {.lex_state = 254, .external_lex_state = 25},
[490] = {.lex_state = 111, .external_lex_state = 26},
[491] = {.lex_state = 111, .external_lex_state = 24},
[492] = {.lex_state = 196, .external_lex_state = 25},
[493] = {.lex_state = 246, .external_lex_state = 7},
[494] = {.lex_state = 196, .external_lex_state = 25},
[495] = {.lex_state = 196, .external_lex_state = 25},
[496] = {.lex_state = 247, .external_lex_state = 22},
[497] = {.lex_state = 111, .external_lex_state = 26},
[498] = {.lex_state = 111, .external_lex_state = 26},
[499] = {.lex_state = 111, .external_lex_state = 24},
[500] = {.lex_state = 247, .external_lex_state = 23},
[501] = {.lex_state = 247, .external_lex_state = 23},
[502] = {.lex_state = 254, .external_lex_state = 25},
[503] = {.lex_state = 254, .external_lex_state = 25},
[504] = {.lex_state = 247, .external_lex_state = 23},
[505] = {.lex_state = 254, .external_lex_state = 25},
[506] = {.lex_state = 111, .external_lex_state = 28},
[507] = {.lex_state = 254, .external_lex_state = 25},
[508] = {.lex_state = 254, .external_lex_state = 25},
[509] = {.lex_state = 111, .external_lex_state = 26},
[510] = {.lex_state = 111, .external_lex_state = 24},
[511] = {.lex_state = 196, .external_lex_state = 25},
[512] = {.lex_state = 196, .external_lex_state = 25},
[513] = {.lex_state = 196, .external_lex_state = 25},
[514] = {.lex_state = 111, .external_lex_state = 24},
[515] = {.lex_state = 111, .external_lex_state = 24},
[516] = {.lex_state = 196, .external_lex_state = 25},
[517] = {.lex_state = 196, .external_lex_state = 25},
[518] = {.lex_state = 196, .external_lex_state = 25},
[519] = {.lex_state = 247, .external_lex_state = 22},
[520] = {.lex_state = 111, .external_lex_state = 26},
[521] = {.lex_state = 247, .external_lex_state = 22},
[522] = {.lex_state = 247, .external_lex_state = 22},
[523] = {.lex_state = 196, .external_lex_state = 25},
[524] = {.lex_state = 247, .external_lex_state = 23},
[525] = {.lex_state = 108, .external_lex_state = 7},
[526] = {.lex_state = 245, .external_lex_state = 7},
[527] = {.lex_state = 196, .external_lex_state = 25},
[528] = {.lex_state = 254, .external_lex_state = 25},
[529] = {.lex_state = 254, .external_lex_state = 25},
[530] = {.lex_state = 247, .external_lex_state = 22},
[531] = {.lex_state = 116, .external_lex_state = 8},
[532] = {.lex_state = 247, .external_lex_state = 23},
[533] = {.lex_state = 247, .external_lex_state = 22},
[534] = {.lex_state = 247, .external_lex_state = 22},
[535] = {.lex_state = 254, .external_lex_state = 25},
[536] = {.lex_state = 247, .external_lex_state = 23},
[537] = {.lex_state = 111, .external_lex_state = 26},
[538] = {.lex_state = 254, .external_lex_state = 25},
[539] = {.lex_state = 247, .external_lex_state = 22},
[540] = {.lex_state = 246, .external_lex_state = 7},
[541] = {.lex_state = 247, .external_lex_state = 22},
[542] = {.lex_state = 247, .external_lex_state = 22},
[543] = {.lex_state = 247, .external_lex_state = 22},
[544] = {.lex_state = 247, .external_lex_state = 22},
[545] = {.lex_state = 247, .external_lex_state = 30},
[546] = {.lex_state = 111, .external_lex_state = 26},
[547] = {.lex_state = 116, .external_lex_state = 8},
[548] = {.lex_state = 247, .external_lex_state = 23},
[549] = {.lex_state = 247, .external_lex_state = 23},
[550] = {.lex_state = 247, .external_lex_state = 23},
[551] = {.lex_state = 247, .external_lex_state = 22},
[552] = {.lex_state = 247, .external_lex_state = 22},
[553] = {.lex_state = 247, .external_lex_state = 22},
[554] = {.lex_state = 247, .external_lex_state = 22},
[555] = {.lex_state = 247, .external_lex_state = 22},
[556] = {.lex_state = 247, .external_lex_state = 23},
[557] = {.lex_state = 196, .external_lex_state = 25},
[558] = {.lex_state = 205, .external_lex_state = 18},
[559] = {.lex_state = 254, .external_lex_state = 25},
[560] = {.lex_state = 247, .external_lex_state = 22},
[561] = {.lex_state = 247, .external_lex_state = 23},
[562] = {.lex_state = 247, .external_lex_state = 23},
[563] = {.lex_state = 247, .external_lex_state = 22},
[564] = {.lex_state = 111, .external_lex_state = 26},
[565] = {.lex_state = 111, .external_lex_state = 26},
[566] = {.lex_state = 247, .external_lex_state = 23},
[567] = {.lex_state = 245, .external_lex_state = 15},
[568] = {.lex_state = 196, .external_lex_state = 25},
[569] = {.lex_state = 196, .external_lex_state = 25},
[570] = {.lex_state = 196, .external_lex_state = 25},
[571] = {.lex_state = 196, .external_lex_state = 25},
[572] = {.lex_state = 196, .external_lex_state = 25},
[573] = {.lex_state = 196, .external_lex_state = 25},
[574] = {.lex_state = 196, .external_lex_state = 25},
[575] = {.lex_state = 196, .external_lex_state = 25},
[576] = {.lex_state = 196, .external_lex_state = 25},
[577] = {.lex_state = 196, .external_lex_state = 25},
[578] = {.lex_state = 196, .external_lex_state = 25},
[579] = {.lex_state = 196, .external_lex_state = 25},
[580] = {.lex_state = 196, .external_lex_state = 25},
[581] = {.lex_state = 111, .external_lex_state = 24},
[582] = {.lex_state = 111, .external_lex_state = 26},
[583] = {.lex_state = 205, .external_lex_state = 18},
[584] = {.lex_state = 254, .external_lex_state = 25},
[585] = {.lex_state = 254, .external_lex_state = 25},
[586] = {.lex_state = 247, .external_lex_state = 22},
[587] = {.lex_state = 205, .external_lex_state = 18},
[588] = {.lex_state = 247, .external_lex_state = 30},
[589] = {.lex_state = 247, .external_lex_state = 22},
[590] = {.lex_state = 247, .external_lex_state = 22},
[591] = {.lex_state = 254, .external_lex_state = 25},
[592] = {.lex_state = 247, .external_lex_state = 22},
[593] = {.lex_state = 247, .external_lex_state = 22},
[594] = {.lex_state = 111, .external_lex_state = 26},
[595] = {.lex_state = 245, .external_lex_state = 7},
[596] = {.lex_state = 247, .external_lex_state = 22},
[597] = {.lex_state = 247, .external_lex_state = 22},
[598] = {.lex_state = 247, .external_lex_state = 23},
[599] = {.lex_state = 247, .external_lex_state = 23},
[600] = {.lex_state = 247, .external_lex_state = 30},
[601] = {.lex_state = 196, .external_lex_state = 25},
[602] = {.lex_state = 111, .external_lex_state = 24},
[603] = {.lex_state = 247, .external_lex_state = 23},
[604] = {.lex_state = 247, .external_lex_state = 23},
[605] = {.lex_state = 247, .external_lex_state = 30},
[606] = {.lex_state = 111, .external_lex_state = 28},
[607] = {.lex_state = 111, .external_lex_state = 28},
[608] = {.lex_state = 111, .external_lex_state = 28},
[609] = {.lex_state = 111, .external_lex_state = 28},
[610] = {.lex_state = 111, .external_lex_state = 28},
[611] = {.lex_state = 111, .external_lex_state = 28},
[612] = {.lex_state = 111, .external_lex_state = 28},
[613] = {.lex_state = 247, .external_lex_state = 30},
[614] = {.lex_state = 111, .external_lex_state = 28},
[615] = {.lex_state = 192, .external_lex_state = 2},
[616] = {.lex_state = 111, .external_lex_state = 28},
[617] = {.lex_state = 111, .external_lex_state = 28},
[618] = {.lex_state = 245, .external_lex_state = 7},
[619] = {.lex_state = 245, .external_lex_state = 7},
[620] = {.lex_state = 245, .external_lex_state = 7},
[621] = {.lex_state = 247, .external_lex_state = 30},
[622] = {.lex_state = 106, .external_lex_state = 10},
[623] = {.lex_state = 111, .external_lex_state = 28},
[624] = {.lex_state = 245, .external_lex_state = 9},
[625] = {.lex_state = 247, .external_lex_state = 30},
[626] = {.lex_state = 245, .external_lex_state = 7},
[627] = {.lex_state = 247, .external_lex_state = 30},
[628] = {.lex_state = 247, .external_lex_state = 30},
[629] = {.lex_state = 247, .external_lex_state = 30},
[630] = {.lex_state = 247, .external_lex_state = 30},
[631] = {.lex_state = 247, .external_lex_state = 30},
[632] = {.lex_state = 247, .external_lex_state = 30},
[633] = {.lex_state = 247, .external_lex_state = 30},
[634] = {.lex_state = 247, .external_lex_state = 30},
[635] = {.lex_state = 247, .external_lex_state = 30},
[636] = {.lex_state = 245, .external_lex_state = 9},
[637] = {.lex_state = 246, .external_lex_state = 7},
[638] = {.lex_state = 205, .external_lex_state = 18},
[639] = {.lex_state = 205, .external_lex_state = 18},
[640] = {.lex_state = 247, .external_lex_state = 30},
[641] = {.lex_state = 247, .external_lex_state = 30},
[642] = {.lex_state = 247, .external_lex_state = 30},
[643] = {.lex_state = 247, .external_lex_state = 30},
[644] = {.lex_state = 247, .external_lex_state = 30},
[645] = {.lex_state = 247, .external_lex_state = 30},
[646] = {.lex_state = 111, .external_lex_state = 28},
[647] = {.lex_state = 247, .external_lex_state = 30},
[648] = {.lex_state = 247, .external_lex_state = 30},
[649] = {.lex_state = 247, .external_lex_state = 30},
[650] = {.lex_state = 247, .external_lex_state = 30},
[651] = {.lex_state = 205, .external_lex_state = 31},
[652] = {.lex_state = 247, .external_lex_state = 30},
[653] = {.lex_state = 205, .external_lex_state = 31},
[654] = {.lex_state = 247, .external_lex_state = 30},
[655] = {.lex_state = 247, .external_lex_state = 30},
[656] = {.lex_state = 111, .external_lex_state = 28},
[657] = {.lex_state = 247, .external_lex_state = 30},
[658] = {.lex_state = 245, .external_lex_state = 15},
[659] = {.lex_state = 111, .external_lex_state = 28},
[660] = {.lex_state = 247, .external_lex_state = 30},
[661] = {.lex_state = 247, .external_lex_state = 30},
[662] = {.lex_state = 247, .external_lex_state = 30},
[663] = {.lex_state = 246, .external_lex_state = 7},
[664] = {.lex_state = 192, .external_lex_state = 2},
[665] = {.lex_state = 245, .external_lex_state = 15},
[666] = {.lex_state = 205, .external_lex_state = 31},
[667] = {.lex_state = 253, .external_lex_state = 2},
[668] = {.lex_state = 245, .external_lex_state = 7},
[669] = {.lex_state = 245, .external_lex_state = 7},
[670] = {.lex_state = 245, .external_lex_state = 7},
[671] = {.lex_state = 253, .external_lex_state = 2},
[672] = {.lex_state = 205, .external_lex_state = 32},
[673] = {.lex_state = 253, .external_lex_state = 2},
[674] = {.lex_state = 253, .external_lex_state = 2},
[675] = {.lex_state = 245, .external_lex_state = 7},
[676] = {.lex_state = 106, .external_lex_state = 8},
[677] = {.lex_state = 245, .external_lex_state = 7},
[678] = {.lex_state = 245, .external_lex_state = 7},
[679] = {.lex_state = 245, .external_lex_state = 7},
[680] = {.lex_state = 245, .external_lex_state = 7},
[681] = {.lex_state = 245, .external_lex_state = 7},
[682] = {.lex_state = 245, .external_lex_state = 7},
[683] = {.lex_state = 106, .external_lex_state = 8},
[684] = {.lex_state = 106, .external_lex_state = 12},
[685] = {.lex_state = 245, .external_lex_state = 7},
[686] = {.lex_state = 205, .external_lex_state = 31},
[687] = {.lex_state = 106, .external_lex_state = 12},
[688] = {.lex_state = 191, .external_lex_state = 33},
[689] = {.lex_state = 245, .external_lex_state = 7},
[690] = {.lex_state = 205, .external_lex_state = 31},
[691] = {.lex_state = 245, .external_lex_state = 7},
[692] = {.lex_state = 253, .external_lex_state = 2},
[693] = {.lex_state = 245, .external_lex_state = 7},
[694] = {.lex_state = 247, .external_lex_state = 19},
[695] = {.lex_state = 106, .external_lex_state = 8},
[696] = {.lex_state = 245, .external_lex_state = 7},
[697] = {.lex_state = 245, .external_lex_state = 7},
[698] = {.lex_state = 245, .external_lex_state = 7},
[699] = {.lex_state = 245, .external_lex_state = 7},
[700] = {.lex_state = 245, .external_lex_state = 7},
[701] = {.lex_state = 245, .external_lex_state = 7},
[702] = {.lex_state = 245, .external_lex_state = 7},
[703] = {.lex_state = 245, .external_lex_state = 7},
[704] = {.lex_state = 245, .external_lex_state = 7},
[705] = {.lex_state = 245, .external_lex_state = 7},
[706] = {.lex_state = 245, .external_lex_state = 11},
[707] = {.lex_state = 245, .external_lex_state = 7},
[708] = {.lex_state = 205, .external_lex_state = 18},
[709] = {.lex_state = 5, .external_lex_state = 2},
[710] = {.lex_state = 245, .external_lex_state = 7},
[711] = {.lex_state = 253, .external_lex_state = 2},
[712] = {.lex_state = 245, .external_lex_state = 11},
[713] = {.lex_state = 205, .external_lex_state = 32},
[714] = {.lex_state = 245, .external_lex_state = 7},
[715] = {.lex_state = 245, .external_lex_state = 11},
[716] = {.lex_state = 191, .external_lex_state = 33},
[717] = {.lex_state = 245, .external_lex_state = 11},
[718] = {.lex_state = 253, .external_lex_state = 2},
[719] = {.lex_state = 253, .external_lex_state = 2},
[720] = {.lex_state = 247, .external_lex_state = 19},
[721] = {.lex_state = 245, .external_lex_state = 7},
[722] = {.lex_state = 253, .external_lex_state = 2},
[723] = {.lex_state = 253, .external_lex_state = 2},
[724] = {.lex_state = 245, .external_lex_state = 7},
[725] = {.lex_state = 245, .external_lex_state = 7},
[726] = {.lex_state = 245, .external_lex_state = 7},
[727] = {.lex_state = 205, .external_lex_state = 32},
[728] = {.lex_state = 253, .external_lex_state = 2},
[729] = {.lex_state = 245, .external_lex_state = 7},
[730] = {.lex_state = 245, .external_lex_state = 7},
[731] = {.lex_state = 253, .external_lex_state = 2},
[732] = {.lex_state = 205, .external_lex_state = 32},
[733] = {.lex_state = 205, .external_lex_state = 32},
[734] = {.lex_state = 247, .external_lex_state = 19},
[735] = {.lex_state = 187, .external_lex_state = 32},
[736] = {.lex_state = 245, .external_lex_state = 7},
[737] = {.lex_state = 245, .external_lex_state = 7},
[738] = {.lex_state = 253, .external_lex_state = 2},
[739] = {.lex_state = 253, .external_lex_state = 2},
[740] = {.lex_state = 253, .external_lex_state = 2},
[741] = {.lex_state = 245, .external_lex_state = 7},
[742] = {.lex_state = 106, .external_lex_state = 8},
[743] = {.lex_state = 205, .external_lex_state = 32},
[744] = {.lex_state = 106, .external_lex_state = 8},
[745] = {.lex_state = 245, .external_lex_state = 7},
[746] = {.lex_state = 245, .external_lex_state = 7},
[747] = {.lex_state = 245, .external_lex_state = 7},
[748] = {.lex_state = 245, .external_lex_state = 7},
[749] = {.lex_state = 245, .external_lex_state = 7},
[750] = {.lex_state = 253, .external_lex_state = 2},
[751] = {.lex_state = 191, .external_lex_state = 33},
[752] = {.lex_state = 191, .external_lex_state = 33},
[753] = {.lex_state = 191, .external_lex_state = 33},
[754] = {.lex_state = 191, .external_lex_state = 33},
[755] = {.lex_state = 191, .external_lex_state = 33},
[756] = {.lex_state = 191, .external_lex_state = 33},
[757] = {.lex_state = 191, .external_lex_state = 33},
[758] = {.lex_state = 191, .external_lex_state = 33},
[759] = {.lex_state = 191, .external_lex_state = 33},
[760] = {.lex_state = 191, .external_lex_state = 33},
[761] = {.lex_state = 191, .external_lex_state = 33},
[762] = {.lex_state = 191, .external_lex_state = 33},
[763] = {.lex_state = 191, .external_lex_state = 33},
[764] = {.lex_state = 191, .external_lex_state = 33},
[765] = {.lex_state = 205, .external_lex_state = 32},
[766] = {.lex_state = 245, .external_lex_state = 7},
[767] = {.lex_state = 205, .external_lex_state = 18},
[768] = {.lex_state = 245, .external_lex_state = 7},
[769] = {.lex_state = 247, .external_lex_state = 23},
[770] = {.lex_state = 253, .external_lex_state = 2},
[771] = {.lex_state = 206, .external_lex_state = 34},
[772] = {.lex_state = 253, .external_lex_state = 2},
[773] = {.lex_state = 193, .external_lex_state = 2},
[774] = {.lex_state = 253, .external_lex_state = 2},
[775] = {.lex_state = 253, .external_lex_state = 2},
[776] = {.lex_state = 195, .external_lex_state = 2},
[777] = {.lex_state = 206, .external_lex_state = 34},
[778] = {.lex_state = 253, .external_lex_state = 2},
[779] = {.lex_state = 253, .external_lex_state = 2},
[780] = {.lex_state = 247, .external_lex_state = 22},
[781] = {.lex_state = 194, .external_lex_state = 2},
[782] = {.lex_state = 253, .external_lex_state = 2},
[783] = {.lex_state = 194, .external_lex_state = 2},
[784] = {.lex_state = 253, .external_lex_state = 2},
[785] = {.lex_state = 253, .external_lex_state = 2},
[786] = {.lex_state = 245, .external_lex_state = 7},
[787] = {.lex_state = 245, .external_lex_state = 7},
[788] = {.lex_state = 253, .external_lex_state = 2},
[789] = {.lex_state = 253, .external_lex_state = 2},
[790] = {.lex_state = 253, .external_lex_state = 2},
[791] = {.lex_state = 253, .external_lex_state = 2},
[792] = {.lex_state = 253, .external_lex_state = 2},
[793] = {.lex_state = 206, .external_lex_state = 34},
[794] = {.lex_state = 253, .external_lex_state = 2},
[795] = {.lex_state = 247, .external_lex_state = 23},
[796] = {.lex_state = 247, .external_lex_state = 22},
[797] = {.lex_state = 253, .external_lex_state = 2},
[798] = {.lex_state = 195, .external_lex_state = 2},
[799] = {.lex_state = 247, .external_lex_state = 23},
[800] = {.lex_state = 247, .external_lex_state = 23},
[801] = {.lex_state = 245, .external_lex_state = 17},
[802] = {.lex_state = 206, .external_lex_state = 34},
[803] = {.lex_state = 245, .external_lex_state = 17},
[804] = {.lex_state = 245, .external_lex_state = 17},
[805] = {.lex_state = 193, .external_lex_state = 2},
[806] = {.lex_state = 247, .external_lex_state = 23},
[807] = {.lex_state = 206, .external_lex_state = 34},
[808] = {.lex_state = 253, .external_lex_state = 2},
[809] = {.lex_state = 206, .external_lex_state = 34},
[810] = {.lex_state = 206, .external_lex_state = 35},
[811] = {.lex_state = 206, .external_lex_state = 34},
[812] = {.lex_state = 206, .external_lex_state = 34},
[813] = {.lex_state = 206, .external_lex_state = 34},
[814] = {.lex_state = 206, .external_lex_state = 34},
[815] = {.lex_state = 206, .external_lex_state = 35},
[816] = {.lex_state = 206, .external_lex_state = 34},
[817] = {.lex_state = 206, .external_lex_state = 34},
[818] = {.lex_state = 206, .external_lex_state = 34},
[819] = {.lex_state = 206, .external_lex_state = 34},
[820] = {.lex_state = 206, .external_lex_state = 34},
[821] = {.lex_state = 206, .external_lex_state = 34},
[822] = {.lex_state = 206, .external_lex_state = 36},
[823] = {.lex_state = 206, .external_lex_state = 34},
[824] = {.lex_state = 206, .external_lex_state = 36},
[825] = {.lex_state = 253, .external_lex_state = 2},
[826] = {.lex_state = 206, .external_lex_state = 34},
[827] = {.lex_state = 247, .external_lex_state = 30},
[828] = {.lex_state = 206, .external_lex_state = 35},
[829] = {.lex_state = 253, .external_lex_state = 2},
[830] = {.lex_state = 206, .external_lex_state = 36},
[831] = {.lex_state = 253, .external_lex_state = 2},
[832] = {.lex_state = 253, .external_lex_state = 2},
[833] = {.lex_state = 253, .external_lex_state = 2},
[834] = {.lex_state = 253, .external_lex_state = 2},
[835] = {.lex_state = 247, .external_lex_state = 30},
[836] = {.lex_state = 253, .external_lex_state = 2},
[837] = {.lex_state = 253, .external_lex_state = 2},
[838] = {.lex_state = 253, .external_lex_state = 2},
[839] = {.lex_state = 253, .external_lex_state = 2},
[840] = {.lex_state = 253, .external_lex_state = 2},
[841] = {.lex_state = 119, .external_lex_state = 7},
[842] = {.lex_state = 206, .external_lex_state = 35},
[843] = {.lex_state = 119, .external_lex_state = 7},
[844] = {.lex_state = 206, .external_lex_state = 35},
[845] = {.lex_state = 206, .external_lex_state = 35},
[846] = {.lex_state = 245, .external_lex_state = 17},
[847] = {.lex_state = 253, .external_lex_state = 2},
[848] = {.lex_state = 253, .external_lex_state = 2},
[849] = {.lex_state = 253, .external_lex_state = 2},
[850] = {.lex_state = 245, .external_lex_state = 17},
[851] = {.lex_state = 253, .external_lex_state = 2},
[852] = {.lex_state = 206, .external_lex_state = 35},
[853] = {.lex_state = 199, .external_lex_state = 18},
[854] = {.lex_state = 206, .external_lex_state = 36},
[855] = {.lex_state = 206, .external_lex_state = 36},
[856] = {.lex_state = 206, .external_lex_state = 37},
[857] = {.lex_state = 206, .external_lex_state = 36},
[858] = {.lex_state = 206, .external_lex_state = 36},
[859] = {.lex_state = 205, .external_lex_state = 32},
[860] = {.lex_state = 206, .external_lex_state = 36},
[861] = {.lex_state = 206, .external_lex_state = 36},
[862] = {.lex_state = 206, .external_lex_state = 36},
[863] = {.lex_state = 206, .external_lex_state = 36},
[864] = {.lex_state = 206, .external_lex_state = 35},
[865] = {.lex_state = 206, .external_lex_state = 35},
[866] = {.lex_state = 206, .external_lex_state = 35},
[867] = {.lex_state = 205, .external_lex_state = 32},
[868] = {.lex_state = 206, .external_lex_state = 35},
[869] = {.lex_state = 206, .external_lex_state = 36},
[870] = {.lex_state = 206, .external_lex_state = 35},
[871] = {.lex_state = 206, .external_lex_state = 36},
[872] = {.lex_state = 206, .external_lex_state = 35},
[873] = {.lex_state = 206, .external_lex_state = 36},
[874] = {.lex_state = 206, .external_lex_state = 36},
[875] = {.lex_state = 206, .external_lex_state = 37},
[876] = {.lex_state = 199, .external_lex_state = 18},
[877] = {.lex_state = 206, .external_lex_state = 35},
[878] = {.lex_state = 206, .external_lex_state = 35},
[879] = {.lex_state = 206, .external_lex_state = 36},
[880] = {.lex_state = 206, .external_lex_state = 35},
[881] = {.lex_state = 206, .external_lex_state = 36},
[882] = {.lex_state = 206, .external_lex_state = 35},
[883] = {.lex_state = 205, .external_lex_state = 32},
[884] = {.lex_state = 206, .external_lex_state = 37},
[885] = {.lex_state = 206, .external_lex_state = 35},
[886] = {.lex_state = 206, .external_lex_state = 35},
[887] = {.lex_state = 206, .external_lex_state = 35},
[888] = {.lex_state = 198, .external_lex_state = 38},
[889] = {.lex_state = 198, .external_lex_state = 38},
[890] = {.lex_state = 198, .external_lex_state = 38},
[891] = {.lex_state = 198, .external_lex_state = 38},
[892] = {.lex_state = 198, .external_lex_state = 38},
[893] = {.lex_state = 241, .external_lex_state = 23},
[894] = {.lex_state = 198, .external_lex_state = 38},
[895] = {.lex_state = 198, .external_lex_state = 38},
[896] = {.lex_state = 115, .external_lex_state = 39},
[897] = {.lex_state = 198, .external_lex_state = 38},
[898] = {.lex_state = 206, .external_lex_state = 37},
[899] = {.lex_state = 206, .external_lex_state = 37},
[900] = {.lex_state = 206, .external_lex_state = 37},
[901] = {.lex_state = 206, .external_lex_state = 37},
[902] = {.lex_state = 198, .external_lex_state = 38},
[903] = {.lex_state = 206, .external_lex_state = 37},
[904] = {.lex_state = 115, .external_lex_state = 39},
[905] = {.lex_state = 115, .external_lex_state = 39},
[906] = {.lex_state = 206, .external_lex_state = 37},
[907] = {.lex_state = 198, .external_lex_state = 38},
[908] = {.lex_state = 206, .external_lex_state = 37},
[909] = {.lex_state = 198, .external_lex_state = 38},
[910] = {.lex_state = 198, .external_lex_state = 38},
[911] = {.lex_state = 198, .external_lex_state = 38},
[912] = {.lex_state = 206, .external_lex_state = 37},
[913] = {.lex_state = 198, .external_lex_state = 38},
[914] = {.lex_state = 198, .external_lex_state = 38},
[915] = {.lex_state = 198, .external_lex_state = 38},
[916] = {.lex_state = 198, .external_lex_state = 38},
[917] = {.lex_state = 206, .external_lex_state = 37},
[918] = {.lex_state = 198, .external_lex_state = 38},
[919] = {.lex_state = 198, .external_lex_state = 38},
[920] = {.lex_state = 198, .external_lex_state = 38},
[921] = {.lex_state = 206, .external_lex_state = 37},
[922] = {.lex_state = 198, .external_lex_state = 38},
[923] = {.lex_state = 206, .external_lex_state = 37},
[924] = {.lex_state = 206, .external_lex_state = 37},
[925] = {.lex_state = 115, .external_lex_state = 39},
[926] = {.lex_state = 198, .external_lex_state = 38},
[927] = {.lex_state = 205, .external_lex_state = 32},
[928] = {.lex_state = 205, .external_lex_state = 20},
[929] = {.lex_state = 205, .external_lex_state = 32},
[930] = {.lex_state = 198, .external_lex_state = 38},
[931] = {.lex_state = 198, .external_lex_state = 38},
[932] = {.lex_state = 198, .external_lex_state = 38},
[933] = {.lex_state = 198, .external_lex_state = 38},
[934] = {.lex_state = 115, .external_lex_state = 39},
[935] = {.lex_state = 198, .external_lex_state = 38},
[936] = {.lex_state = 206, .external_lex_state = 37},
[937] = {.lex_state = 115, .external_lex_state = 39},
[938] = {.lex_state = 206, .external_lex_state = 37},
[939] = {.lex_state = 198, .external_lex_state = 38},
[940] = {.lex_state = 198, .external_lex_state = 38},
[941] = {.lex_state = 241, .external_lex_state = 23},
[942] = {.lex_state = 198, .external_lex_state = 38},
[943] = {.lex_state = 198, .external_lex_state = 38},
[944] = {.lex_state = 198, .external_lex_state = 38},
[945] = {.lex_state = 198, .external_lex_state = 38},
[946] = {.lex_state = 241, .external_lex_state = 23},
[947] = {.lex_state = 247, .external_lex_state = 40},
[948] = {.lex_state = 241, .external_lex_state = 30},
[949] = {.lex_state = 205, .external_lex_state = 29},
[950] = {.lex_state = 247, .external_lex_state = 40},
[951] = {.lex_state = 198, .external_lex_state = 38},
[952] = {.lex_state = 198, .external_lex_state = 38},
[953] = {.lex_state = 241, .external_lex_state = 23},
[954] = {.lex_state = 205, .external_lex_state = 29},
[955] = {.lex_state = 198, .external_lex_state = 38},
[956] = {.lex_state = 205, .external_lex_state = 18},
[957] = {.lex_state = 198, .external_lex_state = 38},
[958] = {.lex_state = 198, .external_lex_state = 38},
[959] = {.lex_state = 198, .external_lex_state = 38},
[960] = {.lex_state = 198, .external_lex_state = 38},
[961] = {.lex_state = 205, .external_lex_state = 18},
[962] = {.lex_state = 198, .external_lex_state = 38},
[963] = {.lex_state = 241, .external_lex_state = 23},
[964] = {.lex_state = 198, .external_lex_state = 38},
[965] = {.lex_state = 241, .external_lex_state = 23},
[966] = {.lex_state = 241, .external_lex_state = 23},
[967] = {.lex_state = 198, .external_lex_state = 38},
[968] = {.lex_state = 241, .external_lex_state = 23},
[969] = {.lex_state = 198, .external_lex_state = 38},
[970] = {.lex_state = 198, .external_lex_state = 38},
[971] = {.lex_state = 198, .external_lex_state = 38},
[972] = {.lex_state = 241, .external_lex_state = 23},
[973] = {.lex_state = 198, .external_lex_state = 38},
[974] = {.lex_state = 198, .external_lex_state = 38},
[975] = {.lex_state = 241, .external_lex_state = 23},
[976] = {.lex_state = 198, .external_lex_state = 38},
[977] = {.lex_state = 198, .external_lex_state = 38},
[978] = {.lex_state = 198, .external_lex_state = 38},
[979] = {.lex_state = 198, .external_lex_state = 38},
[980] = {.lex_state = 198, .external_lex_state = 38},
[981] = {.lex_state = 241, .external_lex_state = 23},
[982] = {.lex_state = 198, .external_lex_state = 38},
[983] = {.lex_state = 198, .external_lex_state = 38},
[984] = {.lex_state = 198, .external_lex_state = 38},
[985] = {.lex_state = 122, .external_lex_state = 27},
[986] = {.lex_state = 198, .external_lex_state = 38},
[987] = {.lex_state = 205, .external_lex_state = 18},
[988] = {.lex_state = 205, .external_lex_state = 18},
[989] = {.lex_state = 205, .external_lex_state = 18},
[990] = {.lex_state = 198, .external_lex_state = 38},
[991] = {.lex_state = 198, .external_lex_state = 38},
[992] = {.lex_state = 241, .external_lex_state = 23},
[993] = {.lex_state = 198, .external_lex_state = 38},
[994] = {.lex_state = 241, .external_lex_state = 23},
[995] = {.lex_state = 241, .external_lex_state = 23},
[996] = {.lex_state = 198, .external_lex_state = 38},
[997] = {.lex_state = 198, .external_lex_state = 38},
[998] = {.lex_state = 198, .external_lex_state = 38},
[999] = {.lex_state = 198, .external_lex_state = 38},
[1000] = {.lex_state = 198, .external_lex_state = 38},
[1001] = {.lex_state = 247, .external_lex_state = 40},
[1002] = {.lex_state = 241, .external_lex_state = 23},
[1003] = {.lex_state = 241, .external_lex_state = 14},
[1004] = {.lex_state = 241, .external_lex_state = 30},
[1005] = {.lex_state = 241, .external_lex_state = 24},
[1006] = {.lex_state = 241, .external_lex_state = 15},
[1007] = {.lex_state = 241, .external_lex_state = 24},
[1008] = {.lex_state = 241, .external_lex_state = 14},
[1009] = {.lex_state = 241, .external_lex_state = 24},
[1010] = {.lex_state = 242, .external_lex_state = 15},
[1011] = {.lex_state = 247, .external_lex_state = 40},
[1012] = {.lex_state = 242, .external_lex_state = 15},
[1013] = {.lex_state = 242, .external_lex_state = 15},
[1014] = {.lex_state = 247, .external_lex_state = 40},
[1015] = {.lex_state = 242, .external_lex_state = 15},
[1016] = {.lex_state = 247, .external_lex_state = 40},
[1017] = {.lex_state = 247, .external_lex_state = 40},
[1018] = {.lex_state = 242, .external_lex_state = 15},
[1019] = {.lex_state = 242, .external_lex_state = 15},
[1020] = {.lex_state = 247, .external_lex_state = 40},
[1021] = {.lex_state = 242, .external_lex_state = 15},
[1022] = {.lex_state = 242, .external_lex_state = 15},
[1023] = {.lex_state = 242, .external_lex_state = 15},
[1024] = {.lex_state = 242, .external_lex_state = 15},
[1025] = {.lex_state = 242, .external_lex_state = 15},
[1026] = {.lex_state = 241, .external_lex_state = 14},
[1027] = {.lex_state = 242, .external_lex_state = 15},
[1028] = {.lex_state = 247, .external_lex_state = 40},
[1029] = {.lex_state = 247, .external_lex_state = 40},
[1030] = {.lex_state = 247, .external_lex_state = 40},
[1031] = {.lex_state = 241, .external_lex_state = 15},
[1032] = {.lex_state = 247, .external_lex_state = 40},
[1033] = {.lex_state = 247, .external_lex_state = 40},
[1034] = {.lex_state = 247, .external_lex_state = 40},
[1035] = {.lex_state = 241, .external_lex_state = 15},
[1036] = {.lex_state = 247, .external_lex_state = 40},
[1037] = {.lex_state = 241, .external_lex_state = 15},
[1038] = {.lex_state = 247, .external_lex_state = 40},
[1039] = {.lex_state = 247, .external_lex_state = 40},
[1040] = {.lex_state = 241, .external_lex_state = 30},
[1041] = {.lex_state = 241, .external_lex_state = 15},
[1042] = {.lex_state = 241, .external_lex_state = 23},
[1043] = {.lex_state = 241, .external_lex_state = 15},
[1044] = {.lex_state = 241, .external_lex_state = 14},
[1045] = {.lex_state = 241, .external_lex_state = 14},
[1046] = {.lex_state = 241, .external_lex_state = 14},
[1047] = {.lex_state = 241, .external_lex_state = 14},
[1048] = {.lex_state = 241, .external_lex_state = 14},
[1049] = {.lex_state = 241, .external_lex_state = 14},
[1050] = {.lex_state = 241, .external_lex_state = 15},
[1051] = {.lex_state = 241, .external_lex_state = 15},
[1052] = {.lex_state = 241, .external_lex_state = 23},
[1053] = {.lex_state = 241, .external_lex_state = 30},
[1054] = {.lex_state = 241, .external_lex_state = 15},
[1055] = {.lex_state = 241, .external_lex_state = 15},
[1056] = {.lex_state = 241, .external_lex_state = 15},
[1057] = {.lex_state = 242, .external_lex_state = 15},
[1058] = {.lex_state = 241, .external_lex_state = 15},
[1059] = {.lex_state = 241, .external_lex_state = 15},
[1060] = {.lex_state = 241, .external_lex_state = 15},
[1061] = {.lex_state = 241, .external_lex_state = 30},
[1062] = {.lex_state = 241, .external_lex_state = 15},
[1063] = {.lex_state = 241, .external_lex_state = 15},
[1064] = {.lex_state = 241, .external_lex_state = 14},
[1065] = {.lex_state = 241, .external_lex_state = 23},
[1066] = {.lex_state = 241, .external_lex_state = 15},
[1067] = {.lex_state = 241, .external_lex_state = 15},
[1068] = {.lex_state = 241, .external_lex_state = 15},
[1069] = {.lex_state = 241, .external_lex_state = 15},
[1070] = {.lex_state = 241, .external_lex_state = 15},
[1071] = {.lex_state = 241, .external_lex_state = 14},
[1072] = {.lex_state = 241, .external_lex_state = 15},
[1073] = {.lex_state = 241, .external_lex_state = 14},
[1074] = {.lex_state = 241, .external_lex_state = 15},
[1075] = {.lex_state = 241, .external_lex_state = 30},
[1076] = {.lex_state = 241, .external_lex_state = 30},
[1077] = {.lex_state = 241, .external_lex_state = 30},
[1078] = {.lex_state = 241, .external_lex_state = 30},
[1079] = {.lex_state = 241, .external_lex_state = 30},
[1080] = {.lex_state = 241, .external_lex_state = 30},
[1081] = {.lex_state = 241, .external_lex_state = 30},
[1082] = {.lex_state = 241, .external_lex_state = 23},
[1083] = {.lex_state = 241, .external_lex_state = 23},
[1084] = {.lex_state = 241, .external_lex_state = 15},
[1085] = {.lex_state = 241, .external_lex_state = 30},
[1086] = {.lex_state = 241, .external_lex_state = 14},
[1087] = {.lex_state = 241, .external_lex_state = 15},
[1088] = {.lex_state = 241, .external_lex_state = 15},
[1089] = {.lex_state = 241, .external_lex_state = 30},
[1090] = {.lex_state = 241, .external_lex_state = 23},
[1091] = {.lex_state = 241, .external_lex_state = 30},
[1092] = {.lex_state = 206, .external_lex_state = 41},
[1093] = {.lex_state = 241, .external_lex_state = 7},
[1094] = {.lex_state = 241, .external_lex_state = 14},
[1095] = {.lex_state = 241, .external_lex_state = 15},
[1096] = {.lex_state = 241, .external_lex_state = 14},
[1097] = {.lex_state = 241, .external_lex_state = 14},
[1098] = {.lex_state = 241, .external_lex_state = 14},
[1099] = {.lex_state = 241, .external_lex_state = 8},
[1100] = {.lex_state = 205, .external_lex_state = 32},
[1101] = {.lex_state = 242, .external_lex_state = 7},
[1102] = {.lex_state = 241, .external_lex_state = 15},
[1103] = {.lex_state = 241, .external_lex_state = 24},
[1104] = {.lex_state = 241, .external_lex_state = 24},
[1105] = {.lex_state = 206, .external_lex_state = 41},
[1106] = {.lex_state = 241, .external_lex_state = 24},
[1107] = {.lex_state = 241, .external_lex_state = 15},
[1108] = {.lex_state = 241, .external_lex_state = 24},
[1109] = {.lex_state = 206, .external_lex_state = 41},
[1110] = {.lex_state = 241, .external_lex_state = 15},
[1111] = {.lex_state = 241, .external_lex_state = 30},
[1112] = {.lex_state = 241, .external_lex_state = 15},
[1113] = {.lex_state = 241, .external_lex_state = 14},
[1114] = {.lex_state = 241, .external_lex_state = 15},
[1115] = {.lex_state = 241, .external_lex_state = 30},
[1116] = {.lex_state = 241, .external_lex_state = 15},
[1117] = {.lex_state = 241, .external_lex_state = 15},
[1118] = {.lex_state = 241, .external_lex_state = 30},
[1119] = {.lex_state = 241, .external_lex_state = 15},
[1120] = {.lex_state = 241, .external_lex_state = 24},
[1121] = {.lex_state = 241, .external_lex_state = 24},
[1122] = {.lex_state = 241, .external_lex_state = 24},
[1123] = {.lex_state = 241, .external_lex_state = 14},
[1124] = {.lex_state = 241, .external_lex_state = 24},
[1125] = {.lex_state = 241, .external_lex_state = 24},
[1126] = {.lex_state = 126, .external_lex_state = 42},
[1127] = {.lex_state = 241, .external_lex_state = 24},
[1128] = {.lex_state = 206, .external_lex_state = 41},
[1129] = {.lex_state = 241, .external_lex_state = 30},
[1130] = {.lex_state = 241, .external_lex_state = 15},
[1131] = {.lex_state = 241, .external_lex_state = 7},
[1132] = {.lex_state = 241, .external_lex_state = 24},
[1133] = {.lex_state = 241, .external_lex_state = 15},
[1134] = {.lex_state = 241, .external_lex_state = 30},
[1135] = {.lex_state = 241, .external_lex_state = 15},
[1136] = {.lex_state = 241, .external_lex_state = 8},
[1137] = {.lex_state = 241, .external_lex_state = 15},
[1138] = {.lex_state = 241, .external_lex_state = 30},
[1139] = {.lex_state = 206, .external_lex_state = 41},
[1140] = {.lex_state = 241, .external_lex_state = 15},
[1141] = {.lex_state = 241, .external_lex_state = 15},
[1142] = {.lex_state = 242, .external_lex_state = 7},
[1143] = {.lex_state = 241, .external_lex_state = 7},
[1144] = {.lex_state = 241, .external_lex_state = 15},
[1145] = {.lex_state = 241, .external_lex_state = 15},
[1146] = {.lex_state = 241, .external_lex_state = 15},
[1147] = {.lex_state = 241, .external_lex_state = 15},
[1148] = {.lex_state = 242, .external_lex_state = 7},
[1149] = {.lex_state = 241, .external_lex_state = 24},
[1150] = {.lex_state = 241, .external_lex_state = 23},
[1151] = {.lex_state = 241, .external_lex_state = 15},
[1152] = {.lex_state = 241, .external_lex_state = 30},
[1153] = {.lex_state = 241, .external_lex_state = 15},
[1154] = {.lex_state = 241, .external_lex_state = 15},
[1155] = {.lex_state = 241, .external_lex_state = 15},
[1156] = {.lex_state = 241, .external_lex_state = 30},
[1157] = {.lex_state = 242, .external_lex_state = 15},
[1158] = {.lex_state = 241, .external_lex_state = 28},
[1159] = {.lex_state = 241, .external_lex_state = 23},
[1160] = {.lex_state = 241, .external_lex_state = 28},
[1161] = {.lex_state = 241, .external_lex_state = 15},
[1162] = {.lex_state = 241, .external_lex_state = 15},
[1163] = {.lex_state = 241, .external_lex_state = 7},
[1164] = {.lex_state = 241, .external_lex_state = 15},
[1165] = {.lex_state = 241, .external_lex_state = 15},
[1166] = {.lex_state = 242, .external_lex_state = 15},
[1167] = {.lex_state = 206, .external_lex_state = 41},
[1168] = {.lex_state = 241, .external_lex_state = 15},
[1169] = {.lex_state = 241, .external_lex_state = 28},
[1170] = {.lex_state = 242, .external_lex_state = 15},
[1171] = {.lex_state = 241, .external_lex_state = 30},
[1172] = {.lex_state = 241, .external_lex_state = 24},
[1173] = {.lex_state = 241, .external_lex_state = 28},
[1174] = {.lex_state = 241, .external_lex_state = 15},
[1175] = {.lex_state = 241, .external_lex_state = 15},
[1176] = {.lex_state = 242, .external_lex_state = 15},
[1177] = {.lex_state = 241, .external_lex_state = 24},
[1178] = {.lex_state = 242, .external_lex_state = 15},
[1179] = {.lex_state = 242, .external_lex_state = 15},
[1180] = {.lex_state = 241, .external_lex_state = 15},
[1181] = {.lex_state = 242, .external_lex_state = 15},
[1182] = {.lex_state = 242, .external_lex_state = 15},
[1183] = {.lex_state = 206, .external_lex_state = 41},
[1184] = {.lex_state = 242, .external_lex_state = 15},
[1185] = {.lex_state = 241, .external_lex_state = 30},
[1186] = {.lex_state = 241, .external_lex_state = 30},
[1187] = {.lex_state = 242, .external_lex_state = 15},
[1188] = {.lex_state = 241, .external_lex_state = 15},
[1189] = {.lex_state = 241, .external_lex_state = 15},
[1190] = {.lex_state = 242, .external_lex_state = 15},
[1191] = {.lex_state = 241, .external_lex_state = 15},
[1192] = {.lex_state = 205, .external_lex_state = 32},
[1193] = {.lex_state = 205, .external_lex_state = 32},
[1194] = {.lex_state = 241, .external_lex_state = 15},
[1195] = {.lex_state = 241, .external_lex_state = 14},
[1196] = {.lex_state = 242, .external_lex_state = 15},
[1197] = {.lex_state = 242, .external_lex_state = 15},
[1198] = {.lex_state = 241, .external_lex_state = 28},
[1199] = {.lex_state = 241, .external_lex_state = 28},
[1200] = {.lex_state = 241, .external_lex_state = 15},
[1201] = {.lex_state = 242, .external_lex_state = 15},
[1202] = {.lex_state = 241, .external_lex_state = 28},
[1203] = {.lex_state = 242, .external_lex_state = 15},
[1204] = {.lex_state = 242, .external_lex_state = 15},
[1205] = {.lex_state = 242, .external_lex_state = 15},
[1206] = {.lex_state = 242, .external_lex_state = 15},
[1207] = {.lex_state = 242, .external_lex_state = 15},
[1208] = {.lex_state = 241, .external_lex_state = 28},
[1209] = {.lex_state = 241, .external_lex_state = 28},
[1210] = {.lex_state = 242, .external_lex_state = 15},
[1211] = {.lex_state = 242, .external_lex_state = 15},
[1212] = {.lex_state = 241, .external_lex_state = 28},
[1213] = {.lex_state = 242, .external_lex_state = 15},
[1214] = {.lex_state = 242, .external_lex_state = 15},
[1215] = {.lex_state = 241, .external_lex_state = 14},
[1216] = {.lex_state = 241, .external_lex_state = 15},
[1217] = {.lex_state = 242, .external_lex_state = 15},
[1218] = {.lex_state = 241, .external_lex_state = 15},
[1219] = {.lex_state = 241, .external_lex_state = 15},
[1220] = {.lex_state = 242, .external_lex_state = 15},
[1221] = {.lex_state = 241, .external_lex_state = 28},
[1222] = {.lex_state = 242, .external_lex_state = 15},
[1223] = {.lex_state = 241, .external_lex_state = 15},
[1224] = {.lex_state = 242, .external_lex_state = 15},
[1225] = {.lex_state = 242, .external_lex_state = 15},
[1226] = {.lex_state = 242, .external_lex_state = 15},
[1227] = {.lex_state = 241, .external_lex_state = 28},
[1228] = {.lex_state = 242, .external_lex_state = 15},
[1229] = {.lex_state = 242, .external_lex_state = 15},
[1230] = {.lex_state = 242, .external_lex_state = 15},
[1231] = {.lex_state = 242, .external_lex_state = 15},
[1232] = {.lex_state = 242, .external_lex_state = 15},
[1233] = {.lex_state = 242, .external_lex_state = 15},
[1234] = {.lex_state = 241, .external_lex_state = 28},
[1235] = {.lex_state = 241, .external_lex_state = 15},
[1236] = {.lex_state = 242, .external_lex_state = 15},
[1237] = {.lex_state = 241, .external_lex_state = 28},
[1238] = {.lex_state = 242, .external_lex_state = 15},
[1239] = {.lex_state = 241, .external_lex_state = 15},
[1240] = {.lex_state = 242, .external_lex_state = 15},
[1241] = {.lex_state = 242, .external_lex_state = 15},
[1242] = {.lex_state = 241, .external_lex_state = 28},
[1243] = {.lex_state = 241, .external_lex_state = 28},
[1244] = {.lex_state = 242, .external_lex_state = 15},
[1245] = {.lex_state = 206, .external_lex_state = 41},
[1246] = {.lex_state = 241, .external_lex_state = 15},
[1247] = {.lex_state = 205, .external_lex_state = 32},
[1248] = {.lex_state = 206, .external_lex_state = 41},
[1249] = {.lex_state = 241, .external_lex_state = 14},
[1250] = {.lex_state = 241, .external_lex_state = 28},
[1251] = {.lex_state = 241, .external_lex_state = 30},
[1252] = {.lex_state = 242, .external_lex_state = 15},
[1253] = {.lex_state = 242, .external_lex_state = 15},
[1254] = {.lex_state = 242, .external_lex_state = 15},
[1255] = {.lex_state = 242, .external_lex_state = 15},
[1256] = {.lex_state = 241, .external_lex_state = 15},
[1257] = {.lex_state = 206, .external_lex_state = 41},
[1258] = {.lex_state = 242, .external_lex_state = 15},
[1259] = {.lex_state = 242, .external_lex_state = 15},
[1260] = {.lex_state = 242, .external_lex_state = 15},
[1261] = {.lex_state = 242, .external_lex_state = 15},
[1262] = {.lex_state = 242, .external_lex_state = 15},
[1263] = {.lex_state = 242, .external_lex_state = 15},
[1264] = {.lex_state = 241, .external_lex_state = 15},
[1265] = {.lex_state = 241, .external_lex_state = 15},
[1266] = {.lex_state = 241, .external_lex_state = 15},
[1267] = {.lex_state = 205, .external_lex_state = 32},
[1268] = {.lex_state = 242, .external_lex_state = 15},
[1269] = {.lex_state = 241, .external_lex_state = 15},
[1270] = {.lex_state = 241, .external_lex_state = 7},
[1271] = {.lex_state = 205, .external_lex_state = 32},
[1272] = {.lex_state = 206, .external_lex_state = 41},
[1273] = {.lex_state = 242, .external_lex_state = 15},
[1274] = {.lex_state = 242, .external_lex_state = 15},
[1275] = {.lex_state = 242, .external_lex_state = 15},
[1276] = {.lex_state = 206, .external_lex_state = 41},
[1277] = {.lex_state = 242, .external_lex_state = 15},
[1278] = {.lex_state = 242, .external_lex_state = 15},
[1279] = {.lex_state = 242, .external_lex_state = 15},
[1280] = {.lex_state = 242, .external_lex_state = 15},
[1281] = {.lex_state = 206, .external_lex_state = 41},
[1282] = {.lex_state = 242, .external_lex_state = 15},
[1283] = {.lex_state = 242, .external_lex_state = 15},
[1284] = {.lex_state = 206, .external_lex_state = 41},
[1285] = {.lex_state = 241, .external_lex_state = 7},
[1286] = {.lex_state = 205, .external_lex_state = 32},
[1287] = {.lex_state = 241, .external_lex_state = 28},
[1288] = {.lex_state = 206, .external_lex_state = 41},
[1289] = {.lex_state = 241, .external_lex_state = 15},
[1290] = {.lex_state = 205, .external_lex_state = 32},
[1291] = {.lex_state = 242, .external_lex_state = 15},
[1292] = {.lex_state = 206, .external_lex_state = 41},
[1293] = {.lex_state = 206, .external_lex_state = 41},
[1294] = {.lex_state = 206, .external_lex_state = 41},
[1295] = {.lex_state = 206, .external_lex_state = 41},
[1296] = {.lex_state = 206, .external_lex_state = 41},
[1297] = {.lex_state = 242, .external_lex_state = 15},
[1298] = {.lex_state = 242, .external_lex_state = 15},
[1299] = {.lex_state = 207, .external_lex_state = 43},
[1300] = {.lex_state = 207, .external_lex_state = 43},
[1301] = {.lex_state = 241, .external_lex_state = 15},
[1302] = {.lex_state = 242, .external_lex_state = 15},
[1303] = {.lex_state = 241, .external_lex_state = 15},
[1304] = {.lex_state = 241, .external_lex_state = 15},
[1305] = {.lex_state = 241, .external_lex_state = 8},
[1306] = {.lex_state = 207, .external_lex_state = 43},
[1307] = {.lex_state = 241, .external_lex_state = 15},
[1308] = {.lex_state = 207, .external_lex_state = 43},
[1309] = {.lex_state = 241, .external_lex_state = 15},
[1310] = {.lex_state = 242, .external_lex_state = 15},
[1311] = {.lex_state = 241, .external_lex_state = 14},
[1312] = {.lex_state = 207, .external_lex_state = 43},
[1313] = {.lex_state = 207, .external_lex_state = 43},
[1314] = {.lex_state = 241, .external_lex_state = 15},
[1315] = {.lex_state = 241, .external_lex_state = 15},
[1316] = {.lex_state = 241, .external_lex_state = 14},
[1317] = {.lex_state = 241, .external_lex_state = 14},
[1318] = {.lex_state = 205, .external_lex_state = 44},
[1319] = {.lex_state = 205, .external_lex_state = 44},
[1320] = {.lex_state = 241, .external_lex_state = 14},
[1321] = {.lex_state = 241, .external_lex_state = 14},
[1322] = {.lex_state = 241, .external_lex_state = 14},
[1323] = {.lex_state = 118, .external_lex_state = 45},
[1324] = {.lex_state = 241, .external_lex_state = 14},
[1325] = {.lex_state = 241, .external_lex_state = 14},
[1326] = {.lex_state = 241, .external_lex_state = 15},
[1327] = {.lex_state = 205, .external_lex_state = 32},
[1328] = {.lex_state = 241, .external_lex_state = 14},
[1329] = {.lex_state = 241, .external_lex_state = 23},
[1330] = {.lex_state = 241, .external_lex_state = 14},
[1331] = {.lex_state = 241, .external_lex_state = 14},
[1332] = {.lex_state = 241, .external_lex_state = 14},
[1333] = {.lex_state = 241, .external_lex_state = 14},
[1334] = {.lex_state = 241, .external_lex_state = 14},
[1335] = {.lex_state = 241, .external_lex_state = 14},
[1336] = {.lex_state = 205, .external_lex_state = 32},
[1337] = {.lex_state = 241, .external_lex_state = 14},
[1338] = {.lex_state = 205, .external_lex_state = 44},
[1339] = {.lex_state = 241, .external_lex_state = 14},
[1340] = {.lex_state = 241, .external_lex_state = 14},
[1341] = {.lex_state = 205, .external_lex_state = 32},
[1342] = {.lex_state = 241, .external_lex_state = 14},
[1343] = {.lex_state = 205, .external_lex_state = 32},
[1344] = {.lex_state = 241, .external_lex_state = 14},
[1345] = {.lex_state = 241, .external_lex_state = 14},
[1346] = {.lex_state = 241, .external_lex_state = 14},
[1347] = {.lex_state = 241, .external_lex_state = 14},
[1348] = {.lex_state = 241, .external_lex_state = 14},
[1349] = {.lex_state = 241, .external_lex_state = 14},
[1350] = {.lex_state = 205, .external_lex_state = 44},
[1351] = {.lex_state = 241, .external_lex_state = 14},
[1352] = {.lex_state = 241, .external_lex_state = 14},
[1353] = {.lex_state = 241, .external_lex_state = 14},
[1354] = {.lex_state = 205, .external_lex_state = 44},
[1355] = {.lex_state = 241, .external_lex_state = 15},
[1356] = {.lex_state = 241, .external_lex_state = 23},
[1357] = {.lex_state = 241, .external_lex_state = 14},
[1358] = {.lex_state = 241, .external_lex_state = 14},
[1359] = {.lex_state = 241, .external_lex_state = 14},
[1360] = {.lex_state = 205, .external_lex_state = 44},
[1361] = {.lex_state = 127, .external_lex_state = 42},
[1362] = {.lex_state = 241, .external_lex_state = 14},
[1363] = {.lex_state = 241, .external_lex_state = 14},
[1364] = {.lex_state = 241, .external_lex_state = 14},
[1365] = {.lex_state = 205, .external_lex_state = 44},
[1366] = {.lex_state = 241, .external_lex_state = 14},
[1367] = {.lex_state = 241, .external_lex_state = 14},
[1368] = {.lex_state = 241, .external_lex_state = 14},
[1369] = {.lex_state = 241, .external_lex_state = 14},
[1370] = {.lex_state = 241, .external_lex_state = 14},
[1371] = {.lex_state = 241, .external_lex_state = 14},
[1372] = {.lex_state = 205, .external_lex_state = 44},
[1373] = {.lex_state = 118, .external_lex_state = 45},
[1374] = {.lex_state = 241, .external_lex_state = 14},
[1375] = {.lex_state = 205, .external_lex_state = 44},
[1376] = {.lex_state = 241, .external_lex_state = 14},
[1377] = {.lex_state = 241, .external_lex_state = 14},
[1378] = {.lex_state = 241, .external_lex_state = 14},
[1379] = {.lex_state = 118, .external_lex_state = 45},
[1380] = {.lex_state = 241, .external_lex_state = 14},
[1381] = {.lex_state = 205, .external_lex_state = 44},
[1382] = {.lex_state = 205, .external_lex_state = 44},
[1383] = {.lex_state = 241, .external_lex_state = 14},
[1384] = {.lex_state = 241, .external_lex_state = 14},
[1385] = {.lex_state = 241, .external_lex_state = 14},
[1386] = {.lex_state = 241, .external_lex_state = 14},
[1387] = {.lex_state = 241, .external_lex_state = 14},
[1388] = {.lex_state = 241, .external_lex_state = 14},
[1389] = {.lex_state = 241, .external_lex_state = 14},
[1390] = {.lex_state = 241, .external_lex_state = 14},
[1391] = {.lex_state = 241, .external_lex_state = 14},
[1392] = {.lex_state = 241, .external_lex_state = 14},
[1393] = {.lex_state = 205, .external_lex_state = 44},
[1394] = {.lex_state = 241, .external_lex_state = 14},
[1395] = {.lex_state = 241, .external_lex_state = 15},
[1396] = {.lex_state = 205, .external_lex_state = 44},
[1397] = {.lex_state = 241, .external_lex_state = 15},
[1398] = {.lex_state = 241, .external_lex_state = 30},
[1399] = {.lex_state = 241, .external_lex_state = 30},
[1400] = {.lex_state = 217, .external_lex_state = 35},
[1401] = {.lex_state = 241, .external_lex_state = 30},
[1402] = {.lex_state = 118, .external_lex_state = 45},
[1403] = {.lex_state = 241, .external_lex_state = 7},
[1404] = {.lex_state = 241, .external_lex_state = 7},
[1405] = {.lex_state = 217, .external_lex_state = 35},
[1406] = {.lex_state = 241, .external_lex_state = 15},
[1407] = {.lex_state = 241, .external_lex_state = 15},
[1408] = {.lex_state = 241, .external_lex_state = 15},
[1409] = {.lex_state = 241, .external_lex_state = 15},
[1410] = {.lex_state = 217, .external_lex_state = 35},
[1411] = {.lex_state = 241, .external_lex_state = 15},
[1412] = {.lex_state = 217, .external_lex_state = 35},
[1413] = {.lex_state = 217, .external_lex_state = 35},
[1414] = {.lex_state = 217, .external_lex_state = 37},
[1415] = {.lex_state = 241, .external_lex_state = 15},
[1416] = {.lex_state = 217, .external_lex_state = 35},
[1417] = {.lex_state = 217, .external_lex_state = 37},
[1418] = {.lex_state = 217, .external_lex_state = 35},
[1419] = {.lex_state = 217, .external_lex_state = 37},
[1420] = {.lex_state = 241, .external_lex_state = 15},
[1421] = {.lex_state = 217, .external_lex_state = 35},
[1422] = {.lex_state = 217, .external_lex_state = 35},
[1423] = {.lex_state = 217, .external_lex_state = 35},
[1424] = {.lex_state = 217, .external_lex_state = 35},
[1425] = {.lex_state = 217, .external_lex_state = 35},
[1426] = {.lex_state = 217, .external_lex_state = 35},
[1427] = {.lex_state = 217, .external_lex_state = 35},
[1428] = {.lex_state = 198, .external_lex_state = 18},
[1429] = {.lex_state = 198, .external_lex_state = 31},
[1430] = {.lex_state = 217, .external_lex_state = 35},
[1431] = {.lex_state = 241, .external_lex_state = 15},
[1432] = {.lex_state = 198, .external_lex_state = 18},
[1433] = {.lex_state = 198, .external_lex_state = 31},
[1434] = {.lex_state = 198, .external_lex_state = 31},
[1435] = {.lex_state = 198, .external_lex_state = 31},
[1436] = {.lex_state = 217, .external_lex_state = 35},
[1437] = {.lex_state = 217, .external_lex_state = 37},
[1438] = {.lex_state = 217, .external_lex_state = 35},
[1439] = {.lex_state = 241, .external_lex_state = 15},
[1440] = {.lex_state = 198, .external_lex_state = 31},
[1441] = {.lex_state = 217, .external_lex_state = 37},
[1442] = {.lex_state = 198, .external_lex_state = 31},
[1443] = {.lex_state = 198, .external_lex_state = 31},
[1444] = {.lex_state = 198, .external_lex_state = 31},
[1445] = {.lex_state = 198, .external_lex_state = 31},
[1446] = {.lex_state = 241, .external_lex_state = 15},
[1447] = {.lex_state = 198, .external_lex_state = 31},
[1448] = {.lex_state = 198, .external_lex_state = 31},
[1449] = {.lex_state = 241, .external_lex_state = 15},
[1450] = {.lex_state = 217, .external_lex_state = 37},
[1451] = {.lex_state = 217, .external_lex_state = 37},
[1452] = {.lex_state = 217, .external_lex_state = 37},
[1453] = {.lex_state = 198, .external_lex_state = 31},
[1454] = {.lex_state = 217, .external_lex_state = 37},
[1455] = {.lex_state = 217, .external_lex_state = 37},
[1456] = {.lex_state = 198, .external_lex_state = 31},
[1457] = {.lex_state = 217, .external_lex_state = 37},
[1458] = {.lex_state = 198, .external_lex_state = 31},
[1459] = {.lex_state = 217, .external_lex_state = 37},
[1460] = {.lex_state = 217, .external_lex_state = 37},
[1461] = {.lex_state = 217, .external_lex_state = 37},
[1462] = {.lex_state = 217, .external_lex_state = 37},
[1463] = {.lex_state = 217, .external_lex_state = 37},
[1464] = {.lex_state = 217, .external_lex_state = 37},
[1465] = {.lex_state = 217, .external_lex_state = 37},
[1466] = {.lex_state = 212, .external_lex_state = 46},
[1467] = {.lex_state = 212, .external_lex_state = 46},
[1468] = {.lex_state = 241, .external_lex_state = 40},
[1469] = {.lex_state = 213, .external_lex_state = 47},
[1470] = {.lex_state = 213, .external_lex_state = 47},
[1471] = {.lex_state = 212, .external_lex_state = 46},
[1472] = {.lex_state = 124, .external_lex_state = 42},
[1473] = {.lex_state = 245, .external_lex_state = 45},
[1474] = {.lex_state = 241, .external_lex_state = 17},
[1475] = {.lex_state = 245, .external_lex_state = 45},
[1476] = {.lex_state = 212, .external_lex_state = 46},
[1477] = {.lex_state = 212, .external_lex_state = 46},
[1478] = {.lex_state = 212, .external_lex_state = 46},
[1479] = {.lex_state = 213, .external_lex_state = 47},
[1480] = {.lex_state = 241, .external_lex_state = 17},
[1481] = {.lex_state = 212, .external_lex_state = 46},
[1482] = {.lex_state = 212, .external_lex_state = 46},
[1483] = {.lex_state = 212, .external_lex_state = 46},
[1484] = {.lex_state = 245, .external_lex_state = 45},
[1485] = {.lex_state = 212, .external_lex_state = 46},
[1486] = {.lex_state = 241, .external_lex_state = 40},
[1487] = {.lex_state = 213, .external_lex_state = 47},
[1488] = {.lex_state = 212, .external_lex_state = 46},
[1489] = {.lex_state = 241, .external_lex_state = 17},
[1490] = {.lex_state = 213, .external_lex_state = 47},
[1491] = {.lex_state = 245, .external_lex_state = 45},
[1492] = {.lex_state = 212, .external_lex_state = 46},
[1493] = {.lex_state = 241, .external_lex_state = 17},
[1494] = {.lex_state = 212, .external_lex_state = 46},
[1495] = {.lex_state = 212, .external_lex_state = 46},
[1496] = {.lex_state = 213, .external_lex_state = 47},
[1497] = {.lex_state = 212, .external_lex_state = 46},
[1498] = {.lex_state = 213, .external_lex_state = 47},
[1499] = {.lex_state = 212, .external_lex_state = 46},
[1500] = {.lex_state = 212, .external_lex_state = 46},
[1501] = {.lex_state = 212, .external_lex_state = 46},
[1502] = {.lex_state = 212, .external_lex_state = 46},
[1503] = {.lex_state = 198, .external_lex_state = 18},
[1504] = {.lex_state = 212, .external_lex_state = 46},
[1505] = {.lex_state = 212, .external_lex_state = 46},
[1506] = {.lex_state = 212, .external_lex_state = 46},
[1507] = {.lex_state = 213, .external_lex_state = 47},
[1508] = {.lex_state = 212, .external_lex_state = 46},
[1509] = {.lex_state = 212, .external_lex_state = 46},
[1510] = {.lex_state = 213, .external_lex_state = 47},
[1511] = {.lex_state = 205, .external_lex_state = 48},
[1512] = {.lex_state = 198, .external_lex_state = 31},
[1513] = {.lex_state = 212, .external_lex_state = 46},
[1514] = {.lex_state = 198, .external_lex_state = 31},
[1515] = {.lex_state = 212, .external_lex_state = 46},
[1516] = {.lex_state = 212, .external_lex_state = 46},
[1517] = {.lex_state = 212, .external_lex_state = 46},
[1518] = {.lex_state = 212, .external_lex_state = 46},
[1519] = {.lex_state = 212, .external_lex_state = 46},
[1520] = {.lex_state = 212, .external_lex_state = 46},
[1521] = {.lex_state = 212, .external_lex_state = 46},
[1522] = {.lex_state = 212, .external_lex_state = 46},
[1523] = {.lex_state = 212, .external_lex_state = 46},
[1524] = {.lex_state = 212, .external_lex_state = 46},
[1525] = {.lex_state = 212, .external_lex_state = 46},
[1526] = {.lex_state = 212, .external_lex_state = 46},
[1527] = {.lex_state = 212, .external_lex_state = 46},
[1528] = {.lex_state = 212, .external_lex_state = 46},
[1529] = {.lex_state = 212, .external_lex_state = 46},
[1530] = {.lex_state = 212, .external_lex_state = 46},
[1531] = {.lex_state = 213, .external_lex_state = 47},
[1532] = {.lex_state = 245, .external_lex_state = 45},
[1533] = {.lex_state = 241, .external_lex_state = 17},
[1534] = {.lex_state = 212, .external_lex_state = 46},
[1535] = {.lex_state = 212, .external_lex_state = 46},
[1536] = {.lex_state = 205, .external_lex_state = 48},
[1537] = {.lex_state = 212, .external_lex_state = 46},
[1538] = {.lex_state = 212, .external_lex_state = 46},
[1539] = {.lex_state = 212, .external_lex_state = 46},
[1540] = {.lex_state = 212, .external_lex_state = 46},
[1541] = {.lex_state = 213, .external_lex_state = 47},
[1542] = {.lex_state = 212, .external_lex_state = 46},
[1543] = {.lex_state = 212, .external_lex_state = 46},
[1544] = {.lex_state = 198, .external_lex_state = 31},
[1545] = {.lex_state = 212, .external_lex_state = 46},
[1546] = {.lex_state = 212, .external_lex_state = 46},
[1547] = {.lex_state = 212, .external_lex_state = 46},
[1548] = {.lex_state = 212, .external_lex_state = 46},
[1549] = {.lex_state = 212, .external_lex_state = 46},
[1550] = {.lex_state = 212, .external_lex_state = 46},
[1551] = {.lex_state = 213, .external_lex_state = 47},
[1552] = {.lex_state = 212, .external_lex_state = 46},
[1553] = {.lex_state = 212, .external_lex_state = 46},
[1554] = {.lex_state = 212, .external_lex_state = 46},
[1555] = {.lex_state = 212, .external_lex_state = 46},
[1556] = {.lex_state = 212, .external_lex_state = 46},
[1557] = {.lex_state = 212, .external_lex_state = 46},
[1558] = {.lex_state = 245, .external_lex_state = 45},
[1559] = {.lex_state = 205, .external_lex_state = 48},
[1560] = {.lex_state = 212, .external_lex_state = 46},
[1561] = {.lex_state = 212, .external_lex_state = 46},
[1562] = {.lex_state = 212, .external_lex_state = 46},
[1563] = {.lex_state = 212, .external_lex_state = 46},
[1564] = {.lex_state = 212, .external_lex_state = 46},
[1565] = {.lex_state = 212, .external_lex_state = 46},
[1566] = {.lex_state = 213, .external_lex_state = 47},
[1567] = {.lex_state = 241, .external_lex_state = 17},
[1568] = {.lex_state = 212, .external_lex_state = 46},
[1569] = {.lex_state = 241, .external_lex_state = 40},
[1570] = {.lex_state = 212, .external_lex_state = 46},
[1571] = {.lex_state = 241, .external_lex_state = 40},
[1572] = {.lex_state = 212, .external_lex_state = 46},
[1573] = {.lex_state = 212, .external_lex_state = 46},
[1574] = {.lex_state = 212, .external_lex_state = 46},
[1575] = {.lex_state = 213, .external_lex_state = 47},
[1576] = {.lex_state = 212, .external_lex_state = 46},
[1577] = {.lex_state = 245, .external_lex_state = 45},
[1578] = {.lex_state = 198, .external_lex_state = 31},
[1579] = {.lex_state = 198, .external_lex_state = 31},
[1580] = {.lex_state = 121, .external_lex_state = 49},
[1581] = {.lex_state = 205},
[1582] = {.lex_state = 241, .external_lex_state = 40},
[1583] = {.lex_state = 241, .external_lex_state = 40},
[1584] = {.lex_state = 205},
[1585] = {.lex_state = 241, .external_lex_state = 40},
[1586] = {.lex_state = 205},
[1587] = {.lex_state = 121, .external_lex_state = 49},
[1588] = {.lex_state = 205},
[1589] = {.lex_state = 241, .external_lex_state = 40},
[1590] = {.lex_state = 205},
[1591] = {.lex_state = 241, .external_lex_state = 40},
[1592] = {.lex_state = 241, .external_lex_state = 40},
[1593] = {.lex_state = 205},
[1594] = {.lex_state = 205},
[1595] = {.lex_state = 205},
[1596] = {.lex_state = 241, .external_lex_state = 40},
[1597] = {.lex_state = 241, .external_lex_state = 40},
[1598] = {.lex_state = 205},
[1599] = {.lex_state = 205},
[1600] = {.lex_state = 205},
[1601] = {.lex_state = 241, .external_lex_state = 40},
[1602] = {.lex_state = 205},
[1603] = {.lex_state = 205},
[1604] = {.lex_state = 205},
[1605] = {.lex_state = 198, .external_lex_state = 31},
[1606] = {.lex_state = 198, .external_lex_state = 31},
[1607] = {.lex_state = 198, .external_lex_state = 31},
[1608] = {.lex_state = 198, .external_lex_state = 31},
[1609] = {.lex_state = 241, .external_lex_state = 17},
[1610] = {.lex_state = 198, .external_lex_state = 31},
[1611] = {.lex_state = 198, .external_lex_state = 31},
[1612] = {.lex_state = 198, .external_lex_state = 31},
[1613] = {.lex_state = 198, .external_lex_state = 31},
[1614] = {.lex_state = 205},
[1615] = {.lex_state = 205},
[1616] = {.lex_state = 198, .external_lex_state = 31},
[1617] = {.lex_state = 198, .external_lex_state = 31},
[1618] = {.lex_state = 198, .external_lex_state = 31},
[1619] = {.lex_state = 198, .external_lex_state = 31},
[1620] = {.lex_state = 198, .external_lex_state = 31},
[1621] = {.lex_state = 198, .external_lex_state = 31},
[1622] = {.lex_state = 198, .external_lex_state = 31},
[1623] = {.lex_state = 198, .external_lex_state = 31},
[1624] = {.lex_state = 198, .external_lex_state = 31},
[1625] = {.lex_state = 198, .external_lex_state = 31},
[1626] = {.lex_state = 198, .external_lex_state = 31},
[1627] = {.lex_state = 198, .external_lex_state = 31},
[1628] = {.lex_state = 198, .external_lex_state = 31},
[1629] = {.lex_state = 198, .external_lex_state = 31},
[1630] = {.lex_state = 198, .external_lex_state = 31},
[1631] = {.lex_state = 198, .external_lex_state = 31},
[1632] = {.lex_state = 198, .external_lex_state = 31},
[1633] = {.lex_state = 198, .external_lex_state = 31},
[1634] = {.lex_state = 198, .external_lex_state = 31},
[1635] = {.lex_state = 198, .external_lex_state = 31},
[1636] = {.lex_state = 198, .external_lex_state = 31},
[1637] = {.lex_state = 198, .external_lex_state = 31},
[1638] = {.lex_state = 205},
[1639] = {.lex_state = 198, .external_lex_state = 31},
[1640] = {.lex_state = 198, .external_lex_state = 31},
[1641] = {.lex_state = 205},
[1642] = {.lex_state = 241, .external_lex_state = 40},
[1643] = {.lex_state = 205},
[1644] = {.lex_state = 205},
[1645] = {.lex_state = 198, .external_lex_state = 31},
[1646] = {.lex_state = 241, .external_lex_state = 40},
[1647] = {.lex_state = 198, .external_lex_state = 31},
[1648] = {.lex_state = 198, .external_lex_state = 31},
[1649] = {.lex_state = 198, .external_lex_state = 31},
[1650] = {.lex_state = 205},
[1651] = {.lex_state = 198, .external_lex_state = 31},
[1652] = {.lex_state = 198, .external_lex_state = 31},
[1653] = {.lex_state = 198, .external_lex_state = 31},
[1654] = {.lex_state = 198, .external_lex_state = 31},
[1655] = {.lex_state = 198, .external_lex_state = 31},
[1656] = {.lex_state = 198, .external_lex_state = 31},
[1657] = {.lex_state = 198, .external_lex_state = 31},
[1658] = {.lex_state = 198, .external_lex_state = 31},
[1659] = {.lex_state = 241, .external_lex_state = 40},
[1660] = {.lex_state = 198, .external_lex_state = 31},
[1661] = {.lex_state = 198, .external_lex_state = 31},
[1662] = {.lex_state = 198, .external_lex_state = 31},
[1663] = {.lex_state = 198, .external_lex_state = 31},
[1664] = {.lex_state = 205},
[1665] = {.lex_state = 198, .external_lex_state = 31},
[1666] = {.lex_state = 198, .external_lex_state = 31},
[1667] = {.lex_state = 198, .external_lex_state = 31},
[1668] = {.lex_state = 205},
[1669] = {.lex_state = 121, .external_lex_state = 49},
[1670] = {.lex_state = 205},
[1671] = {.lex_state = 241, .external_lex_state = 40},
[1672] = {.lex_state = 241, .external_lex_state = 40},
[1673] = {.lex_state = 205},
[1674] = {.lex_state = 205},
[1675] = {.lex_state = 205},
[1676] = {.lex_state = 205},
[1677] = {.lex_state = 205},
[1678] = {.lex_state = 205},
[1679] = {.lex_state = 205},
[1680] = {.lex_state = 205},
[1681] = {.lex_state = 205},
[1682] = {.lex_state = 121, .external_lex_state = 49},
[1683] = {.lex_state = 121, .external_lex_state = 49},
[1684] = {.lex_state = 121, .external_lex_state = 49},
[1685] = {.lex_state = 121, .external_lex_state = 49},
[1686] = {.lex_state = 121, .external_lex_state = 49},
[1687] = {.lex_state = 121, .external_lex_state = 49},
[1688] = {.lex_state = 121, .external_lex_state = 49},
[1689] = {.lex_state = 121, .external_lex_state = 49},
[1690] = {.lex_state = 121, .external_lex_state = 49},
[1691] = {.lex_state = 121, .external_lex_state = 49},
[1692] = {.lex_state = 121, .external_lex_state = 49},
[1693] = {.lex_state = 121, .external_lex_state = 49},
[1694] = {.lex_state = 121, .external_lex_state = 49},
[1695] = {.lex_state = 205},
[1696] = {.lex_state = 205},
[1697] = {.lex_state = 209, .external_lex_state = 50},
[1698] = {.lex_state = 215, .external_lex_state = 51},
[1699] = {.lex_state = 215, .external_lex_state = 51},
[1700] = {.lex_state = 205},
[1701] = {.lex_state = 121, .external_lex_state = 49},
[1702] = {.lex_state = 197, .external_lex_state = 52},
[1703] = {.lex_state = 197, .external_lex_state = 52},
[1704] = {.lex_state = 197, .external_lex_state = 52},
[1705] = {.lex_state = 197, .external_lex_state = 52},
[1706] = {.lex_state = 197, .external_lex_state = 52},
[1707] = {.lex_state = 197, .external_lex_state = 52},
[1708] = {.lex_state = 197, .external_lex_state = 52},
[1709] = {.lex_state = 197, .external_lex_state = 52},
[1710] = {.lex_state = 197, .external_lex_state = 52},
[1711] = {.lex_state = 197, .external_lex_state = 52},
[1712] = {.lex_state = 197, .external_lex_state = 52},
[1713] = {.lex_state = 197, .external_lex_state = 52},
[1714] = {.lex_state = 197, .external_lex_state = 52},
[1715] = {.lex_state = 197, .external_lex_state = 52},
[1716] = {.lex_state = 197, .external_lex_state = 52},
[1717] = {.lex_state = 197, .external_lex_state = 52},
[1718] = {.lex_state = 197, .external_lex_state = 52},
[1719] = {.lex_state = 197, .external_lex_state = 52},
[1720] = {.lex_state = 197, .external_lex_state = 52},
[1721] = {.lex_state = 197, .external_lex_state = 52},
[1722] = {.lex_state = 197, .external_lex_state = 52},
[1723] = {.lex_state = 197, .external_lex_state = 52},
[1724] = {.lex_state = 197, .external_lex_state = 52},
[1725] = {.lex_state = 197, .external_lex_state = 52},
[1726] = {.lex_state = 241, .external_lex_state = 17},
[1727] = {.lex_state = 197, .external_lex_state = 52},
[1728] = {.lex_state = 197, .external_lex_state = 52},
[1729] = {.lex_state = 197, .external_lex_state = 52},
[1730] = {.lex_state = 241, .external_lex_state = 17},
[1731] = {.lex_state = 197, .external_lex_state = 52},
[1732] = {.lex_state = 197, .external_lex_state = 52},
[1733] = {.lex_state = 197, .external_lex_state = 52},
[1734] = {.lex_state = 197, .external_lex_state = 52},
[1735] = {.lex_state = 197, .external_lex_state = 52},
[1736] = {.lex_state = 197, .external_lex_state = 52},
[1737] = {.lex_state = 197, .external_lex_state = 52},
[1738] = {.lex_state = 197, .external_lex_state = 52},
[1739] = {.lex_state = 197, .external_lex_state = 52},
[1740] = {.lex_state = 197, .external_lex_state = 52},
[1741] = {.lex_state = 197, .external_lex_state = 52},
[1742] = {.lex_state = 197, .external_lex_state = 52},
[1743] = {.lex_state = 197, .external_lex_state = 52},
[1744] = {.lex_state = 200, .external_lex_state = 52},
[1745] = {.lex_state = 197, .external_lex_state = 52},
[1746] = {.lex_state = 197, .external_lex_state = 52},
[1747] = {.lex_state = 197, .external_lex_state = 52},
[1748] = {.lex_state = 197, .external_lex_state = 52},
[1749] = {.lex_state = 197, .external_lex_state = 52},
[1750] = {.lex_state = 197, .external_lex_state = 52},
[1751] = {.lex_state = 197, .external_lex_state = 52},
[1752] = {.lex_state = 197, .external_lex_state = 52},
[1753] = {.lex_state = 197, .external_lex_state = 52},
[1754] = {.lex_state = 197, .external_lex_state = 52},
[1755] = {.lex_state = 197, .external_lex_state = 52},
[1756] = {.lex_state = 197, .external_lex_state = 52},
[1757] = {.lex_state = 197, .external_lex_state = 52},
[1758] = {.lex_state = 197, .external_lex_state = 52},
[1759] = {.lex_state = 197, .external_lex_state = 52},
[1760] = {.lex_state = 197, .external_lex_state = 52},
[1761] = {.lex_state = 197, .external_lex_state = 52},
[1762] = {.lex_state = 197, .external_lex_state = 52},
[1763] = {.lex_state = 197, .external_lex_state = 52},
[1764] = {.lex_state = 197, .external_lex_state = 52},
[1765] = {.lex_state = 197, .external_lex_state = 52},
[1766] = {.lex_state = 197, .external_lex_state = 52},
[1767] = {.lex_state = 197, .external_lex_state = 52},
[1768] = {.lex_state = 197, .external_lex_state = 52},
[1769] = {.lex_state = 202, .external_lex_state = 52},
[1770] = {.lex_state = 202, .external_lex_state = 52},
[1771] = {.lex_state = 202, .external_lex_state = 52},
[1772] = {.lex_state = 202, .external_lex_state = 52},
[1773] = {.lex_state = 202, .external_lex_state = 52},
[1774] = {.lex_state = 202, .external_lex_state = 52},
[1775] = {.lex_state = 202, .external_lex_state = 52},
[1776] = {.lex_state = 202, .external_lex_state = 52},
[1777] = {.lex_state = 202, .external_lex_state = 52},
[1778] = {.lex_state = 202, .external_lex_state = 52},
[1779] = {.lex_state = 202, .external_lex_state = 52},
[1780] = {.lex_state = 202, .external_lex_state = 52},
[1781] = {.lex_state = 247, .external_lex_state = 49},
[1782] = {.lex_state = 202, .external_lex_state = 52},
[1783] = {.lex_state = 202, .external_lex_state = 52},
[1784] = {.lex_state = 202, .external_lex_state = 52},
[1785] = {.lex_state = 202, .external_lex_state = 52},
[1786] = {.lex_state = 202, .external_lex_state = 52},
[1787] = {.lex_state = 210, .external_lex_state = 50},
[1788] = {.lex_state = 247, .external_lex_state = 49},
[1789] = {.lex_state = 202, .external_lex_state = 52},
[1790] = {.lex_state = 202, .external_lex_state = 52},
[1791] = {.lex_state = 201, .external_lex_state = 52},
[1792] = {.lex_state = 202, .external_lex_state = 52},
[1793] = {.lex_state = 202, .external_lex_state = 52},
[1794] = {.lex_state = 202, .external_lex_state = 52},
[1795] = {.lex_state = 202, .external_lex_state = 52},
[1796] = {.lex_state = 202, .external_lex_state = 52},
[1797] = {.lex_state = 202, .external_lex_state = 52},
[1798] = {.lex_state = 202, .external_lex_state = 52},
[1799] = {.lex_state = 202, .external_lex_state = 52},
[1800] = {.lex_state = 202, .external_lex_state = 52},
[1801] = {.lex_state = 202, .external_lex_state = 52},
[1802] = {.lex_state = 202, .external_lex_state = 52},
[1803] = {.lex_state = 202, .external_lex_state = 52},
[1804] = {.lex_state = 202, .external_lex_state = 52},
[1805] = {.lex_state = 202, .external_lex_state = 52},
[1806] = {.lex_state = 214},
[1807] = {.lex_state = 203, .external_lex_state = 52},
[1808] = {.lex_state = 198, .external_lex_state = 53},
[1809] = {.lex_state = 203, .external_lex_state = 52},
[1810] = {.lex_state = 203, .external_lex_state = 52},
[1811] = {.lex_state = 214},
[1812] = {.lex_state = 207, .external_lex_state = 43},
[1813] = {.lex_state = 214},
[1814] = {.lex_state = 207, .external_lex_state = 43},
[1815] = {.lex_state = 214},
[1816] = {.lex_state = 207, .external_lex_state = 43},
[1817] = {.lex_state = 214},
[1818] = {.lex_state = 207, .external_lex_state = 43},
[1819] = {.lex_state = 207, .external_lex_state = 43},
[1820] = {.lex_state = 203, .external_lex_state = 52},
[1821] = {.lex_state = 214},
[1822] = {.lex_state = 214},
[1823] = {.lex_state = 214},
[1824] = {.lex_state = 203, .external_lex_state = 52},
[1825] = {.lex_state = 214},
[1826] = {.lex_state = 198, .external_lex_state = 53},
[1827] = {.lex_state = 214},
[1828] = {.lex_state = 203, .external_lex_state = 52},
[1829] = {.lex_state = 203, .external_lex_state = 52},
[1830] = {.lex_state = 214},
[1831] = {.lex_state = 198, .external_lex_state = 53},
[1832] = {.lex_state = 214},
[1833] = {.lex_state = 214},
[1834] = {.lex_state = 203, .external_lex_state = 52},
[1835] = {.lex_state = 214},
[1836] = {.lex_state = 214},
[1837] = {.lex_state = 203, .external_lex_state = 52},
[1838] = {.lex_state = 214},
[1839] = {.lex_state = 214},
[1840] = {.lex_state = 203, .external_lex_state = 52},
[1841] = {.lex_state = 214},
[1842] = {.lex_state = 203, .external_lex_state = 52},
[1843] = {.lex_state = 214},
[1844] = {.lex_state = 214},
[1845] = {.lex_state = 214},
[1846] = {.lex_state = 214},
[1847] = {.lex_state = 198, .external_lex_state = 53},
[1848] = {.lex_state = 214},
[1849] = {.lex_state = 214},
[1850] = {.lex_state = 214},
[1851] = {.lex_state = 214},
[1852] = {.lex_state = 203, .external_lex_state = 52},
[1853] = {.lex_state = 203, .external_lex_state = 52},
[1854] = {.lex_state = 214},
[1855] = {.lex_state = 214},
[1856] = {.lex_state = 207, .external_lex_state = 43},
[1857] = {.lex_state = 214},
[1858] = {.lex_state = 214},
[1859] = {.lex_state = 203, .external_lex_state = 52},
[1860] = {.lex_state = 214},
[1861] = {.lex_state = 214},
[1862] = {.lex_state = 214},
[1863] = {.lex_state = 214},
[1864] = {.lex_state = 214},
[1865] = {.lex_state = 207, .external_lex_state = 43},
[1866] = {.lex_state = 203, .external_lex_state = 52},
[1867] = {.lex_state = 214},
[1868] = {.lex_state = 214},
[1869] = {.lex_state = 203, .external_lex_state = 52},
[1870] = {.lex_state = 207, .external_lex_state = 43},
[1871] = {.lex_state = 214},
[1872] = {.lex_state = 198, .external_lex_state = 53},
[1873] = {.lex_state = 203, .external_lex_state = 52},
[1874] = {.lex_state = 214},
[1875] = {.lex_state = 214},
[1876] = {.lex_state = 207, .external_lex_state = 43},
[1877] = {.lex_state = 198, .external_lex_state = 53},
[1878] = {.lex_state = 214},
[1879] = {.lex_state = 203, .external_lex_state = 52},
[1880] = {.lex_state = 214},
[1881] = {.lex_state = 214},
[1882] = {.lex_state = 203, .external_lex_state = 52},
[1883] = {.lex_state = 214},
[1884] = {.lex_state = 214},
[1885] = {.lex_state = 214},
[1886] = {.lex_state = 203, .external_lex_state = 52},
[1887] = {.lex_state = 198, .external_lex_state = 53},
[1888] = {.lex_state = 207, .external_lex_state = 43},
[1889] = {.lex_state = 214},
[1890] = {.lex_state = 214},
[1891] = {.lex_state = 207, .external_lex_state = 43},
[1892] = {.lex_state = 203, .external_lex_state = 52},
[1893] = {.lex_state = 214},
[1894] = {.lex_state = 203, .external_lex_state = 52},
[1895] = {.lex_state = 203, .external_lex_state = 52},
[1896] = {.lex_state = 214},
[1897] = {.lex_state = 214},
[1898] = {.lex_state = 214},
[1899] = {.lex_state = 207, .external_lex_state = 43},
[1900] = {.lex_state = 214},
[1901] = {.lex_state = 203, .external_lex_state = 52},
[1902] = {.lex_state = 203, .external_lex_state = 52},
[1903] = {.lex_state = 214},
[1904] = {.lex_state = 203, .external_lex_state = 52},
[1905] = {.lex_state = 203, .external_lex_state = 52},
[1906] = {.lex_state = 214},
[1907] = {.lex_state = 214},
[1908] = {.lex_state = 214},
[1909] = {.lex_state = 214},
[1910] = {.lex_state = 214},
[1911] = {.lex_state = 214},
[1912] = {.lex_state = 203, .external_lex_state = 52},
[1913] = {.lex_state = 214},
[1914] = {.lex_state = 214},
[1915] = {.lex_state = 214},
[1916] = {.lex_state = 203, .external_lex_state = 52},
[1917] = {.lex_state = 203, .external_lex_state = 52},
[1918] = {.lex_state = 203, .external_lex_state = 52},
[1919] = {.lex_state = 214},
[1920] = {.lex_state = 207, .external_lex_state = 43},
[1921] = {.lex_state = 214},
[1922] = {.lex_state = 205, .external_lex_state = 44},
[1923] = {.lex_state = 205, .external_lex_state = 44},
[1924] = {.lex_state = 205, .external_lex_state = 44},
[1925] = {.lex_state = 205, .external_lex_state = 44},
[1926] = {.lex_state = 205, .external_lex_state = 44},
[1927] = {.lex_state = 205, .external_lex_state = 44},
[1928] = {.lex_state = 205, .external_lex_state = 44},
[1929] = {.lex_state = 205, .external_lex_state = 44},
[1930] = {.lex_state = 205, .external_lex_state = 44},
[1931] = {.lex_state = 205, .external_lex_state = 44},
[1932] = {.lex_state = 205, .external_lex_state = 44},
[1933] = {.lex_state = 205, .external_lex_state = 44},
[1934] = {.lex_state = 205, .external_lex_state = 44},
[1935] = {.lex_state = 198},
[1936] = {.lex_state = 198},
[1937] = {.lex_state = 198},
[1938] = {.lex_state = 198},
[1939] = {.lex_state = 198},
[1940] = {.lex_state = 198},
[1941] = {.lex_state = 198},
[1942] = {.lex_state = 254, .external_lex_state = 54},
[1943] = {.lex_state = 198},
[1944] = {.lex_state = 254, .external_lex_state = 54},
[1945] = {.lex_state = 254, .external_lex_state = 54},
[1946] = {.lex_state = 198},
[1947] = {.lex_state = 198},
[1948] = {.lex_state = 198},
[1949] = {.lex_state = 198},
[1950] = {.lex_state = 198},
[1951] = {.lex_state = 198},
[1952] = {.lex_state = 198},
[1953] = {.lex_state = 245, .external_lex_state = 45},
[1954] = {.lex_state = 67, .external_lex_state = 49},
[1955] = {.lex_state = 208},
[1956] = {.lex_state = 67, .external_lex_state = 49},
[1957] = {.lex_state = 67, .external_lex_state = 49},
[1958] = {.lex_state = 214, .external_lex_state = 55},
[1959] = {.lex_state = 211, .external_lex_state = 56},
[1960] = {.lex_state = 214, .external_lex_state = 55},
[1961] = {.lex_state = 214, .external_lex_state = 55},
[1962] = {.lex_state = 67, .external_lex_state = 49},
[1963] = {.lex_state = 214, .external_lex_state = 55},
[1964] = {.lex_state = 214, .external_lex_state = 55},
[1965] = {.lex_state = 214, .external_lex_state = 55},
[1966] = {.lex_state = 214, .external_lex_state = 55},
[1967] = {.lex_state = 214, .external_lex_state = 55},
[1968] = {.lex_state = 67, .external_lex_state = 49},
[1969] = {.lex_state = 214, .external_lex_state = 55},
[1970] = {.lex_state = 214, .external_lex_state = 55},
[1971] = {.lex_state = 211, .external_lex_state = 56},
[1972] = {.lex_state = 211, .external_lex_state = 56},
[1973] = {.lex_state = 214, .external_lex_state = 55},
[1974] = {.lex_state = 67, .external_lex_state = 49},
[1975] = {.lex_state = 67, .external_lex_state = 49},
[1976] = {.lex_state = 67, .external_lex_state = 49},
[1977] = {.lex_state = 67, .external_lex_state = 49},
[1978] = {.lex_state = 67, .external_lex_state = 49},
[1979] = {.lex_state = 67, .external_lex_state = 49},
[1980] = {.lex_state = 214},
[1981] = {.lex_state = 67, .external_lex_state = 49},
[1982] = {.lex_state = 67, .external_lex_state = 49},
[1983] = {.lex_state = 214},
[1984] = {.lex_state = 67, .external_lex_state = 49},
[1985] = {.lex_state = 67, .external_lex_state = 49},
[1986] = {.lex_state = 67, .external_lex_state = 49},
[1987] = {.lex_state = 67, .external_lex_state = 49},
[1988] = {.lex_state = 67, .external_lex_state = 49},
[1989] = {.lex_state = 67, .external_lex_state = 49},
[1990] = {.lex_state = 67, .external_lex_state = 45},
[1991] = {.lex_state = 254},
[1992] = {.lex_state = 217, .external_lex_state = 55},
[1993] = {.lex_state = 67, .external_lex_state = 45},
[1994] = {.lex_state = 254, .external_lex_state = 54},
[1995] = {.lex_state = 217, .external_lex_state = 55},
[1996] = {.lex_state = 67, .external_lex_state = 45},
[1997] = {.lex_state = 254},
[1998] = {.lex_state = 217, .external_lex_state = 55},
[1999] = {.lex_state = 67, .external_lex_state = 45},
[2000] = {.lex_state = 254, .external_lex_state = 54},
[2001] = {.lex_state = 254, .external_lex_state = 54},
[2002] = {.lex_state = 211, .external_lex_state = 56},
[2003] = {.lex_state = 254},
[2004] = {.lex_state = 217, .external_lex_state = 55},
[2005] = {.lex_state = 254, .external_lex_state = 54},
[2006] = {.lex_state = 254, .external_lex_state = 54},
[2007] = {.lex_state = 211, .external_lex_state = 56},
[2008] = {.lex_state = 211, .external_lex_state = 56},
[2009] = {.lex_state = 67, .external_lex_state = 45},
[2010] = {.lex_state = 211, .external_lex_state = 56},
[2011] = {.lex_state = 254, .external_lex_state = 54},
[2012] = {.lex_state = 67, .external_lex_state = 45},
[2013] = {.lex_state = 254},
[2014] = {.lex_state = 254},
[2015] = {.lex_state = 254},
[2016] = {.lex_state = 254, .external_lex_state = 54},
[2017] = {.lex_state = 211, .external_lex_state = 56},
[2018] = {.lex_state = 254, .external_lex_state = 57},
[2019] = {.lex_state = 254, .external_lex_state = 57},
[2020] = {.lex_state = 217, .external_lex_state = 55},
[2021] = {.lex_state = 217, .external_lex_state = 55},
[2022] = {.lex_state = 217, .external_lex_state = 55},
[2023] = {.lex_state = 217, .external_lex_state = 55},
[2024] = {.lex_state = 254, .external_lex_state = 57},
[2025] = {.lex_state = 254, .external_lex_state = 57},
[2026] = {.lex_state = 254, .external_lex_state = 57},
[2027] = {.lex_state = 254, .external_lex_state = 57},
[2028] = {.lex_state = 254, .external_lex_state = 57},
[2029] = {.lex_state = 254, .external_lex_state = 57},
[2030] = {.lex_state = 254, .external_lex_state = 57},
[2031] = {.lex_state = 217, .external_lex_state = 55},
[2032] = {.lex_state = 254, .external_lex_state = 57},
[2033] = {.lex_state = 254, .external_lex_state = 57},
[2034] = {.lex_state = 254, .external_lex_state = 57},
[2035] = {.lex_state = 254, .external_lex_state = 57},
[2036] = {.lex_state = 254, .external_lex_state = 57},
[2037] = {.lex_state = 217, .external_lex_state = 55},
[2038] = {.lex_state = 254, .external_lex_state = 57},
[2039] = {.lex_state = 254, .external_lex_state = 57},
[2040] = {.lex_state = 254, .external_lex_state = 57},
[2041] = {.lex_state = 254, .external_lex_state = 57},
[2042] = {.lex_state = 254, .external_lex_state = 57},
[2043] = {.lex_state = 254, .external_lex_state = 57},
[2044] = {.lex_state = 254, .external_lex_state = 57},
[2045] = {.lex_state = 254, .external_lex_state = 57},
[2046] = {.lex_state = 254, .external_lex_state = 57},
[2047] = {.lex_state = 254, .external_lex_state = 57},
[2048] = {.lex_state = 254, .external_lex_state = 57},
[2049] = {.lex_state = 254, .external_lex_state = 57},
[2050] = {.lex_state = 254, .external_lex_state = 57},
[2051] = {.lex_state = 217, .external_lex_state = 55},
[2052] = {.lex_state = 217, .external_lex_state = 55},
[2053] = {.lex_state = 217, .external_lex_state = 55},
[2054] = {.lex_state = 217, .external_lex_state = 55},
[2055] = {.lex_state = 254, .external_lex_state = 57},
[2056] = {.lex_state = 254, .external_lex_state = 57},
[2057] = {.lex_state = 254, .external_lex_state = 57},
[2058] = {.lex_state = 254, .external_lex_state = 57},
[2059] = {.lex_state = 217, .external_lex_state = 55},
[2060] = {.lex_state = 254, .external_lex_state = 57},
[2061] = {.lex_state = 254, .external_lex_state = 57},
[2062] = {.lex_state = 254, .external_lex_state = 57},
[2063] = {.lex_state = 254, .external_lex_state = 57},
[2064] = {.lex_state = 217, .external_lex_state = 55},
[2065] = {.lex_state = 254},
[2066] = {.lex_state = 217, .external_lex_state = 55},
[2067] = {.lex_state = 217, .external_lex_state = 55},
[2068] = {.lex_state = 254, .external_lex_state = 57},
[2069] = {.lex_state = 217, .external_lex_state = 55},
[2070] = {.lex_state = 217, .external_lex_state = 55},
[2071] = {.lex_state = 196, .external_lex_state = 55},
[2072] = {.lex_state = 196, .external_lex_state = 55},
[2073] = {.lex_state = 196, .external_lex_state = 55},
[2074] = {.lex_state = 217, .external_lex_state = 55},
[2075] = {.lex_state = 217},
[2076] = {.lex_state = 217, .external_lex_state = 48},
[2077] = {.lex_state = 196, .external_lex_state = 55},
[2078] = {.lex_state = 217},
[2079] = {.lex_state = 217, .external_lex_state = 48},
[2080] = {.lex_state = 217, .external_lex_state = 48},
[2081] = {.lex_state = 217, .external_lex_state = 48},
[2082] = {.lex_state = 217, .external_lex_state = 48},
[2083] = {.lex_state = 217},
[2084] = {.lex_state = 217, .external_lex_state = 48},
[2085] = {.lex_state = 217},
[2086] = {.lex_state = 217, .external_lex_state = 48},
[2087] = {.lex_state = 217},
[2088] = {.lex_state = 217},
[2089] = {.lex_state = 217, .external_lex_state = 48},
[2090] = {.lex_state = 196, .external_lex_state = 55},
[2091] = {.lex_state = 217, .external_lex_state = 48},
[2092] = {.lex_state = 217},
[2093] = {.lex_state = 217},
[2094] = {.lex_state = 217},
[2095] = {.lex_state = 217},
[2096] = {.lex_state = 217, .external_lex_state = 48},
[2097] = {.lex_state = 217},
[2098] = {.lex_state = 217},
[2099] = {.lex_state = 217},
[2100] = {.lex_state = 254, .external_lex_state = 58},
[2101] = {.lex_state = 198},
[2102] = {.lex_state = 217},
[2103] = {.lex_state = 217},
[2104] = {.lex_state = 254, .external_lex_state = 58},
[2105] = {.lex_state = 254},
[2106] = {.lex_state = 254},
[2107] = {.lex_state = 254, .external_lex_state = 58},
[2108] = {.lex_state = 254, .external_lex_state = 58},
[2109] = {.lex_state = 254, .external_lex_state = 58},
[2110] = {.lex_state = 254, .external_lex_state = 58},
[2111] = {.lex_state = 254},
[2112] = {.lex_state = 254, .external_lex_state = 58},
[2113] = {.lex_state = 254, .external_lex_state = 58},
[2114] = {.lex_state = 254},
[2115] = {.lex_state = 198},
[2116] = {.lex_state = 198},
[2117] = {.lex_state = 198},
[2118] = {.lex_state = 254, .external_lex_state = 58},
[2119] = {.lex_state = 254},
[2120] = {.lex_state = 254, .external_lex_state = 58},
[2121] = {.lex_state = 254},
[2122] = {.lex_state = 198},
[2123] = {.lex_state = 198},
[2124] = {.lex_state = 254},
[2125] = {.lex_state = 198},
[2126] = {.lex_state = 254, .external_lex_state = 58},
[2127] = {.lex_state = 254, .external_lex_state = 58},
[2128] = {.lex_state = 241, .external_lex_state = 45},
[2129] = {.lex_state = 254},
[2130] = {.lex_state = 241, .external_lex_state = 45},
[2131] = {.lex_state = 254},
[2132] = {.lex_state = 254},
[2133] = {.lex_state = 198},
[2134] = {.lex_state = 254, .external_lex_state = 58},
[2135] = {.lex_state = 254, .external_lex_state = 58},
[2136] = {.lex_state = 254, .external_lex_state = 59},
[2137] = {.lex_state = 254, .external_lex_state = 59},
[2138] = {.lex_state = 198},
[2139] = {.lex_state = 254, .external_lex_state = 58},
[2140] = {.lex_state = 196},
[2141] = {.lex_state = 254, .external_lex_state = 58},
[2142] = {.lex_state = 241, .external_lex_state = 45},
[2143] = {.lex_state = 198},
[2144] = {.lex_state = 254, .external_lex_state = 58},
[2145] = {.lex_state = 254, .external_lex_state = 58},
[2146] = {.lex_state = 198},
[2147] = {.lex_state = 241, .external_lex_state = 45},
[2148] = {.lex_state = 198},
[2149] = {.lex_state = 198},
[2150] = {.lex_state = 254},
[2151] = {.lex_state = 241, .external_lex_state = 45},
[2152] = {.lex_state = 254},
[2153] = {.lex_state = 254, .external_lex_state = 58},
[2154] = {.lex_state = 254},
[2155] = {.lex_state = 241, .external_lex_state = 45},
[2156] = {.lex_state = 241, .external_lex_state = 45},
[2157] = {.lex_state = 254},
[2158] = {.lex_state = 254},
[2159] = {.lex_state = 254},
[2160] = {.lex_state = 254},
[2161] = {.lex_state = 241, .external_lex_state = 45},
[2162] = {.lex_state = 254},
[2163] = {.lex_state = 254},
[2164] = {.lex_state = 254},
[2165] = {.lex_state = 254, .external_lex_state = 59},
[2166] = {.lex_state = 241, .external_lex_state = 45},
[2167] = {.lex_state = 254, .external_lex_state = 59},
[2168] = {.lex_state = 254},
[2169] = {.lex_state = 254},
[2170] = {.lex_state = 254},
[2171] = {.lex_state = 254, .external_lex_state = 58},
[2172] = {.lex_state = 254},
[2173] = {.lex_state = 254, .external_lex_state = 58},
[2174] = {.lex_state = 254, .external_lex_state = 58},
[2175] = {.lex_state = 254, .external_lex_state = 58},
[2176] = {.lex_state = 254},
[2177] = {.lex_state = 254, .external_lex_state = 58},
[2178] = {.lex_state = 241, .external_lex_state = 45},
[2179] = {.lex_state = 241, .external_lex_state = 45},
[2180] = {.lex_state = 254},
[2181] = {.lex_state = 254, .external_lex_state = 58},
[2182] = {.lex_state = 254},
[2183] = {.lex_state = 254},
[2184] = {.lex_state = 241, .external_lex_state = 45},
[2185] = {.lex_state = 254},
[2186] = {.lex_state = 198},
[2187] = {.lex_state = 254},
[2188] = {.lex_state = 196},
[2189] = {.lex_state = 254},
[2190] = {.lex_state = 254},
[2191] = {.lex_state = 254},
[2192] = {.lex_state = 196},
[2193] = {.lex_state = 254},
[2194] = {.lex_state = 254, .external_lex_state = 58},
[2195] = {.lex_state = 254, .external_lex_state = 58},
[2196] = {.lex_state = 254},
[2197] = {.lex_state = 196},
[2198] = {.lex_state = 254},
[2199] = {.lex_state = 254},
[2200] = {.lex_state = 254},
[2201] = {.lex_state = 254},
[2202] = {.lex_state = 196},
[2203] = {.lex_state = 196},
[2204] = {.lex_state = 254},
[2205] = {.lex_state = 254, .external_lex_state = 60},
[2206] = {.lex_state = 254},
[2207] = {.lex_state = 254, .external_lex_state = 60},
[2208] = {.lex_state = 196},
[2209] = {.lex_state = 254},
[2210] = {.lex_state = 196},
[2211] = {.lex_state = 241, .external_lex_state = 45},
[2212] = {.lex_state = 254},
[2213] = {.lex_state = 254},
[2214] = {.lex_state = 196},
[2215] = {.lex_state = 254},
[2216] = {.lex_state = 254},
[2217] = {.lex_state = 196},
[2218] = {.lex_state = 254, .external_lex_state = 58},
[2219] = {.lex_state = 254, .external_lex_state = 58},
[2220] = {.lex_state = 254},
[2221] = {.lex_state = 196},
[2222] = {.lex_state = 254, .external_lex_state = 58},
[2223] = {.lex_state = 254},
[2224] = {.lex_state = 254},
[2225] = {.lex_state = 196},
[2226] = {.lex_state = 196},
[2227] = {.lex_state = 254},
[2228] = {.lex_state = 254},
[2229] = {.lex_state = 254},
[2230] = {.lex_state = 254},
[2231] = {.lex_state = 241, .external_lex_state = 45},
[2232] = {.lex_state = 254},
[2233] = {.lex_state = 196},
[2234] = {.lex_state = 254},
[2235] = {.lex_state = 254},
[2236] = {.lex_state = 196},
[2237] = {.lex_state = 254},
[2238] = {.lex_state = 254},
[2239] = {.lex_state = 254, .external_lex_state = 59},
[2240] = {.lex_state = 196},
[2241] = {.lex_state = 196},
[2242] = {.lex_state = 254},
[2243] = {.lex_state = 254, .external_lex_state = 59},
[2244] = {.lex_state = 241, .external_lex_state = 45},
[2245] = {.lex_state = 241, .external_lex_state = 45},
[2246] = {.lex_state = 196},
[2247] = {.lex_state = 196},
[2248] = {.lex_state = 254},
[2249] = {.lex_state = 254},
[2250] = {.lex_state = 198},
[2251] = {.lex_state = 198},
[2252] = {.lex_state = 196},
[2253] = {.lex_state = 196},
[2254] = {.lex_state = 254, .external_lex_state = 58},
[2255] = {.lex_state = 254, .external_lex_state = 60},
[2256] = {.lex_state = 254},
[2257] = {.lex_state = 254, .external_lex_state = 60},
[2258] = {.lex_state = 254, .external_lex_state = 58},
[2259] = {.lex_state = 254, .external_lex_state = 58},
[2260] = {.lex_state = 254, .external_lex_state = 58},
[2261] = {.lex_state = 196},
[2262] = {.lex_state = 254},
[2263] = {.lex_state = 254},
[2264] = {.lex_state = 196},
[2265] = {.lex_state = 196},
[2266] = {.lex_state = 254},
[2267] = {.lex_state = 196},
[2268] = {.lex_state = 254},
[2269] = {.lex_state = 254},
[2270] = {.lex_state = 196},
[2271] = {.lex_state = 254},
[2272] = {.lex_state = 241, .external_lex_state = 45},
[2273] = {.lex_state = 241, .external_lex_state = 45},
[2274] = {.lex_state = 254},
[2275] = {.lex_state = 254},
[2276] = {.lex_state = 254},
[2277] = {.lex_state = 196},
[2278] = {.lex_state = 254},
[2279] = {.lex_state = 254},
[2280] = {.lex_state = 196},
[2281] = {.lex_state = 254, .external_lex_state = 58},
[2282] = {.lex_state = 254},
[2283] = {.lex_state = 196},
[2284] = {.lex_state = 254},
[2285] = {.lex_state = 254},
[2286] = {.lex_state = 254},
[2287] = {.lex_state = 254, .external_lex_state = 58},
[2288] = {.lex_state = 254},
[2289] = {.lex_state = 196},
[2290] = {.lex_state = 196},
[2291] = {.lex_state = 254},
[2292] = {.lex_state = 254},
[2293] = {.lex_state = 254},
[2294] = {.lex_state = 254},
[2295] = {.lex_state = 254, .external_lex_state = 60},
[2296] = {.lex_state = 254},
[2297] = {.lex_state = 254},
[2298] = {.lex_state = 196},
[2299] = {.lex_state = 254},
[2300] = {.lex_state = 198},
[2301] = {.lex_state = 198},
[2302] = {.lex_state = 196},
[2303] = {.lex_state = 254},
[2304] = {.lex_state = 254},
[2305] = {.lex_state = 196},
[2306] = {.lex_state = 198},
[2307] = {.lex_state = 254},
[2308] = {.lex_state = 254},
[2309] = {.lex_state = 254},
[2310] = {.lex_state = 254},
[2311] = {.lex_state = 198},
[2312] = {.lex_state = 254, .external_lex_state = 60},
[2313] = {.lex_state = 196},
[2314] = {.lex_state = 196},
[2315] = {.lex_state = 254},
[2316] = {.lex_state = 196},
[2317] = {.lex_state = 254},
[2318] = {.lex_state = 196},
[2319] = {.lex_state = 254},
[2320] = {.lex_state = 196},
[2321] = {.lex_state = 254},
[2322] = {.lex_state = 254},
[2323] = {.lex_state = 196},
[2324] = {.lex_state = 196},
[2325] = {.lex_state = 196},
[2326] = {.lex_state = 254},
[2327] = {.lex_state = 254},
[2328] = {.lex_state = 196},
[2329] = {.lex_state = 254},
[2330] = {.lex_state = 254},
[2331] = {.lex_state = 254},
[2332] = {.lex_state = 254},
[2333] = {.lex_state = 254},
[2334] = {.lex_state = 196},
[2335] = {.lex_state = 254},
[2336] = {.lex_state = 254},
[2337] = {.lex_state = 196},
[2338] = {.lex_state = 196},
[2339] = {.lex_state = 198},
};
static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
[0] = {
[ts_builtin_sym_end] = ACTIONS(1),
[sym_word] = ACTIONS(1),
[anon_sym_for] = ACTIONS(1),
[anon_sym_in] = ACTIONS(1),
[anon_sym_while] = ACTIONS(1),
[anon_sym_until] = ACTIONS(1),
[anon_sym_do] = ACTIONS(1),
[anon_sym_done] = ACTIONS(1),
[anon_sym_if] = ACTIONS(1),
[anon_sym_then] = ACTIONS(1),
[anon_sym_fi] = ACTIONS(1),
[anon_sym_elif] = ACTIONS(1),
[anon_sym_else] = ACTIONS(1),
[anon_sym_case] = ACTIONS(1),
[anon_sym_esac] = ACTIONS(1),
[anon_sym_LPAREN] = ACTIONS(1),
[anon_sym_PIPE] = ACTIONS(1),
[anon_sym_RPAREN] = ACTIONS(1),
[anon_sym_SEMI_SEMI] = ACTIONS(1),
[anon_sym_LBRACE] = ACTIONS(1),
[anon_sym_RBRACE] = ACTIONS(1),
[anon_sym_AMP_AMP] = ACTIONS(1),
[anon_sym_PIPE_PIPE] = ACTIONS(1),
[anon_sym_BANG] = ACTIONS(1),
[anon_sym_EQ] = ACTIONS(1),
[anon_sym_LT] = ACTIONS(1),
[anon_sym_GT] = ACTIONS(1),
[anon_sym_GT_GT] = ACTIONS(1),
[anon_sym_AMP_GT] = ACTIONS(1),
[anon_sym_AMP_GT_GT] = ACTIONS(1),
[anon_sym_LT_AMP] = ACTIONS(1),
[anon_sym_GT_AMP] = ACTIONS(1),
[anon_sym_GT_PIPE] = ACTIONS(1),
[anon_sym_LT_AMP_DASH] = ACTIONS(1),
[anon_sym_GT_AMP_DASH] = ACTIONS(1),
[anon_sym_LT_LT] = ACTIONS(1),
[anon_sym_LT_LT_DASH] = ACTIONS(1),
[anon_sym_PIPE_AMP] = ACTIONS(1),
[anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1),
[anon_sym_STAR_EQ] = ACTIONS(1),
[anon_sym_SLASH_EQ] = ACTIONS(1),
[anon_sym_PERCENT_EQ] = ACTIONS(1),
[anon_sym_LT_LT_EQ] = ACTIONS(1),
[anon_sym_GT_GT_EQ] = ACTIONS(1),
[anon_sym_AMP_EQ] = ACTIONS(1),
[anon_sym_CARET_EQ] = ACTIONS(1),
[anon_sym_PIPE_EQ] = ACTIONS(1),
[anon_sym_CARET] = ACTIONS(1),
[anon_sym_AMP] = ACTIONS(1),
[anon_sym_LT_EQ] = ACTIONS(1),
[anon_sym_GT_EQ] = ACTIONS(1),
[anon_sym_PLUS] = ACTIONS(1),
[anon_sym_DASH] = ACTIONS(1),
[anon_sym_STAR] = ACTIONS(1),
[anon_sym_SLASH] = ACTIONS(1),
[anon_sym_PERCENT] = ACTIONS(1),
[anon_sym_QMARK] = ACTIONS(1),
[anon_sym_COLON] = ACTIONS(1),
[anon_sym_DASH2] = ACTIONS(1),
[anon_sym_PLUS2] = ACTIONS(1),
[anon_sym_TILDE] = ACTIONS(1),
[aux_sym_concatenation_token1] = ACTIONS(1),
[anon_sym_DOLLAR] = ACTIONS(1),
[anon_sym_DQUOTE] = ACTIONS(1),
[sym_raw_string] = ACTIONS(1),
[sym_number] = ACTIONS(1),
[anon_sym_POUND] = ACTIONS(1),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1),
[anon_sym_DASH3] = ACTIONS(1),
[anon_sym_COLON_EQ] = ACTIONS(1),
[anon_sym_EQ2] = ACTIONS(1),
[anon_sym_COLON_QMARK] = ACTIONS(1),
[anon_sym_QMARK2] = ACTIONS(1),
[anon_sym_PLUS3] = ACTIONS(1),
[anon_sym_PERCENT_PERCENT] = ACTIONS(1),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(1),
[anon_sym_BQUOTE] = ACTIONS(1),
[sym_comment] = ACTIONS(3),
[anon_sym_AT] = ACTIONS(1),
[anon_sym_0] = ACTIONS(1),
[anon_sym__] = ACTIONS(1),
[anon_sym_SEMI] = ACTIONS(1),
[sym_heredoc_start] = ACTIONS(1),
[sym_simple_heredoc_body] = ACTIONS(1),
[sym__heredoc_body_beginning] = ACTIONS(1),
[sym_heredoc_content] = ACTIONS(1),
[sym_heredoc_end] = ACTIONS(1),
[sym_file_descriptor] = ACTIONS(1),
[sym__empty_value] = ACTIONS(1),
[sym__concat] = ACTIONS(1),
[sym_variable_name] = ACTIONS(1),
[sym_regex] = ACTIONS(1),
[sym__expansion_word] = ACTIONS(1),
[sym_extglob_pattern] = ACTIONS(1),
[sym__bare_dollar] = ACTIONS(1),
[sym__immediate_double_hash] = ACTIONS(1),
[sym___error_recovery] = ACTIONS(1),
},
[1] = {
[sym_program] = STATE(2331),
[sym__statements] = STATE(2330),
[sym__statement_not_pipeline] = STATE(2125),
[sym_redirected_statement] = STATE(1006),
[sym_for_statement] = STATE(1006),
[sym_while_statement] = STATE(1006),
[sym_if_statement] = STATE(1006),
[sym_case_statement] = STATE(1006),
[sym_function_definition] = STATE(1006),
[sym_compound_statement] = STATE(1006),
[sym_subshell] = STATE(1006),
[sym_pipeline] = STATE(1175),
[sym_list] = STATE(1006),
[sym_negated_command] = STATE(1006),
[sym_command] = STATE(1006),
[sym_command_name] = STATE(183),
[sym_variable_assignment] = STATE(236),
[sym__variable_assignments] = STATE(1006),
[sym_file_redirect] = STATE(685),
[sym_arithmetic_expansion] = STATE(291),
[sym_concatenation] = STATE(636),
[sym_string] = STATE(291),
[sym_simple_expansion] = STATE(291),
[sym_expansion] = STATE(291),
[sym_command_substitution] = STATE(291),
[aux_sym__statements_repeat1] = STATE(133),
[aux_sym_redirected_statement_repeat2] = STATE(1219),
[aux_sym_command_repeat1] = STATE(743),
[ts_builtin_sym_end] = ACTIONS(5),
[sym_word] = ACTIONS(7),
[anon_sym_for] = ACTIONS(9),
[anon_sym_while] = ACTIONS(11),
[anon_sym_until] = ACTIONS(11),
[anon_sym_if] = ACTIONS(13),
[anon_sym_case] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_LBRACE] = ACTIONS(19),
[anon_sym_BANG] = ACTIONS(21),
[anon_sym_LT] = ACTIONS(23),
[anon_sym_GT] = ACTIONS(23),
[anon_sym_GT_GT] = ACTIONS(23),
[anon_sym_AMP_GT] = ACTIONS(23),
[anon_sym_AMP_GT_GT] = ACTIONS(23),
[anon_sym_LT_AMP] = ACTIONS(23),
[anon_sym_GT_AMP] = ACTIONS(23),
[anon_sym_GT_PIPE] = ACTIONS(23),
[anon_sym_LT_AMP_DASH] = ACTIONS(25),
[anon_sym_GT_AMP_DASH] = ACTIONS(25),
[anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(27),
[anon_sym_DOLLAR] = ACTIONS(29),
[anon_sym_DQUOTE] = ACTIONS(31),
[sym_raw_string] = ACTIONS(33),
[sym_number] = ACTIONS(33),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(35),
[anon_sym_DOLLAR_LPAREN] = ACTIONS(37),
[anon_sym_BQUOTE] = ACTIONS(39),
[sym_comment] = ACTIONS(3),
[sym_file_descriptor] = ACTIONS(41),
[sym_variable_name] = ACTIONS(43),
},
};
static const uint16_t ts_small_parse_table[] = {
[0] = 36,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(47), 1,
anon_sym_fi,
ACTIONS(49), 1,
anon_sym_elif,
ACTIONS(51), 1,
anon_sym_else,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
STATE(4), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(279), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1223), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
STATE(2199), 1,
sym_else_clause,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(2015), 2,
sym_elif_clause,
aux_sym_if_statement_repeat1,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1140), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[135] = 36,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(49), 1,
anon_sym_elif,
ACTIONS(51), 1,
anon_sym_else,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(77), 1,
anon_sym_fi,
STATE(5), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(279), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1223), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
STATE(2294), 1,
sym_else_clause,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(2013), 2,
sym_elif_clause,
aux_sym_if_statement_repeat1,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1140), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[270] = 36,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(49), 1,
anon_sym_elif,
ACTIONS(51), 1,
anon_sym_else,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(79), 1,
anon_sym_fi,
STATE(24), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(279), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1223), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
STATE(2190), 1,
sym_else_clause,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(2003), 2,
sym_elif_clause,
aux_sym_if_statement_repeat1,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1140), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[405] = 36,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(49), 1,
anon_sym_elif,
ACTIONS(51), 1,
anon_sym_else,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(81), 1,
anon_sym_fi,
STATE(24), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(279), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1223), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
STATE(2269), 1,
sym_else_clause,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(1991), 2,
sym_elif_clause,
aux_sym_if_statement_repeat1,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1140), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[540] = 36,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(49), 1,
anon_sym_elif,
ACTIONS(51), 1,
anon_sym_else,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(83), 1,
anon_sym_fi,
STATE(24), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(279), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1223), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
STATE(2158), 1,
sym_else_clause,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(2014), 2,
sym_elif_clause,
aux_sym_if_statement_repeat1,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1140), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[675] = 36,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(49), 1,
anon_sym_elif,
ACTIONS(51), 1,
anon_sym_else,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(85), 1,
anon_sym_fi,
STATE(6), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(279), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1223), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
STATE(2288), 1,
sym_else_clause,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(1997), 2,
sym_elif_clause,
aux_sym_if_statement_repeat1,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1140), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[810] = 34,
ACTIONS(3), 1,
sym_comment,
ACTIONS(87), 1,
sym_word,
ACTIONS(89), 1,
anon_sym_for,
ACTIONS(93), 1,
anon_sym_if,
ACTIONS(95), 1,
anon_sym_case,
ACTIONS(97), 1,
anon_sym_LPAREN,
ACTIONS(99), 1,
anon_sym_LF,
ACTIONS(101), 1,
anon_sym_LBRACE,
ACTIONS(103), 1,
anon_sym_BANG,
ACTIONS(109), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(111), 1,
anon_sym_DOLLAR,
ACTIONS(113), 1,
anon_sym_DQUOTE,
ACTIONS(117), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(119), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(121), 1,
anon_sym_BQUOTE,
ACTIONS(123), 1,
sym_file_descriptor,
ACTIONS(125), 1,
sym_variable_name,
STATE(134), 1,
aux_sym__statements_repeat1,
STATE(184), 1,
sym_command_name,
STATE(229), 1,
sym_variable_assignment,
STATE(622), 1,
sym_concatenation,
STATE(709), 1,
aux_sym__case_item_last_repeat2,
STATE(727), 1,
aux_sym_command_repeat1,
STATE(744), 1,
sym_file_redirect,
STATE(1096), 1,
sym_pipeline,
STATE(1215), 1,
aux_sym_redirected_statement_repeat2,
STATE(2118), 1,
sym__statements,
STATE(2122), 1,
sym__statement_not_pipeline,
ACTIONS(91), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(107), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(115), 2,
sym_raw_string,
sym_number,
STATE(289), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(105), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1086), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[938] = 34,
ACTIONS(3), 1,
sym_comment,
ACTIONS(87), 1,
sym_word,
ACTIONS(89), 1,
anon_sym_for,
ACTIONS(93), 1,
anon_sym_if,
ACTIONS(95), 1,
anon_sym_case,
ACTIONS(97), 1,
anon_sym_LPAREN,
ACTIONS(101), 1,
anon_sym_LBRACE,
ACTIONS(103), 1,
anon_sym_BANG,
ACTIONS(109), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(111), 1,
anon_sym_DOLLAR,
ACTIONS(113), 1,
anon_sym_DQUOTE,
ACTIONS(117), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(119), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(121), 1,
anon_sym_BQUOTE,
ACTIONS(123), 1,
sym_file_descriptor,
ACTIONS(125), 1,
sym_variable_name,
ACTIONS(127), 1,
anon_sym_LF,
STATE(8), 1,
aux_sym__case_item_last_repeat2,
STATE(134), 1,
aux_sym__statements_repeat1,
STATE(184), 1,
sym_command_name,
STATE(229), 1,
sym_variable_assignment,
STATE(622), 1,
sym_concatenation,
STATE(727), 1,
aux_sym_command_repeat1,
STATE(744), 1,
sym_file_redirect,
STATE(1096), 1,
sym_pipeline,
STATE(1215), 1,
aux_sym_redirected_statement_repeat2,
STATE(2108), 1,
sym__statements,
STATE(2122), 1,
sym__statement_not_pipeline,
ACTIONS(91), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(107), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(115), 2,
sym_raw_string,
sym_number,
STATE(289), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(105), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1086), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[1066] = 34,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(99), 1,
anon_sym_LF,
STATE(130), 1,
aux_sym__statements_repeat1,
STATE(191), 1,
sym_command_name,
STATE(262), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(709), 1,
aux_sym__case_item_last_repeat2,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1216), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
STATE(2159), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1146), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[1194] = 34,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(129), 1,
anon_sym_LF,
STATE(14), 1,
aux_sym__case_item_last_repeat2,
STATE(130), 1,
aux_sym__statements_repeat1,
STATE(191), 1,
sym_command_name,
STATE(262), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1216), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
STATE(2162), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1146), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[1322] = 34,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(131), 1,
anon_sym_LF,
STATE(34), 1,
aux_sym__case_item_last_repeat2,
STATE(130), 1,
aux_sym__statements_repeat1,
STATE(191), 1,
sym_command_name,
STATE(262), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1216), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
STATE(2163), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1146), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[1450] = 34,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(99), 1,
anon_sym_LF,
STATE(130), 1,
aux_sym__statements_repeat1,
STATE(191), 1,
sym_command_name,
STATE(262), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(709), 1,
aux_sym__case_item_last_repeat2,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1216), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
STATE(2164), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1146), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[1578] = 34,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(99), 1,
anon_sym_LF,
STATE(130), 1,
aux_sym__statements_repeat1,
STATE(191), 1,
sym_command_name,
STATE(262), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(709), 1,
aux_sym__case_item_last_repeat2,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1216), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
STATE(2152), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1146), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[1706] = 34,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(133), 1,
anon_sym_LF,
STATE(23), 1,
aux_sym__case_item_last_repeat2,
STATE(130), 1,
aux_sym__statements_repeat1,
STATE(191), 1,
sym_command_name,
STATE(262), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1216), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
STATE(2168), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1146), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[1834] = 34,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(135), 1,
anon_sym_LF,
STATE(10), 1,
aux_sym__case_item_last_repeat2,
STATE(130), 1,
aux_sym__statements_repeat1,
STATE(191), 1,
sym_command_name,
STATE(262), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1216), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
STATE(2169), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1146), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[1962] = 34,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(99), 1,
anon_sym_LF,
STATE(130), 1,
aux_sym__statements_repeat1,
STATE(191), 1,
sym_command_name,
STATE(262), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(709), 1,
aux_sym__case_item_last_repeat2,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1216), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
STATE(2170), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1146), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[2090] = 34,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(137), 1,
anon_sym_LF,
STATE(13), 1,
aux_sym__case_item_last_repeat2,
STATE(130), 1,
aux_sym__statements_repeat1,
STATE(191), 1,
sym_command_name,
STATE(262), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1216), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
STATE(2172), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1146), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[2218] = 34,
ACTIONS(3), 1,
sym_comment,
ACTIONS(87), 1,
sym_word,
ACTIONS(89), 1,
anon_sym_for,
ACTIONS(93), 1,
anon_sym_if,
ACTIONS(95), 1,
anon_sym_case,
ACTIONS(97), 1,
anon_sym_LPAREN,
ACTIONS(99), 1,
anon_sym_LF,
ACTIONS(101), 1,
anon_sym_LBRACE,
ACTIONS(103), 1,
anon_sym_BANG,
ACTIONS(109), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(111), 1,
anon_sym_DOLLAR,
ACTIONS(113), 1,
anon_sym_DQUOTE,
ACTIONS(117), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(119), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(121), 1,
anon_sym_BQUOTE,
ACTIONS(123), 1,
sym_file_descriptor,
ACTIONS(125), 1,
sym_variable_name,
STATE(134), 1,
aux_sym__statements_repeat1,
STATE(184), 1,
sym_command_name,
STATE(229), 1,
sym_variable_assignment,
STATE(622), 1,
sym_concatenation,
STATE(709), 1,
aux_sym__case_item_last_repeat2,
STATE(727), 1,
aux_sym_command_repeat1,
STATE(744), 1,
sym_file_redirect,
STATE(1096), 1,
sym_pipeline,
STATE(1215), 1,
aux_sym_redirected_statement_repeat2,
STATE(2122), 1,
sym__statement_not_pipeline,
STATE(2126), 1,
sym__statements,
ACTIONS(91), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(107), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(115), 2,
sym_raw_string,
sym_number,
STATE(289), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(105), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1086), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[2346] = 34,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(139), 1,
anon_sym_LF,
STATE(17), 1,
aux_sym__case_item_last_repeat2,
STATE(130), 1,
aux_sym__statements_repeat1,
STATE(191), 1,
sym_command_name,
STATE(262), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1216), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
STATE(2180), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1146), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[2474] = 34,
ACTIONS(3), 1,
sym_comment,
ACTIONS(87), 1,
sym_word,
ACTIONS(89), 1,
anon_sym_for,
ACTIONS(93), 1,
anon_sym_if,
ACTIONS(95), 1,
anon_sym_case,
ACTIONS(97), 1,
anon_sym_LPAREN,
ACTIONS(99), 1,
anon_sym_LF,
ACTIONS(101), 1,
anon_sym_LBRACE,
ACTIONS(103), 1,
anon_sym_BANG,
ACTIONS(109), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(111), 1,
anon_sym_DOLLAR,
ACTIONS(113), 1,
anon_sym_DQUOTE,
ACTIONS(117), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(119), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(121), 1,
anon_sym_BQUOTE,
ACTIONS(123), 1,
sym_file_descriptor,
ACTIONS(125), 1,
sym_variable_name,
STATE(134), 1,
aux_sym__statements_repeat1,
STATE(184), 1,
sym_command_name,
STATE(229), 1,
sym_variable_assignment,
STATE(622), 1,
sym_concatenation,
STATE(709), 1,
aux_sym__case_item_last_repeat2,
STATE(727), 1,
aux_sym_command_repeat1,
STATE(744), 1,
sym_file_redirect,
STATE(1096), 1,
sym_pipeline,
STATE(1215), 1,
aux_sym_redirected_statement_repeat2,
STATE(2122), 1,
sym__statement_not_pipeline,
STATE(2127), 1,
sym__statements,
ACTIONS(91), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(107), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(115), 2,
sym_raw_string,
sym_number,
STATE(289), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(105), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1086), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[2602] = 34,
ACTIONS(3), 1,
sym_comment,
ACTIONS(87), 1,
sym_word,
ACTIONS(89), 1,
anon_sym_for,
ACTIONS(93), 1,
anon_sym_if,
ACTIONS(95), 1,
anon_sym_case,
ACTIONS(97), 1,
anon_sym_LPAREN,
ACTIONS(99), 1,
anon_sym_LF,
ACTIONS(101), 1,
anon_sym_LBRACE,
ACTIONS(103), 1,
anon_sym_BANG,
ACTIONS(109), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(111), 1,
anon_sym_DOLLAR,
ACTIONS(113), 1,
anon_sym_DQUOTE,
ACTIONS(117), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(119), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(121), 1,
anon_sym_BQUOTE,
ACTIONS(123), 1,
sym_file_descriptor,
ACTIONS(125), 1,
sym_variable_name,
STATE(134), 1,
aux_sym__statements_repeat1,
STATE(184), 1,
sym_command_name,
STATE(229), 1,
sym_variable_assignment,
STATE(622), 1,
sym_concatenation,
STATE(709), 1,
aux_sym__case_item_last_repeat2,
STATE(727), 1,
aux_sym_command_repeat1,
STATE(744), 1,
sym_file_redirect,
STATE(1096), 1,
sym_pipeline,
STATE(1215), 1,
aux_sym_redirected_statement_repeat2,
STATE(2120), 1,
sym__statements,
STATE(2122), 1,
sym__statement_not_pipeline,
ACTIONS(91), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(107), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(115), 2,
sym_raw_string,
sym_number,
STATE(289), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(105), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1086), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[2730] = 34,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(99), 1,
anon_sym_LF,
STATE(130), 1,
aux_sym__statements_repeat1,
STATE(191), 1,
sym_command_name,
STATE(262), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(709), 1,
aux_sym__case_item_last_repeat2,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1216), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
STATE(2157), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1146), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[2858] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(141), 1,
sym_word,
ACTIONS(144), 1,
anon_sym_for,
ACTIONS(150), 1,
anon_sym_if,
ACTIONS(155), 1,
anon_sym_case,
ACTIONS(158), 1,
anon_sym_LPAREN,
ACTIONS(161), 1,
anon_sym_LBRACE,
ACTIONS(164), 1,
anon_sym_BANG,
ACTIONS(173), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(176), 1,
anon_sym_DOLLAR,
ACTIONS(179), 1,
anon_sym_DQUOTE,
ACTIONS(185), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(188), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(191), 1,
anon_sym_BQUOTE,
ACTIONS(194), 1,
sym_file_descriptor,
ACTIONS(197), 1,
sym_variable_name,
STATE(24), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(279), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1223), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(147), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(170), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(182), 2,
sym_raw_string,
sym_number,
ACTIONS(153), 3,
anon_sym_fi,
anon_sym_elif,
anon_sym_else,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(167), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1140), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[2982] = 34,
ACTIONS(3), 1,
sym_comment,
ACTIONS(87), 1,
sym_word,
ACTIONS(89), 1,
anon_sym_for,
ACTIONS(93), 1,
anon_sym_if,
ACTIONS(95), 1,
anon_sym_case,
ACTIONS(97), 1,
anon_sym_LPAREN,
ACTIONS(101), 1,
anon_sym_LBRACE,
ACTIONS(103), 1,
anon_sym_BANG,
ACTIONS(109), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(111), 1,
anon_sym_DOLLAR,
ACTIONS(113), 1,
anon_sym_DQUOTE,
ACTIONS(117), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(119), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(121), 1,
anon_sym_BQUOTE,
ACTIONS(123), 1,
sym_file_descriptor,
ACTIONS(125), 1,
sym_variable_name,
ACTIONS(200), 1,
anon_sym_LF,
STATE(19), 1,
aux_sym__case_item_last_repeat2,
STATE(134), 1,
aux_sym__statements_repeat1,
STATE(184), 1,
sym_command_name,
STATE(229), 1,
sym_variable_assignment,
STATE(622), 1,
sym_concatenation,
STATE(727), 1,
aux_sym_command_repeat1,
STATE(744), 1,
sym_file_redirect,
STATE(1096), 1,
sym_pipeline,
STATE(1215), 1,
aux_sym_redirected_statement_repeat2,
STATE(2112), 1,
sym__statements,
STATE(2122), 1,
sym__statement_not_pipeline,
ACTIONS(91), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(107), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(115), 2,
sym_raw_string,
sym_number,
STATE(289), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(105), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1086), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[3110] = 34,
ACTIONS(3), 1,
sym_comment,
ACTIONS(87), 1,
sym_word,
ACTIONS(89), 1,
anon_sym_for,
ACTIONS(93), 1,
anon_sym_if,
ACTIONS(95), 1,
anon_sym_case,
ACTIONS(97), 1,
anon_sym_LPAREN,
ACTIONS(99), 1,
anon_sym_LF,
ACTIONS(101), 1,
anon_sym_LBRACE,
ACTIONS(103), 1,
anon_sym_BANG,
ACTIONS(109), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(111), 1,
anon_sym_DOLLAR,
ACTIONS(113), 1,
anon_sym_DQUOTE,
ACTIONS(117), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(119), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(121), 1,
anon_sym_BQUOTE,
ACTIONS(123), 1,
sym_file_descriptor,
ACTIONS(125), 1,
sym_variable_name,
STATE(134), 1,
aux_sym__statements_repeat1,
STATE(184), 1,
sym_command_name,
STATE(229), 1,
sym_variable_assignment,
STATE(622), 1,
sym_concatenation,
STATE(709), 1,
aux_sym__case_item_last_repeat2,
STATE(727), 1,
aux_sym_command_repeat1,
STATE(744), 1,
sym_file_redirect,
STATE(1096), 1,
sym_pipeline,
STATE(1215), 1,
aux_sym_redirected_statement_repeat2,
STATE(2100), 1,
sym__statements,
STATE(2122), 1,
sym__statement_not_pipeline,
ACTIONS(91), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(107), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(115), 2,
sym_raw_string,
sym_number,
STATE(289), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(105), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1086), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[3238] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
STATE(24), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(279), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1223), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
ACTIONS(202), 3,
anon_sym_fi,
anon_sym_elif,
anon_sym_else,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1140), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[3362] = 34,
ACTIONS(3), 1,
sym_comment,
ACTIONS(87), 1,
sym_word,
ACTIONS(89), 1,
anon_sym_for,
ACTIONS(93), 1,
anon_sym_if,
ACTIONS(95), 1,
anon_sym_case,
ACTIONS(97), 1,
anon_sym_LPAREN,
ACTIONS(101), 1,
anon_sym_LBRACE,
ACTIONS(103), 1,
anon_sym_BANG,
ACTIONS(109), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(111), 1,
anon_sym_DOLLAR,
ACTIONS(113), 1,
anon_sym_DQUOTE,
ACTIONS(117), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(119), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(121), 1,
anon_sym_BQUOTE,
ACTIONS(123), 1,
sym_file_descriptor,
ACTIONS(125), 1,
sym_variable_name,
ACTIONS(204), 1,
anon_sym_LF,
STATE(21), 1,
aux_sym__case_item_last_repeat2,
STATE(134), 1,
aux_sym__statements_repeat1,
STATE(184), 1,
sym_command_name,
STATE(229), 1,
sym_variable_assignment,
STATE(622), 1,
sym_concatenation,
STATE(727), 1,
aux_sym_command_repeat1,
STATE(744), 1,
sym_file_redirect,
STATE(1096), 1,
sym_pipeline,
STATE(1215), 1,
aux_sym_redirected_statement_repeat2,
STATE(2107), 1,
sym__statements,
STATE(2122), 1,
sym__statement_not_pipeline,
ACTIONS(91), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(107), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(115), 2,
sym_raw_string,
sym_number,
STATE(289), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(105), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1086), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[3490] = 34,
ACTIONS(3), 1,
sym_comment,
ACTIONS(87), 1,
sym_word,
ACTIONS(89), 1,
anon_sym_for,
ACTIONS(93), 1,
anon_sym_if,
ACTIONS(95), 1,
anon_sym_case,
ACTIONS(97), 1,
anon_sym_LPAREN,
ACTIONS(101), 1,
anon_sym_LBRACE,
ACTIONS(103), 1,
anon_sym_BANG,
ACTIONS(109), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(111), 1,
anon_sym_DOLLAR,
ACTIONS(113), 1,
anon_sym_DQUOTE,
ACTIONS(117), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(119), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(121), 1,
anon_sym_BQUOTE,
ACTIONS(123), 1,
sym_file_descriptor,
ACTIONS(125), 1,
sym_variable_name,
ACTIONS(206), 1,
anon_sym_LF,
STATE(22), 1,
aux_sym__case_item_last_repeat2,
STATE(134), 1,
aux_sym__statements_repeat1,
STATE(184), 1,
sym_command_name,
STATE(229), 1,
sym_variable_assignment,
STATE(622), 1,
sym_concatenation,
STATE(727), 1,
aux_sym_command_repeat1,
STATE(744), 1,
sym_file_redirect,
STATE(1096), 1,
sym_pipeline,
STATE(1215), 1,
aux_sym_redirected_statement_repeat2,
STATE(2109), 1,
sym__statements,
STATE(2122), 1,
sym__statement_not_pipeline,
ACTIONS(91), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(107), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(115), 2,
sym_raw_string,
sym_number,
STATE(289), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(105), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1086), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[3618] = 34,
ACTIONS(3), 1,
sym_comment,
ACTIONS(87), 1,
sym_word,
ACTIONS(89), 1,
anon_sym_for,
ACTIONS(93), 1,
anon_sym_if,
ACTIONS(95), 1,
anon_sym_case,
ACTIONS(97), 1,
anon_sym_LPAREN,
ACTIONS(99), 1,
anon_sym_LF,
ACTIONS(101), 1,
anon_sym_LBRACE,
ACTIONS(103), 1,
anon_sym_BANG,
ACTIONS(109), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(111), 1,
anon_sym_DOLLAR,
ACTIONS(113), 1,
anon_sym_DQUOTE,
ACTIONS(117), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(119), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(121), 1,
anon_sym_BQUOTE,
ACTIONS(123), 1,
sym_file_descriptor,
ACTIONS(125), 1,
sym_variable_name,
STATE(134), 1,
aux_sym__statements_repeat1,
STATE(184), 1,
sym_command_name,
STATE(229), 1,
sym_variable_assignment,
STATE(622), 1,
sym_concatenation,
STATE(709), 1,
aux_sym__case_item_last_repeat2,
STATE(727), 1,
aux_sym_command_repeat1,
STATE(744), 1,
sym_file_redirect,
STATE(1096), 1,
sym_pipeline,
STATE(1215), 1,
aux_sym_redirected_statement_repeat2,
STATE(2110), 1,
sym__statements,
STATE(2122), 1,
sym__statement_not_pipeline,
ACTIONS(91), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(107), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(115), 2,
sym_raw_string,
sym_number,
STATE(289), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(105), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1086), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[3746] = 34,
ACTIONS(3), 1,
sym_comment,
ACTIONS(87), 1,
sym_word,
ACTIONS(89), 1,
anon_sym_for,
ACTIONS(93), 1,
anon_sym_if,
ACTIONS(95), 1,
anon_sym_case,
ACTIONS(97), 1,
anon_sym_LPAREN,
ACTIONS(101), 1,
anon_sym_LBRACE,
ACTIONS(103), 1,
anon_sym_BANG,
ACTIONS(109), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(111), 1,
anon_sym_DOLLAR,
ACTIONS(113), 1,
anon_sym_DQUOTE,
ACTIONS(117), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(119), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(121), 1,
anon_sym_BQUOTE,
ACTIONS(123), 1,
sym_file_descriptor,
ACTIONS(125), 1,
sym_variable_name,
ACTIONS(208), 1,
anon_sym_LF,
STATE(26), 1,
aux_sym__case_item_last_repeat2,
STATE(134), 1,
aux_sym__statements_repeat1,
STATE(184), 1,
sym_command_name,
STATE(229), 1,
sym_variable_assignment,
STATE(622), 1,
sym_concatenation,
STATE(727), 1,
aux_sym_command_repeat1,
STATE(744), 1,
sym_file_redirect,
STATE(1096), 1,
sym_pipeline,
STATE(1215), 1,
aux_sym_redirected_statement_repeat2,
STATE(2113), 1,
sym__statements,
STATE(2122), 1,
sym__statement_not_pipeline,
ACTIONS(91), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(107), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(115), 2,
sym_raw_string,
sym_number,
STATE(289), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(105), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1086), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[3874] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
STATE(27), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(279), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1223), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
ACTIONS(210), 3,
anon_sym_fi,
anon_sym_elif,
anon_sym_else,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1140), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[3998] = 34,
ACTIONS(3), 1,
sym_comment,
ACTIONS(87), 1,
sym_word,
ACTIONS(89), 1,
anon_sym_for,
ACTIONS(93), 1,
anon_sym_if,
ACTIONS(95), 1,
anon_sym_case,
ACTIONS(97), 1,
anon_sym_LPAREN,
ACTIONS(101), 1,
anon_sym_LBRACE,
ACTIONS(103), 1,
anon_sym_BANG,
ACTIONS(109), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(111), 1,
anon_sym_DOLLAR,
ACTIONS(113), 1,
anon_sym_DQUOTE,
ACTIONS(117), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(119), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(121), 1,
anon_sym_BQUOTE,
ACTIONS(123), 1,
sym_file_descriptor,
ACTIONS(125), 1,
sym_variable_name,
ACTIONS(212), 1,
anon_sym_LF,
STATE(30), 1,
aux_sym__case_item_last_repeat2,
STATE(134), 1,
aux_sym__statements_repeat1,
STATE(184), 1,
sym_command_name,
STATE(229), 1,
sym_variable_assignment,
STATE(622), 1,
sym_concatenation,
STATE(727), 1,
aux_sym_command_repeat1,
STATE(744), 1,
sym_file_redirect,
STATE(1096), 1,
sym_pipeline,
STATE(1215), 1,
aux_sym_redirected_statement_repeat2,
STATE(2104), 1,
sym__statements,
STATE(2122), 1,
sym__statement_not_pipeline,
ACTIONS(91), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(107), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(115), 2,
sym_raw_string,
sym_number,
STATE(289), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(105), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1086), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[4126] = 34,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(99), 1,
anon_sym_LF,
STATE(130), 1,
aux_sym__statements_repeat1,
STATE(191), 1,
sym_command_name,
STATE(262), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(709), 1,
aux_sym__case_item_last_repeat2,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1216), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
STATE(2154), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1146), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[4254] = 33,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(214), 1,
anon_sym_do,
STATE(118), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(280), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1235), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(1324), 1,
sym_do_group,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1174), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[4379] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(141), 1,
sym_word,
ACTIONS(144), 1,
anon_sym_for,
ACTIONS(150), 1,
anon_sym_if,
ACTIONS(155), 1,
anon_sym_case,
ACTIONS(158), 1,
anon_sym_LPAREN,
ACTIONS(161), 1,
anon_sym_LBRACE,
ACTIONS(164), 1,
anon_sym_BANG,
ACTIONS(173), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(176), 1,
anon_sym_DOLLAR,
ACTIONS(179), 1,
anon_sym_DQUOTE,
ACTIONS(185), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(188), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(191), 1,
anon_sym_BQUOTE,
ACTIONS(194), 1,
sym_file_descriptor,
ACTIONS(197), 1,
sym_variable_name,
STATE(36), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(252), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1246), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(147), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(153), 2,
anon_sym_done,
anon_sym_then,
ACTIONS(170), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(182), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(167), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1112), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[4502] = 33,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(216), 1,
anon_sym_do,
STATE(118), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(280), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1187), 1,
sym_do_group,
STATE(1235), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1174), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[4627] = 33,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(218), 1,
anon_sym_do,
STATE(118), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(280), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1235), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(1610), 1,
sym_do_group,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1174), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[4752] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(675), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2323), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[4874] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2223), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[4996] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(238), 1,
anon_sym_done,
STATE(93), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(252), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1246), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1112), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[5118] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2333), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[5240] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(714), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2334), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[5362] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2336), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[5484] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(240), 1,
anon_sym_then,
STATE(36), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(252), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1246), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1112), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[5606] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(242), 1,
anon_sym_fi,
STATE(72), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(256), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1289), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1135), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[5728] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(680), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2265), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[5850] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(244), 1,
anon_sym_done,
STATE(36), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(252), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1246), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1112), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[5972] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(246), 1,
anon_sym_RBRACE,
STATE(98), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(281), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1200), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1141), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[6094] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2321), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[6216] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2327), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[6338] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(745), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2320), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[6460] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2324), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[6582] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2303), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[6704] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(721), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2302), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[6826] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2285), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[6948] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(748), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2280), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[7070] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2274), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[7192] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(678), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2267), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[7314] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2262), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[7436] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(691), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2261), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[7558] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2237), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[7680] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(696), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2236), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[7802] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2185), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[7924] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2322), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[8046] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(707), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2208), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[8168] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2187), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[8290] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(699), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2188), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[8412] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2191), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[8534] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(701), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2192), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[8656] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2196), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[8778] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(248), 1,
anon_sym_fi,
STATE(79), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(256), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1289), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1135), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[8900] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(250), 1,
anon_sym_then,
STATE(36), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(252), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1246), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1112), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[9022] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(729), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2328), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[9144] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(702), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2197), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[9266] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2131), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[9388] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2201), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[9510] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(703), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2203), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[9632] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(141), 1,
sym_word,
ACTIONS(144), 1,
anon_sym_for,
ACTIONS(150), 1,
anon_sym_if,
ACTIONS(153), 1,
anon_sym_fi,
ACTIONS(155), 1,
anon_sym_case,
ACTIONS(158), 1,
anon_sym_LPAREN,
ACTIONS(161), 1,
anon_sym_LBRACE,
ACTIONS(164), 1,
anon_sym_BANG,
ACTIONS(173), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(176), 1,
anon_sym_DOLLAR,
ACTIONS(179), 1,
anon_sym_DQUOTE,
ACTIONS(185), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(188), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(191), 1,
anon_sym_BQUOTE,
ACTIONS(194), 1,
sym_file_descriptor,
ACTIONS(197), 1,
sym_variable_name,
STATE(79), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(256), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1289), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(147), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(170), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(182), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(167), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1135), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[9754] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(766), 1,
sym_file_redirect,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2313), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[9876] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(252), 1,
anon_sym_done,
STATE(36), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(252), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1246), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1112), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[9998] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2213), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[10120] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(704), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2214), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[10242] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2310), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[10364] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2216), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[10486] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(254), 1,
anon_sym_done,
STATE(81), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(252), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1246), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1112), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[10608] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(746), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2305), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[10730] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(736), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2140), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[10852] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2304), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[10974] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(668), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2298), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[11096] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(741), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2217), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[11218] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2247), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[11340] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(256), 1,
anon_sym_done,
STATE(36), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(252), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1246), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1112), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[11462] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2293), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[11584] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(677), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2289), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[11706] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(258), 1,
anon_sym_RBRACE,
STATE(98), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(281), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1200), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1141), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[11828] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2286), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[11950] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(141), 1,
sym_word,
ACTIONS(144), 1,
anon_sym_for,
ACTIONS(150), 1,
anon_sym_if,
ACTIONS(153), 1,
anon_sym_RBRACE,
ACTIONS(155), 1,
anon_sym_case,
ACTIONS(158), 1,
anon_sym_LPAREN,
ACTIONS(161), 1,
anon_sym_LBRACE,
ACTIONS(164), 1,
anon_sym_BANG,
ACTIONS(173), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(176), 1,
anon_sym_DOLLAR,
ACTIONS(179), 1,
anon_sym_DQUOTE,
ACTIONS(185), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(188), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(191), 1,
anon_sym_BQUOTE,
ACTIONS(194), 1,
sym_file_descriptor,
ACTIONS(197), 1,
sym_variable_name,
STATE(98), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(281), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1200), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(147), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(170), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(182), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(167), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1141), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[12072] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(737), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2325), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[12194] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2224), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[12316] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(749), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2283), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[12438] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(725), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2226), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[12560] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2282), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[12682] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2232), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[12804] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(260), 1,
anon_sym_then,
STATE(36), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(252), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1246), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1112), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[12926] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2235), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[13048] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2315), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[13170] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(679), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2277), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[13292] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(700), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2233), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[13414] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2238), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[13536] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2318), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[13658] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(698), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2225), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[13780] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(262), 1,
anon_sym_RBRACE,
STATE(98), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(281), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1200), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1141), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[13902] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(264), 1,
anon_sym_then,
STATE(36), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(252), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1246), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1112), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[14024] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2275), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[14146] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(681), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2270), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[14268] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(266), 1,
anon_sym_done,
STATE(48), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(252), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1246), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1112), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[14390] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(141), 1,
sym_word,
ACTIONS(144), 1,
anon_sym_for,
ACTIONS(150), 1,
anon_sym_if,
ACTIONS(153), 1,
anon_sym_do,
ACTIONS(155), 1,
anon_sym_case,
ACTIONS(158), 1,
anon_sym_LPAREN,
ACTIONS(161), 1,
anon_sym_LBRACE,
ACTIONS(164), 1,
anon_sym_BANG,
ACTIONS(173), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(176), 1,
anon_sym_DOLLAR,
ACTIONS(179), 1,
anon_sym_DQUOTE,
ACTIONS(185), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(188), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(191), 1,
anon_sym_BQUOTE,
ACTIONS(194), 1,
sym_file_descriptor,
ACTIONS(197), 1,
sym_variable_name,
STATE(118), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(280), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1235), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(147), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(170), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(182), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(167), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1174), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[14512] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(689), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2241), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[14634] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2248), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[14756] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2268), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[14878] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(710), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2253), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[15000] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(730), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2316), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[15122] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(138), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(235), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(682), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1110), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
STATE(2264), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1072), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[15244] = 32,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(129), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(244), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1176), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
STATE(2263), 1,
sym__statements,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1057), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[15366] = 31,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
STATE(49), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(281), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1200), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1141), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[15485] = 31,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
STATE(45), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(252), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1246), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1112), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[15604] = 31,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
STATE(73), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(252), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1246), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1112), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[15723] = 42,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(137), 1,
aux_sym__statements_repeat1,
STATE(189), 1,
sym_command_name,
STATE(253), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1010), 1,
sym__variable_assignments,
STATE(1012), 1,
sym_command,
STATE(1013), 1,
sym_negated_command,
STATE(1015), 1,
sym_list,
STATE(1018), 1,
sym_subshell,
STATE(1019), 1,
sym_compound_statement,
STATE(1021), 1,
sym_function_definition,
STATE(1022), 1,
sym_case_statement,
STATE(1023), 1,
sym_if_statement,
STATE(1024), 1,
sym_while_statement,
STATE(1025), 1,
sym_for_statement,
STATE(1027), 1,
sym_redirected_statement,
STATE(1166), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[15864] = 42,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
STATE(137), 1,
aux_sym__statements_repeat1,
STATE(191), 1,
sym_command_name,
STATE(255), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1095), 1,
sym_function_definition,
STATE(1102), 1,
sym_redirected_statement,
STATE(1130), 1,
sym_for_statement,
STATE(1144), 1,
sym_while_statement,
STATE(1145), 1,
sym_if_statement,
STATE(1147), 1,
sym__variable_assignments,
STATE(1151), 1,
sym_command,
STATE(1153), 1,
sym_negated_command,
STATE(1155), 1,
sym_list,
STATE(1161), 1,
sym_compound_statement,
STATE(1165), 1,
sym_subshell,
STATE(1180), 1,
sym_case_statement,
STATE(1194), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[16005] = 31,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
STATE(105), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(252), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1246), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1112), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[16124] = 31,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
STATE(35), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(280), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1235), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1174), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[16243] = 42,
ACTIONS(3), 1,
sym_comment,
ACTIONS(7), 1,
sym_word,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(21), 1,
anon_sym_BANG,
ACTIONS(27), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(29), 1,
anon_sym_DOLLAR,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(37), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(39), 1,
anon_sym_BQUOTE,
ACTIONS(41), 1,
sym_file_descriptor,
ACTIONS(43), 1,
sym_variable_name,
STATE(137), 1,
aux_sym__statements_repeat1,
STATE(183), 1,
sym_command_name,
STATE(238), 1,
sym_variable_assignment,
STATE(636), 1,
sym_concatenation,
STATE(685), 1,
sym_file_redirect,
STATE(743), 1,
aux_sym_command_repeat1,
STATE(1031), 1,
sym_list,
STATE(1035), 1,
sym_redirected_statement,
STATE(1037), 1,
sym_for_statement,
STATE(1041), 1,
sym_while_statement,
STATE(1043), 1,
sym_if_statement,
STATE(1051), 1,
sym_case_statement,
STATE(1059), 1,
sym_function_definition,
STATE(1066), 1,
sym_compound_statement,
STATE(1074), 1,
sym_subshell,
STATE(1084), 1,
sym_negated_command,
STATE(1087), 1,
sym__variable_assignments,
STATE(1088), 1,
sym_command,
STATE(1107), 1,
sym_pipeline,
STATE(1219), 1,
aux_sym_redirected_statement_repeat2,
STATE(2125), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(25), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(33), 2,
sym_raw_string,
sym_number,
STATE(291), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(23), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[16384] = 42,
ACTIONS(3), 1,
sym_comment,
ACTIONS(87), 1,
sym_word,
ACTIONS(89), 1,
anon_sym_for,
ACTIONS(93), 1,
anon_sym_if,
ACTIONS(95), 1,
anon_sym_case,
ACTIONS(97), 1,
anon_sym_LPAREN,
ACTIONS(101), 1,
anon_sym_LBRACE,
ACTIONS(103), 1,
anon_sym_BANG,
ACTIONS(109), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(111), 1,
anon_sym_DOLLAR,
ACTIONS(113), 1,
anon_sym_DQUOTE,
ACTIONS(117), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(119), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(121), 1,
anon_sym_BQUOTE,
ACTIONS(123), 1,
sym_file_descriptor,
ACTIONS(125), 1,
sym_variable_name,
STATE(137), 1,
aux_sym__statements_repeat1,
STATE(184), 1,
sym_command_name,
STATE(226), 1,
sym_variable_assignment,
STATE(622), 1,
sym_concatenation,
STATE(727), 1,
aux_sym_command_repeat1,
STATE(744), 1,
sym_file_redirect,
STATE(1003), 1,
sym__variable_assignments,
STATE(1008), 1,
sym_negated_command,
STATE(1026), 1,
sym_compound_statement,
STATE(1044), 1,
sym_redirected_statement,
STATE(1045), 1,
sym_for_statement,
STATE(1046), 1,
sym_while_statement,
STATE(1047), 1,
sym_if_statement,
STATE(1048), 1,
sym_case_statement,
STATE(1049), 1,
sym_function_definition,
STATE(1064), 1,
sym_subshell,
STATE(1071), 1,
sym_list,
STATE(1073), 1,
sym_command,
STATE(1113), 1,
sym_pipeline,
STATE(1215), 1,
aux_sym_redirected_statement_repeat2,
STATE(2122), 1,
sym__statement_not_pipeline,
ACTIONS(91), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(107), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(115), 2,
sym_raw_string,
sym_number,
STATE(289), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(105), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[16525] = 31,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
STATE(113), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(281), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1200), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1141), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[16644] = 31,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
STATE(114), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(252), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1246), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1112), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[16763] = 31,
ACTIONS(3), 1,
sym_comment,
ACTIONS(268), 1,
sym_word,
ACTIONS(271), 1,
anon_sym_for,
ACTIONS(277), 1,
anon_sym_if,
ACTIONS(280), 1,
anon_sym_case,
ACTIONS(283), 1,
anon_sym_LPAREN,
ACTIONS(286), 1,
anon_sym_LBRACE,
ACTIONS(289), 1,
anon_sym_BANG,
ACTIONS(298), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(301), 1,
anon_sym_DOLLAR,
ACTIONS(304), 1,
anon_sym_DQUOTE,
ACTIONS(310), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(313), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(316), 1,
anon_sym_BQUOTE,
ACTIONS(319), 1,
sym_file_descriptor,
ACTIONS(322), 1,
sym_variable_name,
STATE(137), 1,
aux_sym__statements_repeat1,
STATE(191), 1,
sym_command_name,
STATE(277), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1191), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(274), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(295), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(307), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(292), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1162), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[16882] = 42,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(137), 1,
aux_sym__statements_repeat1,
STATE(185), 1,
sym_command_name,
STATE(228), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1050), 1,
sym_case_statement,
STATE(1054), 1,
sym__variable_assignments,
STATE(1055), 1,
sym_command,
STATE(1056), 1,
sym_negated_command,
STATE(1058), 1,
sym_list,
STATE(1060), 1,
sym_subshell,
STATE(1062), 1,
sym_compound_statement,
STATE(1063), 1,
sym_function_definition,
STATE(1067), 1,
sym_if_statement,
STATE(1068), 1,
sym_while_statement,
STATE(1069), 1,
sym_for_statement,
STATE(1070), 1,
sym_redirected_statement,
STATE(1114), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[17023] = 31,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
STATE(37), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(280), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1235), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1174), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[17142] = 31,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
STATE(96), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(281), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1200), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1141), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[17261] = 31,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
STATE(38), 1,
aux_sym__terminated_statement,
STATE(191), 1,
sym_command_name,
STATE(280), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1235), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1174), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[17380] = 30,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(185), 1,
sym_command_name,
STATE(257), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1117), 1,
sym_pipeline,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(2115), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1119), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[17496] = 29,
ACTIONS(3), 1,
sym_comment,
ACTIONS(325), 1,
sym_word,
ACTIONS(327), 1,
anon_sym_for,
ACTIONS(331), 1,
anon_sym_if,
ACTIONS(333), 1,
anon_sym_case,
ACTIONS(335), 1,
anon_sym_LPAREN,
ACTIONS(337), 1,
anon_sym_LBRACE,
ACTIONS(339), 1,
anon_sym_BANG,
ACTIONS(345), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(347), 1,
anon_sym_DOLLAR,
ACTIONS(349), 1,
anon_sym_DQUOTE,
ACTIONS(353), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(355), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(357), 1,
anon_sym_BQUOTE,
ACTIONS(359), 1,
sym_file_descriptor,
ACTIONS(361), 1,
sym_variable_name,
STATE(287), 1,
sym_command_name,
STATE(732), 1,
aux_sym_command_repeat1,
STATE(767), 1,
sym_variable_assignment,
STATE(928), 1,
sym_concatenation,
STATE(961), 1,
sym_file_redirect,
STATE(1440), 1,
aux_sym_redirected_statement_repeat2,
STATE(1445), 1,
sym_pipeline,
ACTIONS(329), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(343), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(351), 2,
sym_raw_string,
sym_number,
STATE(777), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(341), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1514), 13,
sym__statement_not_pipeline,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[17610] = 30,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(189), 1,
sym_command_name,
STATE(298), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1179), 1,
sym_pipeline,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(2116), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1181), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[17726] = 30,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(363), 1,
sym_word,
ACTIONS(365), 1,
anon_sym_BANG,
ACTIONS(373), 1,
sym_file_descriptor,
ACTIONS(375), 1,
sym_variable_name,
STATE(259), 1,
sym_command_name,
STATE(618), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(713), 1,
aux_sym_command_repeat1,
STATE(726), 1,
sym_file_redirect,
STATE(1411), 1,
sym_pipeline,
STATE(1420), 1,
aux_sym_redirected_statement_repeat2,
STATE(2123), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(369), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(371), 2,
sym_raw_string,
sym_number,
STATE(734), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(367), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1395), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[17842] = 30,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(363), 1,
sym_word,
ACTIONS(365), 1,
anon_sym_BANG,
ACTIONS(373), 1,
sym_file_descriptor,
ACTIONS(375), 1,
sym_variable_name,
STATE(259), 1,
sym_command_name,
STATE(620), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(713), 1,
aux_sym_command_repeat1,
STATE(726), 1,
sym_file_redirect,
STATE(1420), 1,
aux_sym_redirected_statement_repeat2,
STATE(1431), 1,
sym_pipeline,
STATE(2123), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(369), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(371), 2,
sym_raw_string,
sym_number,
STATE(734), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(367), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1406), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[17958] = 29,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(234), 1,
sym_word,
ACTIONS(236), 1,
anon_sym_BANG,
STATE(189), 1,
sym_command_name,
STATE(301), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1207), 1,
aux_sym_redirected_statement_repeat2,
STATE(1444), 1,
sym_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1170), 13,
sym__statement_not_pipeline,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[18072] = 30,
ACTIONS(3), 1,
sym_comment,
ACTIONS(87), 1,
sym_word,
ACTIONS(89), 1,
anon_sym_for,
ACTIONS(93), 1,
anon_sym_if,
ACTIONS(95), 1,
anon_sym_case,
ACTIONS(97), 1,
anon_sym_LPAREN,
ACTIONS(101), 1,
anon_sym_LBRACE,
ACTIONS(103), 1,
anon_sym_BANG,
ACTIONS(109), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(111), 1,
anon_sym_DOLLAR,
ACTIONS(113), 1,
anon_sym_DQUOTE,
ACTIONS(117), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(119), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(121), 1,
anon_sym_BQUOTE,
ACTIONS(123), 1,
sym_file_descriptor,
ACTIONS(125), 1,
sym_variable_name,
STATE(184), 1,
sym_command_name,
STATE(267), 1,
sym_variable_assignment,
STATE(622), 1,
sym_concatenation,
STATE(727), 1,
aux_sym_command_repeat1,
STATE(744), 1,
sym_file_redirect,
STATE(1097), 1,
sym_pipeline,
STATE(1215), 1,
aux_sym_redirected_statement_repeat2,
STATE(2122), 1,
sym__statement_not_pipeline,
ACTIONS(91), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(107), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(115), 2,
sym_raw_string,
sym_number,
STATE(289), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(105), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1094), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[18188] = 29,
ACTIONS(3), 1,
sym_comment,
ACTIONS(87), 1,
sym_word,
ACTIONS(89), 1,
anon_sym_for,
ACTIONS(93), 1,
anon_sym_if,
ACTIONS(95), 1,
anon_sym_case,
ACTIONS(97), 1,
anon_sym_LPAREN,
ACTIONS(101), 1,
anon_sym_LBRACE,
ACTIONS(103), 1,
anon_sym_BANG,
ACTIONS(109), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(111), 1,
anon_sym_DOLLAR,
ACTIONS(113), 1,
anon_sym_DQUOTE,
ACTIONS(117), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(119), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(121), 1,
anon_sym_BQUOTE,
ACTIONS(123), 1,
sym_file_descriptor,
ACTIONS(125), 1,
sym_variable_name,
STATE(184), 1,
sym_command_name,
STATE(248), 1,
sym_variable_assignment,
STATE(622), 1,
sym_concatenation,
STATE(727), 1,
aux_sym_command_repeat1,
STATE(744), 1,
sym_file_redirect,
STATE(1215), 1,
aux_sym_redirected_statement_repeat2,
STATE(1443), 1,
sym_pipeline,
ACTIONS(91), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(107), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(115), 2,
sym_raw_string,
sym_number,
STATE(289), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(105), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1317), 13,
sym__statement_not_pipeline,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[18302] = 29,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(220), 1,
sym_word,
ACTIONS(222), 1,
anon_sym_BANG,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(232), 1,
sym_variable_name,
STATE(185), 1,
sym_command_name,
STATE(254), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1188), 1,
aux_sym_redirected_statement_repeat2,
STATE(1442), 1,
sym_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 2,
sym_raw_string,
sym_number,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1170), 13,
sym__statement_not_pipeline,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[18416] = 29,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(363), 1,
sym_word,
ACTIONS(365), 1,
anon_sym_BANG,
ACTIONS(373), 1,
sym_file_descriptor,
ACTIONS(375), 1,
sym_variable_name,
STATE(259), 1,
sym_command_name,
STATE(619), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(713), 1,
aux_sym_command_repeat1,
STATE(726), 1,
sym_file_redirect,
STATE(1420), 1,
aux_sym_redirected_statement_repeat2,
STATE(1447), 1,
sym_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(369), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(371), 2,
sym_raw_string,
sym_number,
STATE(734), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(367), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1170), 13,
sym__statement_not_pipeline,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[18530] = 30,
ACTIONS(3), 1,
sym_comment,
ACTIONS(325), 1,
sym_word,
ACTIONS(327), 1,
anon_sym_for,
ACTIONS(331), 1,
anon_sym_if,
ACTIONS(333), 1,
anon_sym_case,
ACTIONS(335), 1,
anon_sym_LPAREN,
ACTIONS(337), 1,
anon_sym_LBRACE,
ACTIONS(339), 1,
anon_sym_BANG,
ACTIONS(345), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(347), 1,
anon_sym_DOLLAR,
ACTIONS(349), 1,
anon_sym_DQUOTE,
ACTIONS(353), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(355), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(357), 1,
anon_sym_BQUOTE,
ACTIONS(359), 1,
sym_file_descriptor,
ACTIONS(361), 1,
sym_variable_name,
STATE(287), 1,
sym_command_name,
STATE(708), 1,
sym_variable_assignment,
STATE(732), 1,
aux_sym_command_repeat1,
STATE(928), 1,
sym_concatenation,
STATE(961), 1,
sym_file_redirect,
STATE(1434), 1,
sym_pipeline,
STATE(1440), 1,
aux_sym_redirected_statement_repeat2,
STATE(2101), 1,
sym__statement_not_pipeline,
ACTIONS(329), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(343), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(351), 2,
sym_raw_string,
sym_number,
STATE(777), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(341), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1435), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[18646] = 30,
ACTIONS(3), 1,
sym_comment,
ACTIONS(7), 1,
sym_word,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(21), 1,
anon_sym_BANG,
ACTIONS(27), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(29), 1,
anon_sym_DOLLAR,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(37), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(39), 1,
anon_sym_BQUOTE,
ACTIONS(41), 1,
sym_file_descriptor,
ACTIONS(43), 1,
sym_variable_name,
STATE(183), 1,
sym_command_name,
STATE(266), 1,
sym_variable_assignment,
STATE(636), 1,
sym_concatenation,
STATE(685), 1,
sym_file_redirect,
STATE(743), 1,
aux_sym_command_repeat1,
STATE(1154), 1,
sym_pipeline,
STATE(1219), 1,
aux_sym_redirected_statement_repeat2,
STATE(2125), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(25), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(33), 2,
sym_raw_string,
sym_number,
STATE(291), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(23), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1168), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[18762] = 29,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
STATE(191), 1,
sym_command_name,
STATE(295), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(1453), 1,
sym_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1170), 13,
sym__statement_not_pipeline,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[18876] = 30,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(45), 1,
sym_word,
ACTIONS(53), 1,
anon_sym_BANG,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(75), 1,
sym_variable_name,
STATE(191), 1,
sym_command_name,
STATE(296), 1,
sym_variable_assignment,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1265), 1,
sym_pipeline,
STATE(1307), 1,
aux_sym_redirected_statement_repeat2,
STATE(2117), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 2,
sym_raw_string,
sym_number,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1264), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[18992] = 29,
ACTIONS(3), 1,
sym_comment,
ACTIONS(7), 1,
sym_word,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(21), 1,
anon_sym_BANG,
ACTIONS(27), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(29), 1,
anon_sym_DOLLAR,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(37), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(39), 1,
anon_sym_BQUOTE,
ACTIONS(41), 1,
sym_file_descriptor,
ACTIONS(43), 1,
sym_variable_name,
STATE(183), 1,
sym_command_name,
STATE(276), 1,
sym_variable_assignment,
STATE(636), 1,
sym_concatenation,
STATE(685), 1,
sym_file_redirect,
STATE(743), 1,
aux_sym_command_repeat1,
STATE(1219), 1,
aux_sym_redirected_statement_repeat2,
STATE(1456), 1,
sym_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(25), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(33), 2,
sym_raw_string,
sym_number,
STATE(291), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(23), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1170), 13,
sym__statement_not_pipeline,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[19106] = 30,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(15), 1,
anon_sym_case,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(363), 1,
sym_word,
ACTIONS(365), 1,
anon_sym_BANG,
ACTIONS(373), 1,
sym_file_descriptor,
ACTIONS(375), 1,
sym_variable_name,
STATE(259), 1,
sym_command_name,
STATE(624), 1,
sym_concatenation,
STATE(626), 1,
sym_variable_assignment,
STATE(713), 1,
aux_sym_command_repeat1,
STATE(726), 1,
sym_file_redirect,
STATE(1408), 1,
sym_pipeline,
STATE(1420), 1,
aux_sym_redirected_statement_repeat2,
STATE(2123), 1,
sym__statement_not_pipeline,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(369), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(371), 2,
sym_raw_string,
sym_number,
STATE(734), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(367), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
STATE(1407), 12,
sym_redirected_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_case_statement,
sym_function_definition,
sym_compound_statement,
sym_subshell,
sym_list,
sym_negated_command,
sym_command,
sym__variable_assignments,
[19222] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(377), 1,
sym_variable_name,
STATE(189), 1,
sym_command_name,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(787), 1,
sym_file_redirect,
STATE(1192), 1,
sym_variable_assignment,
STATE(1297), 1,
aux_sym_redirected_statement_repeat2,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
STATE(1268), 7,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_compound_statement,
sym_subshell,
sym_command,
sym__variable_assignments,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[19319] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(27), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(29), 1,
anon_sym_DOLLAR,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(37), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(39), 1,
anon_sym_BQUOTE,
ACTIONS(41), 1,
sym_file_descriptor,
ACTIONS(377), 1,
sym_variable_name,
STATE(183), 1,
sym_command_name,
STATE(636), 1,
sym_concatenation,
STATE(685), 1,
sym_file_redirect,
STATE(743), 1,
aux_sym_command_repeat1,
STATE(1266), 1,
aux_sym_redirected_statement_repeat2,
STATE(1267), 1,
sym_variable_assignment,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(25), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(33), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(291), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
STATE(1268), 7,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_compound_statement,
sym_subshell,
sym_command,
sym__variable_assignments,
ACTIONS(23), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[19416] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(73), 1,
sym_file_descriptor,
ACTIONS(377), 1,
sym_variable_name,
STATE(191), 1,
sym_command_name,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(1286), 1,
sym_variable_assignment,
STATE(1309), 1,
aux_sym_redirected_statement_repeat2,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(57), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
STATE(1268), 7,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_compound_statement,
sym_subshell,
sym_command,
sym__variable_assignments,
ACTIONS(55), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[19513] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(327), 1,
anon_sym_for,
ACTIONS(331), 1,
anon_sym_if,
ACTIONS(335), 1,
anon_sym_LPAREN,
ACTIONS(337), 1,
anon_sym_LBRACE,
ACTIONS(345), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(347), 1,
anon_sym_DOLLAR,
ACTIONS(349), 1,
anon_sym_DQUOTE,
ACTIONS(353), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(355), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(357), 1,
anon_sym_BQUOTE,
ACTIONS(359), 1,
sym_file_descriptor,
ACTIONS(377), 1,
sym_variable_name,
STATE(287), 1,
sym_command_name,
STATE(732), 1,
aux_sym_command_repeat1,
STATE(928), 1,
sym_concatenation,
STATE(961), 1,
sym_file_redirect,
STATE(1247), 1,
sym_variable_assignment,
STATE(1458), 1,
aux_sym_redirected_statement_repeat2,
ACTIONS(329), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(343), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(351), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(777), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
STATE(1619), 7,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_compound_statement,
sym_subshell,
sym_command,
sym__variable_assignments,
ACTIONS(341), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[19610] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(230), 1,
sym_file_descriptor,
ACTIONS(377), 1,
sym_variable_name,
STATE(185), 1,
sym_command_name,
STATE(624), 1,
sym_concatenation,
STATE(726), 1,
sym_file_redirect,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1239), 1,
aux_sym_redirected_statement_repeat2,
STATE(1271), 1,
sym_variable_assignment,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(226), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
STATE(1268), 7,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_compound_statement,
sym_subshell,
sym_command,
sym__variable_assignments,
ACTIONS(224), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[19707] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(89), 1,
anon_sym_for,
ACTIONS(93), 1,
anon_sym_if,
ACTIONS(97), 1,
anon_sym_LPAREN,
ACTIONS(101), 1,
anon_sym_LBRACE,
ACTIONS(109), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(111), 1,
anon_sym_DOLLAR,
ACTIONS(113), 1,
anon_sym_DQUOTE,
ACTIONS(117), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(119), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(121), 1,
anon_sym_BQUOTE,
ACTIONS(123), 1,
sym_file_descriptor,
ACTIONS(377), 1,
sym_variable_name,
STATE(184), 1,
sym_command_name,
STATE(622), 1,
sym_concatenation,
STATE(727), 1,
aux_sym_command_repeat1,
STATE(744), 1,
sym_file_redirect,
STATE(1249), 1,
aux_sym_redirected_statement_repeat2,
STATE(1290), 1,
sym_variable_assignment,
ACTIONS(91), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(107), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(115), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(289), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
STATE(1384), 7,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_compound_statement,
sym_subshell,
sym_command,
sym__variable_assignments,
ACTIONS(105), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[19804] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(9), 1,
anon_sym_for,
ACTIONS(13), 1,
anon_sym_if,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_LBRACE,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(373), 1,
sym_file_descriptor,
ACTIONS(377), 1,
sym_variable_name,
STATE(259), 1,
sym_command_name,
STATE(624), 1,
sym_concatenation,
STATE(713), 1,
aux_sym_command_repeat1,
STATE(726), 1,
sym_file_redirect,
STATE(1193), 1,
sym_variable_assignment,
STATE(1415), 1,
aux_sym_redirected_statement_repeat2,
ACTIONS(11), 2,
anon_sym_while,
anon_sym_until,
ACTIONS(369), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(371), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(734), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
STATE(1268), 7,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_compound_statement,
sym_subshell,
sym_command,
sym__variable_assignments,
ACTIONS(367), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[19901] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(387), 1,
sym_variable_name,
ACTIONS(383), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(385), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(381), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 29,
anon_sym_esac,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[19958] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(393), 1,
sym_variable_name,
ACTIONS(391), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(385), 3,
sym_file_descriptor,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(389), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 28,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[20015] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(399), 1,
sym_variable_name,
ACTIONS(385), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(397), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(395), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 29,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[20072] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(399), 1,
sym_variable_name,
ACTIONS(385), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(397), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(395), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 28,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[20128] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(405), 1,
sym_variable_name,
ACTIONS(385), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(403), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(401), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 28,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[20184] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(411), 1,
sym_variable_name,
ACTIONS(385), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(409), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(407), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 28,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[20240] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(417), 1,
sym_variable_name,
ACTIONS(415), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(385), 3,
sym_file_descriptor,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(413), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 27,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[20296] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(385), 1,
sym_file_descriptor,
ACTIONS(423), 1,
sym_variable_name,
ACTIONS(421), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(419), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 28,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[20351] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(429), 1,
sym_variable_name,
ACTIONS(385), 2,
sym_file_descriptor,
ts_builtin_sym_end,
ACTIONS(427), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(425), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 27,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[20406] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(411), 1,
sym_variable_name,
ACTIONS(385), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(409), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(407), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 27,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[20461] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(385), 1,
sym_file_descriptor,
ACTIONS(435), 1,
sym_variable_name,
ACTIONS(433), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(431), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 28,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[20516] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(441), 1,
sym_variable_name,
ACTIONS(385), 2,
sym_file_descriptor,
ts_builtin_sym_end,
ACTIONS(439), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(437), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 27,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[20571] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(385), 1,
sym_file_descriptor,
ACTIONS(447), 1,
sym_variable_name,
ACTIONS(445), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(443), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 28,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[20626] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(385), 1,
sym_file_descriptor,
ACTIONS(453), 1,
sym_variable_name,
ACTIONS(451), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(449), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 28,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[20681] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(461), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(463), 1,
anon_sym_DOLLAR,
ACTIONS(465), 1,
anon_sym_DQUOTE,
ACTIONS(467), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(469), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(471), 1,
anon_sym_BQUOTE,
ACTIONS(473), 1,
sym__bare_dollar,
STATE(194), 1,
aux_sym_command_repeat2,
STATE(706), 1,
sym_concatenation,
STATE(1204), 1,
sym_subshell,
ACTIONS(455), 2,
sym_file_descriptor,
ts_builtin_sym_end,
ACTIONS(457), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(333), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(459), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[20755] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(455), 1,
sym_file_descriptor,
ACTIONS(477), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(479), 1,
anon_sym_DOLLAR,
ACTIONS(481), 1,
anon_sym_DQUOTE,
ACTIONS(483), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(485), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(487), 1,
anon_sym_BQUOTE,
ACTIONS(489), 1,
sym__bare_dollar,
STATE(199), 1,
aux_sym_command_repeat2,
STATE(712), 1,
sym_concatenation,
STATE(1204), 1,
sym_subshell,
ACTIONS(475), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(334), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(459), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[20829] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(385), 1,
sym_file_descriptor,
ACTIONS(423), 1,
sym_variable_name,
ACTIONS(421), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(419), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 27,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[20883] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(385), 1,
sym_file_descriptor,
ACTIONS(447), 1,
sym_variable_name,
ACTIONS(445), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(443), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 27,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[20937] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(461), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(463), 1,
anon_sym_DOLLAR,
ACTIONS(465), 1,
anon_sym_DQUOTE,
ACTIONS(467), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(469), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(471), 1,
anon_sym_BQUOTE,
ACTIONS(473), 1,
sym__bare_dollar,
STATE(202), 1,
aux_sym_command_repeat2,
STATE(706), 1,
sym_concatenation,
STATE(1263), 1,
sym_subshell,
ACTIONS(491), 2,
sym_file_descriptor,
ts_builtin_sym_end,
ACTIONS(457), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(333), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(493), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[21011] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(97), 1,
anon_sym_LPAREN,
ACTIONS(491), 1,
sym_file_descriptor,
ACTIONS(497), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(499), 1,
anon_sym_DOLLAR,
ACTIONS(501), 1,
anon_sym_DQUOTE,
ACTIONS(503), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(505), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(507), 1,
anon_sym_BQUOTE,
ACTIONS(509), 1,
sym__bare_dollar,
STATE(200), 1,
aux_sym_command_repeat2,
STATE(684), 1,
sym_concatenation,
STATE(1330), 1,
sym_subshell,
ACTIONS(495), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(385), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(493), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[21085] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(477), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(479), 1,
anon_sym_DOLLAR,
ACTIONS(481), 1,
anon_sym_DQUOTE,
ACTIONS(483), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(485), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(487), 1,
anon_sym_BQUOTE,
ACTIONS(489), 1,
sym__bare_dollar,
ACTIONS(491), 1,
sym_file_descriptor,
STATE(196), 1,
aux_sym_command_repeat2,
STATE(712), 1,
sym_concatenation,
STATE(1263), 1,
sym_subshell,
ACTIONS(475), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(334), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(493), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[21159] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(97), 1,
anon_sym_LPAREN,
ACTIONS(455), 1,
sym_file_descriptor,
ACTIONS(497), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(499), 1,
anon_sym_DOLLAR,
ACTIONS(501), 1,
anon_sym_DQUOTE,
ACTIONS(503), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(505), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(507), 1,
anon_sym_BQUOTE,
ACTIONS(509), 1,
sym__bare_dollar,
STATE(201), 1,
aux_sym_command_repeat2,
STATE(684), 1,
sym_concatenation,
STATE(1332), 1,
sym_subshell,
ACTIONS(495), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(385), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(459), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[21233] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(455), 1,
sym_file_descriptor,
ACTIONS(477), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(479), 1,
anon_sym_DOLLAR,
ACTIONS(481), 1,
anon_sym_DQUOTE,
ACTIONS(483), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(485), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(489), 1,
sym__bare_dollar,
STATE(242), 1,
aux_sym_command_repeat2,
STATE(712), 1,
sym_concatenation,
STATE(1204), 1,
sym_subshell,
ACTIONS(511), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(479), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(459), 20,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[21304] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(399), 1,
sym_variable_name,
ACTIONS(385), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(397), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(395), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 25,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[21357] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(477), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(479), 1,
anon_sym_DOLLAR,
ACTIONS(481), 1,
anon_sym_DQUOTE,
ACTIONS(483), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(485), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(489), 1,
sym__bare_dollar,
ACTIONS(491), 1,
sym_file_descriptor,
STATE(239), 1,
aux_sym_command_repeat2,
STATE(712), 1,
sym_concatenation,
STATE(1263), 1,
sym_subshell,
ACTIONS(511), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(479), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(493), 20,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[21428] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(455), 1,
sym_file_descriptor,
ACTIONS(477), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(479), 1,
anon_sym_DOLLAR,
ACTIONS(481), 1,
anon_sym_DQUOTE,
ACTIONS(483), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(485), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(487), 1,
anon_sym_BQUOTE,
ACTIONS(489), 1,
sym__bare_dollar,
STATE(219), 1,
aux_sym_command_repeat2,
STATE(712), 1,
sym_concatenation,
STATE(1204), 1,
sym_subshell,
ACTIONS(511), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(479), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(459), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[21501] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(477), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(479), 1,
anon_sym_DOLLAR,
ACTIONS(481), 1,
anon_sym_DQUOTE,
ACTIONS(483), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(485), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(487), 1,
anon_sym_BQUOTE,
ACTIONS(489), 1,
sym__bare_dollar,
ACTIONS(491), 1,
sym_file_descriptor,
STATE(243), 1,
aux_sym_command_repeat2,
STATE(712), 1,
sym_concatenation,
STATE(1263), 1,
sym_subshell,
ACTIONS(511), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(479), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(493), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[21574] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(518), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(521), 1,
anon_sym_DOLLAR,
ACTIONS(524), 1,
anon_sym_DQUOTE,
ACTIONS(527), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(530), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(533), 1,
anon_sym_BQUOTE,
ACTIONS(536), 2,
sym_file_descriptor,
sym_variable_name,
STATE(192), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(513), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(339), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(516), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[21638] = 5,
ACTIONS(3), 1,
sym_comment,
STATE(208), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(538), 3,
sym_file_descriptor,
sym_variable_name,
ts_builtin_sym_end,
STATE(377), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(540), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[21688] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(461), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(463), 1,
anon_sym_DOLLAR,
ACTIONS(465), 1,
anon_sym_DQUOTE,
ACTIONS(467), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(469), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(471), 1,
anon_sym_BQUOTE,
ACTIONS(473), 1,
sym__bare_dollar,
STATE(210), 1,
aux_sym_command_repeat2,
STATE(706), 1,
sym_concatenation,
ACTIONS(542), 2,
sym_file_descriptor,
ts_builtin_sym_end,
ACTIONS(457), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(333), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(544), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[21756] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(548), 2,
sym_file_descriptor,
sym_variable_name,
STATE(192), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
STATE(339), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(546), 29,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[21806] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(477), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(479), 1,
anon_sym_DOLLAR,
ACTIONS(481), 1,
anon_sym_DQUOTE,
ACTIONS(483), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(485), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(487), 1,
anon_sym_BQUOTE,
ACTIONS(489), 1,
sym__bare_dollar,
ACTIONS(552), 1,
sym_file_descriptor,
STATE(206), 1,
aux_sym_command_repeat2,
STATE(712), 1,
sym_concatenation,
ACTIONS(475), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(334), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(550), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[21874] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(538), 2,
sym_file_descriptor,
sym_variable_name,
STATE(192), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
STATE(339), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(540), 29,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[21924] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(559), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(562), 1,
anon_sym_DOLLAR,
ACTIONS(565), 1,
anon_sym_DQUOTE,
ACTIONS(568), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(571), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(574), 1,
anon_sym_BQUOTE,
ACTIONS(577), 1,
sym_file_descriptor,
ACTIONS(579), 1,
sym__bare_dollar,
STATE(198), 1,
aux_sym_command_repeat2,
STATE(684), 1,
sym_concatenation,
ACTIONS(554), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(385), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(557), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[21992] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(477), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(479), 1,
anon_sym_DOLLAR,
ACTIONS(481), 1,
anon_sym_DQUOTE,
ACTIONS(483), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(485), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(487), 1,
anon_sym_BQUOTE,
ACTIONS(489), 1,
sym__bare_dollar,
ACTIONS(542), 1,
sym_file_descriptor,
STATE(206), 1,
aux_sym_command_repeat2,
STATE(712), 1,
sym_concatenation,
ACTIONS(475), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(334), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(544), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[22060] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(497), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(499), 1,
anon_sym_DOLLAR,
ACTIONS(501), 1,
anon_sym_DQUOTE,
ACTIONS(503), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(505), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(507), 1,
anon_sym_BQUOTE,
ACTIONS(509), 1,
sym__bare_dollar,
ACTIONS(552), 1,
sym_file_descriptor,
STATE(198), 1,
aux_sym_command_repeat2,
STATE(684), 1,
sym_concatenation,
ACTIONS(495), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(385), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(550), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[22128] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(497), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(499), 1,
anon_sym_DOLLAR,
ACTIONS(501), 1,
anon_sym_DQUOTE,
ACTIONS(503), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(505), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(507), 1,
anon_sym_BQUOTE,
ACTIONS(509), 1,
sym__bare_dollar,
ACTIONS(542), 1,
sym_file_descriptor,
STATE(198), 1,
aux_sym_command_repeat2,
STATE(684), 1,
sym_concatenation,
ACTIONS(495), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(385), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(544), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[22196] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(461), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(463), 1,
anon_sym_DOLLAR,
ACTIONS(465), 1,
anon_sym_DQUOTE,
ACTIONS(467), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(469), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(471), 1,
anon_sym_BQUOTE,
ACTIONS(473), 1,
sym__bare_dollar,
STATE(210), 1,
aux_sym_command_repeat2,
STATE(706), 1,
sym_concatenation,
ACTIONS(552), 2,
sym_file_descriptor,
ts_builtin_sym_end,
ACTIONS(457), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(333), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(550), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[22264] = 5,
ACTIONS(3), 1,
sym_comment,
STATE(208), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(548), 3,
sym_file_descriptor,
sym_variable_name,
ts_builtin_sym_end,
STATE(377), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(546), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[22314] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(411), 1,
sym_variable_name,
ACTIONS(385), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(409), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(407), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 24,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[22366] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(548), 2,
sym_file_descriptor,
sym_variable_name,
STATE(211), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
STATE(361), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(546), 29,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[22416] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(577), 1,
sym_file_descriptor,
ACTIONS(585), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(588), 1,
anon_sym_DOLLAR,
ACTIONS(591), 1,
anon_sym_DQUOTE,
ACTIONS(594), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(597), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(600), 1,
anon_sym_BQUOTE,
ACTIONS(603), 1,
sym__bare_dollar,
STATE(206), 1,
aux_sym_command_repeat2,
STATE(712), 1,
sym_concatenation,
ACTIONS(582), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(334), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(557), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[22484] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(538), 2,
sym_file_descriptor,
sym_variable_name,
STATE(211), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
STATE(361), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(540), 29,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[22534] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(609), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(612), 1,
anon_sym_DOLLAR,
ACTIONS(615), 1,
anon_sym_DQUOTE,
ACTIONS(618), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(621), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(624), 1,
anon_sym_BQUOTE,
STATE(208), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(536), 3,
sym_file_descriptor,
sym_variable_name,
ts_builtin_sym_end,
ACTIONS(606), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(377), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(516), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[22598] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(631), 1,
sym_variable_name,
ACTIONS(385), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(629), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(627), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 24,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[22650] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(636), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(639), 1,
anon_sym_DOLLAR,
ACTIONS(642), 1,
anon_sym_DQUOTE,
ACTIONS(645), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(648), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(651), 1,
anon_sym_BQUOTE,
ACTIONS(654), 1,
sym__bare_dollar,
STATE(210), 1,
aux_sym_command_repeat2,
STATE(706), 1,
sym_concatenation,
ACTIONS(577), 2,
sym_file_descriptor,
ts_builtin_sym_end,
ACTIONS(633), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(333), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(557), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[22718] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(660), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(663), 1,
anon_sym_DOLLAR,
ACTIONS(666), 1,
anon_sym_DQUOTE,
ACTIONS(669), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(672), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(675), 1,
anon_sym_BQUOTE,
ACTIONS(536), 2,
sym_file_descriptor,
sym_variable_name,
STATE(211), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(657), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(361), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(516), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[22782] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(518), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(521), 1,
anon_sym_DOLLAR,
ACTIONS(524), 1,
anon_sym_DQUOTE,
ACTIONS(527), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(530), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(533), 1,
anon_sym_BQUOTE,
ACTIONS(536), 2,
sym_file_descriptor,
sym_variable_name,
STATE(212), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(678), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(458), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(516), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[22845] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(536), 1,
sym_file_descriptor,
ACTIONS(684), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(687), 1,
anon_sym_DOLLAR,
ACTIONS(690), 1,
anon_sym_DQUOTE,
ACTIONS(693), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(696), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(699), 1,
anon_sym_BQUOTE,
STATE(213), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(681), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(506), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(516), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[22908] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(704), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(706), 1,
anon_sym_DOLLAR,
ACTIONS(708), 1,
anon_sym_DQUOTE,
ACTIONS(710), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(712), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(714), 1,
anon_sym_BQUOTE,
ACTIONS(548), 2,
sym_file_descriptor,
ts_builtin_sym_end,
STATE(220), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(702), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(447), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(546), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[22971] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(548), 2,
sym_file_descriptor,
sym_variable_name,
STATE(212), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
STATE(458), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(546), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[23020] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(548), 1,
sym_file_descriptor,
ACTIONS(718), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(720), 1,
anon_sym_DOLLAR,
ACTIONS(722), 1,
anon_sym_DQUOTE,
ACTIONS(724), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(726), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(728), 1,
anon_sym_BQUOTE,
STATE(227), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(716), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(600), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(546), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[23083] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(538), 1,
sym_file_descriptor,
ACTIONS(718), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(720), 1,
anon_sym_DOLLAR,
ACTIONS(722), 1,
anon_sym_DQUOTE,
ACTIONS(724), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(726), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(728), 1,
anon_sym_BQUOTE,
STATE(227), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(716), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(600), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(540), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[23146] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(577), 1,
sym_file_descriptor,
ACTIONS(585), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(588), 1,
anon_sym_DOLLAR,
ACTIONS(591), 1,
anon_sym_DQUOTE,
ACTIONS(594), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(597), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(600), 1,
anon_sym_BQUOTE,
ACTIONS(603), 1,
sym__bare_dollar,
STATE(218), 1,
aux_sym_command_repeat2,
STATE(712), 1,
sym_concatenation,
ACTIONS(730), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(479), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(557), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[23213] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(477), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(479), 1,
anon_sym_DOLLAR,
ACTIONS(481), 1,
anon_sym_DQUOTE,
ACTIONS(483), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(485), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(487), 1,
anon_sym_BQUOTE,
ACTIONS(489), 1,
sym__bare_dollar,
ACTIONS(542), 1,
sym_file_descriptor,
STATE(218), 1,
aux_sym_command_repeat2,
STATE(712), 1,
sym_concatenation,
ACTIONS(511), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(479), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(544), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[23280] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(736), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(739), 1,
anon_sym_DOLLAR,
ACTIONS(742), 1,
anon_sym_DQUOTE,
ACTIONS(745), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(748), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(751), 1,
anon_sym_BQUOTE,
ACTIONS(536), 2,
sym_file_descriptor,
ts_builtin_sym_end,
STATE(220), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(733), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(447), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(516), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[23343] = 5,
ACTIONS(3), 1,
sym_comment,
STATE(724), 1,
sym_concatenation,
ACTIONS(754), 3,
sym_file_descriptor,
sym_variable_name,
ts_builtin_sym_end,
STATE(371), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(756), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[23392] = 5,
ACTIONS(3), 1,
sym_comment,
STATE(676), 1,
sym_concatenation,
ACTIONS(760), 2,
sym_file_descriptor,
sym_variable_name,
STATE(341), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(758), 29,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[23441] = 5,
ACTIONS(3), 1,
sym_comment,
STATE(683), 1,
sym_concatenation,
ACTIONS(754), 2,
sym_file_descriptor,
sym_variable_name,
STATE(340), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(756), 29,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[23490] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(538), 2,
sym_file_descriptor,
sym_variable_name,
STATE(212), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
STATE(458), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(540), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[23539] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(704), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(706), 1,
anon_sym_DOLLAR,
ACTIONS(708), 1,
anon_sym_DQUOTE,
ACTIONS(710), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(712), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(714), 1,
anon_sym_BQUOTE,
ACTIONS(538), 2,
sym_file_descriptor,
ts_builtin_sym_end,
STATE(220), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(702), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(447), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(540), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[23602] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(774), 1,
sym_file_descriptor,
ACTIONS(776), 1,
sym_variable_name,
STATE(752), 1,
sym_terminator,
ACTIONS(764), 2,
anon_sym_esac,
anon_sym_SEMI_SEMI,
ACTIONS(768), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(770), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
STATE(1136), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
ACTIONS(772), 3,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1123), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(762), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[23665] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(536), 1,
sym_file_descriptor,
ACTIONS(782), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(785), 1,
anon_sym_DOLLAR,
ACTIONS(788), 1,
anon_sym_DQUOTE,
ACTIONS(791), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(794), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(797), 1,
anon_sym_BQUOTE,
STATE(227), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(779), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(600), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(516), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[23728] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_RPAREN,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(774), 1,
sym_file_descriptor,
ACTIONS(806), 1,
sym_variable_name,
STATE(740), 1,
sym_terminator,
ACTIONS(802), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
STATE(1143), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
STATE(1137), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(800), 4,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(762), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[23791] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(774), 1,
sym_file_descriptor,
ACTIONS(776), 1,
sym_variable_name,
STATE(688), 1,
sym_terminator,
ACTIONS(768), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(770), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(809), 2,
anon_sym_esac,
anon_sym_SEMI_SEMI,
STATE(1136), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
ACTIONS(772), 3,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1123), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(762), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[23854] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(548), 1,
sym_file_descriptor,
ACTIONS(813), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(815), 1,
anon_sym_DOLLAR,
ACTIONS(817), 1,
anon_sym_DQUOTE,
ACTIONS(819), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(821), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(823), 1,
anon_sym_BQUOTE,
STATE(213), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(811), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(506), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(546), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[23917] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(829), 1,
sym_variable_name,
ACTIONS(385), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(827), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(825), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 23,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[23968] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(385), 1,
sym_file_descriptor,
ACTIONS(447), 1,
sym_variable_name,
ACTIONS(445), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(443), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 24,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[24019] = 5,
ACTIONS(3), 1,
sym_comment,
STATE(670), 1,
sym_concatenation,
ACTIONS(760), 3,
sym_file_descriptor,
sym_variable_name,
ts_builtin_sym_end,
STATE(342), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(758), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[24068] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(538), 1,
sym_file_descriptor,
ACTIONS(813), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(815), 1,
anon_sym_DOLLAR,
ACTIONS(817), 1,
anon_sym_DQUOTE,
ACTIONS(819), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(821), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(823), 1,
anon_sym_BQUOTE,
STATE(213), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(811), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(506), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(540), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[24131] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(774), 1,
sym_file_descriptor,
ACTIONS(806), 1,
sym_variable_name,
ACTIONS(809), 1,
anon_sym_RPAREN,
STATE(728), 1,
sym_terminator,
ACTIONS(802), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
STATE(1143), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
STATE(1137), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(800), 4,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(762), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[24194] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(774), 1,
sym_file_descriptor,
ACTIONS(831), 1,
ts_builtin_sym_end,
ACTIONS(837), 1,
sym_variable_name,
STATE(770), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(835), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
STATE(1131), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
STATE(1133), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(833), 4,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(762), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[24257] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(385), 1,
sym_file_descriptor,
ACTIONS(423), 1,
sym_variable_name,
ACTIONS(421), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(419), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 24,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[24308] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(774), 1,
sym_file_descriptor,
ACTIONS(837), 1,
sym_variable_name,
ACTIONS(840), 1,
ts_builtin_sym_end,
STATE(794), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(835), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
STATE(1131), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
STATE(1133), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(833), 4,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(762), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[24371] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(477), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(479), 1,
anon_sym_DOLLAR,
ACTIONS(481), 1,
anon_sym_DQUOTE,
ACTIONS(483), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(485), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(489), 1,
sym__bare_dollar,
ACTIONS(552), 1,
sym_file_descriptor,
STATE(218), 1,
aux_sym_command_repeat2,
STATE(712), 1,
sym_concatenation,
ACTIONS(511), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(479), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(550), 20,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[24436] = 5,
ACTIONS(3), 1,
sym_comment,
STATE(705), 1,
sym_concatenation,
ACTIONS(760), 2,
sym_file_descriptor,
sym_variable_name,
STATE(325), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(758), 29,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[24485] = 5,
ACTIONS(3), 1,
sym_comment,
STATE(768), 1,
sym_concatenation,
ACTIONS(754), 2,
sym_file_descriptor,
sym_variable_name,
STATE(337), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(756), 29,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[24534] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(477), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(479), 1,
anon_sym_DOLLAR,
ACTIONS(481), 1,
anon_sym_DQUOTE,
ACTIONS(483), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(485), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(489), 1,
sym__bare_dollar,
ACTIONS(542), 1,
sym_file_descriptor,
STATE(218), 1,
aux_sym_command_repeat2,
STATE(712), 1,
sym_concatenation,
ACTIONS(511), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(479), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(544), 20,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[24599] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(477), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(479), 1,
anon_sym_DOLLAR,
ACTIONS(481), 1,
anon_sym_DQUOTE,
ACTIONS(483), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(485), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(487), 1,
anon_sym_BQUOTE,
ACTIONS(489), 1,
sym__bare_dollar,
ACTIONS(552), 1,
sym_file_descriptor,
STATE(218), 1,
aux_sym_command_repeat2,
STATE(712), 1,
sym_concatenation,
ACTIONS(511), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(479), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(550), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[24666] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(774), 1,
sym_file_descriptor,
ACTIONS(809), 1,
anon_sym_BQUOTE,
ACTIONS(844), 1,
sym_variable_name,
STATE(829), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(842), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
STATE(1142), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
STATE(1157), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(800), 4,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(762), 18,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
sym_word,
[24728] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(857), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(859), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(861), 1,
anon_sym_DOLLAR,
ACTIONS(863), 1,
anon_sym_DQUOTE,
ACTIONS(865), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(867), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(869), 1,
anon_sym_BQUOTE,
ACTIONS(871), 1,
sym_file_descriptor,
STATE(1558), 1,
aux_sym__heredoc_command,
STATE(1953), 1,
sym_concatenation,
STATE(2244), 1,
sym__heredoc_expression,
STATE(2245), 1,
sym__heredoc_pipeline,
ACTIONS(849), 2,
anon_sym_PIPE,
anon_sym_PIPE_AMP,
ACTIONS(851), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(855), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1567), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(847), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1788), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(853), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[24806] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(548), 1,
sym_file_descriptor,
ACTIONS(718), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(720), 1,
anon_sym_DOLLAR,
ACTIONS(722), 1,
anon_sym_DQUOTE,
ACTIONS(724), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(726), 1,
anon_sym_DOLLAR_LPAREN,
STATE(263), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(873), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(647), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(546), 20,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[24866] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(538), 1,
sym_file_descriptor,
ACTIONS(718), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(720), 1,
anon_sym_DOLLAR,
ACTIONS(722), 1,
anon_sym_DQUOTE,
ACTIONS(724), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(726), 1,
anon_sym_DOLLAR_LPAREN,
STATE(263), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(873), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(647), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(540), 20,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[24926] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(776), 1,
sym_variable_name,
ACTIONS(875), 1,
sym_file_descriptor,
STATE(1136), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
STATE(1123), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(762), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(766), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[24978] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(760), 1,
sym_file_descriptor,
ACTIONS(879), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(881), 1,
anon_sym_DOLLAR,
ACTIONS(883), 1,
anon_sym_DQUOTE,
ACTIONS(885), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(887), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(889), 1,
anon_sym_BQUOTE,
STATE(1345), 1,
sym_concatenation,
ACTIONS(877), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1173), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(758), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[25040] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(548), 1,
sym_file_descriptor,
ACTIONS(718), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(720), 1,
anon_sym_DOLLAR,
ACTIONS(722), 1,
anon_sym_DQUOTE,
ACTIONS(724), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(726), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(728), 1,
anon_sym_BQUOTE,
STATE(263), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(873), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(647), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(546), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[25102] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(455), 1,
sym_file_descriptor,
ACTIONS(477), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(479), 1,
anon_sym_DOLLAR,
ACTIONS(481), 1,
anon_sym_DQUOTE,
ACTIONS(483), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(485), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(487), 1,
anon_sym_BQUOTE,
ACTIONS(489), 1,
sym__bare_dollar,
STATE(391), 1,
aux_sym_command_repeat2,
STATE(712), 1,
sym_concatenation,
STATE(1204), 1,
sym_subshell,
ACTIONS(891), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(796), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(459), 16,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
[25172] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(774), 1,
sym_file_descriptor,
ACTIONS(895), 1,
sym_variable_name,
STATE(692), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
STATE(1270), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(800), 4,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(762), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[25232] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_BQUOTE,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(774), 1,
sym_file_descriptor,
ACTIONS(844), 1,
sym_variable_name,
STATE(848), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(842), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
STATE(1142), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
STATE(1157), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(800), 4,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(762), 18,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
sym_word,
[25294] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(806), 1,
sym_variable_name,
ACTIONS(875), 1,
sym_file_descriptor,
STATE(1143), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
STATE(1137), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(762), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(766), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[25346] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_SEMI_SEMI,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(774), 1,
sym_file_descriptor,
ACTIONS(895), 1,
sym_variable_name,
STATE(740), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
STATE(1270), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
ACTIONS(800), 3,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(762), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[25408] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(774), 1,
sym_file_descriptor,
ACTIONS(895), 1,
sym_variable_name,
STATE(783), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
STATE(1270), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(898), 4,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(762), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[25468] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(774), 1,
sym_file_descriptor,
ACTIONS(806), 1,
sym_variable_name,
STATE(1143), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
STATE(1137), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(900), 9,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(762), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[25522] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(754), 1,
sym_file_descriptor,
ACTIONS(904), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(906), 1,
anon_sym_DOLLAR,
ACTIONS(908), 1,
anon_sym_DQUOTE,
ACTIONS(910), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(912), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(914), 1,
anon_sym_BQUOTE,
STATE(1205), 1,
sym_concatenation,
ACTIONS(902), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1118), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(756), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[25584] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(477), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(479), 1,
anon_sym_DOLLAR,
ACTIONS(481), 1,
anon_sym_DQUOTE,
ACTIONS(483), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(485), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(487), 1,
anon_sym_BQUOTE,
ACTIONS(489), 1,
sym__bare_dollar,
ACTIONS(491), 1,
sym_file_descriptor,
STATE(306), 1,
aux_sym_command_repeat2,
STATE(712), 1,
sym_concatenation,
STATE(1263), 1,
sym_subshell,
ACTIONS(891), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(796), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(493), 16,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
[25654] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(760), 1,
sym_file_descriptor,
ACTIONS(904), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(906), 1,
anon_sym_DOLLAR,
ACTIONS(908), 1,
anon_sym_DQUOTE,
ACTIONS(910), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(912), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(914), 1,
anon_sym_BQUOTE,
STATE(1197), 1,
sym_concatenation,
ACTIONS(916), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1111), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(758), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[25716] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(538), 1,
sym_file_descriptor,
ACTIONS(718), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(720), 1,
anon_sym_DOLLAR,
ACTIONS(722), 1,
anon_sym_DQUOTE,
ACTIONS(724), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(726), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(728), 1,
anon_sym_BQUOTE,
STATE(263), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(873), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(647), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(540), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[25778] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(774), 1,
sym_file_descriptor,
ACTIONS(809), 1,
anon_sym_SEMI_SEMI,
ACTIONS(895), 1,
sym_variable_name,
STATE(728), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
STATE(1270), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
ACTIONS(800), 3,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(762), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[25840] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(536), 1,
sym_file_descriptor,
ACTIONS(782), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(785), 1,
anon_sym_DOLLAR,
ACTIONS(788), 1,
anon_sym_DQUOTE,
ACTIONS(791), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(794), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(797), 1,
anon_sym_BQUOTE,
STATE(263), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(918), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(647), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(516), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[25902] = 5,
ACTIONS(3), 1,
sym_comment,
STATE(768), 1,
sym_concatenation,
ACTIONS(754), 2,
sym_file_descriptor,
sym_variable_name,
STATE(460), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(756), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[25950] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(385), 1,
sym_file_descriptor,
ACTIONS(925), 1,
sym_variable_name,
ACTIONS(923), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(921), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 23,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[26000] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(774), 1,
sym_file_descriptor,
ACTIONS(837), 1,
sym_variable_name,
ACTIONS(927), 1,
ts_builtin_sym_end,
STATE(1131), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
STATE(1133), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(900), 8,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(762), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[26056] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(774), 1,
sym_file_descriptor,
ACTIONS(776), 1,
sym_variable_name,
STATE(1136), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
STATE(1123), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(900), 9,
anon_sym_esac,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(762), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[26110] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(904), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(906), 1,
anon_sym_DOLLAR,
ACTIONS(908), 1,
anon_sym_DQUOTE,
ACTIONS(910), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(912), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(914), 1,
anon_sym_BQUOTE,
STATE(1205), 1,
sym_concatenation,
ACTIONS(754), 2,
sym_file_descriptor,
ts_builtin_sym_end,
ACTIONS(929), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1134), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(756), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[26172] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(861), 1,
anon_sym_DOLLAR,
ACTIONS(863), 1,
anon_sym_DQUOTE,
ACTIONS(865), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(867), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(869), 1,
anon_sym_BQUOTE,
ACTIONS(871), 1,
sym_file_descriptor,
ACTIONS(931), 1,
aux_sym_heredoc_redirect_token1,
STATE(1473), 1,
aux_sym__heredoc_command,
STATE(1953), 1,
sym_concatenation,
STATE(2128), 1,
sym__heredoc_expression,
STATE(2184), 1,
sym__heredoc_pipeline,
ACTIONS(849), 2,
anon_sym_PIPE,
anon_sym_PIPE_AMP,
ACTIONS(851), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(855), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1474), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(847), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1788), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(853), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[26250] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(385), 1,
sym_file_descriptor,
ACTIONS(937), 1,
sym_variable_name,
ACTIONS(935), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(933), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 23,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[26300] = 5,
ACTIONS(3), 1,
sym_comment,
STATE(705), 1,
sym_concatenation,
ACTIONS(760), 2,
sym_file_descriptor,
sym_variable_name,
STATE(501), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(758), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[26348] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(904), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(906), 1,
anon_sym_DOLLAR,
ACTIONS(908), 1,
anon_sym_DQUOTE,
ACTIONS(910), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(912), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(914), 1,
anon_sym_BQUOTE,
STATE(1197), 1,
sym_concatenation,
ACTIONS(760), 2,
sym_file_descriptor,
ts_builtin_sym_end,
ACTIONS(939), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1138), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(758), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[26410] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(861), 1,
anon_sym_DOLLAR,
ACTIONS(863), 1,
anon_sym_DQUOTE,
ACTIONS(865), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(867), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(869), 1,
anon_sym_BQUOTE,
ACTIONS(871), 1,
sym_file_descriptor,
ACTIONS(941), 1,
aux_sym_heredoc_redirect_token1,
STATE(1532), 1,
aux_sym__heredoc_command,
STATE(1953), 1,
sym_concatenation,
STATE(2272), 1,
sym__heredoc_expression,
STATE(2273), 1,
sym__heredoc_pipeline,
ACTIONS(849), 2,
anon_sym_PIPE,
anon_sym_PIPE_AMP,
ACTIONS(851), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(855), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1533), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(847), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1788), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(853), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[26488] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(861), 1,
anon_sym_DOLLAR,
ACTIONS(863), 1,
anon_sym_DQUOTE,
ACTIONS(865), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(867), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(869), 1,
anon_sym_BQUOTE,
ACTIONS(871), 1,
sym_file_descriptor,
ACTIONS(943), 1,
aux_sym_heredoc_redirect_token1,
STATE(1475), 1,
aux_sym__heredoc_command,
STATE(1953), 1,
sym_concatenation,
STATE(2178), 1,
sym__heredoc_expression,
STATE(2179), 1,
sym__heredoc_pipeline,
ACTIONS(849), 2,
anon_sym_PIPE,
anon_sym_PIPE_AMP,
ACTIONS(851), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(855), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1480), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(847), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1788), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(853), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[26566] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(861), 1,
anon_sym_DOLLAR,
ACTIONS(863), 1,
anon_sym_DQUOTE,
ACTIONS(865), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(867), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(869), 1,
anon_sym_BQUOTE,
ACTIONS(871), 1,
sym_file_descriptor,
ACTIONS(945), 1,
aux_sym_heredoc_redirect_token1,
STATE(1484), 1,
aux_sym__heredoc_command,
STATE(1953), 1,
sym_concatenation,
STATE(2142), 1,
sym__heredoc_pipeline,
STATE(2147), 1,
sym__heredoc_expression,
ACTIONS(849), 2,
anon_sym_PIPE,
anon_sym_PIPE_AMP,
ACTIONS(851), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(855), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1489), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(847), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1788), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(853), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[26644] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(837), 1,
sym_variable_name,
ACTIONS(875), 2,
sym_file_descriptor,
ts_builtin_sym_end,
STATE(1131), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
STATE(1133), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(762), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(766), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[26696] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(774), 1,
sym_file_descriptor,
ACTIONS(895), 1,
sym_variable_name,
STATE(825), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
STATE(1270), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(800), 4,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(762), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[26756] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(861), 1,
anon_sym_DOLLAR,
ACTIONS(863), 1,
anon_sym_DQUOTE,
ACTIONS(865), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(867), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(869), 1,
anon_sym_BQUOTE,
ACTIONS(871), 1,
sym_file_descriptor,
ACTIONS(947), 1,
aux_sym_heredoc_redirect_token1,
STATE(1491), 1,
aux_sym__heredoc_command,
STATE(1953), 1,
sym_concatenation,
STATE(2155), 1,
sym__heredoc_pipeline,
STATE(2156), 1,
sym__heredoc_expression,
ACTIONS(849), 2,
anon_sym_PIPE,
anon_sym_PIPE_AMP,
ACTIONS(851), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(855), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1493), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(847), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1788), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(853), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[26834] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(774), 1,
sym_file_descriptor,
ACTIONS(895), 1,
sym_variable_name,
STATE(615), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
STATE(1270), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(949), 4,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(762), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[26894] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(774), 1,
sym_file_descriptor,
ACTIONS(895), 1,
sym_variable_name,
STATE(773), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
STATE(1270), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(951), 4,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(762), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[26954] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(774), 1,
sym_file_descriptor,
ACTIONS(895), 1,
sym_variable_name,
STATE(798), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
STATE(1270), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(953), 4,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(762), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[27014] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(754), 1,
sym_file_descriptor,
ACTIONS(879), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(881), 1,
anon_sym_DOLLAR,
ACTIONS(883), 1,
anon_sym_DQUOTE,
ACTIONS(885), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(887), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(889), 1,
anon_sym_BQUOTE,
STATE(1359), 1,
sym_concatenation,
ACTIONS(955), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1158), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(756), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[27076] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(959), 1,
aux_sym_concatenation_token1,
ACTIONS(963), 1,
sym__concat,
STATE(293), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(957), 30,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[27125] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(760), 1,
sym_file_descriptor,
ACTIONS(904), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(906), 1,
anon_sym_DOLLAR,
ACTIONS(908), 1,
anon_sym_DQUOTE,
ACTIONS(910), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(912), 1,
anon_sym_DOLLAR_LPAREN,
STATE(1197), 1,
sym_concatenation,
ACTIONS(965), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1156), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(758), 20,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[27184] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(335), 1,
anon_sym_LPAREN,
ACTIONS(455), 1,
sym_file_descriptor,
ACTIONS(969), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(971), 1,
anon_sym_DOLLAR,
ACTIONS(973), 1,
anon_sym_DQUOTE,
ACTIONS(975), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(977), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(979), 1,
anon_sym_BQUOTE,
ACTIONS(981), 1,
sym__bare_dollar,
STATE(465), 1,
aux_sym_command_repeat2,
STATE(949), 1,
sym_concatenation,
STATE(1655), 1,
sym_subshell,
ACTIONS(967), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(830), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(459), 15,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
[27253] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(985), 1,
aux_sym_concatenation_token1,
ACTIONS(990), 1,
sym__concat,
STATE(286), 1,
aux_sym_concatenation_repeat1,
ACTIONS(988), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(983), 30,
anon_sym_esac,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[27302] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(335), 1,
anon_sym_LPAREN,
ACTIONS(491), 1,
sym_file_descriptor,
ACTIONS(969), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(971), 1,
anon_sym_DOLLAR,
ACTIONS(973), 1,
anon_sym_DQUOTE,
ACTIONS(975), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(977), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(979), 1,
anon_sym_BQUOTE,
ACTIONS(981), 1,
sym__bare_dollar,
STATE(434), 1,
aux_sym_command_repeat2,
STATE(949), 1,
sym_concatenation,
STATE(1608), 1,
sym_subshell,
ACTIONS(967), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(830), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(493), 15,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
[27371] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(995), 1,
anon_sym_LPAREN,
ACTIONS(998), 1,
aux_sym_concatenation_token1,
ACTIONS(1002), 1,
sym__concat,
STATE(297), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1000), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(993), 29,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[27422] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(998), 1,
aux_sym_concatenation_token1,
ACTIONS(1002), 1,
sym__concat,
STATE(297), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1000), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(993), 30,
anon_sym_esac,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[27471] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(754), 1,
sym_file_descriptor,
ACTIONS(904), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(906), 1,
anon_sym_DOLLAR,
ACTIONS(908), 1,
anon_sym_DQUOTE,
ACTIONS(910), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(912), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(914), 1,
anon_sym_BQUOTE,
STATE(1205), 1,
sym_concatenation,
ACTIONS(1004), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1185), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(756), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[27532] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1006), 1,
aux_sym_concatenation_token1,
ACTIONS(1008), 1,
sym__concat,
STATE(300), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1000), 3,
sym_file_descriptor,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(993), 29,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[27581] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1006), 1,
aux_sym_concatenation_token1,
ACTIONS(1008), 1,
sym__concat,
ACTIONS(1010), 1,
anon_sym_LPAREN,
STATE(300), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1000), 3,
sym_file_descriptor,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(993), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[27632] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1013), 1,
aux_sym_concatenation_token1,
ACTIONS(1016), 1,
sym__concat,
STATE(293), 1,
aux_sym_concatenation_repeat1,
ACTIONS(988), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(983), 30,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[27681] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1019), 1,
aux_sym_concatenation_token1,
ACTIONS(1022), 1,
sym__concat,
STATE(294), 1,
aux_sym_concatenation_repeat1,
ACTIONS(988), 3,
sym_file_descriptor,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(983), 29,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[27730] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(875), 1,
sym_file_descriptor,
ACTIONS(895), 1,
sym_variable_name,
STATE(1270), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(762), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(766), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[27781] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(774), 1,
sym_file_descriptor,
ACTIONS(895), 1,
sym_variable_name,
STATE(1270), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(900), 8,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(762), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[27834] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(998), 1,
aux_sym_concatenation_token1,
ACTIONS(1025), 1,
sym__concat,
STATE(286), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(957), 30,
anon_sym_esac,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[27883] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(774), 1,
sym_file_descriptor,
ACTIONS(844), 1,
sym_variable_name,
STATE(1142), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
STATE(1157), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(900), 8,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(762), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[27936] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(959), 1,
aux_sym_concatenation_token1,
ACTIONS(1027), 1,
sym__concat,
STATE(283), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1000), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(993), 30,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[27985] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1006), 1,
aux_sym_concatenation_token1,
ACTIONS(1029), 1,
sym__concat,
STATE(294), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 3,
sym_file_descriptor,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(957), 29,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[28034] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(844), 1,
sym_variable_name,
ACTIONS(875), 1,
sym_file_descriptor,
STATE(1142), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
STATE(1157), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(762), 8,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
sym_word,
ACTIONS(766), 20,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[28085] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(959), 1,
aux_sym_concatenation_token1,
ACTIONS(1027), 1,
sym__concat,
ACTIONS(1031), 1,
anon_sym_LPAREN,
STATE(283), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1000), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(993), 29,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[28136] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(760), 1,
sym_file_descriptor,
ACTIONS(904), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(906), 1,
anon_sym_DOLLAR,
ACTIONS(908), 1,
anon_sym_DQUOTE,
ACTIONS(910), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(912), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(914), 1,
anon_sym_BQUOTE,
STATE(1197), 1,
sym_concatenation,
ACTIONS(1034), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1186), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(758), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[28197] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(754), 1,
sym_file_descriptor,
ACTIONS(904), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(906), 1,
anon_sym_DOLLAR,
ACTIONS(908), 1,
anon_sym_DQUOTE,
ACTIONS(910), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(912), 1,
anon_sym_DOLLAR_LPAREN,
STATE(1205), 1,
sym_concatenation,
ACTIONS(1036), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1152), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(756), 20,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[28256] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1038), 1,
aux_sym_concatenation_token1,
ACTIONS(1040), 1,
sym__concat,
STATE(344), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(957), 29,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[28304] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(477), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(479), 1,
anon_sym_DOLLAR,
ACTIONS(481), 1,
anon_sym_DQUOTE,
ACTIONS(483), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(485), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(487), 1,
anon_sym_BQUOTE,
ACTIONS(489), 1,
sym__bare_dollar,
ACTIONS(552), 1,
sym_file_descriptor,
STATE(390), 1,
aux_sym_command_repeat2,
STATE(712), 1,
sym_concatenation,
ACTIONS(891), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(796), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(550), 16,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
[28368] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1044), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1042), 31,
anon_sym_esac,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[28410] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1048), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1046), 31,
anon_sym_esac,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[28452] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1050), 1,
aux_sym_concatenation_token1,
ACTIONS(1053), 1,
sym__concat,
STATE(309), 1,
aux_sym_concatenation_repeat1,
ACTIONS(988), 3,
sym_file_descriptor,
sym_variable_name,
ts_builtin_sym_end,
ACTIONS(983), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[28500] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1056), 4,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(1058), 30,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[28542] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1060), 1,
aux_sym_concatenation_token1,
ACTIONS(1062), 1,
sym__concat,
STATE(319), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(957), 29,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[28590] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(97), 1,
anon_sym_LPAREN,
ACTIONS(109), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(111), 1,
anon_sym_DOLLAR,
ACTIONS(113), 1,
anon_sym_DQUOTE,
ACTIONS(117), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(119), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(121), 1,
anon_sym_BQUOTE,
ACTIONS(125), 1,
sym_variable_name,
ACTIONS(1068), 1,
sym_file_descriptor,
STATE(184), 1,
sym_command_name,
STATE(622), 1,
sym_concatenation,
STATE(727), 1,
aux_sym_command_repeat1,
STATE(742), 1,
sym_variable_assignment,
STATE(1339), 1,
sym_command,
STATE(1340), 1,
sym_subshell,
STATE(1343), 1,
sym_file_redirect,
ACTIONS(1066), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(115), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(289), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(1064), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[28668] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1044), 4,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(1042), 30,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[28710] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1048), 4,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(1046), 30,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[28752] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1070), 4,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(1072), 30,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[28794] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1042), 13,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1044), 21,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_RPAREN_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
[28836] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1046), 13,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1048), 21,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_RPAREN_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
[28878] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1072), 13,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1070), 21,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_RPAREN_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
[28920] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1076), 1,
aux_sym_concatenation_token1,
ACTIONS(1079), 1,
sym__concat,
STATE(319), 1,
aux_sym_concatenation_repeat1,
ACTIONS(988), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(983), 29,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[28968] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1082), 1,
aux_sym_concatenation_token1,
ACTIONS(1084), 1,
sym__concat,
STATE(327), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 3,
sym_file_descriptor,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(957), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[29016] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1086), 13,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1088), 21,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_RPAREN_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
[29058] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1092), 1,
aux_sym_concatenation_token1,
ACTIONS(1096), 1,
sym__concat,
STATE(351), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1094), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1090), 29,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[29106] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1088), 4,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(1086), 30,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[29148] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1098), 13,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1100), 21,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_RPAREN_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
[29190] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1092), 1,
aux_sym_concatenation_token1,
ACTIONS(1096), 1,
sym__concat,
STATE(351), 1,
aux_sym_concatenation_repeat1,
ACTIONS(548), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(546), 29,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[29238] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1102), 13,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1104), 21,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_RPAREN_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
[29280] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1106), 1,
aux_sym_concatenation_token1,
ACTIONS(1109), 1,
sym__concat,
STATE(327), 1,
aux_sym_concatenation_repeat1,
ACTIONS(988), 3,
sym_file_descriptor,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(983), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[29328] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1112), 13,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1114), 21,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_RPAREN_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
[29370] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1116), 13,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1118), 21,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_RPAREN_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
[29412] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1120), 13,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1122), 21,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_RPAREN_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
[29454] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1116), 13,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1118), 21,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_RPAREN_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
[29496] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1124), 13,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1126), 21,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_RPAREN_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
[29538] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1082), 1,
aux_sym_concatenation_token1,
ACTIONS(1132), 1,
sym__concat,
STATE(320), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1128), 3,
sym_file_descriptor,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(1130), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[29586] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1038), 1,
aux_sym_concatenation_token1,
ACTIONS(1134), 1,
sym__concat,
STATE(305), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1128), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(1130), 29,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[29634] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1142), 1,
anon_sym_EQ,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1148), 13,
anon_sym_RPAREN_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_QMARK,
anon_sym_COLON,
[29700] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1060), 1,
aux_sym_concatenation_token1,
ACTIONS(1164), 1,
sym__concat,
STATE(311), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1094), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1090), 29,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[29748] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1092), 1,
aux_sym_concatenation_token1,
ACTIONS(1096), 1,
sym__concat,
STATE(351), 1,
aux_sym_concatenation_repeat1,
ACTIONS(538), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(540), 29,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[29796] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1166), 1,
aux_sym_concatenation_token1,
ACTIONS(1169), 1,
sym__concat,
STATE(338), 1,
aux_sym_concatenation_repeat1,
ACTIONS(988), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(983), 29,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[29844] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1092), 1,
aux_sym_concatenation_token1,
ACTIONS(1096), 1,
sym__concat,
STATE(351), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1174), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1172), 29,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[29892] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1060), 1,
aux_sym_concatenation_token1,
ACTIONS(1164), 1,
sym__concat,
STATE(311), 1,
aux_sym_concatenation_repeat1,
ACTIONS(538), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(540), 29,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[29940] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1060), 1,
aux_sym_concatenation_token1,
ACTIONS(1164), 1,
sym__concat,
STATE(311), 1,
aux_sym_concatenation_repeat1,
ACTIONS(548), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(546), 29,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[29988] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1176), 1,
aux_sym_concatenation_token1,
ACTIONS(1178), 1,
sym__concat,
STATE(372), 1,
aux_sym_concatenation_repeat1,
ACTIONS(548), 3,
sym_file_descriptor,
sym_variable_name,
ts_builtin_sym_end,
ACTIONS(546), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[30036] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1176), 1,
aux_sym_concatenation_token1,
ACTIONS(1178), 1,
sym__concat,
STATE(372), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1094), 3,
sym_file_descriptor,
sym_variable_name,
ts_builtin_sym_end,
ACTIONS(1090), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[30084] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1180), 1,
aux_sym_concatenation_token1,
ACTIONS(1183), 1,
sym__concat,
STATE(344), 1,
aux_sym_concatenation_repeat1,
ACTIONS(988), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(983), 29,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[30132] = 7,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1186), 6,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_CARET,
anon_sym_AMP,
ACTIONS(1188), 19,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_RPAREN_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_COLON,
[30182] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1186), 13,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1188), 19,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_RPAREN_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_COLON,
[30226] = 7,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1186), 6,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_CARET,
anon_sym_AMP,
ACTIONS(1188), 19,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_RPAREN_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_COLON,
[30276] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(959), 1,
aux_sym_concatenation_token1,
ACTIONS(1027), 1,
sym__concat,
ACTIONS(1190), 1,
anon_sym_LPAREN,
STATE(400), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1000), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(993), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[30326] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1195), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1193), 31,
anon_sym_esac,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[30368] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(232), 1,
sym_variable_name,
ACTIONS(1068), 1,
sym_file_descriptor,
STATE(185), 1,
sym_command_name,
STATE(624), 1,
sym_concatenation,
STATE(747), 1,
sym_variable_assignment,
STATE(765), 1,
aux_sym_command_repeat1,
STATE(1283), 1,
sym_subshell,
STATE(1298), 1,
sym_command,
STATE(1343), 1,
sym_file_redirect,
ACTIONS(1066), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(228), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(1064), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[30446] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1092), 1,
aux_sym_concatenation_token1,
ACTIONS(1197), 1,
sym__concat,
STATE(338), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(957), 29,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[30494] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(983), 31,
anon_sym_esac,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[30536] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(538), 2,
sym_file_descriptor,
sym_variable_name,
STATE(383), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
STATE(795), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(540), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[30582] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1195), 4,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(1193), 30,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[30624] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(1068), 1,
sym_file_descriptor,
STATE(189), 1,
sym_command_name,
STATE(624), 1,
sym_concatenation,
STATE(672), 1,
aux_sym_command_repeat1,
STATE(786), 1,
sym_variable_assignment,
STATE(1283), 1,
sym_subshell,
STATE(1298), 1,
sym_command,
STATE(1343), 1,
sym_file_redirect,
ACTIONS(1066), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(1064), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[30702] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1070), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1072), 31,
anon_sym_esac,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[30744] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1199), 1,
aux_sym_concatenation_token1,
ACTIONS(1201), 1,
sym__concat,
STATE(379), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(957), 29,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[30792] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(385), 1,
sym_file_descriptor,
ACTIONS(1207), 1,
sym_variable_name,
ACTIONS(1205), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(1203), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 21,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[30840] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1088), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1086), 31,
anon_sym_esac,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[30882] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1209), 13,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1211), 21,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_RPAREN_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
[30924] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1060), 1,
aux_sym_concatenation_token1,
ACTIONS(1164), 1,
sym__concat,
STATE(311), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1174), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1172), 29,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[30972] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1100), 4,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(1098), 30,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[31014] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1126), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1124), 31,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[31056] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(375), 1,
sym_variable_name,
ACTIONS(1068), 1,
sym_file_descriptor,
STATE(259), 1,
sym_command_name,
STATE(624), 1,
sym_concatenation,
STATE(713), 1,
aux_sym_command_repeat1,
STATE(747), 1,
sym_variable_assignment,
STATE(1283), 1,
sym_subshell,
STATE(1298), 1,
sym_command,
STATE(1343), 1,
sym_file_redirect,
ACTIONS(1066), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(371), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(734), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(1064), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[31134] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1104), 4,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(1102), 30,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[31176] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(75), 1,
sym_variable_name,
ACTIONS(1068), 1,
sym_file_descriptor,
STATE(191), 1,
sym_command_name,
STATE(624), 1,
sym_concatenation,
STATE(733), 1,
aux_sym_command_repeat1,
STATE(747), 1,
sym_variable_assignment,
STATE(1283), 1,
sym_subshell,
STATE(1298), 1,
sym_command,
STATE(1343), 1,
sym_file_redirect,
ACTIONS(1066), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(65), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(1064), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[31254] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1100), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1098), 31,
anon_sym_esac,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[31296] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1104), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1102), 31,
anon_sym_esac,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[31338] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 4,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(983), 30,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[31380] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1213), 13,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1215), 21,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_RPAREN_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
[31422] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1176), 1,
aux_sym_concatenation_token1,
ACTIONS(1178), 1,
sym__concat,
STATE(372), 1,
aux_sym_concatenation_repeat1,
ACTIONS(538), 3,
sym_file_descriptor,
sym_variable_name,
ts_builtin_sym_end,
ACTIONS(540), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[31470] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1176), 1,
aux_sym_concatenation_token1,
ACTIONS(1217), 1,
sym__concat,
STATE(309), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 3,
sym_file_descriptor,
sym_variable_name,
ts_builtin_sym_end,
ACTIONS(957), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[31518] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1116), 31,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[31560] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1122), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1120), 31,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[31602] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1116), 31,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[31644] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1114), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1112), 31,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[31686] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1176), 1,
aux_sym_concatenation_token1,
ACTIONS(1178), 1,
sym__concat,
STATE(372), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1174), 3,
sym_file_descriptor,
sym_variable_name,
ts_builtin_sym_end,
ACTIONS(1172), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[31734] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(548), 2,
sym_file_descriptor,
sym_variable_name,
STATE(383), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
STATE(795), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(546), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[31780] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1219), 1,
aux_sym_concatenation_token1,
ACTIONS(1222), 1,
sym__concat,
STATE(379), 1,
aux_sym_concatenation_repeat1,
ACTIONS(988), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(983), 29,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[31828] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(983), 31,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[31870] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1104), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1102), 31,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[31912] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1100), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1098), 31,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[31954] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(518), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(521), 1,
anon_sym_DOLLAR,
ACTIONS(524), 1,
anon_sym_DQUOTE,
ACTIONS(527), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(530), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(533), 1,
anon_sym_BQUOTE,
ACTIONS(536), 2,
sym_file_descriptor,
sym_variable_name,
STATE(383), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(1225), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(795), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(516), 16,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
[32014] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1114), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1112), 31,
anon_sym_esac,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[32056] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1199), 1,
aux_sym_concatenation_token1,
ACTIONS(1228), 1,
sym__concat,
STATE(357), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1128), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(1130), 29,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[32104] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1116), 31,
anon_sym_esac,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[32146] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1122), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1120), 31,
anon_sym_esac,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[32188] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1116), 31,
anon_sym_esac,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[32230] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1126), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1124), 31,
anon_sym_esac,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[32272] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(577), 1,
sym_file_descriptor,
ACTIONS(585), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(588), 1,
anon_sym_DOLLAR,
ACTIONS(591), 1,
anon_sym_DQUOTE,
ACTIONS(594), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(597), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(600), 1,
anon_sym_BQUOTE,
ACTIONS(603), 1,
sym__bare_dollar,
STATE(390), 1,
aux_sym_command_repeat2,
STATE(712), 1,
sym_concatenation,
ACTIONS(1230), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(796), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(557), 16,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
[32336] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(477), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(479), 1,
anon_sym_DOLLAR,
ACTIONS(481), 1,
anon_sym_DQUOTE,
ACTIONS(483), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(485), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(487), 1,
anon_sym_BQUOTE,
ACTIONS(489), 1,
sym__bare_dollar,
ACTIONS(542), 1,
sym_file_descriptor,
STATE(390), 1,
aux_sym_command_repeat2,
STATE(712), 1,
sym_concatenation,
ACTIONS(891), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(796), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(544), 16,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
[32400] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1195), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1193), 31,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[32442] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1114), 4,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(1112), 30,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[32484] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1126), 4,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(1124), 30,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[32526] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 4,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(1116), 30,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[32568] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1122), 4,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(1120), 30,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[32610] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 4,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(1116), 30,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[32652] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1056), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1058), 31,
anon_sym_esac,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[32694] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1088), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1086), 31,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[32736] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(959), 1,
aux_sym_concatenation_token1,
ACTIONS(1233), 1,
sym__concat,
STATE(293), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(957), 29,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[32784] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1070), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1072), 31,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[32826] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1048), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1046), 31,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[32868] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1235), 13,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1237), 19,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_RPAREN_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_COLON,
[32912] = 5,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1235), 10,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1237), 19,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_RPAREN_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_COLON,
[32958] = 9,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1235), 4,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_CARET,
anon_sym_AMP,
ACTIONS(1237), 17,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_RPAREN_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_QMARK,
anon_sym_COLON,
[33012] = 10,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1235), 4,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_CARET,
anon_sym_AMP,
ACTIONS(1237), 15,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_RPAREN_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_QMARK,
anon_sym_COLON,
[33068] = 11,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1235), 3,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_CARET,
ACTIONS(1237), 15,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_RPAREN_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_QMARK,
anon_sym_COLON,
[33126] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1239), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1237), 12,
anon_sym_RPAREN_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_COLON,
[33194] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1235), 8,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
ACTIONS(1237), 19,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_RPAREN_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_COLON,
[33242] = 7,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1235), 6,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_CARET,
anon_sym_AMP,
ACTIONS(1237), 19,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_RPAREN_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_COLON,
[33292] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1235), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1237), 12,
anon_sym_RPAREN_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_COLON,
[33360] = 14,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1235), 1,
anon_sym_EQ,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1237), 14,
anon_sym_PIPE_PIPE,
anon_sym_RPAREN_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_QMARK,
anon_sym_COLON,
[33424] = 13,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1235), 1,
anon_sym_EQ,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1237), 15,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_RPAREN_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_QMARK,
anon_sym_COLON,
[33486] = 12,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1235), 2,
anon_sym_PIPE,
anon_sym_EQ,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1237), 15,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_RPAREN_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_QMARK,
anon_sym_COLON,
[33546] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1243), 13,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1245), 21,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_RPAREN_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
[33588] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1044), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1042), 31,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[33630] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(27), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(29), 1,
anon_sym_DOLLAR,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(37), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(39), 1,
anon_sym_BQUOTE,
ACTIONS(43), 1,
sym_variable_name,
ACTIONS(1068), 1,
sym_file_descriptor,
STATE(183), 1,
sym_command_name,
STATE(636), 1,
sym_concatenation,
STATE(693), 1,
sym_variable_assignment,
STATE(743), 1,
aux_sym_command_repeat1,
STATE(1283), 1,
sym_subshell,
STATE(1298), 1,
sym_command,
STATE(1343), 1,
sym_file_redirect,
ACTIONS(1066), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(33), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(291), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(1064), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[33708] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1056), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1058), 31,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[33750] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(959), 1,
aux_sym_concatenation_token1,
ACTIONS(1027), 1,
sym__concat,
ACTIONS(1247), 1,
anon_sym_LPAREN,
STATE(400), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1000), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(993), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[33800] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(959), 1,
aux_sym_concatenation_token1,
ACTIONS(1027), 1,
sym__concat,
STATE(400), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1000), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(993), 29,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[33848] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(335), 1,
anon_sym_LPAREN,
ACTIONS(345), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(347), 1,
anon_sym_DOLLAR,
ACTIONS(349), 1,
anon_sym_DQUOTE,
ACTIONS(353), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(355), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(357), 1,
anon_sym_BQUOTE,
ACTIONS(361), 1,
sym_variable_name,
ACTIONS(1068), 1,
sym_file_descriptor,
STATE(287), 1,
sym_command_name,
STATE(732), 1,
aux_sym_command_repeat1,
STATE(928), 1,
sym_concatenation,
STATE(956), 1,
sym_variable_assignment,
STATE(1343), 1,
sym_file_redirect,
STATE(1606), 1,
sym_subshell,
STATE(1607), 1,
sym_command,
ACTIONS(1066), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(351), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(777), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(1064), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[33926] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1114), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1112), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[33967] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1239), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1250), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1252), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[34036] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1070), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1072), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[34077] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1044), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1042), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[34118] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1048), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1046), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[34159] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1070), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1072), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[34200] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(961), 1,
sym_file_descriptor,
ACTIONS(1254), 1,
aux_sym_concatenation_token1,
ACTIONS(1256), 1,
sym__concat,
STATE(432), 1,
aux_sym_concatenation_repeat1,
ACTIONS(957), 29,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[34247] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1100), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1098), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[34288] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1104), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1102), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[34329] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(385), 1,
sym_file_descriptor,
ACTIONS(1262), 1,
sym_variable_name,
ACTIONS(1260), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(1258), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[34376] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 1,
sym_file_descriptor,
ACTIONS(1264), 1,
aux_sym_concatenation_token1,
ACTIONS(1267), 1,
sym__concat,
STATE(432), 1,
aux_sym_concatenation_repeat1,
ACTIONS(983), 29,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[34423] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1239), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1270), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1252), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[34492] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(552), 1,
sym_file_descriptor,
ACTIONS(969), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(971), 1,
anon_sym_DOLLAR,
ACTIONS(973), 1,
anon_sym_DQUOTE,
ACTIONS(975), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(977), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(979), 1,
anon_sym_BQUOTE,
ACTIONS(981), 1,
sym__bare_dollar,
STATE(487), 1,
aux_sym_command_repeat2,
STATE(949), 1,
sym_concatenation,
ACTIONS(967), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(830), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(550), 15,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
[34555] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1126), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1124), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[34596] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1239), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1272), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1252), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[34665] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1276), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1274), 31,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_done,
anon_sym_if,
anon_sym_then,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[34706] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1088), 4,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ts_builtin_sym_end,
ACTIONS(1086), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[34747] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1070), 4,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ts_builtin_sym_end,
ACTIONS(1072), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[34788] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1048), 4,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ts_builtin_sym_end,
ACTIONS(1046), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[34829] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1044), 4,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ts_builtin_sym_end,
ACTIONS(1042), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[34870] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1056), 4,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ts_builtin_sym_end,
ACTIONS(1058), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[34911] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(548), 1,
sym_file_descriptor,
ACTIONS(718), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(720), 1,
anon_sym_DOLLAR,
ACTIONS(722), 1,
anon_sym_DQUOTE,
ACTIONS(724), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(726), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(728), 1,
anon_sym_BQUOTE,
STATE(567), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(1278), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(827), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(546), 16,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
[34970] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(538), 1,
sym_file_descriptor,
ACTIONS(718), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(720), 1,
anon_sym_DOLLAR,
ACTIONS(722), 1,
anon_sym_DQUOTE,
ACTIONS(724), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(726), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(728), 1,
anon_sym_BQUOTE,
STATE(567), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(1278), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(827), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(540), 16,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
[35029] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1195), 4,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ts_builtin_sym_end,
ACTIONS(1193), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[35070] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 1,
sym_file_descriptor,
ACTIONS(1280), 1,
aux_sym_concatenation_token1,
ACTIONS(1283), 1,
sym__concat,
STATE(446), 1,
aux_sym_concatenation_repeat1,
ACTIONS(983), 29,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[35117] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1286), 1,
aux_sym_concatenation_token1,
ACTIONS(1288), 1,
sym__concat,
STATE(588), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1174), 2,
sym_file_descriptor,
ts_builtin_sym_end,
ACTIONS(1172), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[35164] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1100), 4,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ts_builtin_sym_end,
ACTIONS(1098), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[35205] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1239), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1290), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1252), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[35274] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1104), 4,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ts_builtin_sym_end,
ACTIONS(1102), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[35315] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1239), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1292), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1252), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[35384] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1239), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1294), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1252), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[35453] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1239), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1296), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1252), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[35522] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 4,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ts_builtin_sym_end,
ACTIONS(983), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[35563] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1114), 4,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ts_builtin_sym_end,
ACTIONS(1112), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[35604] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 4,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ts_builtin_sym_end,
ACTIONS(1116), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[35645] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1122), 4,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ts_builtin_sym_end,
ACTIONS(1120), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[35686] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1092), 1,
aux_sym_concatenation_token1,
ACTIONS(1096), 1,
sym__concat,
STATE(500), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1174), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1172), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[35733] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 4,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ts_builtin_sym_end,
ACTIONS(1116), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[35774] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1092), 1,
aux_sym_concatenation_token1,
ACTIONS(1096), 1,
sym__concat,
STATE(500), 1,
aux_sym_concatenation_repeat1,
ACTIONS(538), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(540), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[35821] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1239), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1298), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1252), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[35890] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1213), 13,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1215), 20,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
[35931] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1239), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1300), 1,
anon_sym_COLON,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1252), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[36000] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(385), 1,
sym_file_descriptor,
ACTIONS(1306), 1,
sym_variable_name,
ACTIONS(1304), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(1302), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 20,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[36047] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(542), 1,
sym_file_descriptor,
ACTIONS(969), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(971), 1,
anon_sym_DOLLAR,
ACTIONS(973), 1,
anon_sym_DQUOTE,
ACTIONS(975), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(977), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(979), 1,
anon_sym_BQUOTE,
ACTIONS(981), 1,
sym__bare_dollar,
STATE(487), 1,
aux_sym_command_repeat2,
STATE(949), 1,
sym_concatenation,
ACTIONS(967), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(830), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(544), 15,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
[36110] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1126), 4,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ts_builtin_sym_end,
ACTIONS(1124), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[36151] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1239), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1308), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1252), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[36220] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1239), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1310), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1252), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[36289] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(983), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[36330] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1239), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1312), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1252), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[36399] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1239), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1314), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1252), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[36468] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1239), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1316), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1252), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[36537] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1239), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1318), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1252), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[36606] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(961), 1,
sym_file_descriptor,
ACTIONS(1320), 1,
aux_sym_concatenation_token1,
ACTIONS(1322), 1,
sym__concat,
STATE(446), 1,
aux_sym_concatenation_repeat1,
ACTIONS(957), 29,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[36653] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1239), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1324), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1252), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[36722] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1326), 1,
anon_sym_PIPE,
ACTIONS(1328), 1,
anon_sym_RPAREN,
ACTIONS(1330), 1,
anon_sym_AMP_AMP,
ACTIONS(1332), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1334), 1,
anon_sym_EQ,
ACTIONS(1342), 1,
anon_sym_CARET,
ACTIONS(1344), 1,
anon_sym_AMP,
ACTIONS(1354), 1,
anon_sym_QMARK,
ACTIONS(1336), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1338), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1346), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1348), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1350), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1356), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1352), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1340), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[36791] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 4,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(983), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[36832] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1239), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1358), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1252), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[36901] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1038), 1,
aux_sym_concatenation_token1,
ACTIONS(1134), 1,
sym__concat,
STATE(543), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1128), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(1130), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[36948] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1044), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1042), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[36989] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(385), 1,
sym_file_descriptor,
ACTIONS(1306), 1,
sym_variable_name,
ACTIONS(1304), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(1302), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[37036] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1048), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1046), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[37077] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1116), 13,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1118), 20,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
[37118] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1120), 13,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1122), 20,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
[37159] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1116), 13,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1118), 20,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
[37200] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1112), 13,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1114), 20,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
[37241] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(577), 1,
sym_file_descriptor,
ACTIONS(1363), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1366), 1,
anon_sym_DOLLAR,
ACTIONS(1369), 1,
anon_sym_DQUOTE,
ACTIONS(1372), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1375), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1378), 1,
anon_sym_BQUOTE,
ACTIONS(1381), 1,
sym__bare_dollar,
STATE(487), 1,
aux_sym_command_repeat2,
STATE(949), 1,
sym_concatenation,
ACTIONS(1360), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(830), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(557), 15,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
[37304] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1056), 4,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(1058), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[37345] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1239), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1384), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1252), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[37414] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1088), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1086), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[37455] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1088), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1086), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[37496] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1086), 13,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1088), 20,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
[37537] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1306), 1,
sym_variable_name,
ACTIONS(385), 2,
sym_file_descriptor,
ts_builtin_sym_end,
ACTIONS(1304), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(1302), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[37584] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1046), 13,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1048), 20,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
[37625] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1042), 13,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1044), 20,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
[37666] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1070), 4,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(1072), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[37707] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1100), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1098), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[37748] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1104), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1102), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[37789] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1114), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1112), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[37830] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1092), 1,
aux_sym_concatenation_token1,
ACTIONS(1386), 1,
sym__concat,
STATE(338), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(957), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[37877] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1092), 1,
aux_sym_concatenation_token1,
ACTIONS(1096), 1,
sym__concat,
STATE(500), 1,
aux_sym_concatenation_repeat1,
ACTIONS(548), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(546), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[37924] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1239), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1388), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1252), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[37993] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1239), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1390), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1252), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[38062] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1092), 1,
aux_sym_concatenation_token1,
ACTIONS(1096), 1,
sym__concat,
STATE(500), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1094), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1090), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[38109] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1239), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1392), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1252), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[38178] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1174), 1,
sym_file_descriptor,
ACTIONS(1254), 1,
aux_sym_concatenation_token1,
ACTIONS(1394), 1,
sym__concat,
STATE(428), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1172), 29,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[38225] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1239), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1396), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1252), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[38294] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1239), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1398), 1,
anon_sym_COLON,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1252), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[38363] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1195), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1193), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[38404] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1116), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[38445] = 7,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1338), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1350), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1356), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1352), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1186), 6,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_CARET,
anon_sym_AMP,
ACTIONS(1188), 18,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
[38494] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1356), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1186), 13,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1188), 18,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
[38537] = 7,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1338), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1350), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1356), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1352), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1186), 6,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_CARET,
anon_sym_AMP,
ACTIONS(1188), 18,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
[38586] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1122), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1120), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[38627] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1116), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[38668] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1124), 13,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1126), 20,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
[38709] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1102), 13,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1104), 20,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
[38750] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1098), 13,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1100), 20,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
[38791] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1195), 4,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(1193), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[38832] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1056), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1058), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[38873] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1100), 4,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(1098), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[38914] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1104), 4,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(1102), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[38955] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1072), 13,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1070), 20,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
[38996] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(983), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[39037] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(385), 1,
sym_file_descriptor,
ACTIONS(1262), 1,
sym_variable_name,
ACTIONS(1260), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(1258), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 20,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[39084] = 5,
ACTIONS(3), 1,
sym_comment,
STATE(768), 1,
sym_concatenation,
ACTIONS(754), 2,
sym_file_descriptor,
sym_variable_name,
STATE(806), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(756), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[39129] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1209), 13,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1211), 20,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
[39170] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1239), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1400), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1252), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[39239] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1239), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1402), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1252), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[39308] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1126), 4,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(1124), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[39349] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(385), 1,
sym_file_descriptor,
ACTIONS(1408), 1,
sym_variable_name,
ACTIONS(1406), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(1404), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[39396] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1056), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1058), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[39437] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1044), 4,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(1042), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[39478] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1048), 4,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(1046), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[39519] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1239), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1410), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1252), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[39588] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1070), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1072), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[39629] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1126), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1124), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[39670] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1239), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1412), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1252), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[39739] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1116), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[39780] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1262), 1,
sym_variable_name,
ACTIONS(385), 2,
sym_file_descriptor,
ts_builtin_sym_end,
ACTIONS(1260), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(1258), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[39827] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1122), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1120), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[39868] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1116), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[39909] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1038), 1,
aux_sym_concatenation_token1,
ACTIONS(1414), 1,
sym__concat,
STATE(344), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(957), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[39956] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1088), 4,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(1086), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[39997] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1416), 1,
aux_sym_concatenation_token1,
ACTIONS(1419), 1,
sym__concat,
STATE(545), 1,
aux_sym_concatenation_repeat1,
ACTIONS(988), 2,
sym_file_descriptor,
ts_builtin_sym_end,
ACTIONS(983), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[40044] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(983), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[40085] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(385), 1,
sym_file_descriptor,
ACTIONS(1426), 1,
sym_variable_name,
ACTIONS(1424), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(1422), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[40132] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1195), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1193), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[40173] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1100), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1098), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[40214] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1104), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1102), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[40255] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(983), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[40296] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1114), 4,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(1112), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[40337] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 4,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(1116), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[40378] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1122), 4,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(1120), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[40419] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 4,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(1116), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[40460] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1126), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1124), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[40501] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1326), 1,
anon_sym_PIPE,
ACTIONS(1330), 1,
anon_sym_AMP_AMP,
ACTIONS(1332), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1334), 1,
anon_sym_EQ,
ACTIONS(1342), 1,
anon_sym_CARET,
ACTIONS(1344), 1,
anon_sym_AMP,
ACTIONS(1354), 1,
anon_sym_QMARK,
ACTIONS(1428), 1,
anon_sym_RPAREN,
ACTIONS(1336), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1338), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1346), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1348), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1350), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1356), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1352), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1340), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[40570] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(538), 2,
sym_file_descriptor,
sym_variable_name,
STATE(587), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
STATE(828), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(540), 24,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[40615] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1239), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1430), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1252), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[40684] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1056), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1058), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[40725] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1044), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1042), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[40766] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1048), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1046), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[40807] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1070), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1072), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[40848] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1114), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1112), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[40889] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1116), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[40930] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1088), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1086), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[40971] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(536), 1,
sym_file_descriptor,
ACTIONS(782), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(785), 1,
anon_sym_DOLLAR,
ACTIONS(788), 1,
anon_sym_DQUOTE,
ACTIONS(791), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(794), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(797), 1,
anon_sym_BQUOTE,
STATE(567), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(1432), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(827), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(516), 16,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
[41030] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1243), 13,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1245), 20,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
[41071] = 12,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1342), 1,
anon_sym_CARET,
ACTIONS(1344), 1,
anon_sym_AMP,
ACTIONS(1235), 2,
anon_sym_PIPE,
anon_sym_EQ,
ACTIONS(1336), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1338), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1346), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1348), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1350), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1356), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1352), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1237), 14,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_QMARK,
[41130] = 13,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1235), 1,
anon_sym_EQ,
ACTIONS(1326), 1,
anon_sym_PIPE,
ACTIONS(1342), 1,
anon_sym_CARET,
ACTIONS(1344), 1,
anon_sym_AMP,
ACTIONS(1336), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1338), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1346), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1348), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1350), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1356), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1352), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1237), 14,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_QMARK,
[41191] = 14,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1235), 1,
anon_sym_EQ,
ACTIONS(1326), 1,
anon_sym_PIPE,
ACTIONS(1330), 1,
anon_sym_AMP_AMP,
ACTIONS(1342), 1,
anon_sym_CARET,
ACTIONS(1344), 1,
anon_sym_AMP,
ACTIONS(1336), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1338), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1346), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1348), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1350), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1356), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1352), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1237), 13,
anon_sym_RPAREN,
anon_sym_PIPE_PIPE,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_QMARK,
[41254] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1235), 1,
anon_sym_EQ,
ACTIONS(1326), 1,
anon_sym_PIPE,
ACTIONS(1330), 1,
anon_sym_AMP_AMP,
ACTIONS(1332), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1342), 1,
anon_sym_CARET,
ACTIONS(1344), 1,
anon_sym_AMP,
ACTIONS(1354), 1,
anon_sym_QMARK,
ACTIONS(1336), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1338), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1346), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1348), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1350), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1356), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1352), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1237), 11,
anon_sym_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[41321] = 7,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1338), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1350), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1356), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1352), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1235), 6,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_CARET,
anon_sym_AMP,
ACTIONS(1237), 18,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
[41370] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1350), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1356), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1352), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1235), 8,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
ACTIONS(1237), 18,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
[41417] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1326), 1,
anon_sym_PIPE,
ACTIONS(1330), 1,
anon_sym_AMP_AMP,
ACTIONS(1332), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1334), 1,
anon_sym_EQ,
ACTIONS(1342), 1,
anon_sym_CARET,
ACTIONS(1344), 1,
anon_sym_AMP,
ACTIONS(1354), 1,
anon_sym_QMARK,
ACTIONS(1336), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1338), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1346), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1348), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1350), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1356), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1352), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1237), 11,
anon_sym_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[41484] = 11,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1344), 1,
anon_sym_AMP,
ACTIONS(1336), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1338), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1346), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1348), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1350), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1356), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1235), 3,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_CARET,
ACTIONS(1352), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1237), 14,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_QMARK,
[41541] = 10,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1336), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1338), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1346), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1348), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1350), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1356), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1352), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1235), 4,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_CARET,
anon_sym_AMP,
ACTIONS(1237), 14,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_QMARK,
[41596] = 9,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1336), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1338), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1348), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1350), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1356), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1352), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1235), 4,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_CARET,
anon_sym_AMP,
ACTIONS(1237), 16,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_QMARK,
[41649] = 5,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1356), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1352), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1235), 10,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1237), 18,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
[41694] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1356), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1235), 13,
anon_sym_PIPE,
anon_sym_EQ,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_LT_LT,
anon_sym_CARET,
anon_sym_AMP,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1237), 18,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_QMARK,
[41737] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1195), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1193), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[41778] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1122), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1120), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[41819] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(548), 2,
sym_file_descriptor,
sym_variable_name,
STATE(587), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
STATE(828), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(546), 24,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[41864] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1239), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1435), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1252), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[41933] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1239), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1437), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1252), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[42002] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1088), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1086), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[42043] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1442), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1445), 1,
anon_sym_DOLLAR,
ACTIONS(1448), 1,
anon_sym_DQUOTE,
ACTIONS(1451), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1454), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1457), 1,
anon_sym_BQUOTE,
ACTIONS(536), 2,
sym_file_descriptor,
sym_variable_name,
STATE(587), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(1439), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(828), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(516), 15,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
[42102] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1286), 1,
aux_sym_concatenation_token1,
ACTIONS(1460), 1,
sym__concat,
STATE(545), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 2,
sym_file_descriptor,
ts_builtin_sym_end,
ACTIONS(957), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[42149] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1048), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1046), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[42190] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1044), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1042), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[42231] = 17,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1136), 1,
anon_sym_PIPE,
ACTIONS(1138), 1,
anon_sym_AMP_AMP,
ACTIONS(1140), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1150), 1,
anon_sym_CARET,
ACTIONS(1152), 1,
anon_sym_AMP,
ACTIONS(1239), 1,
anon_sym_EQ,
ACTIONS(1241), 1,
anon_sym_QMARK,
ACTIONS(1462), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1144), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1146), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1154), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1156), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1158), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1162), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1160), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1252), 10,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
[42300] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1195), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1193), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[42341] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1100), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1098), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[42382] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1116), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[42423] = 5,
ACTIONS(3), 1,
sym_comment,
STATE(705), 1,
sym_concatenation,
ACTIONS(760), 2,
sym_file_descriptor,
sym_variable_name,
STATE(800), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(758), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[42468] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1104), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1102), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[42509] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1126), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1124), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[42550] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1116), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[42591] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1114), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1112), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[42632] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1174), 1,
sym_file_descriptor,
ACTIONS(1320), 1,
aux_sym_concatenation_token1,
ACTIONS(1464), 1,
sym__concat,
STATE(474), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1172), 29,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[42679] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1142), 1,
anon_sym_EQ,
ACTIONS(1326), 1,
anon_sym_PIPE,
ACTIONS(1330), 1,
anon_sym_AMP_AMP,
ACTIONS(1332), 1,
anon_sym_PIPE_PIPE,
ACTIONS(1342), 1,
anon_sym_CARET,
ACTIONS(1344), 1,
anon_sym_AMP,
ACTIONS(1336), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(1338), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(1346), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(1348), 2,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(1350), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(1356), 2,
anon_sym_PLUS_PLUS2,
anon_sym_DASH_DASH2,
ACTIONS(1352), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(1148), 12,
anon_sym_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_EQ,
anon_sym_STAR_EQ,
anon_sym_SLASH_EQ,
anon_sym_PERCENT_EQ,
anon_sym_LT_LT_EQ,
anon_sym_GT_GT_EQ,
anon_sym_AMP_EQ,
anon_sym_CARET_EQ,
anon_sym_PIPE_EQ,
anon_sym_QMARK,
[42744] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1056), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1058), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[42785] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1116), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[42826] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1122), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1120), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[42867] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1056), 3,
sym_file_descriptor,
sym__concat,
ts_builtin_sym_end,
ACTIONS(1058), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[42907] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1088), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1086), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[42947] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(983), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[42987] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1104), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1102), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[43027] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1056), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1058), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[43067] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1114), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1112), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[43107] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1100), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1098), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[43147] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1070), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1072), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[43187] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1100), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1098), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[43227] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1116), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[43267] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1468), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1466), 30,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_fi,
anon_sym_elif,
anon_sym_else,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[43307] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1048), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1046), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[43347] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1044), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1042), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[43387] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(774), 1,
sym_file_descriptor,
ACTIONS(1472), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(1474), 1,
sym_variable_name,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(1470), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
STATE(1404), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
STATE(1397), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(762), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[43441] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(875), 1,
sym_file_descriptor,
ACTIONS(1474), 1,
sym_variable_name,
STATE(1404), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
STATE(1397), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(762), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(766), 16,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
[43489] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(774), 1,
sym_file_descriptor,
ACTIONS(1474), 1,
sym_variable_name,
ACTIONS(1477), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(1470), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
STATE(1404), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
STATE(1397), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(762), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[43543] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1114), 3,
sym_file_descriptor,
sym__concat,
ts_builtin_sym_end,
ACTIONS(1112), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[43583] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1000), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(993), 30,
anon_sym_esac,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[43623] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1122), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1120), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[43663] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1000), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(993), 30,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[43703] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(983), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[43743] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(774), 1,
sym_file_descriptor,
ACTIONS(1474), 1,
sym_variable_name,
STATE(1404), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
STATE(1397), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(900), 5,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
ACTIONS(762), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[43793] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1088), 3,
sym_file_descriptor,
sym__concat,
ts_builtin_sym_end,
ACTIONS(1086), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[43833] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(961), 1,
sym_file_descriptor,
ACTIONS(1320), 1,
aux_sym_concatenation_token1,
ACTIONS(1479), 1,
sym__concat,
STATE(446), 1,
aux_sym_concatenation_repeat1,
ACTIONS(957), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[43879] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1048), 3,
sym_file_descriptor,
sym__concat,
ts_builtin_sym_end,
ACTIONS(1046), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[43919] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1044), 3,
sym_file_descriptor,
sym__concat,
ts_builtin_sym_end,
ACTIONS(1042), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[43959] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1104), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1102), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[43999] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1070), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1072), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[44039] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 3,
sym_file_descriptor,
sym__concat,
ts_builtin_sym_end,
ACTIONS(1116), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[44079] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1122), 3,
sym_file_descriptor,
sym__concat,
ts_builtin_sym_end,
ACTIONS(1120), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[44119] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 3,
sym_file_descriptor,
sym__concat,
ts_builtin_sym_end,
ACTIONS(1116), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[44159] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1000), 3,
sym_file_descriptor,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(993), 29,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[44199] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(385), 1,
sym_file_descriptor,
ACTIONS(1262), 1,
sym_variable_name,
ACTIONS(1260), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(1258), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[44245] = 5,
ACTIONS(3), 1,
sym_comment,
STATE(987), 1,
sym_concatenation,
ACTIONS(760), 2,
sym_file_descriptor,
sym_variable_name,
STATE(845), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(758), 24,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[44289] = 5,
ACTIONS(3), 1,
sym_comment,
STATE(988), 1,
sym_concatenation,
ACTIONS(754), 2,
sym_file_descriptor,
sym_variable_name,
STATE(844), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(756), 24,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[44333] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1116), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[44373] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1122), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1120), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[44413] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1126), 3,
sym_file_descriptor,
sym__concat,
ts_builtin_sym_end,
ACTIONS(1124), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[44453] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1116), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[44493] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1114), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1112), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[44533] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1088), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1086), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[44573] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1116), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[44613] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1174), 1,
sym_file_descriptor,
ACTIONS(1320), 1,
aux_sym_concatenation_token1,
ACTIONS(1464), 1,
sym__concat,
STATE(628), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1172), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[44659] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1126), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1124), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[44699] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1195), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1193), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[44739] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1044), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1042), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[44779] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(548), 1,
sym_file_descriptor,
ACTIONS(1483), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1485), 1,
anon_sym_DOLLAR,
ACTIONS(1487), 1,
anon_sym_DQUOTE,
ACTIONS(1489), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1491), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1493), 1,
anon_sym_BQUOTE,
STATE(653), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(1481), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(856), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(546), 15,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
[44837] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1056), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1058), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[44877] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(536), 1,
sym_file_descriptor,
ACTIONS(1498), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1501), 1,
anon_sym_DOLLAR,
ACTIONS(1504), 1,
anon_sym_DQUOTE,
ACTIONS(1507), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1510), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1513), 1,
anon_sym_BQUOTE,
STATE(653), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(1495), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(856), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(516), 15,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
[44935] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1195), 3,
sym_file_descriptor,
sym__concat,
ts_builtin_sym_end,
ACTIONS(1193), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[44975] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1048), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1046), 30,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[45015] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1126), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1124), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[45055] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1104), 3,
sym_file_descriptor,
sym__concat,
ts_builtin_sym_end,
ACTIONS(1102), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[45095] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(760), 1,
sym_file_descriptor,
ACTIONS(904), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(906), 1,
anon_sym_DOLLAR,
ACTIONS(908), 1,
anon_sym_DQUOTE,
ACTIONS(910), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(912), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(914), 1,
anon_sym_BQUOTE,
STATE(1197), 1,
sym_concatenation,
ACTIONS(1516), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1398), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(758), 16,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
[45153] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1195), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1193), 30,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[45193] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1070), 3,
sym_file_descriptor,
sym__concat,
ts_builtin_sym_end,
ACTIONS(1072), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[45233] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1100), 3,
sym_file_descriptor,
sym__concat,
ts_builtin_sym_end,
ACTIONS(1098), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[45273] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 3,
sym_file_descriptor,
sym__concat,
ts_builtin_sym_end,
ACTIONS(983), 29,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[45313] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(385), 1,
sym_file_descriptor,
ACTIONS(1306), 1,
sym_variable_name,
ACTIONS(1304), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(1302), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[45359] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1276), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1274), 30,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_fi,
anon_sym_elif,
anon_sym_else,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[45399] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(754), 1,
sym_file_descriptor,
ACTIONS(904), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(906), 1,
anon_sym_DOLLAR,
ACTIONS(908), 1,
anon_sym_DQUOTE,
ACTIONS(910), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(912), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(914), 1,
anon_sym_BQUOTE,
STATE(1205), 1,
sym_concatenation,
ACTIONS(1518), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1399), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(756), 16,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
[45457] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(538), 1,
sym_file_descriptor,
ACTIONS(1483), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1485), 1,
anon_sym_DOLLAR,
ACTIONS(1487), 1,
anon_sym_DQUOTE,
ACTIONS(1489), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1491), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1493), 1,
anon_sym_BQUOTE,
STATE(653), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(1481), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(856), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(540), 15,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
[45515] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 2,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[45556] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1530), 1,
anon_sym_RPAREN,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[45603] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1094), 3,
sym_file_descriptor,
sym_variable_name,
ts_builtin_sym_end,
ACTIONS(1090), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[45642] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(548), 3,
sym_file_descriptor,
sym_variable_name,
ts_builtin_sym_end,
ACTIONS(546), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[45681] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 2,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[45722] = 17,
ACTIONS(3), 1,
sym_comment,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(377), 1,
sym_variable_name,
ACTIONS(1068), 1,
sym_file_descriptor,
STATE(187), 1,
sym_command_name,
STATE(624), 1,
sym_concatenation,
STATE(1343), 1,
sym_file_redirect,
ACTIONS(1066), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1100), 2,
sym_variable_assignment,
aux_sym_command_repeat1,
ACTIONS(65), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(1064), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[45789] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 2,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[45830] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 2,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[45871] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1541), 1,
anon_sym_RPAREN,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[45918] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(548), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(546), 29,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[45957] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1544), 1,
anon_sym_RPAREN,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[46004] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1547), 1,
anon_sym_RPAREN,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[46051] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1550), 1,
anon_sym_RPAREN,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[46098] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1553), 1,
anon_sym_RPAREN,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[46145] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1556), 1,
anon_sym_RPAREN,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[46192] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1559), 1,
anon_sym_RPAREN,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[46239] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(538), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(540), 29,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[46278] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1128), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(1130), 29,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[46317] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1562), 1,
ts_builtin_sym_end,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[46364] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(754), 1,
sym_file_descriptor,
ACTIONS(1566), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1568), 1,
anon_sym_DOLLAR,
ACTIONS(1570), 1,
anon_sym_DQUOTE,
ACTIONS(1572), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1574), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1576), 1,
anon_sym_BQUOTE,
STATE(1639), 1,
sym_concatenation,
ACTIONS(1564), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1437), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(756), 15,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
[46421] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1580), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(1578), 29,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[46460] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1582), 2,
anon_sym_esac,
anon_sym_SEMI_SEMI,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[46501] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1584), 1,
anon_sym_RPAREN,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[46548] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(760), 1,
sym_file_descriptor,
ACTIONS(1566), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1568), 1,
anon_sym_DOLLAR,
ACTIONS(1570), 1,
anon_sym_DQUOTE,
ACTIONS(1572), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1574), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1576), 1,
anon_sym_BQUOTE,
STATE(1605), 1,
sym_concatenation,
ACTIONS(1587), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1417), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(758), 15,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
[46605] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1589), 1,
anon_sym_RPAREN,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[46652] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1468), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1466), 29,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_done,
anon_sym_if,
anon_sym_then,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[46691] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(774), 1,
sym_variable_name,
ACTIONS(1592), 2,
sym_file_descriptor,
ts_builtin_sym_end,
ACTIONS(762), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1594), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[46734] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(959), 1,
aux_sym_concatenation_token1,
ACTIONS(1596), 1,
sym__concat,
STATE(293), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(957), 26,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[46779] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1094), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1090), 29,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[46818] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1598), 1,
anon_sym_RPAREN,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[46865] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1094), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1090), 29,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[46904] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1601), 1,
anon_sym_RPAREN,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[46951] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1604), 1,
anon_sym_RPAREN,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[46998] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1607), 1,
anon_sym_RPAREN,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[47045] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1610), 1,
anon_sym_RPAREN,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[47092] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1613), 1,
anon_sym_RPAREN,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[47139] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1616), 1,
anon_sym_RPAREN,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[47186] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1619), 1,
anon_sym_RPAREN,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[47233] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(548), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(546), 29,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[47272] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1128), 3,
sym_file_descriptor,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(1130), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[47311] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1622), 1,
anon_sym_RPAREN,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[47358] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(774), 1,
sym_file_descriptor,
ACTIONS(1625), 1,
sym_variable_name,
STATE(1432), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
STATE(1433), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(900), 4,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(762), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[47407] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1630), 1,
anon_sym_LF,
STATE(709), 1,
aux_sym__case_item_last_repeat2,
ACTIONS(1633), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1628), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[47450] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1635), 1,
anon_sym_RPAREN,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[47497] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 2,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[47538] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1128), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(1130), 29,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[47577] = 17,
ACTIONS(3), 1,
sym_comment,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(377), 1,
sym_variable_name,
ACTIONS(1068), 1,
sym_file_descriptor,
STATE(251), 1,
sym_command_name,
STATE(624), 1,
sym_concatenation,
STATE(1343), 1,
sym_file_redirect,
ACTIONS(1066), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1100), 2,
sym_variable_assignment,
aux_sym_command_repeat1,
ACTIONS(371), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(734), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(1064), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[47644] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1638), 1,
anon_sym_RPAREN,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[47691] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1580), 3,
sym_file_descriptor,
sym__bare_dollar,
ts_builtin_sym_end,
ACTIONS(1578), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[47730] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1276), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1274), 29,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_esac,
anon_sym_LPAREN,
anon_sym_SEMI_SEMI,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[47769] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1580), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(1578), 29,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[47808] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 2,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[47849] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 2,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[47890] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(959), 1,
aux_sym_concatenation_token1,
ACTIONS(1027), 1,
sym__concat,
ACTIONS(1641), 1,
anon_sym_LPAREN,
STATE(694), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1000), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(993), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[47937] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1644), 1,
anon_sym_RPAREN,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[47984] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 2,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[48025] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 2,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[48066] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(538), 3,
sym_file_descriptor,
sym_variable_name,
ts_builtin_sym_end,
ACTIONS(540), 28,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[48105] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1647), 1,
anon_sym_RPAREN,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[48152] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 10,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[48197] = 17,
ACTIONS(3), 1,
sym_comment,
ACTIONS(109), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(111), 1,
anon_sym_DOLLAR,
ACTIONS(113), 1,
anon_sym_DQUOTE,
ACTIONS(117), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(119), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(121), 1,
anon_sym_BQUOTE,
ACTIONS(377), 1,
sym_variable_name,
ACTIONS(1068), 1,
sym_file_descriptor,
STATE(186), 1,
sym_command_name,
STATE(622), 1,
sym_concatenation,
STATE(1343), 1,
sym_file_redirect,
ACTIONS(1066), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1100), 2,
sym_variable_assignment,
aux_sym_command_repeat1,
ACTIONS(115), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(289), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(1064), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[48264] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1582), 2,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[48305] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1650), 1,
anon_sym_RPAREN,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[48352] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1653), 1,
anon_sym_RPAREN,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[48399] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 2,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[48440] = 17,
ACTIONS(3), 1,
sym_comment,
ACTIONS(345), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(347), 1,
anon_sym_DOLLAR,
ACTIONS(349), 1,
anon_sym_DQUOTE,
ACTIONS(353), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(355), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(357), 1,
anon_sym_BQUOTE,
ACTIONS(377), 1,
sym_variable_name,
ACTIONS(1068), 1,
sym_file_descriptor,
STATE(285), 1,
sym_command_name,
STATE(928), 1,
sym_concatenation,
STATE(1343), 1,
sym_file_redirect,
ACTIONS(1066), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1100), 2,
sym_variable_assignment,
aux_sym_command_repeat1,
ACTIONS(351), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(777), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(1064), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[48507] = 17,
ACTIONS(3), 1,
sym_comment,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(377), 1,
sym_variable_name,
ACTIONS(1068), 1,
sym_file_descriptor,
STATE(190), 1,
sym_command_name,
STATE(624), 1,
sym_concatenation,
STATE(1343), 1,
sym_file_redirect,
ACTIONS(1066), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1100), 2,
sym_variable_assignment,
aux_sym_command_repeat1,
ACTIONS(65), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(420), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(1064), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[48574] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(959), 1,
aux_sym_concatenation_token1,
ACTIONS(1027), 1,
sym__concat,
STATE(694), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1000), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(993), 26,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[48619] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(385), 1,
sym_file_descriptor,
ACTIONS(1660), 1,
sym_variable_name,
ACTIONS(1658), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(1656), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 18,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[48664] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1662), 1,
anon_sym_RPAREN,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[48711] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1665), 1,
anon_sym_RPAREN,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[48758] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 2,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[48799] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 2,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[48840] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 2,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[48881] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1668), 1,
anon_sym_RPAREN,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[48928] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(774), 1,
sym_variable_name,
ACTIONS(1592), 1,
sym_file_descriptor,
ACTIONS(762), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1594), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[48971] = 17,
ACTIONS(3), 1,
sym_comment,
ACTIONS(27), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(29), 1,
anon_sym_DOLLAR,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(37), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(39), 1,
anon_sym_BQUOTE,
ACTIONS(377), 1,
sym_variable_name,
ACTIONS(1068), 1,
sym_file_descriptor,
STATE(179), 1,
sym_command_name,
STATE(636), 1,
sym_concatenation,
STATE(1343), 1,
sym_file_redirect,
ACTIONS(1066), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1100), 2,
sym_variable_assignment,
aux_sym_command_repeat1,
ACTIONS(33), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(291), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(1064), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[49038] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 10,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[49083] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1671), 1,
anon_sym_RPAREN,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[49130] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1674), 1,
anon_sym_RPAREN,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[49177] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(774), 1,
sym_variable_name,
ACTIONS(1592), 1,
sym_file_descriptor,
ACTIONS(762), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1594), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
[49220] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1677), 1,
anon_sym_RPAREN,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[49267] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1680), 1,
anon_sym_RPAREN,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[49314] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 2,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[49355] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 2,
anon_sym_esac,
anon_sym_SEMI_SEMI,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[49396] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 2,
anon_sym_esac,
anon_sym_SEMI_SEMI,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[49437] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 2,
anon_sym_esac,
anon_sym_SEMI_SEMI,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[49478] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 2,
anon_sym_esac,
anon_sym_SEMI_SEMI,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[49519] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 2,
anon_sym_esac,
anon_sym_SEMI_SEMI,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[49560] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 2,
anon_sym_esac,
anon_sym_SEMI_SEMI,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[49601] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 2,
anon_sym_esac,
anon_sym_SEMI_SEMI,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[49642] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 2,
anon_sym_esac,
anon_sym_SEMI_SEMI,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[49683] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 2,
anon_sym_esac,
anon_sym_SEMI_SEMI,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[49724] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 2,
anon_sym_esac,
anon_sym_SEMI_SEMI,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[49765] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 2,
anon_sym_esac,
anon_sym_SEMI_SEMI,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[49806] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 2,
anon_sym_esac,
anon_sym_SEMI_SEMI,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[49847] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 2,
anon_sym_esac,
anon_sym_SEMI_SEMI,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[49888] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 2,
anon_sym_esac,
anon_sym_SEMI_SEMI,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[49929] = 17,
ACTIONS(3), 1,
sym_comment,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(377), 1,
sym_variable_name,
ACTIONS(1068), 1,
sym_file_descriptor,
STATE(180), 1,
sym_command_name,
STATE(624), 1,
sym_concatenation,
STATE(1343), 1,
sym_file_redirect,
ACTIONS(1066), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1100), 2,
sym_variable_assignment,
aux_sym_command_repeat1,
ACTIONS(228), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(299), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(1064), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[49996] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1683), 1,
anon_sym_RPAREN,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[50043] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(875), 1,
sym_file_descriptor,
ACTIONS(1625), 1,
sym_variable_name,
STATE(1432), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
STATE(1433), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(762), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(766), 15,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
[50090] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(538), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(540), 29,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[50129] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1092), 1,
aux_sym_concatenation_token1,
ACTIONS(1686), 1,
sym__concat,
STATE(338), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(957), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[50173] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1688), 1,
ts_builtin_sym_end,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[50213] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1690), 1,
anon_sym_LPAREN,
ACTIONS(1693), 1,
aux_sym_concatenation_token1,
ACTIONS(1695), 1,
sym__concat,
STATE(802), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1000), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(993), 24,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[50259] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1697), 1,
ts_builtin_sym_end,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[50299] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1468), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1466), 28,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_do,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[50337] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1697), 1,
ts_builtin_sym_end,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[50377] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1697), 1,
ts_builtin_sym_end,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[50417] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1276), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1274), 28,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[50455] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1693), 1,
aux_sym_concatenation_token1,
ACTIONS(1695), 1,
sym__concat,
STATE(802), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1000), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(993), 25,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[50499] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1697), 1,
ts_builtin_sym_end,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[50539] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1697), 1,
ts_builtin_sym_end,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[50579] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1038), 1,
aux_sym_concatenation_token1,
ACTIONS(1699), 1,
sym__concat,
STATE(344), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(957), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[50623] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1276), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1274), 28,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_fi,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[50661] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1276), 3,
sym_file_descriptor,
sym_variable_name,
ts_builtin_sym_end,
ACTIONS(1274), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[50699] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1468), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1466), 28,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_fi,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[50737] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1697), 1,
ts_builtin_sym_end,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[50777] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1697), 1,
ts_builtin_sym_end,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[50817] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(774), 1,
sym_variable_name,
ACTIONS(1592), 1,
sym_file_descriptor,
ACTIONS(762), 8,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
sym_word,
ACTIONS(1594), 20,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[50859] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1526), 8,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
sym_word,
ACTIONS(1528), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1533), 11,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_BQUOTE,
[50903] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1697), 1,
ts_builtin_sym_end,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[50943] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1697), 1,
ts_builtin_sym_end,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[50983] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1697), 1,
ts_builtin_sym_end,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[51023] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1697), 1,
ts_builtin_sym_end,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[51063] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1697), 1,
ts_builtin_sym_end,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[51103] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1701), 1,
aux_sym_concatenation_token1,
ACTIONS(1704), 1,
sym__concat,
STATE(793), 1,
aux_sym_concatenation_repeat1,
ACTIONS(988), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(983), 25,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[51147] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1697), 1,
ts_builtin_sym_end,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[51187] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1092), 1,
aux_sym_concatenation_token1,
ACTIONS(1096), 1,
sym__concat,
STATE(769), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1174), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1172), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[51231] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1038), 1,
aux_sym_concatenation_token1,
ACTIONS(1134), 1,
sym__concat,
STATE(780), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1128), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(1130), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[51275] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1697), 1,
ts_builtin_sym_end,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[51315] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1468), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1466), 28,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[51353] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1092), 1,
aux_sym_concatenation_token1,
ACTIONS(1096), 1,
sym__concat,
STATE(769), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1094), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1090), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[51397] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1092), 1,
aux_sym_concatenation_token1,
ACTIONS(1096), 1,
sym__concat,
STATE(769), 1,
aux_sym_concatenation_repeat1,
ACTIONS(548), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(546), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[51441] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(538), 1,
sym_file_descriptor,
ACTIONS(1709), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1711), 1,
anon_sym_DOLLAR,
ACTIONS(1713), 1,
anon_sym_DQUOTE,
ACTIONS(1715), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1717), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1719), 1,
anon_sym_BQUOTE,
STATE(804), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(1707), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(950), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(540), 13,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_heredoc_redirect_token1,
[51497] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1693), 1,
aux_sym_concatenation_token1,
ACTIONS(1721), 1,
sym__concat,
STATE(793), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(957), 25,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[51541] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(548), 1,
sym_file_descriptor,
ACTIONS(1709), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1711), 1,
anon_sym_DOLLAR,
ACTIONS(1713), 1,
anon_sym_DQUOTE,
ACTIONS(1715), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1717), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1719), 1,
anon_sym_BQUOTE,
STATE(804), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(1707), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(950), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(546), 13,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_heredoc_redirect_token1,
[51597] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(536), 1,
sym_file_descriptor,
ACTIONS(1726), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1729), 1,
anon_sym_DOLLAR,
ACTIONS(1732), 1,
anon_sym_DQUOTE,
ACTIONS(1735), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1738), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1741), 1,
anon_sym_BQUOTE,
STATE(804), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(1723), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(950), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(516), 13,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_heredoc_redirect_token1,
[51653] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1276), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1274), 28,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_do,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[51691] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1092), 1,
aux_sym_concatenation_token1,
ACTIONS(1096), 1,
sym__concat,
STATE(769), 1,
aux_sym_concatenation_repeat1,
ACTIONS(538), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(540), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[51735] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1048), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1046), 26,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[51772] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 1,
anon_sym_BQUOTE,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 26,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
sym_word,
[51811] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1070), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1072), 26,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[51848] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1744), 1,
aux_sym_concatenation_token1,
ACTIONS(1746), 1,
sym__concat,
STATE(815), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(957), 24,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[51891] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1088), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1086), 26,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[51928] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1100), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1098), 26,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[51965] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1104), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1102), 26,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[52002] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1195), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1193), 26,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[52039] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1748), 1,
aux_sym_concatenation_token1,
ACTIONS(1751), 1,
sym__concat,
STATE(815), 1,
aux_sym_concatenation_repeat1,
ACTIONS(988), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(983), 24,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[52082] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1114), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1112), 26,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[52119] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1116), 26,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[52156] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1056), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1058), 26,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[52193] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1122), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1120), 26,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[52230] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1116), 26,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[52267] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1126), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1124), 26,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[52304] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1754), 1,
aux_sym_concatenation_token1,
ACTIONS(1756), 1,
sym__concat,
STATE(824), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(957), 24,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[52347] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(983), 26,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[52384] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1758), 1,
aux_sym_concatenation_token1,
ACTIONS(1761), 1,
sym__concat,
STATE(824), 1,
aux_sym_concatenation_repeat1,
ACTIONS(988), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(983), 24,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[52427] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 27,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[52464] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1044), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1042), 26,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[52501] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1174), 1,
sym_file_descriptor,
ACTIONS(1320), 1,
aux_sym_concatenation_token1,
ACTIONS(1464), 1,
sym__concat,
STATE(835), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1172), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[52544] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1744), 1,
aux_sym_concatenation_token1,
ACTIONS(1764), 1,
sym__concat,
STATE(810), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1174), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1172), 24,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[52587] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1582), 1,
anon_sym_BQUOTE,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 26,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
sym_word,
[52626] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1754), 1,
aux_sym_concatenation_token1,
ACTIONS(1766), 1,
sym__concat,
STATE(822), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1128), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(1130), 24,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[52669] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 1,
anon_sym_BQUOTE,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 26,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
sym_word,
[52708] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 1,
anon_sym_BQUOTE,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 26,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
sym_word,
[52747] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 1,
anon_sym_BQUOTE,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 26,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
sym_word,
[52786] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 1,
anon_sym_BQUOTE,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 26,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
sym_word,
[52825] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(961), 1,
sym_file_descriptor,
ACTIONS(1320), 1,
aux_sym_concatenation_token1,
ACTIONS(1768), 1,
sym__concat,
STATE(446), 1,
aux_sym_concatenation_repeat1,
ACTIONS(957), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[52868] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 1,
anon_sym_BQUOTE,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 26,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
sym_word,
[52907] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 1,
anon_sym_BQUOTE,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 26,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
sym_word,
[52946] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 1,
anon_sym_BQUOTE,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 26,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
sym_word,
[52985] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 1,
anon_sym_BQUOTE,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 26,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
sym_word,
[53024] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 1,
anon_sym_BQUOTE,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 26,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
sym_word,
[53063] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(385), 1,
sym_file_descriptor,
ACTIONS(1262), 1,
sym_variable_name,
ACTIONS(1260), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(1258), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 16,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
[53106] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1744), 1,
aux_sym_concatenation_token1,
ACTIONS(1764), 1,
sym__concat,
STATE(810), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1094), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1090), 24,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[53149] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(385), 1,
sym_file_descriptor,
ACTIONS(1306), 1,
sym_variable_name,
ACTIONS(1304), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(1302), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 16,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
aux_sym_heredoc_redirect_token1,
[53192] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1744), 1,
aux_sym_concatenation_token1,
ACTIONS(1764), 1,
sym__concat,
STATE(810), 1,
aux_sym_concatenation_repeat1,
ACTIONS(538), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(540), 24,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[53235] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1744), 1,
aux_sym_concatenation_token1,
ACTIONS(1764), 1,
sym__concat,
STATE(810), 1,
aux_sym_concatenation_repeat1,
ACTIONS(548), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(546), 24,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[53278] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(754), 1,
sym_file_descriptor,
ACTIONS(1772), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1774), 1,
anon_sym_DOLLAR,
ACTIONS(1776), 1,
anon_sym_DQUOTE,
ACTIONS(1778), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1780), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1782), 1,
anon_sym_BQUOTE,
STATE(1730), 1,
sym_concatenation,
ACTIONS(1770), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1486), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(756), 13,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_heredoc_redirect_token1,
[53333] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 1,
anon_sym_BQUOTE,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 26,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
sym_word,
[53372] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 1,
anon_sym_BQUOTE,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 26,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
sym_word,
[53411] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 1,
anon_sym_BQUOTE,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 26,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
sym_word,
[53450] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(760), 1,
sym_file_descriptor,
ACTIONS(1772), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1774), 1,
anon_sym_DOLLAR,
ACTIONS(1776), 1,
anon_sym_DQUOTE,
ACTIONS(1778), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1780), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1782), 1,
anon_sym_BQUOTE,
STATE(1726), 1,
sym_concatenation,
ACTIONS(1784), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1468), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(758), 13,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_heredoc_redirect_token1,
[53505] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 1,
anon_sym_BQUOTE,
ACTIONS(1524), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1520), 26,
anon_sym_for,
anon_sym_while,
anon_sym_until,
anon_sym_if,
anon_sym_case,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_BANG,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
sym_word,
[53544] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1100), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1098), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[53580] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(385), 1,
sym_file_descriptor,
ACTIONS(1790), 1,
sym_variable_name,
ACTIONS(1788), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(1786), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 15,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
[53622] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1126), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1124), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[53658] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1122), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1120), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[53694] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1174), 1,
sym_file_descriptor,
ACTIONS(1792), 1,
aux_sym_concatenation_token1,
ACTIONS(1794), 1,
sym__concat,
STATE(884), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1172), 24,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[53736] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1116), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[53772] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1114), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1112), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[53808] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(538), 2,
sym_file_descriptor,
sym_variable_name,
STATE(883), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
STATE(1109), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(540), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[53848] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1104), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1102), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[53884] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1100), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1098), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[53920] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1088), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1086), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[53956] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1070), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1072), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[53992] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1126), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1124), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[54028] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1116), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[54064] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1122), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1120), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[54100] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(548), 2,
sym_file_descriptor,
sym_variable_name,
STATE(883), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
STATE(1109), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(546), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[54140] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1116), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[54176] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(983), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[54212] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1048), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1046), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[54248] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1116), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[54284] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(983), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[54320] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1044), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1042), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[54356] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1056), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1058), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[54392] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 1,
sym_file_descriptor,
ACTIONS(1796), 1,
aux_sym_concatenation_token1,
ACTIONS(1799), 1,
sym__concat,
STATE(875), 1,
aux_sym_concatenation_repeat1,
ACTIONS(983), 24,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[54434] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(385), 1,
sym_file_descriptor,
ACTIONS(1806), 1,
sym_variable_name,
ACTIONS(1804), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(1802), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 15,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
[54476] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1056), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1058), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[54512] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1114), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1112), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[54548] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1048), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1046), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[54584] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1195), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1193), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[54620] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1195), 3,
sym_file_descriptor,
sym__concat,
sym__bare_dollar,
ACTIONS(1193), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[54656] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1070), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1072), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[54692] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1811), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1814), 1,
anon_sym_DOLLAR,
ACTIONS(1817), 1,
anon_sym_DQUOTE,
ACTIONS(1820), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1823), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1826), 1,
anon_sym_BQUOTE,
ACTIONS(536), 2,
sym_file_descriptor,
sym_variable_name,
STATE(883), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(1808), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1109), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(516), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[54746] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(961), 1,
sym_file_descriptor,
ACTIONS(1792), 1,
aux_sym_concatenation_token1,
ACTIONS(1829), 1,
sym__concat,
STATE(875), 1,
aux_sym_concatenation_repeat1,
ACTIONS(957), 24,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[54788] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1088), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1086), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[54824] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1044), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1042), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[54860] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1104), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1102), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[54896] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1835), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(503), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[54957] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1857), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(461), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[55018] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1859), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(468), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[55079] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1861), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(433), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[55140] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1863), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(471), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[55201] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1865), 1,
aux_sym_concatenation_token1,
ACTIONS(1868), 1,
sym__concat,
STATE(893), 1,
aux_sym_concatenation_repeat1,
ACTIONS(988), 4,
sym_file_descriptor,
sym_variable_name,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(983), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[55242] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1871), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(467), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[55303] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1873), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(423), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[55364] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1877), 1,
anon_sym_esac,
ACTIONS(1879), 1,
anon_sym_LPAREN,
ACTIONS(1883), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1885), 1,
anon_sym_DOLLAR,
ACTIONS(1887), 1,
anon_sym_DQUOTE,
ACTIONS(1889), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1891), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1893), 1,
anon_sym_BQUOTE,
ACTIONS(1895), 1,
sym_extglob_pattern,
STATE(1299), 1,
sym_terminator,
STATE(1360), 1,
aux_sym_case_statement_repeat1,
STATE(1923), 1,
sym_case_item,
STATE(2141), 1,
sym__case_item_last,
STATE(2078), 2,
sym_concatenation,
sym__extglob_blob,
ACTIONS(1875), 3,
sym_raw_string,
sym_number,
sym_word,
ACTIONS(1881), 4,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
STATE(2004), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[55429] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1897), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(451), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[55490] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1044), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1042), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[55525] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1048), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1046), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[55560] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1070), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1072), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[55595] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1100), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1098), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[55630] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1899), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(475), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[55691] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1104), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1102), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[55726] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1879), 1,
anon_sym_LPAREN,
ACTIONS(1883), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1885), 1,
anon_sym_DOLLAR,
ACTIONS(1887), 1,
anon_sym_DQUOTE,
ACTIONS(1889), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1891), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1893), 1,
anon_sym_BQUOTE,
ACTIONS(1895), 1,
sym_extglob_pattern,
ACTIONS(1901), 1,
anon_sym_esac,
STATE(1313), 1,
sym_terminator,
STATE(1381), 1,
aux_sym_case_statement_repeat1,
STATE(1923), 1,
sym_case_item,
STATE(2139), 1,
sym__case_item_last,
STATE(2078), 2,
sym_concatenation,
sym__extglob_blob,
ACTIONS(1875), 3,
sym_raw_string,
sym_number,
sym_word,
ACTIONS(1881), 4,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
STATE(2004), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[55791] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1879), 1,
anon_sym_LPAREN,
ACTIONS(1883), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1885), 1,
anon_sym_DOLLAR,
ACTIONS(1887), 1,
anon_sym_DQUOTE,
ACTIONS(1889), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1891), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1893), 1,
anon_sym_BQUOTE,
ACTIONS(1895), 1,
sym_extglob_pattern,
ACTIONS(1903), 1,
anon_sym_esac,
STATE(1300), 1,
sym_terminator,
STATE(1393), 1,
aux_sym_case_statement_repeat1,
STATE(1923), 1,
sym_case_item,
STATE(2195), 1,
sym__case_item_last,
STATE(2078), 2,
sym_concatenation,
sym__extglob_blob,
ACTIONS(1875), 3,
sym_raw_string,
sym_number,
sym_word,
ACTIONS(1881), 4,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
STATE(2004), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[55856] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1126), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1124), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[55891] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1905), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(559), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[55952] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1088), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1086), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[55987] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1907), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(591), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[56048] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1909), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(453), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[56109] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1911), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(507), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[56170] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1114), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1112), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[56205] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1913), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(502), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[56266] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1915), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(472), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[56327] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1917), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(538), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[56388] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1919), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(470), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[56449] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1116), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[56484] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1921), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(529), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[56545] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1923), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(505), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[56606] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1925), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(535), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[56667] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1122), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1120), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[56702] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1927), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(489), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[56763] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(983), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[56798] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1116), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[56833] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1879), 1,
anon_sym_LPAREN,
ACTIONS(1883), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1885), 1,
anon_sym_DOLLAR,
ACTIONS(1887), 1,
anon_sym_DQUOTE,
ACTIONS(1889), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1891), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1893), 1,
anon_sym_BQUOTE,
ACTIONS(1895), 1,
sym_extglob_pattern,
ACTIONS(1929), 1,
anon_sym_esac,
STATE(1308), 1,
sym_terminator,
STATE(1338), 1,
aux_sym_case_statement_repeat1,
STATE(1923), 1,
sym_case_item,
STATE(2287), 1,
sym__case_item_last,
STATE(2078), 2,
sym_concatenation,
sym__extglob_blob,
ACTIONS(1875), 3,
sym_raw_string,
sym_number,
sym_word,
ACTIONS(1881), 4,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
STATE(2004), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[56898] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1931), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(473), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[56959] = 5,
ACTIONS(3), 1,
sym_comment,
STATE(1336), 1,
sym_concatenation,
ACTIONS(754), 2,
sym_file_descriptor,
sym_variable_name,
STATE(1128), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(756), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[56998] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1000), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(993), 25,
anon_sym_LPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[57033] = 5,
ACTIONS(3), 1,
sym_comment,
STATE(1327), 1,
sym_concatenation,
ACTIONS(760), 2,
sym_file_descriptor,
sym_variable_name,
STATE(1105), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
ACTIONS(758), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[57072] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1933), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(452), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[57133] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1935), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(585), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[57194] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1937), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(528), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[57255] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1939), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(449), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[57316] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1879), 1,
anon_sym_LPAREN,
ACTIONS(1883), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1885), 1,
anon_sym_DOLLAR,
ACTIONS(1887), 1,
anon_sym_DQUOTE,
ACTIONS(1889), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1891), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1893), 1,
anon_sym_BQUOTE,
ACTIONS(1895), 1,
sym_extglob_pattern,
ACTIONS(1941), 1,
anon_sym_esac,
STATE(1312), 1,
sym_terminator,
STATE(1372), 1,
aux_sym_case_statement_repeat1,
STATE(1923), 1,
sym_case_item,
STATE(2281), 1,
sym__case_item_last,
STATE(2078), 2,
sym_concatenation,
sym__extglob_blob,
ACTIONS(1875), 3,
sym_raw_string,
sym_number,
sym_word,
ACTIONS(1881), 4,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
STATE(2004), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[57381] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1943), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(436), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[57442] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1195), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1193), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[57477] = 18,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1879), 1,
anon_sym_LPAREN,
ACTIONS(1883), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1885), 1,
anon_sym_DOLLAR,
ACTIONS(1887), 1,
anon_sym_DQUOTE,
ACTIONS(1889), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1891), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1893), 1,
anon_sym_BQUOTE,
ACTIONS(1895), 1,
sym_extglob_pattern,
ACTIONS(1945), 1,
anon_sym_esac,
STATE(1306), 1,
sym_terminator,
STATE(1318), 1,
aux_sym_case_statement_repeat1,
STATE(1923), 1,
sym_case_item,
STATE(2258), 1,
sym__case_item_last,
STATE(2078), 2,
sym_concatenation,
sym__extglob_blob,
ACTIONS(1875), 3,
sym_raw_string,
sym_number,
sym_word,
ACTIONS(1881), 4,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
STATE(2004), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[57542] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1056), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1058), 25,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[57577] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1947), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(478), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[57638] = 16,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1949), 1,
anon_sym_RPAREN_RPAREN,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(584), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[57699] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1100), 5,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(1098), 21,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_BQUOTE,
anon_sym_SEMI,
[57733] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1951), 1,
anon_sym_LPAREN,
ACTIONS(1953), 1,
anon_sym_BANG,
ACTIONS(1959), 1,
anon_sym_TILDE,
ACTIONS(1961), 1,
anon_sym_DOLLAR,
ACTIONS(1963), 1,
anon_sym_DQUOTE,
ACTIONS(1967), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1969), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1971), 1,
anon_sym_BQUOTE,
ACTIONS(1973), 1,
sym_variable_name,
ACTIONS(1955), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1957), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1965), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(462), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(513), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[57791] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1951), 1,
anon_sym_LPAREN,
ACTIONS(1953), 1,
anon_sym_BANG,
ACTIONS(1959), 1,
anon_sym_TILDE,
ACTIONS(1961), 1,
anon_sym_DOLLAR,
ACTIONS(1963), 1,
anon_sym_DQUOTE,
ACTIONS(1967), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1969), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1971), 1,
anon_sym_BQUOTE,
ACTIONS(1973), 1,
sym_variable_name,
ACTIONS(1955), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1957), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1965), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(462), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(570), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[57849] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1951), 1,
anon_sym_LPAREN,
ACTIONS(1953), 1,
anon_sym_BANG,
ACTIONS(1959), 1,
anon_sym_TILDE,
ACTIONS(1961), 1,
anon_sym_DOLLAR,
ACTIONS(1963), 1,
anon_sym_DQUOTE,
ACTIONS(1967), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1969), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1971), 1,
anon_sym_BQUOTE,
ACTIONS(1973), 1,
sym_variable_name,
ACTIONS(1955), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1957), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1965), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(462), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(571), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[57907] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1951), 1,
anon_sym_LPAREN,
ACTIONS(1953), 1,
anon_sym_BANG,
ACTIONS(1959), 1,
anon_sym_TILDE,
ACTIONS(1961), 1,
anon_sym_DOLLAR,
ACTIONS(1963), 1,
anon_sym_DQUOTE,
ACTIONS(1967), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1969), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1971), 1,
anon_sym_BQUOTE,
ACTIONS(1973), 1,
sym_variable_name,
ACTIONS(1955), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1957), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1965), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(462), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(572), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[57965] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1104), 5,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(1102), 21,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_BQUOTE,
anon_sym_SEMI,
[57999] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 1,
sym_file_descriptor,
ACTIONS(1975), 1,
aux_sym_concatenation_token1,
ACTIONS(1978), 1,
sym__concat,
STATE(947), 1,
aux_sym_concatenation_repeat1,
ACTIONS(983), 22,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[58039] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1981), 1,
aux_sym_concatenation_token1,
ACTIONS(1984), 1,
sym__concat,
STATE(948), 1,
aux_sym_concatenation_repeat1,
ACTIONS(988), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(983), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[58079] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1128), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(1130), 24,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[58113] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1174), 1,
sym_file_descriptor,
ACTIONS(1987), 1,
aux_sym_concatenation_token1,
ACTIONS(1989), 1,
sym__concat,
STATE(1001), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1172), 22,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[58153] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1951), 1,
anon_sym_LPAREN,
ACTIONS(1953), 1,
anon_sym_BANG,
ACTIONS(1959), 1,
anon_sym_TILDE,
ACTIONS(1961), 1,
anon_sym_DOLLAR,
ACTIONS(1963), 1,
anon_sym_DQUOTE,
ACTIONS(1967), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1969), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1971), 1,
anon_sym_BQUOTE,
ACTIONS(1973), 1,
sym_variable_name,
ACTIONS(1955), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1957), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1965), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(462), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(573), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[58211] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1951), 1,
anon_sym_LPAREN,
ACTIONS(1953), 1,
anon_sym_BANG,
ACTIONS(1959), 1,
anon_sym_TILDE,
ACTIONS(1961), 1,
anon_sym_DOLLAR,
ACTIONS(1963), 1,
anon_sym_DQUOTE,
ACTIONS(1967), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1969), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1971), 1,
anon_sym_BQUOTE,
ACTIONS(1973), 1,
sym_variable_name,
ACTIONS(1955), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1957), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1965), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(462), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(574), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[58269] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1070), 5,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(1072), 21,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_BQUOTE,
anon_sym_SEMI,
[58303] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1580), 2,
sym_file_descriptor,
sym__bare_dollar,
ACTIONS(1578), 24,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[58337] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1951), 1,
anon_sym_LPAREN,
ACTIONS(1953), 1,
anon_sym_BANG,
ACTIONS(1959), 1,
anon_sym_TILDE,
ACTIONS(1961), 1,
anon_sym_DOLLAR,
ACTIONS(1963), 1,
anon_sym_DQUOTE,
ACTIONS(1967), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1969), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1971), 1,
anon_sym_BQUOTE,
ACTIONS(1973), 1,
sym_variable_name,
ACTIONS(1955), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1957), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1965), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(462), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(575), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[58395] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(774), 1,
sym_variable_name,
ACTIONS(1592), 1,
sym_file_descriptor,
ACTIONS(762), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1594), 15,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
[58433] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1951), 1,
anon_sym_LPAREN,
ACTIONS(1953), 1,
anon_sym_BANG,
ACTIONS(1959), 1,
anon_sym_TILDE,
ACTIONS(1961), 1,
anon_sym_DOLLAR,
ACTIONS(1963), 1,
anon_sym_DQUOTE,
ACTIONS(1967), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1969), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1971), 1,
anon_sym_BQUOTE,
ACTIONS(1973), 1,
sym_variable_name,
ACTIONS(1955), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1957), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1965), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(462), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(576), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[58491] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1951), 1,
anon_sym_LPAREN,
ACTIONS(1953), 1,
anon_sym_BANG,
ACTIONS(1959), 1,
anon_sym_TILDE,
ACTIONS(1961), 1,
anon_sym_DOLLAR,
ACTIONS(1963), 1,
anon_sym_DQUOTE,
ACTIONS(1967), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1969), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1971), 1,
anon_sym_BQUOTE,
ACTIONS(1973), 1,
sym_variable_name,
ACTIONS(1955), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1957), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1965), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(462), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(577), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[58549] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1951), 1,
anon_sym_LPAREN,
ACTIONS(1953), 1,
anon_sym_BANG,
ACTIONS(1959), 1,
anon_sym_TILDE,
ACTIONS(1961), 1,
anon_sym_DOLLAR,
ACTIONS(1963), 1,
anon_sym_DQUOTE,
ACTIONS(1967), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1969), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1971), 1,
anon_sym_BQUOTE,
ACTIONS(1973), 1,
sym_variable_name,
ACTIONS(1955), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1957), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1965), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(462), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(476), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[58607] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(463), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[58665] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym_file_descriptor,
ACTIONS(1539), 1,
sym_variable_name,
ACTIONS(1528), 5,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(1526), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(1533), 10,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[58705] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1951), 1,
anon_sym_LPAREN,
ACTIONS(1953), 1,
anon_sym_BANG,
ACTIONS(1959), 1,
anon_sym_TILDE,
ACTIONS(1961), 1,
anon_sym_DOLLAR,
ACTIONS(1963), 1,
anon_sym_DQUOTE,
ACTIONS(1967), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1969), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1971), 1,
anon_sym_BQUOTE,
ACTIONS(1973), 1,
sym_variable_name,
ACTIONS(1955), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1957), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1965), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(462), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(578), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[58763] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1048), 5,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(1046), 21,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_BQUOTE,
anon_sym_SEMI,
[58797] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1951), 1,
anon_sym_LPAREN,
ACTIONS(1953), 1,
anon_sym_BANG,
ACTIONS(1959), 1,
anon_sym_TILDE,
ACTIONS(1961), 1,
anon_sym_DOLLAR,
ACTIONS(1963), 1,
anon_sym_DQUOTE,
ACTIONS(1967), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1969), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1971), 1,
anon_sym_BQUOTE,
ACTIONS(1973), 1,
sym_variable_name,
ACTIONS(1955), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1957), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1965), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(462), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(569), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[58855] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1114), 5,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(1112), 21,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_BQUOTE,
anon_sym_SEMI,
[58889] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 5,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(1116), 21,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_BQUOTE,
anon_sym_SEMI,
[58923] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1951), 1,
anon_sym_LPAREN,
ACTIONS(1953), 1,
anon_sym_BANG,
ACTIONS(1959), 1,
anon_sym_TILDE,
ACTIONS(1961), 1,
anon_sym_DOLLAR,
ACTIONS(1963), 1,
anon_sym_DQUOTE,
ACTIONS(1967), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1969), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1971), 1,
anon_sym_BQUOTE,
ACTIONS(1973), 1,
sym_variable_name,
ACTIONS(1955), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1957), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1965), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(462), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(579), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[58981] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1044), 5,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(1042), 21,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_BQUOTE,
anon_sym_SEMI,
[59015] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(413), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[59073] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(412), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[59131] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(411), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[59189] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1088), 5,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(1086), 21,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_BQUOTE,
anon_sym_SEMI,
[59223] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(410), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[59281] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1951), 1,
anon_sym_LPAREN,
ACTIONS(1953), 1,
anon_sym_BANG,
ACTIONS(1959), 1,
anon_sym_TILDE,
ACTIONS(1961), 1,
anon_sym_DOLLAR,
ACTIONS(1963), 1,
anon_sym_DQUOTE,
ACTIONS(1967), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1969), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1971), 1,
anon_sym_BQUOTE,
ACTIONS(1973), 1,
sym_variable_name,
ACTIONS(1955), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1957), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1965), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(462), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(580), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[59339] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1122), 5,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(1120), 21,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_BQUOTE,
anon_sym_SEMI,
[59373] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1951), 1,
anon_sym_LPAREN,
ACTIONS(1953), 1,
anon_sym_BANG,
ACTIONS(1959), 1,
anon_sym_TILDE,
ACTIONS(1961), 1,
anon_sym_DOLLAR,
ACTIONS(1963), 1,
anon_sym_DQUOTE,
ACTIONS(1967), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1969), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1971), 1,
anon_sym_BQUOTE,
ACTIONS(1973), 1,
sym_variable_name,
ACTIONS(1955), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1957), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1965), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(462), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(512), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[59431] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(409), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[59489] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(408), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[59547] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(407), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[59605] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(406), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[59663] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 5,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(1116), 21,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_BQUOTE,
anon_sym_SEMI,
[59697] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(405), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[59755] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(404), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[59813] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(403), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[59871] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(385), 1,
sym_file_descriptor,
ACTIONS(1995), 1,
sym_variable_name,
ACTIONS(1993), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(1991), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 13,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_heredoc_redirect_token1,
[59911] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1951), 1,
anon_sym_LPAREN,
ACTIONS(1953), 1,
anon_sym_BANG,
ACTIONS(1959), 1,
anon_sym_TILDE,
ACTIONS(1961), 1,
anon_sym_DOLLAR,
ACTIONS(1963), 1,
anon_sym_DQUOTE,
ACTIONS(1967), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1969), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1971), 1,
anon_sym_BQUOTE,
ACTIONS(1973), 1,
sym_variable_name,
ACTIONS(1955), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1957), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1965), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(462), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(511), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[59969] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(548), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(546), 24,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[60003] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(538), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(540), 24,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[60037] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1094), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1090), 24,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[60071] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(335), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[60129] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(508), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[60187] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 5,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(983), 21,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_BQUOTE,
anon_sym_SEMI,
[60221] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1951), 1,
anon_sym_LPAREN,
ACTIONS(1953), 1,
anon_sym_BANG,
ACTIONS(1959), 1,
anon_sym_TILDE,
ACTIONS(1961), 1,
anon_sym_DOLLAR,
ACTIONS(1963), 1,
anon_sym_DQUOTE,
ACTIONS(1967), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1969), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1971), 1,
anon_sym_BQUOTE,
ACTIONS(1973), 1,
sym_variable_name,
ACTIONS(1955), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1957), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1965), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(462), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(601), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[60279] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1056), 5,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(1058), 21,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_BQUOTE,
anon_sym_SEMI,
[60313] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1195), 5,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(1193), 21,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_BQUOTE,
anon_sym_SEMI,
[60347] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(347), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[60405] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(346), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[60463] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(345), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[60521] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1951), 1,
anon_sym_LPAREN,
ACTIONS(1953), 1,
anon_sym_BANG,
ACTIONS(1959), 1,
anon_sym_TILDE,
ACTIONS(1961), 1,
anon_sym_DOLLAR,
ACTIONS(1963), 1,
anon_sym_DQUOTE,
ACTIONS(1967), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1969), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1971), 1,
anon_sym_BQUOTE,
ACTIONS(1973), 1,
sym_variable_name,
ACTIONS(1955), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1957), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1965), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(462), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(557), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[60579] = 15,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1831), 1,
anon_sym_LPAREN,
ACTIONS(1833), 1,
anon_sym_BANG,
ACTIONS(1841), 1,
anon_sym_TILDE,
ACTIONS(1843), 1,
anon_sym_DOLLAR,
ACTIONS(1845), 1,
anon_sym_DQUOTE,
ACTIONS(1849), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1851), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1853), 1,
anon_sym_BQUOTE,
ACTIONS(1855), 1,
sym_variable_name,
ACTIONS(1837), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(1839), 2,
anon_sym_DASH2,
anon_sym_PLUS2,
ACTIONS(1847), 2,
sym_number,
aux_sym__simple_variable_name_token1,
STATE(370), 3,
sym_string,
sym_simple_expansion,
sym_expansion,
STATE(414), 8,
sym__arithmetic_expression,
sym_arithmetic_literal,
sym_arithmetic_binary_expression,
sym_arithmetic_ternary_expression,
sym_arithmetic_unary_expression,
sym_arithmetic_postfix_expression,
sym_arithmetic_parenthesized_expression,
sym_command_substitution,
[60637] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(961), 1,
sym_file_descriptor,
ACTIONS(1987), 1,
aux_sym_concatenation_token1,
ACTIONS(1997), 1,
sym__concat,
STATE(947), 1,
aux_sym_concatenation_repeat1,
ACTIONS(957), 22,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[60677] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1126), 5,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(1124), 21,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_BQUOTE,
anon_sym_SEMI,
[60711] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2003), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2005), 1,
sym_file_descriptor,
STATE(751), 1,
sym_terminator,
ACTIONS(764), 2,
anon_sym_esac,
anon_sym_SEMI_SEMI,
ACTIONS(768), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(770), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(772), 2,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(2001), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1123), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(1999), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[60762] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1048), 4,
sym_file_descriptor,
sym__concat,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(1046), 21,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_BQUOTE,
anon_sym_SEMI,
[60795] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2007), 1,
aux_sym_concatenation_token1,
ACTIONS(2010), 1,
sym__concat,
STATE(1005), 1,
aux_sym_concatenation_repeat1,
ACTIONS(988), 3,
sym_file_descriptor,
sym_variable_name,
aux_sym_heredoc_redirect_token1,
ACTIONS(983), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[60834] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(831), 1,
ts_builtin_sym_end,
ACTIONS(2017), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2019), 1,
sym_file_descriptor,
STATE(770), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(835), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2015), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(833), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1133), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2013), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[60885] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2021), 1,
aux_sym_concatenation_token1,
ACTIONS(2023), 1,
sym__concat,
STATE(1009), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1094), 3,
sym_file_descriptor,
sym_variable_name,
aux_sym_heredoc_redirect_token1,
ACTIONS(1090), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[60924] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2003), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2005), 1,
sym_file_descriptor,
STATE(754), 1,
sym_terminator,
ACTIONS(764), 2,
anon_sym_esac,
anon_sym_SEMI_SEMI,
ACTIONS(768), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(770), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(772), 2,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(2001), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1123), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(1999), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[60975] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2021), 1,
aux_sym_concatenation_token1,
ACTIONS(2025), 1,
sym__concat,
STATE(1005), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 3,
sym_file_descriptor,
sym_variable_name,
aux_sym_heredoc_redirect_token1,
ACTIONS(957), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[61014] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_BQUOTE,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2033), 1,
sym_file_descriptor,
STATE(847), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(842), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2029), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1157), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2027), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[61065] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1044), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1042), 23,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[61098] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_BQUOTE,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2033), 1,
sym_file_descriptor,
STATE(849), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(842), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2029), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1157), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2027), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[61149] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_BQUOTE,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2033), 1,
sym_file_descriptor,
STATE(851), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(842), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2029), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1157), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2027), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[61200] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1195), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1193), 23,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[61233] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_BQUOTE,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2033), 1,
sym_file_descriptor,
STATE(808), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(842), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2029), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1157), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2027), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[61284] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1048), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1046), 23,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[61317] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(983), 23,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[61350] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_BQUOTE,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2033), 1,
sym_file_descriptor,
STATE(832), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(842), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2029), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1157), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2027), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[61401] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_BQUOTE,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2033), 1,
sym_file_descriptor,
STATE(833), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(842), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2029), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1157), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2027), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[61452] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1056), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1058), 23,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[61485] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_BQUOTE,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2033), 1,
sym_file_descriptor,
STATE(834), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(842), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2029), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1157), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2027), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[61536] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_BQUOTE,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2033), 1,
sym_file_descriptor,
STATE(836), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(842), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2029), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1157), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2027), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[61587] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_BQUOTE,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2033), 1,
sym_file_descriptor,
STATE(837), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(842), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2029), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1157), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2027), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[61638] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_BQUOTE,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2033), 1,
sym_file_descriptor,
STATE(838), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(842), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2029), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1157), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2027), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[61689] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_BQUOTE,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2033), 1,
sym_file_descriptor,
STATE(839), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(842), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2029), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1157), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2027), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[61740] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2003), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2005), 1,
sym_file_descriptor,
STATE(758), 1,
sym_terminator,
ACTIONS(764), 2,
anon_sym_esac,
anon_sym_SEMI_SEMI,
ACTIONS(768), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(770), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(772), 2,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(2001), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1123), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(1999), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[61791] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_BQUOTE,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2033), 1,
sym_file_descriptor,
STATE(840), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(842), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2029), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1157), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2027), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[61842] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1070), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1072), 23,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[61875] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1088), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1086), 23,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[61908] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1100), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1098), 23,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[61941] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(840), 1,
ts_builtin_sym_end,
ACTIONS(2017), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2019), 1,
sym_file_descriptor,
STATE(790), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(835), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2015), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(833), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1133), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2013), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[61992] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1104), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1102), 23,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[62025] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1114), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1112), 23,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[62058] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1116), 23,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[62091] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(840), 1,
ts_builtin_sym_end,
ACTIONS(2017), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2019), 1,
sym_file_descriptor,
STATE(789), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(835), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2015), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(833), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1133), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2013), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[62142] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1122), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1120), 23,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[62175] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(840), 1,
ts_builtin_sym_end,
ACTIONS(2017), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2019), 1,
sym_file_descriptor,
STATE(775), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(835), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2015), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(833), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1133), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2013), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[62226] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1116), 23,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[62259] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1126), 2,
sym_file_descriptor,
sym__concat,
ACTIONS(1124), 23,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[62292] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 4,
sym_file_descriptor,
sym__concat,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(983), 21,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_BQUOTE,
anon_sym_SEMI,
[62325] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(840), 1,
ts_builtin_sym_end,
ACTIONS(2017), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2019), 1,
sym_file_descriptor,
STATE(788), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(835), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2015), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(833), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1133), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2013), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[62376] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2035), 1,
aux_sym_concatenation_token1,
ACTIONS(2037), 1,
sym__concat,
STATE(893), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 3,
sym_file_descriptor,
sym_variable_name,
aux_sym_heredoc_redirect_token1,
ACTIONS(957), 19,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[62415] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(840), 1,
ts_builtin_sym_end,
ACTIONS(2017), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2019), 1,
sym_file_descriptor,
STATE(772), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(835), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2015), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(833), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1133), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2013), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[62466] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2003), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2005), 1,
sym_file_descriptor,
STATE(764), 1,
sym_terminator,
ACTIONS(764), 2,
anon_sym_esac,
anon_sym_SEMI_SEMI,
ACTIONS(768), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(770), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(772), 2,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(2001), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1123), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(1999), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[62517] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2003), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2005), 1,
sym_file_descriptor,
STATE(763), 1,
sym_terminator,
ACTIONS(764), 2,
anon_sym_esac,
anon_sym_SEMI_SEMI,
ACTIONS(768), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(770), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(772), 2,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(2001), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1123), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(1999), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[62568] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2003), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2005), 1,
sym_file_descriptor,
STATE(762), 1,
sym_terminator,
ACTIONS(764), 2,
anon_sym_esac,
anon_sym_SEMI_SEMI,
ACTIONS(768), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(770), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(772), 2,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(2001), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1123), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(1999), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[62619] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2003), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2005), 1,
sym_file_descriptor,
STATE(761), 1,
sym_terminator,
ACTIONS(764), 2,
anon_sym_esac,
anon_sym_SEMI_SEMI,
ACTIONS(768), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(770), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(772), 2,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(2001), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1123), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(1999), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[62670] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2003), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2005), 1,
sym_file_descriptor,
STATE(760), 1,
sym_terminator,
ACTIONS(764), 2,
anon_sym_esac,
anon_sym_SEMI_SEMI,
ACTIONS(768), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(770), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(772), 2,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(2001), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1123), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(1999), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[62721] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2003), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2005), 1,
sym_file_descriptor,
STATE(759), 1,
sym_terminator,
ACTIONS(764), 2,
anon_sym_esac,
anon_sym_SEMI_SEMI,
ACTIONS(768), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(770), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(772), 2,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(2001), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1123), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(1999), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[62772] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_RPAREN,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2043), 1,
sym_file_descriptor,
STATE(711), 1,
sym_terminator,
ACTIONS(802), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(2041), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1137), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2039), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[62823] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(840), 1,
ts_builtin_sym_end,
ACTIONS(2017), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2019), 1,
sym_file_descriptor,
STATE(774), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(835), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2015), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(833), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1133), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2013), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[62874] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2035), 1,
aux_sym_concatenation_token1,
ACTIONS(2045), 1,
sym__concat,
STATE(893), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 3,
sym_file_descriptor,
sym_variable_name,
aux_sym_heredoc_redirect_token1,
ACTIONS(957), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[62913] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1056), 4,
sym_file_descriptor,
sym__concat,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(1058), 21,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_BQUOTE,
anon_sym_SEMI,
[62946] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_RPAREN,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2043), 1,
sym_file_descriptor,
STATE(750), 1,
sym_terminator,
ACTIONS(802), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(2041), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1137), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2039), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[62997] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_RPAREN,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2043), 1,
sym_file_descriptor,
STATE(739), 1,
sym_terminator,
ACTIONS(802), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(2041), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1137), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2039), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[63048] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_RPAREN,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2043), 1,
sym_file_descriptor,
STATE(738), 1,
sym_terminator,
ACTIONS(802), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(2041), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1137), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2039), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[63099] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(809), 1,
anon_sym_BQUOTE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2033), 1,
sym_file_descriptor,
STATE(829), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(842), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2029), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1157), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2027), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[63150] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_RPAREN,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2043), 1,
sym_file_descriptor,
STATE(731), 1,
sym_terminator,
ACTIONS(802), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(2041), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1137), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2039), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[63201] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(840), 1,
ts_builtin_sym_end,
ACTIONS(2017), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2019), 1,
sym_file_descriptor,
STATE(779), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(835), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2015), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(833), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1133), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2013), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[63252] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_RPAREN,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2043), 1,
sym_file_descriptor,
STATE(722), 1,
sym_terminator,
ACTIONS(802), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(2041), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1137), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2039), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[63303] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1195), 4,
sym_file_descriptor,
sym__concat,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(1193), 21,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_BQUOTE,
anon_sym_SEMI,
[63336] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_RPAREN,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2043), 1,
sym_file_descriptor,
STATE(719), 1,
sym_terminator,
ACTIONS(802), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(2041), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1137), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2039), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[63387] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_RPAREN,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2043), 1,
sym_file_descriptor,
STATE(718), 1,
sym_terminator,
ACTIONS(802), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(2041), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1137), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2039), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[63438] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2003), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2005), 1,
sym_file_descriptor,
STATE(757), 1,
sym_terminator,
ACTIONS(764), 2,
anon_sym_esac,
anon_sym_SEMI_SEMI,
ACTIONS(768), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(770), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(772), 2,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(2001), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1123), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(1999), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[63489] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2035), 1,
aux_sym_concatenation_token1,
ACTIONS(2047), 1,
sym__concat,
STATE(893), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 4,
sym_file_descriptor,
sym_variable_name,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(957), 18,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[63528] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(840), 1,
ts_builtin_sym_end,
ACTIONS(2017), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2019), 1,
sym_file_descriptor,
STATE(784), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(835), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2015), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(833), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1133), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2013), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[63579] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_RPAREN,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2043), 1,
sym_file_descriptor,
STATE(671), 1,
sym_terminator,
ACTIONS(802), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(2041), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1137), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2039), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[63630] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_RPAREN,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2043), 1,
sym_file_descriptor,
STATE(667), 1,
sym_terminator,
ACTIONS(802), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(2041), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1137), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2039), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[63681] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_RPAREN,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2043), 1,
sym_file_descriptor,
STATE(673), 1,
sym_terminator,
ACTIONS(802), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(2041), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1137), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2039), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[63732] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_RPAREN,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2043), 1,
sym_file_descriptor,
STATE(674), 1,
sym_terminator,
ACTIONS(802), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(2041), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1137), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2039), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[63783] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2003), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2005), 1,
sym_file_descriptor,
STATE(755), 1,
sym_terminator,
ACTIONS(764), 2,
anon_sym_esac,
anon_sym_SEMI_SEMI,
ACTIONS(768), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(770), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(772), 2,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(2001), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1123), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(1999), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[63834] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(809), 1,
anon_sym_RPAREN,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2043), 1,
sym_file_descriptor,
STATE(728), 1,
sym_terminator,
ACTIONS(802), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(2041), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1137), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2039), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[63885] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2003), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2005), 1,
sym_file_descriptor,
STATE(753), 1,
sym_terminator,
ACTIONS(764), 2,
anon_sym_esac,
anon_sym_SEMI_SEMI,
ACTIONS(768), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(770), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(772), 2,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(2001), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1123), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(1999), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[63936] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(840), 1,
ts_builtin_sym_end,
ACTIONS(2017), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2019), 1,
sym_file_descriptor,
STATE(785), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(835), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2015), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(833), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1133), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2013), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[63987] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 4,
sym_file_descriptor,
sym__concat,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(1116), 21,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_BQUOTE,
anon_sym_SEMI,
[64020] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1070), 4,
sym_file_descriptor,
sym__concat,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(1072), 21,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_BQUOTE,
anon_sym_SEMI,
[64053] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1122), 4,
sym_file_descriptor,
sym__concat,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(1120), 21,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_BQUOTE,
anon_sym_SEMI,
[64086] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 4,
sym_file_descriptor,
sym__concat,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(1116), 21,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_BQUOTE,
anon_sym_SEMI,
[64119] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1114), 4,
sym_file_descriptor,
sym__concat,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(1112), 21,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_BQUOTE,
anon_sym_SEMI,
[64152] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1100), 4,
sym_file_descriptor,
sym__concat,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(1098), 21,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_BQUOTE,
anon_sym_SEMI,
[64185] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1104), 4,
sym_file_descriptor,
sym__concat,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(1102), 21,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_BQUOTE,
anon_sym_SEMI,
[64218] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2035), 1,
aux_sym_concatenation_token1,
ACTIONS(2049), 1,
sym__concat,
STATE(1042), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1094), 3,
sym_file_descriptor,
sym_variable_name,
aux_sym_heredoc_redirect_token1,
ACTIONS(1090), 19,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[64257] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2035), 1,
aux_sym_concatenation_token1,
ACTIONS(2049), 1,
sym__concat,
STATE(1065), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1094), 4,
sym_file_descriptor,
sym_variable_name,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(1090), 18,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[64296] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(840), 1,
ts_builtin_sym_end,
ACTIONS(2017), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2019), 1,
sym_file_descriptor,
STATE(791), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(835), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2015), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(833), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1133), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2013), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[64347] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1088), 4,
sym_file_descriptor,
sym__concat,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(1086), 21,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_BQUOTE,
anon_sym_SEMI,
[64380] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2003), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2005), 1,
sym_file_descriptor,
STATE(688), 1,
sym_terminator,
ACTIONS(768), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(770), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(772), 2,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(809), 2,
anon_sym_esac,
anon_sym_SEMI_SEMI,
ACTIONS(2001), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1123), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(1999), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[64431] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(840), 1,
ts_builtin_sym_end,
ACTIONS(2017), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2019), 1,
sym_file_descriptor,
STATE(797), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(835), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2015), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(833), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1133), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2013), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[64482] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(840), 1,
ts_builtin_sym_end,
ACTIONS(2017), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2019), 1,
sym_file_descriptor,
STATE(792), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(835), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2015), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(833), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1133), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2013), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[64533] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1126), 4,
sym_file_descriptor,
sym__concat,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(1124), 21,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_BQUOTE,
anon_sym_SEMI,
[64566] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2035), 1,
aux_sym_concatenation_token1,
ACTIONS(2049), 1,
sym__concat,
STATE(1052), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1094), 3,
sym_file_descriptor,
sym_variable_name,
aux_sym_heredoc_redirect_token1,
ACTIONS(1090), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[64605] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1044), 4,
sym_file_descriptor,
sym__concat,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(1042), 21,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_BQUOTE,
anon_sym_SEMI,
[64638] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2051), 1,
aux_sym_concatenation_token1,
ACTIONS(2053), 1,
sym__concat,
STATE(1139), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1094), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1090), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[64676] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2059), 1,
sym_variable_name,
ACTIONS(2057), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
STATE(1093), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
ACTIONS(2055), 19,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[64712] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(927), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
STATE(1123), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(900), 18,
anon_sym_esac,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[64748] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_SEMI_SEMI,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2066), 1,
sym_file_descriptor,
STATE(718), 1,
sym_terminator,
ACTIONS(800), 2,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2064), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2062), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[64798] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2003), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2005), 1,
sym_file_descriptor,
STATE(688), 1,
sym_terminator,
ACTIONS(768), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(770), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(772), 2,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(809), 2,
anon_sym_esac,
anon_sym_SEMI_SEMI,
ACTIONS(2001), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1123), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(1999), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[64846] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(927), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
STATE(1123), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(900), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[64880] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2079), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2081), 1,
sym_file_descriptor,
ACTIONS(2073), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(2076), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
STATE(1098), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2068), 7,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(2070), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[64922] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2084), 1,
sym_variable_name,
ACTIONS(2057), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
STATE(1099), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
ACTIONS(2055), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[64958] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2095), 1,
sym_file_descriptor,
ACTIONS(2098), 1,
sym_variable_name,
STATE(1343), 1,
sym_file_redirect,
ACTIONS(2092), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1100), 2,
sym_variable_assignment,
aux_sym_command_repeat1,
ACTIONS(2089), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
ACTIONS(2087), 9,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[65000] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1094), 4,
sym_file_descriptor,
sym_variable_name,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(1090), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[65032] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_SEMI_SEMI,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2066), 1,
sym_file_descriptor,
STATE(674), 1,
sym_terminator,
ACTIONS(800), 2,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2064), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2062), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[65082] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 4,
sym_file_descriptor,
sym__concat,
sym_variable_name,
aux_sym_heredoc_redirect_token1,
ACTIONS(1116), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[65114] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1122), 4,
sym_file_descriptor,
sym__concat,
sym_variable_name,
aux_sym_heredoc_redirect_token1,
ACTIONS(1120), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[65146] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2051), 1,
aux_sym_concatenation_token1,
ACTIONS(2053), 1,
sym__concat,
STATE(1139), 1,
aux_sym_concatenation_repeat1,
ACTIONS(548), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(546), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[65184] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 4,
sym_file_descriptor,
sym__concat,
sym_variable_name,
aux_sym_heredoc_redirect_token1,
ACTIONS(1116), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[65216] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(840), 1,
ts_builtin_sym_end,
ACTIONS(2017), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2019), 1,
sym_file_descriptor,
STATE(778), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(835), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2015), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(833), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1133), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2013), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[65264] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1114), 4,
sym_file_descriptor,
sym__concat,
sym_variable_name,
aux_sym_heredoc_redirect_token1,
ACTIONS(1112), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[65296] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2051), 1,
aux_sym_concatenation_token1,
ACTIONS(2053), 1,
sym__concat,
STATE(1139), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1174), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1172), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[65334] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(809), 1,
anon_sym_RPAREN,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2043), 1,
sym_file_descriptor,
STATE(728), 1,
sym_terminator,
ACTIONS(802), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(2041), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1137), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2039), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[65382] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2101), 1,
aux_sym_concatenation_token1,
ACTIONS(2103), 1,
sym__concat,
STATE(1171), 1,
aux_sym_concatenation_repeat1,
ACTIONS(548), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(546), 19,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[65420] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2066), 1,
sym_file_descriptor,
STATE(692), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2064), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2062), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[65468] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2003), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2005), 1,
sym_file_descriptor,
STATE(756), 1,
sym_terminator,
ACTIONS(764), 2,
anon_sym_esac,
anon_sym_SEMI_SEMI,
ACTIONS(768), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(770), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(772), 2,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(2001), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1123), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(1999), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[65516] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_RPAREN,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2043), 1,
sym_file_descriptor,
STATE(723), 1,
sym_terminator,
ACTIONS(802), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(2041), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1137), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2039), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[65564] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2101), 1,
aux_sym_concatenation_token1,
ACTIONS(2105), 1,
sym__concat,
STATE(948), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(957), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[65602] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2079), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2116), 1,
sym_file_descriptor,
ACTIONS(2110), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(2113), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
STATE(1116), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2068), 7,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(2107), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[65644] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(927), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
STATE(1137), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(900), 19,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[65678] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2101), 1,
aux_sym_concatenation_token1,
ACTIONS(2103), 1,
sym__concat,
STATE(1171), 1,
aux_sym_concatenation_repeat1,
ACTIONS(538), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(540), 19,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[65716] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(927), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
STATE(1137), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(900), 18,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[65752] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1088), 4,
sym_file_descriptor,
sym__concat,
sym_variable_name,
aux_sym_heredoc_redirect_token1,
ACTIONS(1086), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[65784] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1126), 4,
sym_file_descriptor,
sym__concat,
sym_variable_name,
aux_sym_heredoc_redirect_token1,
ACTIONS(1124), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[65816] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1104), 4,
sym_file_descriptor,
sym__concat,
sym_variable_name,
aux_sym_heredoc_redirect_token1,
ACTIONS(1102), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[65848] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2005), 1,
sym_file_descriptor,
ACTIONS(2121), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(770), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(2001), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1098), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2119), 7,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(1999), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[65890] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1100), 4,
sym_file_descriptor,
sym__concat,
sym_variable_name,
aux_sym_heredoc_redirect_token1,
ACTIONS(1098), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[65922] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1070), 4,
sym_file_descriptor,
sym__concat,
sym_variable_name,
aux_sym_heredoc_redirect_token1,
ACTIONS(1072), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[65954] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2127), 1,
sym_variable_name,
ACTIONS(2125), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(2123), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
ACTIONS(379), 12,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[65990] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1048), 4,
sym_file_descriptor,
sym__concat,
sym_variable_name,
aux_sym_heredoc_redirect_token1,
ACTIONS(1046), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[66022] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2051), 1,
aux_sym_concatenation_token1,
ACTIONS(2053), 1,
sym__concat,
STATE(1139), 1,
aux_sym_concatenation_repeat1,
ACTIONS(538), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(540), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[66060] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2101), 1,
aux_sym_concatenation_token1,
ACTIONS(2129), 1,
sym__concat,
STATE(948), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(957), 18,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[66098] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_SEMI_SEMI,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2066), 1,
sym_file_descriptor,
STATE(673), 1,
sym_terminator,
ACTIONS(800), 2,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2064), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2062), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[66148] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2135), 1,
sym_variable_name,
STATE(1163), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
ACTIONS(2131), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2133), 18,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[66184] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1044), 4,
sym_file_descriptor,
sym__concat,
sym_variable_name,
aux_sym_heredoc_redirect_token1,
ACTIONS(1042), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[66216] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2019), 1,
sym_file_descriptor,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(2015), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(2121), 2,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
STATE(1164), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2119), 6,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(2013), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[66258] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2101), 1,
aux_sym_concatenation_token1,
ACTIONS(2103), 1,
sym__concat,
STATE(1129), 1,
aux_sym_concatenation_repeat1,
ACTIONS(538), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(540), 18,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[66296] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2066), 1,
sym_file_descriptor,
ACTIONS(2137), 1,
aux_sym_heredoc_redirect_token1,
STATE(783), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2064), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(898), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2062), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[66344] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2139), 1,
sym_variable_name,
ACTIONS(2131), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
STATE(1099), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
ACTIONS(2133), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[66380] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2043), 1,
sym_file_descriptor,
ACTIONS(2121), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(2041), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1116), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2119), 7,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(2039), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[66422] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2101), 1,
aux_sym_concatenation_token1,
ACTIONS(2103), 1,
sym__concat,
STATE(1129), 1,
aux_sym_concatenation_repeat1,
ACTIONS(548), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(546), 18,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[66460] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2051), 1,
aux_sym_concatenation_token1,
ACTIONS(2141), 1,
sym__concat,
STATE(1167), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(957), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[66498] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2066), 1,
sym_file_descriptor,
ACTIONS(2143), 1,
aux_sym_heredoc_redirect_token1,
STATE(615), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2064), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(949), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2062), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[66546] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2066), 1,
sym_file_descriptor,
ACTIONS(2145), 1,
aux_sym_heredoc_redirect_token1,
STATE(798), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2064), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(953), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2062), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[66594] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2147), 1,
sym_variable_name,
ACTIONS(2131), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
STATE(1148), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
ACTIONS(2133), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[66630] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2149), 1,
sym_variable_name,
ACTIONS(2131), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
STATE(1093), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
ACTIONS(2133), 19,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[66666] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_SEMI_SEMI,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2066), 1,
sym_file_descriptor,
STATE(667), 1,
sym_terminator,
ACTIONS(800), 2,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2064), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2062), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[66716] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_SEMI_SEMI,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2066), 1,
sym_file_descriptor,
STATE(671), 1,
sym_terminator,
ACTIONS(800), 2,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2064), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2062), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[66766] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(809), 1,
anon_sym_SEMI_SEMI,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2066), 1,
sym_file_descriptor,
STATE(728), 1,
sym_terminator,
ACTIONS(800), 2,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2064), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2062), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[66816] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_SEMI_SEMI,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2066), 1,
sym_file_descriptor,
STATE(750), 1,
sym_terminator,
ACTIONS(800), 2,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2064), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2062), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[66866] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2151), 1,
sym_variable_name,
ACTIONS(2057), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
STATE(1148), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
ACTIONS(2055), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[66902] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1195), 4,
sym_file_descriptor,
sym__concat,
sym_variable_name,
aux_sym_heredoc_redirect_token1,
ACTIONS(1193), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[66934] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2035), 1,
aux_sym_concatenation_token1,
ACTIONS(2154), 1,
sym__concat,
STATE(893), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 3,
sym_file_descriptor,
sym_variable_name,
aux_sym_heredoc_redirect_token1,
ACTIONS(957), 18,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[66972] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_SEMI_SEMI,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2066), 1,
sym_file_descriptor,
STATE(739), 1,
sym_terminator,
ACTIONS(800), 2,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2064), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2062), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[67022] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2101), 1,
aux_sym_concatenation_token1,
ACTIONS(2103), 1,
sym__concat,
STATE(1115), 1,
aux_sym_concatenation_repeat1,
ACTIONS(538), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(540), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[67060] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_SEMI_SEMI,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2066), 1,
sym_file_descriptor,
STATE(738), 1,
sym_terminator,
ACTIONS(800), 2,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2064), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2062), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[67110] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(927), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
STATE(1133), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(900), 18,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[67144] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_SEMI_SEMI,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2066), 1,
sym_file_descriptor,
STATE(731), 1,
sym_terminator,
ACTIONS(800), 2,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2064), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2062), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[67194] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2101), 1,
aux_sym_concatenation_token1,
ACTIONS(2103), 1,
sym__concat,
STATE(1115), 1,
aux_sym_concatenation_repeat1,
ACTIONS(548), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(546), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[67232] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2033), 1,
sym_file_descriptor,
ACTIONS(2121), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(2029), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1178), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2119), 7,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
ACTIONS(2027), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[67274] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2156), 1,
aux_sym_concatenation_token1,
ACTIONS(2158), 1,
sym__concat,
STATE(1160), 1,
aux_sym_concatenation_repeat1,
ACTIONS(538), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(540), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[67312] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2035), 1,
aux_sym_concatenation_token1,
ACTIONS(2049), 1,
sym__concat,
STATE(1150), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1094), 3,
sym_file_descriptor,
sym_variable_name,
aux_sym_heredoc_redirect_token1,
ACTIONS(1090), 18,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[67350] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2156), 1,
aux_sym_concatenation_token1,
ACTIONS(2160), 1,
sym__concat,
STATE(1169), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(957), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[67388] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_SEMI_SEMI,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2066), 1,
sym_file_descriptor,
STATE(719), 1,
sym_terminator,
ACTIONS(800), 2,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2064), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2062), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[67438] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2066), 1,
sym_file_descriptor,
STATE(825), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2064), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2062), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[67486] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2162), 1,
sym_variable_name,
STATE(1163), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
ACTIONS(2057), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2055), 18,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[67522] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2171), 1,
sym_file_descriptor,
ACTIONS(2079), 2,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2113), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(2168), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1164), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2068), 6,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(2165), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[67564] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_SEMI_SEMI,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2066), 1,
sym_file_descriptor,
STATE(722), 1,
sym_terminator,
ACTIONS(800), 2,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2064), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2062), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[67614] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_BQUOTE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2033), 1,
sym_file_descriptor,
STATE(831), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(842), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2029), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1157), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2027), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[67662] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2174), 1,
aux_sym_concatenation_token1,
ACTIONS(2177), 1,
sym__concat,
STATE(1167), 1,
aux_sym_concatenation_repeat1,
ACTIONS(988), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(983), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[67700] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(927), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
STATE(1133), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(900), 17,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[67736] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2180), 1,
aux_sym_concatenation_token1,
ACTIONS(2183), 1,
sym__concat,
STATE(1169), 1,
aux_sym_concatenation_repeat1,
ACTIONS(988), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(983), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[67774] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2188), 1,
anon_sym_PIPE,
STATE(1512), 1,
aux_sym_pipeline_repeat1,
ACTIONS(2186), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2191), 19,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[67810] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2101), 1,
aux_sym_concatenation_token1,
ACTIONS(2193), 1,
sym__concat,
STATE(948), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(957), 19,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[67848] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1056), 4,
sym_file_descriptor,
sym__concat,
sym_variable_name,
aux_sym_heredoc_redirect_token1,
ACTIONS(1058), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[67880] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2156), 1,
aux_sym_concatenation_token1,
ACTIONS(2158), 1,
sym__concat,
STATE(1160), 1,
aux_sym_concatenation_repeat1,
ACTIONS(548), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(546), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[67918] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2066), 1,
sym_file_descriptor,
ACTIONS(2195), 1,
aux_sym_heredoc_redirect_token1,
STATE(773), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2064), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(951), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2062), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[67966] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(831), 1,
ts_builtin_sym_end,
ACTIONS(2017), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2019), 1,
sym_file_descriptor,
STATE(770), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(835), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2015), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(833), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1133), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2013), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[68014] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(809), 1,
anon_sym_BQUOTE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2033), 1,
sym_file_descriptor,
STATE(829), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(842), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2029), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1157), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2027), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[68062] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 4,
sym_file_descriptor,
sym__concat,
sym_variable_name,
aux_sym_heredoc_redirect_token1,
ACTIONS(983), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[68094] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2079), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2203), 1,
sym_file_descriptor,
ACTIONS(2113), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(2200), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1178), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2068), 7,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
ACTIONS(2197), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[68136] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(927), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
STATE(1157), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(900), 19,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[68170] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_SEMI_SEMI,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2066), 1,
sym_file_descriptor,
STATE(711), 1,
sym_terminator,
ACTIONS(800), 2,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2064), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2062), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[68220] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(927), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
STATE(1157), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(900), 18,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[68256] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2206), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2208), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[68287] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(983), 20,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[68318] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2218), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2220), 1,
sym_file_descriptor,
ACTIONS(2215), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1184), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(2212), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
ACTIONS(2210), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[68357] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2101), 1,
aux_sym_concatenation_token1,
ACTIONS(2103), 1,
sym__concat,
STATE(1251), 1,
aux_sym_concatenation_repeat1,
ACTIONS(538), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(540), 18,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[68394] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2101), 1,
aux_sym_concatenation_token1,
ACTIONS(2103), 1,
sym__concat,
STATE(1251), 1,
aux_sym_concatenation_repeat1,
ACTIONS(548), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(546), 18,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[68431] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2223), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2225), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[68462] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2229), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2231), 1,
sym_file_descriptor,
ACTIONS(2041), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1218), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(2039), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
ACTIONS(2227), 9,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[68501] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2239), 1,
sym_file_descriptor,
ACTIONS(2218), 2,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2236), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1189), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(2210), 8,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(2233), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[68540] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2242), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2244), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[68571] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2066), 1,
sym_file_descriptor,
STATE(825), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2064), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2062), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[68616] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(774), 1,
sym_file_descriptor,
ACTIONS(844), 1,
sym_variable_name,
STATE(1142), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
ACTIONS(762), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[68651] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(774), 1,
sym_file_descriptor,
ACTIONS(1474), 1,
sym_variable_name,
STATE(1404), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
ACTIONS(762), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[68686] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(764), 1,
anon_sym_SEMI_SEMI,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2066), 1,
sym_file_descriptor,
STATE(723), 1,
sym_terminator,
ACTIONS(800), 2,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2064), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2062), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[68733] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2218), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2252), 1,
sym_file_descriptor,
ACTIONS(2249), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1195), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(2246), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
ACTIONS(2210), 9,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[68772] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2255), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2257), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[68803] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(548), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(546), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[68834] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 3,
sym_file_descriptor,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1116), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[68865] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1122), 3,
sym_file_descriptor,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1120), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[68896] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2066), 1,
sym_file_descriptor,
ACTIONS(2145), 1,
aux_sym_heredoc_redirect_token1,
STATE(798), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2064), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(953), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2062), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[68941] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2259), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2261), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[68972] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 3,
sym_file_descriptor,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1116), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[69003] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2263), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2265), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[69034] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2267), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2269), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[69065] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(538), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(540), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[69096] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2271), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2273), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[69127] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2229), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2275), 1,
sym_file_descriptor,
ACTIONS(2029), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1184), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(2027), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
ACTIONS(2227), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[69166] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1114), 3,
sym_file_descriptor,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1112), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[69197] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1088), 3,
sym_file_descriptor,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1086), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[69228] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2277), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2279), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[69259] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2281), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2283), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[69290] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1126), 3,
sym_file_descriptor,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1124), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[69321] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2285), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2287), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[69352] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2289), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2291), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[69383] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2229), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2293), 1,
sym_file_descriptor,
ACTIONS(2001), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1195), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(1999), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
ACTIONS(2227), 9,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[69422] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(809), 1,
anon_sym_SEMI_SEMI,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2066), 1,
sym_file_descriptor,
STATE(728), 1,
sym_terminator,
ACTIONS(800), 2,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2064), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2062), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[69469] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2285), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2287), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[69500] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2218), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2301), 1,
sym_file_descriptor,
ACTIONS(2298), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1218), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(2295), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
ACTIONS(2210), 9,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[69539] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2304), 1,
sym_file_descriptor,
ACTIONS(2015), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(2229), 2,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
STATE(1189), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(2013), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
ACTIONS(2227), 8,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[69578] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2306), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2308), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[69609] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1104), 3,
sym_file_descriptor,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1102), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[69640] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2310), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2312), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[69671] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2066), 1,
sym_file_descriptor,
ACTIONS(2143), 1,
aux_sym_heredoc_redirect_token1,
STATE(615), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2064), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(949), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2062), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[69716] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2314), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2316), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[69747] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2318), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2320), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[69778] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2322), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2324), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[69809] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 3,
sym_file_descriptor,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(983), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[69840] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2326), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2328), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[69871] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2330), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2332), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[69902] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2334), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2336), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[69933] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2334), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2336), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[69964] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2338), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2340), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[69995] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2338), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2340), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[70026] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1100), 3,
sym_file_descriptor,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1098), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[70057] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2066), 1,
sym_file_descriptor,
ACTIONS(2195), 1,
aux_sym_heredoc_redirect_token1,
STATE(773), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2064), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(951), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2062), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[70102] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2342), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2344), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[70133] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1070), 3,
sym_file_descriptor,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1072), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[70164] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2346), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2348), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[70195] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2231), 1,
sym_file_descriptor,
ACTIONS(2352), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2041), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1218), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(2039), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
ACTIONS(2350), 9,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[70234] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2354), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2356), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[70265] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2358), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2360), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[70296] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1048), 3,
sym_file_descriptor,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1046), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[70327] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1044), 3,
sym_file_descriptor,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1042), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[70358] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2354), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2356), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[70389] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1104), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1102), 20,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[70420] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2031), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2066), 1,
sym_file_descriptor,
STATE(692), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2064), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(800), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2062), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[70465] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(774), 1,
sym_file_descriptor,
ACTIONS(1625), 1,
sym_variable_name,
STATE(1432), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
ACTIONS(762), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[70500] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1100), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1098), 20,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[70531] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2293), 1,
sym_file_descriptor,
ACTIONS(2352), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2001), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1195), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(1999), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
ACTIONS(2350), 9,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[70570] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1056), 3,
sym_file_descriptor,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1058), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[70601] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2101), 1,
aux_sym_concatenation_token1,
ACTIONS(2362), 1,
sym__concat,
STATE(948), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(957), 18,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[70638] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2364), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2366), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[70669] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2368), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2370), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[70700] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2372), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2374), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[70731] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2376), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2378), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[70762] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2066), 1,
sym_file_descriptor,
ACTIONS(2121), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(2064), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1269), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2119), 6,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(2062), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[70803] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1044), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1042), 20,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[70834] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2380), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2382), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[70865] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2384), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2386), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[70896] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2388), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2390), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[70927] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2392), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2394), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[70958] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2376), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2378), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[70989] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2396), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2398), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[71020] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(927), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(900), 17,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[71055] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(927), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(900), 18,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[71088] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2304), 1,
sym_file_descriptor,
ACTIONS(2015), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(2352), 2,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
STATE(1189), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(2013), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
ACTIONS(2350), 8,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[71127] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(774), 1,
sym_file_descriptor,
ACTIONS(837), 1,
sym_variable_name,
STATE(1131), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
ACTIONS(762), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[71162] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2352), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2350), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[71193] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2079), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2406), 1,
sym_file_descriptor,
ACTIONS(2113), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(2403), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1269), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2068), 6,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(2400), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[71234] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2409), 1,
sym_variable_name,
ACTIONS(2131), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
STATE(1285), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
ACTIONS(2133), 18,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[71269] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(774), 1,
sym_file_descriptor,
ACTIONS(806), 1,
sym_variable_name,
STATE(1143), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
ACTIONS(762), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[71304] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1048), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1046), 20,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[71335] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2411), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2413), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[71366] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2411), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2413), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[71397] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2415), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2417), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[71428] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1056), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1058), 20,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[71459] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2419), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2421), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[71490] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2419), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2421), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[71521] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2423), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2425), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[71552] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2423), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2425), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[71583] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1088), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1086), 20,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[71614] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2427), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2429), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[71645] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1592), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(1594), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[71676] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1070), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1072), 20,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[71707] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2431), 1,
sym_variable_name,
ACTIONS(2057), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
STATE(1285), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
ACTIONS(2055), 18,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[71742] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(774), 1,
sym_file_descriptor,
ACTIONS(895), 1,
sym_variable_name,
STATE(1270), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
ACTIONS(762), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[71777] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1195), 3,
sym_file_descriptor,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1193), 20,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[71808] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1126), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1124), 20,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[71839] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2066), 1,
sym_file_descriptor,
ACTIONS(2137), 1,
aux_sym_heredoc_redirect_token1,
STATE(783), 1,
sym_terminator,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(893), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2064), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(898), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2062), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[71884] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(774), 1,
sym_file_descriptor,
ACTIONS(776), 1,
sym_variable_name,
STATE(1136), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
ACTIONS(762), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[71919] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2434), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2436), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[71950] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1116), 20,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[71981] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1195), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1193), 20,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[72012] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1122), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1120), 20,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[72043] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1116), 20,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[72074] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1114), 3,
sym_file_descriptor,
sym__concat,
sym_variable_name,
ACTIONS(1112), 20,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[72105] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2275), 1,
sym_file_descriptor,
ACTIONS(2352), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2029), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1184), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(2027), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
ACTIONS(2350), 9,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[72144] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1592), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(1594), 20,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[72175] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1879), 1,
anon_sym_LPAREN,
ACTIONS(1883), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1885), 1,
anon_sym_DOLLAR,
ACTIONS(1887), 1,
anon_sym_DQUOTE,
ACTIONS(1889), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1891), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1893), 1,
anon_sym_BQUOTE,
ACTIONS(1895), 1,
sym_extglob_pattern,
ACTIONS(2438), 1,
anon_sym_esac,
STATE(1350), 1,
aux_sym_case_statement_repeat1,
STATE(1923), 1,
sym_case_item,
STATE(2174), 1,
sym__case_item_last,
STATE(2078), 2,
sym_concatenation,
sym__extglob_blob,
ACTIONS(1875), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(2004), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[72231] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1879), 1,
anon_sym_LPAREN,
ACTIONS(1883), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1885), 1,
anon_sym_DOLLAR,
ACTIONS(1887), 1,
anon_sym_DQUOTE,
ACTIONS(1889), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1891), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1893), 1,
anon_sym_BQUOTE,
ACTIONS(1895), 1,
sym_extglob_pattern,
ACTIONS(1901), 1,
anon_sym_esac,
STATE(1382), 1,
aux_sym_case_statement_repeat1,
STATE(1923), 1,
sym_case_item,
STATE(2181), 1,
sym__case_item_last,
STATE(2078), 2,
sym_concatenation,
sym__extglob_blob,
ACTIONS(1875), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(2004), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[72287] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2442), 1,
anon_sym_PIPE,
STATE(1304), 1,
aux_sym_pipeline_repeat1,
ACTIONS(2440), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2444), 17,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[72321] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2446), 1,
anon_sym_PIPE,
STATE(1310), 1,
aux_sym_pipeline_repeat1,
ACTIONS(2440), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2444), 18,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[72355] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2218), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2454), 1,
sym_file_descriptor,
ACTIONS(2451), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1303), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(2210), 8,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(2448), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[72393] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2457), 1,
anon_sym_PIPE,
STATE(1304), 1,
aux_sym_pipeline_repeat1,
ACTIONS(2186), 3,
sym_file_descriptor,
ts_builtin_sym_end,
aux_sym_heredoc_redirect_token1,
ACTIONS(2191), 17,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[72427] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1094), 3,
sym_file_descriptor,
sym_variable_name,
aux_sym_heredoc_redirect_token1,
ACTIONS(1090), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[72457] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1879), 1,
anon_sym_LPAREN,
ACTIONS(1883), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1885), 1,
anon_sym_DOLLAR,
ACTIONS(1887), 1,
anon_sym_DQUOTE,
ACTIONS(1889), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1891), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1893), 1,
anon_sym_BQUOTE,
ACTIONS(1895), 1,
sym_extglob_pattern,
ACTIONS(2460), 1,
anon_sym_esac,
STATE(1354), 1,
aux_sym_case_statement_repeat1,
STATE(1923), 1,
sym_case_item,
STATE(2219), 1,
sym__case_item_last,
STATE(2078), 2,
sym_concatenation,
sym__extglob_blob,
ACTIONS(1875), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(2004), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[72513] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2229), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2462), 1,
sym_file_descriptor,
ACTIONS(2064), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1303), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(2062), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
ACTIONS(2227), 8,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[72551] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1879), 1,
anon_sym_LPAREN,
ACTIONS(1883), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1885), 1,
anon_sym_DOLLAR,
ACTIONS(1887), 1,
anon_sym_DQUOTE,
ACTIONS(1889), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1891), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1893), 1,
anon_sym_BQUOTE,
ACTIONS(1895), 1,
sym_extglob_pattern,
ACTIONS(1945), 1,
anon_sym_esac,
STATE(1319), 1,
aux_sym_case_statement_repeat1,
STATE(1923), 1,
sym_case_item,
STATE(2260), 1,
sym__case_item_last,
STATE(2078), 2,
sym_concatenation,
sym__extglob_blob,
ACTIONS(1875), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(2004), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[72607] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2352), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2462), 1,
sym_file_descriptor,
ACTIONS(2064), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1303), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(2062), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
ACTIONS(2350), 8,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[72645] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2464), 1,
anon_sym_PIPE,
STATE(1310), 1,
aux_sym_pipeline_repeat1,
ACTIONS(2186), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2191), 18,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_BQUOTE,
anon_sym_SEMI,
[72679] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2467), 1,
anon_sym_PIPE,
STATE(1311), 1,
aux_sym_pipeline_repeat1,
ACTIONS(2186), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2191), 18,
anon_sym_esac,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[72713] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1877), 1,
anon_sym_esac,
ACTIONS(1879), 1,
anon_sym_LPAREN,
ACTIONS(1883), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1885), 1,
anon_sym_DOLLAR,
ACTIONS(1887), 1,
anon_sym_DQUOTE,
ACTIONS(1889), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1891), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1893), 1,
anon_sym_BQUOTE,
ACTIONS(1895), 1,
sym_extglob_pattern,
STATE(1365), 1,
aux_sym_case_statement_repeat1,
STATE(1923), 1,
sym_case_item,
STATE(2145), 1,
sym__case_item_last,
STATE(2078), 2,
sym_concatenation,
sym__extglob_blob,
ACTIONS(1875), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(2004), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[72769] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1879), 1,
anon_sym_LPAREN,
ACTIONS(1883), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1885), 1,
anon_sym_DOLLAR,
ACTIONS(1887), 1,
anon_sym_DQUOTE,
ACTIONS(1889), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1891), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1893), 1,
anon_sym_BQUOTE,
ACTIONS(1895), 1,
sym_extglob_pattern,
ACTIONS(2470), 1,
anon_sym_esac,
STATE(1375), 1,
aux_sym_case_statement_repeat1,
STATE(1923), 1,
sym_case_item,
STATE(2134), 1,
sym__case_item_last,
STATE(2078), 2,
sym_concatenation,
sym__extglob_blob,
ACTIONS(1875), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(2004), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[72825] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2472), 1,
anon_sym_PIPE,
STATE(1315), 1,
aux_sym_pipeline_repeat1,
ACTIONS(2440), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2444), 18,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[72859] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2474), 1,
anon_sym_PIPE,
STATE(1315), 1,
aux_sym_pipeline_repeat1,
ACTIONS(2186), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2191), 18,
anon_sym_RPAREN,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[72893] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2477), 1,
anon_sym_PIPE,
STATE(1311), 1,
aux_sym_pipeline_repeat1,
ACTIONS(2440), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2444), 18,
anon_sym_esac,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[72927] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2188), 1,
anon_sym_PIPE,
STATE(1512), 1,
aux_sym_pipeline_repeat1,
ACTIONS(2186), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2191), 18,
anon_sym_esac,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[72961] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1879), 1,
anon_sym_LPAREN,
ACTIONS(1883), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1885), 1,
anon_sym_DOLLAR,
ACTIONS(1887), 1,
anon_sym_DQUOTE,
ACTIONS(1889), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1891), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1893), 1,
anon_sym_BQUOTE,
ACTIONS(1895), 1,
sym_extglob_pattern,
STATE(1396), 1,
aux_sym_case_statement_repeat1,
STATE(1923), 1,
sym_case_item,
STATE(2218), 1,
sym__case_item_last,
STATE(2078), 2,
sym_concatenation,
sym__extglob_blob,
ACTIONS(1875), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(2004), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[73014] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1879), 1,
anon_sym_LPAREN,
ACTIONS(1883), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1885), 1,
anon_sym_DOLLAR,
ACTIONS(1887), 1,
anon_sym_DQUOTE,
ACTIONS(1889), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1891), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1893), 1,
anon_sym_BQUOTE,
ACTIONS(1895), 1,
sym_extglob_pattern,
STATE(1396), 1,
aux_sym_case_statement_repeat1,
STATE(1923), 1,
sym_case_item,
STATE(2222), 1,
sym__case_item_last,
STATE(2078), 2,
sym_concatenation,
sym__extglob_blob,
ACTIONS(1875), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(2004), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[73067] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2271), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2273), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[73096] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2263), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2265), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[73125] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2259), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2261), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[73154] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(861), 1,
anon_sym_DOLLAR,
ACTIONS(863), 1,
anon_sym_DQUOTE,
ACTIONS(865), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(867), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(869), 1,
anon_sym_BQUOTE,
STATE(2124), 1,
sym_terminator,
STATE(1402), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(2479), 3,
sym_raw_string,
sym_number,
sym_word,
ACTIONS(2481), 4,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1669), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[73201] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2223), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2225), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[73230] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2289), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2291), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[73259] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2483), 1,
anon_sym_PIPE,
STATE(1326), 1,
aux_sym_pipeline_repeat1,
ACTIONS(2186), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2191), 17,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[73292] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(548), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(546), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[73321] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2281), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2283), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[73350] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2035), 1,
aux_sym_concatenation_token1,
ACTIONS(2049), 1,
sym__concat,
STATE(1356), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1094), 3,
sym_file_descriptor,
sym_variable_name,
aux_sym_heredoc_redirect_token1,
ACTIONS(1090), 15,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
[73385] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2396), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2398), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[73414] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2427), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2429), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[73443] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2267), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2269), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[73472] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2285), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2287), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[73501] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2419), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2421), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[73530] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2285), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2287), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[73559] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(538), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(540), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[73588] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2306), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2308), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[73617] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1879), 1,
anon_sym_LPAREN,
ACTIONS(1883), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1885), 1,
anon_sym_DOLLAR,
ACTIONS(1887), 1,
anon_sym_DQUOTE,
ACTIONS(1889), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1891), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1893), 1,
anon_sym_BQUOTE,
ACTIONS(1895), 1,
sym_extglob_pattern,
STATE(1396), 1,
aux_sym_case_statement_repeat1,
STATE(1923), 1,
sym_case_item,
STATE(2259), 1,
sym__case_item_last,
STATE(2078), 2,
sym_concatenation,
sym__extglob_blob,
ACTIONS(1875), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(2004), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[73670] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1592), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(1594), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[73699] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1592), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(1594), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[73728] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1094), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1090), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[73757] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2242), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2244), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[73786] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1539), 2,
sym_file_descriptor,
sym_variable_name,
ACTIONS(1526), 19,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[73815] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2314), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2316), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[73844] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(548), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(546), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[73873] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2423), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2425), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[73902] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2423), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2425), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[73931] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2434), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2436), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[73960] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2322), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2324), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[73989] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1879), 1,
anon_sym_LPAREN,
ACTIONS(1883), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1885), 1,
anon_sym_DOLLAR,
ACTIONS(1887), 1,
anon_sym_DQUOTE,
ACTIONS(1889), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1891), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1893), 1,
anon_sym_BQUOTE,
ACTIONS(1895), 1,
sym_extglob_pattern,
STATE(1396), 1,
aux_sym_case_statement_repeat1,
STATE(1923), 1,
sym_case_item,
STATE(2153), 1,
sym__case_item_last,
STATE(2078), 2,
sym_concatenation,
sym__extglob_blob,
ACTIONS(1875), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(2004), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[74042] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2419), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2421), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[74071] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2415), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2417), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[74100] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2411), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2413), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[74129] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1879), 1,
anon_sym_LPAREN,
ACTIONS(1883), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1885), 1,
anon_sym_DOLLAR,
ACTIONS(1887), 1,
anon_sym_DQUOTE,
ACTIONS(1889), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1891), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1893), 1,
anon_sym_BQUOTE,
ACTIONS(1895), 1,
sym_extglob_pattern,
STATE(1396), 1,
aux_sym_case_statement_repeat1,
STATE(1923), 1,
sym_case_item,
STATE(2194), 1,
sym__case_item_last,
STATE(2078), 2,
sym_concatenation,
sym__extglob_blob,
ACTIONS(1875), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(2004), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[74182] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2486), 1,
anon_sym_PIPE,
STATE(1326), 1,
aux_sym_pipeline_repeat1,
ACTIONS(2440), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2444), 17,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[74215] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2035), 1,
aux_sym_concatenation_token1,
ACTIONS(2488), 1,
sym__concat,
STATE(893), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 3,
sym_file_descriptor,
sym_variable_name,
aux_sym_heredoc_redirect_token1,
ACTIONS(957), 15,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
[74250] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2326), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2328), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[74279] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2330), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2332), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[74308] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(538), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(540), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[74337] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1879), 1,
anon_sym_LPAREN,
ACTIONS(1883), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1885), 1,
anon_sym_DOLLAR,
ACTIONS(1887), 1,
anon_sym_DQUOTE,
ACTIONS(1889), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1891), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1893), 1,
anon_sym_BQUOTE,
ACTIONS(1895), 1,
sym_extglob_pattern,
STATE(1396), 1,
aux_sym_case_statement_repeat1,
STATE(1923), 1,
sym_case_item,
STATE(2173), 1,
sym__case_item_last,
STATE(2078), 2,
sym_concatenation,
sym__extglob_blob,
ACTIONS(1875), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(2004), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[74390] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2127), 1,
sym_variable_name,
ACTIONS(2125), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(379), 9,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
ACTIONS(2123), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[74423] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2334), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2336), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[74452] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2334), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2336), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[74481] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2338), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2340), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[74510] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1879), 1,
anon_sym_LPAREN,
ACTIONS(1883), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1885), 1,
anon_sym_DOLLAR,
ACTIONS(1887), 1,
anon_sym_DQUOTE,
ACTIONS(1889), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1891), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1893), 1,
anon_sym_BQUOTE,
ACTIONS(1895), 1,
sym_extglob_pattern,
STATE(1396), 1,
aux_sym_case_statement_repeat1,
STATE(1923), 1,
sym_case_item,
STATE(2175), 1,
sym__case_item_last,
STATE(2078), 2,
sym_concatenation,
sym__extglob_blob,
ACTIONS(1875), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(2004), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[74563] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2364), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2366), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[74592] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2411), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2413), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[74621] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2338), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2340), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[74650] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2342), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2344), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[74679] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2346), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2348), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[74708] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2368), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2370), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[74737] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1879), 1,
anon_sym_LPAREN,
ACTIONS(1883), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1885), 1,
anon_sym_DOLLAR,
ACTIONS(1887), 1,
anon_sym_DQUOTE,
ACTIONS(1889), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1891), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1893), 1,
anon_sym_BQUOTE,
ACTIONS(1895), 1,
sym_extglob_pattern,
STATE(1396), 1,
aux_sym_case_statement_repeat1,
STATE(1923), 1,
sym_case_item,
STATE(2144), 1,
sym__case_item_last,
STATE(2078), 2,
sym_concatenation,
sym__extglob_blob,
ACTIONS(1875), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(2004), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[74790] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(861), 1,
anon_sym_DOLLAR,
ACTIONS(863), 1,
anon_sym_DQUOTE,
ACTIONS(865), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(867), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(869), 1,
anon_sym_BQUOTE,
STATE(2119), 1,
sym_terminator,
STATE(1402), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(2479), 3,
sym_raw_string,
sym_number,
sym_word,
ACTIONS(2481), 4,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1669), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[74837] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2354), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2356), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[74866] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1879), 1,
anon_sym_LPAREN,
ACTIONS(1883), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1885), 1,
anon_sym_DOLLAR,
ACTIONS(1887), 1,
anon_sym_DQUOTE,
ACTIONS(1889), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1891), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1893), 1,
anon_sym_BQUOTE,
ACTIONS(1895), 1,
sym_extglob_pattern,
STATE(1396), 1,
aux_sym_case_statement_repeat1,
STATE(1923), 1,
sym_case_item,
STATE(2254), 1,
sym__case_item_last,
STATE(2078), 2,
sym_concatenation,
sym__extglob_blob,
ACTIONS(1875), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(2004), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[74919] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2380), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2382), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[74948] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2206), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2208), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[74977] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2388), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2390), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[75006] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(861), 1,
anon_sym_DOLLAR,
ACTIONS(863), 1,
anon_sym_DQUOTE,
ACTIONS(865), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(867), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(869), 1,
anon_sym_BQUOTE,
STATE(2105), 1,
sym_terminator,
STATE(1402), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(2479), 3,
sym_raw_string,
sym_number,
sym_word,
ACTIONS(2481), 4,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1669), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[75053] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2392), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2394), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[75082] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1879), 1,
anon_sym_LPAREN,
ACTIONS(1883), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1885), 1,
anon_sym_DOLLAR,
ACTIONS(1887), 1,
anon_sym_DQUOTE,
ACTIONS(1889), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1891), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1893), 1,
anon_sym_BQUOTE,
ACTIONS(1895), 1,
sym_extglob_pattern,
STATE(1396), 1,
aux_sym_case_statement_repeat1,
STATE(1923), 1,
sym_case_item,
STATE(2135), 1,
sym__case_item_last,
STATE(2078), 2,
sym_concatenation,
sym__extglob_blob,
ACTIONS(1875), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(2004), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[75135] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1879), 1,
anon_sym_LPAREN,
ACTIONS(1883), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1885), 1,
anon_sym_DOLLAR,
ACTIONS(1887), 1,
anon_sym_DQUOTE,
ACTIONS(1889), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1891), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1893), 1,
anon_sym_BQUOTE,
ACTIONS(1895), 1,
sym_extglob_pattern,
STATE(1396), 1,
aux_sym_case_statement_repeat1,
STATE(1923), 1,
sym_case_item,
STATE(2171), 1,
sym__case_item_last,
STATE(2078), 2,
sym_concatenation,
sym__extglob_blob,
ACTIONS(1875), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(2004), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[75188] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2358), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2360), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[75217] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2352), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2350), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[75246] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2376), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2378), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[75275] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2354), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2356), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[75304] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2318), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2320), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[75333] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2310), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2312), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[75362] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2255), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2257), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[75391] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2277), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2279), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[75420] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2384), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2386), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[75449] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2376), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2378), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[75478] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1879), 1,
anon_sym_LPAREN,
ACTIONS(1883), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1885), 1,
anon_sym_DOLLAR,
ACTIONS(1887), 1,
anon_sym_DQUOTE,
ACTIONS(1889), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1891), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1893), 1,
anon_sym_BQUOTE,
ACTIONS(1895), 1,
sym_extglob_pattern,
STATE(1396), 1,
aux_sym_case_statement_repeat1,
STATE(1923), 1,
sym_case_item,
STATE(2177), 1,
sym__case_item_last,
STATE(2078), 2,
sym_concatenation,
sym__extglob_blob,
ACTIONS(1875), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(2004), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[75531] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2372), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2374), 19,
anon_sym_esac,
anon_sym_PIPE,
anon_sym_SEMI_SEMI,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
anon_sym_AMP,
anon_sym_SEMI,
[75560] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2494), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2496), 1,
sym_file_descriptor,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(1470), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2492), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1397), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2490), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[75600] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2501), 1,
anon_sym_LPAREN,
ACTIONS(2504), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2507), 1,
anon_sym_DOLLAR,
ACTIONS(2510), 1,
anon_sym_DQUOTE,
ACTIONS(2513), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2516), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2519), 1,
anon_sym_BQUOTE,
ACTIONS(2522), 1,
sym_extglob_pattern,
STATE(1396), 1,
aux_sym_case_statement_repeat1,
STATE(1923), 1,
sym_case_item,
STATE(2093), 2,
sym_concatenation,
sym__extglob_blob,
ACTIONS(2498), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1995), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[75650] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2121), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2496), 1,
sym_file_descriptor,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(2492), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(2119), 3,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
STATE(1409), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2490), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[75688] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2101), 1,
aux_sym_concatenation_token1,
ACTIONS(2103), 1,
sym__concat,
STATE(1401), 1,
aux_sym_concatenation_repeat1,
ACTIONS(548), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(546), 15,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
[75722] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2101), 1,
aux_sym_concatenation_token1,
ACTIONS(2103), 1,
sym__concat,
STATE(1401), 1,
aux_sym_concatenation_repeat1,
ACTIONS(538), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(540), 15,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
[75756] = 5,
ACTIONS(1074), 1,
sym_comment,
STATE(1400), 1,
aux_sym_concatenation_repeat1,
ACTIONS(2525), 2,
sym__concat,
aux_sym_concatenation_token1,
ACTIONS(983), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(988), 10,
sym_file_descriptor,
sym_variable_name,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[75788] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2101), 1,
aux_sym_concatenation_token1,
ACTIONS(2528), 1,
sym__concat,
STATE(948), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(957), 15,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
[75822] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2533), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2536), 1,
anon_sym_DOLLAR,
ACTIONS(2539), 1,
anon_sym_DQUOTE,
ACTIONS(2542), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2545), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2548), 1,
anon_sym_BQUOTE,
STATE(1402), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(2530), 3,
sym_raw_string,
sym_number,
sym_word,
ACTIONS(516), 4,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
STATE(1669), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[75866] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2551), 1,
sym_variable_name,
ACTIONS(2057), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
STATE(1403), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
ACTIONS(2055), 15,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
[75898] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2554), 1,
sym_variable_name,
ACTIONS(2131), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
STATE(1403), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
ACTIONS(2133), 15,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
[75930] = 5,
ACTIONS(1074), 1,
sym_comment,
STATE(1410), 1,
aux_sym_concatenation_repeat1,
ACTIONS(2556), 2,
sym__concat,
aux_sym_concatenation_token1,
ACTIONS(1090), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(1094), 10,
sym_file_descriptor,
sym_variable_name,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[75962] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(2496), 1,
sym_file_descriptor,
ACTIONS(2558), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(1470), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2492), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1397), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2490), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[76002] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(927), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
STATE(1397), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(900), 14,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
[76034] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(927), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
STATE(1397), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(900), 15,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
[76064] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2079), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2566), 1,
sym_file_descriptor,
ACTIONS(2113), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(2563), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(2068), 3,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
STATE(1409), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2560), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[76102] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2556), 1,
aux_sym_concatenation_token1,
ACTIONS(2569), 1,
sym__concat,
STATE(1400), 1,
aux_sym_concatenation_repeat1,
ACTIONS(957), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(961), 10,
sym_file_descriptor,
sym_variable_name,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[76136] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2494), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2496), 1,
sym_file_descriptor,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(1470), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2492), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1397), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2490), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[76173] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1120), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(1122), 12,
sym_file_descriptor,
sym__concat,
sym_variable_name,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
aux_sym_concatenation_token1,
[76200] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1102), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(1104), 12,
sym_file_descriptor,
sym__concat,
sym_variable_name,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
aux_sym_concatenation_token1,
[76227] = 5,
ACTIONS(1074), 1,
sym_comment,
STATE(1414), 1,
aux_sym_concatenation_repeat1,
ACTIONS(2571), 2,
sym__concat,
aux_sym_concatenation_token1,
ACTIONS(983), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(988), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[76258] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2352), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2574), 1,
sym_file_descriptor,
ACTIONS(2492), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1439), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(2350), 5,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(2490), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[76293] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1124), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(1126), 12,
sym_file_descriptor,
sym__concat,
sym_variable_name,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
aux_sym_concatenation_token1,
[76320] = 5,
ACTIONS(1074), 1,
sym_comment,
STATE(1419), 1,
aux_sym_concatenation_repeat1,
ACTIONS(2576), 2,
sym__concat,
aux_sym_concatenation_token1,
ACTIONS(546), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(548), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[76351] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1193), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(1195), 12,
sym_file_descriptor,
sym__concat,
sym_variable_name,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
aux_sym_concatenation_token1,
[76378] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2576), 1,
aux_sym_concatenation_token1,
ACTIONS(2578), 1,
sym__concat,
STATE(1414), 1,
aux_sym_concatenation_repeat1,
ACTIONS(957), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(961), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[76411] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2229), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2574), 1,
sym_file_descriptor,
ACTIONS(2492), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1439), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(2227), 5,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(2490), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[76446] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1086), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(1088), 12,
sym_file_descriptor,
sym__concat,
sym_variable_name,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
aux_sym_concatenation_token1,
[76473] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1072), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(1070), 12,
sym_file_descriptor,
sym__concat,
sym_variable_name,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
aux_sym_concatenation_token1,
[76500] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1046), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(1048), 12,
sym_file_descriptor,
sym__concat,
sym_variable_name,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
aux_sym_concatenation_token1,
[76527] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1112), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(1114), 12,
sym_file_descriptor,
sym__concat,
sym_variable_name,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
aux_sym_concatenation_token1,
[76554] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1116), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(1118), 12,
sym_file_descriptor,
sym__concat,
sym_variable_name,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
aux_sym_concatenation_token1,
[76581] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1098), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(1100), 12,
sym_file_descriptor,
sym__concat,
sym_variable_name,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
aux_sym_concatenation_token1,
[76608] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1116), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(1118), 12,
sym_file_descriptor,
sym__concat,
sym_variable_name,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
aux_sym_concatenation_token1,
[76635] = 5,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2580), 1,
sym_variable_name,
STATE(1428), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
ACTIONS(2055), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2057), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[76666] = 10,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2068), 1,
anon_sym_PIPE,
ACTIONS(2592), 1,
anon_sym_LT_LT,
ACTIONS(2595), 1,
anon_sym_LT_LT_DASH,
ACTIONS(2598), 1,
sym_file_descriptor,
ACTIONS(2079), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2589), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(2586), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
STATE(1429), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2583), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[76707] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1042), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(1044), 12,
sym_file_descriptor,
sym__concat,
sym_variable_name,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
aux_sym_concatenation_token1,
[76734] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2496), 1,
sym_file_descriptor,
ACTIONS(2558), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(804), 2,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(1470), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2492), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1397), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2490), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[76771] = 5,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2601), 1,
sym_variable_name,
STATE(1428), 2,
sym_variable_assignment,
aux_sym__variable_assignments_repeat1,
ACTIONS(2133), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2131), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[76802] = 10,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2119), 1,
anon_sym_PIPE,
ACTIONS(2609), 1,
anon_sym_LT_LT,
ACTIONS(2611), 1,
anon_sym_LT_LT_DASH,
ACTIONS(2613), 1,
sym_file_descriptor,
ACTIONS(2121), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2607), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(2605), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
STATE(1429), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2603), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[76843] = 4,
ACTIONS(1074), 1,
sym_comment,
STATE(1433), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(900), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(927), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[76872] = 5,
ACTIONS(766), 1,
anon_sym_PIPE,
ACTIONS(1074), 1,
sym_comment,
STATE(1433), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(900), 6,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(927), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[76903] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(983), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(988), 12,
sym_file_descriptor,
sym__concat,
sym_variable_name,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
aux_sym_concatenation_token1,
[76930] = 5,
ACTIONS(1074), 1,
sym_comment,
STATE(1419), 1,
aux_sym_concatenation_repeat1,
ACTIONS(2576), 2,
sym__concat,
aux_sym_concatenation_token1,
ACTIONS(540), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(538), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[76961] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1058), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(1056), 12,
sym_file_descriptor,
sym__concat,
sym_variable_name,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
aux_sym_concatenation_token1,
[76988] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2218), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(2621), 1,
sym_file_descriptor,
ACTIONS(2618), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1439), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(2210), 5,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
ACTIONS(2615), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[77023] = 8,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2624), 1,
sym_file_descriptor,
ACTIONS(2227), 2,
anon_sym_PIPE,
anon_sym_LT_LT,
ACTIONS(2607), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1448), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(2229), 3,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT_DASH,
ACTIONS(2605), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
ACTIONS(2603), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[77059] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1086), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(1088), 11,
sym_file_descriptor,
sym__concat,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
aux_sym_concatenation_token1,
[77085] = 9,
ACTIONS(804), 1,
anon_sym_LT_LT,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2043), 1,
sym_file_descriptor,
ACTIONS(2632), 1,
anon_sym_LT_LT_DASH,
ACTIONS(2626), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2630), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(2628), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
STATE(1137), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2039), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[77123] = 9,
ACTIONS(770), 1,
anon_sym_LT_LT,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2005), 1,
sym_file_descriptor,
ACTIONS(2640), 1,
anon_sym_LT_LT_DASH,
ACTIONS(2634), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2638), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(2636), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
STATE(1123), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(1999), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[77161] = 9,
ACTIONS(804), 1,
anon_sym_LT_LT,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2033), 1,
sym_file_descriptor,
ACTIONS(2632), 1,
anon_sym_LT_LT_DASH,
ACTIONS(2642), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2646), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(2644), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
STATE(1157), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2027), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[77199] = 9,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2609), 1,
anon_sym_LT_LT,
ACTIONS(2611), 1,
anon_sym_LT_LT_DASH,
ACTIONS(2613), 1,
sym_file_descriptor,
ACTIONS(2607), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(2648), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2605), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
STATE(1433), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2603), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[77237] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2650), 1,
anon_sym_PIPE,
STATE(1449), 1,
aux_sym_pipeline_repeat1,
ACTIONS(2440), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2444), 14,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
[77267] = 9,
ACTIONS(804), 1,
anon_sym_LT_LT,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2496), 1,
sym_file_descriptor,
ACTIONS(2632), 1,
anon_sym_LT_LT_DASH,
ACTIONS(2652), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2656), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(2654), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
STATE(1397), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2490), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[77305] = 8,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2667), 1,
sym_file_descriptor,
ACTIONS(2210), 2,
anon_sym_PIPE,
anon_sym_LT_LT,
ACTIONS(2664), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1448), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(2218), 3,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT_DASH,
ACTIONS(2661), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
ACTIONS(2658), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[77341] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2670), 1,
anon_sym_PIPE,
STATE(1449), 1,
aux_sym_pipeline_repeat1,
ACTIONS(2186), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(2191), 14,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT,
anon_sym_LT_LT_DASH,
[77371] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(983), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(988), 11,
sym_file_descriptor,
sym__concat,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
aux_sym_concatenation_token1,
[77397] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1058), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(1056), 11,
sym_file_descriptor,
sym__concat,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
aux_sym_concatenation_token1,
[77423] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1193), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(1195), 11,
sym_file_descriptor,
sym__concat,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
aux_sym_concatenation_token1,
[77449] = 9,
ACTIONS(804), 1,
anon_sym_LT_LT,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2066), 1,
sym_file_descriptor,
ACTIONS(2632), 1,
anon_sym_LT_LT_DASH,
ACTIONS(2673), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2677), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(2675), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
STATE(1256), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2062), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[77487] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1042), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(1044), 11,
sym_file_descriptor,
sym__concat,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
aux_sym_concatenation_token1,
[77513] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1116), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(1118), 11,
sym_file_descriptor,
sym__concat,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
aux_sym_concatenation_token1,
[77539] = 9,
ACTIONS(804), 1,
anon_sym_LT_LT,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2019), 1,
sym_file_descriptor,
ACTIONS(2632), 1,
anon_sym_LT_LT_DASH,
ACTIONS(2679), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(2683), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(2681), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
STATE(1133), 3,
sym_file_redirect,
sym_heredoc_redirect,
aux_sym_redirected_statement_repeat1,
ACTIONS(2013), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[77577] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1120), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(1122), 11,
sym_file_descriptor,
sym__concat,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
aux_sym_concatenation_token1,
[77603] = 8,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2624), 1,
sym_file_descriptor,
ACTIONS(2350), 2,
anon_sym_PIPE,
anon_sym_LT_LT,
ACTIONS(2607), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1448), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(2352), 3,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT_LT_DASH,
ACTIONS(2605), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
ACTIONS(2603), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[77639] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1072), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(1070), 11,
sym_file_descriptor,
sym__concat,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
aux_sym_concatenation_token1,
[77665] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1116), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(1118), 11,
sym_file_descriptor,
sym__concat,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
aux_sym_concatenation_token1,
[77691] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1112), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(1114), 11,
sym_file_descriptor,
sym__concat,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
aux_sym_concatenation_token1,
[77717] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1102), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(1104), 11,
sym_file_descriptor,
sym__concat,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
aux_sym_concatenation_token1,
[77743] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1124), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(1126), 11,
sym_file_descriptor,
sym__concat,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
aux_sym_concatenation_token1,
[77769] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1046), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(1048), 11,
sym_file_descriptor,
sym__concat,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
aux_sym_concatenation_token1,
[77795] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1098), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(1100), 11,
sym_file_descriptor,
sym__concat,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
aux_sym_concatenation_token1,
[77821] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(345), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(347), 1,
anon_sym_DOLLAR,
ACTIONS(349), 1,
anon_sym_DQUOTE,
ACTIONS(353), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(355), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(357), 1,
anon_sym_BQUOTE,
ACTIONS(2687), 1,
sym__bare_dollar,
ACTIONS(2685), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(823), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[77860] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(477), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(481), 1,
anon_sym_DQUOTE,
ACTIONS(483), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(485), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(487), 1,
anon_sym_BQUOTE,
ACTIONS(2691), 1,
anon_sym_DOLLAR,
ACTIONS(2693), 1,
sym__bare_dollar,
ACTIONS(2689), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(551), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[77899] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2695), 1,
aux_sym_concatenation_token1,
ACTIONS(2697), 1,
sym__concat,
STATE(1569), 1,
aux_sym_concatenation_repeat1,
ACTIONS(548), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(546), 12,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[77930] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2701), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2703), 1,
anon_sym_DOLLAR,
ACTIONS(2705), 1,
anon_sym_DQUOTE,
ACTIONS(2707), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2709), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2711), 1,
anon_sym_BQUOTE,
ACTIONS(2713), 1,
sym__comment_word,
ACTIONS(2715), 1,
sym__empty_value,
STATE(1503), 1,
sym_concatenation,
ACTIONS(2699), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1405), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[77973] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2719), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2721), 1,
anon_sym_DOLLAR,
ACTIONS(2723), 1,
anon_sym_DQUOTE,
ACTIONS(2725), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2727), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2729), 1,
anon_sym_BQUOTE,
ACTIONS(2731), 1,
sym__comment_word,
ACTIONS(2733), 1,
sym__empty_value,
STATE(697), 1,
sym_concatenation,
ACTIONS(2717), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(504), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[78016] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2737), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2739), 1,
anon_sym_DOLLAR,
ACTIONS(2741), 1,
anon_sym_DQUOTE,
ACTIONS(2743), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2745), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2747), 1,
anon_sym_BQUOTE,
ACTIONS(2749), 1,
sym__bare_dollar,
ACTIONS(2735), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(1177), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[78055] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2755), 1,
sym_variable_name,
ACTIONS(2753), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(379), 5,
anon_sym_in,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_AMP,
anon_sym_SEMI,
ACTIONS(2751), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[78084] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(861), 1,
anon_sym_DOLLAR,
ACTIONS(863), 1,
anon_sym_DQUOTE,
ACTIONS(865), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(867), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(869), 1,
anon_sym_BQUOTE,
ACTIONS(2757), 1,
aux_sym_heredoc_redirect_token1,
STATE(1577), 1,
aux_sym__heredoc_command,
STATE(1953), 1,
sym_concatenation,
ACTIONS(847), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1788), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[78127] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(871), 1,
sym_file_descriptor,
ACTIONS(2759), 1,
aux_sym_heredoc_redirect_token1,
STATE(2151), 1,
sym__heredoc_expression,
ACTIONS(851), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(855), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1609), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(853), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[78162] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(861), 1,
anon_sym_DOLLAR,
ACTIONS(863), 1,
anon_sym_DQUOTE,
ACTIONS(865), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(867), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(869), 1,
anon_sym_BQUOTE,
ACTIONS(2761), 1,
aux_sym_heredoc_redirect_token1,
STATE(1577), 1,
aux_sym__heredoc_command,
STATE(1953), 1,
sym_concatenation,
ACTIONS(847), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1788), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[78205] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2719), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2721), 1,
anon_sym_DOLLAR,
ACTIONS(2723), 1,
anon_sym_DQUOTE,
ACTIONS(2725), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2727), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2729), 1,
anon_sym_BQUOTE,
ACTIONS(2765), 1,
sym__bare_dollar,
ACTIONS(2763), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(524), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[78244] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(61), 1,
anon_sym_DOLLAR,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(2769), 1,
sym__bare_dollar,
ACTIONS(2767), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(380), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[78283] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2773), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2775), 1,
anon_sym_DOLLAR,
ACTIONS(2777), 1,
anon_sym_DQUOTE,
ACTIONS(2779), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2781), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2783), 1,
anon_sym_BQUOTE,
ACTIONS(2785), 1,
sym__bare_dollar,
ACTIONS(2771), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(1183), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[78322] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2789), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2791), 1,
anon_sym_DOLLAR,
ACTIONS(2793), 1,
anon_sym_DQUOTE,
ACTIONS(2795), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2797), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2799), 1,
anon_sym_BQUOTE,
ACTIONS(2801), 1,
sym__comment_word,
ACTIONS(2803), 1,
sym__empty_value,
STATE(695), 1,
sym_concatenation,
ACTIONS(2787), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(336), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[78365] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(871), 1,
sym_file_descriptor,
ACTIONS(2805), 1,
aux_sym_heredoc_redirect_token1,
STATE(2130), 1,
sym__heredoc_expression,
ACTIONS(851), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(855), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1609), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(853), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[78400] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2809), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2811), 1,
anon_sym_DOLLAR,
ACTIONS(2813), 1,
anon_sym_DQUOTE,
ACTIONS(2815), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2817), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2819), 1,
anon_sym_BQUOTE,
ACTIONS(2821), 1,
sym__bare_dollar,
ACTIONS(2807), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(992), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[78439] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(904), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(908), 1,
anon_sym_DQUOTE,
ACTIONS(910), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(912), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(914), 1,
anon_sym_BQUOTE,
ACTIONS(2825), 1,
anon_sym_DOLLAR,
ACTIONS(2827), 1,
sym__bare_dollar,
ACTIONS(2823), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(1040), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[78478] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2701), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2705), 1,
anon_sym_DQUOTE,
ACTIONS(2707), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2709), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2711), 1,
anon_sym_BQUOTE,
ACTIONS(2831), 1,
anon_sym_DOLLAR,
ACTIONS(2833), 1,
sym__bare_dollar,
ACTIONS(2829), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(1436), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[78517] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(861), 1,
anon_sym_DOLLAR,
ACTIONS(863), 1,
anon_sym_DQUOTE,
ACTIONS(865), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(867), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(869), 1,
anon_sym_BQUOTE,
ACTIONS(2835), 1,
aux_sym_heredoc_redirect_token1,
STATE(1577), 1,
aux_sym__heredoc_command,
STATE(1953), 1,
sym_concatenation,
ACTIONS(847), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1788), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[78560] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2737), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2741), 1,
anon_sym_DQUOTE,
ACTIONS(2743), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2745), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2747), 1,
anon_sym_BQUOTE,
ACTIONS(2749), 1,
sym__bare_dollar,
ACTIONS(2837), 1,
anon_sym_DOLLAR,
ACTIONS(2735), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(1177), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[78599] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2695), 1,
aux_sym_concatenation_token1,
ACTIONS(2697), 1,
sym__concat,
STATE(1569), 1,
aux_sym_concatenation_repeat1,
ACTIONS(538), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(540), 12,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[78630] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2809), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2813), 1,
anon_sym_DQUOTE,
ACTIONS(2815), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2817), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2819), 1,
anon_sym_BQUOTE,
ACTIONS(2841), 1,
anon_sym_DOLLAR,
ACTIONS(2843), 1,
sym__comment_word,
ACTIONS(2845), 1,
sym__empty_value,
STATE(1101), 1,
sym_concatenation,
ACTIONS(2839), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1329), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[78673] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(461), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(463), 1,
anon_sym_DOLLAR,
ACTIONS(465), 1,
anon_sym_DQUOTE,
ACTIONS(467), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(469), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(471), 1,
anon_sym_BQUOTE,
ACTIONS(2849), 1,
sym__bare_dollar,
ACTIONS(2847), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(477), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[78712] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(871), 1,
sym_file_descriptor,
ACTIONS(2851), 1,
aux_sym_heredoc_redirect_token1,
STATE(2161), 1,
sym__heredoc_expression,
ACTIONS(851), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(855), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1609), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(853), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[78747] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2809), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2813), 1,
anon_sym_DQUOTE,
ACTIONS(2815), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2817), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2819), 1,
anon_sym_BQUOTE,
ACTIONS(2841), 1,
anon_sym_DOLLAR,
ACTIONS(2843), 1,
sym__comment_word,
ACTIONS(2845), 1,
sym__empty_value,
STATE(1101), 1,
sym_concatenation,
ACTIONS(2853), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1090), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[78790] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(861), 1,
anon_sym_DOLLAR,
ACTIONS(863), 1,
anon_sym_DQUOTE,
ACTIONS(865), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(867), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(869), 1,
anon_sym_BQUOTE,
ACTIONS(2855), 1,
aux_sym_heredoc_redirect_token1,
STATE(1577), 1,
aux_sym__heredoc_command,
STATE(1953), 1,
sym_concatenation,
ACTIONS(847), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1788), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[78833] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(879), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(883), 1,
anon_sym_DQUOTE,
ACTIONS(885), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(887), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(889), 1,
anon_sym_BQUOTE,
ACTIONS(2859), 1,
anon_sym_DOLLAR,
ACTIONS(2861), 1,
sym__bare_dollar,
ACTIONS(2857), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(1227), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[78872] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(871), 1,
sym_file_descriptor,
ACTIONS(2863), 1,
aux_sym_heredoc_redirect_token1,
STATE(2166), 1,
sym__heredoc_expression,
ACTIONS(851), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(855), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1609), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(853), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[78907] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(27), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(37), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(39), 1,
anon_sym_BQUOTE,
ACTIONS(2867), 1,
anon_sym_DOLLAR,
ACTIONS(2869), 1,
sym__bare_dollar,
ACTIONS(2865), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(369), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[78946] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(27), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(29), 1,
anon_sym_DOLLAR,
ACTIONS(31), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(37), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(39), 1,
anon_sym_BQUOTE,
ACTIONS(2869), 1,
sym__bare_dollar,
ACTIONS(2865), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(369), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[78985] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2809), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2813), 1,
anon_sym_DQUOTE,
ACTIONS(2815), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2817), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2819), 1,
anon_sym_BQUOTE,
ACTIONS(2841), 1,
anon_sym_DOLLAR,
ACTIONS(2843), 1,
sym__comment_word,
ACTIONS(2845), 1,
sym__empty_value,
STATE(1101), 1,
sym_concatenation,
ACTIONS(2871), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1082), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[79028] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(813), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(817), 1,
anon_sym_DQUOTE,
ACTIONS(819), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(821), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(823), 1,
anon_sym_BQUOTE,
ACTIONS(2875), 1,
anon_sym_DOLLAR,
ACTIONS(2877), 1,
sym__bare_dollar,
ACTIONS(2873), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(607), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[79067] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2881), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2883), 1,
anon_sym_DOLLAR,
ACTIONS(2885), 1,
anon_sym_DQUOTE,
ACTIONS(2887), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2889), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2891), 1,
anon_sym_BQUOTE,
ACTIONS(2893), 1,
sym__comment_word,
ACTIONS(2895), 1,
sym__empty_value,
STATE(989), 1,
sym_concatenation,
ACTIONS(2879), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(842), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[79110] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(704), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(708), 1,
anon_sym_DQUOTE,
ACTIONS(710), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(712), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(714), 1,
anon_sym_BQUOTE,
ACTIONS(2899), 1,
anon_sym_DOLLAR,
ACTIONS(2901), 1,
sym__bare_dollar,
ACTIONS(2897), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(662), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[79149] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2773), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2777), 1,
anon_sym_DQUOTE,
ACTIONS(2779), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2781), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2783), 1,
anon_sym_BQUOTE,
ACTIONS(2785), 1,
sym__bare_dollar,
ACTIONS(2903), 1,
anon_sym_DOLLAR,
ACTIONS(2771), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(1183), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[79188] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2809), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2813), 1,
anon_sym_DQUOTE,
ACTIONS(2815), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2817), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2819), 1,
anon_sym_BQUOTE,
ACTIONS(2821), 1,
sym__bare_dollar,
ACTIONS(2905), 1,
anon_sym_DOLLAR,
ACTIONS(2807), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(992), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[79227] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(904), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(908), 1,
anon_sym_DQUOTE,
ACTIONS(910), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(912), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(914), 1,
anon_sym_BQUOTE,
ACTIONS(2827), 1,
sym__bare_dollar,
ACTIONS(2907), 1,
anon_sym_DOLLAR,
ACTIONS(2823), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(1040), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[79266] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1090), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(1094), 10,
sym_file_descriptor,
sym_variable_name,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[79291] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2911), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2913), 1,
anon_sym_DOLLAR,
ACTIONS(2915), 1,
anon_sym_DQUOTE,
ACTIONS(2917), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2919), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2921), 1,
anon_sym_BQUOTE,
ACTIONS(2923), 1,
sym__bare_dollar,
ACTIONS(2909), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(454), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[79330] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2719), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2723), 1,
anon_sym_DQUOTE,
ACTIONS(2725), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2727), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2729), 1,
anon_sym_BQUOTE,
ACTIONS(2765), 1,
sym__bare_dollar,
ACTIONS(2925), 1,
anon_sym_DOLLAR,
ACTIONS(2763), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(524), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[79369] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1566), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1570), 1,
anon_sym_DQUOTE,
ACTIONS(1572), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1574), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1576), 1,
anon_sym_BQUOTE,
ACTIONS(2929), 1,
anon_sym_DOLLAR,
ACTIONS(2931), 1,
sym__bare_dollar,
ACTIONS(2927), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(1450), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[79408] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2719), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2721), 1,
anon_sym_DOLLAR,
ACTIONS(2723), 1,
anon_sym_DQUOTE,
ACTIONS(2725), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2727), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2729), 1,
anon_sym_BQUOTE,
ACTIONS(2731), 1,
sym__comment_word,
ACTIONS(2733), 1,
sym__empty_value,
STATE(697), 1,
sym_concatenation,
ACTIONS(2933), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(799), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[79451] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(477), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(479), 1,
anon_sym_DOLLAR,
ACTIONS(481), 1,
anon_sym_DQUOTE,
ACTIONS(483), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(485), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(487), 1,
anon_sym_BQUOTE,
ACTIONS(2693), 1,
sym__bare_dollar,
ACTIONS(2689), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(551), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[79490] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(461), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(465), 1,
anon_sym_DQUOTE,
ACTIONS(467), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(469), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(471), 1,
anon_sym_BQUOTE,
ACTIONS(2849), 1,
sym__bare_dollar,
ACTIONS(2935), 1,
anon_sym_DOLLAR,
ACTIONS(2847), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(477), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[79529] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2773), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2777), 1,
anon_sym_DQUOTE,
ACTIONS(2779), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2781), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2783), 1,
anon_sym_BQUOTE,
ACTIONS(2903), 1,
anon_sym_DOLLAR,
ACTIONS(2939), 1,
sym__comment_word,
ACTIONS(2941), 1,
sym__empty_value,
STATE(1341), 1,
sym_concatenation,
ACTIONS(2937), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1092), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[79572] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1883), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1885), 1,
anon_sym_DOLLAR,
ACTIONS(1887), 1,
anon_sym_DQUOTE,
ACTIONS(1889), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1891), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1893), 1,
anon_sym_BQUOTE,
ACTIONS(1895), 1,
sym_extglob_pattern,
STATE(2075), 2,
sym_concatenation,
sym__extglob_blob,
ACTIONS(2943), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1998), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[79613] = 5,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2945), 1,
anon_sym_PIPE,
STATE(1544), 1,
aux_sym_pipeline_repeat1,
ACTIONS(2444), 6,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2440), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[79642] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2809), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2813), 1,
anon_sym_DQUOTE,
ACTIONS(2815), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2817), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2819), 1,
anon_sym_BQUOTE,
ACTIONS(2821), 1,
sym__bare_dollar,
ACTIONS(2947), 1,
anon_sym_DOLLAR,
ACTIONS(2807), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(992), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[79681] = 5,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2188), 1,
anon_sym_PIPE,
STATE(1512), 1,
aux_sym_pipeline_repeat1,
ACTIONS(2191), 6,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2186), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[79710] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(904), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(908), 1,
anon_sym_DQUOTE,
ACTIONS(910), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(912), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(914), 1,
anon_sym_BQUOTE,
ACTIONS(2827), 1,
sym__bare_dollar,
ACTIONS(2949), 1,
anon_sym_DOLLAR,
ACTIONS(2823), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(1040), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[79749] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(477), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(481), 1,
anon_sym_DQUOTE,
ACTIONS(483), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(485), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(487), 1,
anon_sym_BQUOTE,
ACTIONS(2693), 1,
sym__bare_dollar,
ACTIONS(2951), 1,
anon_sym_DOLLAR,
ACTIONS(2689), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(551), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[79788] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2719), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2723), 1,
anon_sym_DQUOTE,
ACTIONS(2725), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2727), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2729), 1,
anon_sym_BQUOTE,
ACTIONS(2765), 1,
sym__bare_dollar,
ACTIONS(2953), 1,
anon_sym_DOLLAR,
ACTIONS(2763), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(524), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[79827] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(2769), 1,
sym__bare_dollar,
ACTIONS(2955), 1,
anon_sym_DOLLAR,
ACTIONS(2767), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(380), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[79866] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(2769), 1,
sym__bare_dollar,
ACTIONS(2957), 1,
anon_sym_DOLLAR,
ACTIONS(2767), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(380), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[79905] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1483), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1487), 1,
anon_sym_DQUOTE,
ACTIONS(1489), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1491), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1493), 1,
anon_sym_BQUOTE,
ACTIONS(2961), 1,
anon_sym_DOLLAR,
ACTIONS(2963), 1,
sym__bare_dollar,
ACTIONS(2959), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(923), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[79944] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(813), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(815), 1,
anon_sym_DOLLAR,
ACTIONS(817), 1,
anon_sym_DQUOTE,
ACTIONS(819), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(821), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(823), 1,
anon_sym_BQUOTE,
ACTIONS(2877), 1,
sym__bare_dollar,
ACTIONS(2873), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(607), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[79983] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(904), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(908), 1,
anon_sym_DQUOTE,
ACTIONS(910), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(912), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(914), 1,
anon_sym_BQUOTE,
ACTIONS(2827), 1,
sym__bare_dollar,
ACTIONS(2965), 1,
anon_sym_DOLLAR,
ACTIONS(2823), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(1040), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[80022] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(863), 1,
anon_sym_DQUOTE,
ACTIONS(865), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(867), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(869), 1,
anon_sym_BQUOTE,
ACTIONS(2969), 1,
anon_sym_DOLLAR,
ACTIONS(2971), 1,
sym__bare_dollar,
ACTIONS(2967), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(1693), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[80061] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1566), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1568), 1,
anon_sym_DOLLAR,
ACTIONS(1570), 1,
anon_sym_DQUOTE,
ACTIONS(1572), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1574), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1576), 1,
anon_sym_BQUOTE,
ACTIONS(2931), 1,
sym__bare_dollar,
ACTIONS(2927), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(1450), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[80100] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(718), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(722), 1,
anon_sym_DQUOTE,
ACTIONS(724), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(726), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(728), 1,
anon_sym_BQUOTE,
ACTIONS(2975), 1,
anon_sym_DOLLAR,
ACTIONS(2977), 1,
sym__bare_dollar,
ACTIONS(2973), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(625), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[80139] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(497), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(501), 1,
anon_sym_DQUOTE,
ACTIONS(503), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(505), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(507), 1,
anon_sym_BQUOTE,
ACTIONS(2981), 1,
anon_sym_DOLLAR,
ACTIONS(2983), 1,
sym__bare_dollar,
ACTIONS(2979), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(546), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[80178] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1483), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1485), 1,
anon_sym_DOLLAR,
ACTIONS(1487), 1,
anon_sym_DQUOTE,
ACTIONS(1489), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1491), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1493), 1,
anon_sym_BQUOTE,
ACTIONS(2963), 1,
sym__bare_dollar,
ACTIONS(2959), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(923), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[80217] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1883), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1887), 1,
anon_sym_DQUOTE,
ACTIONS(1889), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1891), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1893), 1,
anon_sym_BQUOTE,
ACTIONS(2987), 1,
anon_sym_DOLLAR,
ACTIONS(2989), 1,
sym__bare_dollar,
ACTIONS(2985), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(2074), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[80256] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(497), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(499), 1,
anon_sym_DOLLAR,
ACTIONS(501), 1,
anon_sym_DQUOTE,
ACTIONS(503), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(505), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(507), 1,
anon_sym_BQUOTE,
ACTIONS(2983), 1,
sym__bare_dollar,
ACTIONS(2979), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(546), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[80295] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(704), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(706), 1,
anon_sym_DOLLAR,
ACTIONS(708), 1,
anon_sym_DQUOTE,
ACTIONS(710), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(712), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(714), 1,
anon_sym_BQUOTE,
ACTIONS(2901), 1,
sym__bare_dollar,
ACTIONS(2897), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(662), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[80334] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2737), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2741), 1,
anon_sym_DQUOTE,
ACTIONS(2743), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2745), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2747), 1,
anon_sym_BQUOTE,
ACTIONS(2837), 1,
anon_sym_DOLLAR,
ACTIONS(2993), 1,
sym__comment_word,
ACTIONS(2995), 1,
sym__empty_value,
STATE(1305), 1,
sym_concatenation,
ACTIONS(2991), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1007), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[80377] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(861), 1,
anon_sym_DOLLAR,
ACTIONS(863), 1,
anon_sym_DQUOTE,
ACTIONS(865), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(867), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(869), 1,
anon_sym_BQUOTE,
ACTIONS(2997), 1,
aux_sym_heredoc_redirect_token1,
STATE(1577), 1,
aux_sym__heredoc_command,
STATE(1953), 1,
sym_concatenation,
ACTIONS(847), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1788), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[80420] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(871), 1,
sym_file_descriptor,
ACTIONS(2999), 1,
aux_sym_heredoc_redirect_token1,
STATE(2231), 1,
sym__heredoc_expression,
ACTIONS(851), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(855), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1609), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(853), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[80455] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2789), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2793), 1,
anon_sym_DQUOTE,
ACTIONS(2795), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2797), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2799), 1,
anon_sym_BQUOTE,
ACTIONS(3003), 1,
anon_sym_DOLLAR,
ACTIONS(3005), 1,
sym__bare_dollar,
ACTIONS(3001), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(469), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[80494] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2701), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2703), 1,
anon_sym_DOLLAR,
ACTIONS(2705), 1,
anon_sym_DQUOTE,
ACTIONS(2707), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2709), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2711), 1,
anon_sym_BQUOTE,
ACTIONS(2833), 1,
sym__bare_dollar,
ACTIONS(2829), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(1436), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[80533] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1883), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1885), 1,
anon_sym_DOLLAR,
ACTIONS(1887), 1,
anon_sym_DQUOTE,
ACTIONS(1889), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1891), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1893), 1,
anon_sym_BQUOTE,
ACTIONS(1895), 1,
sym_extglob_pattern,
STATE(2103), 2,
sym_concatenation,
sym__extglob_blob,
ACTIONS(3007), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(2037), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[80574] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(904), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(906), 1,
anon_sym_DOLLAR,
ACTIONS(908), 1,
anon_sym_DQUOTE,
ACTIONS(910), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(912), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(914), 1,
anon_sym_BQUOTE,
ACTIONS(2827), 1,
sym__bare_dollar,
ACTIONS(2823), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(1040), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[80613] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2789), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2791), 1,
anon_sym_DOLLAR,
ACTIONS(2793), 1,
anon_sym_DQUOTE,
ACTIONS(2795), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2797), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2799), 1,
anon_sym_BQUOTE,
ACTIONS(3005), 1,
sym__bare_dollar,
ACTIONS(3001), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(469), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[80652] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(969), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(973), 1,
anon_sym_DQUOTE,
ACTIONS(975), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(977), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(979), 1,
anon_sym_BQUOTE,
ACTIONS(3011), 1,
anon_sym_DOLLAR,
ACTIONS(3013), 1,
sym__bare_dollar,
ACTIONS(3009), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(869), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[80691] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(861), 1,
anon_sym_DOLLAR,
ACTIONS(863), 1,
anon_sym_DQUOTE,
ACTIONS(865), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(867), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(869), 1,
anon_sym_BQUOTE,
ACTIONS(2971), 1,
sym__bare_dollar,
ACTIONS(2967), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(1693), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[80730] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2809), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2813), 1,
anon_sym_DQUOTE,
ACTIONS(2815), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2817), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2819), 1,
anon_sym_BQUOTE,
ACTIONS(2841), 1,
anon_sym_DOLLAR,
ACTIONS(2843), 1,
sym__comment_word,
ACTIONS(2845), 1,
sym__empty_value,
STATE(1101), 1,
sym_concatenation,
ACTIONS(3015), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1159), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[80773] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(59), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(63), 1,
anon_sym_DQUOTE,
ACTIONS(67), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(69), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(71), 1,
anon_sym_BQUOTE,
ACTIONS(2769), 1,
sym__bare_dollar,
ACTIONS(3017), 1,
anon_sym_DOLLAR,
ACTIONS(2767), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(380), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[80812] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(718), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(722), 1,
anon_sym_DQUOTE,
ACTIONS(724), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(726), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(728), 1,
anon_sym_BQUOTE,
ACTIONS(2977), 1,
sym__bare_dollar,
ACTIONS(3019), 1,
anon_sym_DOLLAR,
ACTIONS(2973), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(625), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[80851] = 5,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3021), 1,
anon_sym_PIPE,
STATE(1544), 1,
aux_sym_pipeline_repeat1,
ACTIONS(2191), 6,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2186), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[80880] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(969), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(971), 1,
anon_sym_DOLLAR,
ACTIONS(973), 1,
anon_sym_DQUOTE,
ACTIONS(975), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(977), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(979), 1,
anon_sym_BQUOTE,
ACTIONS(3013), 1,
sym__bare_dollar,
ACTIONS(3009), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(869), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[80919] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2719), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2723), 1,
anon_sym_DQUOTE,
ACTIONS(2725), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2727), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2729), 1,
anon_sym_BQUOTE,
ACTIONS(2765), 1,
sym__bare_dollar,
ACTIONS(3024), 1,
anon_sym_DOLLAR,
ACTIONS(2763), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(524), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[80958] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(477), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(481), 1,
anon_sym_DQUOTE,
ACTIONS(483), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(485), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(487), 1,
anon_sym_BQUOTE,
ACTIONS(2693), 1,
sym__bare_dollar,
ACTIONS(3026), 1,
anon_sym_DOLLAR,
ACTIONS(2689), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(551), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[80997] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2881), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2885), 1,
anon_sym_DQUOTE,
ACTIONS(2887), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2889), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2891), 1,
anon_sym_BQUOTE,
ACTIONS(3030), 1,
anon_sym_DOLLAR,
ACTIONS(3032), 1,
sym__bare_dollar,
ACTIONS(3028), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(872), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[81036] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(904), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(908), 1,
anon_sym_DQUOTE,
ACTIONS(910), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(912), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(914), 1,
anon_sym_BQUOTE,
ACTIONS(2827), 1,
sym__bare_dollar,
ACTIONS(3034), 1,
anon_sym_DOLLAR,
ACTIONS(2823), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(1040), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[81075] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(863), 1,
anon_sym_DQUOTE,
ACTIONS(865), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(867), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(869), 1,
anon_sym_BQUOTE,
ACTIONS(2971), 1,
sym__bare_dollar,
ACTIONS(3036), 1,
anon_sym_DOLLAR,
ACTIONS(2967), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(1693), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[81114] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2911), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2913), 1,
anon_sym_DOLLAR,
ACTIONS(2915), 1,
anon_sym_DQUOTE,
ACTIONS(2917), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2919), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2921), 1,
anon_sym_BQUOTE,
ACTIONS(3040), 1,
sym__comment_word,
ACTIONS(3042), 1,
sym__empty_value,
STATE(669), 1,
sym_concatenation,
ACTIONS(3038), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(343), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[81157] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(718), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(722), 1,
anon_sym_DQUOTE,
ACTIONS(724), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(726), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(728), 1,
anon_sym_BQUOTE,
ACTIONS(2977), 1,
sym__bare_dollar,
ACTIONS(3044), 1,
anon_sym_DOLLAR,
ACTIONS(2973), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(625), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[81196] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2809), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2813), 1,
anon_sym_DQUOTE,
ACTIONS(2815), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2817), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2819), 1,
anon_sym_BQUOTE,
ACTIONS(2821), 1,
sym__bare_dollar,
ACTIONS(3046), 1,
anon_sym_DOLLAR,
ACTIONS(2807), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(992), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[81235] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2881), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2883), 1,
anon_sym_DOLLAR,
ACTIONS(2885), 1,
anon_sym_DQUOTE,
ACTIONS(2887), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2889), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2891), 1,
anon_sym_BQUOTE,
ACTIONS(3032), 1,
sym__bare_dollar,
ACTIONS(3028), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(872), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[81274] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2809), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2813), 1,
anon_sym_DQUOTE,
ACTIONS(2815), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2817), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2819), 1,
anon_sym_BQUOTE,
ACTIONS(2821), 1,
sym__bare_dollar,
ACTIONS(3048), 1,
anon_sym_DOLLAR,
ACTIONS(2807), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(992), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[81313] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(718), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(720), 1,
anon_sym_DOLLAR,
ACTIONS(722), 1,
anon_sym_DQUOTE,
ACTIONS(724), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(726), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(728), 1,
anon_sym_BQUOTE,
ACTIONS(2977), 1,
sym__bare_dollar,
ACTIONS(2973), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(625), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[81352] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(879), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(881), 1,
anon_sym_DOLLAR,
ACTIONS(883), 1,
anon_sym_DQUOTE,
ACTIONS(885), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(887), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(889), 1,
anon_sym_BQUOTE,
ACTIONS(2861), 1,
sym__bare_dollar,
ACTIONS(2857), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(1227), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[81391] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(861), 1,
anon_sym_DOLLAR,
ACTIONS(863), 1,
anon_sym_DQUOTE,
ACTIONS(865), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(867), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(869), 1,
anon_sym_BQUOTE,
ACTIONS(3050), 1,
aux_sym_heredoc_redirect_token1,
STATE(1577), 1,
aux_sym__heredoc_command,
STATE(1953), 1,
sym_concatenation,
ACTIONS(847), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1788), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[81434] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1883), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1885), 1,
anon_sym_DOLLAR,
ACTIONS(1887), 1,
anon_sym_DQUOTE,
ACTIONS(1889), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1891), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1893), 1,
anon_sym_BQUOTE,
ACTIONS(1895), 1,
sym_extglob_pattern,
STATE(2095), 2,
sym_concatenation,
sym__extglob_blob,
ACTIONS(3052), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1992), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[81475] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(109), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(111), 1,
anon_sym_DOLLAR,
ACTIONS(113), 1,
anon_sym_DQUOTE,
ACTIONS(117), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(119), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(121), 1,
anon_sym_BQUOTE,
ACTIONS(3056), 1,
sym__bare_dollar,
ACTIONS(3054), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(352), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[81514] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3060), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3062), 1,
anon_sym_DOLLAR,
ACTIONS(3064), 1,
anon_sym_DQUOTE,
ACTIONS(3066), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3068), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3070), 1,
anon_sym_BQUOTE,
ACTIONS(3072), 1,
sym__bare_dollar,
ACTIONS(3058), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(1982), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[81553] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(109), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(113), 1,
anon_sym_DQUOTE,
ACTIONS(117), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(119), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(121), 1,
anon_sym_BQUOTE,
ACTIONS(3056), 1,
sym__bare_dollar,
ACTIONS(3074), 1,
anon_sym_DOLLAR,
ACTIONS(3054), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(352), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[81592] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2911), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2915), 1,
anon_sym_DQUOTE,
ACTIONS(2917), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2919), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2921), 1,
anon_sym_BQUOTE,
ACTIONS(2923), 1,
sym__bare_dollar,
ACTIONS(3076), 1,
anon_sym_DOLLAR,
ACTIONS(2909), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(454), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[81631] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1772), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1774), 1,
anon_sym_DOLLAR,
ACTIONS(1776), 1,
anon_sym_DQUOTE,
ACTIONS(1778), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1780), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1782), 1,
anon_sym_BQUOTE,
ACTIONS(3080), 1,
sym__bare_dollar,
ACTIONS(3078), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(1596), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[81670] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(345), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(349), 1,
anon_sym_DQUOTE,
ACTIONS(353), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(355), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(357), 1,
anon_sym_BQUOTE,
ACTIONS(2687), 1,
sym__bare_dollar,
ACTIONS(3082), 1,
anon_sym_DOLLAR,
ACTIONS(2685), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(823), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[81709] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2809), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2813), 1,
anon_sym_DQUOTE,
ACTIONS(2815), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2817), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2819), 1,
anon_sym_BQUOTE,
ACTIONS(2841), 1,
anon_sym_DOLLAR,
ACTIONS(2843), 1,
sym__comment_word,
ACTIONS(2845), 1,
sym__empty_value,
STATE(1101), 1,
sym_concatenation,
ACTIONS(3084), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1083), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[81752] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(871), 1,
sym_file_descriptor,
ACTIONS(3086), 1,
aux_sym_heredoc_redirect_token1,
STATE(2211), 1,
sym__heredoc_expression,
ACTIONS(851), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(855), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1609), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(853), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[81787] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1709), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1711), 1,
anon_sym_DOLLAR,
ACTIONS(1713), 1,
anon_sym_DQUOTE,
ACTIONS(1715), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1717), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1719), 1,
anon_sym_BQUOTE,
ACTIONS(3090), 1,
sym__bare_dollar,
ACTIONS(3088), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(1017), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[81826] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2695), 1,
aux_sym_concatenation_token1,
ACTIONS(3092), 1,
sym__concat,
STATE(1571), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(957), 12,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[81857] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1709), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1713), 1,
anon_sym_DQUOTE,
ACTIONS(1715), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1717), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1719), 1,
anon_sym_BQUOTE,
ACTIONS(3090), 1,
sym__bare_dollar,
ACTIONS(3094), 1,
anon_sym_DOLLAR,
ACTIONS(3088), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(1017), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[81896] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3096), 1,
aux_sym_concatenation_token1,
ACTIONS(3099), 1,
sym__concat,
STATE(1571), 1,
aux_sym_concatenation_repeat1,
ACTIONS(988), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(983), 12,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[81927] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1883), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1885), 1,
anon_sym_DOLLAR,
ACTIONS(1887), 1,
anon_sym_DQUOTE,
ACTIONS(1889), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1891), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1893), 1,
anon_sym_BQUOTE,
ACTIONS(2989), 1,
sym__bare_dollar,
ACTIONS(2985), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(2074), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[81966] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1772), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1776), 1,
anon_sym_DQUOTE,
ACTIONS(1778), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1780), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1782), 1,
anon_sym_BQUOTE,
ACTIONS(3080), 1,
sym__bare_dollar,
ACTIONS(3102), 1,
anon_sym_DOLLAR,
ACTIONS(3078), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(1596), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[82005] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3060), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3064), 1,
anon_sym_DQUOTE,
ACTIONS(3066), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3068), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3070), 1,
anon_sym_BQUOTE,
ACTIONS(3072), 1,
sym__bare_dollar,
ACTIONS(3104), 1,
anon_sym_DOLLAR,
ACTIONS(3058), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(1982), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[82044] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2719), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2721), 1,
anon_sym_DOLLAR,
ACTIONS(2723), 1,
anon_sym_DQUOTE,
ACTIONS(2725), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2727), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2729), 1,
anon_sym_BQUOTE,
ACTIONS(2731), 1,
sym__comment_word,
ACTIONS(2733), 1,
sym__empty_value,
STATE(697), 1,
sym_concatenation,
ACTIONS(3106), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(322), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[82087] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2809), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2813), 1,
anon_sym_DQUOTE,
ACTIONS(2815), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2817), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2819), 1,
anon_sym_BQUOTE,
ACTIONS(2821), 1,
sym__bare_dollar,
ACTIONS(2841), 1,
anon_sym_DOLLAR,
ACTIONS(2807), 5,
aux_sym_concatenation_token1,
sym_raw_string,
sym_number,
sym__comment_word,
sym_word,
STATE(992), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[82126] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3111), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(3113), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3116), 1,
anon_sym_DOLLAR,
ACTIONS(3119), 1,
anon_sym_DQUOTE,
ACTIONS(3122), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3125), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3128), 1,
anon_sym_BQUOTE,
STATE(1577), 1,
aux_sym__heredoc_command,
STATE(1953), 1,
sym_concatenation,
ACTIONS(3108), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1788), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[82169] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2394), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2392), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[82193] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2336), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2334), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[82217] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3131), 1,
aux_sym_concatenation_token1,
ACTIONS(3134), 1,
sym__concat,
STATE(1580), 1,
aux_sym_concatenation_repeat1,
ACTIONS(983), 13,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[82245] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2911), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2913), 1,
anon_sym_DOLLAR,
ACTIONS(2915), 1,
anon_sym_DQUOTE,
ACTIONS(2917), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2919), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2921), 1,
anon_sym_BQUOTE,
STATE(193), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(3137), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(377), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[82283] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1195), 3,
sym_file_descriptor,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1193), 13,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_concatenation_token1,
[82307] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1044), 3,
sym_file_descriptor,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1042), 13,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_concatenation_token1,
[82331] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2911), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2913), 1,
anon_sym_DOLLAR,
ACTIONS(2915), 1,
anon_sym_DQUOTE,
ACTIONS(2917), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2919), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2921), 1,
anon_sym_BQUOTE,
STATE(203), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(3137), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(377), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[82369] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1048), 3,
sym_file_descriptor,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1046), 13,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_concatenation_token1,
[82393] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2719), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2721), 1,
anon_sym_DOLLAR,
ACTIONS(2723), 1,
anon_sym_DQUOTE,
ACTIONS(2725), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2727), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2729), 1,
anon_sym_BQUOTE,
STATE(215), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(3139), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(458), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[82431] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3141), 1,
aux_sym_concatenation_token1,
ACTIONS(3143), 1,
sym__concat,
STATE(1580), 1,
aux_sym_concatenation_repeat1,
ACTIONS(957), 13,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[82459] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(861), 1,
anon_sym_DOLLAR,
ACTIONS(863), 1,
anon_sym_DQUOTE,
ACTIONS(865), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(867), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(869), 1,
anon_sym_BQUOTE,
STATE(1323), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(2479), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1669), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[82497] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1070), 3,
sym_file_descriptor,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1072), 13,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_concatenation_token1,
[82521] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2773), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2777), 1,
anon_sym_DQUOTE,
ACTIONS(2779), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2781), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2783), 1,
anon_sym_BQUOTE,
ACTIONS(2903), 1,
anon_sym_DOLLAR,
STATE(867), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(3145), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1109), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[82559] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1056), 3,
sym_file_descriptor,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1058), 13,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_concatenation_token1,
[82583] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1088), 3,
sym_file_descriptor,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1086), 13,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_concatenation_token1,
[82607] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1709), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1711), 1,
anon_sym_DOLLAR,
ACTIONS(1713), 1,
anon_sym_DQUOTE,
ACTIONS(1715), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1717), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1719), 1,
anon_sym_BQUOTE,
STATE(803), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(1707), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(950), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[82645] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2719), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2721), 1,
anon_sym_DOLLAR,
ACTIONS(2723), 1,
anon_sym_DQUOTE,
ACTIONS(2725), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2727), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2729), 1,
anon_sym_BQUOTE,
STATE(378), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(3147), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(795), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[82683] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2719), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2721), 1,
anon_sym_DOLLAR,
ACTIONS(2723), 1,
anon_sym_DQUOTE,
ACTIONS(2725), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2727), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2729), 1,
anon_sym_BQUOTE,
STATE(353), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(3147), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(795), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[82721] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 3,
sym_file_descriptor,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(983), 13,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_concatenation_token1,
[82745] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1100), 3,
sym_file_descriptor,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1098), 13,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_concatenation_token1,
[82769] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2773), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2777), 1,
anon_sym_DQUOTE,
ACTIONS(2779), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2781), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2783), 1,
anon_sym_BQUOTE,
ACTIONS(2903), 1,
anon_sym_DOLLAR,
STATE(859), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(3145), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1109), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[82807] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(861), 1,
anon_sym_DOLLAR,
ACTIONS(863), 1,
anon_sym_DQUOTE,
ACTIONS(865), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(867), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(869), 1,
anon_sym_BQUOTE,
STATE(1373), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(2479), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1669), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[82845] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1709), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1711), 1,
anon_sym_DOLLAR,
ACTIONS(1713), 1,
anon_sym_DQUOTE,
ACTIONS(1715), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1717), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1719), 1,
anon_sym_BQUOTE,
STATE(801), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(1707), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(950), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[82883] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1104), 3,
sym_file_descriptor,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1102), 13,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_concatenation_token1,
[82907] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2719), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2721), 1,
anon_sym_DOLLAR,
ACTIONS(2723), 1,
anon_sym_DQUOTE,
ACTIONS(2725), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2727), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2729), 1,
anon_sym_BQUOTE,
STATE(195), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(3149), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(339), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[82945] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2719), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2721), 1,
anon_sym_DOLLAR,
ACTIONS(2723), 1,
anon_sym_DQUOTE,
ACTIONS(2725), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2727), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2729), 1,
anon_sym_BQUOTE,
STATE(197), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(3149), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(339), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[82983] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(859), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(861), 1,
anon_sym_DOLLAR,
ACTIONS(863), 1,
anon_sym_DQUOTE,
ACTIONS(865), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(867), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(869), 1,
anon_sym_BQUOTE,
STATE(1379), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(2479), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1669), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[83021] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(546), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(548), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[83045] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1594), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(1592), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[83069] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1594), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(1592), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[83093] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2398), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2396), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[83117] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2218), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(3157), 1,
sym_file_descriptor,
ACTIONS(2210), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(3154), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
STATE(1609), 2,
sym_file_redirect,
aux_sym_redirected_statement_repeat2,
ACTIONS(3151), 8,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
[83149] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2225), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2223), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[83173] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2257), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2255), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[83197] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2283), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2281), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[83221] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2386), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2384), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[83245] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(718), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(720), 1,
anon_sym_DOLLAR,
ACTIONS(722), 1,
anon_sym_DQUOTE,
ACTIONS(724), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(726), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(728), 1,
anon_sym_BQUOTE,
STATE(443), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(1278), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(827), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[83283] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(718), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(720), 1,
anon_sym_DOLLAR,
ACTIONS(722), 1,
anon_sym_DQUOTE,
ACTIONS(724), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(726), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(728), 1,
anon_sym_BQUOTE,
STATE(444), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(1278), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(827), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[83321] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2279), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2277), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[83345] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2312), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2310), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[83369] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2320), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2318), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[83393] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2350), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2352), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[83417] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2390), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2388), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[83441] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2208), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2206), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[83465] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2382), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2380), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[83489] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2370), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2368), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[83513] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2366), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2364), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[83537] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2244), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2242), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[83561] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2429), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2427), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[83585] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2261), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2259), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[83609] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2265), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2263), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[83633] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2273), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2271), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[83657] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2287), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2285), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[83681] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2291), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2289), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[83705] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2287), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2285), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[83729] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2308), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2306), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[83753] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2316), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2314), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[83777] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2324), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2322), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[83801] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2328), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2326), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[83825] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2332), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2330), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[83849] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(704), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(706), 1,
anon_sym_DOLLAR,
ACTIONS(708), 1,
anon_sym_DQUOTE,
ACTIONS(710), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(712), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(714), 1,
anon_sym_BQUOTE,
STATE(225), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(702), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(447), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[83887] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(540), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(538), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[83911] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2336), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2334), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[83935] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(718), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(720), 1,
anon_sym_DOLLAR,
ACTIONS(722), 1,
anon_sym_DQUOTE,
ACTIONS(724), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(726), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(728), 1,
anon_sym_BQUOTE,
STATE(216), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(716), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(600), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[83973] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1114), 3,
sym_file_descriptor,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1112), 13,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_concatenation_token1,
[83997] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(718), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(720), 1,
anon_sym_DOLLAR,
ACTIONS(722), 1,
anon_sym_DQUOTE,
ACTIONS(724), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(726), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(728), 1,
anon_sym_BQUOTE,
STATE(217), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(716), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(600), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[84035] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(704), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(706), 1,
anon_sym_DOLLAR,
ACTIONS(708), 1,
anon_sym_DQUOTE,
ACTIONS(710), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(712), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(714), 1,
anon_sym_BQUOTE,
STATE(214), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(702), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(447), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[84073] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2340), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2338), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[84097] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 3,
sym_file_descriptor,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1116), 13,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_concatenation_token1,
[84121] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2340), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2338), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[84145] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2344), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2342), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[84169] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2348), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2346), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[84193] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(813), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(815), 1,
anon_sym_DOLLAR,
ACTIONS(817), 1,
anon_sym_DQUOTE,
ACTIONS(819), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(821), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(823), 1,
anon_sym_BQUOTE,
STATE(230), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(811), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(506), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[84231] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2356), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2354), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[84255] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2360), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2358), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[84279] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2356), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2354), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[84303] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2374), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2372), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[84327] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2269), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2267), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[84351] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2378), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2376), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[84375] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2413), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2411), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[84399] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2413), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2411), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[84423] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1122), 3,
sym_file_descriptor,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1120), 13,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_concatenation_token1,
[84447] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2417), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2415), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[84471] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2421), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2419), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[84495] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2421), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2419), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[84519] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2436), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2434), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[84543] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(718), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(720), 1,
anon_sym_DOLLAR,
ACTIONS(722), 1,
anon_sym_DQUOTE,
ACTIONS(724), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(726), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(728), 1,
anon_sym_BQUOTE,
STATE(261), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(873), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(647), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[84581] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2425), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2423), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[84605] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2425), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2423), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[84629] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(2378), 7,
anon_sym_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_LT_LT,
ACTIONS(2376), 9,
sym_file_descriptor,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
anon_sym_LT_LT_DASH,
[84653] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(813), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(815), 1,
anon_sym_DOLLAR,
ACTIONS(817), 1,
anon_sym_DQUOTE,
ACTIONS(819), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(821), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(823), 1,
anon_sym_BQUOTE,
STATE(234), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(811), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(506), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[84691] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3141), 1,
aux_sym_concatenation_token1,
ACTIONS(3160), 1,
sym__concat,
STATE(1587), 1,
aux_sym_concatenation_repeat1,
ACTIONS(1172), 13,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[84719] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(718), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(720), 1,
anon_sym_DOLLAR,
ACTIONS(722), 1,
anon_sym_DQUOTE,
ACTIONS(724), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(726), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(728), 1,
anon_sym_BQUOTE,
STATE(250), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(873), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(647), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[84757] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 3,
sym_file_descriptor,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1116), 13,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_concatenation_token1,
[84781] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1126), 3,
sym_file_descriptor,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1124), 13,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
aux_sym_concatenation_token1,
[84805] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1483), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1485), 1,
anon_sym_DOLLAR,
ACTIONS(1487), 1,
anon_sym_DQUOTE,
ACTIONS(1489), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1491), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1493), 1,
anon_sym_BQUOTE,
STATE(651), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(1481), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(856), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[84843] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1483), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(1485), 1,
anon_sym_DOLLAR,
ACTIONS(1487), 1,
anon_sym_DQUOTE,
ACTIONS(1489), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1491), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1493), 1,
anon_sym_BQUOTE,
STATE(666), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(1481), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(856), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[84881] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(718), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(720), 1,
anon_sym_DOLLAR,
ACTIONS(722), 1,
anon_sym_DQUOTE,
ACTIONS(724), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(726), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(728), 1,
anon_sym_BQUOTE,
STATE(246), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(873), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(647), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[84919] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2881), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2883), 1,
anon_sym_DOLLAR,
ACTIONS(2885), 1,
anon_sym_DQUOTE,
ACTIONS(2887), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2889), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2891), 1,
anon_sym_BQUOTE,
STATE(558), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(3162), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(828), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[84957] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(718), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(720), 1,
anon_sym_DOLLAR,
ACTIONS(722), 1,
anon_sym_DQUOTE,
ACTIONS(724), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(726), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(728), 1,
anon_sym_BQUOTE,
STATE(247), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(873), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(647), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[84995] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2881), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2883), 1,
anon_sym_DOLLAR,
ACTIONS(2885), 1,
anon_sym_DQUOTE,
ACTIONS(2887), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2889), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2891), 1,
anon_sym_BQUOTE,
STATE(583), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(3162), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(828), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[85033] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2789), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2791), 1,
anon_sym_DOLLAR,
ACTIONS(2793), 1,
anon_sym_DQUOTE,
ACTIONS(2795), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2797), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2799), 1,
anon_sym_BQUOTE,
STATE(205), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(3164), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(361), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[85071] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2719), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2721), 1,
anon_sym_DOLLAR,
ACTIONS(2723), 1,
anon_sym_DQUOTE,
ACTIONS(2725), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2727), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2729), 1,
anon_sym_BQUOTE,
STATE(224), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(3139), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(458), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[85109] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2789), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(2791), 1,
anon_sym_DOLLAR,
ACTIONS(2793), 1,
anon_sym_DQUOTE,
ACTIONS(2795), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(2797), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(2799), 1,
anon_sym_BQUOTE,
STATE(207), 2,
sym_concatenation,
aux_sym_for_statement_repeat1,
ACTIONS(3164), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(361), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[85147] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1048), 1,
sym__concat,
ACTIONS(1046), 14,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[85170] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1044), 1,
sym__concat,
ACTIONS(1042), 14,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[85193] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1126), 1,
sym__concat,
ACTIONS(1124), 14,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[85216] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1104), 1,
sym__concat,
ACTIONS(1102), 14,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[85239] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1088), 1,
sym__concat,
ACTIONS(1086), 14,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[85262] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1114), 1,
sym__concat,
ACTIONS(1112), 14,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[85285] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1100), 1,
sym__concat,
ACTIONS(1098), 14,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[85308] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 1,
sym__concat,
ACTIONS(1116), 14,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[85331] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1070), 1,
sym__concat,
ACTIONS(1072), 14,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[85354] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1122), 1,
sym__concat,
ACTIONS(1120), 14,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[85377] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 1,
sym__concat,
ACTIONS(1116), 14,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[85400] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 1,
sym__concat,
ACTIONS(983), 14,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[85423] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1195), 1,
sym__concat,
ACTIONS(1193), 14,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[85446] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3060), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3064), 1,
anon_sym_DQUOTE,
ACTIONS(3066), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3068), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3070), 1,
anon_sym_BQUOTE,
ACTIONS(3104), 1,
anon_sym_DOLLAR,
STATE(2009), 1,
sym_concatenation,
ACTIONS(3166), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1954), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[85483] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3060), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3064), 1,
anon_sym_DQUOTE,
ACTIONS(3066), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3068), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3070), 1,
anon_sym_BQUOTE,
ACTIONS(3104), 1,
anon_sym_DOLLAR,
STATE(2012), 1,
sym_concatenation,
ACTIONS(3168), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1956), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[85520] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1885), 1,
anon_sym_DOLLAR,
ACTIONS(1887), 1,
anon_sym_DQUOTE,
ACTIONS(1889), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1891), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1893), 1,
anon_sym_BQUOTE,
ACTIONS(3172), 1,
anon_sym_RBRACE,
ACTIONS(3174), 1,
sym_variable_name,
ACTIONS(3176), 1,
sym__expansion_word,
STATE(2276), 1,
sym__concatenation_in_expansion,
ACTIONS(3170), 2,
sym_raw_string,
sym_word,
STATE(2073), 2,
sym_string,
sym_expansion,
STATE(2077), 2,
sym_simple_expansion,
sym_command_substitution,
[85563] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3178), 1,
anon_sym_RBRACE,
ACTIONS(3180), 1,
anon_sym_PERCENT,
STATE(2296), 2,
sym_expansion_expression,
sym_expansion_regex,
ACTIONS(3182), 3,
sym__immediate_double_hash,
anon_sym_POUND,
anon_sym_PERCENT_PERCENT,
ACTIONS(3184), 8,
anon_sym_COLON_DASH,
anon_sym_DASH3,
anon_sym_COLON_EQ,
anon_sym_EQ2,
anon_sym_COLON_QMARK,
anon_sym_QMARK2,
anon_sym_COLON_PLUS,
anon_sym_PLUS3,
[85592] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3180), 1,
anon_sym_PERCENT,
ACTIONS(3186), 1,
anon_sym_RBRACE,
STATE(2297), 2,
sym_expansion_expression,
sym_expansion_regex,
ACTIONS(3182), 3,
sym__immediate_double_hash,
anon_sym_POUND,
anon_sym_PERCENT_PERCENT,
ACTIONS(3184), 8,
anon_sym_COLON_DASH,
anon_sym_DASH3,
anon_sym_COLON_EQ,
anon_sym_EQ2,
anon_sym_COLON_QMARK,
anon_sym_QMARK2,
anon_sym_COLON_PLUS,
anon_sym_PLUS3,
[85621] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3060), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3064), 1,
anon_sym_DQUOTE,
ACTIONS(3066), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3068), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3070), 1,
anon_sym_BQUOTE,
ACTIONS(3104), 1,
anon_sym_DOLLAR,
STATE(1999), 1,
sym_concatenation,
ACTIONS(3188), 3,
sym_raw_string,
sym_number,
sym_word,
STATE(1957), 5,
sym_arithmetic_expansion,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[85658] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1056), 1,
sym__concat,
ACTIONS(1058), 14,
anon_sym_SEMI_SEMI,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
anon_sym_SEMI,
[85681] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3192), 1,
anon_sym_DQUOTE,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[85709] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3200), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[85737] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3202), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[85765] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3204), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[85793] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3206), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[85821] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3208), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[85849] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3210), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[85877] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3212), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[85905] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3214), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[85933] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3216), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[85961] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3218), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[85989] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3220), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86017] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3222), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86045] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3224), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86073] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3226), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86101] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3228), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86129] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3230), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86157] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3232), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86185] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3234), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86213] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3236), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86241] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3238), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86269] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3240), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86297] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3242), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86325] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3244), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86353] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(548), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(546), 12,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[86375] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3246), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86403] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3248), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86431] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3250), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86459] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(538), 2,
sym_file_descriptor,
aux_sym_heredoc_redirect_token1,
ACTIONS(540), 12,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_LT,
anon_sym_GT,
anon_sym_GT_GT,
anon_sym_AMP_GT,
anon_sym_AMP_GT_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
anon_sym_GT_PIPE,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
[86481] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3252), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86509] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3254), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86537] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3256), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86565] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3258), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86593] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3260), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86621] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3262), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86649] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3264), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86677] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3266), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86705] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3268), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86733] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3270), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86761] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3272), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86789] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3274), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86817] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3276), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86845] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3282), 1,
sym_variable_name,
ACTIONS(379), 2,
anon_sym_PIPE,
anon_sym_RPAREN,
ACTIONS(3280), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3278), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86871] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3284), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86899] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3286), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86927] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3288), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86955] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3290), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[86983] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3292), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[87011] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3294), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[87039] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3296), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[87067] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3298), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[87095] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3300), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[87123] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3302), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[87151] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3304), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[87179] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3306), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[87207] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3308), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[87235] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3310), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[87263] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3312), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[87291] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3314), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[87319] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3316), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[87347] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3318), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[87375] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3320), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[87403] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3322), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[87431] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3324), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[87459] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3326), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[87487] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3328), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[87515] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3330), 1,
anon_sym_DQUOTE,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[87543] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3332), 1,
anon_sym_RBRACE,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
STATE(2299), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[87572] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
ACTIONS(3342), 1,
anon_sym_RBRACE,
STATE(2193), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[87601] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
ACTIONS(3344), 1,
anon_sym_RBRACE,
STATE(2291), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[87630] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
ACTIONS(3346), 1,
anon_sym_RBRACE,
STATE(2189), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[87659] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
ACTIONS(3348), 1,
anon_sym_RBRACE,
STATE(2200), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[87688] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
ACTIONS(3350), 1,
anon_sym_RBRACE,
STATE(2292), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[87717] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
ACTIONS(3352), 1,
anon_sym_RBRACE,
STATE(2307), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[87746] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
ACTIONS(3354), 1,
anon_sym_RBRACE,
STATE(2309), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[87775] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
ACTIONS(3356), 1,
anon_sym_RBRACE,
STATE(2284), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[87804] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
ACTIONS(3358), 1,
anon_sym_RBRACE,
STATE(2326), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[87833] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
ACTIONS(3360), 1,
anon_sym_RBRACE,
STATE(2198), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[87862] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
ACTIONS(3362), 1,
anon_sym_RBRACE,
STATE(2278), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[87891] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3141), 1,
aux_sym_concatenation_token1,
ACTIONS(3364), 1,
sym__concat,
STATE(1580), 1,
aux_sym_concatenation_repeat1,
ACTIONS(957), 10,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[87916] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
ACTIONS(3366), 1,
anon_sym_RBRACE,
STATE(2206), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[87945] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
ACTIONS(3368), 1,
anon_sym_RBRACE,
STATE(2279), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[87974] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
ACTIONS(3370), 1,
anon_sym_RBRACE,
STATE(2150), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[88003] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
ACTIONS(3372), 1,
anon_sym_RBRACE,
STATE(2319), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[88032] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
ACTIONS(3374), 1,
anon_sym_RBRACE,
STATE(2215), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[88061] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1885), 1,
anon_sym_DOLLAR,
ACTIONS(1887), 1,
anon_sym_DQUOTE,
ACTIONS(1889), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1891), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(1893), 1,
anon_sym_BQUOTE,
ACTIONS(3378), 1,
sym_raw_string,
ACTIONS(3376), 3,
sym_variable_name,
sym__expansion_word,
sym_word,
STATE(2090), 4,
sym_string,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[88094] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3141), 1,
aux_sym_concatenation_token1,
ACTIONS(3160), 1,
sym__concat,
STATE(1781), 1,
aux_sym_concatenation_repeat1,
ACTIONS(3380), 10,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[88119] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
ACTIONS(3382), 1,
anon_sym_RBRACE,
STATE(2271), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[88148] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
ACTIONS(3384), 1,
anon_sym_RBRACE,
STATE(2183), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[88177] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3194), 1,
sym_string_content,
ACTIONS(3198), 1,
sym_variable_name,
ACTIONS(3196), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3190), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[88202] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
ACTIONS(3386), 1,
anon_sym_RBRACE,
STATE(2209), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[88231] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
ACTIONS(3388), 1,
anon_sym_RBRACE,
STATE(2332), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[88260] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
ACTIONS(3390), 1,
anon_sym_RBRACE,
STATE(2266), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[88289] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
ACTIONS(3392), 1,
anon_sym_RBRACE,
STATE(2220), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[88318] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
ACTIONS(3394), 1,
anon_sym_RBRACE,
STATE(2317), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[88347] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
ACTIONS(3396), 1,
anon_sym_RBRACE,
STATE(2256), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[88376] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
ACTIONS(3398), 1,
anon_sym_RBRACE,
STATE(2329), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[88405] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
ACTIONS(3400), 1,
anon_sym_RBRACE,
STATE(2228), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[88434] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
ACTIONS(3402), 1,
anon_sym_RBRACE,
STATE(2234), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[88463] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
ACTIONS(3404), 1,
anon_sym_RBRACE,
STATE(2227), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[88492] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
ACTIONS(3406), 1,
anon_sym_RBRACE,
STATE(2249), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[88521] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
ACTIONS(3408), 1,
anon_sym_RBRACE,
STATE(2335), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[88550] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
ACTIONS(3410), 1,
anon_sym_RBRACE,
STATE(2242), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[88579] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3336), 1,
aux_sym__simple_variable_name_token1,
ACTIONS(3340), 1,
sym_variable_name,
ACTIONS(3412), 1,
anon_sym_RBRACE,
STATE(2229), 1,
sym__expansion_body,
ACTIONS(3338), 2,
anon_sym_0,
anon_sym__,
ACTIONS(3334), 7,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
[88608] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3416), 1,
anon_sym_DOLLAR,
ACTIONS(3418), 1,
anon_sym_DQUOTE,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
STATE(1874), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[88642] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3432), 1,
sym_variable_name,
ACTIONS(3430), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3428), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[88664] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3440), 1,
anon_sym_LT_LT,
ACTIONS(3442), 1,
anon_sym_LT_LT_DASH,
ACTIONS(3438), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(3436), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
ACTIONS(3434), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[88690] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(393), 1,
sym_variable_name,
ACTIONS(391), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(389), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[88712] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2127), 1,
sym_variable_name,
ACTIONS(2125), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(2123), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[88734] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3444), 1,
anon_sym_DOLLAR,
ACTIONS(3446), 1,
anon_sym_DQUOTE,
STATE(1813), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[88768] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3450), 1,
anon_sym_esac,
ACTIONS(3452), 1,
sym_extglob_pattern,
ACTIONS(3448), 10,
anon_sym_LPAREN,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[88790] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3454), 1,
anon_sym_DOLLAR,
ACTIONS(3456), 1,
anon_sym_DQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[88824] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3450), 1,
anon_sym_esac,
ACTIONS(3452), 1,
sym_extglob_pattern,
ACTIONS(3448), 10,
anon_sym_LPAREN,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[88846] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3458), 1,
anon_sym_DOLLAR,
ACTIONS(3460), 1,
anon_sym_DQUOTE,
STATE(1843), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[88880] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3464), 1,
anon_sym_esac,
ACTIONS(3466), 1,
sym_extglob_pattern,
ACTIONS(3462), 10,
anon_sym_LPAREN,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[88902] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3468), 1,
anon_sym_DOLLAR,
ACTIONS(3470), 1,
anon_sym_DQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[88936] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3474), 1,
anon_sym_esac,
ACTIONS(3476), 1,
sym_extglob_pattern,
ACTIONS(3472), 10,
anon_sym_LPAREN,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[88958] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3474), 1,
anon_sym_esac,
ACTIONS(3476), 1,
sym_extglob_pattern,
ACTIONS(3472), 10,
anon_sym_LPAREN,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[88980] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(423), 1,
sym_variable_name,
ACTIONS(421), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(419), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[89002] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3478), 1,
anon_sym_DOLLAR,
ACTIONS(3480), 1,
anon_sym_DQUOTE,
STATE(1823), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[89036] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3482), 1,
anon_sym_DOLLAR,
ACTIONS(3484), 1,
anon_sym_DQUOTE,
STATE(1817), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[89070] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3486), 1,
anon_sym_DOLLAR,
ACTIONS(3488), 1,
anon_sym_DQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[89104] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1790), 1,
sym_variable_name,
ACTIONS(1788), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(1786), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[89126] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3490), 1,
anon_sym_DOLLAR,
ACTIONS(3492), 1,
anon_sym_DQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[89160] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3500), 1,
anon_sym_LT_LT,
ACTIONS(3502), 1,
anon_sym_LT_LT_DASH,
ACTIONS(3498), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(3496), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
ACTIONS(3494), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[89186] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3504), 1,
anon_sym_DOLLAR,
ACTIONS(3506), 1,
anon_sym_DQUOTE,
STATE(1825), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[89220] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1426), 1,
sym_variable_name,
ACTIONS(1424), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(1422), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[89242] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3282), 1,
sym_variable_name,
ACTIONS(3280), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3278), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[89264] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3508), 1,
anon_sym_DOLLAR,
ACTIONS(3510), 1,
anon_sym_DQUOTE,
STATE(1832), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[89298] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3440), 1,
anon_sym_LT_LT,
ACTIONS(3442), 1,
anon_sym_LT_LT_DASH,
ACTIONS(3516), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(3514), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
ACTIONS(3512), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[89324] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3518), 1,
anon_sym_DOLLAR,
ACTIONS(3520), 1,
anon_sym_DQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[89358] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3522), 1,
anon_sym_DOLLAR,
ACTIONS(3524), 1,
anon_sym_DQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[89392] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(417), 1,
sym_variable_name,
ACTIONS(415), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(413), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[89414] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3526), 1,
anon_sym_DOLLAR,
ACTIONS(3528), 1,
anon_sym_DQUOTE,
STATE(1850), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[89448] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3530), 1,
anon_sym_DOLLAR,
ACTIONS(3532), 1,
anon_sym_DQUOTE,
STATE(1833), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[89482] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(435), 1,
sym_variable_name,
ACTIONS(433), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(431), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[89504] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3534), 1,
anon_sym_DOLLAR,
ACTIONS(3536), 1,
anon_sym_DQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[89538] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3538), 1,
anon_sym_DOLLAR,
ACTIONS(3540), 1,
anon_sym_DQUOTE,
STATE(1838), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[89572] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1306), 1,
sym_variable_name,
ACTIONS(1304), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(1302), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[89594] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3542), 1,
anon_sym_DOLLAR,
ACTIONS(3544), 1,
anon_sym_DQUOTE,
STATE(1845), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[89628] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1262), 1,
sym_variable_name,
ACTIONS(1260), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(1258), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[89650] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3546), 1,
anon_sym_DOLLAR,
ACTIONS(3548), 1,
anon_sym_DQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[89684] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3550), 1,
anon_sym_DOLLAR,
ACTIONS(3552), 1,
anon_sym_DQUOTE,
STATE(1848), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[89718] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3554), 1,
anon_sym_DOLLAR,
ACTIONS(3556), 1,
anon_sym_DQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[89752] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3558), 1,
anon_sym_DOLLAR,
ACTIONS(3560), 1,
anon_sym_DQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[89786] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3440), 1,
anon_sym_LT_LT,
ACTIONS(3442), 1,
anon_sym_LT_LT_DASH,
ACTIONS(3566), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(3564), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
ACTIONS(3562), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[89812] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3568), 1,
anon_sym_DOLLAR,
ACTIONS(3570), 1,
anon_sym_DQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[89846] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3572), 1,
anon_sym_DOLLAR,
ACTIONS(3574), 1,
anon_sym_DQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[89880] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3576), 1,
anon_sym_DOLLAR,
ACTIONS(3578), 1,
anon_sym_DQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[89914] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3580), 1,
anon_sym_DOLLAR,
ACTIONS(3582), 1,
anon_sym_DQUOTE,
STATE(1849), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[89948] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1806), 1,
sym_variable_name,
ACTIONS(1804), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(1802), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[89970] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(631), 1,
sym_variable_name,
ACTIONS(629), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(627), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[89992] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3584), 1,
anon_sym_DOLLAR,
ACTIONS(3586), 1,
anon_sym_DQUOTE,
STATE(1858), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[90026] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3588), 1,
anon_sym_DOLLAR,
ACTIONS(3590), 1,
anon_sym_DQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[90060] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1276), 1,
sym_extglob_pattern,
ACTIONS(1274), 11,
anon_sym_esac,
anon_sym_LPAREN,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[90080] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3592), 1,
anon_sym_DOLLAR,
ACTIONS(3594), 1,
anon_sym_DQUOTE,
STATE(1855), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[90114] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3596), 1,
anon_sym_DOLLAR,
ACTIONS(3598), 1,
anon_sym_DQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[90148] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(429), 1,
sym_variable_name,
ACTIONS(427), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(425), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[90170] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3600), 1,
anon_sym_DOLLAR,
ACTIONS(3602), 1,
anon_sym_DQUOTE,
STATE(1862), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[90204] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3604), 1,
anon_sym_DOLLAR,
ACTIONS(3606), 1,
anon_sym_DQUOTE,
STATE(1878), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[90238] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3608), 1,
anon_sym_DOLLAR,
ACTIONS(3610), 1,
anon_sym_DQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[90272] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3612), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3615), 1,
anon_sym_DOLLAR,
ACTIONS(3618), 1,
anon_sym_DQUOTE,
ACTIONS(3620), 1,
sym_string_content,
ACTIONS(3623), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3626), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3629), 1,
anon_sym_BQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[90306] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3632), 1,
anon_sym_DOLLAR,
ACTIONS(3634), 1,
anon_sym_DQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[90340] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3638), 1,
anon_sym_esac,
ACTIONS(3640), 1,
sym_extglob_pattern,
ACTIONS(3636), 10,
anon_sym_LPAREN,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[90362] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1207), 1,
sym_variable_name,
ACTIONS(1205), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(1203), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[90384] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3642), 1,
anon_sym_DOLLAR,
ACTIONS(3644), 1,
anon_sym_DQUOTE,
STATE(1871), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[90418] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3646), 1,
anon_sym_DOLLAR,
ACTIONS(3648), 1,
anon_sym_DQUOTE,
STATE(1864), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[90452] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(925), 1,
sym_variable_name,
ACTIONS(923), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(921), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[90474] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3652), 1,
anon_sym_esac,
ACTIONS(3654), 1,
sym_extglob_pattern,
ACTIONS(3650), 10,
anon_sym_LPAREN,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[90496] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3656), 1,
anon_sym_DOLLAR,
ACTIONS(3658), 1,
anon_sym_DQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[90530] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3440), 1,
anon_sym_LT_LT,
ACTIONS(3442), 1,
anon_sym_LT_LT_DASH,
ACTIONS(3664), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(3662), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
ACTIONS(3660), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[90556] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(2755), 1,
sym_variable_name,
ACTIONS(2753), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(2751), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[90578] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3666), 1,
anon_sym_DOLLAR,
ACTIONS(3668), 1,
anon_sym_DQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[90612] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3670), 1,
anon_sym_DOLLAR,
ACTIONS(3672), 1,
anon_sym_DQUOTE,
STATE(1889), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[90646] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3676), 1,
anon_sym_esac,
ACTIONS(3678), 1,
sym_extglob_pattern,
ACTIONS(3674), 10,
anon_sym_LPAREN,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[90668] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3440), 1,
anon_sym_LT_LT,
ACTIONS(3442), 1,
anon_sym_LT_LT_DASH,
ACTIONS(3684), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(3682), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
ACTIONS(3680), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[90694] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3686), 1,
anon_sym_DOLLAR,
ACTIONS(3688), 1,
anon_sym_DQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[90728] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1995), 1,
sym_variable_name,
ACTIONS(1993), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(1991), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[90750] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3690), 1,
anon_sym_DOLLAR,
ACTIONS(3692), 1,
anon_sym_DQUOTE,
STATE(1884), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[90784] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3694), 1,
anon_sym_DOLLAR,
ACTIONS(3696), 1,
anon_sym_DQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[90818] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(441), 1,
sym_variable_name,
ACTIONS(439), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(437), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[90840] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3698), 1,
anon_sym_DOLLAR,
ACTIONS(3700), 1,
anon_sym_DQUOTE,
STATE(1885), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[90874] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3702), 1,
anon_sym_DOLLAR,
ACTIONS(3704), 1,
anon_sym_DQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[90908] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3706), 1,
anon_sym_DOLLAR,
ACTIONS(3708), 1,
anon_sym_DQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[90942] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(405), 1,
sym_variable_name,
ACTIONS(403), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(401), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[90964] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3716), 1,
anon_sym_LT_LT,
ACTIONS(3718), 1,
anon_sym_LT_LT_DASH,
ACTIONS(3714), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(3712), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
ACTIONS(3710), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[90990] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3722), 1,
anon_sym_esac,
ACTIONS(3724), 1,
sym_extglob_pattern,
ACTIONS(3720), 10,
anon_sym_LPAREN,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[91012] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3726), 1,
anon_sym_DOLLAR,
ACTIONS(3728), 1,
anon_sym_DQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[91046] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3730), 1,
anon_sym_DOLLAR,
ACTIONS(3732), 1,
anon_sym_DQUOTE,
STATE(1881), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[91080] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3722), 1,
anon_sym_esac,
ACTIONS(3724), 1,
sym_extglob_pattern,
ACTIONS(3720), 10,
anon_sym_LPAREN,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[91102] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(387), 1,
sym_variable_name,
ACTIONS(383), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(381), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[91124] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3734), 1,
anon_sym_DOLLAR,
ACTIONS(3736), 1,
anon_sym_DQUOTE,
STATE(1897), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[91158] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3742), 1,
sym_variable_name,
ACTIONS(3740), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3738), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[91180] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(447), 1,
sym_variable_name,
ACTIONS(445), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(443), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[91202] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3744), 1,
anon_sym_DOLLAR,
ACTIONS(3746), 1,
anon_sym_DQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[91236] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3748), 1,
anon_sym_DOLLAR,
ACTIONS(3750), 1,
anon_sym_DQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[91270] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3752), 1,
anon_sym_DOLLAR,
ACTIONS(3754), 1,
anon_sym_DQUOTE,
STATE(1915), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[91304] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3758), 1,
anon_sym_esac,
ACTIONS(3760), 1,
sym_extglob_pattern,
ACTIONS(3756), 10,
anon_sym_LPAREN,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[91326] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3762), 1,
anon_sym_DOLLAR,
ACTIONS(3764), 1,
anon_sym_DQUOTE,
STATE(1896), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[91360] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(453), 1,
sym_variable_name,
ACTIONS(451), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(449), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[91382] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(411), 1,
sym_variable_name,
ACTIONS(409), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(407), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[91404] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3766), 1,
anon_sym_DOLLAR,
ACTIONS(3768), 1,
anon_sym_DQUOTE,
STATE(1908), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[91438] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(399), 1,
sym_variable_name,
ACTIONS(397), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(395), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[91460] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(937), 1,
sym_variable_name,
ACTIONS(935), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(933), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[91482] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3770), 1,
anon_sym_DOLLAR,
ACTIONS(3772), 1,
anon_sym_DQUOTE,
STATE(1910), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[91516] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3774), 1,
anon_sym_DOLLAR,
ACTIONS(3776), 1,
anon_sym_DQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[91550] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3778), 1,
anon_sym_DOLLAR,
ACTIONS(3780), 1,
anon_sym_DQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[91584] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3782), 1,
anon_sym_DOLLAR,
ACTIONS(3784), 1,
anon_sym_DQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[91618] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3786), 1,
anon_sym_DOLLAR,
ACTIONS(3788), 1,
anon_sym_DQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[91652] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3790), 1,
anon_sym_DOLLAR,
ACTIONS(3792), 1,
anon_sym_DQUOTE,
STATE(1907), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[91686] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1408), 1,
sym_variable_name,
ACTIONS(1406), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(1404), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[91708] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3794), 1,
anon_sym_DOLLAR,
ACTIONS(3796), 1,
anon_sym_DQUOTE,
STATE(1846), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[91742] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3798), 1,
anon_sym_DOLLAR,
ACTIONS(3800), 1,
anon_sym_DQUOTE,
STATE(1909), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[91776] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3802), 1,
anon_sym_DOLLAR,
ACTIONS(3804), 1,
anon_sym_DQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[91810] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1660), 1,
sym_variable_name,
ACTIONS(1658), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(1656), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[91832] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3810), 1,
sym_variable_name,
ACTIONS(3808), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(3806), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[91854] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(829), 1,
sym_variable_name,
ACTIONS(827), 2,
aux_sym__simple_variable_name_token1,
aux_sym__multiline_variable_name_token1,
ACTIONS(825), 9,
anon_sym_BANG,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_POUND,
anon_sym_AT,
anon_sym_0,
anon_sym__,
[91876] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3812), 1,
anon_sym_DOLLAR,
ACTIONS(3814), 1,
anon_sym_DQUOTE,
STATE(1921), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[91910] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3676), 1,
anon_sym_esac,
ACTIONS(3678), 1,
sym_extglob_pattern,
ACTIONS(3674), 10,
anon_sym_LPAREN,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[91932] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3414), 1,
anon_sym_DOLLAR_LPAREN_LPAREN,
ACTIONS(3420), 1,
sym_string_content,
ACTIONS(3422), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3424), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3426), 1,
anon_sym_BQUOTE,
ACTIONS(3816), 1,
anon_sym_DOLLAR,
ACTIONS(3818), 1,
anon_sym_DQUOTE,
STATE(1863), 1,
aux_sym_string_repeat1,
STATE(1963), 4,
sym_arithmetic_expansion,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
[91966] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3724), 1,
sym_extglob_pattern,
ACTIONS(3720), 10,
anon_sym_LPAREN,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[91985] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3822), 1,
sym_extglob_pattern,
ACTIONS(3820), 10,
anon_sym_LPAREN,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[92004] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3466), 1,
sym_extglob_pattern,
ACTIONS(3462), 10,
anon_sym_LPAREN,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[92023] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3640), 1,
sym_extglob_pattern,
ACTIONS(3636), 10,
anon_sym_LPAREN,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[92042] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3654), 1,
sym_extglob_pattern,
ACTIONS(3650), 10,
anon_sym_LPAREN,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[92061] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3476), 1,
sym_extglob_pattern,
ACTIONS(3472), 10,
anon_sym_LPAREN,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[92080] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3476), 1,
sym_extglob_pattern,
ACTIONS(3472), 10,
anon_sym_LPAREN,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[92099] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3678), 1,
sym_extglob_pattern,
ACTIONS(3674), 10,
anon_sym_LPAREN,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[92118] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3678), 1,
sym_extglob_pattern,
ACTIONS(3674), 10,
anon_sym_LPAREN,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[92137] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3452), 1,
sym_extglob_pattern,
ACTIONS(3448), 10,
anon_sym_LPAREN,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[92156] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3760), 1,
sym_extglob_pattern,
ACTIONS(3756), 10,
anon_sym_LPAREN,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[92175] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3452), 1,
sym_extglob_pattern,
ACTIONS(3448), 10,
anon_sym_LPAREN,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[92194] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3724), 1,
sym_extglob_pattern,
ACTIONS(3720), 10,
anon_sym_LPAREN,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[92213] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3714), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(3712), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
ACTIONS(3710), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[92233] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3828), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(3826), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
ACTIONS(3824), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[92253] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3516), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(3514), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
ACTIONS(3512), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[92273] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3834), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(3832), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
ACTIONS(3830), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[92293] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3840), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(3838), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
ACTIONS(3836), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[92313] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3438), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(3436), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
ACTIONS(3434), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[92333] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3846), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(3844), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
ACTIONS(3842), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[92353] = 8,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3848), 1,
anon_sym_DOLLAR,
ACTIONS(3850), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3852), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3854), 1,
anon_sym_BQUOTE,
ACTIONS(3856), 1,
sym_heredoc_content,
ACTIONS(3858), 1,
sym_heredoc_end,
STATE(1944), 4,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
aux_sym_heredoc_body_repeat1,
[92381] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3864), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(3862), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
ACTIONS(3860), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[92401] = 8,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3848), 1,
anon_sym_DOLLAR,
ACTIONS(3850), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3852), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3854), 1,
anon_sym_BQUOTE,
ACTIONS(3866), 1,
sym_heredoc_content,
ACTIONS(3868), 1,
sym_heredoc_end,
STATE(1945), 4,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
aux_sym_heredoc_body_repeat1,
[92429] = 8,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3870), 1,
anon_sym_DOLLAR,
ACTIONS(3873), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3876), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3879), 1,
anon_sym_BQUOTE,
ACTIONS(3882), 1,
sym_heredoc_content,
ACTIONS(3885), 1,
sym_heredoc_end,
STATE(1945), 4,
sym_simple_expansion,
sym_expansion,
sym_command_substitution,
aux_sym_heredoc_body_repeat1,
[92457] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3891), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(3889), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
ACTIONS(3887), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[92477] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3897), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(3895), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
ACTIONS(3893), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[92497] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3498), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(3496), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
ACTIONS(3494), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[92517] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3566), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(3564), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
ACTIONS(3562), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[92537] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3903), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(3901), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
ACTIONS(3899), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[92557] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3664), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(3662), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
ACTIONS(3660), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[92577] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3684), 2,
anon_sym_LT_AMP_DASH,
anon_sym_GT_AMP_DASH,
ACTIONS(3682), 3,
anon_sym_GT_GT,
anon_sym_AMP_GT_GT,
anon_sym_GT_PIPE,
ACTIONS(3680), 5,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP_GT,
anon_sym_LT_AMP,
anon_sym_GT_AMP,
[92597] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3380), 10,
aux_sym_heredoc_redirect_token1,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_raw_string,
sym_number,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
sym_word,
[92613] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3905), 1,
anon_sym_in,
ACTIONS(3907), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(3909), 1,
aux_sym_concatenation_token1,
ACTIONS(3911), 1,
sym__concat,
STATE(1962), 1,
aux_sym_concatenation_repeat1,
STATE(2176), 1,
sym_terminator,
ACTIONS(2481), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
[92640] = 7,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3915), 1,
anon_sym_DQUOTE,
ACTIONS(3917), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(3919), 1,
anon_sym_DOLLAR_LPAREN,
ACTIONS(3921), 1,
anon_sym_BQUOTE,
ACTIONS(3913), 2,
anon_sym_PIPE,
anon_sym_RPAREN,
STATE(2081), 3,
sym_string,
sym_expansion,
sym_command_substitution,
[92665] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3907), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(3909), 1,
aux_sym_concatenation_token1,
ACTIONS(3911), 1,
sym__concat,
ACTIONS(3923), 1,
anon_sym_in,
STATE(1962), 1,
aux_sym_concatenation_repeat1,
STATE(2132), 1,
sym_terminator,
ACTIONS(2481), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
[92692] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3907), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(3909), 1,
aux_sym_concatenation_token1,
ACTIONS(3911), 1,
sym__concat,
ACTIONS(3925), 1,
anon_sym_in,
STATE(1962), 1,
aux_sym_concatenation_repeat1,
STATE(2308), 1,
sym_terminator,
ACTIONS(2481), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
[92719] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 1,
sym__concat,
ACTIONS(1116), 7,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_string_content,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
[92735] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3927), 1,
anon_sym_RPAREN,
ACTIONS(3929), 1,
anon_sym_RBRACE,
ACTIONS(3931), 1,
anon_sym_DQUOTE,
ACTIONS(3933), 1,
sym_raw_string,
ACTIONS(3935), 1,
aux_sym_expansion_regex_token1,
ACTIONS(3937), 1,
sym_regex,
STATE(1972), 2,
sym_string,
aux_sym_expansion_regex_repeat1,
[92761] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3939), 1,
sym__concat,
ACTIONS(3618), 7,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_string_content,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
[92777] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1056), 1,
sym__concat,
ACTIONS(1058), 7,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_string_content,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
[92793] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(961), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(3909), 1,
aux_sym_concatenation_token1,
ACTIONS(3941), 1,
sym__concat,
STATE(1968), 1,
aux_sym_concatenation_repeat1,
ACTIONS(957), 4,
anon_sym_in,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
[92815] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3945), 1,
sym__concat,
ACTIONS(3943), 7,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_string_content,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
[92831] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1044), 1,
sym__concat,
ACTIONS(1042), 7,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_string_content,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
[92847] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1195), 1,
sym__concat,
ACTIONS(1193), 7,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_string_content,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
[92863] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1048), 1,
sym__concat,
ACTIONS(1046), 7,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_string_content,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
[92879] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1088), 1,
sym__concat,
ACTIONS(1086), 7,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_string_content,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
[92895] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(3947), 1,
aux_sym_concatenation_token1,
ACTIONS(3950), 1,
sym__concat,
STATE(1968), 1,
aux_sym_concatenation_repeat1,
ACTIONS(983), 4,
anon_sym_in,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
[92917] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1114), 1,
sym__concat,
ACTIONS(1112), 7,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_string_content,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
[92933] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 1,
sym__concat,
ACTIONS(1116), 7,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_string_content,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
[92949] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3927), 1,
anon_sym_RPAREN,
ACTIONS(3931), 1,
anon_sym_DQUOTE,
ACTIONS(3935), 1,
aux_sym_expansion_regex_token1,
ACTIONS(3953), 1,
anon_sym_RBRACE,
ACTIONS(3955), 1,
sym_raw_string,
ACTIONS(3957), 1,
sym_regex,
STATE(1959), 2,
sym_string,
aux_sym_expansion_regex_repeat1,
[92975] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3959), 1,
anon_sym_RPAREN,
ACTIONS(3962), 1,
anon_sym_RBRACE,
ACTIONS(3964), 1,
anon_sym_DQUOTE,
ACTIONS(3967), 1,
sym_raw_string,
ACTIONS(3970), 1,
aux_sym_expansion_regex_token1,
ACTIONS(3973), 1,
sym_regex,
STATE(1972), 2,
sym_string,
aux_sym_expansion_regex_repeat1,
[93001] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1122), 1,
sym__concat,
ACTIONS(1120), 7,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_string_content,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
[93017] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1126), 2,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1124), 5,
anon_sym_in,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[93032] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1100), 2,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1098), 5,
anon_sym_in,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[93047] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1044), 2,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1042), 5,
anon_sym_in,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[93062] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1195), 2,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1193), 5,
anon_sym_in,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[93077] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1122), 2,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1120), 5,
anon_sym_in,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[93092] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1114), 2,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1112), 5,
anon_sym_in,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[93107] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3618), 7,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_string_content,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
[93120] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1048), 2,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1046), 5,
anon_sym_in,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[93135] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(988), 2,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(983), 5,
anon_sym_in,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[93150] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3976), 7,
anon_sym_DOLLAR_LPAREN_LPAREN,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
sym_string_content,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
[93163] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1070), 2,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1072), 5,
anon_sym_in,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[93178] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 2,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1116), 5,
anon_sym_in,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[93193] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1118), 2,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1116), 5,
anon_sym_in,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[93208] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1056), 2,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1058), 5,
anon_sym_in,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[93223] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1104), 2,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1102), 5,
anon_sym_in,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[93238] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1088), 2,
sym__concat,
aux_sym_heredoc_redirect_token1,
ACTIONS(1086), 5,
anon_sym_in,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
aux_sym_concatenation_token1,
anon_sym_SEMI,
[93253] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3907), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(3978), 1,
anon_sym_in,
STATE(2114), 1,
sym_terminator,
ACTIONS(2481), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
[93271] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3980), 1,
anon_sym_fi,
ACTIONS(3982), 1,
anon_sym_elif,
ACTIONS(3984), 1,
anon_sym_else,
STATE(2230), 1,
sym_else_clause,
STATE(2065), 2,
sym_elif_clause,
aux_sym_if_statement_repeat1,
[93291] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3986), 1,
anon_sym_PIPE,
ACTIONS(3988), 1,
anon_sym_RPAREN,
STATE(2031), 1,
aux_sym_concatenation_repeat1,
STATE(2092), 1,
aux_sym__case_item_last_repeat1,
ACTIONS(3990), 2,
sym__concat,
aux_sym_concatenation_token1,
[93311] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3907), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(3992), 1,
anon_sym_in,
STATE(2106), 1,
sym_terminator,
ACTIONS(2481), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
[93329] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1116), 1,
anon_sym_DOLLAR,
ACTIONS(1118), 5,
sym_heredoc_content,
sym_heredoc_end,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
[93343] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3986), 1,
anon_sym_PIPE,
ACTIONS(3994), 1,
anon_sym_RPAREN,
STATE(2031), 1,
aux_sym_concatenation_repeat1,
STATE(2097), 1,
aux_sym__case_item_last_repeat1,
ACTIONS(3990), 2,
sym__concat,
aux_sym_concatenation_token1,
[93363] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3907), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(3996), 1,
anon_sym_in,
STATE(2121), 1,
sym_terminator,
ACTIONS(2481), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
[93381] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3982), 1,
anon_sym_elif,
ACTIONS(3984), 1,
anon_sym_else,
ACTIONS(3998), 1,
anon_sym_fi,
STATE(2204), 1,
sym_else_clause,
STATE(2065), 2,
sym_elif_clause,
aux_sym_if_statement_repeat1,
[93401] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3986), 1,
anon_sym_PIPE,
ACTIONS(4000), 1,
anon_sym_RPAREN,
STATE(2031), 1,
aux_sym_concatenation_repeat1,
STATE(2098), 1,
aux_sym__case_item_last_repeat1,
ACTIONS(3990), 2,
sym__concat,
aux_sym_concatenation_token1,
[93421] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3907), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(3925), 1,
anon_sym_in,
STATE(2308), 1,
sym_terminator,
ACTIONS(2481), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
[93439] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1112), 1,
anon_sym_DOLLAR,
ACTIONS(1114), 5,
sym_heredoc_content,
sym_heredoc_end,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
[93453] = 3,
ACTIONS(1046), 1,
anon_sym_DOLLAR,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1048), 5,
sym_heredoc_content,
sym_heredoc_end,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
[93467] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1126), 2,
sym_regex,
aux_sym_expansion_regex_token1,
ACTIONS(1124), 4,
anon_sym_RPAREN,
anon_sym_RBRACE,
anon_sym_DQUOTE,
sym_raw_string,
[93481] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3982), 1,
anon_sym_elif,
ACTIONS(3984), 1,
anon_sym_else,
ACTIONS(4002), 1,
anon_sym_fi,
STATE(2160), 1,
sym_else_clause,
STATE(2065), 2,
sym_elif_clause,
aux_sym_if_statement_repeat1,
[93501] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3986), 1,
anon_sym_PIPE,
ACTIONS(4004), 1,
anon_sym_RPAREN,
STATE(2031), 1,
aux_sym_concatenation_repeat1,
STATE(2085), 1,
aux_sym__case_item_last_repeat1,
ACTIONS(3990), 2,
sym__concat,
aux_sym_concatenation_token1,
[93521] = 3,
ACTIONS(1042), 1,
anon_sym_DOLLAR,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1044), 5,
sym_heredoc_content,
sym_heredoc_end,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
[93535] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1120), 1,
anon_sym_DOLLAR,
ACTIONS(1122), 5,
sym_heredoc_content,
sym_heredoc_end,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
[93549] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1100), 2,
sym_regex,
aux_sym_expansion_regex_token1,
ACTIONS(1098), 4,
anon_sym_RPAREN,
anon_sym_RBRACE,
anon_sym_DQUOTE,
sym_raw_string,
[93563] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4008), 2,
sym_regex,
aux_sym_expansion_regex_token1,
ACTIONS(4006), 4,
anon_sym_RPAREN,
anon_sym_RBRACE,
anon_sym_DQUOTE,
sym_raw_string,
[93577] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3905), 1,
anon_sym_in,
ACTIONS(3907), 1,
aux_sym_heredoc_redirect_token1,
STATE(2176), 1,
sym_terminator,
ACTIONS(2481), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
[93595] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1070), 2,
sym_regex,
aux_sym_expansion_regex_token1,
ACTIONS(1072), 4,
anon_sym_RPAREN,
anon_sym_RBRACE,
anon_sym_DQUOTE,
sym_raw_string,
[93609] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1086), 1,
anon_sym_DOLLAR,
ACTIONS(1088), 5,
sym_heredoc_content,
sym_heredoc_end,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
[93623] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(3907), 1,
aux_sym_heredoc_redirect_token1,
ACTIONS(3923), 1,
anon_sym_in,
STATE(2132), 1,
sym_terminator,
ACTIONS(2481), 3,
anon_sym_SEMI_SEMI,
anon_sym_AMP,
anon_sym_SEMI,
[93641] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3982), 1,
anon_sym_elif,
ACTIONS(3984), 1,
anon_sym_else,
ACTIONS(4010), 1,
anon_sym_fi,
STATE(2212), 1,
sym_else_clause,
STATE(2065), 2,
sym_elif_clause,
aux_sym_if_statement_repeat1,
[93661] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3982), 1,
anon_sym_elif,
ACTIONS(3984), 1,
anon_sym_else,
ACTIONS(4012), 1,
anon_sym_fi,
STATE(2129), 1,
sym_else_clause,
STATE(2065), 2,
sym_elif_clause,
aux_sym_if_statement_repeat1,
[93681] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3982), 1,
anon_sym_elif,
ACTIONS(3984), 1,
anon_sym_else,
ACTIONS(4014), 1,
anon_sym_fi,
STATE(2182), 1,
sym_else_clause,
STATE(2065), 2,
sym_elif_clause,
aux_sym_if_statement_repeat1,
[93701] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1116), 1,
anon_sym_DOLLAR,
ACTIONS(1118), 5,
sym_heredoc_content,
sym_heredoc_end,
anon_sym_DOLLAR_LBRACE,
anon_sym_DOLLAR_LPAREN,
anon_sym_BQUOTE,
[93715] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1104), 2,
sym_regex,
aux_sym_expansion_regex_token1,
ACTIONS(1102), 4,
anon_sym_RPAREN,
anon_sym_RBRACE,
anon_sym_DQUOTE,
sym_raw_string,
[93729] = 5,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4016), 1,
sym_simple_heredoc_body,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
STATE(2239), 1,
sym_heredoc_body,
STATE(1229), 2,
sym__heredoc_body,
sym__simple_heredoc_body,
[93746] = 5,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
ACTIONS(4020), 1,
sym_simple_heredoc_body,
STATE(2136), 1,
sym_heredoc_body,
STATE(1352), 2,
sym__heredoc_body,
sym__simple_heredoc_body,
[93763] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1114), 5,
sym__concat,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_RBRACE,
aux_sym_concatenation_token1,
[93774] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1118), 5,
sym__concat,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_RBRACE,
aux_sym_concatenation_token1,
[93785] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1122), 5,
sym__concat,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_RBRACE,
aux_sym_concatenation_token1,
[93796] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1118), 5,
sym__concat,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_RBRACE,
aux_sym_concatenation_token1,
[93807] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4016), 1,
sym_simple_heredoc_body,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
STATE(1255), 1,
sym__heredoc_body,
STATE(1262), 1,
sym__simple_heredoc_body,
STATE(2239), 1,
sym_heredoc_body,
[93826] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4016), 1,
sym_simple_heredoc_body,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
STATE(1273), 1,
sym__heredoc_body,
STATE(1274), 1,
sym__simple_heredoc_body,
STATE(2239), 1,
sym_heredoc_body,
[93845] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
ACTIONS(4022), 1,
sym_simple_heredoc_body,
STATE(1661), 1,
sym__heredoc_body,
STATE(1662), 1,
sym__simple_heredoc_body,
STATE(2167), 1,
sym_heredoc_body,
[93864] = 5,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4016), 1,
sym_simple_heredoc_body,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
STATE(2239), 1,
sym_heredoc_body,
STATE(1254), 2,
sym__heredoc_body,
sym__simple_heredoc_body,
[93881] = 5,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
ACTIONS(4020), 1,
sym_simple_heredoc_body,
STATE(2136), 1,
sym_heredoc_body,
STATE(1344), 2,
sym__heredoc_body,
sym__simple_heredoc_body,
[93898] = 5,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
ACTIONS(4020), 1,
sym_simple_heredoc_body,
STATE(2136), 1,
sym_heredoc_body,
STATE(1358), 2,
sym__heredoc_body,
sym__simple_heredoc_body,
[93915] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
ACTIONS(4020), 1,
sym_simple_heredoc_body,
STATE(1362), 1,
sym__heredoc_body,
STATE(1363), 1,
sym__simple_heredoc_body,
STATE(2136), 1,
sym_heredoc_body,
[93934] = 5,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3990), 1,
aux_sym_concatenation_token1,
ACTIONS(4024), 1,
sym__concat,
STATE(2066), 1,
aux_sym_concatenation_repeat1,
ACTIONS(961), 2,
anon_sym_PIPE,
anon_sym_RPAREN,
[93951] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
ACTIONS(4020), 1,
sym_simple_heredoc_body,
STATE(1364), 1,
sym__heredoc_body,
STATE(1368), 1,
sym__simple_heredoc_body,
STATE(2136), 1,
sym_heredoc_body,
[93970] = 5,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
ACTIONS(4020), 1,
sym_simple_heredoc_body,
STATE(2136), 1,
sym_heredoc_body,
STATE(1369), 2,
sym__heredoc_body,
sym__simple_heredoc_body,
[93987] = 5,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
ACTIONS(4020), 1,
sym_simple_heredoc_body,
STATE(2136), 1,
sym_heredoc_body,
STATE(1394), 2,
sym__heredoc_body,
sym__simple_heredoc_body,
[94004] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
ACTIONS(4020), 1,
sym_simple_heredoc_body,
STATE(1385), 1,
sym__simple_heredoc_body,
STATE(1392), 1,
sym__heredoc_body,
STATE(2136), 1,
sym_heredoc_body,
[94023] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
ACTIONS(4020), 1,
sym_simple_heredoc_body,
STATE(1353), 1,
sym__simple_heredoc_body,
STATE(1367), 1,
sym__heredoc_body,
STATE(2136), 1,
sym_heredoc_body,
[94042] = 4,
ACTIONS(1074), 1,
sym_comment,
STATE(2031), 1,
aux_sym_concatenation_repeat1,
ACTIONS(3990), 2,
sym__concat,
aux_sym_concatenation_token1,
ACTIONS(4026), 2,
anon_sym_PIPE,
anon_sym_RPAREN,
[94057] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4016), 1,
sym_simple_heredoc_body,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
STATE(1277), 1,
sym__heredoc_body,
STATE(1278), 1,
sym__simple_heredoc_body,
STATE(2239), 1,
sym_heredoc_body,
[94076] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
ACTIONS(4020), 1,
sym_simple_heredoc_body,
STATE(1334), 1,
sym__heredoc_body,
STATE(1351), 1,
sym__simple_heredoc_body,
STATE(2136), 1,
sym_heredoc_body,
[94095] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
ACTIONS(4020), 1,
sym_simple_heredoc_body,
STATE(1346), 1,
sym__simple_heredoc_body,
STATE(1347), 1,
sym__heredoc_body,
STATE(2136), 1,
sym_heredoc_body,
[94114] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4016), 1,
sym_simple_heredoc_body,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
STATE(1279), 1,
sym__heredoc_body,
STATE(1280), 1,
sym__simple_heredoc_body,
STATE(2239), 1,
sym_heredoc_body,
[94133] = 5,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
ACTIONS(4022), 1,
sym_simple_heredoc_body,
STATE(2167), 1,
sym_heredoc_body,
STATE(1625), 2,
sym__heredoc_body,
sym__simple_heredoc_body,
[94150] = 5,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
ACTIONS(4022), 1,
sym_simple_heredoc_body,
STATE(2167), 1,
sym_heredoc_body,
STATE(1660), 2,
sym__heredoc_body,
sym__simple_heredoc_body,
[94167] = 5,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4016), 1,
sym_simple_heredoc_body,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
STATE(2239), 1,
sym_heredoc_body,
STATE(1236), 2,
sym__heredoc_body,
sym__simple_heredoc_body,
[94184] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4016), 1,
sym_simple_heredoc_body,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
STATE(1232), 1,
sym__heredoc_body,
STATE(1233), 1,
sym__simple_heredoc_body,
STATE(2239), 1,
sym_heredoc_body,
[94203] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4016), 1,
sym_simple_heredoc_body,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
STATE(1230), 1,
sym__heredoc_body,
STATE(1231), 1,
sym__simple_heredoc_body,
STATE(2239), 1,
sym_heredoc_body,
[94222] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
ACTIONS(4022), 1,
sym_simple_heredoc_body,
STATE(1657), 1,
sym__heredoc_body,
STATE(1658), 1,
sym__simple_heredoc_body,
STATE(2167), 1,
sym_heredoc_body,
[94241] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
ACTIONS(4022), 1,
sym_simple_heredoc_body,
STATE(1656), 1,
sym__simple_heredoc_body,
STATE(1667), 1,
sym__heredoc_body,
STATE(2167), 1,
sym_heredoc_body,
[94260] = 5,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
ACTIONS(4022), 1,
sym_simple_heredoc_body,
STATE(2167), 1,
sym_heredoc_body,
STATE(1654), 2,
sym__heredoc_body,
sym__simple_heredoc_body,
[94277] = 5,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4016), 1,
sym_simple_heredoc_body,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
STATE(2239), 1,
sym_heredoc_body,
STATE(1275), 2,
sym__heredoc_body,
sym__simple_heredoc_body,
[94294] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1088), 5,
sym__concat,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_RBRACE,
aux_sym_concatenation_token1,
[94305] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1048), 5,
sym__concat,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_RBRACE,
aux_sym_concatenation_token1,
[94316] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1044), 5,
sym__concat,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_RBRACE,
aux_sym_concatenation_token1,
[94327] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1126), 5,
sym__concat,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_RBRACE,
aux_sym_concatenation_token1,
[94338] = 5,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4016), 1,
sym_simple_heredoc_body,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
STATE(2239), 1,
sym_heredoc_body,
STATE(1224), 2,
sym__heredoc_body,
sym__simple_heredoc_body,
[94355] = 5,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
ACTIONS(4022), 1,
sym_simple_heredoc_body,
STATE(2167), 1,
sym_heredoc_body,
STATE(1648), 2,
sym__heredoc_body,
sym__simple_heredoc_body,
[94372] = 5,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
ACTIONS(4020), 1,
sym_simple_heredoc_body,
STATE(2136), 1,
sym_heredoc_body,
STATE(1342), 2,
sym__heredoc_body,
sym__simple_heredoc_body,
[94389] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
ACTIONS(4022), 1,
sym_simple_heredoc_body,
STATE(1665), 1,
sym__heredoc_body,
STATE(1666), 1,
sym__simple_heredoc_body,
STATE(2167), 1,
sym_heredoc_body,
[94408] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1104), 5,
sym__concat,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_RBRACE,
aux_sym_concatenation_token1,
[94419] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
ACTIONS(4022), 1,
sym_simple_heredoc_body,
STATE(1645), 1,
sym__heredoc_body,
STATE(1647), 1,
sym__simple_heredoc_body,
STATE(2167), 1,
sym_heredoc_body,
[94438] = 6,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
ACTIONS(4022), 1,
sym_simple_heredoc_body,
STATE(1579), 1,
sym__heredoc_body,
STATE(1640), 1,
sym__simple_heredoc_body,
STATE(2167), 1,
sym_heredoc_body,
[94457] = 5,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
ACTIONS(4022), 1,
sym_simple_heredoc_body,
STATE(2167), 1,
sym_heredoc_body,
STATE(1637), 2,
sym__heredoc_body,
sym__simple_heredoc_body,
[94474] = 5,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
ACTIONS(4022), 1,
sym_simple_heredoc_body,
STATE(2167), 1,
sym_heredoc_body,
STATE(1634), 2,
sym__heredoc_body,
sym__simple_heredoc_body,
[94491] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1100), 5,
sym__concat,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_RBRACE,
aux_sym_concatenation_token1,
[94502] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4030), 1,
anon_sym_elif,
ACTIONS(4028), 2,
anon_sym_fi,
anon_sym_else,
STATE(2065), 2,
sym_elif_clause,
aux_sym_if_statement_repeat1,
[94517] = 4,
ACTIONS(1074), 1,
sym_comment,
STATE(2066), 1,
aux_sym_concatenation_repeat1,
ACTIONS(988), 2,
anon_sym_PIPE,
anon_sym_RPAREN,
ACTIONS(4033), 2,
sym__concat,
aux_sym_concatenation_token1,
[94532] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1070), 5,
sym__concat,
anon_sym_PIPE,
anon_sym_RPAREN,
anon_sym_RBRACE,
aux_sym_concatenation_token1,
[94543] = 5,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4016), 1,
sym_simple_heredoc_body,
ACTIONS(4018), 1,
sym__heredoc_body_beginning,
STATE(2239), 1,
sym_heredoc_body,
STATE(1190), 2,
sym__heredoc_body,
sym__simple_heredoc_body,
[94560] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1195), 4,
sym__concat,
anon_sym_PIPE,
anon_sym_RPAREN,
aux_sym_concatenation_token1,
[94570] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1056), 4,
sym__concat,
anon_sym_PIPE,
anon_sym_RPAREN,
aux_sym_concatenation_token1,
[94580] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4036), 1,
anon_sym_RBRACE,
STATE(2071), 1,
aux_sym__concatenation_in_expansion_repeat1,
ACTIONS(4038), 2,
sym__concat,
aux_sym_concatenation_token1,
[94594] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4041), 1,
anon_sym_RBRACE,
STATE(2071), 1,
aux_sym__concatenation_in_expansion_repeat1,
ACTIONS(4043), 2,
sym__concat,
aux_sym_concatenation_token1,
[94608] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4045), 1,
anon_sym_RBRACE,
STATE(2072), 1,
aux_sym__concatenation_in_expansion_repeat1,
ACTIONS(4043), 2,
sym__concat,
aux_sym_concatenation_token1,
[94622] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(988), 4,
sym__concat,
anon_sym_PIPE,
anon_sym_RPAREN,
aux_sym_concatenation_token1,
[94632] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3986), 1,
anon_sym_PIPE,
ACTIONS(4000), 1,
anon_sym_RPAREN,
STATE(2099), 1,
aux_sym__case_item_last_repeat1,
[94645] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1088), 3,
sym_extglob_pattern,
anon_sym_PIPE,
anon_sym_RPAREN,
[94654] = 3,
ACTIONS(1074), 1,
sym_comment,
STATE(2072), 1,
aux_sym__concatenation_in_expansion_repeat1,
ACTIONS(4043), 2,
sym__concat,
aux_sym_concatenation_token1,
[94665] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3986), 1,
anon_sym_PIPE,
ACTIONS(4004), 1,
anon_sym_RPAREN,
STATE(2087), 1,
aux_sym__case_item_last_repeat1,
[94678] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1118), 3,
sym_extglob_pattern,
anon_sym_PIPE,
anon_sym_RPAREN,
[94687] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1114), 3,
sym_extglob_pattern,
anon_sym_PIPE,
anon_sym_RPAREN,
[94696] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4049), 1,
sym_extglob_pattern,
ACTIONS(4047), 2,
anon_sym_PIPE,
anon_sym_RPAREN,
[94707] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1104), 3,
sym_extglob_pattern,
anon_sym_PIPE,
anon_sym_RPAREN,
[94716] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3986), 1,
anon_sym_PIPE,
ACTIONS(4051), 1,
anon_sym_RPAREN,
STATE(2094), 1,
aux_sym__case_item_last_repeat1,
[94729] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1126), 3,
sym_extglob_pattern,
anon_sym_PIPE,
anon_sym_RPAREN,
[94738] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3986), 1,
anon_sym_PIPE,
ACTIONS(4053), 1,
anon_sym_RPAREN,
STATE(2094), 1,
aux_sym__case_item_last_repeat1,
[94751] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1100), 3,
sym_extglob_pattern,
anon_sym_PIPE,
anon_sym_RPAREN,
[94760] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3986), 1,
anon_sym_PIPE,
ACTIONS(4055), 1,
anon_sym_RPAREN,
STATE(2094), 1,
aux_sym__case_item_last_repeat1,
[94773] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3986), 1,
anon_sym_PIPE,
ACTIONS(4057), 1,
anon_sym_RPAREN,
STATE(2094), 1,
aux_sym__case_item_last_repeat1,
[94786] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1118), 3,
sym_extglob_pattern,
anon_sym_PIPE,
anon_sym_RPAREN,
[94795] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4036), 3,
sym__concat,
anon_sym_RBRACE,
aux_sym_concatenation_token1,
[94804] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1070), 3,
sym_extglob_pattern,
anon_sym_PIPE,
anon_sym_RPAREN,
[94813] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3986), 1,
anon_sym_PIPE,
ACTIONS(4059), 1,
anon_sym_RPAREN,
STATE(2094), 1,
aux_sym__case_item_last_repeat1,
[94826] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3986), 1,
anon_sym_PIPE,
ACTIONS(3994), 1,
anon_sym_RPAREN,
STATE(2083), 1,
aux_sym__case_item_last_repeat1,
[94839] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4061), 1,
anon_sym_PIPE,
ACTIONS(4064), 1,
anon_sym_RPAREN,
STATE(2094), 1,
aux_sym__case_item_last_repeat1,
[94852] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3986), 1,
anon_sym_PIPE,
ACTIONS(3988), 1,
anon_sym_RPAREN,
STATE(2088), 1,
aux_sym__case_item_last_repeat1,
[94865] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1122), 3,
sym_extglob_pattern,
anon_sym_PIPE,
anon_sym_RPAREN,
[94874] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3986), 1,
anon_sym_PIPE,
ACTIONS(4066), 1,
anon_sym_RPAREN,
STATE(2094), 1,
aux_sym__case_item_last_repeat1,
[94887] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3986), 1,
anon_sym_PIPE,
ACTIONS(4068), 1,
anon_sym_RPAREN,
STATE(2094), 1,
aux_sym__case_item_last_repeat1,
[94900] = 4,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(3986), 1,
anon_sym_PIPE,
ACTIONS(4070), 1,
anon_sym_RPAREN,
STATE(2094), 1,
aux_sym__case_item_last_repeat1,
[94913] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4072), 1,
anon_sym_esac,
ACTIONS(4074), 1,
anon_sym_SEMI_SEMI,
[94923] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4076), 1,
anon_sym_PIPE,
STATE(1512), 1,
aux_sym_pipeline_repeat1,
[94933] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4078), 2,
anon_sym_PIPE,
anon_sym_RPAREN,
[94941] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4026), 2,
anon_sym_PIPE,
anon_sym_RPAREN,
[94949] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4080), 1,
anon_sym_esac,
ACTIONS(4082), 1,
anon_sym_SEMI_SEMI,
[94959] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4084), 1,
anon_sym_do,
STATE(1626), 1,
sym_do_group,
[94969] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4084), 1,
anon_sym_do,
STATE(1613), 1,
sym_do_group,
[94979] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4086), 1,
anon_sym_esac,
ACTIONS(4088), 1,
anon_sym_SEMI_SEMI,
[94989] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4090), 1,
anon_sym_esac,
ACTIONS(4092), 1,
anon_sym_SEMI_SEMI,
[94999] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4086), 1,
anon_sym_esac,
ACTIONS(4094), 1,
anon_sym_SEMI_SEMI,
[95009] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4096), 1,
anon_sym_esac,
ACTIONS(4098), 1,
anon_sym_SEMI_SEMI,
[95019] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(1276), 2,
anon_sym_in,
anon_sym_do,
[95027] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4090), 1,
anon_sym_esac,
ACTIONS(4100), 1,
anon_sym_SEMI_SEMI,
[95037] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4102), 1,
anon_sym_esac,
ACTIONS(4104), 1,
anon_sym_SEMI_SEMI,
[95047] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4106), 1,
anon_sym_do,
STATE(1259), 1,
sym_do_group,
[95057] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4108), 1,
anon_sym_PIPE,
STATE(1314), 1,
aux_sym_pipeline_repeat1,
[95067] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4110), 1,
anon_sym_PIPE,
STATE(1302), 1,
aux_sym_pipeline_repeat1,
[95077] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4112), 1,
anon_sym_PIPE,
STATE(1355), 1,
aux_sym_pipeline_repeat1,
[95087] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4114), 1,
anon_sym_esac,
ACTIONS(4116), 1,
anon_sym_SEMI_SEMI,
[95097] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4118), 1,
anon_sym_do,
STATE(1331), 1,
sym_do_group,
[95107] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4120), 1,
anon_sym_esac,
ACTIONS(4122), 1,
anon_sym_SEMI_SEMI,
[95117] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4118), 1,
anon_sym_do,
STATE(1391), 1,
sym_do_group,
[95127] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4124), 1,
anon_sym_PIPE,
STATE(1316), 1,
aux_sym_pipeline_repeat1,
[95137] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4126), 1,
anon_sym_PIPE,
STATE(1446), 1,
aux_sym_pipeline_repeat1,
[95147] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4106), 1,
anon_sym_do,
STATE(1282), 1,
sym_do_group,
[95157] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4128), 1,
anon_sym_PIPE,
STATE(1301), 1,
aux_sym_pipeline_repeat1,
[95167] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4114), 1,
anon_sym_esac,
ACTIONS(4130), 1,
anon_sym_SEMI_SEMI,
[95177] = 3,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4120), 1,
anon_sym_esac,
ACTIONS(4132), 1,
anon_sym_SEMI_SEMI,
[95187] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4134), 1,
aux_sym_heredoc_redirect_token1,
[95194] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4136), 1,
anon_sym_fi,
[95201] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4138), 1,
aux_sym_heredoc_redirect_token1,
[95208] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4140), 1,
anon_sym_BQUOTE,
[95215] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4142), 1,
anon_sym_in,
[95222] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4144), 1,
anon_sym_EQ,
[95229] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4146), 1,
anon_sym_esac,
[95236] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4148), 1,
anon_sym_esac,
[95243] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4150), 1,
sym_heredoc_end,
[95250] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4152), 1,
sym_heredoc_end,
[95257] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4154), 1,
anon_sym_EQ,
[95264] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4156), 1,
anon_sym_esac,
[95271] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4158), 1,
anon_sym_RPAREN,
[95278] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4160), 1,
anon_sym_esac,
[95285] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4162), 1,
aux_sym_heredoc_redirect_token1,
[95292] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4164), 1,
anon_sym_EQ,
[95299] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4166), 1,
anon_sym_esac,
[95306] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4168), 1,
anon_sym_esac,
[95313] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4170), 1,
anon_sym_EQ,
[95320] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4172), 1,
aux_sym_heredoc_redirect_token1,
[95327] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4174), 1,
anon_sym_EQ,
[95334] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4176), 1,
anon_sym_EQ,
[95341] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4178), 1,
anon_sym_RBRACE,
[95348] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4180), 1,
aux_sym_heredoc_redirect_token1,
[95355] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4182), 1,
anon_sym_SEMI_SEMI,
[95362] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4184), 1,
anon_sym_esac,
[95369] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4186), 1,
anon_sym_SEMI_SEMI,
[95376] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4188), 1,
aux_sym_heredoc_redirect_token1,
[95383] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4190), 1,
aux_sym_heredoc_redirect_token1,
[95390] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4192), 1,
anon_sym_SEMI_SEMI,
[95397] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4194), 1,
anon_sym_fi,
[95404] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4196), 1,
anon_sym_SEMI_SEMI,
[95411] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4198), 1,
anon_sym_fi,
[95418] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4200), 1,
aux_sym_heredoc_redirect_token1,
[95425] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4202), 1,
anon_sym_SEMI_SEMI,
[95432] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4204), 1,
anon_sym_SEMI_SEMI,
[95439] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4206), 1,
anon_sym_SEMI_SEMI,
[95446] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4208), 1,
sym_heredoc_end,
[95453] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4210), 1,
aux_sym_heredoc_redirect_token1,
[95460] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4212), 1,
sym_heredoc_end,
[95467] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4214), 1,
anon_sym_SEMI_SEMI,
[95474] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4216), 1,
anon_sym_SEMI_SEMI,
[95481] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4218), 1,
anon_sym_SEMI_SEMI,
[95488] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4220), 1,
anon_sym_esac,
[95495] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4222), 1,
anon_sym_SEMI_SEMI,
[95502] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4224), 1,
anon_sym_esac,
[95509] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4226), 1,
anon_sym_esac,
[95516] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4228), 1,
anon_sym_esac,
[95523] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4230), 1,
anon_sym_in,
[95530] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4232), 1,
anon_sym_esac,
[95537] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4234), 1,
aux_sym_heredoc_redirect_token1,
[95544] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4236), 1,
aux_sym_heredoc_redirect_token1,
[95551] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4238), 1,
anon_sym_SEMI_SEMI,
[95558] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4240), 1,
anon_sym_esac,
[95565] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4242), 1,
anon_sym_fi,
[95572] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4244), 1,
anon_sym_RBRACE,
[95579] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4246), 1,
aux_sym_heredoc_redirect_token1,
[95586] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4248), 1,
anon_sym_BQUOTE,
[95593] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4250), 1,
anon_sym_EQ,
[95600] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4252), 1,
anon_sym_BQUOTE,
[95607] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4254), 1,
anon_sym_RPAREN,
[95614] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4256), 1,
anon_sym_RBRACE,
[95621] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4258), 1,
anon_sym_fi,
[95628] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4260), 1,
anon_sym_BQUOTE,
[95635] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4262), 1,
anon_sym_RPAREN,
[95642] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4264), 1,
anon_sym_RBRACE,
[95649] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4266), 1,
anon_sym_esac,
[95656] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4268), 1,
anon_sym_esac,
[95663] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4270), 1,
anon_sym_BQUOTE,
[95670] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4272), 1,
anon_sym_RPAREN,
[95677] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4274), 1,
anon_sym_RBRACE,
[95684] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4276), 1,
anon_sym_fi,
[95691] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4278), 1,
anon_sym_RBRACE,
[95698] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4280), 1,
anon_sym_BQUOTE,
[95705] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4282), 1,
aux_sym__simple_variable_name_token1,
[95712] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4284), 1,
anon_sym_RPAREN,
[95719] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4286), 1,
anon_sym_fi,
[95726] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4288), 1,
sym_heredoc_start,
[95733] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4290), 1,
anon_sym_RBRACE,
[95740] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4292), 1,
sym_heredoc_start,
[95747] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4294), 1,
anon_sym_RPAREN,
[95754] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4296), 1,
anon_sym_RBRACE,
[95761] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4298), 1,
anon_sym_RPAREN,
[95768] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4300), 1,
aux_sym_heredoc_redirect_token1,
[95775] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4302), 1,
anon_sym_fi,
[95782] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4304), 1,
anon_sym_BQUOTE,
[95789] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4306), 1,
anon_sym_RPAREN,
[95796] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4308), 1,
anon_sym_RBRACE,
[95803] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4310), 1,
anon_sym_BQUOTE,
[95810] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4312), 1,
anon_sym_RPAREN,
[95817] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4314), 1,
anon_sym_esac,
[95824] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4316), 1,
anon_sym_esac,
[95831] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4318), 1,
anon_sym_RBRACE,
[95838] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4320), 1,
anon_sym_RPAREN,
[95845] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4322), 1,
anon_sym_esac,
[95852] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4324), 1,
anon_sym_BQUOTE,
[95859] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4326), 1,
anon_sym_BQUOTE,
[95866] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4328), 1,
anon_sym_RPAREN,
[95873] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4330), 1,
anon_sym_RPAREN,
[95880] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4332), 1,
anon_sym_RBRACE,
[95887] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4334), 1,
anon_sym_RBRACE,
[95894] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4336), 1,
anon_sym_RBRACE,
[95901] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4338), 1,
anon_sym_fi,
[95908] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4340), 1,
aux_sym_heredoc_redirect_token1,
[95915] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4342), 1,
anon_sym_BQUOTE,
[95922] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4344), 1,
anon_sym_RPAREN,
[95929] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4346), 1,
anon_sym_RBRACE,
[95936] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4348), 1,
anon_sym_BQUOTE,
[95943] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4350), 1,
anon_sym_RPAREN,
[95950] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4352), 1,
anon_sym_BQUOTE,
[95957] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4354), 1,
anon_sym_BQUOTE,
[95964] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4356), 1,
sym_heredoc_end,
[95971] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4358), 1,
anon_sym_RPAREN,
[95978] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4360), 1,
anon_sym_RPAREN,
[95985] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4362), 1,
anon_sym_RBRACE,
[95992] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4364), 1,
sym_heredoc_end,
[95999] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4366), 1,
aux_sym_heredoc_redirect_token1,
[96006] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4368), 1,
aux_sym_heredoc_redirect_token1,
[96013] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4370), 1,
anon_sym_RPAREN,
[96020] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4372), 1,
anon_sym_RPAREN,
[96027] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4374), 1,
anon_sym_BQUOTE,
[96034] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4376), 1,
anon_sym_RBRACE,
[96041] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4378), 1,
anon_sym_EQ,
[96048] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4380), 1,
anon_sym_EQ,
[96055] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4382), 1,
aux_sym__simple_variable_name_token1,
[96062] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4384), 1,
anon_sym_RPAREN,
[96069] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4386), 1,
anon_sym_esac,
[96076] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4388), 1,
sym_heredoc_start,
[96083] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4390), 1,
anon_sym_RBRACE,
[96090] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4392), 1,
sym_heredoc_start,
[96097] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4394), 1,
anon_sym_esac,
[96104] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4396), 1,
anon_sym_esac,
[96111] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4398), 1,
anon_sym_esac,
[96118] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4400), 1,
anon_sym_RPAREN,
[96125] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4402), 1,
anon_sym_BQUOTE,
[96132] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4404), 1,
anon_sym_BQUOTE,
[96139] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4406), 1,
anon_sym_RPAREN,
[96146] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4408), 1,
anon_sym_RPAREN,
[96153] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4410), 1,
anon_sym_RBRACE,
[96160] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4412), 1,
anon_sym_RPAREN,
[96167] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4414), 1,
anon_sym_BQUOTE,
[96174] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4416), 1,
anon_sym_fi,
[96181] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4418), 1,
anon_sym_RPAREN,
[96188] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4420), 1,
anon_sym_RBRACE,
[96195] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4422), 1,
aux_sym_heredoc_redirect_token1,
[96202] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(4424), 1,
aux_sym_heredoc_redirect_token1,
[96209] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4426), 1,
anon_sym_BQUOTE,
[96216] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4428), 1,
anon_sym_BQUOTE,
[96223] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4045), 1,
anon_sym_RBRACE,
[96230] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4430), 1,
anon_sym_RPAREN,
[96237] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4432), 1,
anon_sym_RBRACE,
[96244] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4434), 1,
anon_sym_RBRACE,
[96251] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4436), 1,
anon_sym_RPAREN,
[96258] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4438), 1,
anon_sym_esac,
[96265] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4440), 1,
anon_sym_BQUOTE,
[96272] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4442), 1,
anon_sym_RPAREN,
[96279] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4444), 1,
anon_sym_RBRACE,
[96286] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4446), 1,
anon_sym_BQUOTE,
[96293] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4448), 1,
anon_sym_BQUOTE,
[96300] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4450), 1,
anon_sym_esac,
[96307] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4452), 1,
anon_sym_fi,
[96314] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4454), 1,
anon_sym_RPAREN,
[96321] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4456), 1,
anon_sym_RPAREN,
[96328] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4458), 1,
anon_sym_RBRACE,
[96335] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4460), 1,
anon_sym_RBRACE,
[96342] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4462), 1,
anon_sym_BQUOTE,
[96349] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4464), 1,
anon_sym_fi,
[96356] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4466), 1,
sym_heredoc_start,
[96363] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4468), 1,
anon_sym_RBRACE,
[96370] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4470), 1,
anon_sym_RBRACE,
[96377] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4472), 1,
anon_sym_RPAREN,
[96384] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4474), 1,
anon_sym_RBRACE,
[96391] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4476), 1,
anon_sym_EQ,
[96398] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4478), 1,
anon_sym_EQ,
[96405] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4480), 1,
anon_sym_RPAREN,
[96412] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4482), 1,
anon_sym_BQUOTE,
[96419] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4484), 1,
anon_sym_BQUOTE,
[96426] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4486), 1,
anon_sym_RPAREN,
[96433] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4488), 1,
anon_sym_EQ,
[96440] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4490), 1,
anon_sym_RBRACE,
[96447] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4492), 1,
anon_sym_in,
[96454] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4494), 1,
anon_sym_RBRACE,
[96461] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4496), 1,
anon_sym_BQUOTE,
[96468] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4498), 1,
anon_sym_EQ,
[96475] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4500), 1,
sym_heredoc_start,
[96482] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4502), 1,
anon_sym_RPAREN,
[96489] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4504), 1,
anon_sym_RPAREN,
[96496] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4506), 1,
anon_sym_BQUOTE,
[96503] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4508), 1,
anon_sym_RPAREN,
[96510] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4510), 1,
anon_sym_RBRACE,
[96517] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4512), 1,
anon_sym_RPAREN,
[96524] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4514), 1,
anon_sym_RBRACE,
[96531] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4516), 1,
anon_sym_RPAREN,
[96538] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4518), 1,
anon_sym_BQUOTE,
[96545] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4520), 1,
anon_sym_BQUOTE,
[96552] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4522), 1,
anon_sym_RPAREN,
[96559] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4524), 1,
anon_sym_RPAREN,
[96566] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4526), 1,
anon_sym_RPAREN,
[96573] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4528), 1,
anon_sym_RBRACE,
[96580] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4530), 1,
anon_sym_BQUOTE,
[96587] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4532), 1,
anon_sym_RPAREN,
[96594] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4534), 1,
anon_sym_RBRACE,
[96601] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4536), 1,
ts_builtin_sym_end,
[96608] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4538), 1,
ts_builtin_sym_end,
[96615] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4540), 1,
anon_sym_RBRACE,
[96622] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4542), 1,
anon_sym_BQUOTE,
[96629] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4544), 1,
anon_sym_RPAREN,
[96636] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4546), 1,
anon_sym_RBRACE,
[96643] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4548), 1,
anon_sym_BQUOTE,
[96650] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4550), 1,
anon_sym_RPAREN,
[96657] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4552), 1,
aux_sym__simple_variable_name_token1,
[96664] = 2,
ACTIONS(1074), 1,
sym_comment,
ACTIONS(4554), 1,
anon_sym_EQ,
};
static const uint32_t ts_small_parse_table_map[] = {
[SMALL_STATE(2)] = 0,
[SMALL_STATE(3)] = 135,
[SMALL_STATE(4)] = 270,
[SMALL_STATE(5)] = 405,
[SMALL_STATE(6)] = 540,
[SMALL_STATE(7)] = 675,
[SMALL_STATE(8)] = 810,
[SMALL_STATE(9)] = 938,
[SMALL_STATE(10)] = 1066,
[SMALL_STATE(11)] = 1194,
[SMALL_STATE(12)] = 1322,
[SMALL_STATE(13)] = 1450,
[SMALL_STATE(14)] = 1578,
[SMALL_STATE(15)] = 1706,
[SMALL_STATE(16)] = 1834,
[SMALL_STATE(17)] = 1962,
[SMALL_STATE(18)] = 2090,
[SMALL_STATE(19)] = 2218,
[SMALL_STATE(20)] = 2346,
[SMALL_STATE(21)] = 2474,
[SMALL_STATE(22)] = 2602,
[SMALL_STATE(23)] = 2730,
[SMALL_STATE(24)] = 2858,
[SMALL_STATE(25)] = 2982,
[SMALL_STATE(26)] = 3110,
[SMALL_STATE(27)] = 3238,
[SMALL_STATE(28)] = 3362,
[SMALL_STATE(29)] = 3490,
[SMALL_STATE(30)] = 3618,
[SMALL_STATE(31)] = 3746,
[SMALL_STATE(32)] = 3874,
[SMALL_STATE(33)] = 3998,
[SMALL_STATE(34)] = 4126,
[SMALL_STATE(35)] = 4254,
[SMALL_STATE(36)] = 4379,
[SMALL_STATE(37)] = 4502,
[SMALL_STATE(38)] = 4627,
[SMALL_STATE(39)] = 4752,
[SMALL_STATE(40)] = 4874,
[SMALL_STATE(41)] = 4996,
[SMALL_STATE(42)] = 5118,
[SMALL_STATE(43)] = 5240,
[SMALL_STATE(44)] = 5362,
[SMALL_STATE(45)] = 5484,
[SMALL_STATE(46)] = 5606,
[SMALL_STATE(47)] = 5728,
[SMALL_STATE(48)] = 5850,
[SMALL_STATE(49)] = 5972,
[SMALL_STATE(50)] = 6094,
[SMALL_STATE(51)] = 6216,
[SMALL_STATE(52)] = 6338,
[SMALL_STATE(53)] = 6460,
[SMALL_STATE(54)] = 6582,
[SMALL_STATE(55)] = 6704,
[SMALL_STATE(56)] = 6826,
[SMALL_STATE(57)] = 6948,
[SMALL_STATE(58)] = 7070,
[SMALL_STATE(59)] = 7192,
[SMALL_STATE(60)] = 7314,
[SMALL_STATE(61)] = 7436,
[SMALL_STATE(62)] = 7558,
[SMALL_STATE(63)] = 7680,
[SMALL_STATE(64)] = 7802,
[SMALL_STATE(65)] = 7924,
[SMALL_STATE(66)] = 8046,
[SMALL_STATE(67)] = 8168,
[SMALL_STATE(68)] = 8290,
[SMALL_STATE(69)] = 8412,
[SMALL_STATE(70)] = 8534,
[SMALL_STATE(71)] = 8656,
[SMALL_STATE(72)] = 8778,
[SMALL_STATE(73)] = 8900,
[SMALL_STATE(74)] = 9022,
[SMALL_STATE(75)] = 9144,
[SMALL_STATE(76)] = 9266,
[SMALL_STATE(77)] = 9388,
[SMALL_STATE(78)] = 9510,
[SMALL_STATE(79)] = 9632,
[SMALL_STATE(80)] = 9754,
[SMALL_STATE(81)] = 9876,
[SMALL_STATE(82)] = 9998,
[SMALL_STATE(83)] = 10120,
[SMALL_STATE(84)] = 10242,
[SMALL_STATE(85)] = 10364,
[SMALL_STATE(86)] = 10486,
[SMALL_STATE(87)] = 10608,
[SMALL_STATE(88)] = 10730,
[SMALL_STATE(89)] = 10852,
[SMALL_STATE(90)] = 10974,
[SMALL_STATE(91)] = 11096,
[SMALL_STATE(92)] = 11218,
[SMALL_STATE(93)] = 11340,
[SMALL_STATE(94)] = 11462,
[SMALL_STATE(95)] = 11584,
[SMALL_STATE(96)] = 11706,
[SMALL_STATE(97)] = 11828,
[SMALL_STATE(98)] = 11950,
[SMALL_STATE(99)] = 12072,
[SMALL_STATE(100)] = 12194,
[SMALL_STATE(101)] = 12316,
[SMALL_STATE(102)] = 12438,
[SMALL_STATE(103)] = 12560,
[SMALL_STATE(104)] = 12682,
[SMALL_STATE(105)] = 12804,
[SMALL_STATE(106)] = 12926,
[SMALL_STATE(107)] = 13048,
[SMALL_STATE(108)] = 13170,
[SMALL_STATE(109)] = 13292,
[SMALL_STATE(110)] = 13414,
[SMALL_STATE(111)] = 13536,
[SMALL_STATE(112)] = 13658,
[SMALL_STATE(113)] = 13780,
[SMALL_STATE(114)] = 13902,
[SMALL_STATE(115)] = 14024,
[SMALL_STATE(116)] = 14146,
[SMALL_STATE(117)] = 14268,
[SMALL_STATE(118)] = 14390,
[SMALL_STATE(119)] = 14512,
[SMALL_STATE(120)] = 14634,
[SMALL_STATE(121)] = 14756,
[SMALL_STATE(122)] = 14878,
[SMALL_STATE(123)] = 15000,
[SMALL_STATE(124)] = 15122,
[SMALL_STATE(125)] = 15244,
[SMALL_STATE(126)] = 15366,
[SMALL_STATE(127)] = 15485,
[SMALL_STATE(128)] = 15604,
[SMALL_STATE(129)] = 15723,
[SMALL_STATE(130)] = 15864,
[SMALL_STATE(131)] = 16005,
[SMALL_STATE(132)] = 16124,
[SMALL_STATE(133)] = 16243,
[SMALL_STATE(134)] = 16384,
[SMALL_STATE(135)] = 16525,
[SMALL_STATE(136)] = 16644,
[SMALL_STATE(137)] = 16763,
[SMALL_STATE(138)] = 16882,
[SMALL_STATE(139)] = 17023,
[SMALL_STATE(140)] = 17142,
[SMALL_STATE(141)] = 17261,
[SMALL_STATE(142)] = 17380,
[SMALL_STATE(143)] = 17496,
[SMALL_STATE(144)] = 17610,
[SMALL_STATE(145)] = 17726,
[SMALL_STATE(146)] = 17842,
[SMALL_STATE(147)] = 17958,
[SMALL_STATE(148)] = 18072,
[SMALL_STATE(149)] = 18188,
[SMALL_STATE(150)] = 18302,
[SMALL_STATE(151)] = 18416,
[SMALL_STATE(152)] = 18530,
[SMALL_STATE(153)] = 18646,
[SMALL_STATE(154)] = 18762,
[SMALL_STATE(155)] = 18876,
[SMALL_STATE(156)] = 18992,
[SMALL_STATE(157)] = 19106,
[SMALL_STATE(158)] = 19222,
[SMALL_STATE(159)] = 19319,
[SMALL_STATE(160)] = 19416,
[SMALL_STATE(161)] = 19513,
[SMALL_STATE(162)] = 19610,
[SMALL_STATE(163)] = 19707,
[SMALL_STATE(164)] = 19804,
[SMALL_STATE(165)] = 19901,
[SMALL_STATE(166)] = 19958,
[SMALL_STATE(167)] = 20015,
[SMALL_STATE(168)] = 20072,
[SMALL_STATE(169)] = 20128,
[SMALL_STATE(170)] = 20184,
[SMALL_STATE(171)] = 20240,
[SMALL_STATE(172)] = 20296,
[SMALL_STATE(173)] = 20351,
[SMALL_STATE(174)] = 20406,
[SMALL_STATE(175)] = 20461,
[SMALL_STATE(176)] = 20516,
[SMALL_STATE(177)] = 20571,
[SMALL_STATE(178)] = 20626,
[SMALL_STATE(179)] = 20681,
[SMALL_STATE(180)] = 20755,
[SMALL_STATE(181)] = 20829,
[SMALL_STATE(182)] = 20883,
[SMALL_STATE(183)] = 20937,
[SMALL_STATE(184)] = 21011,
[SMALL_STATE(185)] = 21085,
[SMALL_STATE(186)] = 21159,
[SMALL_STATE(187)] = 21233,
[SMALL_STATE(188)] = 21304,
[SMALL_STATE(189)] = 21357,
[SMALL_STATE(190)] = 21428,
[SMALL_STATE(191)] = 21501,
[SMALL_STATE(192)] = 21574,
[SMALL_STATE(193)] = 21638,
[SMALL_STATE(194)] = 21688,
[SMALL_STATE(195)] = 21756,
[SMALL_STATE(196)] = 21806,
[SMALL_STATE(197)] = 21874,
[SMALL_STATE(198)] = 21924,
[SMALL_STATE(199)] = 21992,
[SMALL_STATE(200)] = 22060,
[SMALL_STATE(201)] = 22128,
[SMALL_STATE(202)] = 22196,
[SMALL_STATE(203)] = 22264,
[SMALL_STATE(204)] = 22314,
[SMALL_STATE(205)] = 22366,
[SMALL_STATE(206)] = 22416,
[SMALL_STATE(207)] = 22484,
[SMALL_STATE(208)] = 22534,
[SMALL_STATE(209)] = 22598,
[SMALL_STATE(210)] = 22650,
[SMALL_STATE(211)] = 22718,
[SMALL_STATE(212)] = 22782,
[SMALL_STATE(213)] = 22845,
[SMALL_STATE(214)] = 22908,
[SMALL_STATE(215)] = 22971,
[SMALL_STATE(216)] = 23020,
[SMALL_STATE(217)] = 23083,
[SMALL_STATE(218)] = 23146,
[SMALL_STATE(219)] = 23213,
[SMALL_STATE(220)] = 23280,
[SMALL_STATE(221)] = 23343,
[SMALL_STATE(222)] = 23392,
[SMALL_STATE(223)] = 23441,
[SMALL_STATE(224)] = 23490,
[SMALL_STATE(225)] = 23539,
[SMALL_STATE(226)] = 23602,
[SMALL_STATE(227)] = 23665,
[SMALL_STATE(228)] = 23728,
[SMALL_STATE(229)] = 23791,
[SMALL_STATE(230)] = 23854,
[SMALL_STATE(231)] = 23917,
[SMALL_STATE(232)] = 23968,
[SMALL_STATE(233)] = 24019,
[SMALL_STATE(234)] = 24068,
[SMALL_STATE(235)] = 24131,
[SMALL_STATE(236)] = 24194,
[SMALL_STATE(237)] = 24257,
[SMALL_STATE(238)] = 24308,
[SMALL_STATE(239)] = 24371,
[SMALL_STATE(240)] = 24436,
[SMALL_STATE(241)] = 24485,
[SMALL_STATE(242)] = 24534,
[SMALL_STATE(243)] = 24599,
[SMALL_STATE(244)] = 24666,
[SMALL_STATE(245)] = 24728,
[SMALL_STATE(246)] = 24806,
[SMALL_STATE(247)] = 24866,
[SMALL_STATE(248)] = 24926,
[SMALL_STATE(249)] = 24978,
[SMALL_STATE(250)] = 25040,
[SMALL_STATE(251)] = 25102,
[SMALL_STATE(252)] = 25172,
[SMALL_STATE(253)] = 25232,
[SMALL_STATE(254)] = 25294,
[SMALL_STATE(255)] = 25346,
[SMALL_STATE(256)] = 25408,
[SMALL_STATE(257)] = 25468,
[SMALL_STATE(258)] = 25522,
[SMALL_STATE(259)] = 25584,
[SMALL_STATE(260)] = 25654,
[SMALL_STATE(261)] = 25716,
[SMALL_STATE(262)] = 25778,
[SMALL_STATE(263)] = 25840,
[SMALL_STATE(264)] = 25902,
[SMALL_STATE(265)] = 25950,
[SMALL_STATE(266)] = 26000,
[SMALL_STATE(267)] = 26056,
[SMALL_STATE(268)] = 26110,
[SMALL_STATE(269)] = 26172,
[SMALL_STATE(270)] = 26250,
[SMALL_STATE(271)] = 26300,
[SMALL_STATE(272)] = 26348,
[SMALL_STATE(273)] = 26410,
[SMALL_STATE(274)] = 26488,
[SMALL_STATE(275)] = 26566,
[SMALL_STATE(276)] = 26644,
[SMALL_STATE(277)] = 26696,
[SMALL_STATE(278)] = 26756,
[SMALL_STATE(279)] = 26834,
[SMALL_STATE(280)] = 26894,
[SMALL_STATE(281)] = 26954,
[SMALL_STATE(282)] = 27014,
[SMALL_STATE(283)] = 27076,
[SMALL_STATE(284)] = 27125,
[SMALL_STATE(285)] = 27184,
[SMALL_STATE(286)] = 27253,
[SMALL_STATE(287)] = 27302,
[SMALL_STATE(288)] = 27371,
[SMALL_STATE(289)] = 27422,
[SMALL_STATE(290)] = 27471,
[SMALL_STATE(291)] = 27532,
[SMALL_STATE(292)] = 27581,
[SMALL_STATE(293)] = 27632,
[SMALL_STATE(294)] = 27681,
[SMALL_STATE(295)] = 27730,
[SMALL_STATE(296)] = 27781,
[SMALL_STATE(297)] = 27834,
[SMALL_STATE(298)] = 27883,
[SMALL_STATE(299)] = 27936,
[SMALL_STATE(300)] = 27985,
[SMALL_STATE(301)] = 28034,
[SMALL_STATE(302)] = 28085,
[SMALL_STATE(303)] = 28136,
[SMALL_STATE(304)] = 28197,
[SMALL_STATE(305)] = 28256,
[SMALL_STATE(306)] = 28304,
[SMALL_STATE(307)] = 28368,
[SMALL_STATE(308)] = 28410,
[SMALL_STATE(309)] = 28452,
[SMALL_STATE(310)] = 28500,
[SMALL_STATE(311)] = 28542,
[SMALL_STATE(312)] = 28590,
[SMALL_STATE(313)] = 28668,
[SMALL_STATE(314)] = 28710,
[SMALL_STATE(315)] = 28752,
[SMALL_STATE(316)] = 28794,
[SMALL_STATE(317)] = 28836,
[SMALL_STATE(318)] = 28878,
[SMALL_STATE(319)] = 28920,
[SMALL_STATE(320)] = 28968,
[SMALL_STATE(321)] = 29016,
[SMALL_STATE(322)] = 29058,
[SMALL_STATE(323)] = 29106,
[SMALL_STATE(324)] = 29148,
[SMALL_STATE(325)] = 29190,
[SMALL_STATE(326)] = 29238,
[SMALL_STATE(327)] = 29280,
[SMALL_STATE(328)] = 29328,
[SMALL_STATE(329)] = 29370,
[SMALL_STATE(330)] = 29412,
[SMALL_STATE(331)] = 29454,
[SMALL_STATE(332)] = 29496,
[SMALL_STATE(333)] = 29538,
[SMALL_STATE(334)] = 29586,
[SMALL_STATE(335)] = 29634,
[SMALL_STATE(336)] = 29700,
[SMALL_STATE(337)] = 29748,
[SMALL_STATE(338)] = 29796,
[SMALL_STATE(339)] = 29844,
[SMALL_STATE(340)] = 29892,
[SMALL_STATE(341)] = 29940,
[SMALL_STATE(342)] = 29988,
[SMALL_STATE(343)] = 30036,
[SMALL_STATE(344)] = 30084,
[SMALL_STATE(345)] = 30132,
[SMALL_STATE(346)] = 30182,
[SMALL_STATE(347)] = 30226,
[SMALL_STATE(348)] = 30276,
[SMALL_STATE(349)] = 30326,
[SMALL_STATE(350)] = 30368,
[SMALL_STATE(351)] = 30446,
[SMALL_STATE(352)] = 30494,
[SMALL_STATE(353)] = 30536,
[SMALL_STATE(354)] = 30582,
[SMALL_STATE(355)] = 30624,
[SMALL_STATE(356)] = 30702,
[SMALL_STATE(357)] = 30744,
[SMALL_STATE(358)] = 30792,
[SMALL_STATE(359)] = 30840,
[SMALL_STATE(360)] = 30882,
[SMALL_STATE(361)] = 30924,
[SMALL_STATE(362)] = 30972,
[SMALL_STATE(363)] = 31014,
[SMALL_STATE(364)] = 31056,
[SMALL_STATE(365)] = 31134,
[SMALL_STATE(366)] = 31176,
[SMALL_STATE(367)] = 31254,
[SMALL_STATE(368)] = 31296,
[SMALL_STATE(369)] = 31338,
[SMALL_STATE(370)] = 31380,
[SMALL_STATE(371)] = 31422,
[SMALL_STATE(372)] = 31470,
[SMALL_STATE(373)] = 31518,
[SMALL_STATE(374)] = 31560,
[SMALL_STATE(375)] = 31602,
[SMALL_STATE(376)] = 31644,
[SMALL_STATE(377)] = 31686,
[SMALL_STATE(378)] = 31734,
[SMALL_STATE(379)] = 31780,
[SMALL_STATE(380)] = 31828,
[SMALL_STATE(381)] = 31870,
[SMALL_STATE(382)] = 31912,
[SMALL_STATE(383)] = 31954,
[SMALL_STATE(384)] = 32014,
[SMALL_STATE(385)] = 32056,
[SMALL_STATE(386)] = 32104,
[SMALL_STATE(387)] = 32146,
[SMALL_STATE(388)] = 32188,
[SMALL_STATE(389)] = 32230,
[SMALL_STATE(390)] = 32272,
[SMALL_STATE(391)] = 32336,
[SMALL_STATE(392)] = 32400,
[SMALL_STATE(393)] = 32442,
[SMALL_STATE(394)] = 32484,
[SMALL_STATE(395)] = 32526,
[SMALL_STATE(396)] = 32568,
[SMALL_STATE(397)] = 32610,
[SMALL_STATE(398)] = 32652,
[SMALL_STATE(399)] = 32694,
[SMALL_STATE(400)] = 32736,
[SMALL_STATE(401)] = 32784,
[SMALL_STATE(402)] = 32826,
[SMALL_STATE(403)] = 32868,
[SMALL_STATE(404)] = 32912,
[SMALL_STATE(405)] = 32958,
[SMALL_STATE(406)] = 33012,
[SMALL_STATE(407)] = 33068,
[SMALL_STATE(408)] = 33126,
[SMALL_STATE(409)] = 33194,
[SMALL_STATE(410)] = 33242,
[SMALL_STATE(411)] = 33292,
[SMALL_STATE(412)] = 33360,
[SMALL_STATE(413)] = 33424,
[SMALL_STATE(414)] = 33486,
[SMALL_STATE(415)] = 33546,
[SMALL_STATE(416)] = 33588,
[SMALL_STATE(417)] = 33630,
[SMALL_STATE(418)] = 33708,
[SMALL_STATE(419)] = 33750,
[SMALL_STATE(420)] = 33800,
[SMALL_STATE(421)] = 33848,
[SMALL_STATE(422)] = 33926,
[SMALL_STATE(423)] = 33967,
[SMALL_STATE(424)] = 34036,
[SMALL_STATE(425)] = 34077,
[SMALL_STATE(426)] = 34118,
[SMALL_STATE(427)] = 34159,
[SMALL_STATE(428)] = 34200,
[SMALL_STATE(429)] = 34247,
[SMALL_STATE(430)] = 34288,
[SMALL_STATE(431)] = 34329,
[SMALL_STATE(432)] = 34376,
[SMALL_STATE(433)] = 34423,
[SMALL_STATE(434)] = 34492,
[SMALL_STATE(435)] = 34555,
[SMALL_STATE(436)] = 34596,
[SMALL_STATE(437)] = 34665,
[SMALL_STATE(438)] = 34706,
[SMALL_STATE(439)] = 34747,
[SMALL_STATE(440)] = 34788,
[SMALL_STATE(441)] = 34829,
[SMALL_STATE(442)] = 34870,
[SMALL_STATE(443)] = 34911,
[SMALL_STATE(444)] = 34970,
[SMALL_STATE(445)] = 35029,
[SMALL_STATE(446)] = 35070,
[SMALL_STATE(447)] = 35117,
[SMALL_STATE(448)] = 35164,
[SMALL_STATE(449)] = 35205,
[SMALL_STATE(450)] = 35274,
[SMALL_STATE(451)] = 35315,
[SMALL_STATE(452)] = 35384,
[SMALL_STATE(453)] = 35453,
[SMALL_STATE(454)] = 35522,
[SMALL_STATE(455)] = 35563,
[SMALL_STATE(456)] = 35604,
[SMALL_STATE(457)] = 35645,
[SMALL_STATE(458)] = 35686,
[SMALL_STATE(459)] = 35733,
[SMALL_STATE(460)] = 35774,
[SMALL_STATE(461)] = 35821,
[SMALL_STATE(462)] = 35890,
[SMALL_STATE(463)] = 35931,
[SMALL_STATE(464)] = 36000,
[SMALL_STATE(465)] = 36047,
[SMALL_STATE(466)] = 36110,
[SMALL_STATE(467)] = 36151,
[SMALL_STATE(468)] = 36220,
[SMALL_STATE(469)] = 36289,
[SMALL_STATE(470)] = 36330,
[SMALL_STATE(471)] = 36399,
[SMALL_STATE(472)] = 36468,
[SMALL_STATE(473)] = 36537,
[SMALL_STATE(474)] = 36606,
[SMALL_STATE(475)] = 36653,
[SMALL_STATE(476)] = 36722,
[SMALL_STATE(477)] = 36791,
[SMALL_STATE(478)] = 36832,
[SMALL_STATE(479)] = 36901,
[SMALL_STATE(480)] = 36948,
[SMALL_STATE(481)] = 36989,
[SMALL_STATE(482)] = 37036,
[SMALL_STATE(483)] = 37077,
[SMALL_STATE(484)] = 37118,
[SMALL_STATE(485)] = 37159,
[SMALL_STATE(486)] = 37200,
[SMALL_STATE(487)] = 37241,
[SMALL_STATE(488)] = 37304,
[SMALL_STATE(489)] = 37345,
[SMALL_STATE(490)] = 37414,
[SMALL_STATE(491)] = 37455,
[SMALL_STATE(492)] = 37496,
[SMALL_STATE(493)] = 37537,
[SMALL_STATE(494)] = 37584,
[SMALL_STATE(495)] = 37625,
[SMALL_STATE(496)] = 37666,
[SMALL_STATE(497)] = 37707,
[SMALL_STATE(498)] = 37748,
[SMALL_STATE(499)] = 37789,
[SMALL_STATE(500)] = 37830,
[SMALL_STATE(501)] = 37877,
[SMALL_STATE(502)] = 37924,
[SMALL_STATE(503)] = 37993,
[SMALL_STATE(504)] = 38062,
[SMALL_STATE(505)] = 38109,
[SMALL_STATE(506)] = 38178,
[SMALL_STATE(507)] = 38225,
[SMALL_STATE(508)] = 38294,
[SMALL_STATE(509)] = 38363,
[SMALL_STATE(510)] = 38404,
[SMALL_STATE(511)] = 38445,
[SMALL_STATE(512)] = 38494,
[SMALL_STATE(513)] = 38537,
[SMALL_STATE(514)] = 38586,
[SMALL_STATE(515)] = 38627,
[SMALL_STATE(516)] = 38668,
[SMALL_STATE(517)] = 38709,
[SMALL_STATE(518)] = 38750,
[SMALL_STATE(519)] = 38791,
[SMALL_STATE(520)] = 38832,
[SMALL_STATE(521)] = 38873,
[SMALL_STATE(522)] = 38914,
[SMALL_STATE(523)] = 38955,
[SMALL_STATE(524)] = 38996,
[SMALL_STATE(525)] = 39037,
[SMALL_STATE(526)] = 39084,
[SMALL_STATE(527)] = 39129,
[SMALL_STATE(528)] = 39170,
[SMALL_STATE(529)] = 39239,
[SMALL_STATE(530)] = 39308,
[SMALL_STATE(531)] = 39349,
[SMALL_STATE(532)] = 39396,
[SMALL_STATE(533)] = 39437,
[SMALL_STATE(534)] = 39478,
[SMALL_STATE(535)] = 39519,
[SMALL_STATE(536)] = 39588,
[SMALL_STATE(537)] = 39629,
[SMALL_STATE(538)] = 39670,
[SMALL_STATE(539)] = 39739,
[SMALL_STATE(540)] = 39780,
[SMALL_STATE(541)] = 39827,
[SMALL_STATE(542)] = 39868,
[SMALL_STATE(543)] = 39909,
[SMALL_STATE(544)] = 39956,
[SMALL_STATE(545)] = 39997,
[SMALL_STATE(546)] = 40044,
[SMALL_STATE(547)] = 40085,
[SMALL_STATE(548)] = 40132,
[SMALL_STATE(549)] = 40173,
[SMALL_STATE(550)] = 40214,
[SMALL_STATE(551)] = 40255,
[SMALL_STATE(552)] = 40296,
[SMALL_STATE(553)] = 40337,
[SMALL_STATE(554)] = 40378,
[SMALL_STATE(555)] = 40419,
[SMALL_STATE(556)] = 40460,
[SMALL_STATE(557)] = 40501,
[SMALL_STATE(558)] = 40570,
[SMALL_STATE(559)] = 40615,
[SMALL_STATE(560)] = 40684,
[SMALL_STATE(561)] = 40725,
[SMALL_STATE(562)] = 40766,
[SMALL_STATE(563)] = 40807,
[SMALL_STATE(564)] = 40848,
[SMALL_STATE(565)] = 40889,
[SMALL_STATE(566)] = 40930,
[SMALL_STATE(567)] = 40971,
[SMALL_STATE(568)] = 41030,
[SMALL_STATE(569)] = 41071,
[SMALL_STATE(570)] = 41130,
[SMALL_STATE(571)] = 41191,
[SMALL_STATE(572)] = 41254,
[SMALL_STATE(573)] = 41321,
[SMALL_STATE(574)] = 41370,
[SMALL_STATE(575)] = 41417,
[SMALL_STATE(576)] = 41484,
[SMALL_STATE(577)] = 41541,
[SMALL_STATE(578)] = 41596,
[SMALL_STATE(579)] = 41649,
[SMALL_STATE(580)] = 41694,
[SMALL_STATE(581)] = 41737,
[SMALL_STATE(582)] = 41778,
[SMALL_STATE(583)] = 41819,
[SMALL_STATE(584)] = 41864,
[SMALL_STATE(585)] = 41933,
[SMALL_STATE(586)] = 42002,
[SMALL_STATE(587)] = 42043,
[SMALL_STATE(588)] = 42102,
[SMALL_STATE(589)] = 42149,
[SMALL_STATE(590)] = 42190,
[SMALL_STATE(591)] = 42231,
[SMALL_STATE(592)] = 42300,
[SMALL_STATE(593)] = 42341,
[SMALL_STATE(594)] = 42382,
[SMALL_STATE(595)] = 42423,
[SMALL_STATE(596)] = 42468,
[SMALL_STATE(597)] = 42509,
[SMALL_STATE(598)] = 42550,
[SMALL_STATE(599)] = 42591,
[SMALL_STATE(600)] = 42632,
[SMALL_STATE(601)] = 42679,
[SMALL_STATE(602)] = 42744,
[SMALL_STATE(603)] = 42785,
[SMALL_STATE(604)] = 42826,
[SMALL_STATE(605)] = 42867,
[SMALL_STATE(606)] = 42907,
[SMALL_STATE(607)] = 42947,
[SMALL_STATE(608)] = 42987,
[SMALL_STATE(609)] = 43027,
[SMALL_STATE(610)] = 43067,
[SMALL_STATE(611)] = 43107,
[SMALL_STATE(612)] = 43147,
[SMALL_STATE(613)] = 43187,
[SMALL_STATE(614)] = 43227,
[SMALL_STATE(615)] = 43267,
[SMALL_STATE(616)] = 43307,
[SMALL_STATE(617)] = 43347,
[SMALL_STATE(618)] = 43387,
[SMALL_STATE(619)] = 43441,
[SMALL_STATE(620)] = 43489,
[SMALL_STATE(621)] = 43543,
[SMALL_STATE(622)] = 43583,
[SMALL_STATE(623)] = 43623,
[SMALL_STATE(624)] = 43663,
[SMALL_STATE(625)] = 43703,
[SMALL_STATE(626)] = 43743,
[SMALL_STATE(627)] = 43793,
[SMALL_STATE(628)] = 43833,
[SMALL_STATE(629)] = 43879,
[SMALL_STATE(630)] = 43919,
[SMALL_STATE(631)] = 43959,
[SMALL_STATE(632)] = 43999,
[SMALL_STATE(633)] = 44039,
[SMALL_STATE(634)] = 44079,
[SMALL_STATE(635)] = 44119,
[SMALL_STATE(636)] = 44159,
[SMALL_STATE(637)] = 44199,
[SMALL_STATE(638)] = 44245,
[SMALL_STATE(639)] = 44289,
[SMALL_STATE(640)] = 44333,
[SMALL_STATE(641)] = 44373,
[SMALL_STATE(642)] = 44413,
[SMALL_STATE(643)] = 44453,
[SMALL_STATE(644)] = 44493,
[SMALL_STATE(645)] = 44533,
[SMALL_STATE(646)] = 44573,
[SMALL_STATE(647)] = 44613,
[SMALL_STATE(648)] = 44659,
[SMALL_STATE(649)] = 44699,
[SMALL_STATE(650)] = 44739,
[SMALL_STATE(651)] = 44779,
[SMALL_STATE(652)] = 44837,
[SMALL_STATE(653)] = 44877,
[SMALL_STATE(654)] = 44935,
[SMALL_STATE(655)] = 44975,
[SMALL_STATE(656)] = 45015,
[SMALL_STATE(657)] = 45055,
[SMALL_STATE(658)] = 45095,
[SMALL_STATE(659)] = 45153,
[SMALL_STATE(660)] = 45193,
[SMALL_STATE(661)] = 45233,
[SMALL_STATE(662)] = 45273,
[SMALL_STATE(663)] = 45313,
[SMALL_STATE(664)] = 45359,
[SMALL_STATE(665)] = 45399,
[SMALL_STATE(666)] = 45457,
[SMALL_STATE(667)] = 45515,
[SMALL_STATE(668)] = 45556,
[SMALL_STATE(669)] = 45603,
[SMALL_STATE(670)] = 45642,
[SMALL_STATE(671)] = 45681,
[SMALL_STATE(672)] = 45722,
[SMALL_STATE(673)] = 45789,
[SMALL_STATE(674)] = 45830,
[SMALL_STATE(675)] = 45871,
[SMALL_STATE(676)] = 45918,
[SMALL_STATE(677)] = 45957,
[SMALL_STATE(678)] = 46004,
[SMALL_STATE(679)] = 46051,
[SMALL_STATE(680)] = 46098,
[SMALL_STATE(681)] = 46145,
[SMALL_STATE(682)] = 46192,
[SMALL_STATE(683)] = 46239,
[SMALL_STATE(684)] = 46278,
[SMALL_STATE(685)] = 46317,
[SMALL_STATE(686)] = 46364,
[SMALL_STATE(687)] = 46421,
[SMALL_STATE(688)] = 46460,
[SMALL_STATE(689)] = 46501,
[SMALL_STATE(690)] = 46548,
[SMALL_STATE(691)] = 46605,
[SMALL_STATE(692)] = 46652,
[SMALL_STATE(693)] = 46691,
[SMALL_STATE(694)] = 46734,
[SMALL_STATE(695)] = 46779,
[SMALL_STATE(696)] = 46818,
[SMALL_STATE(697)] = 46865,
[SMALL_STATE(698)] = 46904,
[SMALL_STATE(699)] = 46951,
[SMALL_STATE(700)] = 46998,
[SMALL_STATE(701)] = 47045,
[SMALL_STATE(702)] = 47092,
[SMALL_STATE(703)] = 47139,
[SMALL_STATE(704)] = 47186,
[SMALL_STATE(705)] = 47233,
[SMALL_STATE(706)] = 47272,
[SMALL_STATE(707)] = 47311,
[SMALL_STATE(708)] = 47358,
[SMALL_STATE(709)] = 47407,
[SMALL_STATE(710)] = 47450,
[SMALL_STATE(711)] = 47497,
[SMALL_STATE(712)] = 47538,
[SMALL_STATE(713)] = 47577,
[SMALL_STATE(714)] = 47644,
[SMALL_STATE(715)] = 47691,
[SMALL_STATE(716)] = 47730,
[SMALL_STATE(717)] = 47769,
[SMALL_STATE(718)] = 47808,
[SMALL_STATE(719)] = 47849,
[SMALL_STATE(720)] = 47890,
[SMALL_STATE(721)] = 47937,
[SMALL_STATE(722)] = 47984,
[SMALL_STATE(723)] = 48025,
[SMALL_STATE(724)] = 48066,
[SMALL_STATE(725)] = 48105,
[SMALL_STATE(726)] = 48152,
[SMALL_STATE(727)] = 48197,
[SMALL_STATE(728)] = 48264,
[SMALL_STATE(729)] = 48305,
[SMALL_STATE(730)] = 48352,
[SMALL_STATE(731)] = 48399,
[SMALL_STATE(732)] = 48440,
[SMALL_STATE(733)] = 48507,
[SMALL_STATE(734)] = 48574,
[SMALL_STATE(735)] = 48619,
[SMALL_STATE(736)] = 48664,
[SMALL_STATE(737)] = 48711,
[SMALL_STATE(738)] = 48758,
[SMALL_STATE(739)] = 48799,
[SMALL_STATE(740)] = 48840,
[SMALL_STATE(741)] = 48881,
[SMALL_STATE(742)] = 48928,
[SMALL_STATE(743)] = 48971,
[SMALL_STATE(744)] = 49038,
[SMALL_STATE(745)] = 49083,
[SMALL_STATE(746)] = 49130,
[SMALL_STATE(747)] = 49177,
[SMALL_STATE(748)] = 49220,
[SMALL_STATE(749)] = 49267,
[SMALL_STATE(750)] = 49314,
[SMALL_STATE(751)] = 49355,
[SMALL_STATE(752)] = 49396,
[SMALL_STATE(753)] = 49437,
[SMALL_STATE(754)] = 49478,
[SMALL_STATE(755)] = 49519,
[SMALL_STATE(756)] = 49560,
[SMALL_STATE(757)] = 49601,
[SMALL_STATE(758)] = 49642,
[SMALL_STATE(759)] = 49683,
[SMALL_STATE(760)] = 49724,
[SMALL_STATE(761)] = 49765,
[SMALL_STATE(762)] = 49806,
[SMALL_STATE(763)] = 49847,
[SMALL_STATE(764)] = 49888,
[SMALL_STATE(765)] = 49929,
[SMALL_STATE(766)] = 49996,
[SMALL_STATE(767)] = 50043,
[SMALL_STATE(768)] = 50090,
[SMALL_STATE(769)] = 50129,
[SMALL_STATE(770)] = 50173,
[SMALL_STATE(771)] = 50213,
[SMALL_STATE(772)] = 50259,
[SMALL_STATE(773)] = 50299,
[SMALL_STATE(774)] = 50337,
[SMALL_STATE(775)] = 50377,
[SMALL_STATE(776)] = 50417,
[SMALL_STATE(777)] = 50455,
[SMALL_STATE(778)] = 50499,
[SMALL_STATE(779)] = 50539,
[SMALL_STATE(780)] = 50579,
[SMALL_STATE(781)] = 50623,
[SMALL_STATE(782)] = 50661,
[SMALL_STATE(783)] = 50699,
[SMALL_STATE(784)] = 50737,
[SMALL_STATE(785)] = 50777,
[SMALL_STATE(786)] = 50817,
[SMALL_STATE(787)] = 50859,
[SMALL_STATE(788)] = 50903,
[SMALL_STATE(789)] = 50943,
[SMALL_STATE(790)] = 50983,
[SMALL_STATE(791)] = 51023,
[SMALL_STATE(792)] = 51063,
[SMALL_STATE(793)] = 51103,
[SMALL_STATE(794)] = 51147,
[SMALL_STATE(795)] = 51187,
[SMALL_STATE(796)] = 51231,
[SMALL_STATE(797)] = 51275,
[SMALL_STATE(798)] = 51315,
[SMALL_STATE(799)] = 51353,
[SMALL_STATE(800)] = 51397,
[SMALL_STATE(801)] = 51441,
[SMALL_STATE(802)] = 51497,
[SMALL_STATE(803)] = 51541,
[SMALL_STATE(804)] = 51597,
[SMALL_STATE(805)] = 51653,
[SMALL_STATE(806)] = 51691,
[SMALL_STATE(807)] = 51735,
[SMALL_STATE(808)] = 51772,
[SMALL_STATE(809)] = 51811,
[SMALL_STATE(810)] = 51848,
[SMALL_STATE(811)] = 51891,
[SMALL_STATE(812)] = 51928,
[SMALL_STATE(813)] = 51965,
[SMALL_STATE(814)] = 52002,
[SMALL_STATE(815)] = 52039,
[SMALL_STATE(816)] = 52082,
[SMALL_STATE(817)] = 52119,
[SMALL_STATE(818)] = 52156,
[SMALL_STATE(819)] = 52193,
[SMALL_STATE(820)] = 52230,
[SMALL_STATE(821)] = 52267,
[SMALL_STATE(822)] = 52304,
[SMALL_STATE(823)] = 52347,
[SMALL_STATE(824)] = 52384,
[SMALL_STATE(825)] = 52427,
[SMALL_STATE(826)] = 52464,
[SMALL_STATE(827)] = 52501,
[SMALL_STATE(828)] = 52544,
[SMALL_STATE(829)] = 52587,
[SMALL_STATE(830)] = 52626,
[SMALL_STATE(831)] = 52669,
[SMALL_STATE(832)] = 52708,
[SMALL_STATE(833)] = 52747,
[SMALL_STATE(834)] = 52786,
[SMALL_STATE(835)] = 52825,
[SMALL_STATE(836)] = 52868,
[SMALL_STATE(837)] = 52907,
[SMALL_STATE(838)] = 52946,
[SMALL_STATE(839)] = 52985,
[SMALL_STATE(840)] = 53024,
[SMALL_STATE(841)] = 53063,
[SMALL_STATE(842)] = 53106,
[SMALL_STATE(843)] = 53149,
[SMALL_STATE(844)] = 53192,
[SMALL_STATE(845)] = 53235,
[SMALL_STATE(846)] = 53278,
[SMALL_STATE(847)] = 53333,
[SMALL_STATE(848)] = 53372,
[SMALL_STATE(849)] = 53411,
[SMALL_STATE(850)] = 53450,
[SMALL_STATE(851)] = 53505,
[SMALL_STATE(852)] = 53544,
[SMALL_STATE(853)] = 53580,
[SMALL_STATE(854)] = 53622,
[SMALL_STATE(855)] = 53658,
[SMALL_STATE(856)] = 53694,
[SMALL_STATE(857)] = 53736,
[SMALL_STATE(858)] = 53772,
[SMALL_STATE(859)] = 53808,
[SMALL_STATE(860)] = 53848,
[SMALL_STATE(861)] = 53884,
[SMALL_STATE(862)] = 53920,
[SMALL_STATE(863)] = 53956,
[SMALL_STATE(864)] = 53992,
[SMALL_STATE(865)] = 54028,
[SMALL_STATE(866)] = 54064,
[SMALL_STATE(867)] = 54100,
[SMALL_STATE(868)] = 54140,
[SMALL_STATE(869)] = 54176,
[SMALL_STATE(870)] = 54212,
[SMALL_STATE(871)] = 54248,
[SMALL_STATE(872)] = 54284,
[SMALL_STATE(873)] = 54320,
[SMALL_STATE(874)] = 54356,
[SMALL_STATE(875)] = 54392,
[SMALL_STATE(876)] = 54434,
[SMALL_STATE(877)] = 54476,
[SMALL_STATE(878)] = 54512,
[SMALL_STATE(879)] = 54548,
[SMALL_STATE(880)] = 54584,
[SMALL_STATE(881)] = 54620,
[SMALL_STATE(882)] = 54656,
[SMALL_STATE(883)] = 54692,
[SMALL_STATE(884)] = 54746,
[SMALL_STATE(885)] = 54788,
[SMALL_STATE(886)] = 54824,
[SMALL_STATE(887)] = 54860,
[SMALL_STATE(888)] = 54896,
[SMALL_STATE(889)] = 54957,
[SMALL_STATE(890)] = 55018,
[SMALL_STATE(891)] = 55079,
[SMALL_STATE(892)] = 55140,
[SMALL_STATE(893)] = 55201,
[SMALL_STATE(894)] = 55242,
[SMALL_STATE(895)] = 55303,
[SMALL_STATE(896)] = 55364,
[SMALL_STATE(897)] = 55429,
[SMALL_STATE(898)] = 55490,
[SMALL_STATE(899)] = 55525,
[SMALL_STATE(900)] = 55560,
[SMALL_STATE(901)] = 55595,
[SMALL_STATE(902)] = 55630,
[SMALL_STATE(903)] = 55691,
[SMALL_STATE(904)] = 55726,
[SMALL_STATE(905)] = 55791,
[SMALL_STATE(906)] = 55856,
[SMALL_STATE(907)] = 55891,
[SMALL_STATE(908)] = 55952,
[SMALL_STATE(909)] = 55987,
[SMALL_STATE(910)] = 56048,
[SMALL_STATE(911)] = 56109,
[SMALL_STATE(912)] = 56170,
[SMALL_STATE(913)] = 56205,
[SMALL_STATE(914)] = 56266,
[SMALL_STATE(915)] = 56327,
[SMALL_STATE(916)] = 56388,
[SMALL_STATE(917)] = 56449,
[SMALL_STATE(918)] = 56484,
[SMALL_STATE(919)] = 56545,
[SMALL_STATE(920)] = 56606,
[SMALL_STATE(921)] = 56667,
[SMALL_STATE(922)] = 56702,
[SMALL_STATE(923)] = 56763,
[SMALL_STATE(924)] = 56798,
[SMALL_STATE(925)] = 56833,
[SMALL_STATE(926)] = 56898,
[SMALL_STATE(927)] = 56959,
[SMALL_STATE(928)] = 56998,
[SMALL_STATE(929)] = 57033,
[SMALL_STATE(930)] = 57072,
[SMALL_STATE(931)] = 57133,
[SMALL_STATE(932)] = 57194,
[SMALL_STATE(933)] = 57255,
[SMALL_STATE(934)] = 57316,
[SMALL_STATE(935)] = 57381,
[SMALL_STATE(936)] = 57442,
[SMALL_STATE(937)] = 57477,
[SMALL_STATE(938)] = 57542,
[SMALL_STATE(939)] = 57577,
[SMALL_STATE(940)] = 57638,
[SMALL_STATE(941)] = 57699,
[SMALL_STATE(942)] = 57733,
[SMALL_STATE(943)] = 57791,
[SMALL_STATE(944)] = 57849,
[SMALL_STATE(945)] = 57907,
[SMALL_STATE(946)] = 57965,
[SMALL_STATE(947)] = 57999,
[SMALL_STATE(948)] = 58039,
[SMALL_STATE(949)] = 58079,
[SMALL_STATE(950)] = 58113,
[SMALL_STATE(951)] = 58153,
[SMALL_STATE(952)] = 58211,
[SMALL_STATE(953)] = 58269,
[SMALL_STATE(954)] = 58303,
[SMALL_STATE(955)] = 58337,
[SMALL_STATE(956)] = 58395,
[SMALL_STATE(957)] = 58433,
[SMALL_STATE(958)] = 58491,
[SMALL_STATE(959)] = 58549,
[SMALL_STATE(960)] = 58607,
[SMALL_STATE(961)] = 58665,
[SMALL_STATE(962)] = 58705,
[SMALL_STATE(963)] = 58763,
[SMALL_STATE(964)] = 58797,
[SMALL_STATE(965)] = 58855,
[SMALL_STATE(966)] = 58889,
[SMALL_STATE(967)] = 58923,
[SMALL_STATE(968)] = 58981,
[SMALL_STATE(969)] = 59015,
[SMALL_STATE(970)] = 59073,
[SMALL_STATE(971)] = 59131,
[SMALL_STATE(972)] = 59189,
[SMALL_STATE(973)] = 59223,
[SMALL_STATE(974)] = 59281,
[SMALL_STATE(975)] = 59339,
[SMALL_STATE(976)] = 59373,
[SMALL_STATE(977)] = 59431,
[SMALL_STATE(978)] = 59489,
[SMALL_STATE(979)] = 59547,
[SMALL_STATE(980)] = 59605,
[SMALL_STATE(981)] = 59663,
[SMALL_STATE(982)] = 59697,
[SMALL_STATE(983)] = 59755,
[SMALL_STATE(984)] = 59813,
[SMALL_STATE(985)] = 59871,
[SMALL_STATE(986)] = 59911,
[SMALL_STATE(987)] = 59969,
[SMALL_STATE(988)] = 60003,
[SMALL_STATE(989)] = 60037,
[SMALL_STATE(990)] = 60071,
[SMALL_STATE(991)] = 60129,
[SMALL_STATE(992)] = 60187,
[SMALL_STATE(993)] = 60221,
[SMALL_STATE(994)] = 60279,
[SMALL_STATE(995)] = 60313,
[SMALL_STATE(996)] = 60347,
[SMALL_STATE(997)] = 60405,
[SMALL_STATE(998)] = 60463,
[SMALL_STATE(999)] = 60521,
[SMALL_STATE(1000)] = 60579,
[SMALL_STATE(1001)] = 60637,
[SMALL_STATE(1002)] = 60677,
[SMALL_STATE(1003)] = 60711,
[SMALL_STATE(1004)] = 60762,
[SMALL_STATE(1005)] = 60795,
[SMALL_STATE(1006)] = 60834,
[SMALL_STATE(1007)] = 60885,
[SMALL_STATE(1008)] = 60924,
[SMALL_STATE(1009)] = 60975,
[SMALL_STATE(1010)] = 61014,
[SMALL_STATE(1011)] = 61065,
[SMALL_STATE(1012)] = 61098,
[SMALL_STATE(1013)] = 61149,
[SMALL_STATE(1014)] = 61200,
[SMALL_STATE(1015)] = 61233,
[SMALL_STATE(1016)] = 61284,
[SMALL_STATE(1017)] = 61317,
[SMALL_STATE(1018)] = 61350,
[SMALL_STATE(1019)] = 61401,
[SMALL_STATE(1020)] = 61452,
[SMALL_STATE(1021)] = 61485,
[SMALL_STATE(1022)] = 61536,
[SMALL_STATE(1023)] = 61587,
[SMALL_STATE(1024)] = 61638,
[SMALL_STATE(1025)] = 61689,
[SMALL_STATE(1026)] = 61740,
[SMALL_STATE(1027)] = 61791,
[SMALL_STATE(1028)] = 61842,
[SMALL_STATE(1029)] = 61875,
[SMALL_STATE(1030)] = 61908,
[SMALL_STATE(1031)] = 61941,
[SMALL_STATE(1032)] = 61992,
[SMALL_STATE(1033)] = 62025,
[SMALL_STATE(1034)] = 62058,
[SMALL_STATE(1035)] = 62091,
[SMALL_STATE(1036)] = 62142,
[SMALL_STATE(1037)] = 62175,
[SMALL_STATE(1038)] = 62226,
[SMALL_STATE(1039)] = 62259,
[SMALL_STATE(1040)] = 62292,
[SMALL_STATE(1041)] = 62325,
[SMALL_STATE(1042)] = 62376,
[SMALL_STATE(1043)] = 62415,
[SMALL_STATE(1044)] = 62466,
[SMALL_STATE(1045)] = 62517,
[SMALL_STATE(1046)] = 62568,
[SMALL_STATE(1047)] = 62619,
[SMALL_STATE(1048)] = 62670,
[SMALL_STATE(1049)] = 62721,
[SMALL_STATE(1050)] = 62772,
[SMALL_STATE(1051)] = 62823,
[SMALL_STATE(1052)] = 62874,
[SMALL_STATE(1053)] = 62913,
[SMALL_STATE(1054)] = 62946,
[SMALL_STATE(1055)] = 62997,
[SMALL_STATE(1056)] = 63048,
[SMALL_STATE(1057)] = 63099,
[SMALL_STATE(1058)] = 63150,
[SMALL_STATE(1059)] = 63201,
[SMALL_STATE(1060)] = 63252,
[SMALL_STATE(1061)] = 63303,
[SMALL_STATE(1062)] = 63336,
[SMALL_STATE(1063)] = 63387,
[SMALL_STATE(1064)] = 63438,
[SMALL_STATE(1065)] = 63489,
[SMALL_STATE(1066)] = 63528,
[SMALL_STATE(1067)] = 63579,
[SMALL_STATE(1068)] = 63630,
[SMALL_STATE(1069)] = 63681,
[SMALL_STATE(1070)] = 63732,
[SMALL_STATE(1071)] = 63783,
[SMALL_STATE(1072)] = 63834,
[SMALL_STATE(1073)] = 63885,
[SMALL_STATE(1074)] = 63936,
[SMALL_STATE(1075)] = 63987,
[SMALL_STATE(1076)] = 64020,
[SMALL_STATE(1077)] = 64053,
[SMALL_STATE(1078)] = 64086,
[SMALL_STATE(1079)] = 64119,
[SMALL_STATE(1080)] = 64152,
[SMALL_STATE(1081)] = 64185,
[SMALL_STATE(1082)] = 64218,
[SMALL_STATE(1083)] = 64257,
[SMALL_STATE(1084)] = 64296,
[SMALL_STATE(1085)] = 64347,
[SMALL_STATE(1086)] = 64380,
[SMALL_STATE(1087)] = 64431,
[SMALL_STATE(1088)] = 64482,
[SMALL_STATE(1089)] = 64533,
[SMALL_STATE(1090)] = 64566,
[SMALL_STATE(1091)] = 64605,
[SMALL_STATE(1092)] = 64638,
[SMALL_STATE(1093)] = 64676,
[SMALL_STATE(1094)] = 64712,
[SMALL_STATE(1095)] = 64748,
[SMALL_STATE(1096)] = 64798,
[SMALL_STATE(1097)] = 64846,
[SMALL_STATE(1098)] = 64880,
[SMALL_STATE(1099)] = 64922,
[SMALL_STATE(1100)] = 64958,
[SMALL_STATE(1101)] = 65000,
[SMALL_STATE(1102)] = 65032,
[SMALL_STATE(1103)] = 65082,
[SMALL_STATE(1104)] = 65114,
[SMALL_STATE(1105)] = 65146,
[SMALL_STATE(1106)] = 65184,
[SMALL_STATE(1107)] = 65216,
[SMALL_STATE(1108)] = 65264,
[SMALL_STATE(1109)] = 65296,
[SMALL_STATE(1110)] = 65334,
[SMALL_STATE(1111)] = 65382,
[SMALL_STATE(1112)] = 65420,
[SMALL_STATE(1113)] = 65468,
[SMALL_STATE(1114)] = 65516,
[SMALL_STATE(1115)] = 65564,
[SMALL_STATE(1116)] = 65602,
[SMALL_STATE(1117)] = 65644,
[SMALL_STATE(1118)] = 65678,
[SMALL_STATE(1119)] = 65716,
[SMALL_STATE(1120)] = 65752,
[SMALL_STATE(1121)] = 65784,
[SMALL_STATE(1122)] = 65816,
[SMALL_STATE(1123)] = 65848,
[SMALL_STATE(1124)] = 65890,
[SMALL_STATE(1125)] = 65922,
[SMALL_STATE(1126)] = 65954,
[SMALL_STATE(1127)] = 65990,
[SMALL_STATE(1128)] = 66022,
[SMALL_STATE(1129)] = 66060,
[SMALL_STATE(1130)] = 66098,
[SMALL_STATE(1131)] = 66148,
[SMALL_STATE(1132)] = 66184,
[SMALL_STATE(1133)] = 66216,
[SMALL_STATE(1134)] = 66258,
[SMALL_STATE(1135)] = 66296,
[SMALL_STATE(1136)] = 66344,
[SMALL_STATE(1137)] = 66380,
[SMALL_STATE(1138)] = 66422,
[SMALL_STATE(1139)] = 66460,
[SMALL_STATE(1140)] = 66498,
[SMALL_STATE(1141)] = 66546,
[SMALL_STATE(1142)] = 66594,
[SMALL_STATE(1143)] = 66630,
[SMALL_STATE(1144)] = 66666,
[SMALL_STATE(1145)] = 66716,
[SMALL_STATE(1146)] = 66766,
[SMALL_STATE(1147)] = 66816,
[SMALL_STATE(1148)] = 66866,
[SMALL_STATE(1149)] = 66902,
[SMALL_STATE(1150)] = 66934,
[SMALL_STATE(1151)] = 66972,
[SMALL_STATE(1152)] = 67022,
[SMALL_STATE(1153)] = 67060,
[SMALL_STATE(1154)] = 67110,
[SMALL_STATE(1155)] = 67144,
[SMALL_STATE(1156)] = 67194,
[SMALL_STATE(1157)] = 67232,
[SMALL_STATE(1158)] = 67274,
[SMALL_STATE(1159)] = 67312,
[SMALL_STATE(1160)] = 67350,
[SMALL_STATE(1161)] = 67388,
[SMALL_STATE(1162)] = 67438,
[SMALL_STATE(1163)] = 67486,
[SMALL_STATE(1164)] = 67522,
[SMALL_STATE(1165)] = 67564,
[SMALL_STATE(1166)] = 67614,
[SMALL_STATE(1167)] = 67662,
[SMALL_STATE(1168)] = 67700,
[SMALL_STATE(1169)] = 67736,
[SMALL_STATE(1170)] = 67774,
[SMALL_STATE(1171)] = 67810,
[SMALL_STATE(1172)] = 67848,
[SMALL_STATE(1173)] = 67880,
[SMALL_STATE(1174)] = 67918,
[SMALL_STATE(1175)] = 67966,
[SMALL_STATE(1176)] = 68014,
[SMALL_STATE(1177)] = 68062,
[SMALL_STATE(1178)] = 68094,
[SMALL_STATE(1179)] = 68136,
[SMALL_STATE(1180)] = 68170,
[SMALL_STATE(1181)] = 68220,
[SMALL_STATE(1182)] = 68256,
[SMALL_STATE(1183)] = 68287,
[SMALL_STATE(1184)] = 68318,
[SMALL_STATE(1185)] = 68357,
[SMALL_STATE(1186)] = 68394,
[SMALL_STATE(1187)] = 68431,
[SMALL_STATE(1188)] = 68462,
[SMALL_STATE(1189)] = 68501,
[SMALL_STATE(1190)] = 68540,
[SMALL_STATE(1191)] = 68571,
[SMALL_STATE(1192)] = 68616,
[SMALL_STATE(1193)] = 68651,
[SMALL_STATE(1194)] = 68686,
[SMALL_STATE(1195)] = 68733,
[SMALL_STATE(1196)] = 68772,
[SMALL_STATE(1197)] = 68803,
[SMALL_STATE(1198)] = 68834,
[SMALL_STATE(1199)] = 68865,
[SMALL_STATE(1200)] = 68896,
[SMALL_STATE(1201)] = 68941,
[SMALL_STATE(1202)] = 68972,
[SMALL_STATE(1203)] = 69003,
[SMALL_STATE(1204)] = 69034,
[SMALL_STATE(1205)] = 69065,
[SMALL_STATE(1206)] = 69096,
[SMALL_STATE(1207)] = 69127,
[SMALL_STATE(1208)] = 69166,
[SMALL_STATE(1209)] = 69197,
[SMALL_STATE(1210)] = 69228,
[SMALL_STATE(1211)] = 69259,
[SMALL_STATE(1212)] = 69290,
[SMALL_STATE(1213)] = 69321,
[SMALL_STATE(1214)] = 69352,
[SMALL_STATE(1215)] = 69383,
[SMALL_STATE(1216)] = 69422,
[SMALL_STATE(1217)] = 69469,
[SMALL_STATE(1218)] = 69500,
[SMALL_STATE(1219)] = 69539,
[SMALL_STATE(1220)] = 69578,
[SMALL_STATE(1221)] = 69609,
[SMALL_STATE(1222)] = 69640,
[SMALL_STATE(1223)] = 69671,
[SMALL_STATE(1224)] = 69716,
[SMALL_STATE(1225)] = 69747,
[SMALL_STATE(1226)] = 69778,
[SMALL_STATE(1227)] = 69809,
[SMALL_STATE(1228)] = 69840,
[SMALL_STATE(1229)] = 69871,
[SMALL_STATE(1230)] = 69902,
[SMALL_STATE(1231)] = 69933,
[SMALL_STATE(1232)] = 69964,
[SMALL_STATE(1233)] = 69995,
[SMALL_STATE(1234)] = 70026,
[SMALL_STATE(1235)] = 70057,
[SMALL_STATE(1236)] = 70102,
[SMALL_STATE(1237)] = 70133,
[SMALL_STATE(1238)] = 70164,
[SMALL_STATE(1239)] = 70195,
[SMALL_STATE(1240)] = 70234,
[SMALL_STATE(1241)] = 70265,
[SMALL_STATE(1242)] = 70296,
[SMALL_STATE(1243)] = 70327,
[SMALL_STATE(1244)] = 70358,
[SMALL_STATE(1245)] = 70389,
[SMALL_STATE(1246)] = 70420,
[SMALL_STATE(1247)] = 70465,
[SMALL_STATE(1248)] = 70500,
[SMALL_STATE(1249)] = 70531,
[SMALL_STATE(1250)] = 70570,
[SMALL_STATE(1251)] = 70601,
[SMALL_STATE(1252)] = 70638,
[SMALL_STATE(1253)] = 70669,
[SMALL_STATE(1254)] = 70700,
[SMALL_STATE(1255)] = 70731,
[SMALL_STATE(1256)] = 70762,
[SMALL_STATE(1257)] = 70803,
[SMALL_STATE(1258)] = 70834,
[SMALL_STATE(1259)] = 70865,
[SMALL_STATE(1260)] = 70896,
[SMALL_STATE(1261)] = 70927,
[SMALL_STATE(1262)] = 70958,
[SMALL_STATE(1263)] = 70989,
[SMALL_STATE(1264)] = 71020,
[SMALL_STATE(1265)] = 71055,
[SMALL_STATE(1266)] = 71088,
[SMALL_STATE(1267)] = 71127,
[SMALL_STATE(1268)] = 71162,
[SMALL_STATE(1269)] = 71193,
[SMALL_STATE(1270)] = 71234,
[SMALL_STATE(1271)] = 71269,
[SMALL_STATE(1272)] = 71304,
[SMALL_STATE(1273)] = 71335,
[SMALL_STATE(1274)] = 71366,
[SMALL_STATE(1275)] = 71397,
[SMALL_STATE(1276)] = 71428,
[SMALL_STATE(1277)] = 71459,
[SMALL_STATE(1278)] = 71490,
[SMALL_STATE(1279)] = 71521,
[SMALL_STATE(1280)] = 71552,
[SMALL_STATE(1281)] = 71583,
[SMALL_STATE(1282)] = 71614,
[SMALL_STATE(1283)] = 71645,
[SMALL_STATE(1284)] = 71676,
[SMALL_STATE(1285)] = 71707,
[SMALL_STATE(1286)] = 71742,
[SMALL_STATE(1287)] = 71777,
[SMALL_STATE(1288)] = 71808,
[SMALL_STATE(1289)] = 71839,
[SMALL_STATE(1290)] = 71884,
[SMALL_STATE(1291)] = 71919,
[SMALL_STATE(1292)] = 71950,
[SMALL_STATE(1293)] = 71981,
[SMALL_STATE(1294)] = 72012,
[SMALL_STATE(1295)] = 72043,
[SMALL_STATE(1296)] = 72074,
[SMALL_STATE(1297)] = 72105,
[SMALL_STATE(1298)] = 72144,
[SMALL_STATE(1299)] = 72175,
[SMALL_STATE(1300)] = 72231,
[SMALL_STATE(1301)] = 72287,
[SMALL_STATE(1302)] = 72321,
[SMALL_STATE(1303)] = 72355,
[SMALL_STATE(1304)] = 72393,
[SMALL_STATE(1305)] = 72427,
[SMALL_STATE(1306)] = 72457,
[SMALL_STATE(1307)] = 72513,
[SMALL_STATE(1308)] = 72551,
[SMALL_STATE(1309)] = 72607,
[SMALL_STATE(1310)] = 72645,
[SMALL_STATE(1311)] = 72679,
[SMALL_STATE(1312)] = 72713,
[SMALL_STATE(1313)] = 72769,
[SMALL_STATE(1314)] = 72825,
[SMALL_STATE(1315)] = 72859,
[SMALL_STATE(1316)] = 72893,
[SMALL_STATE(1317)] = 72927,
[SMALL_STATE(1318)] = 72961,
[SMALL_STATE(1319)] = 73014,
[SMALL_STATE(1320)] = 73067,
[SMALL_STATE(1321)] = 73096,
[SMALL_STATE(1322)] = 73125,
[SMALL_STATE(1323)] = 73154,
[SMALL_STATE(1324)] = 73201,
[SMALL_STATE(1325)] = 73230,
[SMALL_STATE(1326)] = 73259,
[SMALL_STATE(1327)] = 73292,
[SMALL_STATE(1328)] = 73321,
[SMALL_STATE(1329)] = 73350,
[SMALL_STATE(1330)] = 73385,
[SMALL_STATE(1331)] = 73414,
[SMALL_STATE(1332)] = 73443,
[SMALL_STATE(1333)] = 73472,
[SMALL_STATE(1334)] = 73501,
[SMALL_STATE(1335)] = 73530,
[SMALL_STATE(1336)] = 73559,
[SMALL_STATE(1337)] = 73588,
[SMALL_STATE(1338)] = 73617,
[SMALL_STATE(1339)] = 73670,
[SMALL_STATE(1340)] = 73699,
[SMALL_STATE(1341)] = 73728,
[SMALL_STATE(1342)] = 73757,
[SMALL_STATE(1343)] = 73786,
[SMALL_STATE(1344)] = 73815,
[SMALL_STATE(1345)] = 73844,
[SMALL_STATE(1346)] = 73873,
[SMALL_STATE(1347)] = 73902,
[SMALL_STATE(1348)] = 73931,
[SMALL_STATE(1349)] = 73960,
[SMALL_STATE(1350)] = 73989,
[SMALL_STATE(1351)] = 74042,
[SMALL_STATE(1352)] = 74071,
[SMALL_STATE(1353)] = 74100,
[SMALL_STATE(1354)] = 74129,
[SMALL_STATE(1355)] = 74182,
[SMALL_STATE(1356)] = 74215,
[SMALL_STATE(1357)] = 74250,
[SMALL_STATE(1358)] = 74279,
[SMALL_STATE(1359)] = 74308,
[SMALL_STATE(1360)] = 74337,
[SMALL_STATE(1361)] = 74390,
[SMALL_STATE(1362)] = 74423,
[SMALL_STATE(1363)] = 74452,
[SMALL_STATE(1364)] = 74481,
[SMALL_STATE(1365)] = 74510,
[SMALL_STATE(1366)] = 74563,
[SMALL_STATE(1367)] = 74592,
[SMALL_STATE(1368)] = 74621,
[SMALL_STATE(1369)] = 74650,
[SMALL_STATE(1370)] = 74679,
[SMALL_STATE(1371)] = 74708,
[SMALL_STATE(1372)] = 74737,
[SMALL_STATE(1373)] = 74790,
[SMALL_STATE(1374)] = 74837,
[SMALL_STATE(1375)] = 74866,
[SMALL_STATE(1376)] = 74919,
[SMALL_STATE(1377)] = 74948,
[SMALL_STATE(1378)] = 74977,
[SMALL_STATE(1379)] = 75006,
[SMALL_STATE(1380)] = 75053,
[SMALL_STATE(1381)] = 75082,
[SMALL_STATE(1382)] = 75135,
[SMALL_STATE(1383)] = 75188,
[SMALL_STATE(1384)] = 75217,
[SMALL_STATE(1385)] = 75246,
[SMALL_STATE(1386)] = 75275,
[SMALL_STATE(1387)] = 75304,
[SMALL_STATE(1388)] = 75333,
[SMALL_STATE(1389)] = 75362,
[SMALL_STATE(1390)] = 75391,
[SMALL_STATE(1391)] = 75420,
[SMALL_STATE(1392)] = 75449,
[SMALL_STATE(1393)] = 75478,
[SMALL_STATE(1394)] = 75531,
[SMALL_STATE(1395)] = 75560,
[SMALL_STATE(1396)] = 75600,
[SMALL_STATE(1397)] = 75650,
[SMALL_STATE(1398)] = 75688,
[SMALL_STATE(1399)] = 75722,
[SMALL_STATE(1400)] = 75756,
[SMALL_STATE(1401)] = 75788,
[SMALL_STATE(1402)] = 75822,
[SMALL_STATE(1403)] = 75866,
[SMALL_STATE(1404)] = 75898,
[SMALL_STATE(1405)] = 75930,
[SMALL_STATE(1406)] = 75962,
[SMALL_STATE(1407)] = 76002,
[SMALL_STATE(1408)] = 76034,
[SMALL_STATE(1409)] = 76064,
[SMALL_STATE(1410)] = 76102,
[SMALL_STATE(1411)] = 76136,
[SMALL_STATE(1412)] = 76173,
[SMALL_STATE(1413)] = 76200,
[SMALL_STATE(1414)] = 76227,
[SMALL_STATE(1415)] = 76258,
[SMALL_STATE(1416)] = 76293,
[SMALL_STATE(1417)] = 76320,
[SMALL_STATE(1418)] = 76351,
[SMALL_STATE(1419)] = 76378,
[SMALL_STATE(1420)] = 76411,
[SMALL_STATE(1421)] = 76446,
[SMALL_STATE(1422)] = 76473,
[SMALL_STATE(1423)] = 76500,
[SMALL_STATE(1424)] = 76527,
[SMALL_STATE(1425)] = 76554,
[SMALL_STATE(1426)] = 76581,
[SMALL_STATE(1427)] = 76608,
[SMALL_STATE(1428)] = 76635,
[SMALL_STATE(1429)] = 76666,
[SMALL_STATE(1430)] = 76707,
[SMALL_STATE(1431)] = 76734,
[SMALL_STATE(1432)] = 76771,
[SMALL_STATE(1433)] = 76802,
[SMALL_STATE(1434)] = 76843,
[SMALL_STATE(1435)] = 76872,
[SMALL_STATE(1436)] = 76903,
[SMALL_STATE(1437)] = 76930,
[SMALL_STATE(1438)] = 76961,
[SMALL_STATE(1439)] = 76988,
[SMALL_STATE(1440)] = 77023,
[SMALL_STATE(1441)] = 77059,
[SMALL_STATE(1442)] = 77085,
[SMALL_STATE(1443)] = 77123,
[SMALL_STATE(1444)] = 77161,
[SMALL_STATE(1445)] = 77199,
[SMALL_STATE(1446)] = 77237,
[SMALL_STATE(1447)] = 77267,
[SMALL_STATE(1448)] = 77305,
[SMALL_STATE(1449)] = 77341,
[SMALL_STATE(1450)] = 77371,
[SMALL_STATE(1451)] = 77397,
[SMALL_STATE(1452)] = 77423,
[SMALL_STATE(1453)] = 77449,
[SMALL_STATE(1454)] = 77487,
[SMALL_STATE(1455)] = 77513,
[SMALL_STATE(1456)] = 77539,
[SMALL_STATE(1457)] = 77577,
[SMALL_STATE(1458)] = 77603,
[SMALL_STATE(1459)] = 77639,
[SMALL_STATE(1460)] = 77665,
[SMALL_STATE(1461)] = 77691,
[SMALL_STATE(1462)] = 77717,
[SMALL_STATE(1463)] = 77743,
[SMALL_STATE(1464)] = 77769,
[SMALL_STATE(1465)] = 77795,
[SMALL_STATE(1466)] = 77821,
[SMALL_STATE(1467)] = 77860,
[SMALL_STATE(1468)] = 77899,
[SMALL_STATE(1469)] = 77930,
[SMALL_STATE(1470)] = 77973,
[SMALL_STATE(1471)] = 78016,
[SMALL_STATE(1472)] = 78055,
[SMALL_STATE(1473)] = 78084,
[SMALL_STATE(1474)] = 78127,
[SMALL_STATE(1475)] = 78162,
[SMALL_STATE(1476)] = 78205,
[SMALL_STATE(1477)] = 78244,
[SMALL_STATE(1478)] = 78283,
[SMALL_STATE(1479)] = 78322,
[SMALL_STATE(1480)] = 78365,
[SMALL_STATE(1481)] = 78400,
[SMALL_STATE(1482)] = 78439,
[SMALL_STATE(1483)] = 78478,
[SMALL_STATE(1484)] = 78517,
[SMALL_STATE(1485)] = 78560,
[SMALL_STATE(1486)] = 78599,
[SMALL_STATE(1487)] = 78630,
[SMALL_STATE(1488)] = 78673,
[SMALL_STATE(1489)] = 78712,
[SMALL_STATE(1490)] = 78747,
[SMALL_STATE(1491)] = 78790,
[SMALL_STATE(1492)] = 78833,
[SMALL_STATE(1493)] = 78872,
[SMALL_STATE(1494)] = 78907,
[SMALL_STATE(1495)] = 78946,
[SMALL_STATE(1496)] = 78985,
[SMALL_STATE(1497)] = 79028,
[SMALL_STATE(1498)] = 79067,
[SMALL_STATE(1499)] = 79110,
[SMALL_STATE(1500)] = 79149,
[SMALL_STATE(1501)] = 79188,
[SMALL_STATE(1502)] = 79227,
[SMALL_STATE(1503)] = 79266,
[SMALL_STATE(1504)] = 79291,
[SMALL_STATE(1505)] = 79330,
[SMALL_STATE(1506)] = 79369,
[SMALL_STATE(1507)] = 79408,
[SMALL_STATE(1508)] = 79451,
[SMALL_STATE(1509)] = 79490,
[SMALL_STATE(1510)] = 79529,
[SMALL_STATE(1511)] = 79572,
[SMALL_STATE(1512)] = 79613,
[SMALL_STATE(1513)] = 79642,
[SMALL_STATE(1514)] = 79681,
[SMALL_STATE(1515)] = 79710,
[SMALL_STATE(1516)] = 79749,
[SMALL_STATE(1517)] = 79788,
[SMALL_STATE(1518)] = 79827,
[SMALL_STATE(1519)] = 79866,
[SMALL_STATE(1520)] = 79905,
[SMALL_STATE(1521)] = 79944,
[SMALL_STATE(1522)] = 79983,
[SMALL_STATE(1523)] = 80022,
[SMALL_STATE(1524)] = 80061,
[SMALL_STATE(1525)] = 80100,
[SMALL_STATE(1526)] = 80139,
[SMALL_STATE(1527)] = 80178,
[SMALL_STATE(1528)] = 80217,
[SMALL_STATE(1529)] = 80256,
[SMALL_STATE(1530)] = 80295,
[SMALL_STATE(1531)] = 80334,
[SMALL_STATE(1532)] = 80377,
[SMALL_STATE(1533)] = 80420,
[SMALL_STATE(1534)] = 80455,
[SMALL_STATE(1535)] = 80494,
[SMALL_STATE(1536)] = 80533,
[SMALL_STATE(1537)] = 80574,
[SMALL_STATE(1538)] = 80613,
[SMALL_STATE(1539)] = 80652,
[SMALL_STATE(1540)] = 80691,
[SMALL_STATE(1541)] = 80730,
[SMALL_STATE(1542)] = 80773,
[SMALL_STATE(1543)] = 80812,
[SMALL_STATE(1544)] = 80851,
[SMALL_STATE(1545)] = 80880,
[SMALL_STATE(1546)] = 80919,
[SMALL_STATE(1547)] = 80958,
[SMALL_STATE(1548)] = 80997,
[SMALL_STATE(1549)] = 81036,
[SMALL_STATE(1550)] = 81075,
[SMALL_STATE(1551)] = 81114,
[SMALL_STATE(1552)] = 81157,
[SMALL_STATE(1553)] = 81196,
[SMALL_STATE(1554)] = 81235,
[SMALL_STATE(1555)] = 81274,
[SMALL_STATE(1556)] = 81313,
[SMALL_STATE(1557)] = 81352,
[SMALL_STATE(1558)] = 81391,
[SMALL_STATE(1559)] = 81434,
[SMALL_STATE(1560)] = 81475,
[SMALL_STATE(1561)] = 81514,
[SMALL_STATE(1562)] = 81553,
[SMALL_STATE(1563)] = 81592,
[SMALL_STATE(1564)] = 81631,
[SMALL_STATE(1565)] = 81670,
[SMALL_STATE(1566)] = 81709,
[SMALL_STATE(1567)] = 81752,
[SMALL_STATE(1568)] = 81787,
[SMALL_STATE(1569)] = 81826,
[SMALL_STATE(1570)] = 81857,
[SMALL_STATE(1571)] = 81896,
[SMALL_STATE(1572)] = 81927,
[SMALL_STATE(1573)] = 81966,
[SMALL_STATE(1574)] = 82005,
[SMALL_STATE(1575)] = 82044,
[SMALL_STATE(1576)] = 82087,
[SMALL_STATE(1577)] = 82126,
[SMALL_STATE(1578)] = 82169,
[SMALL_STATE(1579)] = 82193,
[SMALL_STATE(1580)] = 82217,
[SMALL_STATE(1581)] = 82245,
[SMALL_STATE(1582)] = 82283,
[SMALL_STATE(1583)] = 82307,
[SMALL_STATE(1584)] = 82331,
[SMALL_STATE(1585)] = 82369,
[SMALL_STATE(1586)] = 82393,
[SMALL_STATE(1587)] = 82431,
[SMALL_STATE(1588)] = 82459,
[SMALL_STATE(1589)] = 82497,
[SMALL_STATE(1590)] = 82521,
[SMALL_STATE(1591)] = 82559,
[SMALL_STATE(1592)] = 82583,
[SMALL_STATE(1593)] = 82607,
[SMALL_STATE(1594)] = 82645,
[SMALL_STATE(1595)] = 82683,
[SMALL_STATE(1596)] = 82721,
[SMALL_STATE(1597)] = 82745,
[SMALL_STATE(1598)] = 82769,
[SMALL_STATE(1599)] = 82807,
[SMALL_STATE(1600)] = 82845,
[SMALL_STATE(1601)] = 82883,
[SMALL_STATE(1602)] = 82907,
[SMALL_STATE(1603)] = 82945,
[SMALL_STATE(1604)] = 82983,
[SMALL_STATE(1605)] = 83021,
[SMALL_STATE(1606)] = 83045,
[SMALL_STATE(1607)] = 83069,
[SMALL_STATE(1608)] = 83093,
[SMALL_STATE(1609)] = 83117,
[SMALL_STATE(1610)] = 83149,
[SMALL_STATE(1611)] = 83173,
[SMALL_STATE(1612)] = 83197,
[SMALL_STATE(1613)] = 83221,
[SMALL_STATE(1614)] = 83245,
[SMALL_STATE(1615)] = 83283,
[SMALL_STATE(1616)] = 83321,
[SMALL_STATE(1617)] = 83345,
[SMALL_STATE(1618)] = 83369,
[SMALL_STATE(1619)] = 83393,
[SMALL_STATE(1620)] = 83417,
[SMALL_STATE(1621)] = 83441,
[SMALL_STATE(1622)] = 83465,
[SMALL_STATE(1623)] = 83489,
[SMALL_STATE(1624)] = 83513,
[SMALL_STATE(1625)] = 83537,
[SMALL_STATE(1626)] = 83561,
[SMALL_STATE(1627)] = 83585,
[SMALL_STATE(1628)] = 83609,
[SMALL_STATE(1629)] = 83633,
[SMALL_STATE(1630)] = 83657,
[SMALL_STATE(1631)] = 83681,
[SMALL_STATE(1632)] = 83705,
[SMALL_STATE(1633)] = 83729,
[SMALL_STATE(1634)] = 83753,
[SMALL_STATE(1635)] = 83777,
[SMALL_STATE(1636)] = 83801,
[SMALL_STATE(1637)] = 83825,
[SMALL_STATE(1638)] = 83849,
[SMALL_STATE(1639)] = 83887,
[SMALL_STATE(1640)] = 83911,
[SMALL_STATE(1641)] = 83935,
[SMALL_STATE(1642)] = 83973,
[SMALL_STATE(1643)] = 83997,
[SMALL_STATE(1644)] = 84035,
[SMALL_STATE(1645)] = 84073,
[SMALL_STATE(1646)] = 84097,
[SMALL_STATE(1647)] = 84121,
[SMALL_STATE(1648)] = 84145,
[SMALL_STATE(1649)] = 84169,
[SMALL_STATE(1650)] = 84193,
[SMALL_STATE(1651)] = 84231,
[SMALL_STATE(1652)] = 84255,
[SMALL_STATE(1653)] = 84279,
[SMALL_STATE(1654)] = 84303,
[SMALL_STATE(1655)] = 84327,
[SMALL_STATE(1656)] = 84351,
[SMALL_STATE(1657)] = 84375,
[SMALL_STATE(1658)] = 84399,
[SMALL_STATE(1659)] = 84423,
[SMALL_STATE(1660)] = 84447,
[SMALL_STATE(1661)] = 84471,
[SMALL_STATE(1662)] = 84495,
[SMALL_STATE(1663)] = 84519,
[SMALL_STATE(1664)] = 84543,
[SMALL_STATE(1665)] = 84581,
[SMALL_STATE(1666)] = 84605,
[SMALL_STATE(1667)] = 84629,
[SMALL_STATE(1668)] = 84653,
[SMALL_STATE(1669)] = 84691,
[SMALL_STATE(1670)] = 84719,
[SMALL_STATE(1671)] = 84757,
[SMALL_STATE(1672)] = 84781,
[SMALL_STATE(1673)] = 84805,
[SMALL_STATE(1674)] = 84843,
[SMALL_STATE(1675)] = 84881,
[SMALL_STATE(1676)] = 84919,
[SMALL_STATE(1677)] = 84957,
[SMALL_STATE(1678)] = 84995,
[SMALL_STATE(1679)] = 85033,
[SMALL_STATE(1680)] = 85071,
[SMALL_STATE(1681)] = 85109,
[SMALL_STATE(1682)] = 85147,
[SMALL_STATE(1683)] = 85170,
[SMALL_STATE(1684)] = 85193,
[SMALL_STATE(1685)] = 85216,
[SMALL_STATE(1686)] = 85239,
[SMALL_STATE(1687)] = 85262,
[SMALL_STATE(1688)] = 85285,
[SMALL_STATE(1689)] = 85308,
[SMALL_STATE(1690)] = 85331,
[SMALL_STATE(1691)] = 85354,
[SMALL_STATE(1692)] = 85377,
[SMALL_STATE(1693)] = 85400,
[SMALL_STATE(1694)] = 85423,
[SMALL_STATE(1695)] = 85446,
[SMALL_STATE(1696)] = 85483,
[SMALL_STATE(1697)] = 85520,
[SMALL_STATE(1698)] = 85563,
[SMALL_STATE(1699)] = 85592,
[SMALL_STATE(1700)] = 85621,
[SMALL_STATE(1701)] = 85658,
[SMALL_STATE(1702)] = 85681,
[SMALL_STATE(1703)] = 85709,
[SMALL_STATE(1704)] = 85737,
[SMALL_STATE(1705)] = 85765,
[SMALL_STATE(1706)] = 85793,
[SMALL_STATE(1707)] = 85821,
[SMALL_STATE(1708)] = 85849,
[SMALL_STATE(1709)] = 85877,
[SMALL_STATE(1710)] = 85905,
[SMALL_STATE(1711)] = 85933,
[SMALL_STATE(1712)] = 85961,
[SMALL_STATE(1713)] = 85989,
[SMALL_STATE(1714)] = 86017,
[SMALL_STATE(1715)] = 86045,
[SMALL_STATE(1716)] = 86073,
[SMALL_STATE(1717)] = 86101,
[SMALL_STATE(1718)] = 86129,
[SMALL_STATE(1719)] = 86157,
[SMALL_STATE(1720)] = 86185,
[SMALL_STATE(1721)] = 86213,
[SMALL_STATE(1722)] = 86241,
[SMALL_STATE(1723)] = 86269,
[SMALL_STATE(1724)] = 86297,
[SMALL_STATE(1725)] = 86325,
[SMALL_STATE(1726)] = 86353,
[SMALL_STATE(1727)] = 86375,
[SMALL_STATE(1728)] = 86403,
[SMALL_STATE(1729)] = 86431,
[SMALL_STATE(1730)] = 86459,
[SMALL_STATE(1731)] = 86481,
[SMALL_STATE(1732)] = 86509,
[SMALL_STATE(1733)] = 86537,
[SMALL_STATE(1734)] = 86565,
[SMALL_STATE(1735)] = 86593,
[SMALL_STATE(1736)] = 86621,
[SMALL_STATE(1737)] = 86649,
[SMALL_STATE(1738)] = 86677,
[SMALL_STATE(1739)] = 86705,
[SMALL_STATE(1740)] = 86733,
[SMALL_STATE(1741)] = 86761,
[SMALL_STATE(1742)] = 86789,
[SMALL_STATE(1743)] = 86817,
[SMALL_STATE(1744)] = 86845,
[SMALL_STATE(1745)] = 86871,
[SMALL_STATE(1746)] = 86899,
[SMALL_STATE(1747)] = 86927,
[SMALL_STATE(1748)] = 86955,
[SMALL_STATE(1749)] = 86983,
[SMALL_STATE(1750)] = 87011,
[SMALL_STATE(1751)] = 87039,
[SMALL_STATE(1752)] = 87067,
[SMALL_STATE(1753)] = 87095,
[SMALL_STATE(1754)] = 87123,
[SMALL_STATE(1755)] = 87151,
[SMALL_STATE(1756)] = 87179,
[SMALL_STATE(1757)] = 87207,
[SMALL_STATE(1758)] = 87235,
[SMALL_STATE(1759)] = 87263,
[SMALL_STATE(1760)] = 87291,
[SMALL_STATE(1761)] = 87319,
[SMALL_STATE(1762)] = 87347,
[SMALL_STATE(1763)] = 87375,
[SMALL_STATE(1764)] = 87403,
[SMALL_STATE(1765)] = 87431,
[SMALL_STATE(1766)] = 87459,
[SMALL_STATE(1767)] = 87487,
[SMALL_STATE(1768)] = 87515,
[SMALL_STATE(1769)] = 87543,
[SMALL_STATE(1770)] = 87572,
[SMALL_STATE(1771)] = 87601,
[SMALL_STATE(1772)] = 87630,
[SMALL_STATE(1773)] = 87659,
[SMALL_STATE(1774)] = 87688,
[SMALL_STATE(1775)] = 87717,
[SMALL_STATE(1776)] = 87746,
[SMALL_STATE(1777)] = 87775,
[SMALL_STATE(1778)] = 87804,
[SMALL_STATE(1779)] = 87833,
[SMALL_STATE(1780)] = 87862,
[SMALL_STATE(1781)] = 87891,
[SMALL_STATE(1782)] = 87916,
[SMALL_STATE(1783)] = 87945,
[SMALL_STATE(1784)] = 87974,
[SMALL_STATE(1785)] = 88003,
[SMALL_STATE(1786)] = 88032,
[SMALL_STATE(1787)] = 88061,
[SMALL_STATE(1788)] = 88094,
[SMALL_STATE(1789)] = 88119,
[SMALL_STATE(1790)] = 88148,
[SMALL_STATE(1791)] = 88177,
[SMALL_STATE(1792)] = 88202,
[SMALL_STATE(1793)] = 88231,
[SMALL_STATE(1794)] = 88260,
[SMALL_STATE(1795)] = 88289,
[SMALL_STATE(1796)] = 88318,
[SMALL_STATE(1797)] = 88347,
[SMALL_STATE(1798)] = 88376,
[SMALL_STATE(1799)] = 88405,
[SMALL_STATE(1800)] = 88434,
[SMALL_STATE(1801)] = 88463,
[SMALL_STATE(1802)] = 88492,
[SMALL_STATE(1803)] = 88521,
[SMALL_STATE(1804)] = 88550,
[SMALL_STATE(1805)] = 88579,
[SMALL_STATE(1806)] = 88608,
[SMALL_STATE(1807)] = 88642,
[SMALL_STATE(1808)] = 88664,
[SMALL_STATE(1809)] = 88690,
[SMALL_STATE(1810)] = 88712,
[SMALL_STATE(1811)] = 88734,
[SMALL_STATE(1812)] = 88768,
[SMALL_STATE(1813)] = 88790,
[SMALL_STATE(1814)] = 88824,
[SMALL_STATE(1815)] = 88846,
[SMALL_STATE(1816)] = 88880,
[SMALL_STATE(1817)] = 88902,
[SMALL_STATE(1818)] = 88936,
[SMALL_STATE(1819)] = 88958,
[SMALL_STATE(1820)] = 88980,
[SMALL_STATE(1821)] = 89002,
[SMALL_STATE(1822)] = 89036,
[SMALL_STATE(1823)] = 89070,
[SMALL_STATE(1824)] = 89104,
[SMALL_STATE(1825)] = 89126,
[SMALL_STATE(1826)] = 89160,
[SMALL_STATE(1827)] = 89186,
[SMALL_STATE(1828)] = 89220,
[SMALL_STATE(1829)] = 89242,
[SMALL_STATE(1830)] = 89264,
[SMALL_STATE(1831)] = 89298,
[SMALL_STATE(1832)] = 89324,
[SMALL_STATE(1833)] = 89358,
[SMALL_STATE(1834)] = 89392,
[SMALL_STATE(1835)] = 89414,
[SMALL_STATE(1836)] = 89448,
[SMALL_STATE(1837)] = 89482,
[SMALL_STATE(1838)] = 89504,
[SMALL_STATE(1839)] = 89538,
[SMALL_STATE(1840)] = 89572,
[SMALL_STATE(1841)] = 89594,
[SMALL_STATE(1842)] = 89628,
[SMALL_STATE(1843)] = 89650,
[SMALL_STATE(1844)] = 89684,
[SMALL_STATE(1845)] = 89718,
[SMALL_STATE(1846)] = 89752,
[SMALL_STATE(1847)] = 89786,
[SMALL_STATE(1848)] = 89812,
[SMALL_STATE(1849)] = 89846,
[SMALL_STATE(1850)] = 89880,
[SMALL_STATE(1851)] = 89914,
[SMALL_STATE(1852)] = 89948,
[SMALL_STATE(1853)] = 89970,
[SMALL_STATE(1854)] = 89992,
[SMALL_STATE(1855)] = 90026,
[SMALL_STATE(1856)] = 90060,
[SMALL_STATE(1857)] = 90080,
[SMALL_STATE(1858)] = 90114,
[SMALL_STATE(1859)] = 90148,
[SMALL_STATE(1860)] = 90170,
[SMALL_STATE(1861)] = 90204,
[SMALL_STATE(1862)] = 90238,
[SMALL_STATE(1863)] = 90272,
[SMALL_STATE(1864)] = 90306,
[SMALL_STATE(1865)] = 90340,
[SMALL_STATE(1866)] = 90362,
[SMALL_STATE(1867)] = 90384,
[SMALL_STATE(1868)] = 90418,
[SMALL_STATE(1869)] = 90452,
[SMALL_STATE(1870)] = 90474,
[SMALL_STATE(1871)] = 90496,
[SMALL_STATE(1872)] = 90530,
[SMALL_STATE(1873)] = 90556,
[SMALL_STATE(1874)] = 90578,
[SMALL_STATE(1875)] = 90612,
[SMALL_STATE(1876)] = 90646,
[SMALL_STATE(1877)] = 90668,
[SMALL_STATE(1878)] = 90694,
[SMALL_STATE(1879)] = 90728,
[SMALL_STATE(1880)] = 90750,
[SMALL_STATE(1881)] = 90784,
[SMALL_STATE(1882)] = 90818,
[SMALL_STATE(1883)] = 90840,
[SMALL_STATE(1884)] = 90874,
[SMALL_STATE(1885)] = 90908,
[SMALL_STATE(1886)] = 90942,
[SMALL_STATE(1887)] = 90964,
[SMALL_STATE(1888)] = 90990,
[SMALL_STATE(1889)] = 91012,
[SMALL_STATE(1890)] = 91046,
[SMALL_STATE(1891)] = 91080,
[SMALL_STATE(1892)] = 91102,
[SMALL_STATE(1893)] = 91124,
[SMALL_STATE(1894)] = 91158,
[SMALL_STATE(1895)] = 91180,
[SMALL_STATE(1896)] = 91202,
[SMALL_STATE(1897)] = 91236,
[SMALL_STATE(1898)] = 91270,
[SMALL_STATE(1899)] = 91304,
[SMALL_STATE(1900)] = 91326,
[SMALL_STATE(1901)] = 91360,
[SMALL_STATE(1902)] = 91382,
[SMALL_STATE(1903)] = 91404,
[SMALL_STATE(1904)] = 91438,
[SMALL_STATE(1905)] = 91460,
[SMALL_STATE(1906)] = 91482,
[SMALL_STATE(1907)] = 91516,
[SMALL_STATE(1908)] = 91550,
[SMALL_STATE(1909)] = 91584,
[SMALL_STATE(1910)] = 91618,
[SMALL_STATE(1911)] = 91652,
[SMALL_STATE(1912)] = 91686,
[SMALL_STATE(1913)] = 91708,
[SMALL_STATE(1914)] = 91742,
[SMALL_STATE(1915)] = 91776,
[SMALL_STATE(1916)] = 91810,
[SMALL_STATE(1917)] = 91832,
[SMALL_STATE(1918)] = 91854,
[SMALL_STATE(1919)] = 91876,
[SMALL_STATE(1920)] = 91910,
[SMALL_STATE(1921)] = 91932,
[SMALL_STATE(1922)] = 91966,
[SMALL_STATE(1923)] = 91985,
[SMALL_STATE(1924)] = 92004,
[SMALL_STATE(1925)] = 92023,
[SMALL_STATE(1926)] = 92042,
[SMALL_STATE(1927)] = 92061,
[SMALL_STATE(1928)] = 92080,
[SMALL_STATE(1929)] = 92099,
[SMALL_STATE(1930)] = 92118,
[SMALL_STATE(1931)] = 92137,
[SMALL_STATE(1932)] = 92156,
[SMALL_STATE(1933)] = 92175,
[SMALL_STATE(1934)] = 92194,
[SMALL_STATE(1935)] = 92213,
[SMALL_STATE(1936)] = 92233,
[SMALL_STATE(1937)] = 92253,
[SMALL_STATE(1938)] = 92273,
[SMALL_STATE(1939)] = 92293,
[SMALL_STATE(1940)] = 92313,
[SMALL_STATE(1941)] = 92333,
[SMALL_STATE(1942)] = 92353,
[SMALL_STATE(1943)] = 92381,
[SMALL_STATE(1944)] = 92401,
[SMALL_STATE(1945)] = 92429,
[SMALL_STATE(1946)] = 92457,
[SMALL_STATE(1947)] = 92477,
[SMALL_STATE(1948)] = 92497,
[SMALL_STATE(1949)] = 92517,
[SMALL_STATE(1950)] = 92537,
[SMALL_STATE(1951)] = 92557,
[SMALL_STATE(1952)] = 92577,
[SMALL_STATE(1953)] = 92597,
[SMALL_STATE(1954)] = 92613,
[SMALL_STATE(1955)] = 92640,
[SMALL_STATE(1956)] = 92665,
[SMALL_STATE(1957)] = 92692,
[SMALL_STATE(1958)] = 92719,
[SMALL_STATE(1959)] = 92735,
[SMALL_STATE(1960)] = 92761,
[SMALL_STATE(1961)] = 92777,
[SMALL_STATE(1962)] = 92793,
[SMALL_STATE(1963)] = 92815,
[SMALL_STATE(1964)] = 92831,
[SMALL_STATE(1965)] = 92847,
[SMALL_STATE(1966)] = 92863,
[SMALL_STATE(1967)] = 92879,
[SMALL_STATE(1968)] = 92895,
[SMALL_STATE(1969)] = 92917,
[SMALL_STATE(1970)] = 92933,
[SMALL_STATE(1971)] = 92949,
[SMALL_STATE(1972)] = 92975,
[SMALL_STATE(1973)] = 93001,
[SMALL_STATE(1974)] = 93017,
[SMALL_STATE(1975)] = 93032,
[SMALL_STATE(1976)] = 93047,
[SMALL_STATE(1977)] = 93062,
[SMALL_STATE(1978)] = 93077,
[SMALL_STATE(1979)] = 93092,
[SMALL_STATE(1980)] = 93107,
[SMALL_STATE(1981)] = 93120,
[SMALL_STATE(1982)] = 93135,
[SMALL_STATE(1983)] = 93150,
[SMALL_STATE(1984)] = 93163,
[SMALL_STATE(1985)] = 93178,
[SMALL_STATE(1986)] = 93193,
[SMALL_STATE(1987)] = 93208,
[SMALL_STATE(1988)] = 93223,
[SMALL_STATE(1989)] = 93238,
[SMALL_STATE(1990)] = 93253,
[SMALL_STATE(1991)] = 93271,
[SMALL_STATE(1992)] = 93291,
[SMALL_STATE(1993)] = 93311,
[SMALL_STATE(1994)] = 93329,
[SMALL_STATE(1995)] = 93343,
[SMALL_STATE(1996)] = 93363,
[SMALL_STATE(1997)] = 93381,
[SMALL_STATE(1998)] = 93401,
[SMALL_STATE(1999)] = 93421,
[SMALL_STATE(2000)] = 93439,
[SMALL_STATE(2001)] = 93453,
[SMALL_STATE(2002)] = 93467,
[SMALL_STATE(2003)] = 93481,
[SMALL_STATE(2004)] = 93501,
[SMALL_STATE(2005)] = 93521,
[SMALL_STATE(2006)] = 93535,
[SMALL_STATE(2007)] = 93549,
[SMALL_STATE(2008)] = 93563,
[SMALL_STATE(2009)] = 93577,
[SMALL_STATE(2010)] = 93595,
[SMALL_STATE(2011)] = 93609,
[SMALL_STATE(2012)] = 93623,
[SMALL_STATE(2013)] = 93641,
[SMALL_STATE(2014)] = 93661,
[SMALL_STATE(2015)] = 93681,
[SMALL_STATE(2016)] = 93701,
[SMALL_STATE(2017)] = 93715,
[SMALL_STATE(2018)] = 93729,
[SMALL_STATE(2019)] = 93746,
[SMALL_STATE(2020)] = 93763,
[SMALL_STATE(2021)] = 93774,
[SMALL_STATE(2022)] = 93785,
[SMALL_STATE(2023)] = 93796,
[SMALL_STATE(2024)] = 93807,
[SMALL_STATE(2025)] = 93826,
[SMALL_STATE(2026)] = 93845,
[SMALL_STATE(2027)] = 93864,
[SMALL_STATE(2028)] = 93881,
[SMALL_STATE(2029)] = 93898,
[SMALL_STATE(2030)] = 93915,
[SMALL_STATE(2031)] = 93934,
[SMALL_STATE(2032)] = 93951,
[SMALL_STATE(2033)] = 93970,
[SMALL_STATE(2034)] = 93987,
[SMALL_STATE(2035)] = 94004,
[SMALL_STATE(2036)] = 94023,
[SMALL_STATE(2037)] = 94042,
[SMALL_STATE(2038)] = 94057,
[SMALL_STATE(2039)] = 94076,
[SMALL_STATE(2040)] = 94095,
[SMALL_STATE(2041)] = 94114,
[SMALL_STATE(2042)] = 94133,
[SMALL_STATE(2043)] = 94150,
[SMALL_STATE(2044)] = 94167,
[SMALL_STATE(2045)] = 94184,
[SMALL_STATE(2046)] = 94203,
[SMALL_STATE(2047)] = 94222,
[SMALL_STATE(2048)] = 94241,
[SMALL_STATE(2049)] = 94260,
[SMALL_STATE(2050)] = 94277,
[SMALL_STATE(2051)] = 94294,
[SMALL_STATE(2052)] = 94305,
[SMALL_STATE(2053)] = 94316,
[SMALL_STATE(2054)] = 94327,
[SMALL_STATE(2055)] = 94338,
[SMALL_STATE(2056)] = 94355,
[SMALL_STATE(2057)] = 94372,
[SMALL_STATE(2058)] = 94389,
[SMALL_STATE(2059)] = 94408,
[SMALL_STATE(2060)] = 94419,
[SMALL_STATE(2061)] = 94438,
[SMALL_STATE(2062)] = 94457,
[SMALL_STATE(2063)] = 94474,
[SMALL_STATE(2064)] = 94491,
[SMALL_STATE(2065)] = 94502,
[SMALL_STATE(2066)] = 94517,
[SMALL_STATE(2067)] = 94532,
[SMALL_STATE(2068)] = 94543,
[SMALL_STATE(2069)] = 94560,
[SMALL_STATE(2070)] = 94570,
[SMALL_STATE(2071)] = 94580,
[SMALL_STATE(2072)] = 94594,
[SMALL_STATE(2073)] = 94608,
[SMALL_STATE(2074)] = 94622,
[SMALL_STATE(2075)] = 94632,
[SMALL_STATE(2076)] = 94645,
[SMALL_STATE(2077)] = 94654,
[SMALL_STATE(2078)] = 94665,
[SMALL_STATE(2079)] = 94678,
[SMALL_STATE(2080)] = 94687,
[SMALL_STATE(2081)] = 94696,
[SMALL_STATE(2082)] = 94707,
[SMALL_STATE(2083)] = 94716,
[SMALL_STATE(2084)] = 94729,
[SMALL_STATE(2085)] = 94738,
[SMALL_STATE(2086)] = 94751,
[SMALL_STATE(2087)] = 94760,
[SMALL_STATE(2088)] = 94773,
[SMALL_STATE(2089)] = 94786,
[SMALL_STATE(2090)] = 94795,
[SMALL_STATE(2091)] = 94804,
[SMALL_STATE(2092)] = 94813,
[SMALL_STATE(2093)] = 94826,
[SMALL_STATE(2094)] = 94839,
[SMALL_STATE(2095)] = 94852,
[SMALL_STATE(2096)] = 94865,
[SMALL_STATE(2097)] = 94874,
[SMALL_STATE(2098)] = 94887,
[SMALL_STATE(2099)] = 94900,
[SMALL_STATE(2100)] = 94913,
[SMALL_STATE(2101)] = 94923,
[SMALL_STATE(2102)] = 94933,
[SMALL_STATE(2103)] = 94941,
[SMALL_STATE(2104)] = 94949,
[SMALL_STATE(2105)] = 94959,
[SMALL_STATE(2106)] = 94969,
[SMALL_STATE(2107)] = 94979,
[SMALL_STATE(2108)] = 94989,
[SMALL_STATE(2109)] = 94999,
[SMALL_STATE(2110)] = 95009,
[SMALL_STATE(2111)] = 95019,
[SMALL_STATE(2112)] = 95027,
[SMALL_STATE(2113)] = 95037,
[SMALL_STATE(2114)] = 95047,
[SMALL_STATE(2115)] = 95057,
[SMALL_STATE(2116)] = 95067,
[SMALL_STATE(2117)] = 95077,
[SMALL_STATE(2118)] = 95087,
[SMALL_STATE(2119)] = 95097,
[SMALL_STATE(2120)] = 95107,
[SMALL_STATE(2121)] = 95117,
[SMALL_STATE(2122)] = 95127,
[SMALL_STATE(2123)] = 95137,
[SMALL_STATE(2124)] = 95147,
[SMALL_STATE(2125)] = 95157,
[SMALL_STATE(2126)] = 95167,
[SMALL_STATE(2127)] = 95177,
[SMALL_STATE(2128)] = 95187,
[SMALL_STATE(2129)] = 95194,
[SMALL_STATE(2130)] = 95201,
[SMALL_STATE(2131)] = 95208,
[SMALL_STATE(2132)] = 95215,
[SMALL_STATE(2133)] = 95222,
[SMALL_STATE(2134)] = 95229,
[SMALL_STATE(2135)] = 95236,
[SMALL_STATE(2136)] = 95243,
[SMALL_STATE(2137)] = 95250,
[SMALL_STATE(2138)] = 95257,
[SMALL_STATE(2139)] = 95264,
[SMALL_STATE(2140)] = 95271,
[SMALL_STATE(2141)] = 95278,
[SMALL_STATE(2142)] = 95285,
[SMALL_STATE(2143)] = 95292,
[SMALL_STATE(2144)] = 95299,
[SMALL_STATE(2145)] = 95306,
[SMALL_STATE(2146)] = 95313,
[SMALL_STATE(2147)] = 95320,
[SMALL_STATE(2148)] = 95327,
[SMALL_STATE(2149)] = 95334,
[SMALL_STATE(2150)] = 95341,
[SMALL_STATE(2151)] = 95348,
[SMALL_STATE(2152)] = 95355,
[SMALL_STATE(2153)] = 95362,
[SMALL_STATE(2154)] = 95369,
[SMALL_STATE(2155)] = 95376,
[SMALL_STATE(2156)] = 95383,
[SMALL_STATE(2157)] = 95390,
[SMALL_STATE(2158)] = 95397,
[SMALL_STATE(2159)] = 95404,
[SMALL_STATE(2160)] = 95411,
[SMALL_STATE(2161)] = 95418,
[SMALL_STATE(2162)] = 95425,
[SMALL_STATE(2163)] = 95432,
[SMALL_STATE(2164)] = 95439,
[SMALL_STATE(2165)] = 95446,
[SMALL_STATE(2166)] = 95453,
[SMALL_STATE(2167)] = 95460,
[SMALL_STATE(2168)] = 95467,
[SMALL_STATE(2169)] = 95474,
[SMALL_STATE(2170)] = 95481,
[SMALL_STATE(2171)] = 95488,
[SMALL_STATE(2172)] = 95495,
[SMALL_STATE(2173)] = 95502,
[SMALL_STATE(2174)] = 95509,
[SMALL_STATE(2175)] = 95516,
[SMALL_STATE(2176)] = 95523,
[SMALL_STATE(2177)] = 95530,
[SMALL_STATE(2178)] = 95537,
[SMALL_STATE(2179)] = 95544,
[SMALL_STATE(2180)] = 95551,
[SMALL_STATE(2181)] = 95558,
[SMALL_STATE(2182)] = 95565,
[SMALL_STATE(2183)] = 95572,
[SMALL_STATE(2184)] = 95579,
[SMALL_STATE(2185)] = 95586,
[SMALL_STATE(2186)] = 95593,
[SMALL_STATE(2187)] = 95600,
[SMALL_STATE(2188)] = 95607,
[SMALL_STATE(2189)] = 95614,
[SMALL_STATE(2190)] = 95621,
[SMALL_STATE(2191)] = 95628,
[SMALL_STATE(2192)] = 95635,
[SMALL_STATE(2193)] = 95642,
[SMALL_STATE(2194)] = 95649,
[SMALL_STATE(2195)] = 95656,
[SMALL_STATE(2196)] = 95663,
[SMALL_STATE(2197)] = 95670,
[SMALL_STATE(2198)] = 95677,
[SMALL_STATE(2199)] = 95684,
[SMALL_STATE(2200)] = 95691,
[SMALL_STATE(2201)] = 95698,
[SMALL_STATE(2202)] = 95705,
[SMALL_STATE(2203)] = 95712,
[SMALL_STATE(2204)] = 95719,
[SMALL_STATE(2205)] = 95726,
[SMALL_STATE(2206)] = 95733,
[SMALL_STATE(2207)] = 95740,
[SMALL_STATE(2208)] = 95747,
[SMALL_STATE(2209)] = 95754,
[SMALL_STATE(2210)] = 95761,
[SMALL_STATE(2211)] = 95768,
[SMALL_STATE(2212)] = 95775,
[SMALL_STATE(2213)] = 95782,
[SMALL_STATE(2214)] = 95789,
[SMALL_STATE(2215)] = 95796,
[SMALL_STATE(2216)] = 95803,
[SMALL_STATE(2217)] = 95810,
[SMALL_STATE(2218)] = 95817,
[SMALL_STATE(2219)] = 95824,
[SMALL_STATE(2220)] = 95831,
[SMALL_STATE(2221)] = 95838,
[SMALL_STATE(2222)] = 95845,
[SMALL_STATE(2223)] = 95852,
[SMALL_STATE(2224)] = 95859,
[SMALL_STATE(2225)] = 95866,
[SMALL_STATE(2226)] = 95873,
[SMALL_STATE(2227)] = 95880,
[SMALL_STATE(2228)] = 95887,
[SMALL_STATE(2229)] = 95894,
[SMALL_STATE(2230)] = 95901,
[SMALL_STATE(2231)] = 95908,
[SMALL_STATE(2232)] = 95915,
[SMALL_STATE(2233)] = 95922,
[SMALL_STATE(2234)] = 95929,
[SMALL_STATE(2235)] = 95936,
[SMALL_STATE(2236)] = 95943,
[SMALL_STATE(2237)] = 95950,
[SMALL_STATE(2238)] = 95957,
[SMALL_STATE(2239)] = 95964,
[SMALL_STATE(2240)] = 95971,
[SMALL_STATE(2241)] = 95978,
[SMALL_STATE(2242)] = 95985,
[SMALL_STATE(2243)] = 95992,
[SMALL_STATE(2244)] = 95999,
[SMALL_STATE(2245)] = 96006,
[SMALL_STATE(2246)] = 96013,
[SMALL_STATE(2247)] = 96020,
[SMALL_STATE(2248)] = 96027,
[SMALL_STATE(2249)] = 96034,
[SMALL_STATE(2250)] = 96041,
[SMALL_STATE(2251)] = 96048,
[SMALL_STATE(2252)] = 96055,
[SMALL_STATE(2253)] = 96062,
[SMALL_STATE(2254)] = 96069,
[SMALL_STATE(2255)] = 96076,
[SMALL_STATE(2256)] = 96083,
[SMALL_STATE(2257)] = 96090,
[SMALL_STATE(2258)] = 96097,
[SMALL_STATE(2259)] = 96104,
[SMALL_STATE(2260)] = 96111,
[SMALL_STATE(2261)] = 96118,
[SMALL_STATE(2262)] = 96125,
[SMALL_STATE(2263)] = 96132,
[SMALL_STATE(2264)] = 96139,
[SMALL_STATE(2265)] = 96146,
[SMALL_STATE(2266)] = 96153,
[SMALL_STATE(2267)] = 96160,
[SMALL_STATE(2268)] = 96167,
[SMALL_STATE(2269)] = 96174,
[SMALL_STATE(2270)] = 96181,
[SMALL_STATE(2271)] = 96188,
[SMALL_STATE(2272)] = 96195,
[SMALL_STATE(2273)] = 96202,
[SMALL_STATE(2274)] = 96209,
[SMALL_STATE(2275)] = 96216,
[SMALL_STATE(2276)] = 96223,
[SMALL_STATE(2277)] = 96230,
[SMALL_STATE(2278)] = 96237,
[SMALL_STATE(2279)] = 96244,
[SMALL_STATE(2280)] = 96251,
[SMALL_STATE(2281)] = 96258,
[SMALL_STATE(2282)] = 96265,
[SMALL_STATE(2283)] = 96272,
[SMALL_STATE(2284)] = 96279,
[SMALL_STATE(2285)] = 96286,
[SMALL_STATE(2286)] = 96293,
[SMALL_STATE(2287)] = 96300,
[SMALL_STATE(2288)] = 96307,
[SMALL_STATE(2289)] = 96314,
[SMALL_STATE(2290)] = 96321,
[SMALL_STATE(2291)] = 96328,
[SMALL_STATE(2292)] = 96335,
[SMALL_STATE(2293)] = 96342,
[SMALL_STATE(2294)] = 96349,
[SMALL_STATE(2295)] = 96356,
[SMALL_STATE(2296)] = 96363,
[SMALL_STATE(2297)] = 96370,
[SMALL_STATE(2298)] = 96377,
[SMALL_STATE(2299)] = 96384,
[SMALL_STATE(2300)] = 96391,
[SMALL_STATE(2301)] = 96398,
[SMALL_STATE(2302)] = 96405,
[SMALL_STATE(2303)] = 96412,
[SMALL_STATE(2304)] = 96419,
[SMALL_STATE(2305)] = 96426,
[SMALL_STATE(2306)] = 96433,
[SMALL_STATE(2307)] = 96440,
[SMALL_STATE(2308)] = 96447,
[SMALL_STATE(2309)] = 96454,
[SMALL_STATE(2310)] = 96461,
[SMALL_STATE(2311)] = 96468,
[SMALL_STATE(2312)] = 96475,
[SMALL_STATE(2313)] = 96482,
[SMALL_STATE(2314)] = 96489,
[SMALL_STATE(2315)] = 96496,
[SMALL_STATE(2316)] = 96503,
[SMALL_STATE(2317)] = 96510,
[SMALL_STATE(2318)] = 96517,
[SMALL_STATE(2319)] = 96524,
[SMALL_STATE(2320)] = 96531,
[SMALL_STATE(2321)] = 96538,
[SMALL_STATE(2322)] = 96545,
[SMALL_STATE(2323)] = 96552,
[SMALL_STATE(2324)] = 96559,
[SMALL_STATE(2325)] = 96566,
[SMALL_STATE(2326)] = 96573,
[SMALL_STATE(2327)] = 96580,
[SMALL_STATE(2328)] = 96587,
[SMALL_STATE(2329)] = 96594,
[SMALL_STATE(2330)] = 96601,
[SMALL_STATE(2331)] = 96608,
[SMALL_STATE(2332)] = 96615,
[SMALL_STATE(2333)] = 96622,
[SMALL_STATE(2334)] = 96629,
[SMALL_STATE(2335)] = 96636,
[SMALL_STATE(2336)] = 96643,
[SMALL_STATE(2337)] = 96650,
[SMALL_STATE(2338)] = 96657,
[SMALL_STATE(2339)] = 96664,
};
static const TSParseActionEntry ts_parse_actions[] = {
[0] = {.entry = {.count = 0, .reusable = false}},
[1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(),
[3] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(),
[5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 0, 0, 0),
[7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(292),
[9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2338),
[11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(139),
[13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(127),
[15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1700),
[17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(53),
[19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(126),
[21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417),
[23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1581),
[25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221),
[27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894),
[29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1809),
[31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1815),
[33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(291),
[35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1796),
[37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(123),
[39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107),
[41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943),
[43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339),
[45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419),
[47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1617),
[49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(128),
[51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(46),
[53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366),
[55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1680),
[57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264),
[59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(919),
[61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1904),
[63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1898),
[65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420),
[67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1799),
[69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112),
[71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(40),
[73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950),
[75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186),
[77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1222),
[79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1620),
[81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1260),
[83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1378),
[85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1388),
[87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(288),
[89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2252),
[91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(132),
[93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(131),
[95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1696),
[97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111),
[99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(709),
[101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135),
[103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(312),
[105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1681),
[107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(223),
[109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(895),
[111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1892),
[113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1919),
[115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(289),
[117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1789),
[119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(116),
[121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121),
[123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946),
[125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143),
[127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8),
[129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14),
[131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(34),
[133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(23),
[135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10),
[137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13),
[139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17),
[141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2, 0, 16), SHIFT_REPEAT(419),
[144] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2, 0, 16), SHIFT_REPEAT(2338),
[147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2, 0, 16), SHIFT_REPEAT(139),
[150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2, 0, 16), SHIFT_REPEAT(127),
[153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2, 0, 16),
[155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2, 0, 16), SHIFT_REPEAT(1700),
[158] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2, 0, 16), SHIFT_REPEAT(53),
[161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2, 0, 16), SHIFT_REPEAT(126),
[164] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2, 0, 16), SHIFT_REPEAT(366),
[167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2, 0, 16), SHIFT_REPEAT(1680),
[170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2, 0, 16), SHIFT_REPEAT(264),
[173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2, 0, 16), SHIFT_REPEAT(919),
[176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2, 0, 16), SHIFT_REPEAT(1904),
[179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2, 0, 16), SHIFT_REPEAT(1898),
[182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2, 0, 16), SHIFT_REPEAT(420),
[185] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2, 0, 16), SHIFT_REPEAT(1799),
[188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2, 0, 16), SHIFT_REPEAT(112),
[191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2, 0, 16), SHIFT_REPEAT(40),
[194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2, 0, 16), SHIFT_REPEAT(1950),
[197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2, 0, 16), SHIFT_REPEAT(2186),
[200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19),
[202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 4, 0, 44),
[204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(21),
[206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(22),
[208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(26),
[210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 3, 0, 35),
[212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(30),
[214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(41),
[216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(117),
[218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86),
[220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302),
[222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(350),
[224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1603),
[226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(241),
[228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(299),
[230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941),
[232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250),
[234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348),
[236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(355),
[238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1390),
[240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3),
[242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 1, 0, 0),
[244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1261),
[246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1211),
[248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2, 0, 43),
[250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(32),
[252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1578),
[254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1616),
[256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1380),
[258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1612),
[260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7),
[262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1328),
[264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2),
[266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1210),
[268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2, 0, 16), SHIFT_REPEAT(419),
[271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2, 0, 16), SHIFT_REPEAT(2338),
[274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2, 0, 16), SHIFT_REPEAT(139),
[277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2, 0, 16), SHIFT_REPEAT(127),
[280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2, 0, 16), SHIFT_REPEAT(1700),
[283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2, 0, 16), SHIFT_REPEAT(53),
[286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2, 0, 16), SHIFT_REPEAT(126),
[289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2, 0, 16), SHIFT_REPEAT(366),
[292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2, 0, 16), SHIFT_REPEAT(1680),
[295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2, 0, 16), SHIFT_REPEAT(264),
[298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2, 0, 16), SHIFT_REPEAT(919),
[301] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2, 0, 16), SHIFT_REPEAT(1904),
[304] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2, 0, 16), SHIFT_REPEAT(1898),
[307] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2, 0, 16), SHIFT_REPEAT(420),
[310] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2, 0, 16), SHIFT_REPEAT(1799),
[313] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2, 0, 16), SHIFT_REPEAT(112),
[316] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2, 0, 16), SHIFT_REPEAT(40),
[319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2, 0, 16), SHIFT_REPEAT(1950),
[322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2, 0, 16), SHIFT_REPEAT(2186),
[325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(771),
[327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2202),
[329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141),
[331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(136),
[333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1695),
[335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(92),
[337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140),
[339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421),
[341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1676),
[343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(639),
[345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(889),
[347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1853),
[349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1880),
[351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777),
[353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1771),
[355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(95),
[357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(97),
[359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947),
[361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138),
[363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(720),
[365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364),
[367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1595),
[369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526),
[371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(734),
[373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938),
[375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300),
[377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133),
[379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenation, 4, 0, 40),
[381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308),
[383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(307),
[385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenation, 4, 0, 40),
[387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307),
[389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314),
[391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313),
[393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313),
[395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402),
[397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(416),
[399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416),
[401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(482),
[403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480),
[405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480),
[407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(589),
[409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(590),
[411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590),
[413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(534),
[415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533),
[417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533),
[419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(655),
[421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(650),
[423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650),
[425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(629),
[427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(630),
[429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630),
[431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(616),
[433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(617),
[435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617),
[437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440),
[439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441),
[441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441),
[443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(562),
[445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(561),
[447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561),
[449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426),
[451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425),
[453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425),
[455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, 0, 17),
[457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333),
[459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, 0, 17),
[461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(888),
[463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1834),
[465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1835),
[467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1802),
[469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(61),
[471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60),
[473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715),
[475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334),
[477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(918),
[479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1902),
[481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1903),
[483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1783),
[485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(57),
[487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56),
[489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717),
[491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 1, 0, 4),
[493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 1, 0, 4),
[495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385),
[497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(920),
[499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1886),
[501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1868),
[503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1801),
[505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102),
[507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(100),
[509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687),
[511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(479),
[513] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(339),
[516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0),
[518] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(911),
[521] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1895),
[524] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1875),
[527] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1794),
[530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(59),
[533] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(58),
[536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0),
[538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 2, 0, 7),
[540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 2, 0, 7),
[542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 3, 0, 33),
[544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 3, 0, 33),
[546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 3, 0, 19),
[548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 3, 0, 19),
[550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, 0, 14),
[552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, 0, 14),
[554] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(385),
[557] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31),
[559] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(920),
[562] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(1886),
[565] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(1868),
[568] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(1801),
[571] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(102),
[574] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(100),
[577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31),
[579] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(687),
[582] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(334),
[585] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(918),
[588] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(1902),
[591] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(1903),
[594] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(1783),
[597] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(57),
[600] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(56),
[603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(717),
[606] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(377),
[609] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(897),
[612] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1882),
[615] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1883),
[618] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1784),
[621] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(88),
[624] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(76),
[627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(807),
[629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826),
[631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826),
[633] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(333),
[636] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(888),
[639] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(1834),
[642] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(1835),
[645] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(1802),
[648] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(61),
[651] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(60),
[654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(715),
[657] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(361),
[660] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(915),
[663] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1901),
[666] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1806),
[669] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1800),
[672] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(109),
[675] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(104),
[678] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(458),
[681] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(506),
[684] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(932),
[687] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1837),
[690] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1827),
[693] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1782),
[696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(78),
[699] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(77),
[702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447),
[704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939),
[706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1859),
[708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1857),
[710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1790),
[712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(47),
[714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(44),
[716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(600),
[718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(935),
[720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1820),
[722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1821),
[724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1778),
[726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(99),
[728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(65),
[730] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(479),
[733] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(447),
[736] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(939),
[739] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1859),
[742] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1857),
[745] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1790),
[748] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(47),
[751] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(44),
[754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 1, 0, 1),
[756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 1, 0, 1),
[758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 2, 0, 6),
[760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 2, 0, 6),
[762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 1, 0, 0),
[764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statements, 2, 0, 15),
[766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_not_pipeline, 1, 0, 0),
[768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148),
[770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2255),
[772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(716),
[774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1, 0, 0),
[776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1, 0, 0), SHIFT(2149),
[779] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(600),
[782] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(935),
[785] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1820),
[788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1821),
[791] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1778),
[794] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(99),
[797] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(65),
[800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437),
[802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142),
[804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2312),
[806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1, 0, 0), SHIFT(2301),
[809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statements, 1, 0, 3),
[811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506),
[813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(932),
[815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1837),
[817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1827),
[819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1782),
[821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78),
[823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77),
[825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(879),
[827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(873),
[829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873),
[831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statements, 1, 0, 3),
[833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(782),
[835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(153),
[837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1, 0, 0), SHIFT(2148),
[840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statements, 2, 0, 15),
[842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144),
[844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1, 0, 0), SHIFT(2306),
[847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1788),
[849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(145),
[851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(146),
[853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1600),
[855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(846),
[857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2055),
[859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(910),
[861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1810),
[863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1811),
[865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1798),
[867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(74),
[869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(51),
[871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936),
[873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(647),
[875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_not_pipeline, 1, 0, 0),
[877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1173),
[879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(922),
[881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1828),
[883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1822),
[885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1779),
[887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(75),
[889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(71),
[891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(796),
[893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155),
[895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1, 0, 0), SHIFT(2251),
[898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(781),
[900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3, 0, 30),
[902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1118),
[904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(914),
[906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1842),
[908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1839),
[910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1803),
[912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(43),
[914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(42),
[916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1111),
[918] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(647),
[921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899),
[923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898),
[925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898),
[927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3, 0, 30),
[929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1134),
[931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2042),
[933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(870),
[935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886),
[937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886),
[939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1138),
[941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2068),
[943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2063),
[945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057),
[947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2028),
[949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(664),
[951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(805),
[953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(776),
[955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1158),
[957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenation, 2, 0, 0),
[959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1477),
[961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenation, 2, 0, 0),
[963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542),
[965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1156),
[967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(830),
[969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(909),
[971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1918),
[973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1900),
[975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1797),
[977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122),
[979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120),
[981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954),
[983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0),
[985] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1560),
[988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0),
[990] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1560),
[993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_name, 1, 0, 0),
[995] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1, 0, 0), SHIFT(2210),
[998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1560),
[1000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_name, 1, 0, 0),
[1002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560),
[1004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1185),
[1006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1495),
[1008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495),
[1010] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1, 0, 0), SHIFT(2314),
[1013] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1477),
[1016] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1477),
[1019] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1495),
[1022] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1495),
[1025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562),
[1027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477),
[1029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494),
[1031] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1, 0, 0), SHIFT(2240),
[1034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1186),
[1036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1152),
[1038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1508),
[1040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547),
[1042] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_expansion, 2, 0, 0),
[1044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_expansion, 2, 0, 0),
[1046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_expansion, 2, 0, 8),
[1048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_expansion, 2, 0, 8),
[1050] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1504),
[1053] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1504),
[1056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arithmetic_expansion, 2, 0, 0),
[1058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arithmetic_expansion, 2, 0, 0),
[1060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1538),
[1062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534),
[1064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1598),
[1066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(927),
[1068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939),
[1070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2, 0, 0),
[1072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2, 0, 0),
[1074] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(),
[1076] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1538),
[1079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1538),
[1082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1488),
[1084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509),
[1086] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expansion, 2, 0, 0),
[1088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expansion, 2, 0, 0),
[1090] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 3, 0, 20),
[1092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1476),
[1094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 3, 0, 20),
[1096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476),
[1098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3, 0, 25),
[1100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3, 0, 25),
[1102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3, 0, 0),
[1104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3, 0, 0),
[1106] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1488),
[1109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1488),
[1112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expansion, 3, 0, 28),
[1114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expansion, 3, 0, 28),
[1116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_substitution, 3, 0, 22),
[1118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_substitution, 3, 0, 22),
[1120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_substitution, 3, 0, 29),
[1122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_substitution, 3, 0, 29),
[1124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 4, 0, 39),
[1126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 4, 0, 39),
[1128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 1, 0, 13),
[1130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 1, 0, 13),
[1132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488),
[1134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508),
[1136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1000),
[1138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969),
[1140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970),
[1142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arithmetic_ternary_expression, 5, 0, 58),
[1144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(973),
[1146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(977),
[1148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arithmetic_ternary_expression, 5, 0, 58),
[1150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(979),
[1152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(980),
[1154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982),
[1156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973),
[1158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(983),
[1160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(984),
[1162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360),
[1164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538),
[1166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1476),
[1169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1476),
[1172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 1, 0, 0),
[1174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 1, 0, 0),
[1176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1504),
[1178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504),
[1180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1508),
[1183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1508),
[1186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arithmetic_unary_expression, 2, 0, 23),
[1188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arithmetic_unary_expression, 2, 0, 23),
[1190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1, 0, 0), SHIFT(2337),
[1193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arithmetic_expansion, 3, 0, 0),
[1195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arithmetic_expansion, 3, 0, 0),
[1197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546),
[1199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1529),
[1201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526),
[1203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1016),
[1205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011),
[1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011),
[1209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arithmetic_postfix_expression, 2, 0, 24),
[1211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arithmetic_postfix_expression, 2, 0, 24),
[1213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arithmetic_literal, 1, 0, 0),
[1215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arithmetic_literal, 1, 0, 0),
[1217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563),
[1219] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1529),
[1222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1529),
[1225] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(795),
[1228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529),
[1230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(796),
[1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519),
[1235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arithmetic_binary_expression, 3, 0, 38),
[1237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arithmetic_binary_expression, 3, 0, 38),
[1239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(971),
[1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991),
[1243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arithmetic_parenthesized_expression, 3, 0, 0),
[1245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arithmetic_parenthesized_expression, 3, 0, 0),
[1247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1, 0, 0), SHIFT(2221),
[1250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349),
[1252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978),
[1254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1521),
[1256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497),
[1258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1004),
[1260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1091),
[1262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091),
[1264] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1521),
[1267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1521),
[1270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293),
[1272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649),
[1274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_terminator, 1, 0, 0),
[1276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_terminator, 1, 0, 0),
[1278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(827),
[1280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1556),
[1283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1556),
[1286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1530),
[1288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530),
[1290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069),
[1292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445),
[1294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995),
[1296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694),
[1298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814),
[1300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993),
[1302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(963),
[1304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(968),
[1306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968),
[1308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354),
[1310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014),
[1312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418),
[1314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582),
[1316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061),
[1318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936),
[1320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1556),
[1322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543),
[1324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965),
[1326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(964),
[1328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568),
[1330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943),
[1332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944),
[1334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(945),
[1336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951),
[1338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952),
[1340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955),
[1342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957),
[1344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(958),
[1346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962),
[1348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951),
[1350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(967),
[1352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(974),
[1354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960),
[1356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527),
[1358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654),
[1360] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(830),
[1363] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(909),
[1366] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(1918),
[1369] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(1900),
[1372] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(1797),
[1375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(122),
[1378] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(120),
[1381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, 0, 31), SHIFT_REPEAT(954),
[1384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287),
[1386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505),
[1388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149),
[1390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519),
[1392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392),
[1394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521),
[1396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548),
[1398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990),
[1400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659),
[1402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592),
[1404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1127),
[1406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1132),
[1408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132),
[1410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509),
[1412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581),
[1414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467),
[1416] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1530),
[1419] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1530),
[1422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1242),
[1424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1243),
[1426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243),
[1428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415),
[1430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880),
[1432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(827),
[1435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452),
[1437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977),
[1439] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(828),
[1442] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(907),
[1445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1905),
[1448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1911),
[1451] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1792),
[1454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(124),
[1457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(125),
[1460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499),
[1462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881),
[1464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556),
[1466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2, 0, 10),
[1468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2, 0, 10),
[1470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157),
[1472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__heredoc_pipeline, 2, 0, 0),
[1474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1, 0, 0), SHIFT(2311),
[1477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__heredoc_expression, 2, 0, 49),
[1479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525),
[1481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(856),
[1483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(926),
[1485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1869),
[1487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1851),
[1489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1795),
[1491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(91),
[1493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85),
[1495] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(856),
[1498] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(926),
[1501] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1869),
[1504] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1851),
[1507] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1795),
[1510] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(91),
[1513] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(85),
[1516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1398),
[1518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1399),
[1520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2, 0, 10),
[1522] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statements, 3, 0, 32),
[1524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2, 0, 10),
[1526] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 1, 0, 5),
[1528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0),
[1530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(2096),
[1533] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), REDUCE(aux_sym_command_repeat1, 1, 0, 5),
[1536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), REDUCE(aux_sym_command_repeat1, 1, 0, 5),
[1539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1, 0, 5),
[1541] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(1978),
[1544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(819),
[1547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(604),
[1550] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(1659),
[1553] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(634),
[1556] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(387),
[1559] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(866),
[1562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0),
[1564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1437),
[1566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(940),
[1568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1852),
[1570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1836),
[1572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1786),
[1574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83),
[1576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(82),
[1578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 1, 0, 12),
[1580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 1, 0, 12),
[1582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statements, 2, 0, 10),
[1584] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(2006),
[1587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1417),
[1589] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(554),
[1592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_negated_command, 2, 0, 0),
[1594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_negated_command, 2, 0, 0),
[1596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518),
[1598] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(1973),
[1601] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(374),
[1604] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(1104),
[1607] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(514),
[1610] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(1412),
[1613] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(1199),
[1616] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(623),
[1619] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(1457),
[1622] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(330),
[1625] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1, 0, 0), SHIFT(2146),
[1628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__case_item_last_repeat2, 2, 0, 0),
[1630] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__case_item_last_repeat2, 2, 0, 0), SHIFT_REPEAT(709),
[1633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__case_item_last_repeat2, 2, 0, 0),
[1635] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(855),
[1638] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(1077),
[1641] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1, 0, 0), SHIFT(2290),
[1644] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(1294),
[1647] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(582),
[1650] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(1691),
[1653] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(396),
[1656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1272),
[1658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1257),
[1660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257),
[1662] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(457),
[1665] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(641),
[1668] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(921),
[1671] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(484),
[1674] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(975),
[1677] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(541),
[1680] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(1036),
[1683] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1, 0, 0), SHIFT(2022),
[1686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517),
[1688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statements, 2, 0, 10),
[1690] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1, 0, 0), SHIFT(2246),
[1693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1466),
[1695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466),
[1697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statements, 3, 0, 32),
[1699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516),
[1701] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1466),
[1704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1466),
[1707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(950),
[1709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(890),
[1711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1866),
[1713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1893),
[1715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1777),
[1717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(101),
[1719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103),
[1721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565),
[1723] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(950),
[1726] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(890),
[1729] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1866),
[1732] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1893),
[1735] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1777),
[1738] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(101),
[1741] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(103),
[1744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1554),
[1746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548),
[1748] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1554),
[1751] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1554),
[1754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1545),
[1756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539),
[1758] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1545),
[1761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1545),
[1764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554),
[1766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545),
[1768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552),
[1770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1486),
[1772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(892),
[1774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1879),
[1776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1906),
[1778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1780),
[1780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108),
[1782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(115),
[1784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1468),
[1786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1423),
[1788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1430),
[1790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430),
[1792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1527),
[1794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527),
[1796] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1527),
[1799] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1527),
[1802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1464),
[1804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1454),
[1806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454),
[1808] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1109),
[1811] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(891),
[1814] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1916),
[1817] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1914),
[1820] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1774),
[1823] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(55),
[1826] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(54),
[1829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520),
[1831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999),
[1833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998),
[1835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488),
[1837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997),
[1839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(996),
[1841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996),
[1843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1807),
[1845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913),
[1847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370),
[1849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773),
[1851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66),
[1853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64),
[1855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370),
[1857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818),
[1859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020),
[1861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276),
[1863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591),
[1865] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1576),
[1868] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1576),
[1871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310),
[1873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398),
[1875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2004),
[1877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1366),
[1879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1511),
[1881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1856),
[1883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933),
[1885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1829),
[1887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1830),
[1889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1785),
[1891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80),
[1893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84),
[1895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955),
[1897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442),
[1899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961),
[1901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1624),
[1903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1618),
[1905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877),
[1907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874),
[1909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701),
[1911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532),
[1913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172),
[1915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053),
[1917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602),
[1919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438),
[1921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560),
[1923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418),
[1925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520),
[1927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250),
[1929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1225),
[1931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938),
[1933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994),
[1935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987),
[1937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609),
[1939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070),
[1941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1387),
[1943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652),
[1945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1252),
[1947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605),
[1949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451),
[1951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959),
[1953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986),
[1955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976),
[1957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(942),
[1959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942),
[1961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1894),
[1963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890),
[1965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(462),
[1967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776),
[1969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52),
[1971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50),
[1973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462),
[1975] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1568),
[1978] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1568),
[1981] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1537),
[1984] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1537),
[1987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1568),
[1989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568),
[1991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1585),
[1993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1583),
[1995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583),
[1997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570),
[1999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1668),
[2001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(282),
[2003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716),
[2005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826),
[2007] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1485),
[2010] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1485),
[2013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1638),
[2015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(268),
[2017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782),
[2019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847),
[2021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1485),
[2023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485),
[2025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471),
[2027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1677),
[2029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304),
[2031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437),
[2033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808),
[2035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1576),
[2037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513),
[2039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1643),
[2041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(258),
[2043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872),
[2045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501),
[2047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555),
[2049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576),
[2051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1500),
[2053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500),
[2055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__variable_assignments_repeat1, 2, 0, 0),
[2057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__variable_assignments_repeat1, 2, 0, 0),
[2059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__variable_assignments_repeat1, 2, 0, 0), SHIFT_REPEAT(2301),
[2062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1664),
[2064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(290),
[2066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831),
[2068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2, 0, 0),
[2070] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1668),
[2073] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(282),
[2076] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2255),
[2079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2, 0, 0),
[2081] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1826),
[2084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__variable_assignments_repeat1, 2, 0, 0), SHIFT_REPEAT(2149),
[2087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 18),
[2089] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 18), SHIFT_REPEAT(1598),
[2092] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, 0, 18), SHIFT_REPEAT(927),
[2095] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, 0, 18), SHIFT_REPEAT(1939),
[2098] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, 0, 18), SHIFT_REPEAT(2133),
[2101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1537),
[2103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537),
[2105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502),
[2107] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1643),
[2110] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(258),
[2113] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2312),
[2116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1872),
[2119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirected_statement, 2, -1, 11),
[2121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirected_statement, 2, -1, 11),
[2123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1682),
[2125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1683),
[2127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683),
[2129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522),
[2131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_assignments, 2, 0, 0),
[2133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__variable_assignments, 2, 0, 0),
[2135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148),
[2137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781),
[2139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2149),
[2141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478),
[2143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664),
[2145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776),
[2147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306),
[2149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301),
[2151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__variable_assignments_repeat1, 2, 0, 0), SHIFT_REPEAT(2306),
[2154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553),
[2156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1557),
[2158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557),
[2160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492),
[2162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__variable_assignments_repeat1, 2, 0, 0), SHIFT_REPEAT(2148),
[2165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1638),
[2168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(268),
[2171] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1847),
[2174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1500),
[2177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1500),
[2180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1557),
[2183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1557),
[2186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0),
[2188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT(143),
[2191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0),
[2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515),
[2195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805),
[2197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1677),
[2200] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(304),
[2203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1808),
[2206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 45),
[2208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 45),
[2210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2, 0, 0),
[2212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(1677),
[2215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(304),
[2218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2, 0, 0),
[2220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(1940),
[2223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, 0, 21),
[2225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, 0, 21),
[2227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirected_statement, 1, -1, 5),
[2229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirected_statement, 1, -1, 5),
[2231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951),
[2233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(1638),
[2236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(268),
[2239] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(1949),
[2242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 4, 0, 1),
[2244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 4, 0, 1),
[2246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(1668),
[2249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(282),
[2252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(1948),
[2255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subshell, 3, 0, 22),
[2257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subshell, 3, 0, 22),
[2259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 51),
[2261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, 0, 51),
[2263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 52),
[2265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, 0, 52),
[2267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 3, 0, 17),
[2269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 3, 0, 17),
[2271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 53),
[2273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, 0, 53),
[2275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940),
[2277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_group, 2, 0, 0),
[2279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_group, 2, 0, 0),
[2281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3, 0, 22),
[2283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3, 0, 22),
[2285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 6, 0, 56),
[2287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 6, 0, 56),
[2289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 6, 0, 57),
[2291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 6, 0, 57),
[2293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948),
[2295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(1643),
[2298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(258),
[2301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(1951),
[2304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949),
[2306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 6, 0, 36),
[2308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 6, 0, 36),
[2310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 35),
[2312] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 35),
[2314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 5, 0, 6),
[2316] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 5, 0, 6),
[2318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, 0, 36),
[2320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, 0, 36),
[2322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_heredoc_body, 2, 0, 0),
[2324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_heredoc_body, 2, 0, 0),
[2326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__heredoc_body, 2, 0, 0),
[2328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__heredoc_body, 2, 0, 0),
[2330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 5, 0, 1),
[2332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 5, 0, 1),
[2334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 5, 0, 59),
[2336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 5, 0, 59),
[2338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 5, 0, 60),
[2340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 5, 0, 60),
[2342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 5, 0, 61),
[2344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 5, 0, 61),
[2346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, 0, 62),
[2348] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, 0, 62),
[2350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, 0, 42),
[2352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, 0, 42),
[2354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 7, 0, 66),
[2356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 7, 0, 66),
[2358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 7, 0, 67),
[2360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 7, 0, 67),
[2362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549),
[2364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 5, 0, 36),
[2366] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 5, 0, 36),
[2368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 5, 0, 47),
[2370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 5, 0, 47),
[2372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 6, 0, 6),
[2374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 6, 0, 6),
[2376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 6, 0, 68),
[2378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 6, 0, 68),
[2380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 46),
[2382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 46),
[2384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 4, 0, 34),
[2386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 4, 0, 34),
[2388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 44),
[2390] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 44),
[2392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_group, 3, 0, 22),
[2394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_group, 3, 0, 22),
[2396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, 0, 4),
[2398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, 0, 4),
[2400] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1664),
[2403] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(290),
[2406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1831),
[2409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251),
[2411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 6, 0, 69),
[2413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 6, 0, 69),
[2415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 6, 0, 70),
[2417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 6, 0, 70),
[2419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 6, 0, 71),
[2421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 6, 0, 71),
[2423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 7, 0, 76),
[2425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 7, 0, 76),
[2427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, 0, 50),
[2429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, 0, 50),
[2431] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__variable_assignments_repeat1, 2, 0, 0), SHIFT_REPEAT(2251),
[2434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 8, 0, 75),
[2436] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 8, 0, 75),
[2438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1337),
[2440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline, 2, 0, 0),
[2442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156),
[2444] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline, 2, 0, 0),
[2446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147),
[2448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(1664),
[2451] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(290),
[2454] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(1937),
[2457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(156),
[2460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1220),
[2462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937),
[2464] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(147),
[2467] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(149),
[2470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1633),
[2472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(150),
[2474] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(150),
[2477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(149),
[2479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1669),
[2481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2111),
[2483] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(154),
[2486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(154),
[2488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481),
[2490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1615),
[2492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(665),
[2494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__heredoc_pipeline, 2, 0, 0),
[2496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877),
[2498] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 48), SHIFT_REPEAT(1995),
[2501] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 48), SHIFT_REPEAT(1559),
[2504] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 48), SHIFT_REPEAT(933),
[2507] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 48), SHIFT_REPEAT(1829),
[2510] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 48), SHIFT_REPEAT(1830),
[2513] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 48), SHIFT_REPEAT(1785),
[2516] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 48), SHIFT_REPEAT(80),
[2519] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 48), SHIFT_REPEAT(84),
[2522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2, 0, 48), SHIFT_REPEAT(1955),
[2525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1535),
[2528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482),
[2530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1669),
[2533] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(910),
[2536] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1810),
[2539] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1811),
[2542] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1798),
[2545] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(74),
[2548] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(51),
[2551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__variable_assignments_repeat1, 2, 0, 0), SHIFT_REPEAT(2311),
[2554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311),
[2556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535),
[2558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__heredoc_expression, 2, 0, 49),
[2560] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1615),
[2563] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(665),
[2566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1877),
[2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483),
[2571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1524),
[2574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1952),
[2576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524),
[2578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506),
[2580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__variable_assignments_repeat1, 2, 0, 0), SHIFT_REPEAT(2146),
[2583] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1674),
[2586] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1674),
[2589] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(686),
[2592] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2205),
[2595] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2205),
[2598] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1887),
[2601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146),
[2603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1674),
[2605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674),
[2607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686),
[2609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2205),
[2611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205),
[2613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887),
[2615] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(1615),
[2618] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(665),
[2621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(1952),
[2624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935),
[2626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142),
[2628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643),
[2630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258),
[2632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2312),
[2634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148),
[2636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668),
[2638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282),
[2640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255),
[2642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144),
[2644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677),
[2646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304),
[2648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152),
[2650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151),
[2652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157),
[2654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615),
[2656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665),
[2658] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(1674),
[2661] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(1674),
[2664] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(686),
[2667] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(1935),
[2670] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(151),
[2673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155),
[2675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664),
[2677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290),
[2679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153),
[2681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638),
[2683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268),
[2685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823),
[2687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823),
[2689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(551),
[2691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174),
[2693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551),
[2695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1564),
[2697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564),
[2699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1405),
[2701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916),
[2703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1824),
[2705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1844),
[2707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1770),
[2709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(70),
[2711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(69),
[2713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1503),
[2715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503),
[2717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(504),
[2719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911),
[2721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1895),
[2723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1875),
[2725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1794),
[2727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(59),
[2729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(58),
[2731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(697),
[2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697),
[2735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1177),
[2737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(913),
[2739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531),
[2741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1860),
[2743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1772),
[2745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(68),
[2747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67),
[2749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177),
[2751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1981),
[2753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1976),
[2755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976),
[2757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2060),
[2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056),
[2761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2047),
[2763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(524),
[2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524),
[2767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380),
[2769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380),
[2771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1183),
[2773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(891),
[2775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(735),
[2777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1914),
[2779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1774),
[2781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(55),
[2783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(54),
[2785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183),
[2787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336),
[2789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(915),
[2791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1901),
[2793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1806),
[2795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1800),
[2797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109),
[2799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104),
[2801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(695),
[2803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695),
[2805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043),
[2807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(992),
[2809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930),
[2811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(843),
[2813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1854),
[2815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1775),
[2817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(87),
[2819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89),
[2821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992),
[2823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1040),
[2825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(841),
[2827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040),
[2829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1436),
[2831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(853),
[2833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436),
[2835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2032),
[2837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1912),
[2839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1329),
[2841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1840),
[2843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1101),
[2845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101),
[2847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(477),
[2849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477),
[2851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033),
[2853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1090),
[2855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2036),
[2857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1227),
[2859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547),
[2861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227),
[2863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019),
[2865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369),
[2867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166),
[2869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369),
[2871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1082),
[2873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(607),
[2875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175),
[2877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607),
[2879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(842),
[2881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(907),
[2883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1905),
[2885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1911),
[2887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1792),
[2889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(124),
[2891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(125),
[2893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(989),
[2895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989),
[2897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(662),
[2899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(173),
[2901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662),
[2903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1916),
[2905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(464),
[2907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525),
[2909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(454),
[2911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(897),
[2913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1882),
[2915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1883),
[2917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1784),
[2919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88),
[2921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(76),
[2923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454),
[2925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182),
[2927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1450),
[2929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(876),
[2931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450),
[2933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(799),
[2935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171),
[2937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1092),
[2939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1341),
[2941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341),
[2943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1998),
[2945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143),
[2947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(481),
[2949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431),
[2951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204),
[2953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232),
[2955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188),
[2957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168),
[2959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(923),
[2961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265),
[2963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923),
[2965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540),
[2967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1693),
[2969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1126),
[2971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693),
[2973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(625),
[2975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(181),
[2977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625),
[2979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(546),
[2981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(169),
[2983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546),
[2985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2074),
[2987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1744),
[2989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074),
[2991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1007),
[2993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1305),
[2995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305),
[2997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2045),
[2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044),
[3001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(469),
[3003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178),
[3005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469),
[3007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2037),
[3009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869),
[3011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(231),
[3013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869),
[3015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1159),
[3017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167),
[3019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172),
[3021] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2, 0, 0), SHIFT_REPEAT(143),
[3024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177),
[3026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170),
[3028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(872),
[3030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270),
[3032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872),
[3034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(637),
[3036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1361),
[3038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(343),
[3040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(669),
[3042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669),
[3044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(237),
[3046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(663),
[3048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(493),
[3050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2025),
[3052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1992),
[3054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352),
[3056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352),
[3058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1982),
[3060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(931),
[3062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1472),
[3064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1861),
[3066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1793),
[3068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(39),
[3070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106),
[3072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982),
[3074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165),
[3076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176),
[3078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1596),
[3080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596),
[3082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209),
[3084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1083),
[3086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050),
[3088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017),
[3090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017),
[3092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573),
[3094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358),
[3096] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1564),
[3099] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1564),
[3102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(985),
[3104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1873),
[3106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322),
[3108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__heredoc_command, 2, 0, 31), SHIFT_REPEAT(1788),
[3111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__heredoc_command, 2, 0, 31),
[3113] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__heredoc_command, 2, 0, 31), SHIFT_REPEAT(910),
[3116] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__heredoc_command, 2, 0, 31), SHIFT_REPEAT(1810),
[3119] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__heredoc_command, 2, 0, 31), SHIFT_REPEAT(1811),
[3122] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__heredoc_command, 2, 0, 31), SHIFT_REPEAT(1798),
[3125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__heredoc_command, 2, 0, 31), SHIFT_REPEAT(74),
[3128] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__heredoc_command, 2, 0, 31), SHIFT_REPEAT(51),
[3131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1540),
[3134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1540),
[3137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377),
[3139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458),
[3141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1540),
[3143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523),
[3145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1109),
[3147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(795),
[3149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339),
[3151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(1600),
[3154] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(846),
[3157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2, 0, 0), SHIFT_REPEAT(1936),
[3160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540),
[3162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(828),
[3164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361),
[3166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1954),
[3168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1956),
[3170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2073),
[3172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expansion_expression, 1, 0, 1),
[3174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077),
[3176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073),
[3178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 1, 0, 9),
[3180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1971),
[3182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971),
[3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697),
[3186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 1, 0, 4),
[3188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1957),
[3190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1966),
[3192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(906),
[3194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1960),
[3196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1964),
[3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964),
[3200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1288),
[3202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530),
[3204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1688),
[3206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(901),
[3208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(382),
[3210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429),
[3212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1684),
[3214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(613),
[3216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(521),
[3218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1975),
[3220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(537),
[3222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(549),
[3224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(854),
[3226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(497),
[3228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(362),
[3230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(861),
[3232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1089),
[3234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435),
[3236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(556),
[3238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1974),
[3240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(648),
[3242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2064),
[3244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(864),
[3246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(394),
[3248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1465),
[3250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(852),
[3252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(593),
[3254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1463),
[3256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1080),
[3258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389),
[3260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332),
[3262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367),
[3264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2054),
[3266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(597),
[3268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(642),
[3270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(611),
[3272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1672),
[3274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(656),
[3276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363),
[3278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2052),
[3280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2053),
[3282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053),
[3284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2007),
[3286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1597),
[3288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1248),
[3290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2002),
[3292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1234),
[3294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1039),
[3296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1212),
[3298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(661),
[3300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1030),
[3302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448),
[3304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324),
[3306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1426),
[3308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466),
[3310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(821),
[3312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(812),
[3314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941),
[3316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1416),
[3318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1121),
[3320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518),
[3322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2084),
[3324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(516),
[3326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2086),
[3328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1002),
[3330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1124),
[3332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076),
[3334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698),
[3336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1699),
[3338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1698),
[3340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699),
[3342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421),
[3344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811),
[3346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120),
[3348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321),
[3350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281),
[3352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972),
[3354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492),
[3356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029),
[3358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645),
[3360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209),
[3362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1592),
[3364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550),
[3366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606),
[3368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586),
[3370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438),
[3372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051),
[3374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441),
[3376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090),
[3378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2090),
[3380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__heredoc_command, 1, 0, 13),
[3382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359),
[3384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627),
[3386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885),
[3388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989),
[3390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566),
[3392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908),
[3394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323),
[3396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862),
[3398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686),
[3400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399),
[3402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491),
[3404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490),
[3406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544),
[3408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085),
[3410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011),
[3412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967),
[3414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(902),
[3416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1708),
[3418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427),
[3420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1963),
[3422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1805),
[3424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(63),
[3426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(62),
[3428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317),
[3430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316),
[3432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316),
[3434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1675),
[3436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675),
[3438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284),
[3440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2295),
[3442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295),
[3444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1705),
[3446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1690),
[3448] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 6, 0, 74),
[3450] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_item_last, 6, 0, 74),
[3452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 6, 0, 74),
[3454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1709),
[3456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1685),
[3458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1717),
[3460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315),
[3462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, 0, 54),
[3464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_item_last, 4, 0, 54),
[3466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, 0, 54),
[3468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1751),
[3470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1221),
[3472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 7, 0, 77),
[3474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_item_last, 7, 0, 77),
[3476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 7, 0, 77),
[3478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1710),
[3480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(632),
[3482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1749),
[3484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1237),
[3486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1723),
[3488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(631),
[3490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1742),
[3492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(608),
[3494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1650),
[3496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650),
[3498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249),
[3500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2257),
[3502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257),
[3504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1740),
[3506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612),
[3508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1724),
[3510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2067),
[3512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1670),
[3514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670),
[3516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303),
[3518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1737),
[3520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2059),
[3522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1732),
[3524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1462),
[3526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1711),
[3528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(496),
[3530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1728),
[3532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1459),
[3534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1719),
[3536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1081),
[3538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1733),
[3540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1076),
[3542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1745),
[3544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2010),
[3546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1727),
[3548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365),
[3550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1756),
[3552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1422),
[3554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1748),
[3556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2017),
[3558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1735),
[3560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(326),
[3562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1644),
[3564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644),
[3566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272),
[3568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1761),
[3570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1413),
[3572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1702),
[3574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(903),
[3576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1704),
[3578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522),
[3580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1706),
[3582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(900),
[3584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1760),
[3586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(953),
[3588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1739),
[3590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(657),
[3592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1752),
[3594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(660),
[3596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1767),
[3598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(946),
[3600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1768),
[3602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1125),
[3604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1712),
[3606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1984),
[3608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1762),
[3610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122),
[3612] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(902),
[3615] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1791),
[3618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0),
[3620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1963),
[3623] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1805),
[3626] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(63),
[3629] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(62),
[3632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1713),
[3634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(498),
[3636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, 0, 63),
[3638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_item_last, 5, 0, 63),
[3640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, 0, 63),
[3642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1766),
[3644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2091),
[3646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1716),
[3648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424),
[3650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, 0, 64),
[3652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_item_last, 5, 0, 64),
[3654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, 0, 64),
[3656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1764),
[3658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2082),
[3660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1641),
[3662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641),
[3664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260),
[3666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1720),
[3668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430),
[3670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1714),
[3672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536),
[3674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, 0, 65),
[3676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_item_last, 5, 0, 65),
[3678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, 0, 65),
[3680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1614),
[3682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614),
[3684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658),
[3686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1722),
[3688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1988),
[3690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1759),
[3692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809),
[3694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1765),
[3696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(517),
[3698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1754),
[3700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439),
[3702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1758),
[3704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813),
[3706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1757),
[3708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450),
[3710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1673),
[3712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673),
[3714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690),
[3716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2207),
[3718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207),
[3720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 6, 0, 73),
[3722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_item_last, 6, 0, 73),
[3724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 6, 0, 73),
[3726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1721),
[3728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(550),
[3730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1763),
[3732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523),
[3734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1753),
[3736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1028),
[3738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(494),
[3740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(495),
[3742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495),
[3744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1715),
[3746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(860),
[3748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1750),
[3750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032),
[3752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1707),
[3754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401),
[3756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 6, 0, 72),
[3758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__case_item_last, 6, 0, 72),
[3760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 6, 0, 72),
[3762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1718),
[3764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(863),
[3766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1731),
[3768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563),
[3770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1746),
[3772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1589),
[3774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1725),
[3776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(887),
[3778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1738),
[3780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(596),
[3782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1703),
[3784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1245),
[3786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1741),
[3788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1601),
[3790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1729),
[3792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(882),
[3794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1755),
[3796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318),
[3798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1747),
[3800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1284),
[3802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743),
[3804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381),
[3806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2001),
[3808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2005),
[3810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005),
[3812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1736),
[3814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356),
[3816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1734),
[3818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368),
[3820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 1, 0, 37),
[3822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 1, 0, 37),
[3824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1593),
[3826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593),
[3828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850),
[3830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1594),
[3832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594),
[3834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595),
[3836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1590),
[3838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590),
[3840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929),
[3842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1602),
[3844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602),
[3846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240),
[3848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1917),
[3850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804),
[3852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119),
[3854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110),
[3856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944),
[3858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_body, 1, 0, 0),
[3860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1584),
[3862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584),
[3864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233),
[3866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945),
[3868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_body, 2, 0, 0),
[3870] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_heredoc_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1917),
[3873] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1804),
[3876] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2, 0, 0), SHIFT_REPEAT(119),
[3879] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2, 0, 0), SHIFT_REPEAT(110),
[3882] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1945),
[3885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2, 0, 0),
[3887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1679),
[3889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679),
[3891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222),
[3893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1678),
[3895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678),
[3897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638),
[3899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1586),
[3901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586),
[3903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271),
[3905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905),
[3907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111),
[3909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1574),
[3911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1574),
[3913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__extglob_blob, 1, 0, 0),
[3915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867),
[3917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769),
[3919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90),
[3921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94),
[3923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934),
[3925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(925),
[3927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2008),
[3929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expansion_regex, 2, 0, 23),
[3931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1841),
[3933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1972),
[3935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2008),
[3937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972),
[3939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983),
[3941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561),
[3943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 1, 0, 0),
[3945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980),
[3947] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1574),
[3950] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1574),
[3953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expansion_regex, 1, 0, 23),
[3955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1959),
[3957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959),
[3959] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expansion_regex_repeat1, 2, 0, 0), SHIFT_REPEAT(2008),
[3962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_expansion_regex_repeat1, 2, 0, 0),
[3964] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expansion_regex_repeat1, 2, 0, 0), SHIFT_REPEAT(1841),
[3967] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expansion_regex_repeat1, 2, 0, 0), SHIFT_REPEAT(1972),
[3970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expansion_regex_repeat1, 2, 0, 0), SHIFT_REPEAT(2008),
[3973] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expansion_regex_repeat1, 2, 0, 0), SHIFT_REPEAT(1972),
[3976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 3, 0, 0),
[3978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1588),
[3980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203),
[3982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128),
[3984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46),
[3986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536),
[3988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18),
[3990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572),
[3992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1604),
[3994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20),
[3996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1599),
[3998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376),
[4000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31),
[4002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628),
[4004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33),
[4006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_expansion_regex_repeat1, 1, 0, 41),
[4008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expansion_regex_repeat1, 1, 0, 41),
[4010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258),
[4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321),
[4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622),
[4016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243),
[4018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942),
[4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137),
[4022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2165),
[4024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528),
[4026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__case_item_last_repeat1, 2, 0, 36),
[4028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 0),
[4030] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(128),
[4033] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, 0, 0), SHIFT_REPEAT(1572),
[4036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__concatenation_in_expansion_repeat1, 2, 0, 0),
[4038] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__concatenation_in_expansion_repeat1, 2, 0, 0), SHIFT_REPEAT(1787),
[4041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__concatenation_in_expansion, 2, 0, 0),
[4043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787),
[4045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expansion_expression, 2, 0, 1),
[4047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__extglob_blob, 2, 0, 0),
[4049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102),
[4051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15),
[4053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29),
[4055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28),
[4057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11),
[4059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12),
[4061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__case_item_last_repeat1, 2, 0, 55), SHIFT_REPEAT(1536),
[4064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__case_item_last_repeat1, 2, 0, 55),
[4066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16),
[4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25),
[4070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9),
[4072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_item_last, 5, 0, 72),
[4074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899),
[4076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143),
[4078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__extglob_blob, 3, 0, 0),
[4080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_item_last, 3, 0, 54),
[4082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816),
[4084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86),
[4086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_item_last, 4, 0, 65),
[4088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920),
[4090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_item_last, 5, 0, 73),
[4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888),
[4094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876),
[4096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_item_last, 4, 0, 64),
[4098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870),
[4100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1891),
[4102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_item_last, 4, 0, 63),
[4104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865),
[4106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117),
[4108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150),
[4110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147),
[4112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154),
[4114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_item_last, 6, 0, 77),
[4116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819),
[4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41),
[4120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case_item_last, 5, 0, 74),
[4122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812),
[4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149),
[4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151),
[4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156),
[4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818),
[4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814),
[4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061),
[4136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370),
[4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058),
[4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459),
[4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896),
[4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510),
[4146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652),
[4148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653),
[4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357),
[4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349),
[4154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498),
[4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632),
[4158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456),
[4160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335),
[4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029),
[4164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479),
[4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325),
[4168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333),
[4170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469),
[4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030),
[4174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566),
[4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531),
[4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455),
[4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026),
[4182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927),
[4184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348),
[4186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928),
[4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034),
[4190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035),
[4192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931),
[4194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322),
[4196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933),
[4198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649),
[4200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039),
[4202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934),
[4204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922),
[4206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932),
[4208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635),
[4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040),
[4212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636),
[4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930),
[4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929),
[4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926),
[4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651),
[4222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925),
[4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386),
[4226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383),
[4228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374),
[4230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904),
[4232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631),
[4234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048),
[4236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049),
[4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924),
[4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630),
[4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629),
[4244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621),
[4246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062),
[4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331),
[4250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470),
[4252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103),
[4254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106),
[4256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108),
[4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627),
[4260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427),
[4262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425),
[4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424),
[4266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291),
[4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623),
[4270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198),
[4272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202),
[4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208),
[4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621),
[4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328),
[4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646),
[4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993),
[4284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614),
[4286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320),
[4288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269),
[4290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610),
[4292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274),
[4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329),
[4296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878),
[4298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163),
[4300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041),
[4302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206),
[4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455),
[4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460),
[4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461),
[4310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924),
[4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917),
[4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244),
[4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241),
[4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912),
[4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160),
[4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240),
[4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373),
[4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594),
[4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375),
[4330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565),
[4332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564),
[4334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376),
[4336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969),
[4338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238),
[4340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038),
[4342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515),
[4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510),
[4346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499),
[4348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986),
[4350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970),
[4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958),
[4354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016),
[4356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228),
[4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162),
[4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994),
[4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000),
[4364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226),
[4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024),
[4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027),
[4370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161),
[4372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611),
[4374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871),
[4376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552),
[4378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575),
[4380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541),
[4382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996),
[4384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857),
[4386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663),
[4388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275),
[4390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858),
[4392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278),
[4394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217),
[4396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214),
[4398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213),
[4400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553),
[4402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555),
[4404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865),
[4406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868),
[4408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633),
[4410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599),
[4412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603),
[4414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388),
[4416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201),
[4418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386),
[4420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384),
[4422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046),
[4424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018),
[4426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598),
[4428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671),
[4430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646),
[4432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642),
[4434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422),
[4436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542),
[4438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371),
[4440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038),
[4442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034),
[4444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033),
[4446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539),
[4448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820),
[4450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253),
[4452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377),
[4454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817),
[4456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164),
[4458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816),
[4460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296),
[4462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089),
[4464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182),
[4466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245),
[4468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 2, 0, 27),
[4470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 2, 0, 26),
[4472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079),
[4474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080),
[4476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507),
[4478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496),
[4480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295),
[4482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292),
[4484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981),
[4486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966),
[4488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490),
[4490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965),
[4492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937),
[4494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486),
[4496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021),
[4498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487),
[4500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273),
[4502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023),
[4504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159),
[4506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397),
[4508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395),
[4510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393),
[4512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389),
[4514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020),
[4516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485),
[4518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483),
[4520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640),
[4522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985),
[4524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196),
[4526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643),
[4528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644),
[4530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692),
[4532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689),
[4534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687),
[4536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 1, 0, 2),
[4538] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
[4540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979),
[4542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075),
[4544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078),
[4546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079),
[4548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635),
[4550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158),
[4552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990),
[4554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551),
};
enum ts_external_scanner_symbol_identifiers {
ts_external_token_heredoc_start = 0,
ts_external_token_simple_heredoc_body = 1,
ts_external_token__heredoc_body_beginning = 2,
ts_external_token_heredoc_content = 3,
ts_external_token_heredoc_end = 4,
ts_external_token_file_descriptor = 5,
ts_external_token__empty_value = 6,
ts_external_token__concat = 7,
ts_external_token_variable_name = 8,
ts_external_token_regex = 9,
ts_external_token__expansion_word = 10,
ts_external_token_extglob_pattern = 11,
ts_external_token__bare_dollar = 12,
ts_external_token__immediate_double_hash = 13,
ts_external_token_LT_LT = 14,
ts_external_token_LT_LT_DASH = 15,
ts_external_token_heredoc_redirect_token1 = 16,
ts_external_token_LPAREN = 17,
ts_external_token_esac = 18,
ts_external_token___error_recovery = 19,
};
static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = {
[ts_external_token_heredoc_start] = sym_heredoc_start,
[ts_external_token_simple_heredoc_body] = sym_simple_heredoc_body,
[ts_external_token__heredoc_body_beginning] = sym__heredoc_body_beginning,
[ts_external_token_heredoc_content] = sym_heredoc_content,
[ts_external_token_heredoc_end] = sym_heredoc_end,
[ts_external_token_file_descriptor] = sym_file_descriptor,
[ts_external_token__empty_value] = sym__empty_value,
[ts_external_token__concat] = sym__concat,
[ts_external_token_variable_name] = sym_variable_name,
[ts_external_token_regex] = sym_regex,
[ts_external_token__expansion_word] = sym__expansion_word,
[ts_external_token_extglob_pattern] = sym_extglob_pattern,
[ts_external_token__bare_dollar] = sym__bare_dollar,
[ts_external_token__immediate_double_hash] = sym__immediate_double_hash,
[ts_external_token_LT_LT] = anon_sym_LT_LT,
[ts_external_token_LT_LT_DASH] = anon_sym_LT_LT_DASH,
[ts_external_token_heredoc_redirect_token1] = aux_sym_heredoc_redirect_token1,
[ts_external_token_LPAREN] = anon_sym_LPAREN,
[ts_external_token_esac] = anon_sym_esac,
[ts_external_token___error_recovery] = sym___error_recovery,
};
static const bool ts_external_scanner_states[61][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_content] = true,
[ts_external_token_heredoc_end] = true,
[ts_external_token_file_descriptor] = true,
[ts_external_token__empty_value] = true,
[ts_external_token__concat] = true,
[ts_external_token_variable_name] = true,
[ts_external_token_regex] = true,
[ts_external_token__expansion_word] = true,
[ts_external_token_extglob_pattern] = true,
[ts_external_token__bare_dollar] = true,
[ts_external_token__immediate_double_hash] = true,
[ts_external_token_LT_LT] = true,
[ts_external_token_LT_LT_DASH] = true,
[ts_external_token_LPAREN] = true,
[ts_external_token_esac] = true,
[ts_external_token___error_recovery] = true,
},
[2] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token_variable_name] = true,
[ts_external_token_LPAREN] = true,
},
[3] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token_variable_name] = true,
[ts_external_token__bare_dollar] = true,
[ts_external_token_LT_LT] = true,
[ts_external_token_LT_LT_DASH] = true,
[ts_external_token_heredoc_redirect_token1] = true,
[ts_external_token_LPAREN] = true,
[ts_external_token_esac] = true,
},
[4] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token_variable_name] = true,
[ts_external_token__bare_dollar] = true,
[ts_external_token_LT_LT] = true,
[ts_external_token_LT_LT_DASH] = true,
[ts_external_token_heredoc_redirect_token1] = true,
[ts_external_token_LPAREN] = true,
},
[5] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token_variable_name] = true,
[ts_external_token__bare_dollar] = true,
[ts_external_token_LT_LT] = true,
[ts_external_token_LT_LT_DASH] = true,
[ts_external_token_heredoc_redirect_token1] = true,
[ts_external_token_esac] = true,
},
[6] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token_variable_name] = true,
[ts_external_token__bare_dollar] = true,
[ts_external_token_LT_LT] = true,
[ts_external_token_LT_LT_DASH] = true,
[ts_external_token_heredoc_redirect_token1] = true,
},
[7] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token_variable_name] = true,
[ts_external_token_LT_LT] = true,
[ts_external_token_LT_LT_DASH] = true,
[ts_external_token_heredoc_redirect_token1] = true,
},
[8] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token_variable_name] = true,
[ts_external_token_LT_LT] = true,
[ts_external_token_LT_LT_DASH] = true,
[ts_external_token_heredoc_redirect_token1] = true,
[ts_external_token_esac] = true,
},
[9] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token__bare_dollar] = true,
[ts_external_token_LT_LT] = true,
[ts_external_token_LT_LT_DASH] = true,
[ts_external_token_heredoc_redirect_token1] = true,
[ts_external_token_LPAREN] = true,
},
[10] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token__bare_dollar] = true,
[ts_external_token_LT_LT] = true,
[ts_external_token_LT_LT_DASH] = true,
[ts_external_token_heredoc_redirect_token1] = true,
[ts_external_token_LPAREN] = true,
[ts_external_token_esac] = true,
},
[11] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token__bare_dollar] = true,
[ts_external_token_LT_LT] = true,
[ts_external_token_LT_LT_DASH] = true,
[ts_external_token_heredoc_redirect_token1] = true,
},
[12] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token__bare_dollar] = true,
[ts_external_token_LT_LT] = true,
[ts_external_token_LT_LT_DASH] = true,
[ts_external_token_heredoc_redirect_token1] = true,
[ts_external_token_esac] = true,
},
[13] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token_variable_name] = true,
[ts_external_token__bare_dollar] = true,
[ts_external_token_LT_LT] = true,
[ts_external_token_LT_LT_DASH] = true,
[ts_external_token_LPAREN] = true,
},
[14] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token_LT_LT] = true,
[ts_external_token_LT_LT_DASH] = true,
[ts_external_token_heredoc_redirect_token1] = true,
[ts_external_token_esac] = true,
},
[15] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token_LT_LT] = true,
[ts_external_token_LT_LT_DASH] = true,
[ts_external_token_heredoc_redirect_token1] = true,
},
[16] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token_variable_name] = true,
[ts_external_token__bare_dollar] = true,
[ts_external_token_LT_LT] = true,
[ts_external_token_LT_LT_DASH] = true,
},
[17] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token_heredoc_redirect_token1] = true,
},
[18] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token_variable_name] = true,
[ts_external_token_LT_LT] = true,
[ts_external_token_LT_LT_DASH] = true,
},
[19] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token__concat] = true,
[ts_external_token__bare_dollar] = true,
[ts_external_token_LT_LT] = true,
[ts_external_token_LT_LT_DASH] = true,
[ts_external_token_heredoc_redirect_token1] = true,
[ts_external_token_LPAREN] = true,
},
[20] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token__bare_dollar] = true,
[ts_external_token_LT_LT] = true,
[ts_external_token_LT_LT_DASH] = true,
[ts_external_token_LPAREN] = true,
},
[21] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token__concat] = true,
[ts_external_token__bare_dollar] = true,
[ts_external_token_LT_LT] = true,
[ts_external_token_LT_LT_DASH] = true,
[ts_external_token_heredoc_redirect_token1] = true,
[ts_external_token_LPAREN] = true,
[ts_external_token_esac] = true,
},
[22] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token__concat] = true,
[ts_external_token__bare_dollar] = true,
[ts_external_token_LT_LT] = true,
[ts_external_token_LT_LT_DASH] = true,
[ts_external_token_heredoc_redirect_token1] = true,
},
[23] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token__concat] = true,
[ts_external_token_variable_name] = true,
[ts_external_token_LT_LT] = true,
[ts_external_token_LT_LT_DASH] = true,
[ts_external_token_heredoc_redirect_token1] = true,
},
[24] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token__concat] = true,
[ts_external_token_variable_name] = true,
[ts_external_token_LT_LT] = true,
[ts_external_token_LT_LT_DASH] = true,
[ts_external_token_heredoc_redirect_token1] = true,
[ts_external_token_esac] = true,
},
[25] = {
[ts_external_token_LT_LT] = true,
},
[26] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token__concat] = true,
[ts_external_token__bare_dollar] = true,
[ts_external_token_LT_LT] = true,
[ts_external_token_LT_LT_DASH] = true,
[ts_external_token_heredoc_redirect_token1] = true,
[ts_external_token_esac] = true,
},
[27] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token_variable_name] = true,
[ts_external_token_heredoc_redirect_token1] = true,
},
[28] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token__concat] = true,
[ts_external_token_LT_LT] = true,
[ts_external_token_LT_LT_DASH] = true,
[ts_external_token_heredoc_redirect_token1] = true,
[ts_external_token_esac] = true,
},
[29] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token__bare_dollar] = true,
[ts_external_token_LT_LT] = true,
[ts_external_token_LT_LT_DASH] = true,
},
[30] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token__concat] = true,
[ts_external_token_LT_LT] = true,
[ts_external_token_LT_LT_DASH] = true,
[ts_external_token_heredoc_redirect_token1] = true,
},
[31] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token_LT_LT] = true,
[ts_external_token_LT_LT_DASH] = true,
},
[32] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token_variable_name] = true,
},
[33] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token_variable_name] = true,
[ts_external_token_LPAREN] = true,
[ts_external_token_esac] = true,
},
[34] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token__concat] = true,
[ts_external_token__bare_dollar] = true,
[ts_external_token_LT_LT] = true,
[ts_external_token_LT_LT_DASH] = true,
[ts_external_token_LPAREN] = true,
},
[35] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token__concat] = true,
[ts_external_token_variable_name] = true,
[ts_external_token_LT_LT] = true,
[ts_external_token_LT_LT_DASH] = true,
},
[36] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token__concat] = true,
[ts_external_token__bare_dollar] = true,
[ts_external_token_LT_LT] = true,
[ts_external_token_LT_LT_DASH] = true,
},
[37] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token__concat] = true,
[ts_external_token_LT_LT] = true,
[ts_external_token_LT_LT_DASH] = true,
},
[38] = {
[ts_external_token_variable_name] = true,
[ts_external_token_LPAREN] = true,
},
[39] = {
[ts_external_token_extglob_pattern] = true,
[ts_external_token_heredoc_redirect_token1] = true,
[ts_external_token_LPAREN] = true,
[ts_external_token_esac] = true,
},
[40] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token__concat] = true,
[ts_external_token_heredoc_redirect_token1] = true,
},
[41] = {
[ts_external_token_file_descriptor] = true,
[ts_external_token__concat] = true,
[ts_external_token_variable_name] = true,
},
[42] = {
[ts_external_token_variable_name] = true,
[ts_external_token_heredoc_redirect_token1] = true,
},
[43] = {
[ts_external_token_extglob_pattern] = true,
[ts_external_token_LPAREN] = true,
[ts_external_token_esac] = true,
},
[44] = {
[ts_external_token_extglob_pattern] = true,
[ts_external_token_LPAREN] = true,
},
[45] = {
[ts_external_token_heredoc_redirect_token1] = true,
},
[46] = {
[ts_external_token__bare_dollar] = true,
},
[47] = {
[ts_external_token__empty_value] = true,
},
[48] = {
[ts_external_token_extglob_pattern] = true,
},
[49] = {
[ts_external_token__concat] = true,
[ts_external_token_heredoc_redirect_token1] = true,
},
[50] = {
[ts_external_token_variable_name] = true,
[ts_external_token__expansion_word] = true,
},
[51] = {
[ts_external_token__immediate_double_hash] = true,
},
[52] = {
[ts_external_token_variable_name] = true,
},
[53] = {
[ts_external_token_LT_LT] = true,
[ts_external_token_LT_LT_DASH] = true,
},
[54] = {
[ts_external_token_heredoc_content] = true,
[ts_external_token_heredoc_end] = true,
},
[55] = {
[ts_external_token__concat] = true,
},
[56] = {
[ts_external_token_regex] = true,
},
[57] = {
[ts_external_token_simple_heredoc_body] = true,
[ts_external_token__heredoc_body_beginning] = true,
},
[58] = {
[ts_external_token_esac] = true,
},
[59] = {
[ts_external_token_heredoc_end] = true,
},
[60] = {
[ts_external_token_heredoc_start] = true,
},
};
#ifdef __cplusplus
extern "C" {
#endif
void *tree_sitter_sh_external_scanner_create(void);
void tree_sitter_sh_external_scanner_destroy(void *);
bool tree_sitter_sh_external_scanner_scan(void *, TSLexer *, const bool *);
unsigned tree_sitter_sh_external_scanner_serialize(void *, char *);
void tree_sitter_sh_external_scanner_deserialize(void *, const char *, unsigned);
#ifdef TREE_SITTER_HIDE_SYMBOLS
#define TS_PUBLIC
#elif defined(_WIN32)
#define TS_PUBLIC __declspec(dllexport)
#else
#define TS_PUBLIC __attribute__((visibility("default")))
#endif
TS_PUBLIC const TSLanguage *tree_sitter_sh(void) {
static const TSLanguage language = {
.version = LANGUAGE_VERSION,
.symbol_count = SYMBOL_COUNT,
.alias_count = ALIAS_COUNT,
.token_count = TOKEN_COUNT,
.external_token_count = EXTERNAL_TOKEN_COUNT,
.state_count = STATE_COUNT,
.large_state_count = LARGE_STATE_COUNT,
.production_id_count = PRODUCTION_ID_COUNT,
.field_count = FIELD_COUNT,
.max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH,
.parse_table = &ts_parse_table[0][0],
.small_parse_table = ts_small_parse_table,
.small_parse_table_map = ts_small_parse_table_map,
.parse_actions = ts_parse_actions,
.symbol_names = ts_symbol_names,
.field_names = ts_field_names,
.field_map_slices = ts_field_map_slices,
.field_map_entries = ts_field_map_entries,
.symbol_metadata = ts_symbol_metadata,
.public_symbol_map = ts_symbol_map,
.alias_map = ts_non_terminal_alias_map,
.alias_sequences = &ts_alias_sequences[0][0],
.lex_modes = ts_lex_modes,
.lex_fn = ts_lex,
.keyword_lex_fn = ts_lex_keywords,
.keyword_capture_token = sym_word,
.external_scanner = {
&ts_external_scanner_states[0][0],
ts_external_scanner_symbol_map,
tree_sitter_sh_external_scanner_create,
tree_sitter_sh_external_scanner_destroy,
tree_sitter_sh_external_scanner_scan,
tree_sitter_sh_external_scanner_serialize,
tree_sitter_sh_external_scanner_deserialize,
},
.primary_state_ids = ts_primary_state_ids,
};
return &language;
}
#ifdef __cplusplus
}
#endif
#include <fcntl.h>
#include <stddef.h>
#include <stdio.h>
#include <unistd.h>
void dump_to_file(const char *filename, void *data, size_t size, size_t elem_size)
{
int file = open(filename, O_CREAT | O_RDWR | O_TRUNC, 0666);
if (file < 0)
return ((void)printf("[error] opening %s failed \n", filename));
if (write(file, data, size) < size)
printf("[error] writing to %s failed \n", filename);
else
printf("wrote %zu (%zu elems) to %s!\n", size, size / elem_size, filename);
close(file);
}
int main(void)
{
dump_to_file("./parse_table", ts_parse_table, sizeof(ts_parse_table), sizeof(*ts_parse_table));
dump_to_file("./small_parse_table", ts_small_parse_table, sizeof(ts_small_parse_table), sizeof(*ts_small_parse_table));
dump_to_file("./small_parse_table_map", ts_small_parse_table_map, sizeof(ts_small_parse_table_map), sizeof(*ts_small_parse_table_map));
dump_to_file("./parse_actions_entries", ts_parse_actions, sizeof(ts_parse_actions), sizeof(*ts_parse_actions));
// dump_to_file("./symbols_names", (void *)create_symbols_names(), 0);
// dump_to_file("./field_names", (void *)create_field_names(), 0);
dump_to_file("./field_map_slices", ts_field_map_slices, sizeof(ts_field_map_slices), sizeof(*ts_field_map_slices));
dump_to_file("./field_map_entries", ts_field_map_entries, sizeof(ts_field_map_entries), sizeof(*ts_field_map_entries));
dump_to_file("./symbols_metadata", ts_symbol_metadata, sizeof(ts_symbol_metadata), sizeof(*ts_symbol_metadata));
dump_to_file("./unique_symbols_map", ts_symbol_map, sizeof(ts_symbol_map), sizeof(*ts_symbol_map));
dump_to_file("./non_terminal_alias_map", ts_non_terminal_alias_map, sizeof(ts_non_terminal_alias_map), sizeof(*ts_non_terminal_alias_map));
dump_to_file("./alias_sequences", ts_alias_sequences, sizeof(ts_alias_sequences), sizeof(*ts_alias_sequences));
dump_to_file("./lex_modes", ts_lex_modes, sizeof(ts_lex_modes), sizeof(*ts_lex_modes));
dump_to_file("./primary_state_ids", ts_primary_state_ids, sizeof(ts_primary_state_ids), sizeof(*ts_primary_state_ids));
dump_to_file("./external_scanner_states", ts_external_scanner_states, sizeof(ts_external_scanner_states), sizeof(*ts_external_scanner_states));
dump_to_file("./external_scanner_symbol_map", ts_external_scanner_symbol_map, sizeof(ts_external_scanner_symbol_map), sizeof(*ts_external_scanner_symbol_map));
}