Files
wehub-resource-sync 41cb1c0170
OpenSSF Scorecard / scorecard (push) Failing after 0s
DCO / dco (push) Failing after 0s
CodeQL SAST / analyze (push) Failing after 1s
Deploy Pages / deploy (push) Failing after 1s
chore: import upstream snapshot with attribution
2026-07-13 12:28:05 +08:00

16837 lines
464 KiB
C
Generated

#include "tree_sitter/parser.h"
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
#endif
#define LANGUAGE_VERSION 14
#define STATE_COUNT 446
#define LARGE_STATE_COUNT 48
#define SYMBOL_COUNT 106
#define ALIAS_COUNT 0
#define TOKEN_COUNT 57
#define EXTERNAL_TOKEN_COUNT 4
#define FIELD_COUNT 9
#define MAX_ALIAS_SEQUENCE_LENGTH 7
#define PRODUCTION_ID_COUNT 18
enum {
sym_word = 1,
anon_sym_and = 2,
anon_sym_or = 3,
anon_sym_PIPE_PIPE = 4,
anon_sym_AMP_AMP = 5,
anon_sym_AMP_PIPE = 6,
anon_sym_2_GT_PIPE = 7,
anon_sym_PIPE = 8,
anon_sym_SEMI = 9,
anon_sym_AMP = 10,
anon_sym_LF = 11,
anon_sym_CR = 12,
anon_sym_CR_LF = 13,
anon_sym_BANG = 14,
anon_sym_not = 15,
anon_sym_DOLLAR = 16,
anon_sym_LPAREN = 17,
anon_sym_RPAREN = 18,
anon_sym_function = 19,
anon_sym_end = 20,
sym_integer = 21,
sym_float = 22,
anon_sym_return = 23,
anon_sym_switch = 24,
anon_sym_case = 25,
sym_break = 26,
sym_continue = 27,
anon_sym_for = 28,
anon_sym_in = 29,
anon_sym_while = 30,
anon_sym_if = 31,
anon_sym_else = 32,
anon_sym_begin = 33,
anon_sym_RBRACE = 34,
sym_comment = 35,
sym_variable_name = 36,
anon_sym_DOT_DOT = 37,
anon_sym_LBRACK = 38,
anon_sym_RBRACK = 39,
anon_sym_LBRACE = 40,
anon_sym_COMMA = 41,
anon_sym_DQUOTE = 42,
aux_sym_double_quote_string_token1 = 43,
anon_sym_SQUOTE = 44,
aux_sym_single_quote_string_token1 = 45,
sym_escape_sequence = 46,
sym_stream_redirect = 47,
sym_direction = 48,
anon_sym_POUND = 49,
sym_home_dir_expansion = 50,
sym_glob = 51,
sym_brace_word = 52,
sym__concat = 53,
sym__brace_concat = 54,
sym__concat_list = 55,
sym__begin_brace = 56,
sym_program = 57,
sym_conditional_execution = 58,
sym_pipe = 59,
sym_redirect_statement = 60,
sym__terminated_statement = 61,
sym__terminated_opt_statement = 62,
sym_negated_statement = 63,
sym_command_substitution = 64,
sym_function_definition = 65,
sym_return = 66,
sym_switch_statement = 67,
sym_case_clause = 68,
sym_for_statement = 69,
sym_while_statement = 70,
sym_if_statement = 71,
sym_else_if_clause = 72,
sym_else_clause = 73,
sym_begin_statement = 74,
sym_variable_expansion = 75,
sym_index = 76,
sym_range = 77,
sym_list_element_access = 78,
sym_brace_expansion = 79,
sym_double_quote_string = 80,
sym_single_quote_string = 81,
sym_command = 82,
sym_file_redirect = 83,
sym__special_character = 84,
sym_concatenation = 85,
sym__expression = 86,
sym_brace_concatenation = 87,
sym__brace_expression = 88,
sym__base_brace_expression = 89,
aux_sym_program_repeat1 = 90,
aux_sym_function_definition_repeat1 = 91,
aux_sym_function_definition_repeat2 = 92,
aux_sym_switch_statement_repeat1 = 93,
aux_sym_case_clause_repeat1 = 94,
aux_sym_for_statement_repeat1 = 95,
aux_sym_while_statement_repeat1 = 96,
aux_sym_if_statement_repeat1 = 97,
aux_sym_variable_expansion_repeat1 = 98,
aux_sym_list_element_access_repeat1 = 99,
aux_sym_brace_expansion_repeat1 = 100,
aux_sym_double_quote_string_repeat1 = 101,
aux_sym_single_quote_string_repeat1 = 102,
aux_sym_command_repeat1 = 103,
aux_sym_concatenation_repeat1 = 104,
aux_sym_brace_concatenation_repeat1 = 105,
};
static const char * const ts_symbol_names[] = {
[ts_builtin_sym_end] = "end",
[sym_word] = "word",
[anon_sym_and] = "and",
[anon_sym_or] = "or",
[anon_sym_PIPE_PIPE] = "||",
[anon_sym_AMP_AMP] = "&&",
[anon_sym_AMP_PIPE] = "&|",
[anon_sym_2_GT_PIPE] = "2>|",
[anon_sym_PIPE] = "|",
[anon_sym_SEMI] = ";",
[anon_sym_AMP] = "&",
[anon_sym_LF] = "\n",
[anon_sym_CR] = "\r",
[anon_sym_CR_LF] = "\r\n",
[anon_sym_BANG] = "!",
[anon_sym_not] = "not",
[anon_sym_DOLLAR] = "$",
[anon_sym_LPAREN] = "(",
[anon_sym_RPAREN] = ")",
[anon_sym_function] = "function",
[anon_sym_end] = "end",
[sym_integer] = "integer",
[sym_float] = "float",
[anon_sym_return] = "return",
[anon_sym_switch] = "switch",
[anon_sym_case] = "case",
[sym_break] = "break",
[sym_continue] = "continue",
[anon_sym_for] = "for",
[anon_sym_in] = "in",
[anon_sym_while] = "while",
[anon_sym_if] = "if",
[anon_sym_else] = "else",
[anon_sym_begin] = "begin",
[anon_sym_RBRACE] = "}",
[sym_comment] = "comment",
[sym_variable_name] = "variable_name",
[anon_sym_DOT_DOT] = "..",
[anon_sym_LBRACK] = "[",
[anon_sym_RBRACK] = "]",
[anon_sym_LBRACE] = "{",
[anon_sym_COMMA] = ",",
[anon_sym_DQUOTE] = "\"",
[aux_sym_double_quote_string_token1] = "double_quote_string_token1",
[anon_sym_SQUOTE] = "'",
[aux_sym_single_quote_string_token1] = "single_quote_string_token1",
[sym_escape_sequence] = "escape_sequence",
[sym_stream_redirect] = "stream_redirect",
[sym_direction] = "direction",
[anon_sym_POUND] = "#",
[sym_home_dir_expansion] = "home_dir_expansion",
[sym_glob] = "glob",
[sym_brace_word] = "word",
[sym__concat] = "_concat",
[sym__brace_concat] = "_brace_concat",
[sym__concat_list] = "_concat_list",
[sym__begin_brace] = "{",
[sym_program] = "program",
[sym_conditional_execution] = "conditional_execution",
[sym_pipe] = "pipe",
[sym_redirect_statement] = "redirect_statement",
[sym__terminated_statement] = "_terminated_statement",
[sym__terminated_opt_statement] = "_terminated_opt_statement",
[sym_negated_statement] = "negated_statement",
[sym_command_substitution] = "command_substitution",
[sym_function_definition] = "function_definition",
[sym_return] = "return",
[sym_switch_statement] = "switch_statement",
[sym_case_clause] = "case_clause",
[sym_for_statement] = "for_statement",
[sym_while_statement] = "while_statement",
[sym_if_statement] = "if_statement",
[sym_else_if_clause] = "else_if_clause",
[sym_else_clause] = "else_clause",
[sym_begin_statement] = "begin_statement",
[sym_variable_expansion] = "variable_expansion",
[sym_index] = "index",
[sym_range] = "range",
[sym_list_element_access] = "list_element_access",
[sym_brace_expansion] = "brace_expansion",
[sym_double_quote_string] = "double_quote_string",
[sym_single_quote_string] = "single_quote_string",
[sym_command] = "command",
[sym_file_redirect] = "file_redirect",
[sym__special_character] = "_special_character",
[sym_concatenation] = "concatenation",
[sym__expression] = "_expression",
[sym_brace_concatenation] = "concatenation",
[sym__brace_expression] = "_brace_expression",
[sym__base_brace_expression] = "_base_brace_expression",
[aux_sym_program_repeat1] = "program_repeat1",
[aux_sym_function_definition_repeat1] = "function_definition_repeat1",
[aux_sym_function_definition_repeat2] = "function_definition_repeat2",
[aux_sym_switch_statement_repeat1] = "switch_statement_repeat1",
[aux_sym_case_clause_repeat1] = "case_clause_repeat1",
[aux_sym_for_statement_repeat1] = "for_statement_repeat1",
[aux_sym_while_statement_repeat1] = "while_statement_repeat1",
[aux_sym_if_statement_repeat1] = "if_statement_repeat1",
[aux_sym_variable_expansion_repeat1] = "variable_expansion_repeat1",
[aux_sym_list_element_access_repeat1] = "list_element_access_repeat1",
[aux_sym_brace_expansion_repeat1] = "brace_expansion_repeat1",
[aux_sym_double_quote_string_repeat1] = "double_quote_string_repeat1",
[aux_sym_single_quote_string_repeat1] = "single_quote_string_repeat1",
[aux_sym_command_repeat1] = "command_repeat1",
[aux_sym_concatenation_repeat1] = "concatenation_repeat1",
[aux_sym_brace_concatenation_repeat1] = "brace_concatenation_repeat1",
};
static const TSSymbol ts_symbol_map[] = {
[ts_builtin_sym_end] = ts_builtin_sym_end,
[sym_word] = sym_word,
[anon_sym_and] = anon_sym_and,
[anon_sym_or] = anon_sym_or,
[anon_sym_PIPE_PIPE] = anon_sym_PIPE_PIPE,
[anon_sym_AMP_AMP] = anon_sym_AMP_AMP,
[anon_sym_AMP_PIPE] = anon_sym_AMP_PIPE,
[anon_sym_2_GT_PIPE] = anon_sym_2_GT_PIPE,
[anon_sym_PIPE] = anon_sym_PIPE,
[anon_sym_SEMI] = anon_sym_SEMI,
[anon_sym_AMP] = anon_sym_AMP,
[anon_sym_LF] = anon_sym_LF,
[anon_sym_CR] = anon_sym_CR,
[anon_sym_CR_LF] = anon_sym_CR_LF,
[anon_sym_BANG] = anon_sym_BANG,
[anon_sym_not] = anon_sym_not,
[anon_sym_DOLLAR] = anon_sym_DOLLAR,
[anon_sym_LPAREN] = anon_sym_LPAREN,
[anon_sym_RPAREN] = anon_sym_RPAREN,
[anon_sym_function] = anon_sym_function,
[anon_sym_end] = anon_sym_end,
[sym_integer] = sym_integer,
[sym_float] = sym_float,
[anon_sym_return] = anon_sym_return,
[anon_sym_switch] = anon_sym_switch,
[anon_sym_case] = anon_sym_case,
[sym_break] = sym_break,
[sym_continue] = sym_continue,
[anon_sym_for] = anon_sym_for,
[anon_sym_in] = anon_sym_in,
[anon_sym_while] = anon_sym_while,
[anon_sym_if] = anon_sym_if,
[anon_sym_else] = anon_sym_else,
[anon_sym_begin] = anon_sym_begin,
[anon_sym_RBRACE] = anon_sym_RBRACE,
[sym_comment] = sym_comment,
[sym_variable_name] = sym_variable_name,
[anon_sym_DOT_DOT] = anon_sym_DOT_DOT,
[anon_sym_LBRACK] = anon_sym_LBRACK,
[anon_sym_RBRACK] = anon_sym_RBRACK,
[anon_sym_LBRACE] = anon_sym_LBRACE,
[anon_sym_COMMA] = anon_sym_COMMA,
[anon_sym_DQUOTE] = anon_sym_DQUOTE,
[aux_sym_double_quote_string_token1] = aux_sym_double_quote_string_token1,
[anon_sym_SQUOTE] = anon_sym_SQUOTE,
[aux_sym_single_quote_string_token1] = aux_sym_single_quote_string_token1,
[sym_escape_sequence] = sym_escape_sequence,
[sym_stream_redirect] = sym_stream_redirect,
[sym_direction] = sym_direction,
[anon_sym_POUND] = anon_sym_POUND,
[sym_home_dir_expansion] = sym_home_dir_expansion,
[sym_glob] = sym_glob,
[sym_brace_word] = sym_word,
[sym__concat] = sym__concat,
[sym__brace_concat] = sym__brace_concat,
[sym__concat_list] = sym__concat_list,
[sym__begin_brace] = anon_sym_LBRACE,
[sym_program] = sym_program,
[sym_conditional_execution] = sym_conditional_execution,
[sym_pipe] = sym_pipe,
[sym_redirect_statement] = sym_redirect_statement,
[sym__terminated_statement] = sym__terminated_statement,
[sym__terminated_opt_statement] = sym__terminated_opt_statement,
[sym_negated_statement] = sym_negated_statement,
[sym_command_substitution] = sym_command_substitution,
[sym_function_definition] = sym_function_definition,
[sym_return] = sym_return,
[sym_switch_statement] = sym_switch_statement,
[sym_case_clause] = sym_case_clause,
[sym_for_statement] = sym_for_statement,
[sym_while_statement] = sym_while_statement,
[sym_if_statement] = sym_if_statement,
[sym_else_if_clause] = sym_else_if_clause,
[sym_else_clause] = sym_else_clause,
[sym_begin_statement] = sym_begin_statement,
[sym_variable_expansion] = sym_variable_expansion,
[sym_index] = sym_index,
[sym_range] = sym_range,
[sym_list_element_access] = sym_list_element_access,
[sym_brace_expansion] = sym_brace_expansion,
[sym_double_quote_string] = sym_double_quote_string,
[sym_single_quote_string] = sym_single_quote_string,
[sym_command] = sym_command,
[sym_file_redirect] = sym_file_redirect,
[sym__special_character] = sym__special_character,
[sym_concatenation] = sym_concatenation,
[sym__expression] = sym__expression,
[sym_brace_concatenation] = sym_concatenation,
[sym__brace_expression] = sym__brace_expression,
[sym__base_brace_expression] = sym__base_brace_expression,
[aux_sym_program_repeat1] = aux_sym_program_repeat1,
[aux_sym_function_definition_repeat1] = aux_sym_function_definition_repeat1,
[aux_sym_function_definition_repeat2] = aux_sym_function_definition_repeat2,
[aux_sym_switch_statement_repeat1] = aux_sym_switch_statement_repeat1,
[aux_sym_case_clause_repeat1] = aux_sym_case_clause_repeat1,
[aux_sym_for_statement_repeat1] = aux_sym_for_statement_repeat1,
[aux_sym_while_statement_repeat1] = aux_sym_while_statement_repeat1,
[aux_sym_if_statement_repeat1] = aux_sym_if_statement_repeat1,
[aux_sym_variable_expansion_repeat1] = aux_sym_variable_expansion_repeat1,
[aux_sym_list_element_access_repeat1] = aux_sym_list_element_access_repeat1,
[aux_sym_brace_expansion_repeat1] = aux_sym_brace_expansion_repeat1,
[aux_sym_double_quote_string_repeat1] = aux_sym_double_quote_string_repeat1,
[aux_sym_single_quote_string_repeat1] = aux_sym_single_quote_string_repeat1,
[aux_sym_command_repeat1] = aux_sym_command_repeat1,
[aux_sym_concatenation_repeat1] = aux_sym_concatenation_repeat1,
[aux_sym_brace_concatenation_repeat1] = aux_sym_brace_concatenation_repeat1,
};
static const TSSymbolMetadata ts_symbol_metadata[] = {
[ts_builtin_sym_end] = {
.visible = false,
.named = true,
},
[sym_word] = {
.visible = true,
.named = true,
},
[anon_sym_and] = {
.visible = true,
.named = false,
},
[anon_sym_or] = {
.visible = true,
.named = false,
},
[anon_sym_PIPE_PIPE] = {
.visible = true,
.named = false,
},
[anon_sym_AMP_AMP] = {
.visible = true,
.named = false,
},
[anon_sym_AMP_PIPE] = {
.visible = true,
.named = false,
},
[anon_sym_2_GT_PIPE] = {
.visible = true,
.named = false,
},
[anon_sym_PIPE] = {
.visible = true,
.named = false,
},
[anon_sym_SEMI] = {
.visible = true,
.named = false,
},
[anon_sym_AMP] = {
.visible = true,
.named = false,
},
[anon_sym_LF] = {
.visible = true,
.named = false,
},
[anon_sym_CR] = {
.visible = true,
.named = false,
},
[anon_sym_CR_LF] = {
.visible = true,
.named = false,
},
[anon_sym_BANG] = {
.visible = true,
.named = false,
},
[anon_sym_not] = {
.visible = true,
.named = false,
},
[anon_sym_DOLLAR] = {
.visible = true,
.named = false,
},
[anon_sym_LPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_RPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_function] = {
.visible = true,
.named = false,
},
[anon_sym_end] = {
.visible = true,
.named = false,
},
[sym_integer] = {
.visible = true,
.named = true,
},
[sym_float] = {
.visible = true,
.named = true,
},
[anon_sym_return] = {
.visible = true,
.named = false,
},
[anon_sym_switch] = {
.visible = true,
.named = false,
},
[anon_sym_case] = {
.visible = true,
.named = false,
},
[sym_break] = {
.visible = true,
.named = true,
},
[sym_continue] = {
.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_if] = {
.visible = true,
.named = false,
},
[anon_sym_else] = {
.visible = true,
.named = false,
},
[anon_sym_begin] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACE] = {
.visible = true,
.named = false,
},
[sym_comment] = {
.visible = true,
.named = true,
},
[sym_variable_name] = {
.visible = true,
.named = true,
},
[anon_sym_DOT_DOT] = {
.visible = true,
.named = false,
},
[anon_sym_LBRACK] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACK] = {
.visible = true,
.named = false,
},
[anon_sym_LBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_COMMA] = {
.visible = true,
.named = false,
},
[anon_sym_DQUOTE] = {
.visible = true,
.named = false,
},
[aux_sym_double_quote_string_token1] = {
.visible = false,
.named = false,
},
[anon_sym_SQUOTE] = {
.visible = true,
.named = false,
},
[aux_sym_single_quote_string_token1] = {
.visible = false,
.named = false,
},
[sym_escape_sequence] = {
.visible = true,
.named = true,
},
[sym_stream_redirect] = {
.visible = true,
.named = true,
},
[sym_direction] = {
.visible = true,
.named = true,
},
[anon_sym_POUND] = {
.visible = true,
.named = false,
},
[sym_home_dir_expansion] = {
.visible = true,
.named = true,
},
[sym_glob] = {
.visible = true,
.named = true,
},
[sym_brace_word] = {
.visible = true,
.named = true,
},
[sym__concat] = {
.visible = false,
.named = true,
},
[sym__brace_concat] = {
.visible = false,
.named = true,
},
[sym__concat_list] = {
.visible = false,
.named = true,
},
[sym__begin_brace] = {
.visible = true,
.named = false,
},
[sym_program] = {
.visible = true,
.named = true,
},
[sym_conditional_execution] = {
.visible = true,
.named = true,
},
[sym_pipe] = {
.visible = true,
.named = true,
},
[sym_redirect_statement] = {
.visible = true,
.named = true,
},
[sym__terminated_statement] = {
.visible = false,
.named = true,
},
[sym__terminated_opt_statement] = {
.visible = false,
.named = true,
},
[sym_negated_statement] = {
.visible = true,
.named = true,
},
[sym_command_substitution] = {
.visible = true,
.named = true,
},
[sym_function_definition] = {
.visible = true,
.named = true,
},
[sym_return] = {
.visible = true,
.named = true,
},
[sym_switch_statement] = {
.visible = true,
.named = true,
},
[sym_case_clause] = {
.visible = true,
.named = true,
},
[sym_for_statement] = {
.visible = true,
.named = true,
},
[sym_while_statement] = {
.visible = true,
.named = true,
},
[sym_if_statement] = {
.visible = true,
.named = true,
},
[sym_else_if_clause] = {
.visible = true,
.named = true,
},
[sym_else_clause] = {
.visible = true,
.named = true,
},
[sym_begin_statement] = {
.visible = true,
.named = true,
},
[sym_variable_expansion] = {
.visible = true,
.named = true,
},
[sym_index] = {
.visible = true,
.named = true,
},
[sym_range] = {
.visible = true,
.named = true,
},
[sym_list_element_access] = {
.visible = true,
.named = true,
},
[sym_brace_expansion] = {
.visible = true,
.named = true,
},
[sym_double_quote_string] = {
.visible = true,
.named = true,
},
[sym_single_quote_string] = {
.visible = true,
.named = true,
},
[sym_command] = {
.visible = true,
.named = true,
},
[sym_file_redirect] = {
.visible = true,
.named = true,
},
[sym__special_character] = {
.visible = false,
.named = true,
},
[sym_concatenation] = {
.visible = true,
.named = true,
},
[sym__expression] = {
.visible = false,
.named = true,
},
[sym_brace_concatenation] = {
.visible = true,
.named = true,
},
[sym__brace_expression] = {
.visible = false,
.named = true,
},
[sym__base_brace_expression] = {
.visible = false,
.named = true,
},
[aux_sym_program_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_function_definition_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_function_definition_repeat2] = {
.visible = false,
.named = false,
},
[aux_sym_switch_statement_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_case_clause_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_for_statement_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_while_statement_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_if_statement_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_variable_expansion_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_list_element_access_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_brace_expansion_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_double_quote_string_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_single_quote_string_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_command_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_concatenation_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_brace_concatenation_repeat1] = {
.visible = false,
.named = false,
},
};
enum {
field_argument = 1,
field_condition = 2,
field_destination = 3,
field_name = 4,
field_operator = 5,
field_option = 6,
field_redirect = 7,
field_value = 8,
field_variable = 9,
};
static const char * const ts_field_names[] = {
[0] = NULL,
[field_argument] = "argument",
[field_condition] = "condition",
[field_destination] = "destination",
[field_name] = "name",
[field_operator] = "operator",
[field_option] = "option",
[field_redirect] = "redirect",
[field_value] = "value",
[field_variable] = "variable",
};
static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = {
[2] = {.index = 0, .length = 1},
[3] = {.index = 1, .length = 1},
[4] = {.index = 2, .length = 1},
[5] = {.index = 3, .length = 3},
[6] = {.index = 6, .length = 1},
[7] = {.index = 7, .length = 2},
[8] = {.index = 9, .length = 1},
[9] = {.index = 10, .length = 4},
[10] = {.index = 14, .length = 1},
[11] = {.index = 15, .length = 2},
[12] = {.index = 17, .length = 1},
[13] = {.index = 18, .length = 1},
[14] = {.index = 19, .length = 2},
[15] = {.index = 21, .length = 2},
[16] = {.index = 23, .length = 1},
[17] = {.index = 24, .length = 2},
};
static const TSFieldMapEntry ts_field_map_entries[] = {
[0] =
{field_name, 0},
[1] =
{field_redirect, 0},
[2] =
{field_argument, 0},
[3] =
{field_argument, 1, .inherited = true},
{field_name, 0},
{field_redirect, 1, .inherited = true},
[6] =
{field_option, 0},
[7] =
{field_destination, 1},
{field_operator, 0},
[9] =
{field_condition, 1},
[10] =
{field_argument, 0, .inherited = true},
{field_argument, 1, .inherited = true},
{field_redirect, 0, .inherited = true},
{field_redirect, 1, .inherited = true},
[14] =
{field_name, 1},
[15] =
{field_option, 0, .inherited = true},
{field_option, 1, .inherited = true},
[17] =
{field_value, 1},
[18] =
{field_value, 0},
[19] =
{field_name, 1},
{field_option, 2, .inherited = true},
[21] =
{field_value, 0, .inherited = true},
{field_value, 1, .inherited = true},
[23] =
{field_condition, 2},
[24] =
{field_value, 3, .inherited = true},
{field_variable, 1},
};
static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = {
[0] = {0},
[1] = {
[0] = sym_word,
},
};
static const uint16_t ts_non_terminal_alias_map[] = {
sym__special_character, 2,
sym__special_character,
sym_word,
0,
};
static const TSStateId ts_primary_state_ids[STATE_COUNT] = {
[0] = 0,
[1] = 1,
[2] = 2,
[3] = 3,
[4] = 4,
[5] = 5,
[6] = 6,
[7] = 7,
[8] = 8,
[9] = 5,
[10] = 10,
[11] = 5,
[12] = 12,
[13] = 13,
[14] = 14,
[15] = 15,
[16] = 16,
[17] = 17,
[18] = 18,
[19] = 19,
[20] = 20,
[21] = 17,
[22] = 18,
[23] = 23,
[24] = 18,
[25] = 17,
[26] = 26,
[27] = 19,
[28] = 17,
[29] = 18,
[30] = 23,
[31] = 19,
[32] = 19,
[33] = 18,
[34] = 19,
[35] = 17,
[36] = 23,
[37] = 19,
[38] = 17,
[39] = 18,
[40] = 23,
[41] = 20,
[42] = 23,
[43] = 18,
[44] = 19,
[45] = 23,
[46] = 23,
[47] = 17,
[48] = 48,
[49] = 49,
[50] = 50,
[51] = 51,
[52] = 52,
[53] = 53,
[54] = 54,
[55] = 55,
[56] = 56,
[57] = 57,
[58] = 58,
[59] = 59,
[60] = 60,
[61] = 61,
[62] = 62,
[63] = 63,
[64] = 64,
[65] = 65,
[66] = 66,
[67] = 67,
[68] = 68,
[69] = 49,
[70] = 70,
[71] = 71,
[72] = 72,
[73] = 73,
[74] = 74,
[75] = 75,
[76] = 76,
[77] = 77,
[78] = 78,
[79] = 79,
[80] = 80,
[81] = 81,
[82] = 82,
[83] = 83,
[84] = 84,
[85] = 85,
[86] = 86,
[87] = 86,
[88] = 85,
[89] = 85,
[90] = 90,
[91] = 90,
[92] = 92,
[93] = 93,
[94] = 92,
[95] = 95,
[96] = 93,
[97] = 97,
[98] = 98,
[99] = 86,
[100] = 100,
[101] = 101,
[102] = 102,
[103] = 103,
[104] = 104,
[105] = 105,
[106] = 106,
[107] = 107,
[108] = 108,
[109] = 86,
[110] = 110,
[111] = 111,
[112] = 112,
[113] = 113,
[114] = 114,
[115] = 115,
[116] = 116,
[117] = 117,
[118] = 118,
[119] = 119,
[120] = 120,
[121] = 121,
[122] = 122,
[123] = 123,
[124] = 124,
[125] = 125,
[126] = 126,
[127] = 127,
[128] = 128,
[129] = 129,
[130] = 130,
[131] = 131,
[132] = 132,
[133] = 132,
[134] = 131,
[135] = 92,
[136] = 131,
[137] = 95,
[138] = 93,
[139] = 131,
[140] = 92,
[141] = 131,
[142] = 93,
[143] = 143,
[144] = 144,
[145] = 102,
[146] = 100,
[147] = 101,
[148] = 148,
[149] = 148,
[150] = 150,
[151] = 103,
[152] = 148,
[153] = 148,
[154] = 104,
[155] = 98,
[156] = 97,
[157] = 111,
[158] = 110,
[159] = 116,
[160] = 105,
[161] = 106,
[162] = 113,
[163] = 118,
[164] = 112,
[165] = 114,
[166] = 108,
[167] = 107,
[168] = 117,
[169] = 115,
[170] = 170,
[171] = 171,
[172] = 93,
[173] = 92,
[174] = 95,
[175] = 93,
[176] = 92,
[177] = 102,
[178] = 100,
[179] = 103,
[180] = 104,
[181] = 98,
[182] = 182,
[183] = 101,
[184] = 97,
[185] = 105,
[186] = 117,
[187] = 187,
[188] = 188,
[189] = 116,
[190] = 118,
[191] = 106,
[192] = 115,
[193] = 113,
[194] = 110,
[195] = 111,
[196] = 196,
[197] = 107,
[198] = 108,
[199] = 199,
[200] = 112,
[201] = 114,
[202] = 202,
[203] = 203,
[204] = 204,
[205] = 205,
[206] = 206,
[207] = 207,
[208] = 208,
[209] = 209,
[210] = 210,
[211] = 211,
[212] = 212,
[213] = 202,
[214] = 214,
[215] = 215,
[216] = 216,
[217] = 217,
[218] = 218,
[219] = 219,
[220] = 220,
[221] = 202,
[222] = 207,
[223] = 223,
[224] = 208,
[225] = 225,
[226] = 226,
[227] = 227,
[228] = 228,
[229] = 229,
[230] = 230,
[231] = 208,
[232] = 232,
[233] = 233,
[234] = 234,
[235] = 210,
[236] = 236,
[237] = 237,
[238] = 238,
[239] = 239,
[240] = 240,
[241] = 210,
[242] = 211,
[243] = 243,
[244] = 211,
[245] = 202,
[246] = 202,
[247] = 211,
[248] = 248,
[249] = 207,
[250] = 250,
[251] = 210,
[252] = 252,
[253] = 253,
[254] = 254,
[255] = 127,
[256] = 208,
[257] = 208,
[258] = 207,
[259] = 210,
[260] = 211,
[261] = 211,
[262] = 210,
[263] = 263,
[264] = 202,
[265] = 208,
[266] = 207,
[267] = 207,
[268] = 207,
[269] = 269,
[270] = 270,
[271] = 202,
[272] = 211,
[273] = 273,
[274] = 208,
[275] = 210,
[276] = 276,
[277] = 277,
[278] = 277,
[279] = 279,
[280] = 276,
[281] = 277,
[282] = 279,
[283] = 277,
[284] = 279,
[285] = 285,
[286] = 286,
[287] = 92,
[288] = 93,
[289] = 92,
[290] = 93,
[291] = 95,
[292] = 292,
[293] = 104,
[294] = 292,
[295] = 295,
[296] = 95,
[297] = 295,
[298] = 92,
[299] = 292,
[300] = 292,
[301] = 292,
[302] = 295,
[303] = 92,
[304] = 93,
[305] = 292,
[306] = 295,
[307] = 307,
[308] = 295,
[309] = 295,
[310] = 103,
[311] = 102,
[312] = 93,
[313] = 105,
[314] = 98,
[315] = 315,
[316] = 107,
[317] = 92,
[318] = 116,
[319] = 319,
[320] = 103,
[321] = 118,
[322] = 93,
[323] = 95,
[324] = 101,
[325] = 97,
[326] = 93,
[327] = 92,
[328] = 108,
[329] = 114,
[330] = 100,
[331] = 104,
[332] = 117,
[333] = 102,
[334] = 115,
[335] = 335,
[336] = 336,
[337] = 117,
[338] = 104,
[339] = 339,
[340] = 111,
[341] = 118,
[342] = 113,
[343] = 115,
[344] = 116,
[345] = 106,
[346] = 112,
[347] = 114,
[348] = 108,
[349] = 107,
[350] = 110,
[351] = 105,
[352] = 103,
[353] = 102,
[354] = 118,
[355] = 355,
[356] = 356,
[357] = 357,
[358] = 107,
[359] = 105,
[360] = 92,
[361] = 93,
[362] = 92,
[363] = 95,
[364] = 116,
[365] = 93,
[366] = 366,
[367] = 367,
[368] = 368,
[369] = 369,
[370] = 366,
[371] = 367,
[372] = 103,
[373] = 373,
[374] = 374,
[375] = 375,
[376] = 102,
[377] = 377,
[378] = 367,
[379] = 374,
[380] = 104,
[381] = 381,
[382] = 366,
[383] = 366,
[384] = 374,
[385] = 366,
[386] = 386,
[387] = 374,
[388] = 388,
[389] = 374,
[390] = 367,
[391] = 367,
[392] = 367,
[393] = 374,
[394] = 366,
[395] = 374,
[396] = 114,
[397] = 105,
[398] = 115,
[399] = 113,
[400] = 118,
[401] = 401,
[402] = 402,
[403] = 403,
[404] = 404,
[405] = 404,
[406] = 404,
[407] = 403,
[408] = 408,
[409] = 408,
[410] = 117,
[411] = 116,
[412] = 408,
[413] = 408,
[414] = 402,
[415] = 403,
[416] = 403,
[417] = 408,
[418] = 403,
[419] = 112,
[420] = 108,
[421] = 404,
[422] = 404,
[423] = 404,
[424] = 402,
[425] = 402,
[426] = 404,
[427] = 107,
[428] = 402,
[429] = 110,
[430] = 430,
[431] = 431,
[432] = 432,
[433] = 431,
[434] = 431,
[435] = 431,
[436] = 431,
[437] = 431,
[438] = 431,
[439] = 439,
[440] = 440,
[441] = 441,
[442] = 442,
[443] = 443,
[444] = 444,
[445] = 445,
};
static inline bool anon_sym_LF_character_set_1(int32_t c) {
return (c < 8192
? (c < 133
? (c < ' '
? (c >= '\t' && c <= '\f')
: c <= ' ')
: (c <= 133 || (c < 5760
? c == 160
: c <= 5760)))
: (c <= 8202 || (c < 8287
? (c < 8239
? (c >= 8232 && c <= 8233)
: c <= 8239)
: (c <= 8287 || c == 12288))));
}
static inline bool sym_word_character_set_1(int32_t c) {
return (c < 8192
? (c < 160
? (c < 133
? (c >= 11 && c <= '\f')
: c <= 133)
: (c <= 160 || c == 5760))
: (c <= 8202 || (c < 8287
? (c < 8239
? (c >= 8232 && c <= 8233)
: c <= 8239)
: (c <= 8287 || c == 12288))));
}
static inline bool sym_word_character_set_2(int32_t c) {
return (c < '$'
? (c < '\r'
? (c < '\t'
? c == 0
: c <= '\n')
: (c <= '\r' || (c < '"'
? c == ' '
: c <= '"')))
: (c <= '$' || (c < '>'
? (c < ';'
? (c >= '&' && c <= '*')
: c <= '<')
: (c <= '>' || (c < '{'
? (c >= '[' && c <= ']')
: c <= '~')))));
}
static inline bool sym_word_character_set_3(int32_t c) {
return (c < '$'
? (c < '\r'
? (c < '\t'
? c == 0
: c <= '\n')
: (c <= '\r' || (c < '"'
? c == ' '
: c <= '"')))
: (c <= '$' || (c < '['
? (c < ';'
? (c >= '&' && c <= '*')
: c <= ';')
: (c <= ']' || (c >= '{' && c <= '~')))));
}
static inline bool sym_word_character_set_4(int32_t c) {
return (c < '&'
? (c < ' '
? (c < '\t'
? c == 0
: c <= '\t')
: (c <= ' ' || (c >= '"' && c <= '$')))
: (c <= '*' || (c < '['
? (c < '>'
? (c >= ';' && c <= '<')
: c <= '>')
: (c <= ']' || (c >= '{' && c <= '~')))));
}
static inline bool sym_word_character_set_5(int32_t c) {
return (c < '&'
? (c < ' '
? (c < '\t'
? c == 0
: c <= '\r')
: (c <= ' ' || (c >= '"' && c <= '$')))
: (c <= '*' || (c < '['
? (c < '>'
? (c >= ';' && c <= '<')
: c <= '>')
: (c <= ']' || (c >= '{' && c <= '~')))));
}
static inline bool sym_brace_word_character_set_1(int32_t c) {
return (c < 8192
? (c < 133
? (c < ' '
? (c >= '\t' && c <= '\r')
: c <= ' ')
: (c <= 133 || (c < 5760
? c == 160
: c <= 5760)))
: (c <= 8202 || (c < 8287
? (c < 8239
? (c >= 8232 && c <= 8233)
: c <= 8239)
: (c <= 8287 || c == 12288))));
}
static bool ts_lex(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (eof) ADVANCE(33);
if (lookahead == '!') ADVANCE(54);
if (lookahead == '"') ADVANCE(86);
if (lookahead == '#') ADVANCE(114);
if (lookahead == '$') ADVANCE(55);
if (lookahead == '&') ADVANCE(41);
if (lookahead == '\'') ADVANCE(90);
if (lookahead == '(') ADVANCE(56);
if (lookahead == ')') ADVANCE(58);
if (lookahead == '*') ADVANCE(117);
if (lookahead == '+' ||
lookahead == '-') ADVANCE(140);
if (lookahead == ',') ADVANCE(85);
if (lookahead == '.') ADVANCE(129);
if (lookahead == '2') ADVANCE(62);
if (lookahead == ';') ADVANCE(39);
if (lookahead == '<') ADVANCE(108);
if (lookahead == '>') ADVANCE(109);
if (lookahead == '[') ADVANCE(81);
if (lookahead == '\\') ADVANCE(19);
if (lookahead == ']') ADVANCE(82);
if (lookahead == 'c') ADVANCE(130);
if (lookahead == 'e') ADVANCE(136);
if (lookahead == 'i') ADVANCE(134);
if (lookahead == '{') ADVANCE(83);
if (lookahead == '|') ADVANCE(38);
if (lookahead == '}') ADVANCE(76);
if (lookahead == '~') ADVANCE(116);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(0)
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(61);
if (sym_word_character_set_1(lookahead)) ADVANCE(126);
if (lookahead != 0) ADVANCE(142);
END_STATE();
case 1:
if (lookahead == '\n') ADVANCE(43);
if (lookahead == '\r') ADVANCE(49);
if (lookahead == '#') ADVANCE(77);
if (lookahead == '&') ADVANCE(41);
if (lookahead == ')') ADVANCE(58);
if (lookahead == '2') ADVANCE(18);
if (lookahead == ';') ADVANCE(39);
if (lookahead == '<') ADVANCE(108);
if (lookahead == '>') ADVANCE(109);
if (lookahead == '|') ADVANCE(38);
if (lookahead == '}') ADVANCE(76);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(17);
if (anon_sym_LF_character_set_1(lookahead)) SKIP(1)
END_STATE();
case 2:
if (lookahead == '\n') ADVANCE(43);
if (lookahead == '\r') ADVANCE(49);
if (lookahead == '#') ADVANCE(77);
if (lookahead == '&') ADVANCE(40);
if (lookahead == ';') ADVANCE(39);
if (lookahead == 'i') ADVANCE(24);
if (anon_sym_LF_character_set_1(lookahead)) SKIP(2)
END_STATE();
case 3:
if (lookahead == '\n') ADVANCE(44);
if (lookahead == '\r') ADVANCE(50);
if (lookahead == '!') ADVANCE(54);
if (lookahead == '"') ADVANCE(86);
if (lookahead == '#') ADVANCE(77);
if (lookahead == '$') ADVANCE(55);
if (lookahead == '&') ADVANCE(40);
if (lookahead == '\'') ADVANCE(90);
if (lookahead == '(') ADVANCE(56);
if (lookahead == '*') ADVANCE(117);
if (lookahead == '+' ||
lookahead == '-') ADVANCE(140);
if (lookahead == ';') ADVANCE(39);
if (lookahead == '[') ADVANCE(81);
if (lookahead == '\\') ADVANCE(19);
if (lookahead == ']') ADVANCE(82);
if (lookahead == 'e') ADVANCE(136);
if (lookahead == 'i') ADVANCE(135);
if (lookahead == '{') ADVANCE(83);
if (lookahead == '~') ADVANCE(116);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(3)
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(63);
if (sym_word_character_set_1(lookahead)) ADVANCE(119);
if (lookahead != 0 &&
lookahead != ')' &&
lookahead != '<' &&
lookahead != '>' &&
lookahead != '|' &&
lookahead != '}') ADVANCE(142);
END_STATE();
case 4:
if (lookahead == '\n') ADVANCE(45);
if (lookahead == '\r') ADVANCE(51);
if (lookahead == '!') ADVANCE(54);
if (lookahead == '"') ADVANCE(86);
if (lookahead == '#') ADVANCE(77);
if (lookahead == '$') ADVANCE(55);
if (lookahead == '&') ADVANCE(40);
if (lookahead == '\'') ADVANCE(90);
if (lookahead == '(') ADVANCE(56);
if (lookahead == '*') ADVANCE(117);
if (lookahead == '+' ||
lookahead == '-') ADVANCE(140);
if (lookahead == ';') ADVANCE(39);
if (lookahead == '[') ADVANCE(81);
if (lookahead == '\\') ADVANCE(19);
if (lookahead == ']') ADVANCE(82);
if (lookahead == 'e') ADVANCE(137);
if (lookahead == 'i') ADVANCE(135);
if (lookahead == '{') ADVANCE(83);
if (lookahead == '~') ADVANCE(116);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(4)
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(63);
if (sym_word_character_set_1(lookahead)) ADVANCE(120);
if (lookahead != 0 &&
lookahead != ')' &&
lookahead != '<' &&
lookahead != '>' &&
lookahead != '|' &&
lookahead != '}') ADVANCE(142);
END_STATE();
case 5:
if (lookahead == '\n') ADVANCE(46);
if (lookahead == '\r') ADVANCE(52);
if (lookahead == '"') ADVANCE(86);
if (lookahead == '#') ADVANCE(77);
if (lookahead == '$') ADVANCE(55);
if (lookahead == '&') ADVANCE(41);
if (lookahead == '\'') ADVANCE(90);
if (lookahead == '(') ADVANCE(56);
if (lookahead == ')') ADVANCE(58);
if (lookahead == '*') ADVANCE(117);
if (lookahead == '+' ||
lookahead == '-') ADVANCE(140);
if (lookahead == '2') ADVANCE(62);
if (lookahead == ';') ADVANCE(39);
if (lookahead == '<') ADVANCE(108);
if (lookahead == '>') ADVANCE(109);
if (lookahead == '[') ADVANCE(81);
if (lookahead == '\\') ADVANCE(19);
if (lookahead == ']') ADVANCE(82);
if (lookahead == '{') ADVANCE(83);
if (lookahead == '|') ADVANCE(38);
if (lookahead == '}') ADVANCE(76);
if (lookahead == '~') ADVANCE(116);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(5)
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(61);
if (sym_word_character_set_1(lookahead)) ADVANCE(121);
if (lookahead != 0) ADVANCE(142);
END_STATE();
case 6:
if (lookahead == '\n') ADVANCE(47);
if (lookahead == '\r') ADVANCE(53);
if (lookahead == '"') ADVANCE(86);
if (lookahead == '#') ADVANCE(77);
if (lookahead == '$') ADVANCE(55);
if (lookahead == '&') ADVANCE(40);
if (lookahead == '\'') ADVANCE(90);
if (lookahead == '(') ADVANCE(56);
if (lookahead == '*') ADVANCE(117);
if (lookahead == '+' ||
lookahead == '-') ADVANCE(140);
if (lookahead == ';') ADVANCE(39);
if (lookahead == '[') ADVANCE(81);
if (lookahead == '\\') ADVANCE(19);
if (lookahead == ']') ADVANCE(82);
if (lookahead == '{') ADVANCE(83);
if (lookahead == '~') ADVANCE(116);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(6)
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(63);
if (sym_word_character_set_1(lookahead)) ADVANCE(122);
if (lookahead != 0 &&
lookahead != ')' &&
lookahead != '<' &&
lookahead != '>' &&
lookahead != '|' &&
lookahead != '}') ADVANCE(142);
END_STATE();
case 7:
if (lookahead == '!') ADVANCE(54);
if (lookahead == '"') ADVANCE(86);
if (lookahead == '#') ADVANCE(77);
if (lookahead == '$') ADVANCE(55);
if (lookahead == '\'') ADVANCE(90);
if (lookahead == '(') ADVANCE(56);
if (lookahead == '*') ADVANCE(117);
if (lookahead == '+' ||
lookahead == '-') ADVANCE(140);
if (lookahead == '[') ADVANCE(81);
if (lookahead == '\\') ADVANCE(19);
if (lookahead == ']') ADVANCE(82);
if (lookahead == 'c') ADVANCE(130);
if (lookahead == 'e') ADVANCE(137);
if (lookahead == 'i') ADVANCE(135);
if (lookahead == '{') ADVANCE(83);
if (lookahead == '~') ADVANCE(116);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(7)
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(63);
if (sym_word_character_set_1(lookahead)) ADVANCE(123);
if (lookahead != 0 &&
(lookahead < '&' || ')' < lookahead) &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
lookahead != '|' &&
lookahead != '}') ADVANCE(142);
END_STATE();
case 8:
if (lookahead == '!') ADVANCE(54);
if (lookahead == '"') ADVANCE(86);
if (lookahead == '#') ADVANCE(77);
if (lookahead == '$') ADVANCE(55);
if (lookahead == '\'') ADVANCE(90);
if (lookahead == '(') ADVANCE(56);
if (lookahead == '*') ADVANCE(117);
if (lookahead == '+' ||
lookahead == '-') ADVANCE(140);
if (lookahead == '[') ADVANCE(81);
if (lookahead == '\\') ADVANCE(19);
if (lookahead == ']') ADVANCE(82);
if (lookahead == 'e') ADVANCE(137);
if (lookahead == 'i') ADVANCE(135);
if (lookahead == '{') ADVANCE(83);
if (lookahead == '~') ADVANCE(116);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(8)
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(63);
if (sym_word_character_set_1(lookahead)) ADVANCE(124);
if (lookahead != 0 &&
(lookahead < '&' || ')' < lookahead) &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
lookahead != '|' &&
lookahead != '}') ADVANCE(142);
END_STATE();
case 9:
if (lookahead == '!') ADVANCE(54);
if (lookahead == '"') ADVANCE(86);
if (lookahead == '#') ADVANCE(77);
if (lookahead == '$') ADVANCE(55);
if (lookahead == '\'') ADVANCE(90);
if (lookahead == '(') ADVANCE(56);
if (lookahead == '*') ADVANCE(117);
if (lookahead == '+' ||
lookahead == '-') ADVANCE(140);
if (lookahead == '[') ADVANCE(81);
if (lookahead == '\\') ADVANCE(19);
if (lookahead == ']') ADVANCE(82);
if (lookahead == 'i') ADVANCE(135);
if (lookahead == '{') ADVANCE(83);
if (lookahead == '~') ADVANCE(116);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(9)
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(63);
if (sym_word_character_set_1(lookahead)) ADVANCE(125);
if (lookahead != 0 &&
(lookahead < '&' || ')' < lookahead) &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
lookahead != '|' &&
lookahead != '}') ADVANCE(142);
END_STATE();
case 10:
if (lookahead == '"') ADVANCE(86);
if (lookahead == '#') ADVANCE(114);
if (lookahead == '$') ADVANCE(55);
if (lookahead == '\'') ADVANCE(90);
if (lookahead == '(') ADVANCE(56);
if (lookahead == '*') ADVANCE(117);
if (lookahead == '+' ||
lookahead == '-') ADVANCE(140);
if (lookahead == '[') ADVANCE(81);
if (lookahead == '\\') ADVANCE(19);
if (lookahead == ']') ADVANCE(82);
if (lookahead == '{') ADVANCE(83);
if (lookahead == '~') ADVANCE(116);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(10)
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(63);
if (sym_word_character_set_1(lookahead)) ADVANCE(128);
if (lookahead != 0 &&
(lookahead < '&' || ')' < lookahead) &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
lookahead != '|' &&
lookahead != '}') ADVANCE(142);
END_STATE();
case 11:
if (lookahead == '"') ADVANCE(86);
if (lookahead == '#') ADVANCE(77);
if (lookahead == '$') ADVANCE(55);
if (lookahead == '\'') ADVANCE(90);
if (lookahead == '(') ADVANCE(56);
if (lookahead == '*') ADVANCE(117);
if (lookahead == '+' ||
lookahead == '-') ADVANCE(140);
if (lookahead == '[') ADVANCE(81);
if (lookahead == '\\') ADVANCE(19);
if (lookahead == ']') ADVANCE(82);
if (lookahead == '{') ADVANCE(83);
if (lookahead == '~') ADVANCE(116);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(11)
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(63);
if (sym_word_character_set_1(lookahead)) ADVANCE(127);
if (lookahead != 0 &&
(lookahead < '&' || ')' < lookahead) &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
lookahead != '|' &&
lookahead != '}') ADVANCE(142);
END_STATE();
case 12:
if (lookahead == '"') ADVANCE(86);
if (lookahead == '#') ADVANCE(143);
if (lookahead == '$') ADVANCE(55);
if (lookahead == '\'') ADVANCE(90);
if (lookahead == '(') ADVANCE(56);
if (lookahead == '*') ADVANCE(117);
if (lookahead == '+' ||
lookahead == '-') ADVANCE(145);
if (lookahead == ',') ADVANCE(84);
if (lookahead == '\\') ADVANCE(19);
if (lookahead == '{') ADVANCE(83);
if (lookahead == '}') ADVANCE(76);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(64);
if (sym_brace_word_character_set_1(lookahead)) ADVANCE(144);
if (lookahead != 0 &&
lookahead != ')') ADVANCE(147);
END_STATE();
case 13:
if (lookahead == '"') ADVANCE(86);
if (lookahead == '#') ADVANCE(87);
if (lookahead == '$') ADVANCE(55);
if (lookahead == '(') ADVANCE(57);
if (lookahead == '\\') ADVANCE(19);
if (sym_brace_word_character_set_1(lookahead)) ADVANCE(88);
if (lookahead != 0) ADVANCE(89);
END_STATE();
case 14:
if (lookahead == '#') ADVANCE(77);
if (lookahead == '$') ADVANCE(55);
if (lookahead == '(') ADVANCE(56);
if (sym_brace_word_character_set_1(lookahead)) SKIP(14)
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(78);
END_STATE();
case 15:
if (lookahead == '#') ADVANCE(91);
if (lookahead == '\'') ADVANCE(90);
if (lookahead == '\\') ADVANCE(19);
if (sym_brace_word_character_set_1(lookahead)) ADVANCE(92);
if (lookahead != 0) ADVANCE(93);
END_STATE();
case 16:
if (lookahead == '.') ADVANCE(79);
END_STATE();
case 17:
if (lookahead == '<') ADVANCE(108);
if (lookahead == '>') ADVANCE(109);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(17);
END_STATE();
case 18:
if (lookahead == '<') ADVANCE(108);
if (lookahead == '>') ADVANCE(110);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(17);
END_STATE();
case 19:
if (lookahead == 'U') ADVANCE(104);
if (lookahead == 'X') ADVANCE(98);
if (lookahead == 'c') ADVANCE(105);
if (lookahead == 'u') ADVANCE(100);
if (lookahead == 'x') ADVANCE(98);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(96);
if (lookahead != 0) ADVANCE(94);
END_STATE();
case 20:
if (lookahead == 'a') ADVANCE(27);
END_STATE();
case 21:
if (lookahead == 'd') ADVANCE(59);
END_STATE();
case 22:
if (lookahead == 'e') ADVANCE(68);
END_STATE();
case 23:
if (lookahead == 'e') ADVANCE(74);
END_STATE();
case 24:
if (lookahead == 'f') ADVANCE(72);
END_STATE();
case 25:
if (lookahead == 'f') ADVANCE(72);
if (lookahead == 'n') ADVANCE(70);
END_STATE();
case 26:
if (lookahead == 'l') ADVANCE(28);
if (lookahead == 'n') ADVANCE(21);
END_STATE();
case 27:
if (lookahead == 's') ADVANCE(22);
END_STATE();
case 28:
if (lookahead == 's') ADVANCE(23);
END_STATE();
case 29:
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '2')) ADVANCE(106);
END_STATE();
case 30:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(65);
END_STATE();
case 31:
if (eof) ADVANCE(33);
if (lookahead == '\n') ADVANCE(42);
if (lookahead == '\r') ADVANCE(48);
if (lookahead == '!') ADVANCE(54);
if (lookahead == '"') ADVANCE(86);
if (lookahead == '#') ADVANCE(77);
if (lookahead == '$') ADVANCE(55);
if (lookahead == '&') ADVANCE(40);
if (lookahead == '\'') ADVANCE(90);
if (lookahead == '(') ADVANCE(56);
if (lookahead == ')') ADVANCE(58);
if (lookahead == '*') ADVANCE(117);
if (lookahead == '+' ||
lookahead == '-') ADVANCE(140);
if (lookahead == ';') ADVANCE(39);
if (lookahead == '[') ADVANCE(81);
if (lookahead == '\\') ADVANCE(19);
if (lookahead == ']') ADVANCE(82);
if (lookahead == 'i') ADVANCE(135);
if (lookahead == '{') ADVANCE(83);
if (lookahead == '}') ADVANCE(76);
if (lookahead == '~') ADVANCE(116);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(31)
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(63);
if (sym_word_character_set_1(lookahead)) ADVANCE(118);
if (lookahead != 0 &&
lookahead != '<' &&
lookahead != '>' &&
lookahead != '|') ADVANCE(142);
END_STATE();
case 32:
if (eof) ADVANCE(33);
if (lookahead == '"') ADVANCE(86);
if (lookahead == '#') ADVANCE(77);
if (lookahead == '$') ADVANCE(55);
if (lookahead == '\'') ADVANCE(90);
if (lookahead == '(') ADVANCE(56);
if (lookahead == '+' ||
lookahead == '-') ADVANCE(30);
if (lookahead == ',') ADVANCE(84);
if (lookahead == '.') ADVANCE(16);
if (lookahead == '[') ADVANCE(81);
if (lookahead == ']') ADVANCE(82);
if (lookahead == 'c') ADVANCE(20);
if (lookahead == 'e') ADVANCE(26);
if (lookahead == 'i') ADVANCE(25);
if (lookahead == '}') ADVANCE(76);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(65);
if (sym_brace_word_character_set_1(lookahead)) SKIP(32)
END_STATE();
case 33:
ACCEPT_TOKEN(ts_builtin_sym_end);
END_STATE();
case 34:
ACCEPT_TOKEN(anon_sym_PIPE_PIPE);
END_STATE();
case 35:
ACCEPT_TOKEN(anon_sym_AMP_AMP);
END_STATE();
case 36:
ACCEPT_TOKEN(anon_sym_AMP_PIPE);
END_STATE();
case 37:
ACCEPT_TOKEN(anon_sym_2_GT_PIPE);
END_STATE();
case 38:
ACCEPT_TOKEN(anon_sym_PIPE);
if (lookahead == '|') ADVANCE(34);
END_STATE();
case 39:
ACCEPT_TOKEN(anon_sym_SEMI);
END_STATE();
case 40:
ACCEPT_TOKEN(anon_sym_AMP);
END_STATE();
case 41:
ACCEPT_TOKEN(anon_sym_AMP);
if (lookahead == '&') ADVANCE(35);
if (lookahead == '<') ADVANCE(107);
if (lookahead == '>') ADVANCE(112);
if (lookahead == '|') ADVANCE(36);
END_STATE();
case 42:
ACCEPT_TOKEN(anon_sym_LF);
if (lookahead == '\n') ADVANCE(42);
if (lookahead == '\r') ADVANCE(48);
if (sym_word_character_set_1(lookahead)) ADVANCE(118);
END_STATE();
case 43:
ACCEPT_TOKEN(anon_sym_LF);
if (lookahead == '\n') ADVANCE(43);
if (lookahead == '\r') ADVANCE(49);
END_STATE();
case 44:
ACCEPT_TOKEN(anon_sym_LF);
if (lookahead == '\n') ADVANCE(44);
if (lookahead == '\r') ADVANCE(50);
if (sym_word_character_set_1(lookahead)) ADVANCE(119);
END_STATE();
case 45:
ACCEPT_TOKEN(anon_sym_LF);
if (lookahead == '\n') ADVANCE(45);
if (lookahead == '\r') ADVANCE(51);
if (sym_word_character_set_1(lookahead)) ADVANCE(120);
END_STATE();
case 46:
ACCEPT_TOKEN(anon_sym_LF);
if (lookahead == '\n') ADVANCE(46);
if (lookahead == '\r') ADVANCE(52);
if (sym_word_character_set_1(lookahead)) ADVANCE(121);
END_STATE();
case 47:
ACCEPT_TOKEN(anon_sym_LF);
if (lookahead == '\n') ADVANCE(47);
if (lookahead == '\r') ADVANCE(53);
if (sym_word_character_set_1(lookahead)) ADVANCE(122);
END_STATE();
case 48:
ACCEPT_TOKEN(anon_sym_CR);
if (lookahead == '\n') ADVANCE(42);
if (lookahead == '\r') ADVANCE(48);
if (sym_word_character_set_1(lookahead)) ADVANCE(118);
END_STATE();
case 49:
ACCEPT_TOKEN(anon_sym_CR);
if (lookahead == '\n') ADVANCE(43);
if (lookahead == '\r') ADVANCE(49);
END_STATE();
case 50:
ACCEPT_TOKEN(anon_sym_CR);
if (lookahead == '\n') ADVANCE(44);
if (lookahead == '\r') ADVANCE(50);
if (sym_word_character_set_1(lookahead)) ADVANCE(119);
END_STATE();
case 51:
ACCEPT_TOKEN(anon_sym_CR);
if (lookahead == '\n') ADVANCE(45);
if (lookahead == '\r') ADVANCE(51);
if (sym_word_character_set_1(lookahead)) ADVANCE(120);
END_STATE();
case 52:
ACCEPT_TOKEN(anon_sym_CR);
if (lookahead == '\n') ADVANCE(46);
if (lookahead == '\r') ADVANCE(52);
if (sym_word_character_set_1(lookahead)) ADVANCE(121);
END_STATE();
case 53:
ACCEPT_TOKEN(anon_sym_CR);
if (lookahead == '\n') ADVANCE(47);
if (lookahead == '\r') ADVANCE(53);
if (sym_word_character_set_1(lookahead)) ADVANCE(122);
END_STATE();
case 54:
ACCEPT_TOKEN(anon_sym_BANG);
if (!sym_word_character_set_2(lookahead)) ADVANCE(142);
END_STATE();
case 55:
ACCEPT_TOKEN(anon_sym_DOLLAR);
END_STATE();
case 56:
ACCEPT_TOKEN(anon_sym_LPAREN);
END_STATE();
case 57:
ACCEPT_TOKEN(anon_sym_LPAREN);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '$' &&
lookahead != '\\') ADVANCE(89);
END_STATE();
case 58:
ACCEPT_TOKEN(anon_sym_RPAREN);
END_STATE();
case 59:
ACCEPT_TOKEN(anon_sym_end);
END_STATE();
case 60:
ACCEPT_TOKEN(anon_sym_end);
if (!sym_word_character_set_2(lookahead)) ADVANCE(142);
END_STATE();
case 61:
ACCEPT_TOKEN(sym_integer);
if (lookahead == '.') ADVANCE(141);
if (lookahead == '<') ADVANCE(108);
if (lookahead == '>') ADVANCE(109);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(61);
if (!sym_word_character_set_3(lookahead)) ADVANCE(142);
END_STATE();
case 62:
ACCEPT_TOKEN(sym_integer);
if (lookahead == '.') ADVANCE(141);
if (lookahead == '<') ADVANCE(108);
if (lookahead == '>') ADVANCE(110);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(61);
if (!sym_word_character_set_3(lookahead)) ADVANCE(142);
END_STATE();
case 63:
ACCEPT_TOKEN(sym_integer);
if (lookahead == '.') ADVANCE(141);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(63);
if (!sym_word_character_set_2(lookahead)) ADVANCE(142);
END_STATE();
case 64:
ACCEPT_TOKEN(sym_integer);
if (lookahead == '.') ADVANCE(146);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(64);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '$' &&
(lookahead < '\'' || '*' < lookahead) &&
lookahead != ',' &&
lookahead != '\\' &&
lookahead != '{' &&
lookahead != '}') ADVANCE(147);
END_STATE();
case 65:
ACCEPT_TOKEN(sym_integer);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(65);
END_STATE();
case 66:
ACCEPT_TOKEN(sym_float);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(66);
if (!sym_word_character_set_2(lookahead)) ADVANCE(142);
END_STATE();
case 67:
ACCEPT_TOKEN(sym_float);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(67);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '$' &&
(lookahead < '\'' || '*' < lookahead) &&
lookahead != ',' &&
lookahead != '\\' &&
lookahead != '{' &&
lookahead != '}') ADVANCE(147);
END_STATE();
case 68:
ACCEPT_TOKEN(anon_sym_case);
END_STATE();
case 69:
ACCEPT_TOKEN(anon_sym_case);
if (!sym_word_character_set_2(lookahead)) ADVANCE(142);
END_STATE();
case 70:
ACCEPT_TOKEN(anon_sym_in);
END_STATE();
case 71:
ACCEPT_TOKEN(anon_sym_in);
if (!sym_word_character_set_2(lookahead)) ADVANCE(142);
END_STATE();
case 72:
ACCEPT_TOKEN(anon_sym_if);
END_STATE();
case 73:
ACCEPT_TOKEN(anon_sym_if);
if (!sym_word_character_set_2(lookahead)) ADVANCE(142);
END_STATE();
case 74:
ACCEPT_TOKEN(anon_sym_else);
END_STATE();
case 75:
ACCEPT_TOKEN(anon_sym_else);
if (!sym_word_character_set_2(lookahead)) ADVANCE(142);
END_STATE();
case 76:
ACCEPT_TOKEN(anon_sym_RBRACE);
END_STATE();
case 77:
ACCEPT_TOKEN(sym_comment);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(77);
END_STATE();
case 78:
ACCEPT_TOKEN(sym_variable_name);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(78);
END_STATE();
case 79:
ACCEPT_TOKEN(anon_sym_DOT_DOT);
END_STATE();
case 80:
ACCEPT_TOKEN(anon_sym_DOT_DOT);
if (!sym_word_character_set_2(lookahead)) ADVANCE(142);
END_STATE();
case 81:
ACCEPT_TOKEN(anon_sym_LBRACK);
END_STATE();
case 82:
ACCEPT_TOKEN(anon_sym_RBRACK);
END_STATE();
case 83:
ACCEPT_TOKEN(anon_sym_LBRACE);
END_STATE();
case 84:
ACCEPT_TOKEN(anon_sym_COMMA);
END_STATE();
case 85:
ACCEPT_TOKEN(anon_sym_COMMA);
if (!sym_word_character_set_2(lookahead)) ADVANCE(142);
END_STATE();
case 86:
ACCEPT_TOKEN(anon_sym_DQUOTE);
END_STATE();
case 87:
ACCEPT_TOKEN(aux_sym_double_quote_string_token1);
if (lookahead == '\n') ADVANCE(89);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '$' &&
lookahead != '\\') ADVANCE(87);
END_STATE();
case 88:
ACCEPT_TOKEN(aux_sym_double_quote_string_token1);
if (lookahead == '#') ADVANCE(87);
if (lookahead == '(') ADVANCE(57);
if (sym_brace_word_character_set_1(lookahead)) ADVANCE(88);
if (lookahead != 0 &&
(lookahead < '"' || '$' < lookahead) &&
lookahead != '\\') ADVANCE(89);
END_STATE();
case 89:
ACCEPT_TOKEN(aux_sym_double_quote_string_token1);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '$' &&
lookahead != '\\') ADVANCE(89);
END_STATE();
case 90:
ACCEPT_TOKEN(anon_sym_SQUOTE);
END_STATE();
case 91:
ACCEPT_TOKEN(aux_sym_single_quote_string_token1);
if (lookahead == '\n') ADVANCE(93);
if (lookahead != 0 &&
lookahead != '\'' &&
lookahead != '\\') ADVANCE(91);
END_STATE();
case 92:
ACCEPT_TOKEN(aux_sym_single_quote_string_token1);
if (lookahead == '#') ADVANCE(91);
if (sym_brace_word_character_set_1(lookahead)) ADVANCE(92);
if (lookahead != 0 &&
lookahead != '\'' &&
lookahead != '\\') ADVANCE(93);
END_STATE();
case 93:
ACCEPT_TOKEN(aux_sym_single_quote_string_token1);
if (lookahead != 0 &&
lookahead != '\'' &&
lookahead != '\\') ADVANCE(93);
END_STATE();
case 94:
ACCEPT_TOKEN(sym_escape_sequence);
END_STATE();
case 95:
ACCEPT_TOKEN(sym_escape_sequence);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(94);
END_STATE();
case 96:
ACCEPT_TOKEN(sym_escape_sequence);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(95);
END_STATE();
case 97:
ACCEPT_TOKEN(sym_escape_sequence);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(94);
END_STATE();
case 98:
ACCEPT_TOKEN(sym_escape_sequence);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(97);
END_STATE();
case 99:
ACCEPT_TOKEN(sym_escape_sequence);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(98);
END_STATE();
case 100:
ACCEPT_TOKEN(sym_escape_sequence);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(99);
END_STATE();
case 101:
ACCEPT_TOKEN(sym_escape_sequence);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(100);
END_STATE();
case 102:
ACCEPT_TOKEN(sym_escape_sequence);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(101);
END_STATE();
case 103:
ACCEPT_TOKEN(sym_escape_sequence);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(102);
END_STATE();
case 104:
ACCEPT_TOKEN(sym_escape_sequence);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(103);
END_STATE();
case 105:
ACCEPT_TOKEN(sym_escape_sequence);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(94);
END_STATE();
case 106:
ACCEPT_TOKEN(sym_stream_redirect);
END_STATE();
case 107:
ACCEPT_TOKEN(sym_direction);
END_STATE();
case 108:
ACCEPT_TOKEN(sym_direction);
if (lookahead == '&') ADVANCE(29);
END_STATE();
case 109:
ACCEPT_TOKEN(sym_direction);
if (lookahead == '&') ADVANCE(29);
if (lookahead == '>') ADVANCE(111);
if (lookahead == '?') ADVANCE(107);
END_STATE();
case 110:
ACCEPT_TOKEN(sym_direction);
if (lookahead == '&') ADVANCE(29);
if (lookahead == '>') ADVANCE(111);
if (lookahead == '?') ADVANCE(107);
if (lookahead == '|') ADVANCE(37);
END_STATE();
case 111:
ACCEPT_TOKEN(sym_direction);
if (lookahead == '&') ADVANCE(29);
if (lookahead == '?') ADVANCE(107);
END_STATE();
case 112:
ACCEPT_TOKEN(sym_direction);
if (lookahead == '>') ADVANCE(113);
if (lookahead == '?') ADVANCE(107);
END_STATE();
case 113:
ACCEPT_TOKEN(sym_direction);
if (lookahead == '?') ADVANCE(107);
END_STATE();
case 114:
ACCEPT_TOKEN(anon_sym_POUND);
END_STATE();
case 115:
ACCEPT_TOKEN(anon_sym_POUND);
if (!sym_word_character_set_2(lookahead)) ADVANCE(142);
END_STATE();
case 116:
ACCEPT_TOKEN(sym_home_dir_expansion);
END_STATE();
case 117:
ACCEPT_TOKEN(sym_glob);
if (lookahead == '*') ADVANCE(117);
END_STATE();
case 118:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\n') ADVANCE(42);
if (lookahead == '\r') ADVANCE(48);
if (lookahead == '!') ADVANCE(54);
if (lookahead == '#') ADVANCE(142);
if (lookahead == '+' ||
lookahead == '-') ADVANCE(140);
if (lookahead == 'i') ADVANCE(135);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(63);
if (sym_word_character_set_1(lookahead)) ADVANCE(118);
if (lookahead != 0 &&
lookahead != '\t' &&
(lookahead < ' ' || '$' < lookahead) &&
(lookahead < '&' || '*' < lookahead) &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < '[' || ']' < lookahead) &&
(lookahead < '{' || '~' < lookahead)) ADVANCE(142);
END_STATE();
case 119:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\n') ADVANCE(44);
if (lookahead == '\r') ADVANCE(50);
if (lookahead == '!') ADVANCE(54);
if (lookahead == '#') ADVANCE(142);
if (lookahead == '+' ||
lookahead == '-') ADVANCE(140);
if (lookahead == 'e') ADVANCE(136);
if (lookahead == 'i') ADVANCE(135);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(63);
if (sym_word_character_set_1(lookahead)) ADVANCE(119);
if (lookahead != 0 &&
lookahead != '\t' &&
(lookahead < ' ' || '$' < lookahead) &&
(lookahead < '&' || '*' < lookahead) &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < '[' || ']' < lookahead) &&
(lookahead < '{' || '~' < lookahead)) ADVANCE(142);
END_STATE();
case 120:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\n') ADVANCE(45);
if (lookahead == '\r') ADVANCE(51);
if (lookahead == '!') ADVANCE(54);
if (lookahead == '#') ADVANCE(142);
if (lookahead == '+' ||
lookahead == '-') ADVANCE(140);
if (lookahead == 'e') ADVANCE(137);
if (lookahead == 'i') ADVANCE(135);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(63);
if (sym_word_character_set_1(lookahead)) ADVANCE(120);
if (lookahead != 0 &&
lookahead != '\t' &&
(lookahead < ' ' || '$' < lookahead) &&
(lookahead < '&' || '*' < lookahead) &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < '[' || ']' < lookahead) &&
(lookahead < '{' || '~' < lookahead)) ADVANCE(142);
END_STATE();
case 121:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\n') ADVANCE(46);
if (lookahead == '\r') ADVANCE(52);
if (lookahead == '#') ADVANCE(142);
if (lookahead == '+' ||
lookahead == '-') ADVANCE(140);
if (lookahead == '2') ADVANCE(62);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(61);
if (sym_word_character_set_1(lookahead)) ADVANCE(121);
if (!sym_word_character_set_4(lookahead)) ADVANCE(142);
END_STATE();
case 122:
ACCEPT_TOKEN(sym_word);
if (lookahead == '\n') ADVANCE(47);
if (lookahead == '\r') ADVANCE(53);
if (lookahead == '#') ADVANCE(142);
if (lookahead == '+' ||
lookahead == '-') ADVANCE(140);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(63);
if (sym_word_character_set_1(lookahead)) ADVANCE(122);
if (!sym_word_character_set_4(lookahead)) ADVANCE(142);
END_STATE();
case 123:
ACCEPT_TOKEN(sym_word);
if (lookahead == '!') ADVANCE(54);
if (lookahead == '#') ADVANCE(142);
if (lookahead == '+' ||
lookahead == '-') ADVANCE(140);
if (lookahead == 'c') ADVANCE(130);
if (lookahead == 'e') ADVANCE(137);
if (lookahead == 'i') ADVANCE(135);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(63);
if (sym_word_character_set_1(lookahead)) ADVANCE(123);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '$' < lookahead) &&
(lookahead < '&' || '*' < lookahead) &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < '[' || ']' < lookahead) &&
(lookahead < '{' || '~' < lookahead)) ADVANCE(142);
END_STATE();
case 124:
ACCEPT_TOKEN(sym_word);
if (lookahead == '!') ADVANCE(54);
if (lookahead == '#') ADVANCE(142);
if (lookahead == '+' ||
lookahead == '-') ADVANCE(140);
if (lookahead == 'e') ADVANCE(137);
if (lookahead == 'i') ADVANCE(135);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(63);
if (sym_word_character_set_1(lookahead)) ADVANCE(124);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '$' < lookahead) &&
(lookahead < '&' || '*' < lookahead) &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < '[' || ']' < lookahead) &&
(lookahead < '{' || '~' < lookahead)) ADVANCE(142);
END_STATE();
case 125:
ACCEPT_TOKEN(sym_word);
if (lookahead == '!') ADVANCE(54);
if (lookahead == '#') ADVANCE(142);
if (lookahead == '+' ||
lookahead == '-') ADVANCE(140);
if (lookahead == 'i') ADVANCE(135);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(63);
if (sym_word_character_set_1(lookahead)) ADVANCE(125);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '$' < lookahead) &&
(lookahead < '&' || '*' < lookahead) &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < '[' || ']' < lookahead) &&
(lookahead < '{' || '~' < lookahead)) ADVANCE(142);
END_STATE();
case 126:
ACCEPT_TOKEN(sym_word);
if (lookahead == '!') ADVANCE(54);
if (lookahead == '#') ADVANCE(115);
if (lookahead == '+' ||
lookahead == '-') ADVANCE(140);
if (lookahead == ',') ADVANCE(85);
if (lookahead == '.') ADVANCE(129);
if (lookahead == '2') ADVANCE(62);
if (lookahead == 'c') ADVANCE(130);
if (lookahead == 'e') ADVANCE(136);
if (lookahead == 'i') ADVANCE(134);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(61);
if (sym_word_character_set_1(lookahead)) ADVANCE(126);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '$' < lookahead) &&
(lookahead < '&' || '*' < lookahead) &&
lookahead != ';' &&
lookahead != '<' &&
lookahead != '>' &&
(lookahead < '[' || ']' < lookahead) &&
(lookahead < '{' || '~' < lookahead)) ADVANCE(142);
END_STATE();
case 127:
ACCEPT_TOKEN(sym_word);
if (lookahead == '#') ADVANCE(142);
if (lookahead == '+' ||
lookahead == '-') ADVANCE(140);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(63);
if (sym_word_character_set_1(lookahead)) ADVANCE(127);
if (!sym_word_character_set_5(lookahead)) ADVANCE(142);
END_STATE();
case 128:
ACCEPT_TOKEN(sym_word);
if (lookahead == '#') ADVANCE(115);
if (lookahead == '+' ||
lookahead == '-') ADVANCE(140);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(63);
if (sym_word_character_set_1(lookahead)) ADVANCE(128);
if (!sym_word_character_set_5(lookahead)) ADVANCE(142);
END_STATE();
case 129:
ACCEPT_TOKEN(sym_word);
if (lookahead == '.') ADVANCE(80);
if (!sym_word_character_set_2(lookahead)) ADVANCE(142);
END_STATE();
case 130:
ACCEPT_TOKEN(sym_word);
if (lookahead == 'a') ADVANCE(138);
if (!sym_word_character_set_2(lookahead)) ADVANCE(142);
END_STATE();
case 131:
ACCEPT_TOKEN(sym_word);
if (lookahead == 'd') ADVANCE(60);
if (!sym_word_character_set_2(lookahead)) ADVANCE(142);
END_STATE();
case 132:
ACCEPT_TOKEN(sym_word);
if (lookahead == 'e') ADVANCE(69);
if (!sym_word_character_set_2(lookahead)) ADVANCE(142);
END_STATE();
case 133:
ACCEPT_TOKEN(sym_word);
if (lookahead == 'e') ADVANCE(75);
if (!sym_word_character_set_2(lookahead)) ADVANCE(142);
END_STATE();
case 134:
ACCEPT_TOKEN(sym_word);
if (lookahead == 'f') ADVANCE(73);
if (lookahead == 'n') ADVANCE(71);
if (!sym_word_character_set_2(lookahead)) ADVANCE(142);
END_STATE();
case 135:
ACCEPT_TOKEN(sym_word);
if (lookahead == 'f') ADVANCE(73);
if (!sym_word_character_set_2(lookahead)) ADVANCE(142);
END_STATE();
case 136:
ACCEPT_TOKEN(sym_word);
if (lookahead == 'l') ADVANCE(139);
if (lookahead == 'n') ADVANCE(131);
if (!sym_word_character_set_2(lookahead)) ADVANCE(142);
END_STATE();
case 137:
ACCEPT_TOKEN(sym_word);
if (lookahead == 'n') ADVANCE(131);
if (!sym_word_character_set_2(lookahead)) ADVANCE(142);
END_STATE();
case 138:
ACCEPT_TOKEN(sym_word);
if (lookahead == 's') ADVANCE(132);
if (!sym_word_character_set_2(lookahead)) ADVANCE(142);
END_STATE();
case 139:
ACCEPT_TOKEN(sym_word);
if (lookahead == 's') ADVANCE(133);
if (!sym_word_character_set_2(lookahead)) ADVANCE(142);
END_STATE();
case 140:
ACCEPT_TOKEN(sym_word);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(63);
if (!sym_word_character_set_2(lookahead)) ADVANCE(142);
END_STATE();
case 141:
ACCEPT_TOKEN(sym_word);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(66);
if (!sym_word_character_set_2(lookahead)) ADVANCE(142);
END_STATE();
case 142:
ACCEPT_TOKEN(sym_word);
if (!sym_word_character_set_2(lookahead)) ADVANCE(142);
END_STATE();
case 143:
ACCEPT_TOKEN(sym_brace_word);
if (lookahead == '\n') ADVANCE(147);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '$' &&
(lookahead < '\'' || '*' < lookahead) &&
lookahead != ',' &&
lookahead != '\\' &&
lookahead != '{' &&
lookahead != '}') ADVANCE(143);
END_STATE();
case 144:
ACCEPT_TOKEN(sym_brace_word);
if (lookahead == '#') ADVANCE(143);
if (lookahead == '+' ||
lookahead == '-') ADVANCE(145);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(64);
if (sym_brace_word_character_set_1(lookahead)) ADVANCE(144);
if (lookahead != 0 &&
(lookahead < '"' || '$' < lookahead) &&
(lookahead < '\'' || ',' < lookahead) &&
lookahead != '\\' &&
lookahead != '{' &&
lookahead != '}') ADVANCE(147);
END_STATE();
case 145:
ACCEPT_TOKEN(sym_brace_word);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(64);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '$' &&
(lookahead < '\'' || '*' < lookahead) &&
lookahead != ',' &&
lookahead != '\\' &&
lookahead != '{' &&
lookahead != '}') ADVANCE(147);
END_STATE();
case 146:
ACCEPT_TOKEN(sym_brace_word);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(67);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '$' &&
(lookahead < '\'' || '*' < lookahead) &&
lookahead != ',' &&
lookahead != '\\' &&
lookahead != '{' &&
lookahead != '}') ADVANCE(147);
END_STATE();
case 147:
ACCEPT_TOKEN(sym_brace_word);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '$' &&
(lookahead < '\'' || '*' < lookahead) &&
lookahead != ',' &&
lookahead != '\\' &&
lookahead != '{' &&
lookahead != '}') ADVANCE(147);
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 == 'a') ADVANCE(1);
if (lookahead == 'b') ADVANCE(2);
if (lookahead == 'c') ADVANCE(3);
if (lookahead == 'f') ADVANCE(4);
if (lookahead == 'n') ADVANCE(5);
if (lookahead == 'o') ADVANCE(6);
if (lookahead == 'r') ADVANCE(7);
if (lookahead == 's') ADVANCE(8);
if (lookahead == 'w') ADVANCE(9);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ' ||
lookahead == 133 ||
lookahead == 160 ||
lookahead == 5760 ||
(8192 <= lookahead && lookahead <= 8202) ||
lookahead == 8232 ||
lookahead == 8233 ||
lookahead == 8239 ||
lookahead == 8287 ||
lookahead == 12288) SKIP(0)
END_STATE();
case 1:
if (lookahead == 'n') ADVANCE(10);
END_STATE();
case 2:
if (lookahead == 'e') ADVANCE(11);
if (lookahead == 'r') ADVANCE(12);
END_STATE();
case 3:
if (lookahead == 'o') ADVANCE(13);
END_STATE();
case 4:
if (lookahead == 'o') ADVANCE(14);
if (lookahead == 'u') ADVANCE(15);
END_STATE();
case 5:
if (lookahead == 'o') ADVANCE(16);
END_STATE();
case 6:
if (lookahead == 'r') ADVANCE(17);
END_STATE();
case 7:
if (lookahead == 'e') ADVANCE(18);
END_STATE();
case 8:
if (lookahead == 'w') ADVANCE(19);
END_STATE();
case 9:
if (lookahead == 'h') ADVANCE(20);
END_STATE();
case 10:
if (lookahead == 'd') ADVANCE(21);
END_STATE();
case 11:
if (lookahead == 'g') ADVANCE(22);
END_STATE();
case 12:
if (lookahead == 'e') ADVANCE(23);
END_STATE();
case 13:
if (lookahead == 'n') ADVANCE(24);
END_STATE();
case 14:
if (lookahead == 'r') ADVANCE(25);
END_STATE();
case 15:
if (lookahead == 'n') ADVANCE(26);
END_STATE();
case 16:
if (lookahead == 't') ADVANCE(27);
END_STATE();
case 17:
ACCEPT_TOKEN(anon_sym_or);
END_STATE();
case 18:
if (lookahead == 't') ADVANCE(28);
END_STATE();
case 19:
if (lookahead == 'i') ADVANCE(29);
END_STATE();
case 20:
if (lookahead == 'i') ADVANCE(30);
END_STATE();
case 21:
ACCEPT_TOKEN(anon_sym_and);
END_STATE();
case 22:
if (lookahead == 'i') ADVANCE(31);
END_STATE();
case 23:
if (lookahead == 'a') ADVANCE(32);
END_STATE();
case 24:
if (lookahead == 't') ADVANCE(33);
END_STATE();
case 25:
ACCEPT_TOKEN(anon_sym_for);
END_STATE();
case 26:
if (lookahead == 'c') ADVANCE(34);
END_STATE();
case 27:
ACCEPT_TOKEN(anon_sym_not);
END_STATE();
case 28:
if (lookahead == 'u') ADVANCE(35);
END_STATE();
case 29:
if (lookahead == 't') ADVANCE(36);
END_STATE();
case 30:
if (lookahead == 'l') ADVANCE(37);
END_STATE();
case 31:
if (lookahead == 'n') ADVANCE(38);
END_STATE();
case 32:
if (lookahead == 'k') ADVANCE(39);
END_STATE();
case 33:
if (lookahead == 'i') ADVANCE(40);
END_STATE();
case 34:
if (lookahead == 't') ADVANCE(41);
END_STATE();
case 35:
if (lookahead == 'r') ADVANCE(42);
END_STATE();
case 36:
if (lookahead == 'c') ADVANCE(43);
END_STATE();
case 37:
if (lookahead == 'e') ADVANCE(44);
END_STATE();
case 38:
ACCEPT_TOKEN(anon_sym_begin);
END_STATE();
case 39:
ACCEPT_TOKEN(sym_break);
END_STATE();
case 40:
if (lookahead == 'n') ADVANCE(45);
END_STATE();
case 41:
if (lookahead == 'i') ADVANCE(46);
END_STATE();
case 42:
if (lookahead == 'n') ADVANCE(47);
END_STATE();
case 43:
if (lookahead == 'h') ADVANCE(48);
END_STATE();
case 44:
ACCEPT_TOKEN(anon_sym_while);
END_STATE();
case 45:
if (lookahead == 'u') ADVANCE(49);
END_STATE();
case 46:
if (lookahead == 'o') ADVANCE(50);
END_STATE();
case 47:
ACCEPT_TOKEN(anon_sym_return);
END_STATE();
case 48:
ACCEPT_TOKEN(anon_sym_switch);
END_STATE();
case 49:
if (lookahead == 'e') ADVANCE(51);
END_STATE();
case 50:
if (lookahead == 'n') ADVANCE(52);
END_STATE();
case 51:
ACCEPT_TOKEN(sym_continue);
END_STATE();
case 52:
ACCEPT_TOKEN(anon_sym_function);
END_STATE();
default:
return false;
}
}
static const TSLexMode ts_lex_modes[STATE_COUNT] = {
[0] = {.lex_state = 0, .external_lex_state = 1},
[1] = {.lex_state = 31, .external_lex_state = 2},
[2] = {.lex_state = 3, .external_lex_state = 2},
[3] = {.lex_state = 3, .external_lex_state = 2},
[4] = {.lex_state = 3, .external_lex_state = 2},
[5] = {.lex_state = 3, .external_lex_state = 2},
[6] = {.lex_state = 3, .external_lex_state = 2},
[7] = {.lex_state = 31, .external_lex_state = 2},
[8] = {.lex_state = 31, .external_lex_state = 2},
[9] = {.lex_state = 4, .external_lex_state = 2},
[10] = {.lex_state = 4, .external_lex_state = 2},
[11] = {.lex_state = 31, .external_lex_state = 2},
[12] = {.lex_state = 4, .external_lex_state = 2},
[13] = {.lex_state = 4, .external_lex_state = 2},
[14] = {.lex_state = 4, .external_lex_state = 2},
[15] = {.lex_state = 4, .external_lex_state = 2},
[16] = {.lex_state = 4, .external_lex_state = 2},
[17] = {.lex_state = 31, .external_lex_state = 2},
[18] = {.lex_state = 31, .external_lex_state = 2},
[19] = {.lex_state = 31, .external_lex_state = 2},
[20] = {.lex_state = 31, .external_lex_state = 2},
[21] = {.lex_state = 31, .external_lex_state = 2},
[22] = {.lex_state = 31, .external_lex_state = 2},
[23] = {.lex_state = 31, .external_lex_state = 2},
[24] = {.lex_state = 31, .external_lex_state = 2},
[25] = {.lex_state = 31, .external_lex_state = 2},
[26] = {.lex_state = 31, .external_lex_state = 2},
[27] = {.lex_state = 31, .external_lex_state = 2},
[28] = {.lex_state = 31, .external_lex_state = 2},
[29] = {.lex_state = 31, .external_lex_state = 2},
[30] = {.lex_state = 31, .external_lex_state = 2},
[31] = {.lex_state = 31, .external_lex_state = 2},
[32] = {.lex_state = 31, .external_lex_state = 2},
[33] = {.lex_state = 31, .external_lex_state = 2},
[34] = {.lex_state = 31, .external_lex_state = 2},
[35] = {.lex_state = 31, .external_lex_state = 2},
[36] = {.lex_state = 31, .external_lex_state = 2},
[37] = {.lex_state = 31, .external_lex_state = 2},
[38] = {.lex_state = 31, .external_lex_state = 2},
[39] = {.lex_state = 31, .external_lex_state = 2},
[40] = {.lex_state = 31, .external_lex_state = 2},
[41] = {.lex_state = 31, .external_lex_state = 2},
[42] = {.lex_state = 31, .external_lex_state = 2},
[43] = {.lex_state = 31, .external_lex_state = 2},
[44] = {.lex_state = 31, .external_lex_state = 2},
[45] = {.lex_state = 31, .external_lex_state = 2},
[46] = {.lex_state = 31, .external_lex_state = 2},
[47] = {.lex_state = 31, .external_lex_state = 2},
[48] = {.lex_state = 7, .external_lex_state = 2},
[49] = {.lex_state = 7, .external_lex_state = 2},
[50] = {.lex_state = 7, .external_lex_state = 2},
[51] = {.lex_state = 8, .external_lex_state = 2},
[52] = {.lex_state = 8, .external_lex_state = 2},
[53] = {.lex_state = 8, .external_lex_state = 2},
[54] = {.lex_state = 8, .external_lex_state = 2},
[55] = {.lex_state = 8, .external_lex_state = 2},
[56] = {.lex_state = 8, .external_lex_state = 2},
[57] = {.lex_state = 8, .external_lex_state = 2},
[58] = {.lex_state = 8, .external_lex_state = 2},
[59] = {.lex_state = 8, .external_lex_state = 2},
[60] = {.lex_state = 8, .external_lex_state = 2},
[61] = {.lex_state = 8, .external_lex_state = 2},
[62] = {.lex_state = 8, .external_lex_state = 2},
[63] = {.lex_state = 8, .external_lex_state = 2},
[64] = {.lex_state = 8, .external_lex_state = 2},
[65] = {.lex_state = 8, .external_lex_state = 2},
[66] = {.lex_state = 8, .external_lex_state = 2},
[67] = {.lex_state = 8, .external_lex_state = 2},
[68] = {.lex_state = 8, .external_lex_state = 2},
[69] = {.lex_state = 8, .external_lex_state = 2},
[70] = {.lex_state = 8, .external_lex_state = 2},
[71] = {.lex_state = 8, .external_lex_state = 2},
[72] = {.lex_state = 8, .external_lex_state = 2},
[73] = {.lex_state = 8, .external_lex_state = 2},
[74] = {.lex_state = 9, .external_lex_state = 2},
[75] = {.lex_state = 9, .external_lex_state = 2},
[76] = {.lex_state = 9, .external_lex_state = 2},
[77] = {.lex_state = 9, .external_lex_state = 2},
[78] = {.lex_state = 9, .external_lex_state = 2},
[79] = {.lex_state = 9, .external_lex_state = 2},
[80] = {.lex_state = 9, .external_lex_state = 2},
[81] = {.lex_state = 5},
[82] = {.lex_state = 5},
[83] = {.lex_state = 5},
[84] = {.lex_state = 5},
[85] = {.lex_state = 3, .external_lex_state = 2},
[86] = {.lex_state = 3, .external_lex_state = 2},
[87] = {.lex_state = 4, .external_lex_state = 2},
[88] = {.lex_state = 31, .external_lex_state = 2},
[89] = {.lex_state = 4, .external_lex_state = 2},
[90] = {.lex_state = 31, .external_lex_state = 2},
[91] = {.lex_state = 31, .external_lex_state = 2},
[92] = {.lex_state = 5, .external_lex_state = 3},
[93] = {.lex_state = 5, .external_lex_state = 3},
[94] = {.lex_state = 5, .external_lex_state = 3},
[95] = {.lex_state = 5, .external_lex_state = 3},
[96] = {.lex_state = 5, .external_lex_state = 3},
[97] = {.lex_state = 5, .external_lex_state = 4},
[98] = {.lex_state = 5, .external_lex_state = 4},
[99] = {.lex_state = 7, .external_lex_state = 2},
[100] = {.lex_state = 5, .external_lex_state = 4},
[101] = {.lex_state = 5, .external_lex_state = 4},
[102] = {.lex_state = 5, .external_lex_state = 3},
[103] = {.lex_state = 5, .external_lex_state = 3},
[104] = {.lex_state = 5, .external_lex_state = 3},
[105] = {.lex_state = 5, .external_lex_state = 4},
[106] = {.lex_state = 5, .external_lex_state = 4},
[107] = {.lex_state = 5, .external_lex_state = 4},
[108] = {.lex_state = 5, .external_lex_state = 4},
[109] = {.lex_state = 8, .external_lex_state = 2},
[110] = {.lex_state = 5, .external_lex_state = 4},
[111] = {.lex_state = 5, .external_lex_state = 4},
[112] = {.lex_state = 5, .external_lex_state = 4},
[113] = {.lex_state = 5, .external_lex_state = 4},
[114] = {.lex_state = 5, .external_lex_state = 4},
[115] = {.lex_state = 5, .external_lex_state = 4},
[116] = {.lex_state = 5, .external_lex_state = 4},
[117] = {.lex_state = 5, .external_lex_state = 4},
[118] = {.lex_state = 5, .external_lex_state = 4},
[119] = {.lex_state = 5},
[120] = {.lex_state = 6},
[121] = {.lex_state = 5},
[122] = {.lex_state = 6},
[123] = {.lex_state = 6},
[124] = {.lex_state = 6},
[125] = {.lex_state = 6},
[126] = {.lex_state = 6},
[127] = {.lex_state = 5},
[128] = {.lex_state = 6},
[129] = {.lex_state = 11},
[130] = {.lex_state = 11},
[131] = {.lex_state = 12},
[132] = {.lex_state = 11},
[133] = {.lex_state = 11},
[134] = {.lex_state = 12},
[135] = {.lex_state = 6, .external_lex_state = 3},
[136] = {.lex_state = 12},
[137] = {.lex_state = 6, .external_lex_state = 3},
[138] = {.lex_state = 6, .external_lex_state = 3},
[139] = {.lex_state = 12},
[140] = {.lex_state = 6, .external_lex_state = 3},
[141] = {.lex_state = 12},
[142] = {.lex_state = 6, .external_lex_state = 3},
[143] = {.lex_state = 11},
[144] = {.lex_state = 11},
[145] = {.lex_state = 6, .external_lex_state = 3},
[146] = {.lex_state = 6, .external_lex_state = 4},
[147] = {.lex_state = 6, .external_lex_state = 4},
[148] = {.lex_state = 10},
[149] = {.lex_state = 10},
[150] = {.lex_state = 12},
[151] = {.lex_state = 6, .external_lex_state = 3},
[152] = {.lex_state = 10},
[153] = {.lex_state = 10},
[154] = {.lex_state = 6, .external_lex_state = 3},
[155] = {.lex_state = 6, .external_lex_state = 4},
[156] = {.lex_state = 6, .external_lex_state = 4},
[157] = {.lex_state = 6, .external_lex_state = 4},
[158] = {.lex_state = 6, .external_lex_state = 4},
[159] = {.lex_state = 6, .external_lex_state = 4},
[160] = {.lex_state = 6, .external_lex_state = 4},
[161] = {.lex_state = 6, .external_lex_state = 4},
[162] = {.lex_state = 6, .external_lex_state = 4},
[163] = {.lex_state = 6, .external_lex_state = 4},
[164] = {.lex_state = 6, .external_lex_state = 4},
[165] = {.lex_state = 6, .external_lex_state = 4},
[166] = {.lex_state = 6, .external_lex_state = 4},
[167] = {.lex_state = 6, .external_lex_state = 4},
[168] = {.lex_state = 6, .external_lex_state = 4},
[169] = {.lex_state = 6, .external_lex_state = 4},
[170] = {.lex_state = 6},
[171] = {.lex_state = 6},
[172] = {.lex_state = 1, .external_lex_state = 3},
[173] = {.lex_state = 1, .external_lex_state = 3},
[174] = {.lex_state = 1, .external_lex_state = 3},
[175] = {.lex_state = 1, .external_lex_state = 3},
[176] = {.lex_state = 1, .external_lex_state = 3},
[177] = {.lex_state = 1, .external_lex_state = 3},
[178] = {.lex_state = 1, .external_lex_state = 4},
[179] = {.lex_state = 1, .external_lex_state = 3},
[180] = {.lex_state = 1, .external_lex_state = 3},
[181] = {.lex_state = 1, .external_lex_state = 4},
[182] = {.lex_state = 12},
[183] = {.lex_state = 1, .external_lex_state = 4},
[184] = {.lex_state = 1, .external_lex_state = 4},
[185] = {.lex_state = 1, .external_lex_state = 4},
[186] = {.lex_state = 1, .external_lex_state = 4},
[187] = {.lex_state = 1},
[188] = {.lex_state = 1},
[189] = {.lex_state = 1, .external_lex_state = 4},
[190] = {.lex_state = 1, .external_lex_state = 4},
[191] = {.lex_state = 1, .external_lex_state = 4},
[192] = {.lex_state = 1, .external_lex_state = 4},
[193] = {.lex_state = 1, .external_lex_state = 4},
[194] = {.lex_state = 1, .external_lex_state = 4},
[195] = {.lex_state = 1, .external_lex_state = 4},
[196] = {.lex_state = 1},
[197] = {.lex_state = 1, .external_lex_state = 4},
[198] = {.lex_state = 1, .external_lex_state = 4},
[199] = {.lex_state = 1},
[200] = {.lex_state = 1, .external_lex_state = 4},
[201] = {.lex_state = 1, .external_lex_state = 4},
[202] = {.lex_state = 1},
[203] = {.lex_state = 1},
[204] = {.lex_state = 1},
[205] = {.lex_state = 1},
[206] = {.lex_state = 1},
[207] = {.lex_state = 1},
[208] = {.lex_state = 32},
[209] = {.lex_state = 1},
[210] = {.lex_state = 32},
[211] = {.lex_state = 1},
[212] = {.lex_state = 1},
[213] = {.lex_state = 1},
[214] = {.lex_state = 1},
[215] = {.lex_state = 32},
[216] = {.lex_state = 1},
[217] = {.lex_state = 1},
[218] = {.lex_state = 1},
[219] = {.lex_state = 1},
[220] = {.lex_state = 1},
[221] = {.lex_state = 1},
[222] = {.lex_state = 1},
[223] = {.lex_state = 1},
[224] = {.lex_state = 32},
[225] = {.lex_state = 1},
[226] = {.lex_state = 1},
[227] = {.lex_state = 1},
[228] = {.lex_state = 1},
[229] = {.lex_state = 1},
[230] = {.lex_state = 1},
[231] = {.lex_state = 32},
[232] = {.lex_state = 1},
[233] = {.lex_state = 1},
[234] = {.lex_state = 1},
[235] = {.lex_state = 32},
[236] = {.lex_state = 1},
[237] = {.lex_state = 1},
[238] = {.lex_state = 1},
[239] = {.lex_state = 1},
[240] = {.lex_state = 1},
[241] = {.lex_state = 32},
[242] = {.lex_state = 1},
[243] = {.lex_state = 1},
[244] = {.lex_state = 1},
[245] = {.lex_state = 1},
[246] = {.lex_state = 1},
[247] = {.lex_state = 1},
[248] = {.lex_state = 1},
[249] = {.lex_state = 1},
[250] = {.lex_state = 1},
[251] = {.lex_state = 32},
[252] = {.lex_state = 1},
[253] = {.lex_state = 1},
[254] = {.lex_state = 1},
[255] = {.lex_state = 1},
[256] = {.lex_state = 32},
[257] = {.lex_state = 32},
[258] = {.lex_state = 1},
[259] = {.lex_state = 32},
[260] = {.lex_state = 1},
[261] = {.lex_state = 1},
[262] = {.lex_state = 32},
[263] = {.lex_state = 1},
[264] = {.lex_state = 1},
[265] = {.lex_state = 32},
[266] = {.lex_state = 1},
[267] = {.lex_state = 1},
[268] = {.lex_state = 1},
[269] = {.lex_state = 1},
[270] = {.lex_state = 1},
[271] = {.lex_state = 1},
[272] = {.lex_state = 1},
[273] = {.lex_state = 1},
[274] = {.lex_state = 32},
[275] = {.lex_state = 32},
[276] = {.lex_state = 1},
[277] = {.lex_state = 1},
[278] = {.lex_state = 1},
[279] = {.lex_state = 1},
[280] = {.lex_state = 1},
[281] = {.lex_state = 1},
[282] = {.lex_state = 1},
[283] = {.lex_state = 1},
[284] = {.lex_state = 1},
[285] = {.lex_state = 32},
[286] = {.lex_state = 32},
[287] = {.lex_state = 32, .external_lex_state = 5},
[288] = {.lex_state = 32, .external_lex_state = 5},
[289] = {.lex_state = 32, .external_lex_state = 5},
[290] = {.lex_state = 32, .external_lex_state = 5},
[291] = {.lex_state = 32, .external_lex_state = 5},
[292] = {.lex_state = 13},
[293] = {.lex_state = 32, .external_lex_state = 5},
[294] = {.lex_state = 13},
[295] = {.lex_state = 13},
[296] = {.lex_state = 2, .external_lex_state = 3},
[297] = {.lex_state = 13},
[298] = {.lex_state = 2, .external_lex_state = 3},
[299] = {.lex_state = 13},
[300] = {.lex_state = 13},
[301] = {.lex_state = 13},
[302] = {.lex_state = 13},
[303] = {.lex_state = 2, .external_lex_state = 3},
[304] = {.lex_state = 2, .external_lex_state = 3},
[305] = {.lex_state = 13},
[306] = {.lex_state = 13},
[307] = {.lex_state = 13},
[308] = {.lex_state = 13},
[309] = {.lex_state = 13},
[310] = {.lex_state = 32, .external_lex_state = 5},
[311] = {.lex_state = 32, .external_lex_state = 5},
[312] = {.lex_state = 2, .external_lex_state = 3},
[313] = {.lex_state = 32},
[314] = {.lex_state = 2, .external_lex_state = 4},
[315] = {.lex_state = 32},
[316] = {.lex_state = 32},
[317] = {.lex_state = 13, .external_lex_state = 5},
[318] = {.lex_state = 32},
[319] = {.lex_state = 32},
[320] = {.lex_state = 2, .external_lex_state = 3},
[321] = {.lex_state = 32},
[322] = {.lex_state = 13, .external_lex_state = 5},
[323] = {.lex_state = 13, .external_lex_state = 5},
[324] = {.lex_state = 2, .external_lex_state = 4},
[325] = {.lex_state = 2, .external_lex_state = 4},
[326] = {.lex_state = 13, .external_lex_state = 5},
[327] = {.lex_state = 13, .external_lex_state = 5},
[328] = {.lex_state = 32},
[329] = {.lex_state = 32},
[330] = {.lex_state = 2, .external_lex_state = 4},
[331] = {.lex_state = 2, .external_lex_state = 3},
[332] = {.lex_state = 32},
[333] = {.lex_state = 2, .external_lex_state = 3},
[334] = {.lex_state = 32},
[335] = {.lex_state = 32},
[336] = {.lex_state = 32},
[337] = {.lex_state = 2, .external_lex_state = 4},
[338] = {.lex_state = 13, .external_lex_state = 5},
[339] = {.lex_state = 2},
[340] = {.lex_state = 2, .external_lex_state = 4},
[341] = {.lex_state = 2, .external_lex_state = 4},
[342] = {.lex_state = 2, .external_lex_state = 4},
[343] = {.lex_state = 2, .external_lex_state = 4},
[344] = {.lex_state = 2, .external_lex_state = 4},
[345] = {.lex_state = 2, .external_lex_state = 4},
[346] = {.lex_state = 2, .external_lex_state = 4},
[347] = {.lex_state = 2, .external_lex_state = 4},
[348] = {.lex_state = 2, .external_lex_state = 4},
[349] = {.lex_state = 2, .external_lex_state = 4},
[350] = {.lex_state = 2, .external_lex_state = 4},
[351] = {.lex_state = 2, .external_lex_state = 4},
[352] = {.lex_state = 13, .external_lex_state = 5},
[353] = {.lex_state = 13, .external_lex_state = 5},
[354] = {.lex_state = 13},
[355] = {.lex_state = 2},
[356] = {.lex_state = 32},
[357] = {.lex_state = 32},
[358] = {.lex_state = 13},
[359] = {.lex_state = 13},
[360] = {.lex_state = 32, .external_lex_state = 6},
[361] = {.lex_state = 32, .external_lex_state = 6},
[362] = {.lex_state = 32, .external_lex_state = 6},
[363] = {.lex_state = 32, .external_lex_state = 6},
[364] = {.lex_state = 13},
[365] = {.lex_state = 32, .external_lex_state = 6},
[366] = {.lex_state = 15},
[367] = {.lex_state = 15},
[368] = {.lex_state = 32},
[369] = {.lex_state = 32},
[370] = {.lex_state = 15},
[371] = {.lex_state = 15},
[372] = {.lex_state = 32, .external_lex_state = 6},
[373] = {.lex_state = 32},
[374] = {.lex_state = 14},
[375] = {.lex_state = 32},
[376] = {.lex_state = 32, .external_lex_state = 6},
[377] = {.lex_state = 15},
[378] = {.lex_state = 15},
[379] = {.lex_state = 14},
[380] = {.lex_state = 32, .external_lex_state = 6},
[381] = {.lex_state = 32, .external_lex_state = 7},
[382] = {.lex_state = 15},
[383] = {.lex_state = 15},
[384] = {.lex_state = 14},
[385] = {.lex_state = 15},
[386] = {.lex_state = 32, .external_lex_state = 7},
[387] = {.lex_state = 14},
[388] = {.lex_state = 32, .external_lex_state = 7},
[389] = {.lex_state = 14},
[390] = {.lex_state = 15},
[391] = {.lex_state = 15},
[392] = {.lex_state = 15},
[393] = {.lex_state = 14},
[394] = {.lex_state = 15},
[395] = {.lex_state = 14},
[396] = {.lex_state = 32, .external_lex_state = 7},
[397] = {.lex_state = 32, .external_lex_state = 7},
[398] = {.lex_state = 32, .external_lex_state = 7},
[399] = {.lex_state = 32, .external_lex_state = 7},
[400] = {.lex_state = 32, .external_lex_state = 7},
[401] = {.lex_state = 32, .external_lex_state = 7},
[402] = {.lex_state = 32},
[403] = {.lex_state = 32},
[404] = {.lex_state = 14},
[405] = {.lex_state = 14},
[406] = {.lex_state = 14},
[407] = {.lex_state = 32},
[408] = {.lex_state = 32},
[409] = {.lex_state = 32},
[410] = {.lex_state = 32, .external_lex_state = 7},
[411] = {.lex_state = 32, .external_lex_state = 7},
[412] = {.lex_state = 32},
[413] = {.lex_state = 32},
[414] = {.lex_state = 32},
[415] = {.lex_state = 32},
[416] = {.lex_state = 32},
[417] = {.lex_state = 32},
[418] = {.lex_state = 32},
[419] = {.lex_state = 32, .external_lex_state = 7},
[420] = {.lex_state = 32, .external_lex_state = 7},
[421] = {.lex_state = 14},
[422] = {.lex_state = 14},
[423] = {.lex_state = 14},
[424] = {.lex_state = 32},
[425] = {.lex_state = 32},
[426] = {.lex_state = 14},
[427] = {.lex_state = 32, .external_lex_state = 7},
[428] = {.lex_state = 32},
[429] = {.lex_state = 32, .external_lex_state = 7},
[430] = {.lex_state = 32},
[431] = {.lex_state = 32},
[432] = {.lex_state = 32},
[433] = {.lex_state = 32},
[434] = {.lex_state = 32},
[435] = {.lex_state = 32},
[436] = {.lex_state = 32},
[437] = {.lex_state = 32},
[438] = {.lex_state = 32},
[439] = {.lex_state = 32},
[440] = {.lex_state = 32},
[441] = {.lex_state = 32},
[442] = {.lex_state = 32},
[443] = {.lex_state = 14},
[444] = {.lex_state = 32},
[445] = {.lex_state = 32},
};
enum {
ts_external_token__concat = 0,
ts_external_token__brace_concat = 1,
ts_external_token__concat_list = 2,
ts_external_token__begin_brace = 3,
};
static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = {
[ts_external_token__concat] = sym__concat,
[ts_external_token__brace_concat] = sym__brace_concat,
[ts_external_token__concat_list] = sym__concat_list,
[ts_external_token__begin_brace] = sym__begin_brace,
};
static const bool ts_external_scanner_states[8][EXTERNAL_TOKEN_COUNT] = {
[1] = {
[ts_external_token__concat] = true,
[ts_external_token__brace_concat] = true,
[ts_external_token__concat_list] = true,
[ts_external_token__begin_brace] = true,
},
[2] = {
[ts_external_token__begin_brace] = true,
},
[3] = {
[ts_external_token__concat] = true,
[ts_external_token__concat_list] = true,
},
[4] = {
[ts_external_token__concat] = true,
},
[5] = {
[ts_external_token__concat_list] = true,
},
[6] = {
[ts_external_token__brace_concat] = true,
[ts_external_token__concat_list] = true,
},
[7] = {
[ts_external_token__brace_concat] = true,
},
};
static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
[0] = {
[ts_builtin_sym_end] = ACTIONS(1),
[sym_word] = ACTIONS(1),
[anon_sym_and] = ACTIONS(1),
[anon_sym_or] = ACTIONS(1),
[anon_sym_PIPE_PIPE] = ACTIONS(1),
[anon_sym_AMP_AMP] = ACTIONS(1),
[anon_sym_AMP_PIPE] = ACTIONS(1),
[anon_sym_2_GT_PIPE] = ACTIONS(1),
[anon_sym_PIPE] = ACTIONS(1),
[anon_sym_SEMI] = ACTIONS(1),
[anon_sym_AMP] = ACTIONS(1),
[anon_sym_BANG] = ACTIONS(1),
[anon_sym_not] = ACTIONS(1),
[anon_sym_DOLLAR] = ACTIONS(1),
[anon_sym_LPAREN] = ACTIONS(1),
[anon_sym_RPAREN] = ACTIONS(1),
[anon_sym_function] = ACTIONS(1),
[anon_sym_end] = ACTIONS(1),
[sym_integer] = ACTIONS(1),
[sym_float] = ACTIONS(1),
[anon_sym_return] = ACTIONS(1),
[anon_sym_switch] = ACTIONS(1),
[anon_sym_case] = ACTIONS(1),
[sym_break] = ACTIONS(1),
[sym_continue] = ACTIONS(1),
[anon_sym_for] = ACTIONS(1),
[anon_sym_in] = ACTIONS(1),
[anon_sym_while] = ACTIONS(1),
[anon_sym_if] = ACTIONS(1),
[anon_sym_else] = ACTIONS(1),
[anon_sym_begin] = ACTIONS(1),
[anon_sym_RBRACE] = ACTIONS(1),
[sym_comment] = ACTIONS(3),
[anon_sym_DOT_DOT] = ACTIONS(1),
[anon_sym_LBRACK] = ACTIONS(1),
[anon_sym_RBRACK] = ACTIONS(1),
[anon_sym_LBRACE] = ACTIONS(1),
[anon_sym_COMMA] = ACTIONS(1),
[anon_sym_DQUOTE] = ACTIONS(1),
[anon_sym_SQUOTE] = ACTIONS(1),
[sym_escape_sequence] = ACTIONS(1),
[sym_stream_redirect] = ACTIONS(1),
[sym_direction] = ACTIONS(1),
[anon_sym_POUND] = ACTIONS(1),
[sym_home_dir_expansion] = ACTIONS(1),
[sym_glob] = ACTIONS(1),
[sym__concat] = ACTIONS(1),
[sym__brace_concat] = ACTIONS(1),
[sym__concat_list] = ACTIONS(1),
[sym__begin_brace] = ACTIONS(1),
},
[1] = {
[sym_program] = STATE(439),
[sym_conditional_execution] = STATE(280),
[sym_pipe] = STATE(280),
[sym_redirect_statement] = STATE(280),
[sym_negated_statement] = STATE(280),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(280),
[sym_return] = STATE(280),
[sym_switch_statement] = STATE(280),
[sym_for_statement] = STATE(280),
[sym_while_statement] = STATE(280),
[sym_if_statement] = STATE(280),
[sym_begin_statement] = STATE(280),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(280),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_program_repeat1] = STATE(26),
[ts_builtin_sym_end] = ACTIONS(5),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(11),
[anon_sym_AMP] = ACTIONS(11),
[anon_sym_LF] = ACTIONS(11),
[anon_sym_CR] = ACTIONS(11),
[anon_sym_CR_LF] = ACTIONS(11),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_function] = ACTIONS(19),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(25),
[sym_continue] = ACTIONS(25),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[2] = {
[sym_conditional_execution] = STATE(279),
[sym_pipe] = STATE(279),
[sym_redirect_statement] = STATE(279),
[sym__terminated_opt_statement] = STATE(5),
[sym_negated_statement] = STATE(279),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(279),
[sym_return] = STATE(279),
[sym_switch_statement] = STATE(279),
[sym_for_statement] = STATE(279),
[sym_while_statement] = STATE(279),
[sym_if_statement] = STATE(279),
[sym_else_if_clause] = STATE(356),
[sym_else_clause] = STATE(442),
[sym_begin_statement] = STATE(279),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(279),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_while_statement_repeat1] = STATE(5),
[aux_sym_if_statement_repeat1] = STATE(356),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(45),
[anon_sym_AMP] = ACTIONS(45),
[anon_sym_LF] = ACTIONS(45),
[anon_sym_CR] = ACTIONS(45),
[anon_sym_CR_LF] = ACTIONS(45),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_function] = ACTIONS(19),
[anon_sym_end] = ACTIONS(47),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(49),
[sym_continue] = ACTIONS(49),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_else] = ACTIONS(51),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[3] = {
[sym_conditional_execution] = STATE(279),
[sym_pipe] = STATE(279),
[sym_redirect_statement] = STATE(279),
[sym__terminated_opt_statement] = STATE(2),
[sym_negated_statement] = STATE(279),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(279),
[sym_return] = STATE(279),
[sym_switch_statement] = STATE(279),
[sym_for_statement] = STATE(279),
[sym_while_statement] = STATE(279),
[sym_if_statement] = STATE(279),
[sym_else_if_clause] = STATE(357),
[sym_else_clause] = STATE(441),
[sym_begin_statement] = STATE(279),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(279),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_while_statement_repeat1] = STATE(2),
[aux_sym_if_statement_repeat1] = STATE(357),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(53),
[anon_sym_AMP] = ACTIONS(53),
[anon_sym_LF] = ACTIONS(53),
[anon_sym_CR] = ACTIONS(53),
[anon_sym_CR_LF] = ACTIONS(53),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_function] = ACTIONS(19),
[anon_sym_end] = ACTIONS(55),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(49),
[sym_continue] = ACTIONS(49),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_else] = ACTIONS(51),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[4] = {
[sym_conditional_execution] = STATE(279),
[sym_pipe] = STATE(279),
[sym_redirect_statement] = STATE(279),
[sym__terminated_opt_statement] = STATE(5),
[sym_negated_statement] = STATE(279),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(279),
[sym_return] = STATE(279),
[sym_switch_statement] = STATE(279),
[sym_for_statement] = STATE(279),
[sym_while_statement] = STATE(279),
[sym_if_statement] = STATE(279),
[sym_begin_statement] = STATE(279),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(279),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_while_statement_repeat1] = STATE(5),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(45),
[anon_sym_AMP] = ACTIONS(45),
[anon_sym_LF] = ACTIONS(45),
[anon_sym_CR] = ACTIONS(45),
[anon_sym_CR_LF] = ACTIONS(45),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_function] = ACTIONS(19),
[anon_sym_end] = ACTIONS(57),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(49),
[sym_continue] = ACTIONS(49),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_else] = ACTIONS(57),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[5] = {
[sym_conditional_execution] = STATE(279),
[sym_pipe] = STATE(279),
[sym_redirect_statement] = STATE(279),
[sym__terminated_opt_statement] = STATE(5),
[sym_negated_statement] = STATE(279),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(279),
[sym_return] = STATE(279),
[sym_switch_statement] = STATE(279),
[sym_for_statement] = STATE(279),
[sym_while_statement] = STATE(279),
[sym_if_statement] = STATE(279),
[sym_begin_statement] = STATE(279),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(279),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_while_statement_repeat1] = STATE(5),
[sym_word] = ACTIONS(59),
[anon_sym_and] = ACTIONS(62),
[anon_sym_or] = ACTIONS(62),
[anon_sym_SEMI] = ACTIONS(65),
[anon_sym_AMP] = ACTIONS(65),
[anon_sym_LF] = ACTIONS(65),
[anon_sym_CR] = ACTIONS(65),
[anon_sym_CR_LF] = ACTIONS(65),
[anon_sym_BANG] = ACTIONS(68),
[anon_sym_not] = ACTIONS(68),
[anon_sym_DOLLAR] = ACTIONS(71),
[anon_sym_LPAREN] = ACTIONS(74),
[anon_sym_function] = ACTIONS(77),
[anon_sym_end] = ACTIONS(80),
[sym_integer] = ACTIONS(59),
[sym_float] = ACTIONS(59),
[anon_sym_return] = ACTIONS(82),
[anon_sym_switch] = ACTIONS(85),
[sym_break] = ACTIONS(88),
[sym_continue] = ACTIONS(88),
[anon_sym_for] = ACTIONS(91),
[anon_sym_while] = ACTIONS(94),
[anon_sym_if] = ACTIONS(97),
[anon_sym_else] = ACTIONS(80),
[anon_sym_begin] = ACTIONS(100),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(103),
[anon_sym_RBRACK] = ACTIONS(103),
[anon_sym_LBRACE] = ACTIONS(106),
[anon_sym_DQUOTE] = ACTIONS(109),
[anon_sym_SQUOTE] = ACTIONS(112),
[sym_escape_sequence] = ACTIONS(59),
[sym_home_dir_expansion] = ACTIONS(59),
[sym_glob] = ACTIONS(59),
[sym__begin_brace] = ACTIONS(115),
},
[6] = {
[sym_conditional_execution] = STATE(279),
[sym_pipe] = STATE(279),
[sym_redirect_statement] = STATE(279),
[sym__terminated_opt_statement] = STATE(4),
[sym_negated_statement] = STATE(279),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(279),
[sym_return] = STATE(279),
[sym_switch_statement] = STATE(279),
[sym_for_statement] = STATE(279),
[sym_while_statement] = STATE(279),
[sym_if_statement] = STATE(279),
[sym_begin_statement] = STATE(279),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(279),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_while_statement_repeat1] = STATE(4),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(118),
[anon_sym_AMP] = ACTIONS(118),
[anon_sym_LF] = ACTIONS(118),
[anon_sym_CR] = ACTIONS(118),
[anon_sym_CR_LF] = ACTIONS(118),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_function] = ACTIONS(19),
[anon_sym_end] = ACTIONS(120),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(49),
[sym_continue] = ACTIONS(49),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_else] = ACTIONS(120),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[7] = {
[sym_conditional_execution] = STATE(212),
[sym_pipe] = STATE(212),
[sym_redirect_statement] = STATE(212),
[sym__terminated_opt_statement] = STATE(11),
[sym_negated_statement] = STATE(212),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(212),
[sym_return] = STATE(212),
[sym_switch_statement] = STATE(212),
[sym_for_statement] = STATE(212),
[sym_while_statement] = STATE(212),
[sym_if_statement] = STATE(212),
[sym_begin_statement] = STATE(212),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(212),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_while_statement_repeat1] = STATE(11),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(122),
[anon_sym_AMP] = ACTIONS(122),
[anon_sym_LF] = ACTIONS(122),
[anon_sym_CR] = ACTIONS(122),
[anon_sym_CR_LF] = ACTIONS(122),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_function] = ACTIONS(19),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(124),
[sym_continue] = ACTIONS(124),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[anon_sym_RBRACE] = ACTIONS(126),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[8] = {
[sym_conditional_execution] = STATE(248),
[sym_pipe] = STATE(248),
[sym_redirect_statement] = STATE(248),
[sym__terminated_opt_statement] = STATE(7),
[sym_negated_statement] = STATE(248),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(248),
[sym_return] = STATE(248),
[sym_switch_statement] = STATE(248),
[sym_for_statement] = STATE(248),
[sym_while_statement] = STATE(248),
[sym_if_statement] = STATE(248),
[sym_begin_statement] = STATE(248),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(248),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_while_statement_repeat1] = STATE(7),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(128),
[anon_sym_AMP] = ACTIONS(128),
[anon_sym_LF] = ACTIONS(128),
[anon_sym_CR] = ACTIONS(128),
[anon_sym_CR_LF] = ACTIONS(128),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_function] = ACTIONS(19),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(130),
[sym_continue] = ACTIONS(130),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[anon_sym_RBRACE] = ACTIONS(132),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[9] = {
[sym_conditional_execution] = STATE(282),
[sym_pipe] = STATE(282),
[sym_redirect_statement] = STATE(282),
[sym__terminated_opt_statement] = STATE(9),
[sym_negated_statement] = STATE(282),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(282),
[sym_return] = STATE(282),
[sym_switch_statement] = STATE(282),
[sym_for_statement] = STATE(282),
[sym_while_statement] = STATE(282),
[sym_if_statement] = STATE(282),
[sym_begin_statement] = STATE(282),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(282),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_while_statement_repeat1] = STATE(9),
[sym_word] = ACTIONS(59),
[anon_sym_and] = ACTIONS(62),
[anon_sym_or] = ACTIONS(62),
[anon_sym_SEMI] = ACTIONS(134),
[anon_sym_AMP] = ACTIONS(134),
[anon_sym_LF] = ACTIONS(134),
[anon_sym_CR] = ACTIONS(134),
[anon_sym_CR_LF] = ACTIONS(134),
[anon_sym_BANG] = ACTIONS(68),
[anon_sym_not] = ACTIONS(68),
[anon_sym_DOLLAR] = ACTIONS(71),
[anon_sym_LPAREN] = ACTIONS(74),
[anon_sym_function] = ACTIONS(77),
[anon_sym_end] = ACTIONS(80),
[sym_integer] = ACTIONS(59),
[sym_float] = ACTIONS(59),
[anon_sym_return] = ACTIONS(82),
[anon_sym_switch] = ACTIONS(85),
[sym_break] = ACTIONS(137),
[sym_continue] = ACTIONS(137),
[anon_sym_for] = ACTIONS(91),
[anon_sym_while] = ACTIONS(94),
[anon_sym_if] = ACTIONS(97),
[anon_sym_begin] = ACTIONS(100),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(103),
[anon_sym_RBRACK] = ACTIONS(103),
[anon_sym_LBRACE] = ACTIONS(106),
[anon_sym_DQUOTE] = ACTIONS(109),
[anon_sym_SQUOTE] = ACTIONS(112),
[sym_escape_sequence] = ACTIONS(59),
[sym_home_dir_expansion] = ACTIONS(59),
[sym_glob] = ACTIONS(59),
[sym__begin_brace] = ACTIONS(115),
},
[10] = {
[sym_conditional_execution] = STATE(282),
[sym_pipe] = STATE(282),
[sym_redirect_statement] = STATE(282),
[sym__terminated_opt_statement] = STATE(9),
[sym_negated_statement] = STATE(282),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(282),
[sym_return] = STATE(282),
[sym_switch_statement] = STATE(282),
[sym_for_statement] = STATE(282),
[sym_while_statement] = STATE(282),
[sym_if_statement] = STATE(282),
[sym_begin_statement] = STATE(282),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(282),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_while_statement_repeat1] = STATE(9),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(140),
[anon_sym_AMP] = ACTIONS(140),
[anon_sym_LF] = ACTIONS(140),
[anon_sym_CR] = ACTIONS(140),
[anon_sym_CR_LF] = ACTIONS(140),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_function] = ACTIONS(19),
[anon_sym_end] = ACTIONS(142),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(144),
[sym_continue] = ACTIONS(144),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[11] = {
[sym_conditional_execution] = STATE(284),
[sym_pipe] = STATE(284),
[sym_redirect_statement] = STATE(284),
[sym__terminated_opt_statement] = STATE(11),
[sym_negated_statement] = STATE(284),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(284),
[sym_return] = STATE(284),
[sym_switch_statement] = STATE(284),
[sym_for_statement] = STATE(284),
[sym_while_statement] = STATE(284),
[sym_if_statement] = STATE(284),
[sym_begin_statement] = STATE(284),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(284),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_while_statement_repeat1] = STATE(11),
[sym_word] = ACTIONS(59),
[anon_sym_and] = ACTIONS(62),
[anon_sym_or] = ACTIONS(62),
[anon_sym_SEMI] = ACTIONS(146),
[anon_sym_AMP] = ACTIONS(146),
[anon_sym_LF] = ACTIONS(146),
[anon_sym_CR] = ACTIONS(146),
[anon_sym_CR_LF] = ACTIONS(146),
[anon_sym_BANG] = ACTIONS(68),
[anon_sym_not] = ACTIONS(68),
[anon_sym_DOLLAR] = ACTIONS(71),
[anon_sym_LPAREN] = ACTIONS(74),
[anon_sym_function] = ACTIONS(77),
[sym_integer] = ACTIONS(59),
[sym_float] = ACTIONS(59),
[anon_sym_return] = ACTIONS(82),
[anon_sym_switch] = ACTIONS(85),
[sym_break] = ACTIONS(149),
[sym_continue] = ACTIONS(149),
[anon_sym_for] = ACTIONS(91),
[anon_sym_while] = ACTIONS(94),
[anon_sym_if] = ACTIONS(97),
[anon_sym_begin] = ACTIONS(100),
[anon_sym_RBRACE] = ACTIONS(80),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(103),
[anon_sym_RBRACK] = ACTIONS(103),
[anon_sym_LBRACE] = ACTIONS(106),
[anon_sym_DQUOTE] = ACTIONS(109),
[anon_sym_SQUOTE] = ACTIONS(112),
[sym_escape_sequence] = ACTIONS(59),
[sym_home_dir_expansion] = ACTIONS(59),
[sym_glob] = ACTIONS(59),
[sym__begin_brace] = ACTIONS(115),
},
[12] = {
[sym_conditional_execution] = STATE(282),
[sym_pipe] = STATE(282),
[sym_redirect_statement] = STATE(282),
[sym__terminated_opt_statement] = STATE(15),
[sym_negated_statement] = STATE(282),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(282),
[sym_return] = STATE(282),
[sym_switch_statement] = STATE(282),
[sym_for_statement] = STATE(282),
[sym_while_statement] = STATE(282),
[sym_if_statement] = STATE(282),
[sym_begin_statement] = STATE(282),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(282),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_while_statement_repeat1] = STATE(15),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(152),
[anon_sym_AMP] = ACTIONS(152),
[anon_sym_LF] = ACTIONS(152),
[anon_sym_CR] = ACTIONS(152),
[anon_sym_CR_LF] = ACTIONS(152),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_function] = ACTIONS(19),
[anon_sym_end] = ACTIONS(154),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(144),
[sym_continue] = ACTIONS(144),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[13] = {
[sym_conditional_execution] = STATE(282),
[sym_pipe] = STATE(282),
[sym_redirect_statement] = STATE(282),
[sym__terminated_opt_statement] = STATE(9),
[sym_negated_statement] = STATE(282),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(282),
[sym_return] = STATE(282),
[sym_switch_statement] = STATE(282),
[sym_for_statement] = STATE(282),
[sym_while_statement] = STATE(282),
[sym_if_statement] = STATE(282),
[sym_begin_statement] = STATE(282),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(282),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_while_statement_repeat1] = STATE(9),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(140),
[anon_sym_AMP] = ACTIONS(140),
[anon_sym_LF] = ACTIONS(140),
[anon_sym_CR] = ACTIONS(140),
[anon_sym_CR_LF] = ACTIONS(140),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_function] = ACTIONS(19),
[anon_sym_end] = ACTIONS(126),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(144),
[sym_continue] = ACTIONS(144),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[14] = {
[sym_conditional_execution] = STATE(282),
[sym_pipe] = STATE(282),
[sym_redirect_statement] = STATE(282),
[sym__terminated_opt_statement] = STATE(10),
[sym_negated_statement] = STATE(282),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(282),
[sym_return] = STATE(282),
[sym_switch_statement] = STATE(282),
[sym_for_statement] = STATE(282),
[sym_while_statement] = STATE(282),
[sym_if_statement] = STATE(282),
[sym_begin_statement] = STATE(282),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(282),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_while_statement_repeat1] = STATE(10),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(156),
[anon_sym_AMP] = ACTIONS(156),
[anon_sym_LF] = ACTIONS(156),
[anon_sym_CR] = ACTIONS(156),
[anon_sym_CR_LF] = ACTIONS(156),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_function] = ACTIONS(19),
[anon_sym_end] = ACTIONS(158),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(144),
[sym_continue] = ACTIONS(144),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[15] = {
[sym_conditional_execution] = STATE(282),
[sym_pipe] = STATE(282),
[sym_redirect_statement] = STATE(282),
[sym__terminated_opt_statement] = STATE(9),
[sym_negated_statement] = STATE(282),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(282),
[sym_return] = STATE(282),
[sym_switch_statement] = STATE(282),
[sym_for_statement] = STATE(282),
[sym_while_statement] = STATE(282),
[sym_if_statement] = STATE(282),
[sym_begin_statement] = STATE(282),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(282),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_while_statement_repeat1] = STATE(9),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(140),
[anon_sym_AMP] = ACTIONS(140),
[anon_sym_LF] = ACTIONS(140),
[anon_sym_CR] = ACTIONS(140),
[anon_sym_CR_LF] = ACTIONS(140),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_function] = ACTIONS(19),
[anon_sym_end] = ACTIONS(160),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(144),
[sym_continue] = ACTIONS(144),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[16] = {
[sym_conditional_execution] = STATE(282),
[sym_pipe] = STATE(282),
[sym_redirect_statement] = STATE(282),
[sym__terminated_opt_statement] = STATE(13),
[sym_negated_statement] = STATE(282),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(282),
[sym_return] = STATE(282),
[sym_switch_statement] = STATE(282),
[sym_for_statement] = STATE(282),
[sym_while_statement] = STATE(282),
[sym_if_statement] = STATE(282),
[sym_begin_statement] = STATE(282),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(282),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_while_statement_repeat1] = STATE(13),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(162),
[anon_sym_AMP] = ACTIONS(162),
[anon_sym_LF] = ACTIONS(162),
[anon_sym_CR] = ACTIONS(162),
[anon_sym_CR_LF] = ACTIONS(162),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_function] = ACTIONS(19),
[anon_sym_end] = ACTIONS(132),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(144),
[sym_continue] = ACTIONS(144),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[17] = {
[sym_conditional_execution] = STATE(266),
[sym_pipe] = STATE(266),
[sym_redirect_statement] = STATE(266),
[sym_negated_statement] = STATE(266),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(266),
[sym_return] = STATE(266),
[sym_switch_statement] = STATE(266),
[sym_for_statement] = STATE(266),
[sym_while_statement] = STATE(266),
[sym_if_statement] = STATE(266),
[sym_begin_statement] = STATE(266),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(266),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_program_repeat1] = STATE(40),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(164),
[anon_sym_AMP] = ACTIONS(164),
[anon_sym_LF] = ACTIONS(164),
[anon_sym_CR] = ACTIONS(164),
[anon_sym_CR_LF] = ACTIONS(164),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_RPAREN] = ACTIONS(166),
[anon_sym_function] = ACTIONS(19),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(168),
[sym_continue] = ACTIONS(168),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[18] = {
[sym_conditional_execution] = STATE(242),
[sym_pipe] = STATE(242),
[sym_redirect_statement] = STATE(242),
[sym_negated_statement] = STATE(242),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(242),
[sym_return] = STATE(242),
[sym_switch_statement] = STATE(242),
[sym_for_statement] = STATE(242),
[sym_while_statement] = STATE(242),
[sym_if_statement] = STATE(242),
[sym_begin_statement] = STATE(242),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(242),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_program_repeat1] = STATE(20),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(170),
[anon_sym_AMP] = ACTIONS(170),
[anon_sym_LF] = ACTIONS(170),
[anon_sym_CR] = ACTIONS(170),
[anon_sym_CR_LF] = ACTIONS(170),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_RPAREN] = ACTIONS(172),
[anon_sym_function] = ACTIONS(19),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(174),
[sym_continue] = ACTIONS(174),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[19] = {
[sym_conditional_execution] = STATE(221),
[sym_pipe] = STATE(221),
[sym_redirect_statement] = STATE(221),
[sym_negated_statement] = STATE(221),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(221),
[sym_return] = STATE(221),
[sym_switch_statement] = STATE(221),
[sym_for_statement] = STATE(221),
[sym_while_statement] = STATE(221),
[sym_if_statement] = STATE(221),
[sym_begin_statement] = STATE(221),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(221),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_program_repeat1] = STATE(24),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(176),
[anon_sym_AMP] = ACTIONS(176),
[anon_sym_LF] = ACTIONS(176),
[anon_sym_CR] = ACTIONS(176),
[anon_sym_CR_LF] = ACTIONS(176),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_RPAREN] = ACTIONS(178),
[anon_sym_function] = ACTIONS(19),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(180),
[sym_continue] = ACTIONS(180),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[20] = {
[sym_conditional_execution] = STATE(276),
[sym_pipe] = STATE(276),
[sym_redirect_statement] = STATE(276),
[sym_negated_statement] = STATE(276),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(276),
[sym_return] = STATE(276),
[sym_switch_statement] = STATE(276),
[sym_for_statement] = STATE(276),
[sym_while_statement] = STATE(276),
[sym_if_statement] = STATE(276),
[sym_begin_statement] = STATE(276),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(276),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_program_repeat1] = STATE(20),
[sym_word] = ACTIONS(182),
[anon_sym_and] = ACTIONS(185),
[anon_sym_or] = ACTIONS(185),
[anon_sym_SEMI] = ACTIONS(188),
[anon_sym_AMP] = ACTIONS(188),
[anon_sym_LF] = ACTIONS(188),
[anon_sym_CR] = ACTIONS(188),
[anon_sym_CR_LF] = ACTIONS(188),
[anon_sym_BANG] = ACTIONS(191),
[anon_sym_not] = ACTIONS(191),
[anon_sym_DOLLAR] = ACTIONS(194),
[anon_sym_LPAREN] = ACTIONS(197),
[anon_sym_RPAREN] = ACTIONS(200),
[anon_sym_function] = ACTIONS(202),
[sym_integer] = ACTIONS(182),
[sym_float] = ACTIONS(182),
[anon_sym_return] = ACTIONS(205),
[anon_sym_switch] = ACTIONS(208),
[sym_break] = ACTIONS(211),
[sym_continue] = ACTIONS(211),
[anon_sym_for] = ACTIONS(214),
[anon_sym_while] = ACTIONS(217),
[anon_sym_if] = ACTIONS(220),
[anon_sym_begin] = ACTIONS(223),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(226),
[anon_sym_RBRACK] = ACTIONS(226),
[anon_sym_LBRACE] = ACTIONS(229),
[anon_sym_DQUOTE] = ACTIONS(232),
[anon_sym_SQUOTE] = ACTIONS(235),
[sym_escape_sequence] = ACTIONS(182),
[sym_home_dir_expansion] = ACTIONS(182),
[sym_glob] = ACTIONS(182),
[sym__begin_brace] = ACTIONS(238),
},
[21] = {
[sym_conditional_execution] = STATE(222),
[sym_pipe] = STATE(222),
[sym_redirect_statement] = STATE(222),
[sym_negated_statement] = STATE(222),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(222),
[sym_return] = STATE(222),
[sym_switch_statement] = STATE(222),
[sym_for_statement] = STATE(222),
[sym_while_statement] = STATE(222),
[sym_if_statement] = STATE(222),
[sym_begin_statement] = STATE(222),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(222),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_program_repeat1] = STATE(46),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(241),
[anon_sym_AMP] = ACTIONS(241),
[anon_sym_LF] = ACTIONS(241),
[anon_sym_CR] = ACTIONS(241),
[anon_sym_CR_LF] = ACTIONS(241),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_RPAREN] = ACTIONS(243),
[anon_sym_function] = ACTIONS(19),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(245),
[sym_continue] = ACTIONS(245),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[22] = {
[sym_conditional_execution] = STATE(244),
[sym_pipe] = STATE(244),
[sym_redirect_statement] = STATE(244),
[sym_negated_statement] = STATE(244),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(244),
[sym_return] = STATE(244),
[sym_switch_statement] = STATE(244),
[sym_for_statement] = STATE(244),
[sym_while_statement] = STATE(244),
[sym_if_statement] = STATE(244),
[sym_begin_statement] = STATE(244),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(244),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_program_repeat1] = STATE(20),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(170),
[anon_sym_AMP] = ACTIONS(170),
[anon_sym_LF] = ACTIONS(170),
[anon_sym_CR] = ACTIONS(170),
[anon_sym_CR_LF] = ACTIONS(170),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_RPAREN] = ACTIONS(247),
[anon_sym_function] = ACTIONS(19),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(249),
[sym_continue] = ACTIONS(249),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[23] = {
[sym_conditional_execution] = STATE(246),
[sym_pipe] = STATE(246),
[sym_redirect_statement] = STATE(246),
[sym_negated_statement] = STATE(246),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(246),
[sym_return] = STATE(246),
[sym_switch_statement] = STATE(246),
[sym_for_statement] = STATE(246),
[sym_while_statement] = STATE(246),
[sym_if_statement] = STATE(246),
[sym_begin_statement] = STATE(246),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(246),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_program_repeat1] = STATE(20),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(170),
[anon_sym_AMP] = ACTIONS(170),
[anon_sym_LF] = ACTIONS(170),
[anon_sym_CR] = ACTIONS(170),
[anon_sym_CR_LF] = ACTIONS(170),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_RPAREN] = ACTIONS(251),
[anon_sym_function] = ACTIONS(19),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(253),
[sym_continue] = ACTIONS(253),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[24] = {
[sym_conditional_execution] = STATE(211),
[sym_pipe] = STATE(211),
[sym_redirect_statement] = STATE(211),
[sym_negated_statement] = STATE(211),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(211),
[sym_return] = STATE(211),
[sym_switch_statement] = STATE(211),
[sym_for_statement] = STATE(211),
[sym_while_statement] = STATE(211),
[sym_if_statement] = STATE(211),
[sym_begin_statement] = STATE(211),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(211),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_program_repeat1] = STATE(20),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(170),
[anon_sym_AMP] = ACTIONS(170),
[anon_sym_LF] = ACTIONS(170),
[anon_sym_CR] = ACTIONS(170),
[anon_sym_CR_LF] = ACTIONS(170),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_RPAREN] = ACTIONS(255),
[anon_sym_function] = ACTIONS(19),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(257),
[sym_continue] = ACTIONS(257),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[25] = {
[sym_conditional_execution] = STATE(268),
[sym_pipe] = STATE(268),
[sym_redirect_statement] = STATE(268),
[sym_negated_statement] = STATE(268),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(268),
[sym_return] = STATE(268),
[sym_switch_statement] = STATE(268),
[sym_for_statement] = STATE(268),
[sym_while_statement] = STATE(268),
[sym_if_statement] = STATE(268),
[sym_begin_statement] = STATE(268),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(268),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_program_repeat1] = STATE(36),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(259),
[anon_sym_AMP] = ACTIONS(259),
[anon_sym_LF] = ACTIONS(259),
[anon_sym_CR] = ACTIONS(259),
[anon_sym_CR_LF] = ACTIONS(259),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_RPAREN] = ACTIONS(261),
[anon_sym_function] = ACTIONS(19),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(263),
[sym_continue] = ACTIONS(263),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[26] = {
[sym_conditional_execution] = STATE(280),
[sym_pipe] = STATE(280),
[sym_redirect_statement] = STATE(280),
[sym_negated_statement] = STATE(280),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(280),
[sym_return] = STATE(280),
[sym_switch_statement] = STATE(280),
[sym_for_statement] = STATE(280),
[sym_while_statement] = STATE(280),
[sym_if_statement] = STATE(280),
[sym_begin_statement] = STATE(280),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(280),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_program_repeat1] = STATE(41),
[ts_builtin_sym_end] = ACTIONS(265),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(267),
[anon_sym_AMP] = ACTIONS(267),
[anon_sym_LF] = ACTIONS(267),
[anon_sym_CR] = ACTIONS(267),
[anon_sym_CR_LF] = ACTIONS(267),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_function] = ACTIONS(19),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(25),
[sym_continue] = ACTIONS(25),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[27] = {
[sym_conditional_execution] = STATE(246),
[sym_pipe] = STATE(246),
[sym_redirect_statement] = STATE(246),
[sym_negated_statement] = STATE(246),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(246),
[sym_return] = STATE(246),
[sym_switch_statement] = STATE(246),
[sym_for_statement] = STATE(246),
[sym_while_statement] = STATE(246),
[sym_if_statement] = STATE(246),
[sym_begin_statement] = STATE(246),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(246),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_program_repeat1] = STATE(22),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(269),
[anon_sym_AMP] = ACTIONS(269),
[anon_sym_LF] = ACTIONS(269),
[anon_sym_CR] = ACTIONS(269),
[anon_sym_CR_LF] = ACTIONS(269),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_RPAREN] = ACTIONS(251),
[anon_sym_function] = ACTIONS(19),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(253),
[sym_continue] = ACTIONS(253),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[28] = {
[sym_conditional_execution] = STATE(249),
[sym_pipe] = STATE(249),
[sym_redirect_statement] = STATE(249),
[sym_negated_statement] = STATE(249),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(249),
[sym_return] = STATE(249),
[sym_switch_statement] = STATE(249),
[sym_for_statement] = STATE(249),
[sym_while_statement] = STATE(249),
[sym_if_statement] = STATE(249),
[sym_begin_statement] = STATE(249),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(249),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_program_repeat1] = STATE(23),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(271),
[anon_sym_AMP] = ACTIONS(271),
[anon_sym_LF] = ACTIONS(271),
[anon_sym_CR] = ACTIONS(271),
[anon_sym_CR_LF] = ACTIONS(271),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_RPAREN] = ACTIONS(273),
[anon_sym_function] = ACTIONS(19),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(275),
[sym_continue] = ACTIONS(275),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[29] = {
[sym_conditional_execution] = STATE(261),
[sym_pipe] = STATE(261),
[sym_redirect_statement] = STATE(261),
[sym_negated_statement] = STATE(261),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(261),
[sym_return] = STATE(261),
[sym_switch_statement] = STATE(261),
[sym_for_statement] = STATE(261),
[sym_while_statement] = STATE(261),
[sym_if_statement] = STATE(261),
[sym_begin_statement] = STATE(261),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(261),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_program_repeat1] = STATE(20),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(170),
[anon_sym_AMP] = ACTIONS(170),
[anon_sym_LF] = ACTIONS(170),
[anon_sym_CR] = ACTIONS(170),
[anon_sym_CR_LF] = ACTIONS(170),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_RPAREN] = ACTIONS(277),
[anon_sym_function] = ACTIONS(19),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(279),
[sym_continue] = ACTIONS(279),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[30] = {
[sym_conditional_execution] = STATE(264),
[sym_pipe] = STATE(264),
[sym_redirect_statement] = STATE(264),
[sym_negated_statement] = STATE(264),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(264),
[sym_return] = STATE(264),
[sym_switch_statement] = STATE(264),
[sym_for_statement] = STATE(264),
[sym_while_statement] = STATE(264),
[sym_if_statement] = STATE(264),
[sym_begin_statement] = STATE(264),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(264),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_program_repeat1] = STATE(20),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(170),
[anon_sym_AMP] = ACTIONS(170),
[anon_sym_LF] = ACTIONS(170),
[anon_sym_CR] = ACTIONS(170),
[anon_sym_CR_LF] = ACTIONS(170),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_RPAREN] = ACTIONS(281),
[anon_sym_function] = ACTIONS(19),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(283),
[sym_continue] = ACTIONS(283),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[31] = {
[sym_conditional_execution] = STATE(264),
[sym_pipe] = STATE(264),
[sym_redirect_statement] = STATE(264),
[sym_negated_statement] = STATE(264),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(264),
[sym_return] = STATE(264),
[sym_switch_statement] = STATE(264),
[sym_for_statement] = STATE(264),
[sym_while_statement] = STATE(264),
[sym_if_statement] = STATE(264),
[sym_begin_statement] = STATE(264),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(264),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_program_repeat1] = STATE(29),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(285),
[anon_sym_AMP] = ACTIONS(285),
[anon_sym_LF] = ACTIONS(285),
[anon_sym_CR] = ACTIONS(285),
[anon_sym_CR_LF] = ACTIONS(285),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_RPAREN] = ACTIONS(281),
[anon_sym_function] = ACTIONS(19),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(283),
[sym_continue] = ACTIONS(283),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[32] = {
[sym_conditional_execution] = STATE(213),
[sym_pipe] = STATE(213),
[sym_redirect_statement] = STATE(213),
[sym_negated_statement] = STATE(213),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(213),
[sym_return] = STATE(213),
[sym_switch_statement] = STATE(213),
[sym_for_statement] = STATE(213),
[sym_while_statement] = STATE(213),
[sym_if_statement] = STATE(213),
[sym_begin_statement] = STATE(213),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(213),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_program_repeat1] = STATE(18),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(287),
[anon_sym_AMP] = ACTIONS(287),
[anon_sym_LF] = ACTIONS(287),
[anon_sym_CR] = ACTIONS(287),
[anon_sym_CR_LF] = ACTIONS(287),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_RPAREN] = ACTIONS(289),
[anon_sym_function] = ACTIONS(19),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(291),
[sym_continue] = ACTIONS(291),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[33] = {
[sym_conditional_execution] = STATE(260),
[sym_pipe] = STATE(260),
[sym_redirect_statement] = STATE(260),
[sym_negated_statement] = STATE(260),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(260),
[sym_return] = STATE(260),
[sym_switch_statement] = STATE(260),
[sym_for_statement] = STATE(260),
[sym_while_statement] = STATE(260),
[sym_if_statement] = STATE(260),
[sym_begin_statement] = STATE(260),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(260),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_program_repeat1] = STATE(20),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(170),
[anon_sym_AMP] = ACTIONS(170),
[anon_sym_LF] = ACTIONS(170),
[anon_sym_CR] = ACTIONS(170),
[anon_sym_CR_LF] = ACTIONS(170),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_RPAREN] = ACTIONS(293),
[anon_sym_function] = ACTIONS(19),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(295),
[sym_continue] = ACTIONS(295),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[34] = {
[sym_conditional_execution] = STATE(202),
[sym_pipe] = STATE(202),
[sym_redirect_statement] = STATE(202),
[sym_negated_statement] = STATE(202),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(202),
[sym_return] = STATE(202),
[sym_switch_statement] = STATE(202),
[sym_for_statement] = STATE(202),
[sym_while_statement] = STATE(202),
[sym_if_statement] = STATE(202),
[sym_begin_statement] = STATE(202),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(202),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_program_repeat1] = STATE(33),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(297),
[anon_sym_AMP] = ACTIONS(297),
[anon_sym_LF] = ACTIONS(297),
[anon_sym_CR] = ACTIONS(297),
[anon_sym_CR_LF] = ACTIONS(297),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_RPAREN] = ACTIONS(299),
[anon_sym_function] = ACTIONS(19),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(301),
[sym_continue] = ACTIONS(301),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[35] = {
[sym_conditional_execution] = STATE(207),
[sym_pipe] = STATE(207),
[sym_redirect_statement] = STATE(207),
[sym_negated_statement] = STATE(207),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(207),
[sym_return] = STATE(207),
[sym_switch_statement] = STATE(207),
[sym_for_statement] = STATE(207),
[sym_while_statement] = STATE(207),
[sym_if_statement] = STATE(207),
[sym_begin_statement] = STATE(207),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(207),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_program_repeat1] = STATE(42),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(303),
[anon_sym_AMP] = ACTIONS(303),
[anon_sym_LF] = ACTIONS(303),
[anon_sym_CR] = ACTIONS(303),
[anon_sym_CR_LF] = ACTIONS(303),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_RPAREN] = ACTIONS(305),
[anon_sym_function] = ACTIONS(19),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(307),
[sym_continue] = ACTIONS(307),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[36] = {
[sym_conditional_execution] = STATE(213),
[sym_pipe] = STATE(213),
[sym_redirect_statement] = STATE(213),
[sym_negated_statement] = STATE(213),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(213),
[sym_return] = STATE(213),
[sym_switch_statement] = STATE(213),
[sym_for_statement] = STATE(213),
[sym_while_statement] = STATE(213),
[sym_if_statement] = STATE(213),
[sym_begin_statement] = STATE(213),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(213),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_program_repeat1] = STATE(20),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(170),
[anon_sym_AMP] = ACTIONS(170),
[anon_sym_LF] = ACTIONS(170),
[anon_sym_CR] = ACTIONS(170),
[anon_sym_CR_LF] = ACTIONS(170),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_RPAREN] = ACTIONS(289),
[anon_sym_function] = ACTIONS(19),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(291),
[sym_continue] = ACTIONS(291),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[37] = {
[sym_conditional_execution] = STATE(245),
[sym_pipe] = STATE(245),
[sym_redirect_statement] = STATE(245),
[sym_negated_statement] = STATE(245),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(245),
[sym_return] = STATE(245),
[sym_switch_statement] = STATE(245),
[sym_for_statement] = STATE(245),
[sym_while_statement] = STATE(245),
[sym_if_statement] = STATE(245),
[sym_begin_statement] = STATE(245),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(245),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_program_repeat1] = STATE(43),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(309),
[anon_sym_AMP] = ACTIONS(309),
[anon_sym_LF] = ACTIONS(309),
[anon_sym_CR] = ACTIONS(309),
[anon_sym_CR_LF] = ACTIONS(309),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_RPAREN] = ACTIONS(311),
[anon_sym_function] = ACTIONS(19),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(313),
[sym_continue] = ACTIONS(313),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[38] = {
[sym_conditional_execution] = STATE(267),
[sym_pipe] = STATE(267),
[sym_redirect_statement] = STATE(267),
[sym_negated_statement] = STATE(267),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(267),
[sym_return] = STATE(267),
[sym_switch_statement] = STATE(267),
[sym_for_statement] = STATE(267),
[sym_while_statement] = STATE(267),
[sym_if_statement] = STATE(267),
[sym_begin_statement] = STATE(267),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(267),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_program_repeat1] = STATE(30),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(315),
[anon_sym_AMP] = ACTIONS(315),
[anon_sym_LF] = ACTIONS(315),
[anon_sym_CR] = ACTIONS(315),
[anon_sym_CR_LF] = ACTIONS(315),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_RPAREN] = ACTIONS(317),
[anon_sym_function] = ACTIONS(19),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(319),
[sym_continue] = ACTIONS(319),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[39] = {
[sym_conditional_execution] = STATE(272),
[sym_pipe] = STATE(272),
[sym_redirect_statement] = STATE(272),
[sym_negated_statement] = STATE(272),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(272),
[sym_return] = STATE(272),
[sym_switch_statement] = STATE(272),
[sym_for_statement] = STATE(272),
[sym_while_statement] = STATE(272),
[sym_if_statement] = STATE(272),
[sym_begin_statement] = STATE(272),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(272),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_program_repeat1] = STATE(20),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(170),
[anon_sym_AMP] = ACTIONS(170),
[anon_sym_LF] = ACTIONS(170),
[anon_sym_CR] = ACTIONS(170),
[anon_sym_CR_LF] = ACTIONS(170),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_RPAREN] = ACTIONS(321),
[anon_sym_function] = ACTIONS(19),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(323),
[sym_continue] = ACTIONS(323),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[40] = {
[sym_conditional_execution] = STATE(271),
[sym_pipe] = STATE(271),
[sym_redirect_statement] = STATE(271),
[sym_negated_statement] = STATE(271),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(271),
[sym_return] = STATE(271),
[sym_switch_statement] = STATE(271),
[sym_for_statement] = STATE(271),
[sym_while_statement] = STATE(271),
[sym_if_statement] = STATE(271),
[sym_begin_statement] = STATE(271),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(271),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_program_repeat1] = STATE(20),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(170),
[anon_sym_AMP] = ACTIONS(170),
[anon_sym_LF] = ACTIONS(170),
[anon_sym_CR] = ACTIONS(170),
[anon_sym_CR_LF] = ACTIONS(170),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_RPAREN] = ACTIONS(325),
[anon_sym_function] = ACTIONS(19),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(327),
[sym_continue] = ACTIONS(327),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[41] = {
[sym_conditional_execution] = STATE(280),
[sym_pipe] = STATE(280),
[sym_redirect_statement] = STATE(280),
[sym_negated_statement] = STATE(280),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(280),
[sym_return] = STATE(280),
[sym_switch_statement] = STATE(280),
[sym_for_statement] = STATE(280),
[sym_while_statement] = STATE(280),
[sym_if_statement] = STATE(280),
[sym_begin_statement] = STATE(280),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(280),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_program_repeat1] = STATE(41),
[ts_builtin_sym_end] = ACTIONS(329),
[sym_word] = ACTIONS(182),
[anon_sym_and] = ACTIONS(185),
[anon_sym_or] = ACTIONS(185),
[anon_sym_SEMI] = ACTIONS(331),
[anon_sym_AMP] = ACTIONS(331),
[anon_sym_LF] = ACTIONS(331),
[anon_sym_CR] = ACTIONS(331),
[anon_sym_CR_LF] = ACTIONS(331),
[anon_sym_BANG] = ACTIONS(191),
[anon_sym_not] = ACTIONS(191),
[anon_sym_DOLLAR] = ACTIONS(194),
[anon_sym_LPAREN] = ACTIONS(197),
[anon_sym_function] = ACTIONS(202),
[sym_integer] = ACTIONS(182),
[sym_float] = ACTIONS(182),
[anon_sym_return] = ACTIONS(205),
[anon_sym_switch] = ACTIONS(208),
[sym_break] = ACTIONS(334),
[sym_continue] = ACTIONS(334),
[anon_sym_for] = ACTIONS(214),
[anon_sym_while] = ACTIONS(217),
[anon_sym_if] = ACTIONS(220),
[anon_sym_begin] = ACTIONS(223),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(226),
[anon_sym_RBRACK] = ACTIONS(226),
[anon_sym_LBRACE] = ACTIONS(229),
[anon_sym_DQUOTE] = ACTIONS(232),
[anon_sym_SQUOTE] = ACTIONS(235),
[sym_escape_sequence] = ACTIONS(182),
[sym_home_dir_expansion] = ACTIONS(182),
[sym_glob] = ACTIONS(182),
[sym__begin_brace] = ACTIONS(238),
},
[42] = {
[sym_conditional_execution] = STATE(245),
[sym_pipe] = STATE(245),
[sym_redirect_statement] = STATE(245),
[sym_negated_statement] = STATE(245),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(245),
[sym_return] = STATE(245),
[sym_switch_statement] = STATE(245),
[sym_for_statement] = STATE(245),
[sym_while_statement] = STATE(245),
[sym_if_statement] = STATE(245),
[sym_begin_statement] = STATE(245),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(245),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_program_repeat1] = STATE(20),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(170),
[anon_sym_AMP] = ACTIONS(170),
[anon_sym_LF] = ACTIONS(170),
[anon_sym_CR] = ACTIONS(170),
[anon_sym_CR_LF] = ACTIONS(170),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_RPAREN] = ACTIONS(311),
[anon_sym_function] = ACTIONS(19),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(313),
[sym_continue] = ACTIONS(313),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[43] = {
[sym_conditional_execution] = STATE(247),
[sym_pipe] = STATE(247),
[sym_redirect_statement] = STATE(247),
[sym_negated_statement] = STATE(247),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(247),
[sym_return] = STATE(247),
[sym_switch_statement] = STATE(247),
[sym_for_statement] = STATE(247),
[sym_while_statement] = STATE(247),
[sym_if_statement] = STATE(247),
[sym_begin_statement] = STATE(247),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(247),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_program_repeat1] = STATE(20),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(170),
[anon_sym_AMP] = ACTIONS(170),
[anon_sym_LF] = ACTIONS(170),
[anon_sym_CR] = ACTIONS(170),
[anon_sym_CR_LF] = ACTIONS(170),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_RPAREN] = ACTIONS(337),
[anon_sym_function] = ACTIONS(19),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(339),
[sym_continue] = ACTIONS(339),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[44] = {
[sym_conditional_execution] = STATE(271),
[sym_pipe] = STATE(271),
[sym_redirect_statement] = STATE(271),
[sym_negated_statement] = STATE(271),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(271),
[sym_return] = STATE(271),
[sym_switch_statement] = STATE(271),
[sym_for_statement] = STATE(271),
[sym_while_statement] = STATE(271),
[sym_if_statement] = STATE(271),
[sym_begin_statement] = STATE(271),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(271),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_program_repeat1] = STATE(39),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(341),
[anon_sym_AMP] = ACTIONS(341),
[anon_sym_LF] = ACTIONS(341),
[anon_sym_CR] = ACTIONS(341),
[anon_sym_CR_LF] = ACTIONS(341),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_RPAREN] = ACTIONS(325),
[anon_sym_function] = ACTIONS(19),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(327),
[sym_continue] = ACTIONS(327),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[45] = {
[sym_conditional_execution] = STATE(202),
[sym_pipe] = STATE(202),
[sym_redirect_statement] = STATE(202),
[sym_negated_statement] = STATE(202),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(202),
[sym_return] = STATE(202),
[sym_switch_statement] = STATE(202),
[sym_for_statement] = STATE(202),
[sym_while_statement] = STATE(202),
[sym_if_statement] = STATE(202),
[sym_begin_statement] = STATE(202),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(202),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_program_repeat1] = STATE(20),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(170),
[anon_sym_AMP] = ACTIONS(170),
[anon_sym_LF] = ACTIONS(170),
[anon_sym_CR] = ACTIONS(170),
[anon_sym_CR_LF] = ACTIONS(170),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_RPAREN] = ACTIONS(299),
[anon_sym_function] = ACTIONS(19),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(301),
[sym_continue] = ACTIONS(301),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[46] = {
[sym_conditional_execution] = STATE(221),
[sym_pipe] = STATE(221),
[sym_redirect_statement] = STATE(221),
[sym_negated_statement] = STATE(221),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(221),
[sym_return] = STATE(221),
[sym_switch_statement] = STATE(221),
[sym_for_statement] = STATE(221),
[sym_while_statement] = STATE(221),
[sym_if_statement] = STATE(221),
[sym_begin_statement] = STATE(221),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(221),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_program_repeat1] = STATE(20),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(170),
[anon_sym_AMP] = ACTIONS(170),
[anon_sym_LF] = ACTIONS(170),
[anon_sym_CR] = ACTIONS(170),
[anon_sym_CR_LF] = ACTIONS(170),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_RPAREN] = ACTIONS(178),
[anon_sym_function] = ACTIONS(19),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(180),
[sym_continue] = ACTIONS(180),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
[47] = {
[sym_conditional_execution] = STATE(258),
[sym_pipe] = STATE(258),
[sym_redirect_statement] = STATE(258),
[sym_negated_statement] = STATE(258),
[sym_command_substitution] = STATE(98),
[sym_function_definition] = STATE(258),
[sym_return] = STATE(258),
[sym_switch_statement] = STATE(258),
[sym_for_statement] = STATE(258),
[sym_while_statement] = STATE(258),
[sym_if_statement] = STATE(258),
[sym_begin_statement] = STATE(258),
[sym_variable_expansion] = STATE(98),
[sym_brace_expansion] = STATE(98),
[sym_double_quote_string] = STATE(98),
[sym_single_quote_string] = STATE(98),
[sym_command] = STATE(258),
[sym__special_character] = STATE(100),
[sym_concatenation] = STATE(82),
[sym__expression] = STATE(82),
[aux_sym_program_repeat1] = STATE(45),
[sym_word] = ACTIONS(7),
[anon_sym_and] = ACTIONS(9),
[anon_sym_or] = ACTIONS(9),
[anon_sym_SEMI] = ACTIONS(343),
[anon_sym_AMP] = ACTIONS(343),
[anon_sym_LF] = ACTIONS(343),
[anon_sym_CR] = ACTIONS(343),
[anon_sym_CR_LF] = ACTIONS(343),
[anon_sym_BANG] = ACTIONS(13),
[anon_sym_not] = ACTIONS(13),
[anon_sym_DOLLAR] = ACTIONS(15),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_RPAREN] = ACTIONS(345),
[anon_sym_function] = ACTIONS(19),
[sym_integer] = ACTIONS(7),
[sym_float] = ACTIONS(7),
[anon_sym_return] = ACTIONS(21),
[anon_sym_switch] = ACTIONS(23),
[sym_break] = ACTIONS(347),
[sym_continue] = ACTIONS(347),
[anon_sym_for] = ACTIONS(27),
[anon_sym_while] = ACTIONS(29),
[anon_sym_if] = ACTIONS(31),
[anon_sym_begin] = ACTIONS(33),
[sym_comment] = ACTIONS(3),
[anon_sym_LBRACK] = ACTIONS(35),
[anon_sym_RBRACK] = ACTIONS(35),
[anon_sym_LBRACE] = ACTIONS(37),
[anon_sym_DQUOTE] = ACTIONS(39),
[anon_sym_SQUOTE] = ACTIONS(41),
[sym_escape_sequence] = ACTIONS(7),
[sym_home_dir_expansion] = ACTIONS(7),
[sym_glob] = ACTIONS(7),
[sym__begin_brace] = ACTIONS(43),
},
};
static const uint16_t ts_small_parse_table[] = {
[0] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_function,
ACTIONS(21), 1,
anon_sym_return,
ACTIONS(23), 1,
anon_sym_switch,
ACTIONS(27), 1,
anon_sym_for,
ACTIONS(29), 1,
anon_sym_while,
ACTIONS(31), 1,
anon_sym_if,
ACTIONS(33), 1,
anon_sym_begin,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(43), 1,
sym__begin_brace,
STATE(100), 1,
sym__special_character,
ACTIONS(9), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(13), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
ACTIONS(349), 2,
anon_sym_end,
anon_sym_case,
ACTIONS(351), 2,
sym_break,
sym_continue,
STATE(50), 2,
sym__terminated_statement,
aux_sym_function_definition_repeat2,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(277), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[103] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
anon_sym_DOLLAR,
ACTIONS(365), 1,
anon_sym_LPAREN,
ACTIONS(368), 1,
anon_sym_function,
ACTIONS(373), 1,
anon_sym_return,
ACTIONS(376), 1,
anon_sym_switch,
ACTIONS(382), 1,
anon_sym_for,
ACTIONS(385), 1,
anon_sym_while,
ACTIONS(388), 1,
anon_sym_if,
ACTIONS(391), 1,
anon_sym_begin,
ACTIONS(397), 1,
anon_sym_LBRACE,
ACTIONS(400), 1,
anon_sym_DQUOTE,
ACTIONS(403), 1,
anon_sym_SQUOTE,
ACTIONS(406), 1,
sym__begin_brace,
STATE(100), 1,
sym__special_character,
ACTIONS(356), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(359), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(371), 2,
anon_sym_end,
anon_sym_case,
ACTIONS(379), 2,
sym_break,
sym_continue,
ACTIONS(394), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
STATE(49), 2,
sym__terminated_statement,
aux_sym_function_definition_repeat2,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(353), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(277), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[206] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_function,
ACTIONS(21), 1,
anon_sym_return,
ACTIONS(23), 1,
anon_sym_switch,
ACTIONS(27), 1,
anon_sym_for,
ACTIONS(29), 1,
anon_sym_while,
ACTIONS(31), 1,
anon_sym_if,
ACTIONS(33), 1,
anon_sym_begin,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(43), 1,
sym__begin_brace,
STATE(100), 1,
sym__special_character,
ACTIONS(9), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(13), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
ACTIONS(351), 2,
sym_break,
sym_continue,
ACTIONS(409), 2,
anon_sym_end,
anon_sym_case,
STATE(49), 2,
sym__terminated_statement,
aux_sym_function_definition_repeat2,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(277), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[309] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_function,
ACTIONS(21), 1,
anon_sym_return,
ACTIONS(23), 1,
anon_sym_switch,
ACTIONS(27), 1,
anon_sym_for,
ACTIONS(29), 1,
anon_sym_while,
ACTIONS(31), 1,
anon_sym_if,
ACTIONS(33), 1,
anon_sym_begin,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(43), 1,
sym__begin_brace,
ACTIONS(411), 1,
anon_sym_end,
STATE(100), 1,
sym__special_character,
ACTIONS(9), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(13), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
ACTIONS(413), 2,
sym_break,
sym_continue,
STATE(69), 2,
sym__terminated_statement,
aux_sym_function_definition_repeat2,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(283), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[411] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_function,
ACTIONS(21), 1,
anon_sym_return,
ACTIONS(23), 1,
anon_sym_switch,
ACTIONS(27), 1,
anon_sym_for,
ACTIONS(29), 1,
anon_sym_while,
ACTIONS(31), 1,
anon_sym_if,
ACTIONS(33), 1,
anon_sym_begin,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(43), 1,
sym__begin_brace,
ACTIONS(415), 1,
anon_sym_end,
STATE(100), 1,
sym__special_character,
ACTIONS(9), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(13), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
ACTIONS(413), 2,
sym_break,
sym_continue,
STATE(69), 2,
sym__terminated_statement,
aux_sym_function_definition_repeat2,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(283), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[513] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_function,
ACTIONS(21), 1,
anon_sym_return,
ACTIONS(23), 1,
anon_sym_switch,
ACTIONS(27), 1,
anon_sym_for,
ACTIONS(29), 1,
anon_sym_while,
ACTIONS(31), 1,
anon_sym_if,
ACTIONS(33), 1,
anon_sym_begin,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(43), 1,
sym__begin_brace,
ACTIONS(417), 1,
anon_sym_end,
STATE(100), 1,
sym__special_character,
ACTIONS(9), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(13), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
ACTIONS(413), 2,
sym_break,
sym_continue,
STATE(69), 2,
sym__terminated_statement,
aux_sym_function_definition_repeat2,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(283), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[615] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_function,
ACTIONS(21), 1,
anon_sym_return,
ACTIONS(23), 1,
anon_sym_switch,
ACTIONS(27), 1,
anon_sym_for,
ACTIONS(29), 1,
anon_sym_while,
ACTIONS(31), 1,
anon_sym_if,
ACTIONS(33), 1,
anon_sym_begin,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(43), 1,
sym__begin_brace,
ACTIONS(419), 1,
anon_sym_end,
STATE(100), 1,
sym__special_character,
ACTIONS(9), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(13), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
ACTIONS(413), 2,
sym_break,
sym_continue,
STATE(69), 2,
sym__terminated_statement,
aux_sym_function_definition_repeat2,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(283), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[717] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_function,
ACTIONS(21), 1,
anon_sym_return,
ACTIONS(23), 1,
anon_sym_switch,
ACTIONS(27), 1,
anon_sym_for,
ACTIONS(29), 1,
anon_sym_while,
ACTIONS(31), 1,
anon_sym_if,
ACTIONS(33), 1,
anon_sym_begin,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(43), 1,
sym__begin_brace,
ACTIONS(421), 1,
anon_sym_end,
STATE(100), 1,
sym__special_character,
ACTIONS(9), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(13), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
ACTIONS(413), 2,
sym_break,
sym_continue,
STATE(53), 2,
sym__terminated_statement,
aux_sym_function_definition_repeat2,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(283), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[819] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_function,
ACTIONS(21), 1,
anon_sym_return,
ACTIONS(23), 1,
anon_sym_switch,
ACTIONS(27), 1,
anon_sym_for,
ACTIONS(29), 1,
anon_sym_while,
ACTIONS(31), 1,
anon_sym_if,
ACTIONS(33), 1,
anon_sym_begin,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(43), 1,
sym__begin_brace,
ACTIONS(423), 1,
anon_sym_end,
STATE(100), 1,
sym__special_character,
ACTIONS(9), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(13), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
ACTIONS(413), 2,
sym_break,
sym_continue,
STATE(69), 2,
sym__terminated_statement,
aux_sym_function_definition_repeat2,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(283), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[921] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_function,
ACTIONS(21), 1,
anon_sym_return,
ACTIONS(23), 1,
anon_sym_switch,
ACTIONS(27), 1,
anon_sym_for,
ACTIONS(29), 1,
anon_sym_while,
ACTIONS(31), 1,
anon_sym_if,
ACTIONS(33), 1,
anon_sym_begin,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(43), 1,
sym__begin_brace,
ACTIONS(425), 1,
anon_sym_end,
STATE(100), 1,
sym__special_character,
ACTIONS(9), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(13), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
ACTIONS(413), 2,
sym_break,
sym_continue,
STATE(51), 2,
sym__terminated_statement,
aux_sym_function_definition_repeat2,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(283), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[1023] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_function,
ACTIONS(21), 1,
anon_sym_return,
ACTIONS(23), 1,
anon_sym_switch,
ACTIONS(27), 1,
anon_sym_for,
ACTIONS(29), 1,
anon_sym_while,
ACTIONS(31), 1,
anon_sym_if,
ACTIONS(33), 1,
anon_sym_begin,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(43), 1,
sym__begin_brace,
ACTIONS(427), 1,
anon_sym_end,
STATE(100), 1,
sym__special_character,
ACTIONS(9), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(13), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
ACTIONS(413), 2,
sym_break,
sym_continue,
STATE(69), 2,
sym__terminated_statement,
aux_sym_function_definition_repeat2,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(283), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[1125] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_function,
ACTIONS(21), 1,
anon_sym_return,
ACTIONS(23), 1,
anon_sym_switch,
ACTIONS(27), 1,
anon_sym_for,
ACTIONS(29), 1,
anon_sym_while,
ACTIONS(31), 1,
anon_sym_if,
ACTIONS(33), 1,
anon_sym_begin,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(43), 1,
sym__begin_brace,
ACTIONS(429), 1,
anon_sym_end,
STATE(100), 1,
sym__special_character,
ACTIONS(9), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(13), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
ACTIONS(413), 2,
sym_break,
sym_continue,
STATE(69), 2,
sym__terminated_statement,
aux_sym_function_definition_repeat2,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(283), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[1227] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_function,
ACTIONS(21), 1,
anon_sym_return,
ACTIONS(23), 1,
anon_sym_switch,
ACTIONS(27), 1,
anon_sym_for,
ACTIONS(29), 1,
anon_sym_while,
ACTIONS(31), 1,
anon_sym_if,
ACTIONS(33), 1,
anon_sym_begin,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(43), 1,
sym__begin_brace,
ACTIONS(431), 1,
anon_sym_end,
STATE(100), 1,
sym__special_character,
ACTIONS(9), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(13), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
ACTIONS(413), 2,
sym_break,
sym_continue,
STATE(69), 2,
sym__terminated_statement,
aux_sym_function_definition_repeat2,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(283), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[1329] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_function,
ACTIONS(21), 1,
anon_sym_return,
ACTIONS(23), 1,
anon_sym_switch,
ACTIONS(27), 1,
anon_sym_for,
ACTIONS(29), 1,
anon_sym_while,
ACTIONS(31), 1,
anon_sym_if,
ACTIONS(33), 1,
anon_sym_begin,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(43), 1,
sym__begin_brace,
ACTIONS(433), 1,
anon_sym_end,
STATE(100), 1,
sym__special_character,
ACTIONS(9), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(13), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
ACTIONS(413), 2,
sym_break,
sym_continue,
STATE(69), 2,
sym__terminated_statement,
aux_sym_function_definition_repeat2,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(283), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[1431] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_function,
ACTIONS(21), 1,
anon_sym_return,
ACTIONS(23), 1,
anon_sym_switch,
ACTIONS(27), 1,
anon_sym_for,
ACTIONS(29), 1,
anon_sym_while,
ACTIONS(31), 1,
anon_sym_if,
ACTIONS(33), 1,
anon_sym_begin,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(43), 1,
sym__begin_brace,
ACTIONS(435), 1,
anon_sym_end,
STATE(100), 1,
sym__special_character,
ACTIONS(9), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(13), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
ACTIONS(413), 2,
sym_break,
sym_continue,
STATE(61), 2,
sym__terminated_statement,
aux_sym_function_definition_repeat2,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(283), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[1533] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_function,
ACTIONS(21), 1,
anon_sym_return,
ACTIONS(23), 1,
anon_sym_switch,
ACTIONS(27), 1,
anon_sym_for,
ACTIONS(29), 1,
anon_sym_while,
ACTIONS(31), 1,
anon_sym_if,
ACTIONS(33), 1,
anon_sym_begin,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(43), 1,
sym__begin_brace,
ACTIONS(437), 1,
anon_sym_end,
STATE(100), 1,
sym__special_character,
ACTIONS(9), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(13), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
ACTIONS(413), 2,
sym_break,
sym_continue,
STATE(69), 2,
sym__terminated_statement,
aux_sym_function_definition_repeat2,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(283), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[1635] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_function,
ACTIONS(21), 1,
anon_sym_return,
ACTIONS(23), 1,
anon_sym_switch,
ACTIONS(27), 1,
anon_sym_for,
ACTIONS(29), 1,
anon_sym_while,
ACTIONS(31), 1,
anon_sym_if,
ACTIONS(33), 1,
anon_sym_begin,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(43), 1,
sym__begin_brace,
ACTIONS(439), 1,
anon_sym_end,
STATE(100), 1,
sym__special_character,
ACTIONS(9), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(13), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
ACTIONS(413), 2,
sym_break,
sym_continue,
STATE(60), 2,
sym__terminated_statement,
aux_sym_function_definition_repeat2,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(283), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[1737] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_function,
ACTIONS(21), 1,
anon_sym_return,
ACTIONS(23), 1,
anon_sym_switch,
ACTIONS(27), 1,
anon_sym_for,
ACTIONS(29), 1,
anon_sym_while,
ACTIONS(31), 1,
anon_sym_if,
ACTIONS(33), 1,
anon_sym_begin,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(43), 1,
sym__begin_brace,
ACTIONS(441), 1,
anon_sym_end,
STATE(100), 1,
sym__special_character,
ACTIONS(9), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(13), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
ACTIONS(413), 2,
sym_break,
sym_continue,
STATE(63), 2,
sym__terminated_statement,
aux_sym_function_definition_repeat2,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(283), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[1839] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_function,
ACTIONS(21), 1,
anon_sym_return,
ACTIONS(23), 1,
anon_sym_switch,
ACTIONS(27), 1,
anon_sym_for,
ACTIONS(29), 1,
anon_sym_while,
ACTIONS(31), 1,
anon_sym_if,
ACTIONS(33), 1,
anon_sym_begin,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(43), 1,
sym__begin_brace,
ACTIONS(443), 1,
anon_sym_end,
STATE(100), 1,
sym__special_character,
ACTIONS(9), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(13), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
ACTIONS(413), 2,
sym_break,
sym_continue,
STATE(69), 2,
sym__terminated_statement,
aux_sym_function_definition_repeat2,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(283), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[1941] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_function,
ACTIONS(21), 1,
anon_sym_return,
ACTIONS(23), 1,
anon_sym_switch,
ACTIONS(27), 1,
anon_sym_for,
ACTIONS(29), 1,
anon_sym_while,
ACTIONS(31), 1,
anon_sym_if,
ACTIONS(33), 1,
anon_sym_begin,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(43), 1,
sym__begin_brace,
ACTIONS(445), 1,
anon_sym_end,
STATE(100), 1,
sym__special_character,
ACTIONS(9), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(13), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
ACTIONS(413), 2,
sym_break,
sym_continue,
STATE(58), 2,
sym__terminated_statement,
aux_sym_function_definition_repeat2,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(283), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[2043] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_function,
ACTIONS(21), 1,
anon_sym_return,
ACTIONS(23), 1,
anon_sym_switch,
ACTIONS(27), 1,
anon_sym_for,
ACTIONS(29), 1,
anon_sym_while,
ACTIONS(31), 1,
anon_sym_if,
ACTIONS(33), 1,
anon_sym_begin,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(43), 1,
sym__begin_brace,
ACTIONS(447), 1,
anon_sym_end,
STATE(100), 1,
sym__special_character,
ACTIONS(9), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(13), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
ACTIONS(413), 2,
sym_break,
sym_continue,
STATE(56), 2,
sym__terminated_statement,
aux_sym_function_definition_repeat2,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(283), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[2145] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(362), 1,
anon_sym_DOLLAR,
ACTIONS(365), 1,
anon_sym_LPAREN,
ACTIONS(368), 1,
anon_sym_function,
ACTIONS(371), 1,
anon_sym_end,
ACTIONS(373), 1,
anon_sym_return,
ACTIONS(376), 1,
anon_sym_switch,
ACTIONS(382), 1,
anon_sym_for,
ACTIONS(385), 1,
anon_sym_while,
ACTIONS(388), 1,
anon_sym_if,
ACTIONS(391), 1,
anon_sym_begin,
ACTIONS(397), 1,
anon_sym_LBRACE,
ACTIONS(400), 1,
anon_sym_DQUOTE,
ACTIONS(403), 1,
anon_sym_SQUOTE,
ACTIONS(406), 1,
sym__begin_brace,
STATE(100), 1,
sym__special_character,
ACTIONS(356), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(359), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(394), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
ACTIONS(449), 2,
sym_break,
sym_continue,
STATE(69), 2,
sym__terminated_statement,
aux_sym_function_definition_repeat2,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(353), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(283), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[2247] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_function,
ACTIONS(21), 1,
anon_sym_return,
ACTIONS(23), 1,
anon_sym_switch,
ACTIONS(27), 1,
anon_sym_for,
ACTIONS(29), 1,
anon_sym_while,
ACTIONS(31), 1,
anon_sym_if,
ACTIONS(33), 1,
anon_sym_begin,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(43), 1,
sym__begin_brace,
ACTIONS(452), 1,
anon_sym_end,
STATE(100), 1,
sym__special_character,
ACTIONS(9), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(13), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
ACTIONS(413), 2,
sym_break,
sym_continue,
STATE(52), 2,
sym__terminated_statement,
aux_sym_function_definition_repeat2,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(283), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[2349] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_function,
ACTIONS(21), 1,
anon_sym_return,
ACTIONS(23), 1,
anon_sym_switch,
ACTIONS(27), 1,
anon_sym_for,
ACTIONS(29), 1,
anon_sym_while,
ACTIONS(31), 1,
anon_sym_if,
ACTIONS(33), 1,
anon_sym_begin,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(43), 1,
sym__begin_brace,
ACTIONS(454), 1,
anon_sym_end,
STATE(100), 1,
sym__special_character,
ACTIONS(9), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(13), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
ACTIONS(413), 2,
sym_break,
sym_continue,
STATE(59), 2,
sym__terminated_statement,
aux_sym_function_definition_repeat2,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(283), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[2451] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_function,
ACTIONS(21), 1,
anon_sym_return,
ACTIONS(23), 1,
anon_sym_switch,
ACTIONS(27), 1,
anon_sym_for,
ACTIONS(29), 1,
anon_sym_while,
ACTIONS(31), 1,
anon_sym_if,
ACTIONS(33), 1,
anon_sym_begin,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(43), 1,
sym__begin_brace,
ACTIONS(456), 1,
anon_sym_end,
STATE(100), 1,
sym__special_character,
ACTIONS(9), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(13), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
ACTIONS(413), 2,
sym_break,
sym_continue,
STATE(66), 2,
sym__terminated_statement,
aux_sym_function_definition_repeat2,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(283), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[2553] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_function,
ACTIONS(21), 1,
anon_sym_return,
ACTIONS(23), 1,
anon_sym_switch,
ACTIONS(27), 1,
anon_sym_for,
ACTIONS(29), 1,
anon_sym_while,
ACTIONS(31), 1,
anon_sym_if,
ACTIONS(33), 1,
anon_sym_begin,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(43), 1,
sym__begin_brace,
ACTIONS(458), 1,
anon_sym_end,
STATE(100), 1,
sym__special_character,
ACTIONS(9), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(13), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
ACTIONS(413), 2,
sym_break,
sym_continue,
STATE(54), 2,
sym__terminated_statement,
aux_sym_function_definition_repeat2,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(283), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[2655] = 24,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_function,
ACTIONS(21), 1,
anon_sym_return,
ACTIONS(23), 1,
anon_sym_switch,
ACTIONS(27), 1,
anon_sym_for,
ACTIONS(29), 1,
anon_sym_while,
ACTIONS(31), 1,
anon_sym_if,
ACTIONS(33), 1,
anon_sym_begin,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(43), 1,
sym__begin_brace,
STATE(3), 1,
sym__terminated_statement,
STATE(100), 1,
sym__special_character,
ACTIONS(9), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(13), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
ACTIONS(460), 2,
sym_break,
sym_continue,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(278), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[2753] = 24,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_function,
ACTIONS(21), 1,
anon_sym_return,
ACTIONS(23), 1,
anon_sym_switch,
ACTIONS(27), 1,
anon_sym_for,
ACTIONS(29), 1,
anon_sym_while,
ACTIONS(31), 1,
anon_sym_if,
ACTIONS(33), 1,
anon_sym_begin,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(43), 1,
sym__begin_brace,
STATE(14), 1,
sym__terminated_statement,
STATE(100), 1,
sym__special_character,
ACTIONS(9), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(13), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
ACTIONS(462), 2,
sym_break,
sym_continue,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(281), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[2851] = 24,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_function,
ACTIONS(21), 1,
anon_sym_return,
ACTIONS(23), 1,
anon_sym_switch,
ACTIONS(27), 1,
anon_sym_for,
ACTIONS(29), 1,
anon_sym_while,
ACTIONS(31), 1,
anon_sym_if,
ACTIONS(33), 1,
anon_sym_begin,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(43), 1,
sym__begin_brace,
STATE(6), 1,
sym__terminated_statement,
STATE(100), 1,
sym__special_character,
ACTIONS(9), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(13), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
ACTIONS(460), 2,
sym_break,
sym_continue,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(278), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[2949] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_function,
ACTIONS(21), 1,
anon_sym_return,
ACTIONS(23), 1,
anon_sym_switch,
ACTIONS(27), 1,
anon_sym_for,
ACTIONS(29), 1,
anon_sym_while,
ACTIONS(31), 1,
anon_sym_if,
ACTIONS(33), 1,
anon_sym_begin,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(43), 1,
sym__begin_brace,
STATE(100), 1,
sym__special_character,
ACTIONS(9), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(13), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
ACTIONS(464), 2,
sym_break,
sym_continue,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(188), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[3044] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_function,
ACTIONS(21), 1,
anon_sym_return,
ACTIONS(23), 1,
anon_sym_switch,
ACTIONS(27), 1,
anon_sym_for,
ACTIONS(29), 1,
anon_sym_while,
ACTIONS(31), 1,
anon_sym_if,
ACTIONS(33), 1,
anon_sym_begin,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(43), 1,
sym__begin_brace,
STATE(100), 1,
sym__special_character,
ACTIONS(9), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(13), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
ACTIONS(466), 2,
sym_break,
sym_continue,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(196), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[3139] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_function,
ACTIONS(21), 1,
anon_sym_return,
ACTIONS(23), 1,
anon_sym_switch,
ACTIONS(27), 1,
anon_sym_for,
ACTIONS(29), 1,
anon_sym_while,
ACTIONS(31), 1,
anon_sym_if,
ACTIONS(33), 1,
anon_sym_begin,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(43), 1,
sym__begin_brace,
STATE(100), 1,
sym__special_character,
ACTIONS(9), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(13), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
ACTIONS(468), 2,
sym_break,
sym_continue,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(187), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[3234] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(19), 1,
anon_sym_function,
ACTIONS(21), 1,
anon_sym_return,
ACTIONS(23), 1,
anon_sym_switch,
ACTIONS(27), 1,
anon_sym_for,
ACTIONS(29), 1,
anon_sym_while,
ACTIONS(31), 1,
anon_sym_if,
ACTIONS(33), 1,
anon_sym_begin,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(43), 1,
sym__begin_brace,
STATE(100), 1,
sym__special_character,
ACTIONS(9), 2,
anon_sym_and,
anon_sym_or,
ACTIONS(13), 2,
anon_sym_BANG,
anon_sym_not,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
ACTIONS(470), 2,
sym_break,
sym_continue,
STATE(82), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
STATE(199), 12,
sym_conditional_execution,
sym_pipe,
sym_redirect_statement,
sym_negated_statement,
sym_function_definition,
sym_return,
sym_switch_statement,
sym_for_statement,
sym_while_statement,
sym_if_statement,
sym_begin_statement,
sym_command,
[3329] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(474), 1,
sym_stream_redirect,
ACTIONS(476), 1,
sym_direction,
STATE(83), 1,
aux_sym_command_repeat1,
STATE(100), 1,
sym__special_character,
STATE(121), 1,
sym_file_redirect,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
STATE(119), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
ACTIONS(472), 12,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
[3400] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(474), 1,
sym_stream_redirect,
ACTIONS(476), 1,
sym_direction,
STATE(81), 1,
aux_sym_command_repeat1,
STATE(100), 1,
sym__special_character,
STATE(121), 1,
sym_file_redirect,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
STATE(119), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
ACTIONS(478), 12,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
[3471] = 16,
ACTIONS(3), 1,
sym_comment,
ACTIONS(485), 1,
anon_sym_DOLLAR,
ACTIONS(488), 1,
anon_sym_LPAREN,
ACTIONS(494), 1,
anon_sym_LBRACE,
ACTIONS(497), 1,
anon_sym_DQUOTE,
ACTIONS(500), 1,
anon_sym_SQUOTE,
ACTIONS(503), 1,
sym_stream_redirect,
ACTIONS(506), 1,
sym_direction,
STATE(83), 1,
aux_sym_command_repeat1,
STATE(100), 1,
sym__special_character,
STATE(121), 1,
sym_file_redirect,
ACTIONS(491), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
STATE(119), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(480), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
ACTIONS(483), 12,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
[3542] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(513), 1,
anon_sym_DOLLAR,
ACTIONS(515), 1,
anon_sym_LPAREN,
ACTIONS(519), 1,
anon_sym_LBRACE,
ACTIONS(521), 1,
anon_sym_DQUOTE,
ACTIONS(523), 1,
anon_sym_SQUOTE,
STATE(178), 1,
sym__special_character,
ACTIONS(517), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
STATE(273), 2,
sym_concatenation,
sym__expression,
STATE(181), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(509), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
ACTIONS(511), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[3603] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(527), 1,
sym__begin_brace,
ACTIONS(525), 33,
anon_sym_and,
anon_sym_or,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_BANG,
anon_sym_not,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_function,
anon_sym_end,
sym_integer,
sym_float,
anon_sym_return,
anon_sym_switch,
sym_break,
sym_continue,
anon_sym_for,
anon_sym_while,
anon_sym_if,
anon_sym_else,
anon_sym_begin,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[3645] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(531), 1,
sym__begin_brace,
ACTIONS(529), 33,
anon_sym_and,
anon_sym_or,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_BANG,
anon_sym_not,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_function,
anon_sym_end,
sym_integer,
sym_float,
anon_sym_return,
anon_sym_switch,
sym_break,
sym_continue,
anon_sym_for,
anon_sym_while,
anon_sym_if,
anon_sym_else,
anon_sym_begin,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[3687] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(531), 1,
sym__begin_brace,
ACTIONS(529), 32,
anon_sym_and,
anon_sym_or,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_BANG,
anon_sym_not,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_function,
anon_sym_end,
sym_integer,
sym_float,
anon_sym_return,
anon_sym_switch,
sym_break,
sym_continue,
anon_sym_for,
anon_sym_while,
anon_sym_if,
anon_sym_begin,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[3728] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(527), 1,
sym__begin_brace,
ACTIONS(525), 32,
anon_sym_and,
anon_sym_or,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_BANG,
anon_sym_not,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_function,
sym_integer,
sym_float,
anon_sym_return,
anon_sym_switch,
sym_break,
sym_continue,
anon_sym_for,
anon_sym_while,
anon_sym_if,
anon_sym_begin,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[3769] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(527), 1,
sym__begin_brace,
ACTIONS(525), 32,
anon_sym_and,
anon_sym_or,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_BANG,
anon_sym_not,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_function,
anon_sym_end,
sym_integer,
sym_float,
anon_sym_return,
anon_sym_switch,
sym_break,
sym_continue,
anon_sym_for,
anon_sym_while,
anon_sym_if,
anon_sym_begin,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[3810] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(329), 2,
sym__begin_brace,
ts_builtin_sym_end,
ACTIONS(200), 31,
anon_sym_and,
anon_sym_or,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_BANG,
anon_sym_not,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_function,
sym_integer,
sym_float,
anon_sym_return,
anon_sym_switch,
sym_break,
sym_continue,
anon_sym_for,
anon_sym_while,
anon_sym_if,
anon_sym_begin,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[3851] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(329), 1,
sym__begin_brace,
ACTIONS(200), 32,
anon_sym_and,
anon_sym_or,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_BANG,
anon_sym_not,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_function,
sym_integer,
sym_float,
anon_sym_return,
anon_sym_switch,
sym_break,
sym_continue,
anon_sym_for,
anon_sym_while,
anon_sym_if,
anon_sym_begin,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[3892] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(535), 1,
sym__concat,
ACTIONS(537), 1,
sym__concat_list,
STATE(95), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(533), 27,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_integer,
sym_float,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_stream_redirect,
sym_direction,
sym_home_dir_expansion,
sym_glob,
sym_word,
[3934] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(537), 1,
sym__concat_list,
ACTIONS(541), 1,
sym__concat,
STATE(92), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(539), 27,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_integer,
sym_float,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_stream_redirect,
sym_direction,
sym_home_dir_expansion,
sym_glob,
sym_word,
[3976] = 4,
ACTIONS(3), 1,
sym_comment,
STATE(95), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(535), 2,
sym__concat,
sym__concat_list,
ACTIONS(533), 27,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_integer,
sym_float,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_stream_redirect,
sym_direction,
sym_home_dir_expansion,
sym_glob,
sym_word,
[4016] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(545), 1,
sym__concat,
ACTIONS(547), 1,
sym__concat_list,
STATE(95), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(543), 27,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_integer,
sym_float,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_stream_redirect,
sym_direction,
sym_home_dir_expansion,
sym_glob,
sym_word,
[4058] = 4,
ACTIONS(3), 1,
sym_comment,
STATE(94), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(541), 2,
sym__concat,
sym__concat_list,
ACTIONS(539), 27,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_integer,
sym_float,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_stream_redirect,
sym_direction,
sym_home_dir_expansion,
sym_glob,
sym_word,
[4098] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(552), 1,
sym__concat,
STATE(97), 1,
aux_sym_concatenation_repeat1,
ACTIONS(550), 27,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_integer,
sym_float,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_stream_redirect,
sym_direction,
sym_home_dir_expansion,
sym_glob,
sym_word,
[4137] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(557), 1,
sym__concat,
STATE(101), 1,
aux_sym_concatenation_repeat1,
ACTIONS(555), 27,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_integer,
sym_float,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_stream_redirect,
sym_direction,
sym_home_dir_expansion,
sym_glob,
sym_word,
[4176] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(531), 1,
sym__begin_brace,
ACTIONS(529), 28,
anon_sym_and,
anon_sym_or,
anon_sym_BANG,
anon_sym_not,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_function,
anon_sym_end,
sym_integer,
sym_float,
anon_sym_return,
anon_sym_switch,
anon_sym_case,
sym_break,
sym_continue,
anon_sym_for,
anon_sym_while,
anon_sym_if,
anon_sym_begin,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[4213] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(557), 1,
sym__concat,
STATE(101), 1,
aux_sym_concatenation_repeat1,
ACTIONS(559), 27,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_integer,
sym_float,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_stream_redirect,
sym_direction,
sym_home_dir_expansion,
sym_glob,
sym_word,
[4252] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(557), 1,
sym__concat,
STATE(97), 1,
aux_sym_concatenation_repeat1,
ACTIONS(561), 27,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_integer,
sym_float,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_stream_redirect,
sym_direction,
sym_home_dir_expansion,
sym_glob,
sym_word,
[4291] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(565), 2,
sym__concat,
sym__concat_list,
ACTIONS(563), 27,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_integer,
sym_float,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_stream_redirect,
sym_direction,
sym_home_dir_expansion,
sym_glob,
sym_word,
[4328] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(569), 2,
sym__concat,
sym__concat_list,
ACTIONS(567), 27,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_integer,
sym_float,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_stream_redirect,
sym_direction,
sym_home_dir_expansion,
sym_glob,
sym_word,
[4365] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(545), 2,
sym__concat,
sym__concat_list,
ACTIONS(543), 27,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_integer,
sym_float,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_stream_redirect,
sym_direction,
sym_home_dir_expansion,
sym_glob,
sym_word,
[4402] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(573), 1,
sym__concat,
ACTIONS(571), 27,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_integer,
sym_float,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_stream_redirect,
sym_direction,
sym_home_dir_expansion,
sym_glob,
sym_word,
[4438] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(575), 1,
sym__concat,
ACTIONS(550), 27,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_integer,
sym_float,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_stream_redirect,
sym_direction,
sym_home_dir_expansion,
sym_glob,
sym_word,
[4474] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(579), 1,
sym__concat,
ACTIONS(577), 27,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_integer,
sym_float,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_stream_redirect,
sym_direction,
sym_home_dir_expansion,
sym_glob,
sym_word,
[4510] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(583), 1,
sym__concat,
ACTIONS(581), 27,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_integer,
sym_float,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_stream_redirect,
sym_direction,
sym_home_dir_expansion,
sym_glob,
sym_word,
[4546] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(531), 1,
sym__begin_brace,
ACTIONS(529), 27,
anon_sym_and,
anon_sym_or,
anon_sym_BANG,
anon_sym_not,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_function,
anon_sym_end,
sym_integer,
sym_float,
anon_sym_return,
anon_sym_switch,
sym_break,
sym_continue,
anon_sym_for,
anon_sym_while,
anon_sym_if,
anon_sym_begin,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[4582] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(587), 1,
sym__concat,
ACTIONS(585), 27,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_integer,
sym_float,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_stream_redirect,
sym_direction,
sym_home_dir_expansion,
sym_glob,
sym_word,
[4618] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(591), 1,
sym__concat,
ACTIONS(589), 27,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_integer,
sym_float,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_stream_redirect,
sym_direction,
sym_home_dir_expansion,
sym_glob,
sym_word,
[4654] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(595), 1,
sym__concat,
ACTIONS(593), 27,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_integer,
sym_float,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_stream_redirect,
sym_direction,
sym_home_dir_expansion,
sym_glob,
sym_word,
[4690] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(599), 1,
sym__concat,
ACTIONS(597), 27,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_integer,
sym_float,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_stream_redirect,
sym_direction,
sym_home_dir_expansion,
sym_glob,
sym_word,
[4726] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(603), 1,
sym__concat,
ACTIONS(601), 27,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_integer,
sym_float,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_stream_redirect,
sym_direction,
sym_home_dir_expansion,
sym_glob,
sym_word,
[4762] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(607), 1,
sym__concat,
ACTIONS(605), 27,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_integer,
sym_float,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_stream_redirect,
sym_direction,
sym_home_dir_expansion,
sym_glob,
sym_word,
[4798] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(611), 1,
sym__concat,
ACTIONS(609), 27,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_integer,
sym_float,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_stream_redirect,
sym_direction,
sym_home_dir_expansion,
sym_glob,
sym_word,
[4834] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(615), 1,
sym__concat,
ACTIONS(613), 27,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_integer,
sym_float,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_stream_redirect,
sym_direction,
sym_home_dir_expansion,
sym_glob,
sym_word,
[4870] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(619), 1,
sym__concat,
ACTIONS(617), 27,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_integer,
sym_float,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_stream_redirect,
sym_direction,
sym_home_dir_expansion,
sym_glob,
sym_word,
[4906] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(621), 27,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_integer,
sym_float,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_stream_redirect,
sym_direction,
sym_home_dir_expansion,
sym_glob,
sym_word,
[4939] = 17,
ACTIONS(3), 1,
sym_comment,
ACTIONS(625), 1,
anon_sym_SEMI,
ACTIONS(627), 1,
anon_sym_AMP,
ACTIONS(629), 1,
anon_sym_LF,
ACTIONS(631), 1,
anon_sym_CR,
ACTIONS(633), 1,
anon_sym_CR_LF,
ACTIONS(635), 1,
anon_sym_DOLLAR,
ACTIONS(637), 1,
anon_sym_LPAREN,
ACTIONS(641), 1,
anon_sym_LBRACE,
ACTIONS(643), 1,
anon_sym_DQUOTE,
ACTIONS(645), 1,
anon_sym_SQUOTE,
STATE(128), 1,
aux_sym_for_statement_repeat1,
STATE(146), 1,
sym__special_character,
ACTIONS(639), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
STATE(171), 2,
sym_concatenation,
sym__expression,
STATE(155), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(623), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[5002] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(647), 27,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_integer,
sym_float,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_stream_redirect,
sym_direction,
sym_home_dir_expansion,
sym_glob,
sym_word,
[5035] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(654), 1,
anon_sym_DOLLAR,
ACTIONS(657), 1,
anon_sym_LPAREN,
ACTIONS(663), 1,
anon_sym_LBRACE,
ACTIONS(666), 1,
anon_sym_DQUOTE,
ACTIONS(669), 1,
anon_sym_SQUOTE,
STATE(122), 1,
aux_sym_function_definition_repeat1,
STATE(146), 1,
sym__special_character,
ACTIONS(660), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
STATE(170), 2,
sym_concatenation,
sym__expression,
ACTIONS(652), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
STATE(155), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(649), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[5090] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(635), 1,
anon_sym_DOLLAR,
ACTIONS(637), 1,
anon_sym_LPAREN,
ACTIONS(641), 1,
anon_sym_LBRACE,
ACTIONS(643), 1,
anon_sym_DQUOTE,
ACTIONS(645), 1,
anon_sym_SQUOTE,
STATE(126), 1,
aux_sym_function_definition_repeat1,
STATE(146), 1,
sym__special_character,
ACTIONS(639), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
STATE(170), 2,
sym_concatenation,
sym__expression,
ACTIONS(672), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
STATE(155), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(623), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[5145] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(679), 1,
anon_sym_DOLLAR,
ACTIONS(682), 1,
anon_sym_LPAREN,
ACTIONS(688), 1,
anon_sym_LBRACE,
ACTIONS(691), 1,
anon_sym_DQUOTE,
ACTIONS(694), 1,
anon_sym_SQUOTE,
STATE(146), 1,
sym__special_character,
ACTIONS(685), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
STATE(124), 3,
sym_concatenation,
sym__expression,
aux_sym_case_clause_repeat1,
ACTIONS(677), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
STATE(155), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(674), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[5198] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(635), 1,
anon_sym_DOLLAR,
ACTIONS(637), 1,
anon_sym_LPAREN,
ACTIONS(641), 1,
anon_sym_LBRACE,
ACTIONS(643), 1,
anon_sym_DQUOTE,
ACTIONS(645), 1,
anon_sym_SQUOTE,
STATE(146), 1,
sym__special_character,
ACTIONS(639), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
STATE(124), 3,
sym_concatenation,
sym__expression,
aux_sym_case_clause_repeat1,
ACTIONS(697), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
STATE(155), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(623), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[5251] = 17,
ACTIONS(3), 1,
sym_comment,
ACTIONS(635), 1,
anon_sym_DOLLAR,
ACTIONS(637), 1,
anon_sym_LPAREN,
ACTIONS(641), 1,
anon_sym_LBRACE,
ACTIONS(643), 1,
anon_sym_DQUOTE,
ACTIONS(645), 1,
anon_sym_SQUOTE,
ACTIONS(699), 1,
anon_sym_SEMI,
ACTIONS(701), 1,
anon_sym_AMP,
ACTIONS(703), 1,
anon_sym_LF,
ACTIONS(705), 1,
anon_sym_CR,
ACTIONS(707), 1,
anon_sym_CR_LF,
STATE(122), 1,
aux_sym_function_definition_repeat1,
STATE(146), 1,
sym__special_character,
ACTIONS(639), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
STATE(170), 2,
sym_concatenation,
sym__expression,
STATE(155), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(623), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[5314] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(709), 27,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_integer,
sym_float,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_stream_redirect,
sym_direction,
sym_home_dir_expansion,
sym_glob,
sym_word,
[5347] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(716), 1,
anon_sym_DOLLAR,
ACTIONS(719), 1,
anon_sym_LPAREN,
ACTIONS(725), 1,
anon_sym_LBRACE,
ACTIONS(728), 1,
anon_sym_DQUOTE,
ACTIONS(731), 1,
anon_sym_SQUOTE,
STATE(128), 1,
aux_sym_for_statement_repeat1,
STATE(146), 1,
sym__special_character,
ACTIONS(722), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
STATE(171), 2,
sym_concatenation,
sym__expression,
ACTIONS(714), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
STATE(155), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(711), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[5402] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(635), 1,
anon_sym_DOLLAR,
ACTIONS(637), 1,
anon_sym_LPAREN,
ACTIONS(641), 1,
anon_sym_LBRACE,
ACTIONS(643), 1,
anon_sym_DQUOTE,
ACTIONS(645), 1,
anon_sym_SQUOTE,
STATE(146), 1,
sym__special_character,
ACTIONS(639), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
STATE(125), 3,
sym_concatenation,
sym__expression,
aux_sym_case_clause_repeat1,
STATE(155), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(623), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[5448] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(635), 1,
anon_sym_DOLLAR,
ACTIONS(637), 1,
anon_sym_LPAREN,
ACTIONS(641), 1,
anon_sym_LBRACE,
ACTIONS(643), 1,
anon_sym_DQUOTE,
ACTIONS(645), 1,
anon_sym_SQUOTE,
STATE(120), 1,
aux_sym_for_statement_repeat1,
STATE(146), 1,
sym__special_character,
ACTIONS(639), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
STATE(171), 2,
sym_concatenation,
sym__expression,
STATE(155), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(623), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[5496] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(734), 1,
anon_sym_DOLLAR,
ACTIONS(736), 1,
anon_sym_LPAREN,
ACTIONS(740), 1,
anon_sym_RBRACE,
ACTIONS(742), 1,
anon_sym_LBRACE,
ACTIONS(744), 1,
anon_sym_COMMA,
ACTIONS(746), 1,
anon_sym_DQUOTE,
ACTIONS(748), 1,
anon_sym_SQUOTE,
STATE(413), 1,
aux_sym_brace_expansion_repeat1,
STATE(403), 2,
sym_brace_concatenation,
sym__brace_expression,
ACTIONS(738), 5,
sym_integer,
sym_float,
sym_escape_sequence,
sym_glob,
sym_brace_word,
STATE(386), 6,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
sym__base_brace_expression,
[5543] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(513), 1,
anon_sym_DOLLAR,
ACTIONS(515), 1,
anon_sym_LPAREN,
ACTIONS(519), 1,
anon_sym_LBRACE,
ACTIONS(521), 1,
anon_sym_DQUOTE,
ACTIONS(523), 1,
anon_sym_SQUOTE,
STATE(178), 1,
sym__special_character,
ACTIONS(517), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
STATE(255), 2,
sym_concatenation,
sym__expression,
STATE(181), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(509), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[5588] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
STATE(100), 1,
sym__special_character,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
STATE(127), 2,
sym_concatenation,
sym__expression,
STATE(98), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(7), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[5633] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(734), 1,
anon_sym_DOLLAR,
ACTIONS(736), 1,
anon_sym_LPAREN,
ACTIONS(742), 1,
anon_sym_LBRACE,
ACTIONS(744), 1,
anon_sym_COMMA,
ACTIONS(746), 1,
anon_sym_DQUOTE,
ACTIONS(748), 1,
anon_sym_SQUOTE,
ACTIONS(750), 1,
anon_sym_RBRACE,
STATE(417), 1,
aux_sym_brace_expansion_repeat1,
STATE(418), 2,
sym_brace_concatenation,
sym__brace_expression,
ACTIONS(738), 5,
sym_integer,
sym_float,
sym_escape_sequence,
sym_glob,
sym_brace_word,
STATE(386), 6,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
sym__base_brace_expression,
[5680] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(535), 1,
sym__concat,
ACTIONS(752), 1,
sym__concat_list,
STATE(137), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(533), 18,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
sym_float,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[5713] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(734), 1,
anon_sym_DOLLAR,
ACTIONS(736), 1,
anon_sym_LPAREN,
ACTIONS(742), 1,
anon_sym_LBRACE,
ACTIONS(744), 1,
anon_sym_COMMA,
ACTIONS(746), 1,
anon_sym_DQUOTE,
ACTIONS(748), 1,
anon_sym_SQUOTE,
ACTIONS(754), 1,
anon_sym_RBRACE,
STATE(408), 1,
aux_sym_brace_expansion_repeat1,
STATE(407), 2,
sym_brace_concatenation,
sym__brace_expression,
ACTIONS(738), 5,
sym_integer,
sym_float,
sym_escape_sequence,
sym_glob,
sym_brace_word,
STATE(386), 6,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
sym__base_brace_expression,
[5760] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(545), 1,
sym__concat,
ACTIONS(756), 1,
sym__concat_list,
STATE(137), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(543), 18,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
sym_float,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[5793] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(541), 1,
sym__concat,
ACTIONS(752), 1,
sym__concat_list,
STATE(135), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(539), 18,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
sym_float,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[5826] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(734), 1,
anon_sym_DOLLAR,
ACTIONS(736), 1,
anon_sym_LPAREN,
ACTIONS(742), 1,
anon_sym_LBRACE,
ACTIONS(744), 1,
anon_sym_COMMA,
ACTIONS(746), 1,
anon_sym_DQUOTE,
ACTIONS(748), 1,
anon_sym_SQUOTE,
ACTIONS(759), 1,
anon_sym_RBRACE,
STATE(412), 1,
aux_sym_brace_expansion_repeat1,
STATE(415), 2,
sym_brace_concatenation,
sym__brace_expression,
ACTIONS(738), 5,
sym_integer,
sym_float,
sym_escape_sequence,
sym_glob,
sym_brace_word,
STATE(386), 6,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
sym__base_brace_expression,
[5873] = 4,
ACTIONS(3), 1,
sym_comment,
STATE(137), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(535), 2,
sym__concat,
sym__concat_list,
ACTIONS(533), 18,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
sym_float,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[5904] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(734), 1,
anon_sym_DOLLAR,
ACTIONS(736), 1,
anon_sym_LPAREN,
ACTIONS(742), 1,
anon_sym_LBRACE,
ACTIONS(744), 1,
anon_sym_COMMA,
ACTIONS(746), 1,
anon_sym_DQUOTE,
ACTIONS(748), 1,
anon_sym_SQUOTE,
ACTIONS(761), 1,
anon_sym_RBRACE,
STATE(409), 1,
aux_sym_brace_expansion_repeat1,
STATE(416), 2,
sym_brace_concatenation,
sym__brace_expression,
ACTIONS(738), 5,
sym_integer,
sym_float,
sym_escape_sequence,
sym_glob,
sym_brace_word,
STATE(386), 6,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
sym__base_brace_expression,
[5951] = 4,
ACTIONS(3), 1,
sym_comment,
STATE(140), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(541), 2,
sym__concat,
sym__concat_list,
ACTIONS(539), 18,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
sym_float,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[5982] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(765), 1,
anon_sym_DOLLAR,
ACTIONS(767), 1,
anon_sym_LPAREN,
ACTIONS(771), 1,
anon_sym_LBRACE,
ACTIONS(773), 1,
anon_sym_DQUOTE,
ACTIONS(775), 1,
anon_sym_SQUOTE,
STATE(330), 1,
sym__special_character,
ACTIONS(769), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
STATE(355), 2,
sym_concatenation,
sym__expression,
STATE(314), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(763), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[6027] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(635), 1,
anon_sym_DOLLAR,
ACTIONS(637), 1,
anon_sym_LPAREN,
ACTIONS(641), 1,
anon_sym_LBRACE,
ACTIONS(643), 1,
anon_sym_DQUOTE,
ACTIONS(645), 1,
anon_sym_SQUOTE,
STATE(146), 1,
sym__special_character,
ACTIONS(639), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
STATE(123), 2,
sym_concatenation,
sym__expression,
STATE(155), 5,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
ACTIONS(623), 6,
sym_integer,
sym_float,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[6072] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(565), 2,
sym__concat,
sym__concat_list,
ACTIONS(563), 18,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
sym_float,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[6100] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(777), 1,
sym__concat,
STATE(147), 1,
aux_sym_concatenation_repeat1,
ACTIONS(559), 18,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
sym_float,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[6130] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(777), 1,
sym__concat,
STATE(156), 1,
aux_sym_concatenation_repeat1,
ACTIONS(561), 18,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
sym_float,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[6160] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(635), 1,
anon_sym_DOLLAR,
ACTIONS(637), 1,
anon_sym_LPAREN,
ACTIONS(641), 1,
anon_sym_LBRACE,
ACTIONS(643), 1,
anon_sym_DQUOTE,
ACTIONS(645), 1,
anon_sym_SQUOTE,
ACTIONS(639), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
STATE(161), 6,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
sym__special_character,
ACTIONS(779), 7,
sym_integer,
sym_float,
sym_escape_sequence,
anon_sym_POUND,
sym_home_dir_expansion,
sym_glob,
sym_word,
[6200] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(15), 1,
anon_sym_DOLLAR,
ACTIONS(17), 1,
anon_sym_LPAREN,
ACTIONS(37), 1,
anon_sym_LBRACE,
ACTIONS(39), 1,
anon_sym_DQUOTE,
ACTIONS(41), 1,
anon_sym_SQUOTE,
ACTIONS(35), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
STATE(106), 6,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
sym__special_character,
ACTIONS(781), 7,
sym_integer,
sym_float,
sym_escape_sequence,
anon_sym_POUND,
sym_home_dir_expansion,
sym_glob,
sym_word,
[6240] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(734), 1,
anon_sym_DOLLAR,
ACTIONS(736), 1,
anon_sym_LPAREN,
ACTIONS(742), 1,
anon_sym_LBRACE,
ACTIONS(746), 1,
anon_sym_DQUOTE,
ACTIONS(748), 1,
anon_sym_SQUOTE,
ACTIONS(783), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
STATE(432), 2,
sym_brace_concatenation,
sym__brace_expression,
ACTIONS(738), 5,
sym_integer,
sym_float,
sym_escape_sequence,
sym_glob,
sym_brace_word,
STATE(386), 6,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
sym__base_brace_expression,
[6282] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(569), 2,
sym__concat,
sym__concat_list,
ACTIONS(567), 18,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
sym_float,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[6310] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(765), 1,
anon_sym_DOLLAR,
ACTIONS(767), 1,
anon_sym_LPAREN,
ACTIONS(771), 1,
anon_sym_LBRACE,
ACTIONS(773), 1,
anon_sym_DQUOTE,
ACTIONS(775), 1,
anon_sym_SQUOTE,
ACTIONS(769), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
STATE(345), 6,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
sym__special_character,
ACTIONS(785), 7,
sym_integer,
sym_float,
sym_escape_sequence,
anon_sym_POUND,
sym_home_dir_expansion,
sym_glob,
sym_word,
[6350] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(513), 1,
anon_sym_DOLLAR,
ACTIONS(515), 1,
anon_sym_LPAREN,
ACTIONS(519), 1,
anon_sym_LBRACE,
ACTIONS(521), 1,
anon_sym_DQUOTE,
ACTIONS(523), 1,
anon_sym_SQUOTE,
ACTIONS(517), 2,
anon_sym_LBRACK,
anon_sym_RBRACK,
STATE(191), 6,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
sym__special_character,
ACTIONS(787), 7,
sym_integer,
sym_float,
sym_escape_sequence,
anon_sym_POUND,
sym_home_dir_expansion,
sym_glob,
sym_word,
[6390] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(545), 2,
sym__concat,
sym__concat_list,
ACTIONS(543), 18,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
sym_float,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[6418] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(777), 1,
sym__concat,
STATE(147), 1,
aux_sym_concatenation_repeat1,
ACTIONS(555), 18,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
sym_float,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[6448] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(789), 1,
sym__concat,
STATE(156), 1,
aux_sym_concatenation_repeat1,
ACTIONS(550), 18,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
sym_float,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[6478] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(591), 1,
sym__concat,
ACTIONS(589), 18,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
sym_float,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[6505] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(587), 1,
sym__concat,
ACTIONS(585), 18,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
sym_float,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[6532] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(611), 1,
sym__concat,
ACTIONS(609), 18,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
sym_float,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[6559] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(573), 1,
sym__concat,
ACTIONS(571), 18,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
sym_float,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[6586] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(575), 1,
sym__concat,
ACTIONS(550), 18,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
sym_float,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[6613] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(599), 1,
sym__concat,
ACTIONS(597), 18,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
sym_float,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[6640] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(619), 1,
sym__concat,
ACTIONS(617), 18,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
sym_float,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[6667] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(595), 1,
sym__concat,
ACTIONS(593), 18,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
sym_float,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[6694] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(603), 1,
sym__concat,
ACTIONS(601), 18,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
sym_float,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[6721] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(583), 1,
sym__concat,
ACTIONS(581), 18,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
sym_float,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[6748] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(579), 1,
sym__concat,
ACTIONS(577), 18,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
sym_float,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[6775] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(615), 1,
sym__concat,
ACTIONS(613), 18,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
sym_float,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[6802] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(607), 1,
sym__concat,
ACTIONS(605), 18,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
sym_float,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[6829] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(792), 18,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
sym_float,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[6853] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(794), 18,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
sym_float,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LBRACE,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_escape_sequence,
sym_home_dir_expansion,
sym_glob,
sym_word,
[6877] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(541), 1,
sym__concat,
ACTIONS(796), 1,
sym__concat_list,
STATE(176), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(539), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[6906] = 4,
ACTIONS(3), 1,
sym_comment,
STATE(174), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(535), 2,
sym__concat,
sym__concat_list,
ACTIONS(533), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[6933] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(545), 1,
sym__concat,
ACTIONS(798), 1,
sym__concat_list,
STATE(174), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(543), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[6962] = 4,
ACTIONS(3), 1,
sym_comment,
STATE(173), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(541), 2,
sym__concat,
sym__concat_list,
ACTIONS(539), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[6989] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(535), 1,
sym__concat,
ACTIONS(796), 1,
sym__concat_list,
STATE(174), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(533), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[7018] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(565), 2,
sym__concat,
sym__concat_list,
ACTIONS(563), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[7042] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(801), 1,
sym__concat,
STATE(183), 1,
aux_sym_concatenation_repeat1,
ACTIONS(559), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[7068] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(569), 2,
sym__concat,
sym__concat_list,
ACTIONS(567), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[7092] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(545), 2,
sym__concat,
sym__concat_list,
ACTIONS(543), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[7116] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(801), 1,
sym__concat,
STATE(183), 1,
aux_sym_concatenation_repeat1,
ACTIONS(555), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[7142] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(734), 1,
anon_sym_DOLLAR,
ACTIONS(736), 1,
anon_sym_LPAREN,
ACTIONS(742), 1,
anon_sym_LBRACE,
ACTIONS(746), 1,
anon_sym_DQUOTE,
ACTIONS(748), 1,
anon_sym_SQUOTE,
ACTIONS(803), 5,
sym_integer,
sym_float,
sym_escape_sequence,
sym_glob,
sym_brace_word,
STATE(401), 6,
sym_command_substitution,
sym_variable_expansion,
sym_brace_expansion,
sym_double_quote_string,
sym_single_quote_string,
sym__base_brace_expression,
[7176] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(801), 1,
sym__concat,
STATE(184), 1,
aux_sym_concatenation_repeat1,
ACTIONS(561), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[7202] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(805), 1,
sym__concat,
STATE(184), 1,
aux_sym_concatenation_repeat1,
ACTIONS(550), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[7228] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(573), 1,
sym__concat,
ACTIONS(571), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[7251] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(615), 1,
sym__concat,
ACTIONS(613), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[7274] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(812), 7,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
[7305] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(818), 7,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
[7336] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(611), 1,
sym__concat,
ACTIONS(609), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[7359] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(619), 1,
sym__concat,
ACTIONS(617), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[7382] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(575), 1,
sym__concat,
ACTIONS(550), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[7405] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(607), 1,
sym__concat,
ACTIONS(605), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[7428] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(599), 1,
sym__concat,
ACTIONS(597), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[7451] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(587), 1,
sym__concat,
ACTIONS(585), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[7474] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(591), 1,
sym__concat,
ACTIONS(589), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[7497] = 3,
ACTIONS(3), 1,
sym_comment,
STATE(269), 1,
sym_file_redirect,
ACTIONS(820), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[7520] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(579), 1,
sym__concat,
ACTIONS(577), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[7543] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(583), 1,
sym__concat,
ACTIONS(581), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[7566] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
STATE(269), 1,
sym_file_redirect,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(822), 9,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
[7595] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(595), 1,
sym__concat,
ACTIONS(593), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[7618] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(603), 1,
sym__concat,
ACTIONS(601), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[7641] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(293), 1,
anon_sym_RPAREN,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(824), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[7673] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(826), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[7693] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(828), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[7713] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(830), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[7733] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(832), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[7753] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(311), 1,
anon_sym_RPAREN,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(824), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[7785] = 11,
ACTIONS(834), 1,
anon_sym_DOLLAR,
ACTIONS(836), 1,
anon_sym_LPAREN,
ACTIONS(838), 1,
sym_integer,
ACTIONS(840), 1,
sym_comment,
ACTIONS(842), 1,
anon_sym_DOT_DOT,
ACTIONS(844), 1,
anon_sym_RBRACK,
ACTIONS(846), 1,
anon_sym_DQUOTE,
ACTIONS(848), 1,
anon_sym_SQUOTE,
STATE(315), 1,
sym_index,
STATE(215), 2,
sym_range,
aux_sym_list_element_access_repeat1,
STATE(336), 4,
sym_command_substitution,
sym_variable_expansion,
sym_double_quote_string,
sym_single_quote_string,
[7823] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(850), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[7843] = 11,
ACTIONS(834), 1,
anon_sym_DOLLAR,
ACTIONS(836), 1,
anon_sym_LPAREN,
ACTIONS(838), 1,
sym_integer,
ACTIONS(840), 1,
sym_comment,
ACTIONS(842), 1,
anon_sym_DOT_DOT,
ACTIONS(846), 1,
anon_sym_DQUOTE,
ACTIONS(848), 1,
anon_sym_SQUOTE,
ACTIONS(852), 1,
anon_sym_RBRACK,
STATE(315), 1,
sym_index,
STATE(208), 2,
sym_range,
aux_sym_list_element_access_repeat1,
STATE(336), 4,
sym_command_substitution,
sym_variable_expansion,
sym_double_quote_string,
sym_single_quote_string,
[7881] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
ACTIONS(854), 1,
anon_sym_RPAREN,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(824), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[7913] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
ACTIONS(858), 1,
anon_sym_RBRACE,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(856), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[7945] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(172), 1,
anon_sym_RPAREN,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(824), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[7977] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(830), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[7997] = 11,
ACTIONS(840), 1,
sym_comment,
ACTIONS(860), 1,
anon_sym_DOLLAR,
ACTIONS(863), 1,
anon_sym_LPAREN,
ACTIONS(866), 1,
sym_integer,
ACTIONS(869), 1,
anon_sym_DOT_DOT,
ACTIONS(872), 1,
anon_sym_RBRACK,
ACTIONS(874), 1,
anon_sym_DQUOTE,
ACTIONS(877), 1,
anon_sym_SQUOTE,
STATE(315), 1,
sym_index,
STATE(215), 2,
sym_range,
aux_sym_list_element_access_repeat1,
STATE(336), 4,
sym_command_substitution,
sym_variable_expansion,
sym_double_quote_string,
sym_single_quote_string,
[8035] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(880), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[8055] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(880), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[8075] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(880), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[8095] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(880), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[8115] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(880), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[8135] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(255), 1,
anon_sym_RPAREN,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(824), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[8167] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(178), 1,
anon_sym_RPAREN,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(824), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[8199] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(882), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[8219] = 11,
ACTIONS(834), 1,
anon_sym_DOLLAR,
ACTIONS(836), 1,
anon_sym_LPAREN,
ACTIONS(838), 1,
sym_integer,
ACTIONS(840), 1,
sym_comment,
ACTIONS(842), 1,
anon_sym_DOT_DOT,
ACTIONS(846), 1,
anon_sym_DQUOTE,
ACTIONS(848), 1,
anon_sym_SQUOTE,
ACTIONS(884), 1,
anon_sym_RBRACK,
STATE(315), 1,
sym_index,
STATE(215), 2,
sym_range,
aux_sym_list_element_access_repeat1,
STATE(336), 4,
sym_command_substitution,
sym_variable_expansion,
sym_double_quote_string,
sym_single_quote_string,
[8257] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(882), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[8277] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(886), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[8297] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(882), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[8317] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(888), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[8337] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(882), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[8357] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(882), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[8377] = 11,
ACTIONS(834), 1,
anon_sym_DOLLAR,
ACTIONS(836), 1,
anon_sym_LPAREN,
ACTIONS(838), 1,
sym_integer,
ACTIONS(840), 1,
sym_comment,
ACTIONS(842), 1,
anon_sym_DOT_DOT,
ACTIONS(846), 1,
anon_sym_DQUOTE,
ACTIONS(848), 1,
anon_sym_SQUOTE,
ACTIONS(890), 1,
anon_sym_RBRACK,
STATE(315), 1,
sym_index,
STATE(215), 2,
sym_range,
aux_sym_list_element_access_repeat1,
STATE(336), 4,
sym_command_substitution,
sym_variable_expansion,
sym_double_quote_string,
sym_single_quote_string,
[8415] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(892), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[8435] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(894), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[8455] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(830), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[8475] = 11,
ACTIONS(834), 1,
anon_sym_DOLLAR,
ACTIONS(836), 1,
anon_sym_LPAREN,
ACTIONS(838), 1,
sym_integer,
ACTIONS(840), 1,
sym_comment,
ACTIONS(842), 1,
anon_sym_DOT_DOT,
ACTIONS(846), 1,
anon_sym_DQUOTE,
ACTIONS(848), 1,
anon_sym_SQUOTE,
ACTIONS(896), 1,
anon_sym_RBRACK,
STATE(315), 1,
sym_index,
STATE(231), 2,
sym_range,
aux_sym_list_element_access_repeat1,
STATE(336), 4,
sym_command_substitution,
sym_variable_expansion,
sym_double_quote_string,
sym_single_quote_string,
[8513] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(898), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[8533] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(898), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[8553] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(898), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[8573] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(898), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[8593] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(898), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[8613] = 11,
ACTIONS(834), 1,
anon_sym_DOLLAR,
ACTIONS(836), 1,
anon_sym_LPAREN,
ACTIONS(838), 1,
sym_integer,
ACTIONS(840), 1,
sym_comment,
ACTIONS(842), 1,
anon_sym_DOT_DOT,
ACTIONS(846), 1,
anon_sym_DQUOTE,
ACTIONS(848), 1,
anon_sym_SQUOTE,
ACTIONS(900), 1,
anon_sym_RBRACK,
STATE(315), 1,
sym_index,
STATE(224), 2,
sym_range,
aux_sym_list_element_access_repeat1,
STATE(336), 4,
sym_command_substitution,
sym_variable_expansion,
sym_double_quote_string,
sym_single_quote_string,
[8651] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
ACTIONS(902), 1,
anon_sym_RPAREN,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(824), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[8683] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(904), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[8703] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
ACTIONS(906), 1,
anon_sym_RPAREN,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(824), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[8735] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(337), 1,
anon_sym_RPAREN,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(824), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[8767] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(247), 1,
anon_sym_RPAREN,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(824), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[8799] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
ACTIONS(908), 1,
anon_sym_RPAREN,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(824), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[8831] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(126), 1,
anon_sym_RBRACE,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(856), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[8863] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(251), 1,
anon_sym_RPAREN,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(824), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[8895] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(910), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[8915] = 11,
ACTIONS(834), 1,
anon_sym_DOLLAR,
ACTIONS(836), 1,
anon_sym_LPAREN,
ACTIONS(838), 1,
sym_integer,
ACTIONS(840), 1,
sym_comment,
ACTIONS(842), 1,
anon_sym_DOT_DOT,
ACTIONS(846), 1,
anon_sym_DQUOTE,
ACTIONS(848), 1,
anon_sym_SQUOTE,
ACTIONS(912), 1,
anon_sym_RBRACK,
STATE(315), 1,
sym_index,
STATE(256), 2,
sym_range,
aux_sym_list_element_access_repeat1,
STATE(336), 4,
sym_command_substitution,
sym_variable_expansion,
sym_double_quote_string,
sym_single_quote_string,
[8953] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(830), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[8973] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(914), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[8993] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(916), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[9013] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(709), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[9033] = 11,
ACTIONS(834), 1,
anon_sym_DOLLAR,
ACTIONS(836), 1,
anon_sym_LPAREN,
ACTIONS(838), 1,
sym_integer,
ACTIONS(840), 1,
sym_comment,
ACTIONS(842), 1,
anon_sym_DOT_DOT,
ACTIONS(846), 1,
anon_sym_DQUOTE,
ACTIONS(848), 1,
anon_sym_SQUOTE,
ACTIONS(918), 1,
anon_sym_RBRACK,
STATE(315), 1,
sym_index,
STATE(215), 2,
sym_range,
aux_sym_list_element_access_repeat1,
STATE(336), 4,
sym_command_substitution,
sym_variable_expansion,
sym_double_quote_string,
sym_single_quote_string,
[9071] = 11,
ACTIONS(834), 1,
anon_sym_DOLLAR,
ACTIONS(836), 1,
anon_sym_LPAREN,
ACTIONS(838), 1,
sym_integer,
ACTIONS(840), 1,
sym_comment,
ACTIONS(842), 1,
anon_sym_DOT_DOT,
ACTIONS(846), 1,
anon_sym_DQUOTE,
ACTIONS(848), 1,
anon_sym_SQUOTE,
ACTIONS(920), 1,
anon_sym_RBRACK,
STATE(315), 1,
sym_index,
STATE(215), 2,
sym_range,
aux_sym_list_element_access_repeat1,
STATE(336), 4,
sym_command_substitution,
sym_variable_expansion,
sym_double_quote_string,
sym_single_quote_string,
[9109] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(299), 1,
anon_sym_RPAREN,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(824), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[9141] = 11,
ACTIONS(834), 1,
anon_sym_DOLLAR,
ACTIONS(836), 1,
anon_sym_LPAREN,
ACTIONS(838), 1,
sym_integer,
ACTIONS(840), 1,
sym_comment,
ACTIONS(842), 1,
anon_sym_DOT_DOT,
ACTIONS(846), 1,
anon_sym_DQUOTE,
ACTIONS(848), 1,
anon_sym_SQUOTE,
ACTIONS(922), 1,
anon_sym_RBRACK,
STATE(315), 1,
sym_index,
STATE(257), 2,
sym_range,
aux_sym_list_element_access_repeat1,
STATE(336), 4,
sym_command_substitution,
sym_variable_expansion,
sym_double_quote_string,
sym_single_quote_string,
[9179] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
ACTIONS(924), 1,
anon_sym_RPAREN,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(824), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[9211] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
ACTIONS(926), 1,
anon_sym_RPAREN,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(824), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[9243] = 11,
ACTIONS(834), 1,
anon_sym_DOLLAR,
ACTIONS(836), 1,
anon_sym_LPAREN,
ACTIONS(838), 1,
sym_integer,
ACTIONS(840), 1,
sym_comment,
ACTIONS(842), 1,
anon_sym_DOT_DOT,
ACTIONS(846), 1,
anon_sym_DQUOTE,
ACTIONS(848), 1,
anon_sym_SQUOTE,
ACTIONS(928), 1,
anon_sym_RBRACK,
STATE(315), 1,
sym_index,
STATE(265), 2,
sym_range,
aux_sym_list_element_access_repeat1,
STATE(336), 4,
sym_command_substitution,
sym_variable_expansion,
sym_double_quote_string,
sym_single_quote_string,
[9281] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(830), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[9301] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(277), 1,
anon_sym_RPAREN,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(824), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[9333] = 11,
ACTIONS(834), 1,
anon_sym_DOLLAR,
ACTIONS(836), 1,
anon_sym_LPAREN,
ACTIONS(838), 1,
sym_integer,
ACTIONS(840), 1,
sym_comment,
ACTIONS(842), 1,
anon_sym_DOT_DOT,
ACTIONS(846), 1,
anon_sym_DQUOTE,
ACTIONS(848), 1,
anon_sym_SQUOTE,
ACTIONS(930), 1,
anon_sym_RBRACK,
STATE(315), 1,
sym_index,
STATE(215), 2,
sym_range,
aux_sym_list_element_access_repeat1,
STATE(336), 4,
sym_command_substitution,
sym_variable_expansion,
sym_double_quote_string,
sym_single_quote_string,
[9371] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(325), 1,
anon_sym_RPAREN,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(824), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[9403] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(281), 1,
anon_sym_RPAREN,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(824), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[9435] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(289), 1,
anon_sym_RPAREN,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(824), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[9467] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(932), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[9487] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(934), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[9507] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(321), 1,
anon_sym_RPAREN,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(824), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[9539] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
ACTIONS(936), 1,
anon_sym_RPAREN,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(824), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[9571] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(938), 14,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
anon_sym_RPAREN,
anon_sym_RBRACE,
sym_stream_redirect,
sym_direction,
[9591] = 11,
ACTIONS(834), 1,
anon_sym_DOLLAR,
ACTIONS(836), 1,
anon_sym_LPAREN,
ACTIONS(838), 1,
sym_integer,
ACTIONS(840), 1,
sym_comment,
ACTIONS(842), 1,
anon_sym_DOT_DOT,
ACTIONS(846), 1,
anon_sym_DQUOTE,
ACTIONS(848), 1,
anon_sym_SQUOTE,
ACTIONS(940), 1,
anon_sym_RBRACK,
STATE(315), 1,
sym_index,
STATE(215), 2,
sym_range,
aux_sym_list_element_access_repeat1,
STATE(336), 4,
sym_command_substitution,
sym_variable_expansion,
sym_double_quote_string,
sym_single_quote_string,
[9629] = 11,
ACTIONS(834), 1,
anon_sym_DOLLAR,
ACTIONS(836), 1,
anon_sym_LPAREN,
ACTIONS(838), 1,
sym_integer,
ACTIONS(840), 1,
sym_comment,
ACTIONS(842), 1,
anon_sym_DOT_DOT,
ACTIONS(846), 1,
anon_sym_DQUOTE,
ACTIONS(848), 1,
anon_sym_SQUOTE,
ACTIONS(942), 1,
anon_sym_RBRACK,
STATE(315), 1,
sym_index,
STATE(274), 2,
sym_range,
aux_sym_list_element_access_repeat1,
STATE(336), 4,
sym_command_substitution,
sym_variable_expansion,
sym_double_quote_string,
sym_single_quote_string,
[9667] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(824), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[9696] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(944), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[9725] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(946), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[9754] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(948), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[9783] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(950), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[9812] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(952), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[9841] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(954), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[9870] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(956), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[9899] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(814), 1,
sym_stream_redirect,
ACTIONS(816), 1,
sym_direction,
STATE(269), 1,
sym_file_redirect,
ACTIONS(808), 2,
anon_sym_PIPE_PIPE,
anon_sym_AMP_AMP,
ACTIONS(810), 3,
anon_sym_AMP_PIPE,
anon_sym_2_GT_PIPE,
anon_sym_PIPE,
ACTIONS(856), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[9928] = 9,
ACTIONS(834), 1,
anon_sym_DOLLAR,
ACTIONS(836), 1,
anon_sym_LPAREN,
ACTIONS(838), 1,
sym_integer,
ACTIONS(840), 1,
sym_comment,
ACTIONS(846), 1,
anon_sym_DQUOTE,
ACTIONS(848), 1,
anon_sym_SQUOTE,
STATE(335), 1,
sym_index,
ACTIONS(958), 2,
anon_sym_DOT_DOT,
anon_sym_RBRACK,
STATE(336), 4,
sym_command_substitution,
sym_variable_expansion,
sym_double_quote_string,
sym_single_quote_string,
[9960] = 9,
ACTIONS(834), 1,
anon_sym_DOLLAR,
ACTIONS(836), 1,
anon_sym_LPAREN,
ACTIONS(838), 1,
sym_integer,
ACTIONS(840), 1,
sym_comment,
ACTIONS(846), 1,
anon_sym_DQUOTE,
ACTIONS(848), 1,
anon_sym_SQUOTE,
STATE(319), 1,
sym_index,
ACTIONS(960), 2,
anon_sym_DOT_DOT,
anon_sym_RBRACK,
STATE(336), 4,
sym_command_substitution,
sym_variable_expansion,
sym_double_quote_string,
sym_single_quote_string,
[9992] = 3,
ACTIONS(840), 1,
sym_comment,
STATE(291), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(535), 8,
sym__concat_list,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
anon_sym_DOT_DOT,
anon_sym_RBRACK,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[10009] = 3,
ACTIONS(840), 1,
sym_comment,
STATE(287), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(541), 8,
sym__concat_list,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
anon_sym_DOT_DOT,
anon_sym_RBRACK,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[10026] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(962), 1,
sym__concat_list,
STATE(291), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(535), 7,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
anon_sym_DOT_DOT,
anon_sym_RBRACK,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[10045] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(962), 1,
sym__concat_list,
STATE(289), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(541), 7,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
anon_sym_DOT_DOT,
anon_sym_RBRACK,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[10064] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(964), 1,
sym__concat_list,
STATE(291), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(545), 7,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
anon_sym_DOT_DOT,
anon_sym_RBRACK,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[10083] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(967), 1,
anon_sym_DOLLAR,
ACTIONS(969), 1,
anon_sym_LPAREN,
ACTIONS(971), 1,
anon_sym_DQUOTE,
ACTIONS(973), 2,
aux_sym_double_quote_string_token1,
sym_escape_sequence,
STATE(302), 3,
sym_command_substitution,
sym_variable_expansion,
aux_sym_double_quote_string_repeat1,
[10105] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(545), 8,
sym__concat_list,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
anon_sym_DOT_DOT,
anon_sym_RBRACK,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[10119] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(967), 1,
anon_sym_DOLLAR,
ACTIONS(969), 1,
anon_sym_LPAREN,
ACTIONS(975), 1,
anon_sym_DQUOTE,
ACTIONS(977), 2,
aux_sym_double_quote_string_token1,
sym_escape_sequence,
STATE(309), 3,
sym_command_substitution,
sym_variable_expansion,
aux_sym_double_quote_string_repeat1,
[10141] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(967), 1,
anon_sym_DOLLAR,
ACTIONS(969), 1,
anon_sym_LPAREN,
ACTIONS(979), 1,
anon_sym_DQUOTE,
ACTIONS(981), 2,
aux_sym_double_quote_string_token1,
sym_escape_sequence,
STATE(307), 3,
sym_command_substitution,
sym_variable_expansion,
aux_sym_double_quote_string_repeat1,
[10163] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(545), 1,
sym__concat,
ACTIONS(983), 1,
sym__concat_list,
STATE(296), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(543), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[10183] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(967), 1,
anon_sym_DOLLAR,
ACTIONS(969), 1,
anon_sym_LPAREN,
ACTIONS(986), 1,
anon_sym_DQUOTE,
ACTIONS(981), 2,
aux_sym_double_quote_string_token1,
sym_escape_sequence,
STATE(307), 3,
sym_command_substitution,
sym_variable_expansion,
aux_sym_double_quote_string_repeat1,
[10205] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(535), 1,
sym__concat,
ACTIONS(988), 1,
sym__concat_list,
STATE(296), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(533), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[10225] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(967), 1,
anon_sym_DOLLAR,
ACTIONS(969), 1,
anon_sym_LPAREN,
ACTIONS(990), 1,
anon_sym_DQUOTE,
ACTIONS(992), 2,
aux_sym_double_quote_string_token1,
sym_escape_sequence,
STATE(295), 3,
sym_command_substitution,
sym_variable_expansion,
aux_sym_double_quote_string_repeat1,
[10247] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(967), 1,
anon_sym_DOLLAR,
ACTIONS(969), 1,
anon_sym_LPAREN,
ACTIONS(994), 1,
anon_sym_DQUOTE,
ACTIONS(996), 2,
aux_sym_double_quote_string_token1,
sym_escape_sequence,
STATE(308), 3,
sym_command_substitution,
sym_variable_expansion,
aux_sym_double_quote_string_repeat1,
[10269] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(967), 1,
anon_sym_DOLLAR,
ACTIONS(969), 1,
anon_sym_LPAREN,
ACTIONS(998), 1,
anon_sym_DQUOTE,
ACTIONS(1000), 2,
aux_sym_double_quote_string_token1,
sym_escape_sequence,
STATE(297), 3,
sym_command_substitution,
sym_variable_expansion,
aux_sym_double_quote_string_repeat1,
[10291] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(967), 1,
anon_sym_DOLLAR,
ACTIONS(969), 1,
anon_sym_LPAREN,
ACTIONS(1002), 1,
anon_sym_DQUOTE,
ACTIONS(981), 2,
aux_sym_double_quote_string_token1,
sym_escape_sequence,
STATE(307), 3,
sym_command_substitution,
sym_variable_expansion,
aux_sym_double_quote_string_repeat1,
[10313] = 4,
ACTIONS(3), 1,
sym_comment,
STATE(296), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(535), 2,
sym__concat,
sym__concat_list,
ACTIONS(533), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[10331] = 4,
ACTIONS(3), 1,
sym_comment,
STATE(303), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(541), 2,
sym__concat,
sym__concat_list,
ACTIONS(539), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[10349] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(967), 1,
anon_sym_DOLLAR,
ACTIONS(969), 1,
anon_sym_LPAREN,
ACTIONS(1004), 1,
anon_sym_DQUOTE,
ACTIONS(1006), 2,
aux_sym_double_quote_string_token1,
sym_escape_sequence,
STATE(306), 3,
sym_command_substitution,
sym_variable_expansion,
aux_sym_double_quote_string_repeat1,
[10371] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(967), 1,
anon_sym_DOLLAR,
ACTIONS(969), 1,
anon_sym_LPAREN,
ACTIONS(1008), 1,
anon_sym_DQUOTE,
ACTIONS(981), 2,
aux_sym_double_quote_string_token1,
sym_escape_sequence,
STATE(307), 3,
sym_command_substitution,
sym_variable_expansion,
aux_sym_double_quote_string_repeat1,
[10393] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1010), 1,
anon_sym_DOLLAR,
ACTIONS(1013), 1,
anon_sym_LPAREN,
ACTIONS(1016), 1,
anon_sym_DQUOTE,
ACTIONS(1018), 2,
aux_sym_double_quote_string_token1,
sym_escape_sequence,
STATE(307), 3,
sym_command_substitution,
sym_variable_expansion,
aux_sym_double_quote_string_repeat1,
[10415] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(967), 1,
anon_sym_DOLLAR,
ACTIONS(969), 1,
anon_sym_LPAREN,
ACTIONS(1021), 1,
anon_sym_DQUOTE,
ACTIONS(981), 2,
aux_sym_double_quote_string_token1,
sym_escape_sequence,
STATE(307), 3,
sym_command_substitution,
sym_variable_expansion,
aux_sym_double_quote_string_repeat1,
[10437] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(967), 1,
anon_sym_DOLLAR,
ACTIONS(969), 1,
anon_sym_LPAREN,
ACTIONS(1023), 1,
anon_sym_DQUOTE,
ACTIONS(981), 2,
aux_sym_double_quote_string_token1,
sym_escape_sequence,
STATE(307), 3,
sym_command_substitution,
sym_variable_expansion,
aux_sym_double_quote_string_repeat1,
[10459] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(569), 8,
sym__concat_list,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
anon_sym_DOT_DOT,
anon_sym_RBRACK,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[10473] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(565), 8,
sym__concat_list,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
anon_sym_DOT_DOT,
anon_sym_RBRACK,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[10487] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(541), 1,
sym__concat,
ACTIONS(988), 1,
sym__concat_list,
STATE(298), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(539), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[10507] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(573), 7,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
anon_sym_DOT_DOT,
anon_sym_RBRACK,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[10520] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1025), 1,
sym__concat,
STATE(324), 1,
aux_sym_concatenation_repeat1,
ACTIONS(555), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[10537] = 3,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1029), 1,
anon_sym_DOT_DOT,
ACTIONS(1027), 6,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
anon_sym_RBRACK,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[10552] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(579), 7,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
anon_sym_DOT_DOT,
anon_sym_RBRACK,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[10565] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1031), 1,
sym__concat_list,
STATE(323), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(533), 5,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_DQUOTE,
aux_sym_double_quote_string_token1,
sym_escape_sequence,
[10582] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(611), 7,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
anon_sym_DOT_DOT,
anon_sym_RBRACK,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[10595] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1033), 7,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
anon_sym_DOT_DOT,
anon_sym_RBRACK,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[10608] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(569), 2,
sym__concat,
sym__concat_list,
ACTIONS(567), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[10623] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(619), 7,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
anon_sym_DOT_DOT,
anon_sym_RBRACK,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[10636] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1031), 1,
sym__concat_list,
STATE(317), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(539), 5,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_DQUOTE,
aux_sym_double_quote_string_token1,
sym_escape_sequence,
[10653] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1035), 1,
sym__concat_list,
STATE(323), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(543), 5,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_DQUOTE,
aux_sym_double_quote_string_token1,
sym_escape_sequence,
[10670] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1025), 1,
sym__concat,
STATE(325), 1,
aux_sym_concatenation_repeat1,
ACTIONS(561), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[10687] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1038), 1,
sym__concat,
STATE(325), 1,
aux_sym_concatenation_repeat1,
ACTIONS(550), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[10704] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(541), 1,
sym__concat_list,
STATE(327), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(539), 5,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_DQUOTE,
aux_sym_double_quote_string_token1,
sym_escape_sequence,
[10721] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(535), 1,
sym__concat_list,
STATE(323), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(533), 5,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_DQUOTE,
aux_sym_double_quote_string_token1,
sym_escape_sequence,
[10738] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(583), 7,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
anon_sym_DOT_DOT,
anon_sym_RBRACK,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[10751] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(603), 7,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
anon_sym_DOT_DOT,
anon_sym_RBRACK,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[10764] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1025), 1,
sym__concat,
STATE(324), 1,
aux_sym_concatenation_repeat1,
ACTIONS(559), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[10781] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(545), 2,
sym__concat,
sym__concat_list,
ACTIONS(543), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[10796] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(615), 7,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
anon_sym_DOT_DOT,
anon_sym_RBRACK,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[10809] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(565), 2,
sym__concat,
sym__concat_list,
ACTIONS(563), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[10824] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(607), 7,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
anon_sym_DOT_DOT,
anon_sym_RBRACK,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[10837] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(960), 7,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
anon_sym_DOT_DOT,
anon_sym_RBRACK,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[10850] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1041), 7,
anon_sym_DOLLAR,
anon_sym_LPAREN,
sym_integer,
anon_sym_DOT_DOT,
anon_sym_RBRACK,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[10863] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(615), 1,
sym__concat,
ACTIONS(613), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[10877] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(545), 1,
sym__concat_list,
ACTIONS(543), 5,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_DQUOTE,
aux_sym_double_quote_string_token1,
sym_escape_sequence,
[10891] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1045), 1,
anon_sym_if,
ACTIONS(1043), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[10905] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(591), 1,
sym__concat,
ACTIONS(589), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[10919] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(619), 1,
sym__concat,
ACTIONS(617), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[10933] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(599), 1,
sym__concat,
ACTIONS(597), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[10947] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(607), 1,
sym__concat,
ACTIONS(605), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[10961] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(611), 1,
sym__concat,
ACTIONS(609), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[10975] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(575), 1,
sym__concat,
ACTIONS(550), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[10989] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(595), 1,
sym__concat,
ACTIONS(593), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[11003] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(603), 1,
sym__concat,
ACTIONS(601), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[11017] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(583), 1,
sym__concat,
ACTIONS(581), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[11031] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(579), 1,
sym__concat,
ACTIONS(577), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[11045] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(587), 1,
sym__concat,
ACTIONS(585), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[11059] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(573), 1,
sym__concat,
ACTIONS(571), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[11073] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(569), 1,
sym__concat_list,
ACTIONS(567), 5,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_DQUOTE,
aux_sym_double_quote_string_token1,
sym_escape_sequence,
[11087] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(565), 1,
sym__concat_list,
ACTIONS(563), 5,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_DQUOTE,
aux_sym_double_quote_string_token1,
sym_escape_sequence,
[11101] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(617), 5,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_DQUOTE,
aux_sym_double_quote_string_token1,
sym_escape_sequence,
[11112] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1047), 5,
anon_sym_SEMI,
anon_sym_AMP,
anon_sym_LF,
anon_sym_CR,
anon_sym_CR_LF,
[11123] = 5,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1049), 1,
anon_sym_end,
ACTIONS(1051), 1,
anon_sym_else,
STATE(445), 1,
sym_else_clause,
STATE(368), 2,
sym_else_if_clause,
aux_sym_if_statement_repeat1,
[11140] = 5,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1051), 1,
anon_sym_else,
ACTIONS(1053), 1,
anon_sym_end,
STATE(442), 1,
sym_else_clause,
STATE(368), 2,
sym_else_if_clause,
aux_sym_if_statement_repeat1,
[11157] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(577), 5,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_DQUOTE,
aux_sym_double_quote_string_token1,
sym_escape_sequence,
[11168] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(571), 5,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_DQUOTE,
aux_sym_double_quote_string_token1,
sym_escape_sequence,
[11179] = 3,
ACTIONS(840), 1,
sym_comment,
STATE(363), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(535), 4,
sym__brace_concat,
sym__concat_list,
anon_sym_RBRACE,
anon_sym_COMMA,
[11192] = 3,
ACTIONS(840), 1,
sym_comment,
STATE(360), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(541), 4,
sym__brace_concat,
sym__concat_list,
anon_sym_RBRACE,
anon_sym_COMMA,
[11205] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1055), 1,
sym__concat_list,
STATE(363), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(535), 3,
sym__brace_concat,
anon_sym_RBRACE,
anon_sym_COMMA,
[11220] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1057), 1,
sym__concat_list,
STATE(363), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(545), 3,
sym__brace_concat,
anon_sym_RBRACE,
anon_sym_COMMA,
[11235] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(609), 5,
anon_sym_DOLLAR,
anon_sym_LPAREN,
anon_sym_DQUOTE,
aux_sym_double_quote_string_token1,
sym_escape_sequence,
[11246] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1055), 1,
sym__concat_list,
STATE(362), 1,
aux_sym_variable_expansion_repeat1,
ACTIONS(541), 3,
sym__brace_concat,
anon_sym_RBRACE,
anon_sym_COMMA,
[11261] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1060), 1,
anon_sym_SQUOTE,
ACTIONS(1062), 1,
aux_sym_single_quote_string_token1,
ACTIONS(1064), 1,
sym_escape_sequence,
STATE(378), 1,
aux_sym_single_quote_string_repeat1,
[11277] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1066), 1,
anon_sym_SQUOTE,
ACTIONS(1068), 1,
aux_sym_single_quote_string_token1,
ACTIONS(1070), 1,
sym_escape_sequence,
STATE(377), 1,
aux_sym_single_quote_string_repeat1,
[11293] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1072), 1,
anon_sym_end,
ACTIONS(1074), 1,
anon_sym_else,
STATE(368), 2,
sym_else_if_clause,
aux_sym_if_statement_repeat1,
[11307] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1077), 1,
anon_sym_end,
ACTIONS(1079), 1,
anon_sym_case,
STATE(373), 2,
sym_case_clause,
aux_sym_switch_statement_repeat1,
[11321] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1081), 1,
anon_sym_SQUOTE,
ACTIONS(1083), 1,
aux_sym_single_quote_string_token1,
ACTIONS(1085), 1,
sym_escape_sequence,
STATE(367), 1,
aux_sym_single_quote_string_repeat1,
[11337] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1068), 1,
aux_sym_single_quote_string_token1,
ACTIONS(1070), 1,
sym_escape_sequence,
ACTIONS(1087), 1,
anon_sym_SQUOTE,
STATE(377), 1,
aux_sym_single_quote_string_repeat1,
[11353] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(569), 4,
sym__brace_concat,
sym__concat_list,
anon_sym_RBRACE,
anon_sym_COMMA,
[11363] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1089), 1,
anon_sym_end,
ACTIONS(1091), 1,
anon_sym_case,
STATE(373), 2,
sym_case_clause,
aux_sym_switch_statement_repeat1,
[11377] = 5,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1094), 1,
anon_sym_DOLLAR,
ACTIONS(1096), 1,
anon_sym_LPAREN,
ACTIONS(1098), 1,
sym_variable_name,
STATE(290), 1,
sym_variable_expansion,
[11393] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1079), 1,
anon_sym_case,
ACTIONS(1100), 1,
anon_sym_end,
STATE(369), 2,
sym_case_clause,
aux_sym_switch_statement_repeat1,
[11407] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(565), 4,
sym__brace_concat,
sym__concat_list,
anon_sym_RBRACE,
anon_sym_COMMA,
[11417] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1102), 1,
anon_sym_SQUOTE,
ACTIONS(1104), 1,
aux_sym_single_quote_string_token1,
ACTIONS(1107), 1,
sym_escape_sequence,
STATE(377), 1,
aux_sym_single_quote_string_repeat1,
[11433] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1068), 1,
aux_sym_single_quote_string_token1,
ACTIONS(1070), 1,
sym_escape_sequence,
ACTIONS(1110), 1,
anon_sym_SQUOTE,
STATE(377), 1,
aux_sym_single_quote_string_repeat1,
[11449] = 5,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1112), 1,
anon_sym_DOLLAR,
ACTIONS(1114), 1,
anon_sym_LPAREN,
ACTIONS(1116), 1,
sym_variable_name,
STATE(312), 1,
sym_variable_expansion,
[11465] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(545), 4,
sym__brace_concat,
sym__concat_list,
anon_sym_RBRACE,
anon_sym_COMMA,
[11475] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1120), 1,
sym__brace_concat,
STATE(388), 1,
aux_sym_brace_concatenation_repeat1,
ACTIONS(1118), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
[11489] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1122), 1,
anon_sym_SQUOTE,
ACTIONS(1124), 1,
aux_sym_single_quote_string_token1,
ACTIONS(1126), 1,
sym_escape_sequence,
STATE(391), 1,
aux_sym_single_quote_string_repeat1,
[11505] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1128), 1,
anon_sym_SQUOTE,
ACTIONS(1130), 1,
aux_sym_single_quote_string_token1,
ACTIONS(1132), 1,
sym_escape_sequence,
STATE(371), 1,
aux_sym_single_quote_string_repeat1,
[11521] = 5,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1134), 1,
anon_sym_DOLLAR,
ACTIONS(1136), 1,
anon_sym_LPAREN,
ACTIONS(1138), 1,
sym_variable_name,
STATE(138), 1,
sym_variable_expansion,
[11537] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1140), 1,
anon_sym_SQUOTE,
ACTIONS(1142), 1,
aux_sym_single_quote_string_token1,
ACTIONS(1144), 1,
sym_escape_sequence,
STATE(392), 1,
aux_sym_single_quote_string_repeat1,
[11553] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1120), 1,
sym__brace_concat,
STATE(381), 1,
aux_sym_brace_concatenation_repeat1,
ACTIONS(1146), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
[11567] = 5,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1148), 1,
anon_sym_DOLLAR,
ACTIONS(1150), 1,
anon_sym_LPAREN,
ACTIONS(1152), 1,
sym_variable_name,
STATE(322), 1,
sym_variable_expansion,
[11583] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1156), 1,
sym__brace_concat,
STATE(388), 1,
aux_sym_brace_concatenation_repeat1,
ACTIONS(1154), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
[11597] = 5,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1159), 1,
anon_sym_DOLLAR,
ACTIONS(1161), 1,
anon_sym_LPAREN,
ACTIONS(1163), 1,
sym_variable_name,
STATE(172), 1,
sym_variable_expansion,
[11613] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1068), 1,
aux_sym_single_quote_string_token1,
ACTIONS(1070), 1,
sym_escape_sequence,
ACTIONS(1165), 1,
anon_sym_SQUOTE,
STATE(377), 1,
aux_sym_single_quote_string_repeat1,
[11629] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1068), 1,
aux_sym_single_quote_string_token1,
ACTIONS(1070), 1,
sym_escape_sequence,
ACTIONS(1167), 1,
anon_sym_SQUOTE,
STATE(377), 1,
aux_sym_single_quote_string_repeat1,
[11645] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1068), 1,
aux_sym_single_quote_string_token1,
ACTIONS(1070), 1,
sym_escape_sequence,
ACTIONS(1169), 1,
anon_sym_SQUOTE,
STATE(377), 1,
aux_sym_single_quote_string_repeat1,
[11661] = 5,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1171), 1,
anon_sym_DOLLAR,
ACTIONS(1173), 1,
anon_sym_LPAREN,
ACTIONS(1175), 1,
sym_variable_name,
STATE(93), 1,
sym_variable_expansion,
[11677] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1177), 1,
anon_sym_SQUOTE,
ACTIONS(1179), 1,
aux_sym_single_quote_string_token1,
ACTIONS(1181), 1,
sym_escape_sequence,
STATE(390), 1,
aux_sym_single_quote_string_repeat1,
[11693] = 5,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1183), 1,
anon_sym_DOLLAR,
ACTIONS(1185), 1,
anon_sym_LPAREN,
ACTIONS(1187), 1,
sym_variable_name,
STATE(365), 1,
sym_variable_expansion,
[11709] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(603), 3,
sym__brace_concat,
anon_sym_RBRACE,
anon_sym_COMMA,
[11718] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(573), 3,
sym__brace_concat,
anon_sym_RBRACE,
anon_sym_COMMA,
[11727] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(607), 3,
sym__brace_concat,
anon_sym_RBRACE,
anon_sym_COMMA,
[11736] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(599), 3,
sym__brace_concat,
anon_sym_RBRACE,
anon_sym_COMMA,
[11745] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(619), 3,
sym__brace_concat,
anon_sym_RBRACE,
anon_sym_COMMA,
[11754] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1154), 3,
sym__brace_concat,
anon_sym_RBRACE,
anon_sym_COMMA,
[11763] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1189), 1,
anon_sym_RBRACE,
ACTIONS(1191), 1,
anon_sym_COMMA,
STATE(430), 1,
aux_sym_brace_expansion_repeat1,
[11776] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1191), 1,
anon_sym_COMMA,
ACTIONS(1193), 1,
anon_sym_RBRACE,
STATE(424), 1,
aux_sym_brace_expansion_repeat1,
[11789] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1183), 1,
anon_sym_DOLLAR,
ACTIONS(1195), 1,
sym_variable_name,
STATE(361), 1,
sym_variable_expansion,
[11802] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1134), 1,
anon_sym_DOLLAR,
ACTIONS(1197), 1,
sym_variable_name,
STATE(142), 1,
sym_variable_expansion,
[11815] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1171), 1,
anon_sym_DOLLAR,
ACTIONS(1199), 1,
sym_variable_name,
STATE(96), 1,
sym_variable_expansion,
[11828] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1191), 1,
anon_sym_COMMA,
ACTIONS(1201), 1,
anon_sym_RBRACE,
STATE(414), 1,
aux_sym_brace_expansion_repeat1,
[11841] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1191), 1,
anon_sym_COMMA,
ACTIONS(1201), 1,
anon_sym_RBRACE,
STATE(430), 1,
aux_sym_brace_expansion_repeat1,
[11854] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1191), 1,
anon_sym_COMMA,
ACTIONS(1203), 1,
anon_sym_RBRACE,
STATE(430), 1,
aux_sym_brace_expansion_repeat1,
[11867] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(615), 3,
sym__brace_concat,
anon_sym_RBRACE,
anon_sym_COMMA,
[11876] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(611), 3,
sym__brace_concat,
anon_sym_RBRACE,
anon_sym_COMMA,
[11885] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1191), 1,
anon_sym_COMMA,
ACTIONS(1205), 1,
anon_sym_RBRACE,
STATE(430), 1,
aux_sym_brace_expansion_repeat1,
[11898] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1191), 1,
anon_sym_COMMA,
ACTIONS(1193), 1,
anon_sym_RBRACE,
STATE(430), 1,
aux_sym_brace_expansion_repeat1,
[11911] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1191), 1,
anon_sym_COMMA,
ACTIONS(1207), 1,
anon_sym_RBRACE,
STATE(430), 1,
aux_sym_brace_expansion_repeat1,
[11924] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1191), 1,
anon_sym_COMMA,
ACTIONS(1205), 1,
anon_sym_RBRACE,
STATE(402), 1,
aux_sym_brace_expansion_repeat1,
[11937] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1191), 1,
anon_sym_COMMA,
ACTIONS(1203), 1,
anon_sym_RBRACE,
STATE(428), 1,
aux_sym_brace_expansion_repeat1,
[11950] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1191), 1,
anon_sym_COMMA,
ACTIONS(1209), 1,
anon_sym_RBRACE,
STATE(430), 1,
aux_sym_brace_expansion_repeat1,
[11963] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1191), 1,
anon_sym_COMMA,
ACTIONS(1209), 1,
anon_sym_RBRACE,
STATE(425), 1,
aux_sym_brace_expansion_repeat1,
[11976] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(595), 3,
sym__brace_concat,
anon_sym_RBRACE,
anon_sym_COMMA,
[11985] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(583), 3,
sym__brace_concat,
anon_sym_RBRACE,
anon_sym_COMMA,
[11994] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1159), 1,
anon_sym_DOLLAR,
ACTIONS(1211), 1,
sym_variable_name,
STATE(175), 1,
sym_variable_expansion,
[12007] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1148), 1,
anon_sym_DOLLAR,
ACTIONS(1213), 1,
sym_variable_name,
STATE(326), 1,
sym_variable_expansion,
[12020] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1094), 1,
anon_sym_DOLLAR,
ACTIONS(1215), 1,
sym_variable_name,
STATE(288), 1,
sym_variable_expansion,
[12033] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1191), 1,
anon_sym_COMMA,
ACTIONS(1217), 1,
anon_sym_RBRACE,
STATE(430), 1,
aux_sym_brace_expansion_repeat1,
[12046] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1191), 1,
anon_sym_COMMA,
ACTIONS(1219), 1,
anon_sym_RBRACE,
STATE(430), 1,
aux_sym_brace_expansion_repeat1,
[12059] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1112), 1,
anon_sym_DOLLAR,
ACTIONS(1221), 1,
sym_variable_name,
STATE(304), 1,
sym_variable_expansion,
[12072] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(579), 3,
sym__brace_concat,
anon_sym_RBRACE,
anon_sym_COMMA,
[12081] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1191), 1,
anon_sym_COMMA,
ACTIONS(1223), 1,
anon_sym_RBRACE,
STATE(430), 1,
aux_sym_brace_expansion_repeat1,
[12094] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(587), 3,
sym__brace_concat,
anon_sym_RBRACE,
anon_sym_COMMA,
[12103] = 4,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1225), 1,
anon_sym_RBRACE,
ACTIONS(1227), 1,
anon_sym_COMMA,
STATE(430), 1,
aux_sym_brace_expansion_repeat1,
[12116] = 3,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1230), 1,
anon_sym_LBRACK,
STATE(338), 1,
sym_list_element_access,
[12126] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1225), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
[12134] = 3,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1232), 1,
anon_sym_LBRACK,
STATE(180), 1,
sym_list_element_access,
[12144] = 3,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1234), 1,
anon_sym_LBRACK,
STATE(380), 1,
sym_list_element_access,
[12154] = 3,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1236), 1,
anon_sym_LBRACK,
STATE(331), 1,
sym_list_element_access,
[12164] = 3,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1238), 1,
anon_sym_LBRACK,
STATE(154), 1,
sym_list_element_access,
[12174] = 3,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1240), 1,
anon_sym_LBRACK,
STATE(293), 1,
sym_list_element_access,
[12184] = 3,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1242), 1,
anon_sym_LBRACK,
STATE(104), 1,
sym_list_element_access,
[12194] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1244), 1,
ts_builtin_sym_end,
[12201] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1246), 1,
anon_sym_in,
[12208] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1053), 1,
anon_sym_end,
[12215] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1049), 1,
anon_sym_end,
[12222] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1248), 1,
sym_variable_name,
[12229] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1250), 1,
anon_sym_if,
[12236] = 2,
ACTIONS(840), 1,
sym_comment,
ACTIONS(1252), 1,
anon_sym_end,
};
static const uint32_t ts_small_parse_table_map[] = {
[SMALL_STATE(48)] = 0,
[SMALL_STATE(49)] = 103,
[SMALL_STATE(50)] = 206,
[SMALL_STATE(51)] = 309,
[SMALL_STATE(52)] = 411,
[SMALL_STATE(53)] = 513,
[SMALL_STATE(54)] = 615,
[SMALL_STATE(55)] = 717,
[SMALL_STATE(56)] = 819,
[SMALL_STATE(57)] = 921,
[SMALL_STATE(58)] = 1023,
[SMALL_STATE(59)] = 1125,
[SMALL_STATE(60)] = 1227,
[SMALL_STATE(61)] = 1329,
[SMALL_STATE(62)] = 1431,
[SMALL_STATE(63)] = 1533,
[SMALL_STATE(64)] = 1635,
[SMALL_STATE(65)] = 1737,
[SMALL_STATE(66)] = 1839,
[SMALL_STATE(67)] = 1941,
[SMALL_STATE(68)] = 2043,
[SMALL_STATE(69)] = 2145,
[SMALL_STATE(70)] = 2247,
[SMALL_STATE(71)] = 2349,
[SMALL_STATE(72)] = 2451,
[SMALL_STATE(73)] = 2553,
[SMALL_STATE(74)] = 2655,
[SMALL_STATE(75)] = 2753,
[SMALL_STATE(76)] = 2851,
[SMALL_STATE(77)] = 2949,
[SMALL_STATE(78)] = 3044,
[SMALL_STATE(79)] = 3139,
[SMALL_STATE(80)] = 3234,
[SMALL_STATE(81)] = 3329,
[SMALL_STATE(82)] = 3400,
[SMALL_STATE(83)] = 3471,
[SMALL_STATE(84)] = 3542,
[SMALL_STATE(85)] = 3603,
[SMALL_STATE(86)] = 3645,
[SMALL_STATE(87)] = 3687,
[SMALL_STATE(88)] = 3728,
[SMALL_STATE(89)] = 3769,
[SMALL_STATE(90)] = 3810,
[SMALL_STATE(91)] = 3851,
[SMALL_STATE(92)] = 3892,
[SMALL_STATE(93)] = 3934,
[SMALL_STATE(94)] = 3976,
[SMALL_STATE(95)] = 4016,
[SMALL_STATE(96)] = 4058,
[SMALL_STATE(97)] = 4098,
[SMALL_STATE(98)] = 4137,
[SMALL_STATE(99)] = 4176,
[SMALL_STATE(100)] = 4213,
[SMALL_STATE(101)] = 4252,
[SMALL_STATE(102)] = 4291,
[SMALL_STATE(103)] = 4328,
[SMALL_STATE(104)] = 4365,
[SMALL_STATE(105)] = 4402,
[SMALL_STATE(106)] = 4438,
[SMALL_STATE(107)] = 4474,
[SMALL_STATE(108)] = 4510,
[SMALL_STATE(109)] = 4546,
[SMALL_STATE(110)] = 4582,
[SMALL_STATE(111)] = 4618,
[SMALL_STATE(112)] = 4654,
[SMALL_STATE(113)] = 4690,
[SMALL_STATE(114)] = 4726,
[SMALL_STATE(115)] = 4762,
[SMALL_STATE(116)] = 4798,
[SMALL_STATE(117)] = 4834,
[SMALL_STATE(118)] = 4870,
[SMALL_STATE(119)] = 4906,
[SMALL_STATE(120)] = 4939,
[SMALL_STATE(121)] = 5002,
[SMALL_STATE(122)] = 5035,
[SMALL_STATE(123)] = 5090,
[SMALL_STATE(124)] = 5145,
[SMALL_STATE(125)] = 5198,
[SMALL_STATE(126)] = 5251,
[SMALL_STATE(127)] = 5314,
[SMALL_STATE(128)] = 5347,
[SMALL_STATE(129)] = 5402,
[SMALL_STATE(130)] = 5448,
[SMALL_STATE(131)] = 5496,
[SMALL_STATE(132)] = 5543,
[SMALL_STATE(133)] = 5588,
[SMALL_STATE(134)] = 5633,
[SMALL_STATE(135)] = 5680,
[SMALL_STATE(136)] = 5713,
[SMALL_STATE(137)] = 5760,
[SMALL_STATE(138)] = 5793,
[SMALL_STATE(139)] = 5826,
[SMALL_STATE(140)] = 5873,
[SMALL_STATE(141)] = 5904,
[SMALL_STATE(142)] = 5951,
[SMALL_STATE(143)] = 5982,
[SMALL_STATE(144)] = 6027,
[SMALL_STATE(145)] = 6072,
[SMALL_STATE(146)] = 6100,
[SMALL_STATE(147)] = 6130,
[SMALL_STATE(148)] = 6160,
[SMALL_STATE(149)] = 6200,
[SMALL_STATE(150)] = 6240,
[SMALL_STATE(151)] = 6282,
[SMALL_STATE(152)] = 6310,
[SMALL_STATE(153)] = 6350,
[SMALL_STATE(154)] = 6390,
[SMALL_STATE(155)] = 6418,
[SMALL_STATE(156)] = 6448,
[SMALL_STATE(157)] = 6478,
[SMALL_STATE(158)] = 6505,
[SMALL_STATE(159)] = 6532,
[SMALL_STATE(160)] = 6559,
[SMALL_STATE(161)] = 6586,
[SMALL_STATE(162)] = 6613,
[SMALL_STATE(163)] = 6640,
[SMALL_STATE(164)] = 6667,
[SMALL_STATE(165)] = 6694,
[SMALL_STATE(166)] = 6721,
[SMALL_STATE(167)] = 6748,
[SMALL_STATE(168)] = 6775,
[SMALL_STATE(169)] = 6802,
[SMALL_STATE(170)] = 6829,
[SMALL_STATE(171)] = 6853,
[SMALL_STATE(172)] = 6877,
[SMALL_STATE(173)] = 6906,
[SMALL_STATE(174)] = 6933,
[SMALL_STATE(175)] = 6962,
[SMALL_STATE(176)] = 6989,
[SMALL_STATE(177)] = 7018,
[SMALL_STATE(178)] = 7042,
[SMALL_STATE(179)] = 7068,
[SMALL_STATE(180)] = 7092,
[SMALL_STATE(181)] = 7116,
[SMALL_STATE(182)] = 7142,
[SMALL_STATE(183)] = 7176,
[SMALL_STATE(184)] = 7202,
[SMALL_STATE(185)] = 7228,
[SMALL_STATE(186)] = 7251,
[SMALL_STATE(187)] = 7274,
[SMALL_STATE(188)] = 7305,
[SMALL_STATE(189)] = 7336,
[SMALL_STATE(190)] = 7359,
[SMALL_STATE(191)] = 7382,
[SMALL_STATE(192)] = 7405,
[SMALL_STATE(193)] = 7428,
[SMALL_STATE(194)] = 7451,
[SMALL_STATE(195)] = 7474,
[SMALL_STATE(196)] = 7497,
[SMALL_STATE(197)] = 7520,
[SMALL_STATE(198)] = 7543,
[SMALL_STATE(199)] = 7566,
[SMALL_STATE(200)] = 7595,
[SMALL_STATE(201)] = 7618,
[SMALL_STATE(202)] = 7641,
[SMALL_STATE(203)] = 7673,
[SMALL_STATE(204)] = 7693,
[SMALL_STATE(205)] = 7713,
[SMALL_STATE(206)] = 7733,
[SMALL_STATE(207)] = 7753,
[SMALL_STATE(208)] = 7785,
[SMALL_STATE(209)] = 7823,
[SMALL_STATE(210)] = 7843,
[SMALL_STATE(211)] = 7881,
[SMALL_STATE(212)] = 7913,
[SMALL_STATE(213)] = 7945,
[SMALL_STATE(214)] = 7977,
[SMALL_STATE(215)] = 7997,
[SMALL_STATE(216)] = 8035,
[SMALL_STATE(217)] = 8055,
[SMALL_STATE(218)] = 8075,
[SMALL_STATE(219)] = 8095,
[SMALL_STATE(220)] = 8115,
[SMALL_STATE(221)] = 8135,
[SMALL_STATE(222)] = 8167,
[SMALL_STATE(223)] = 8199,
[SMALL_STATE(224)] = 8219,
[SMALL_STATE(225)] = 8257,
[SMALL_STATE(226)] = 8277,
[SMALL_STATE(227)] = 8297,
[SMALL_STATE(228)] = 8317,
[SMALL_STATE(229)] = 8337,
[SMALL_STATE(230)] = 8357,
[SMALL_STATE(231)] = 8377,
[SMALL_STATE(232)] = 8415,
[SMALL_STATE(233)] = 8435,
[SMALL_STATE(234)] = 8455,
[SMALL_STATE(235)] = 8475,
[SMALL_STATE(236)] = 8513,
[SMALL_STATE(237)] = 8533,
[SMALL_STATE(238)] = 8553,
[SMALL_STATE(239)] = 8573,
[SMALL_STATE(240)] = 8593,
[SMALL_STATE(241)] = 8613,
[SMALL_STATE(242)] = 8651,
[SMALL_STATE(243)] = 8683,
[SMALL_STATE(244)] = 8703,
[SMALL_STATE(245)] = 8735,
[SMALL_STATE(246)] = 8767,
[SMALL_STATE(247)] = 8799,
[SMALL_STATE(248)] = 8831,
[SMALL_STATE(249)] = 8863,
[SMALL_STATE(250)] = 8895,
[SMALL_STATE(251)] = 8915,
[SMALL_STATE(252)] = 8953,
[SMALL_STATE(253)] = 8973,
[SMALL_STATE(254)] = 8993,
[SMALL_STATE(255)] = 9013,
[SMALL_STATE(256)] = 9033,
[SMALL_STATE(257)] = 9071,
[SMALL_STATE(258)] = 9109,
[SMALL_STATE(259)] = 9141,
[SMALL_STATE(260)] = 9179,
[SMALL_STATE(261)] = 9211,
[SMALL_STATE(262)] = 9243,
[SMALL_STATE(263)] = 9281,
[SMALL_STATE(264)] = 9301,
[SMALL_STATE(265)] = 9333,
[SMALL_STATE(266)] = 9371,
[SMALL_STATE(267)] = 9403,
[SMALL_STATE(268)] = 9435,
[SMALL_STATE(269)] = 9467,
[SMALL_STATE(270)] = 9487,
[SMALL_STATE(271)] = 9507,
[SMALL_STATE(272)] = 9539,
[SMALL_STATE(273)] = 9571,
[SMALL_STATE(274)] = 9591,
[SMALL_STATE(275)] = 9629,
[SMALL_STATE(276)] = 9667,
[SMALL_STATE(277)] = 9696,
[SMALL_STATE(278)] = 9725,
[SMALL_STATE(279)] = 9754,
[SMALL_STATE(280)] = 9783,
[SMALL_STATE(281)] = 9812,
[SMALL_STATE(282)] = 9841,
[SMALL_STATE(283)] = 9870,
[SMALL_STATE(284)] = 9899,
[SMALL_STATE(285)] = 9928,
[SMALL_STATE(286)] = 9960,
[SMALL_STATE(287)] = 9992,
[SMALL_STATE(288)] = 10009,
[SMALL_STATE(289)] = 10026,
[SMALL_STATE(290)] = 10045,
[SMALL_STATE(291)] = 10064,
[SMALL_STATE(292)] = 10083,
[SMALL_STATE(293)] = 10105,
[SMALL_STATE(294)] = 10119,
[SMALL_STATE(295)] = 10141,
[SMALL_STATE(296)] = 10163,
[SMALL_STATE(297)] = 10183,
[SMALL_STATE(298)] = 10205,
[SMALL_STATE(299)] = 10225,
[SMALL_STATE(300)] = 10247,
[SMALL_STATE(301)] = 10269,
[SMALL_STATE(302)] = 10291,
[SMALL_STATE(303)] = 10313,
[SMALL_STATE(304)] = 10331,
[SMALL_STATE(305)] = 10349,
[SMALL_STATE(306)] = 10371,
[SMALL_STATE(307)] = 10393,
[SMALL_STATE(308)] = 10415,
[SMALL_STATE(309)] = 10437,
[SMALL_STATE(310)] = 10459,
[SMALL_STATE(311)] = 10473,
[SMALL_STATE(312)] = 10487,
[SMALL_STATE(313)] = 10507,
[SMALL_STATE(314)] = 10520,
[SMALL_STATE(315)] = 10537,
[SMALL_STATE(316)] = 10552,
[SMALL_STATE(317)] = 10565,
[SMALL_STATE(318)] = 10582,
[SMALL_STATE(319)] = 10595,
[SMALL_STATE(320)] = 10608,
[SMALL_STATE(321)] = 10623,
[SMALL_STATE(322)] = 10636,
[SMALL_STATE(323)] = 10653,
[SMALL_STATE(324)] = 10670,
[SMALL_STATE(325)] = 10687,
[SMALL_STATE(326)] = 10704,
[SMALL_STATE(327)] = 10721,
[SMALL_STATE(328)] = 10738,
[SMALL_STATE(329)] = 10751,
[SMALL_STATE(330)] = 10764,
[SMALL_STATE(331)] = 10781,
[SMALL_STATE(332)] = 10796,
[SMALL_STATE(333)] = 10809,
[SMALL_STATE(334)] = 10824,
[SMALL_STATE(335)] = 10837,
[SMALL_STATE(336)] = 10850,
[SMALL_STATE(337)] = 10863,
[SMALL_STATE(338)] = 10877,
[SMALL_STATE(339)] = 10891,
[SMALL_STATE(340)] = 10905,
[SMALL_STATE(341)] = 10919,
[SMALL_STATE(342)] = 10933,
[SMALL_STATE(343)] = 10947,
[SMALL_STATE(344)] = 10961,
[SMALL_STATE(345)] = 10975,
[SMALL_STATE(346)] = 10989,
[SMALL_STATE(347)] = 11003,
[SMALL_STATE(348)] = 11017,
[SMALL_STATE(349)] = 11031,
[SMALL_STATE(350)] = 11045,
[SMALL_STATE(351)] = 11059,
[SMALL_STATE(352)] = 11073,
[SMALL_STATE(353)] = 11087,
[SMALL_STATE(354)] = 11101,
[SMALL_STATE(355)] = 11112,
[SMALL_STATE(356)] = 11123,
[SMALL_STATE(357)] = 11140,
[SMALL_STATE(358)] = 11157,
[SMALL_STATE(359)] = 11168,
[SMALL_STATE(360)] = 11179,
[SMALL_STATE(361)] = 11192,
[SMALL_STATE(362)] = 11205,
[SMALL_STATE(363)] = 11220,
[SMALL_STATE(364)] = 11235,
[SMALL_STATE(365)] = 11246,
[SMALL_STATE(366)] = 11261,
[SMALL_STATE(367)] = 11277,
[SMALL_STATE(368)] = 11293,
[SMALL_STATE(369)] = 11307,
[SMALL_STATE(370)] = 11321,
[SMALL_STATE(371)] = 11337,
[SMALL_STATE(372)] = 11353,
[SMALL_STATE(373)] = 11363,
[SMALL_STATE(374)] = 11377,
[SMALL_STATE(375)] = 11393,
[SMALL_STATE(376)] = 11407,
[SMALL_STATE(377)] = 11417,
[SMALL_STATE(378)] = 11433,
[SMALL_STATE(379)] = 11449,
[SMALL_STATE(380)] = 11465,
[SMALL_STATE(381)] = 11475,
[SMALL_STATE(382)] = 11489,
[SMALL_STATE(383)] = 11505,
[SMALL_STATE(384)] = 11521,
[SMALL_STATE(385)] = 11537,
[SMALL_STATE(386)] = 11553,
[SMALL_STATE(387)] = 11567,
[SMALL_STATE(388)] = 11583,
[SMALL_STATE(389)] = 11597,
[SMALL_STATE(390)] = 11613,
[SMALL_STATE(391)] = 11629,
[SMALL_STATE(392)] = 11645,
[SMALL_STATE(393)] = 11661,
[SMALL_STATE(394)] = 11677,
[SMALL_STATE(395)] = 11693,
[SMALL_STATE(396)] = 11709,
[SMALL_STATE(397)] = 11718,
[SMALL_STATE(398)] = 11727,
[SMALL_STATE(399)] = 11736,
[SMALL_STATE(400)] = 11745,
[SMALL_STATE(401)] = 11754,
[SMALL_STATE(402)] = 11763,
[SMALL_STATE(403)] = 11776,
[SMALL_STATE(404)] = 11789,
[SMALL_STATE(405)] = 11802,
[SMALL_STATE(406)] = 11815,
[SMALL_STATE(407)] = 11828,
[SMALL_STATE(408)] = 11841,
[SMALL_STATE(409)] = 11854,
[SMALL_STATE(410)] = 11867,
[SMALL_STATE(411)] = 11876,
[SMALL_STATE(412)] = 11885,
[SMALL_STATE(413)] = 11898,
[SMALL_STATE(414)] = 11911,
[SMALL_STATE(415)] = 11924,
[SMALL_STATE(416)] = 11937,
[SMALL_STATE(417)] = 11950,
[SMALL_STATE(418)] = 11963,
[SMALL_STATE(419)] = 11976,
[SMALL_STATE(420)] = 11985,
[SMALL_STATE(421)] = 11994,
[SMALL_STATE(422)] = 12007,
[SMALL_STATE(423)] = 12020,
[SMALL_STATE(424)] = 12033,
[SMALL_STATE(425)] = 12046,
[SMALL_STATE(426)] = 12059,
[SMALL_STATE(427)] = 12072,
[SMALL_STATE(428)] = 12081,
[SMALL_STATE(429)] = 12094,
[SMALL_STATE(430)] = 12103,
[SMALL_STATE(431)] = 12116,
[SMALL_STATE(432)] = 12126,
[SMALL_STATE(433)] = 12134,
[SMALL_STATE(434)] = 12144,
[SMALL_STATE(435)] = 12154,
[SMALL_STATE(436)] = 12164,
[SMALL_STATE(437)] = 12174,
[SMALL_STATE(438)] = 12184,
[SMALL_STATE(439)] = 12194,
[SMALL_STATE(440)] = 12201,
[SMALL_STATE(441)] = 12208,
[SMALL_STATE(442)] = 12215,
[SMALL_STATE(443)] = 12222,
[SMALL_STATE(444)] = 12229,
[SMALL_STATE(445)] = 12236,
};
static const TSParseActionEntry ts_parse_actions[] = {
[0] = {.entry = {.count = 0, .reusable = false}},
[1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(),
[3] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(),
[5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 0),
[7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(98),
[9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(79),
[11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(26),
[13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80),
[15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(393),
[17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(25),
[19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144),
[21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84),
[23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143),
[25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(280),
[27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(443),
[29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(75),
[31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(74),
[33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16),
[35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111),
[37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141),
[39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(292),
[41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370),
[43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8),
[45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5),
[47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(226),
[49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(279),
[51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339),
[53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2),
[55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(253),
[57] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_if_clause, 4, .production_id = 16),
[59] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(98),
[62] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(79),
[65] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(5),
[68] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(80),
[71] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(393),
[74] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(25),
[77] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(144),
[80] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_while_statement_repeat1, 2),
[82] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(84),
[85] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(143),
[88] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(279),
[91] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(443),
[94] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(75),
[97] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(74),
[100] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(16),
[103] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(111),
[106] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(141),
[109] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(292),
[112] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(370),
[115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(8),
[118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4),
[120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_if_clause, 3, .production_id = 16),
[122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11),
[124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212),
[126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270),
[128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7),
[130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(248),
[132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250),
[134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(9),
[137] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(282),
[140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9),
[142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(228),
[144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(282),
[146] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(11),
[149] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(284),
[152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15),
[154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2),
[156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10),
[158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(254),
[160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 3),
[162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13),
[164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(40),
[166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341),
[168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266),
[170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20),
[172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107),
[174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(242),
[176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(24),
[178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318),
[180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221),
[182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(98),
[185] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(79),
[188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(20),
[191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(80),
[194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(393),
[197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(25),
[200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2),
[202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(144),
[205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(84),
[208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(143),
[211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(276),
[214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(443),
[217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(75),
[220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(74),
[223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(16),
[226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(111),
[229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(141),
[232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(292),
[235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(370),
[238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(8),
[241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(46),
[243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321),
[245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(222),
[247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358),
[249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(244),
[251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364),
[253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(246),
[255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316),
[257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(211),
[259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(36),
[261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(118),
[263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(268),
[265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 1),
[267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(41),
[269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(22),
[271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(23),
[273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(354),
[275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(249),
[277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427),
[279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(261),
[281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(411),
[283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264),
[285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(29),
[287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18),
[289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(116),
[291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(213),
[293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197),
[295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(260),
[297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(33),
[299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189),
[301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(202),
[303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(42),
[305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163),
[307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(207),
[309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(43),
[311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(159),
[313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245),
[315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(30),
[317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(400),
[319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267),
[321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349),
[323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(272),
[325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(344),
[327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271),
[329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2),
[331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(41),
[334] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(280),
[337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167),
[339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247),
[341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(39),
[343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(45),
[345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(190),
[347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(258),
[349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause, 3),
[351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(277),
[353] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_definition_repeat2, 2), SHIFT_REPEAT(98),
[356] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_definition_repeat2, 2), SHIFT_REPEAT(79),
[359] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_definition_repeat2, 2), SHIFT_REPEAT(80),
[362] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_definition_repeat2, 2), SHIFT_REPEAT(393),
[365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_definition_repeat2, 2), SHIFT_REPEAT(25),
[368] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_definition_repeat2, 2), SHIFT_REPEAT(144),
[371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_definition_repeat2, 2),
[373] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_definition_repeat2, 2), SHIFT_REPEAT(84),
[376] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_definition_repeat2, 2), SHIFT_REPEAT(143),
[379] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_definition_repeat2, 2), SHIFT_REPEAT(277),
[382] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_definition_repeat2, 2), SHIFT_REPEAT(443),
[385] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_definition_repeat2, 2), SHIFT_REPEAT(75),
[388] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_definition_repeat2, 2), SHIFT_REPEAT(74),
[391] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_definition_repeat2, 2), SHIFT_REPEAT(16),
[394] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_definition_repeat2, 2), SHIFT_REPEAT(111),
[397] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_definition_repeat2, 2), SHIFT_REPEAT(141),
[400] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_definition_repeat2, 2), SHIFT_REPEAT(292),
[403] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_definition_repeat2, 2), SHIFT_REPEAT(370),
[406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_definition_repeat2, 2), SHIFT_REPEAT(8),
[409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause, 4),
[411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216),
[413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(283),
[415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(218),
[417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(236),
[419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204),
[421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(223),
[423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220),
[425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(252),
[427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(237),
[429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(219),
[431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(238),
[433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239),
[435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(229),
[437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217),
[439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(227),
[441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(214),
[443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(240),
[445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225),
[447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(234),
[449] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_definition_repeat2, 2), SHIFT_REPEAT(283),
[452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263),
[454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(205),
[456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230),
[458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206),
[460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278),
[462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(281),
[464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188),
[466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196),
[468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187),
[470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199),
[472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, .production_id = 5),
[474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121),
[476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(133),
[478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 1, .production_id = 2),
[480] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 9), SHIFT_REPEAT(98),
[483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 9),
[485] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 9), SHIFT_REPEAT(393),
[488] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 9), SHIFT_REPEAT(25),
[491] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 9), SHIFT_REPEAT(111),
[494] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 9), SHIFT_REPEAT(141),
[497] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 9), SHIFT_REPEAT(292),
[500] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 9), SHIFT_REPEAT(370),
[503] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 9), SHIFT_REPEAT(121),
[506] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 9), SHIFT_REPEAT(133),
[509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(181),
[511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return, 1),
[513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389),
[515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(47),
[517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195),
[519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(131),
[521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(299),
[523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383),
[525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__terminated_opt_statement, 2),
[527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__terminated_opt_statement, 2),
[529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__terminated_statement, 2),
[531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__terminated_statement, 2),
[533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_expansion, 3),
[535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_expansion, 3),
[537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438),
[539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_expansion, 2),
[541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_expansion, 2),
[543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variable_expansion_repeat1, 2),
[545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_expansion_repeat1, 2),
[547] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_expansion_repeat1, 2), SHIFT_REPEAT(438),
[550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2),
[552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(149),
[555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1),
[557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149),
[559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1, .production_id = 1),
[561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenation, 2),
[563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_element_access, 2),
[565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_element_access, 2),
[567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_element_access, 3),
[569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_element_access, 3),
[571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_substitution, 5),
[573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_substitution, 5),
[575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2),
[577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_substitution, 4),
[579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_substitution, 4),
[581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_quote_string, 3),
[583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_quote_string, 3),
[585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_brace_expansion, 4),
[587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_brace_expansion, 4),
[589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__special_character, 1),
[591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__special_character, 1),
[593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_brace_expansion, 3),
[595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_brace_expansion, 3),
[597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_brace_expansion, 2),
[599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_brace_expansion, 2),
[601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_double_quote_string, 3),
[603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_double_quote_string, 3),
[605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_double_quote_string, 2),
[607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_double_quote_string, 2),
[609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_substitution, 3),
[611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_substitution, 3),
[613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_quote_string, 2),
[615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_quote_string, 2),
[617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_substitution, 2),
[619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_substitution, 2),
[621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 1, .production_id = 4),
[623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155),
[625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(55),
[627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67),
[629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(64),
[631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(62),
[633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(72),
[635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384),
[637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(35),
[639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157),
[641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(139),
[643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294),
[645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385),
[647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 1, .production_id = 3),
[649] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_definition_repeat1, 2, .production_id = 11), SHIFT_REPEAT(155),
[652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_definition_repeat1, 2, .production_id = 11),
[654] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_definition_repeat1, 2, .production_id = 11), SHIFT_REPEAT(384),
[657] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_definition_repeat1, 2, .production_id = 11), SHIFT_REPEAT(35),
[660] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_definition_repeat1, 2, .production_id = 11), SHIFT_REPEAT(157),
[663] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_definition_repeat1, 2, .production_id = 11), SHIFT_REPEAT(139),
[666] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_definition_repeat1, 2, .production_id = 11), SHIFT_REPEAT(294),
[669] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_definition_repeat1, 2, .production_id = 11), SHIFT_REPEAT(385),
[672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(73),
[674] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_clause_repeat1, 2), SHIFT_REPEAT(155),
[677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_clause_repeat1, 2),
[679] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_clause_repeat1, 2), SHIFT_REPEAT(384),
[682] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_clause_repeat1, 2), SHIFT_REPEAT(35),
[685] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_clause_repeat1, 2), SHIFT_REPEAT(157),
[688] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_clause_repeat1, 2), SHIFT_REPEAT(139),
[691] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_clause_repeat1, 2), SHIFT_REPEAT(294),
[694] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_clause_repeat1, 2), SHIFT_REPEAT(385),
[697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(48),
[699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(57),
[701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(65),
[703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(70),
[705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(71),
[707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(68),
[709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 2, .production_id = 7),
[711] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, .production_id = 15), SHIFT_REPEAT(155),
[714] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, .production_id = 15),
[716] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, .production_id = 15), SHIFT_REPEAT(384),
[719] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, .production_id = 15), SHIFT_REPEAT(35),
[722] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, .production_id = 15), SHIFT_REPEAT(157),
[725] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, .production_id = 15), SHIFT_REPEAT(139),
[728] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, .production_id = 15), SHIFT_REPEAT(294),
[731] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2, .production_id = 15), SHIFT_REPEAT(385),
[734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395),
[736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(38),
[738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(386),
[740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193),
[742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(136),
[744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(150),
[746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300),
[748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(394),
[750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342),
[752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436),
[754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(399),
[756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_expansion_repeat1, 2), SHIFT_REPEAT(436),
[759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162),
[761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(113),
[763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314),
[765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379),
[767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17),
[769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340),
[771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(134),
[773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(301),
[775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(382),
[777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148),
[779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(161),
[781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106),
[783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_brace_expansion_repeat1, 1),
[785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(345),
[787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(191),
[789] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(148),
[792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_definition_repeat1, 1, .production_id = 6),
[794] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 1, .production_id = 13),
[796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433),
[798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_expansion_repeat1, 2), SHIFT_REPEAT(433),
[801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153),
[803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401),
[805] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(153),
[808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77),
[810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78),
[812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_execution, 2),
[814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269),
[816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(132),
[818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_execution, 3),
[820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe, 3),
[822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_negated_statement, 2),
[824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(91),
[826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 5, .production_id = 12),
[828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, .production_id = 10),
[830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, .production_id = 14),
[832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 10),
[834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374),
[836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21),
[838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336),
[840] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(),
[842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285),
[844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310),
[846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305),
[848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366),
[850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 8),
[852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311),
[854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313),
[856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88),
[858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(243),
[860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_element_access_repeat1, 2), SHIFT_REPEAT(374),
[863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_element_access_repeat1, 2), SHIFT_REPEAT(21),
[866] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_element_access_repeat1, 2), SHIFT_REPEAT(336),
[869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_element_access_repeat1, 2), SHIFT_REPEAT(285),
[872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_list_element_access_repeat1, 2),
[874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_element_access_repeat1, 2), SHIFT_REPEAT(305),
[877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_element_access_repeat1, 2), SHIFT_REPEAT(366),
[880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 14),
[882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 17),
[884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103),
[886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 8),
[888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 4, .production_id = 8),
[890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352),
[892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 4, .production_id = 12),
[894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 8),
[896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353),
[898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 17),
[900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102),
[902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105),
[904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_begin_statement, 4),
[906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359),
[908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(160),
[910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_begin_statement, 2),
[912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145),
[914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, .production_id = 8),
[916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 8),
[918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151),
[920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372),
[922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376),
[924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185),
[926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(397),
[928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177),
[930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179),
[932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirect_statement, 2),
[934] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_begin_statement, 3),
[936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(351),
[938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return, 2),
[940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320),
[942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333),
[944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(99),
[946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86),
[948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85),
[950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(90),
[952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(87),
[954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89),
[956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109),
[958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range, 1),
[960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range, 2),
[962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437),
[964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_expansion_repeat1, 2), SHIFT_REPEAT(437),
[967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387),
[969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(28),
[971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(115),
[973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302),
[975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(169),
[977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(309),
[979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201),
[981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(307),
[983] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_expansion_repeat1, 2), SHIFT_REPEAT(435),
[986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(347),
[988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435),
[990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192),
[992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(295),
[994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398),
[996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308),
[998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(343),
[1000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(297),
[1002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114),
[1004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334),
[1006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306),
[1008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329),
[1010] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_double_quote_string_repeat1, 2), SHIFT_REPEAT(387),
[1013] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_double_quote_string_repeat1, 2), SHIFT_REPEAT(28),
[1016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_double_quote_string_repeat1, 2),
[1018] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_double_quote_string_repeat1, 2), SHIFT_REPEAT(307),
[1021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(396),
[1023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165),
[1025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152),
[1027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_list_element_access_repeat1, 1),
[1029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286),
[1031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431),
[1033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range, 3),
[1035] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_expansion_repeat1, 2), SHIFT_REPEAT(431),
[1038] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(152),
[1041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index, 1),
[1043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12),
[1045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(76),
[1047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(375),
[1049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209),
[1051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339),
[1053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226),
[1055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434),
[1057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_expansion_repeat1, 2), SHIFT_REPEAT(434),
[1060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332),
[1062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378),
[1064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378),
[1066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108),
[1068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377),
[1070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377),
[1072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2),
[1074] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(444),
[1077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203),
[1079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129),
[1081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(117),
[1083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367),
[1085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367),
[1087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198),
[1089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_statement_repeat1, 2),
[1091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_statement_repeat1, 2), SHIFT_REPEAT(129),
[1094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423),
[1096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19),
[1098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290),
[1100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232),
[1102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_single_quote_string_repeat1, 2),
[1104] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_single_quote_string_repeat1, 2), SHIFT_REPEAT(377),
[1107] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_single_quote_string_repeat1, 2), SHIFT_REPEAT(377),
[1110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328),
[1112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426),
[1114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44),
[1116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312),
[1118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_brace_concatenation, 2),
[1120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182),
[1122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337),
[1124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391),
[1126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391),
[1128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186),
[1130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371),
[1132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371),
[1134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405),
[1136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37),
[1138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138),
[1140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168),
[1142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392),
[1144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(392),
[1146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__brace_expression, 1),
[1148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422),
[1150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27),
[1152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322),
[1154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_brace_concatenation_repeat1, 2),
[1156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_brace_concatenation_repeat1, 2), SHIFT_REPEAT(182),
[1159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421),
[1161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34),
[1163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172),
[1165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420),
[1167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348),
[1169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166),
[1171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406),
[1173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32),
[1175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93),
[1177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(410),
[1179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390),
[1181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(390),
[1183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404),
[1185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31),
[1187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365),
[1189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158),
[1191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150),
[1193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200),
[1195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361),
[1197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142),
[1199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96),
[1201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419),
[1203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112),
[1205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164),
[1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429),
[1209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346),
[1211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175),
[1213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326),
[1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288),
[1217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194),
[1219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350),
[1221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304),
[1223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110),
[1225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_brace_expansion_repeat1, 2),
[1227] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_brace_expansion_repeat1, 2), SHIFT_REPEAT(150),
[1230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235),
[1232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262),
[1234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259),
[1236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275),
[1238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251),
[1240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210),
[1242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241),
[1244] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
[1246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130),
[1248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440),
[1250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76),
[1252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233),
};
#ifdef __cplusplus
extern "C" {
#endif
void *tree_sitter_fish_external_scanner_create(void);
void tree_sitter_fish_external_scanner_destroy(void *);
bool tree_sitter_fish_external_scanner_scan(void *, TSLexer *, const bool *);
unsigned tree_sitter_fish_external_scanner_serialize(void *, char *);
void tree_sitter_fish_external_scanner_deserialize(void *, const char *, unsigned);
#ifdef _WIN32
#define extern __declspec(dllexport)
#endif
extern const TSLanguage *tree_sitter_fish(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_fish_external_scanner_create,
tree_sitter_fish_external_scanner_destroy,
tree_sitter_fish_external_scanner_scan,
tree_sitter_fish_external_scanner_serialize,
tree_sitter_fish_external_scanner_deserialize,
},
.primary_state_ids = ts_primary_state_ids,
};
return &language;
}
#ifdef __cplusplus
}
#endif