/* Automatically generated by tree-sitter v0.25.3 (2a835ee029dca1c325e6f1c01dbce40396f6123e) */ #include "tree_sitter/parser.h" #if defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic ignored "-Wmissing-field-initializers" #endif #define LANGUAGE_VERSION 15 #define STATE_COUNT 717 #define LARGE_STATE_COUNT 2 #define SYMBOL_COUNT 120 #define ALIAS_COUNT 0 #define TOKEN_COUNT 69 #define EXTERNAL_TOKEN_COUNT 2 #define FIELD_COUNT 7 #define MAX_ALIAS_SEQUENCE_LENGTH 9 #define MAX_RESERVED_WORD_SET_SIZE 0 #define PRODUCTION_ID_COUNT 23 #define SUPERTYPE_COUNT 0 enum ts_symbol_identifiers { sym_simple_word = 1, anon_sym_LF = 2, anon_sym_SEMI = 3, sym_comment = 4, anon_sym_regexp = 5, anon_sym_while = 6, anon_sym_expr = 7, anon_sym_foreach = 8, anon_sym_global = 9, anon_sym_namespace = 10, anon_sym_try = 11, anon_sym_on = 12, anon_sym_error = 13, anon_sym_finally = 14, sym_unpack = 15, anon_sym_COLON_COLON = 16, sym__ident_imm = 17, sym__ident = 18, anon_sym_COLON_COLON2 = 19, anon_sym_LPAREN = 20, anon_sym_RPAREN = 21, anon_sym_DOLLAR = 22, anon_sym_LBRACE = 23, aux_sym_variable_substitution_token1 = 24, anon_sym_RBRACE = 25, anon_sym_set = 26, anon_sym_proc = 27, sym_number = 28, sym__boolean = 29, anon_sym_LPAREN2 = 30, anon_sym_DASH = 31, anon_sym_PLUS = 32, anon_sym_TILDE = 33, anon_sym_BANG = 34, anon_sym_STAR_STAR = 35, anon_sym_SLASH = 36, anon_sym_STAR = 37, anon_sym_PERCENT = 38, anon_sym_LT_LT = 39, anon_sym_GT_GT = 40, anon_sym_GT = 41, anon_sym_LT = 42, anon_sym_GT_EQ = 43, anon_sym_LT_EQ = 44, anon_sym_EQ_EQ = 45, anon_sym_BANG_EQ = 46, anon_sym_eq = 47, anon_sym_ne = 48, anon_sym_in = 49, anon_sym_ni = 50, anon_sym_AMP = 51, anon_sym_CARET = 52, anon_sym_PIPE = 53, anon_sym_AMP_AMP = 54, anon_sym_PIPE_PIPE = 55, anon_sym_QMARK = 56, anon_sym_COLON = 57, anon_sym_elseif = 58, anon_sym_else = 59, anon_sym_if = 60, anon_sym_catch = 61, anon_sym_DQUOTE = 62, sym_escaped_character = 63, sym__quoted_word_content = 64, anon_sym_LBRACK = 65, anon_sym_RBRACK = 66, sym__concat = 67, sym__immediate = 68, sym_source_file = 69, sym_regexp = 70, sym_while = 71, sym_expr_cmd = 72, sym_foreach = 73, sym_global = 74, sym_namespace = 75, sym_try = 76, sym_finally = 77, sym__command = 78, sym_command = 79, sym_word_list = 80, sym__word_simple = 81, sym__concat_word = 82, sym__ns_delim = 83, sym__id_immediate = 84, sym_id = 85, sym_array_index = 86, sym_variable_substitution = 87, sym_braced_word = 88, sym_braced_word_simple = 89, sym_set = 90, sym_procedure = 91, sym__argument_word = 92, sym_argument = 93, sym_arguments = 94, sym__expr_atom_no_brace = 95, sym__expr = 96, sym_expr = 97, sym_unary_expr = 98, sym_binop_expr = 99, sym_ternary_expr = 100, sym_elseif = 101, sym_else = 102, sym_if = 103, sym__conditional = 104, sym_catch = 105, sym_quoted_word = 106, sym_command_substitution = 107, aux_sym_source_file_repeat1 = 108, aux_sym_regexp_repeat1 = 109, aux_sym_word_list_repeat1 = 110, aux_sym__word_simple_repeat1 = 111, aux_sym__concat_word_repeat1 = 112, aux_sym__id_immediate_repeat1 = 113, aux_sym_braced_word_repeat1 = 114, aux_sym_braced_word_repeat2 = 115, aux_sym_braced_word_simple_repeat1 = 116, aux_sym_arguments_repeat1 = 117, aux_sym_if_repeat1 = 118, aux_sym_quoted_word_repeat1 = 119, }; static const char * const ts_symbol_names[] = { [ts_builtin_sym_end] = "end", [sym_simple_word] = "simple_word", [anon_sym_LF] = "\n", [anon_sym_SEMI] = ";", [sym_comment] = "comment", [anon_sym_regexp] = "regexp", [anon_sym_while] = "while", [anon_sym_expr] = "expr", [anon_sym_foreach] = "foreach", [anon_sym_global] = "global", [anon_sym_namespace] = "namespace", [anon_sym_try] = "try", [anon_sym_on] = "on", [anon_sym_error] = "error", [anon_sym_finally] = "finally", [sym_unpack] = "unpack", [anon_sym_COLON_COLON] = "::", [sym__ident_imm] = "_ident_imm", [sym__ident] = "_ident", [anon_sym_COLON_COLON2] = "::", [anon_sym_LPAREN] = "(", [anon_sym_RPAREN] = ")", [anon_sym_DOLLAR] = "$", [anon_sym_LBRACE] = "{", [aux_sym_variable_substitution_token1] = "variable_substitution_token1", [anon_sym_RBRACE] = "}", [anon_sym_set] = "set", [anon_sym_proc] = "proc", [sym_number] = "number", [sym__boolean] = "_boolean", [anon_sym_LPAREN2] = "(", [anon_sym_DASH] = "-", [anon_sym_PLUS] = "+", [anon_sym_TILDE] = "~", [anon_sym_BANG] = "!", [anon_sym_STAR_STAR] = "**", [anon_sym_SLASH] = "/", [anon_sym_STAR] = "*", [anon_sym_PERCENT] = "%", [anon_sym_LT_LT] = "<<", [anon_sym_GT_GT] = ">>", [anon_sym_GT] = ">", [anon_sym_LT] = "<", [anon_sym_GT_EQ] = ">=", [anon_sym_LT_EQ] = "<=", [anon_sym_EQ_EQ] = "==", [anon_sym_BANG_EQ] = "!=", [anon_sym_eq] = "eq", [anon_sym_ne] = "ne", [anon_sym_in] = "in", [anon_sym_ni] = "ni", [anon_sym_AMP] = "&", [anon_sym_CARET] = "^", [anon_sym_PIPE] = "|", [anon_sym_AMP_AMP] = "&&", [anon_sym_PIPE_PIPE] = "||", [anon_sym_QMARK] = "\?", [anon_sym_COLON] = ":", [anon_sym_elseif] = "elseif", [anon_sym_else] = "else", [anon_sym_if] = "if", [anon_sym_catch] = "catch", [anon_sym_DQUOTE] = "\"", [sym_escaped_character] = "escaped_character", [sym__quoted_word_content] = "_quoted_word_content", [anon_sym_LBRACK] = "[", [anon_sym_RBRACK] = "]", [sym__concat] = "_concat", [sym__immediate] = "_immediate", [sym_source_file] = "source_file", [sym_regexp] = "regexp", [sym_while] = "while", [sym_expr_cmd] = "expr_cmd", [sym_foreach] = "foreach", [sym_global] = "global", [sym_namespace] = "namespace", [sym_try] = "try", [sym_finally] = "finally", [sym__command] = "_command", [sym_command] = "command", [sym_word_list] = "word_list", [sym__word_simple] = "_word_simple", [sym__concat_word] = "_concat_word", [sym__ns_delim] = "_ns_delim", [sym__id_immediate] = "id", [sym_id] = "id", [sym_array_index] = "array_index", [sym_variable_substitution] = "variable_substitution", [sym_braced_word] = "braced_word", [sym_braced_word_simple] = "braced_word_simple", [sym_set] = "set", [sym_procedure] = "procedure", [sym__argument_word] = "_argument_word", [sym_argument] = "argument", [sym_arguments] = "arguments", [sym__expr_atom_no_brace] = "_expr_atom_no_brace", [sym__expr] = "_expr", [sym_expr] = "expr", [sym_unary_expr] = "unary_expr", [sym_binop_expr] = "binop_expr", [sym_ternary_expr] = "ternary_expr", [sym_elseif] = "elseif", [sym_else] = "else", [sym_if] = "if", [sym__conditional] = "_conditional", [sym_catch] = "catch", [sym_quoted_word] = "quoted_word", [sym_command_substitution] = "command_substitution", [aux_sym_source_file_repeat1] = "source_file_repeat1", [aux_sym_regexp_repeat1] = "regexp_repeat1", [aux_sym_word_list_repeat1] = "word_list_repeat1", [aux_sym__word_simple_repeat1] = "_word_simple_repeat1", [aux_sym__concat_word_repeat1] = "_concat_word_repeat1", [aux_sym__id_immediate_repeat1] = "_id_immediate_repeat1", [aux_sym_braced_word_repeat1] = "braced_word_repeat1", [aux_sym_braced_word_repeat2] = "braced_word_repeat2", [aux_sym_braced_word_simple_repeat1] = "braced_word_simple_repeat1", [aux_sym_arguments_repeat1] = "arguments_repeat1", [aux_sym_if_repeat1] = "if_repeat1", [aux_sym_quoted_word_repeat1] = "quoted_word_repeat1", }; static const TSSymbol ts_symbol_map[] = { [ts_builtin_sym_end] = ts_builtin_sym_end, [sym_simple_word] = sym_simple_word, [anon_sym_LF] = anon_sym_LF, [anon_sym_SEMI] = anon_sym_SEMI, [sym_comment] = sym_comment, [anon_sym_regexp] = anon_sym_regexp, [anon_sym_while] = anon_sym_while, [anon_sym_expr] = anon_sym_expr, [anon_sym_foreach] = anon_sym_foreach, [anon_sym_global] = anon_sym_global, [anon_sym_namespace] = anon_sym_namespace, [anon_sym_try] = anon_sym_try, [anon_sym_on] = anon_sym_on, [anon_sym_error] = anon_sym_error, [anon_sym_finally] = anon_sym_finally, [sym_unpack] = sym_unpack, [anon_sym_COLON_COLON] = anon_sym_COLON_COLON, [sym__ident_imm] = sym__ident_imm, [sym__ident] = sym__ident, [anon_sym_COLON_COLON2] = anon_sym_COLON_COLON, [anon_sym_LPAREN] = anon_sym_LPAREN, [anon_sym_RPAREN] = anon_sym_RPAREN, [anon_sym_DOLLAR] = anon_sym_DOLLAR, [anon_sym_LBRACE] = anon_sym_LBRACE, [aux_sym_variable_substitution_token1] = aux_sym_variable_substitution_token1, [anon_sym_RBRACE] = anon_sym_RBRACE, [anon_sym_set] = anon_sym_set, [anon_sym_proc] = anon_sym_proc, [sym_number] = sym_number, [sym__boolean] = sym__boolean, [anon_sym_LPAREN2] = anon_sym_LPAREN, [anon_sym_DASH] = anon_sym_DASH, [anon_sym_PLUS] = anon_sym_PLUS, [anon_sym_TILDE] = anon_sym_TILDE, [anon_sym_BANG] = anon_sym_BANG, [anon_sym_STAR_STAR] = anon_sym_STAR_STAR, [anon_sym_SLASH] = anon_sym_SLASH, [anon_sym_STAR] = anon_sym_STAR, [anon_sym_PERCENT] = anon_sym_PERCENT, [anon_sym_LT_LT] = anon_sym_LT_LT, [anon_sym_GT_GT] = anon_sym_GT_GT, [anon_sym_GT] = anon_sym_GT, [anon_sym_LT] = anon_sym_LT, [anon_sym_GT_EQ] = anon_sym_GT_EQ, [anon_sym_LT_EQ] = anon_sym_LT_EQ, [anon_sym_EQ_EQ] = anon_sym_EQ_EQ, [anon_sym_BANG_EQ] = anon_sym_BANG_EQ, [anon_sym_eq] = anon_sym_eq, [anon_sym_ne] = anon_sym_ne, [anon_sym_in] = anon_sym_in, [anon_sym_ni] = anon_sym_ni, [anon_sym_AMP] = anon_sym_AMP, [anon_sym_CARET] = anon_sym_CARET, [anon_sym_PIPE] = anon_sym_PIPE, [anon_sym_AMP_AMP] = anon_sym_AMP_AMP, [anon_sym_PIPE_PIPE] = anon_sym_PIPE_PIPE, [anon_sym_QMARK] = anon_sym_QMARK, [anon_sym_COLON] = anon_sym_COLON, [anon_sym_elseif] = anon_sym_elseif, [anon_sym_else] = anon_sym_else, [anon_sym_if] = anon_sym_if, [anon_sym_catch] = anon_sym_catch, [anon_sym_DQUOTE] = anon_sym_DQUOTE, [sym_escaped_character] = sym_escaped_character, [sym__quoted_word_content] = sym__quoted_word_content, [anon_sym_LBRACK] = anon_sym_LBRACK, [anon_sym_RBRACK] = anon_sym_RBRACK, [sym__concat] = sym__concat, [sym__immediate] = sym__immediate, [sym_source_file] = sym_source_file, [sym_regexp] = sym_regexp, [sym_while] = sym_while, [sym_expr_cmd] = sym_expr_cmd, [sym_foreach] = sym_foreach, [sym_global] = sym_global, [sym_namespace] = sym_namespace, [sym_try] = sym_try, [sym_finally] = sym_finally, [sym__command] = sym__command, [sym_command] = sym_command, [sym_word_list] = sym_word_list, [sym__word_simple] = sym__word_simple, [sym__concat_word] = sym__concat_word, [sym__ns_delim] = sym__ns_delim, [sym__id_immediate] = sym_id, [sym_id] = sym_id, [sym_array_index] = sym_array_index, [sym_variable_substitution] = sym_variable_substitution, [sym_braced_word] = sym_braced_word, [sym_braced_word_simple] = sym_braced_word_simple, [sym_set] = sym_set, [sym_procedure] = sym_procedure, [sym__argument_word] = sym__argument_word, [sym_argument] = sym_argument, [sym_arguments] = sym_arguments, [sym__expr_atom_no_brace] = sym__expr_atom_no_brace, [sym__expr] = sym__expr, [sym_expr] = sym_expr, [sym_unary_expr] = sym_unary_expr, [sym_binop_expr] = sym_binop_expr, [sym_ternary_expr] = sym_ternary_expr, [sym_elseif] = sym_elseif, [sym_else] = sym_else, [sym_if] = sym_if, [sym__conditional] = sym__conditional, [sym_catch] = sym_catch, [sym_quoted_word] = sym_quoted_word, [sym_command_substitution] = sym_command_substitution, [aux_sym_source_file_repeat1] = aux_sym_source_file_repeat1, [aux_sym_regexp_repeat1] = aux_sym_regexp_repeat1, [aux_sym_word_list_repeat1] = aux_sym_word_list_repeat1, [aux_sym__word_simple_repeat1] = aux_sym__word_simple_repeat1, [aux_sym__concat_word_repeat1] = aux_sym__concat_word_repeat1, [aux_sym__id_immediate_repeat1] = aux_sym__id_immediate_repeat1, [aux_sym_braced_word_repeat1] = aux_sym_braced_word_repeat1, [aux_sym_braced_word_repeat2] = aux_sym_braced_word_repeat2, [aux_sym_braced_word_simple_repeat1] = aux_sym_braced_word_simple_repeat1, [aux_sym_arguments_repeat1] = aux_sym_arguments_repeat1, [aux_sym_if_repeat1] = aux_sym_if_repeat1, [aux_sym_quoted_word_repeat1] = aux_sym_quoted_word_repeat1, }; static const TSSymbolMetadata ts_symbol_metadata[] = { [ts_builtin_sym_end] = { .visible = false, .named = true, }, [sym_simple_word] = { .visible = true, .named = true, }, [anon_sym_LF] = { .visible = true, .named = false, }, [anon_sym_SEMI] = { .visible = true, .named = false, }, [sym_comment] = { .visible = true, .named = true, }, [anon_sym_regexp] = { .visible = true, .named = false, }, [anon_sym_while] = { .visible = true, .named = false, }, [anon_sym_expr] = { .visible = true, .named = false, }, [anon_sym_foreach] = { .visible = true, .named = false, }, [anon_sym_global] = { .visible = true, .named = false, }, [anon_sym_namespace] = { .visible = true, .named = false, }, [anon_sym_try] = { .visible = true, .named = false, }, [anon_sym_on] = { .visible = true, .named = false, }, [anon_sym_error] = { .visible = true, .named = false, }, [anon_sym_finally] = { .visible = true, .named = false, }, [sym_unpack] = { .visible = true, .named = true, }, [anon_sym_COLON_COLON] = { .visible = true, .named = false, }, [sym__ident_imm] = { .visible = false, .named = true, }, [sym__ident] = { .visible = false, .named = true, }, [anon_sym_COLON_COLON2] = { .visible = true, .named = false, }, [anon_sym_LPAREN] = { .visible = true, .named = false, }, [anon_sym_RPAREN] = { .visible = true, .named = false, }, [anon_sym_DOLLAR] = { .visible = true, .named = false, }, [anon_sym_LBRACE] = { .visible = true, .named = false, }, [aux_sym_variable_substitution_token1] = { .visible = false, .named = false, }, [anon_sym_RBRACE] = { .visible = true, .named = false, }, [anon_sym_set] = { .visible = true, .named = false, }, [anon_sym_proc] = { .visible = true, .named = false, }, [sym_number] = { .visible = true, .named = true, }, [sym__boolean] = { .visible = false, .named = true, }, [anon_sym_LPAREN2] = { .visible = true, .named = false, }, [anon_sym_DASH] = { .visible = true, .named = false, }, [anon_sym_PLUS] = { .visible = true, .named = false, }, [anon_sym_TILDE] = { .visible = true, .named = false, }, [anon_sym_BANG] = { .visible = true, .named = false, }, [anon_sym_STAR_STAR] = { .visible = true, .named = false, }, [anon_sym_SLASH] = { .visible = true, .named = false, }, [anon_sym_STAR] = { .visible = true, .named = false, }, [anon_sym_PERCENT] = { .visible = true, .named = false, }, [anon_sym_LT_LT] = { .visible = true, .named = false, }, [anon_sym_GT_GT] = { .visible = true, .named = false, }, [anon_sym_GT] = { .visible = true, .named = false, }, [anon_sym_LT] = { .visible = true, .named = false, }, [anon_sym_GT_EQ] = { .visible = true, .named = false, }, [anon_sym_LT_EQ] = { .visible = true, .named = false, }, [anon_sym_EQ_EQ] = { .visible = true, .named = false, }, [anon_sym_BANG_EQ] = { .visible = true, .named = false, }, [anon_sym_eq] = { .visible = true, .named = false, }, [anon_sym_ne] = { .visible = true, .named = false, }, [anon_sym_in] = { .visible = true, .named = false, }, [anon_sym_ni] = { .visible = true, .named = false, }, [anon_sym_AMP] = { .visible = true, .named = false, }, [anon_sym_CARET] = { .visible = true, .named = false, }, [anon_sym_PIPE] = { .visible = true, .named = false, }, [anon_sym_AMP_AMP] = { .visible = true, .named = false, }, [anon_sym_PIPE_PIPE] = { .visible = true, .named = false, }, [anon_sym_QMARK] = { .visible = true, .named = false, }, [anon_sym_COLON] = { .visible = true, .named = false, }, [anon_sym_elseif] = { .visible = true, .named = false, }, [anon_sym_else] = { .visible = true, .named = false, }, [anon_sym_if] = { .visible = true, .named = false, }, [anon_sym_catch] = { .visible = true, .named = false, }, [anon_sym_DQUOTE] = { .visible = true, .named = false, }, [sym_escaped_character] = { .visible = true, .named = true, }, [sym__quoted_word_content] = { .visible = false, .named = true, }, [anon_sym_LBRACK] = { .visible = true, .named = false, }, [anon_sym_RBRACK] = { .visible = true, .named = false, }, [sym__concat] = { .visible = false, .named = true, }, [sym__immediate] = { .visible = false, .named = true, }, [sym_source_file] = { .visible = true, .named = true, }, [sym_regexp] = { .visible = true, .named = true, }, [sym_while] = { .visible = true, .named = true, }, [sym_expr_cmd] = { .visible = true, .named = true, }, [sym_foreach] = { .visible = true, .named = true, }, [sym_global] = { .visible = true, .named = true, }, [sym_namespace] = { .visible = true, .named = true, }, [sym_try] = { .visible = true, .named = true, }, [sym_finally] = { .visible = true, .named = true, }, [sym__command] = { .visible = false, .named = true, }, [sym_command] = { .visible = true, .named = true, }, [sym_word_list] = { .visible = true, .named = true, }, [sym__word_simple] = { .visible = false, .named = true, }, [sym__concat_word] = { .visible = false, .named = true, }, [sym__ns_delim] = { .visible = false, .named = true, }, [sym__id_immediate] = { .visible = true, .named = true, }, [sym_id] = { .visible = true, .named = true, }, [sym_array_index] = { .visible = true, .named = true, }, [sym_variable_substitution] = { .visible = true, .named = true, }, [sym_braced_word] = { .visible = true, .named = true, }, [sym_braced_word_simple] = { .visible = true, .named = true, }, [sym_set] = { .visible = true, .named = true, }, [sym_procedure] = { .visible = true, .named = true, }, [sym__argument_word] = { .visible = false, .named = true, }, [sym_argument] = { .visible = true, .named = true, }, [sym_arguments] = { .visible = true, .named = true, }, [sym__expr_atom_no_brace] = { .visible = false, .named = true, }, [sym__expr] = { .visible = false, .named = true, }, [sym_expr] = { .visible = true, .named = true, }, [sym_unary_expr] = { .visible = true, .named = true, }, [sym_binop_expr] = { .visible = true, .named = true, }, [sym_ternary_expr] = { .visible = true, .named = true, }, [sym_elseif] = { .visible = true, .named = true, }, [sym_else] = { .visible = true, .named = true, }, [sym_if] = { .visible = true, .named = true, }, [sym__conditional] = { .visible = false, .named = true, }, [sym_catch] = { .visible = true, .named = true, }, [sym_quoted_word] = { .visible = true, .named = true, }, [sym_command_substitution] = { .visible = true, .named = true, }, [aux_sym_source_file_repeat1] = { .visible = false, .named = false, }, [aux_sym_regexp_repeat1] = { .visible = false, .named = false, }, [aux_sym_word_list_repeat1] = { .visible = false, .named = false, }, [aux_sym__word_simple_repeat1] = { .visible = false, .named = false, }, [aux_sym__concat_word_repeat1] = { .visible = false, .named = false, }, [aux_sym__id_immediate_repeat1] = { .visible = false, .named = false, }, [aux_sym_braced_word_repeat1] = { .visible = false, .named = false, }, [aux_sym_braced_word_repeat2] = { .visible = false, .named = false, }, [aux_sym_braced_word_simple_repeat1] = { .visible = false, .named = false, }, [aux_sym_arguments_repeat1] = { .visible = false, .named = false, }, [aux_sym_if_repeat1] = { .visible = false, .named = false, }, [aux_sym_quoted_word_repeat1] = { .visible = false, .named = false, }, }; enum ts_field_identifiers { field_alternative = 1, field_arguments = 2, field_body = 3, field_condition = 4, field_consequence = 5, field_default = 6, field_name = 7, }; static const char * const ts_field_names[] = { [0] = NULL, [field_alternative] = "alternative", [field_arguments] = "arguments", [field_body] = "body", [field_condition] = "condition", [field_consequence] = "consequence", [field_default] = "default", [field_name] = "name", }; static const TSMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [1] = {.index = 0, .length = 1}, [2] = {.index = 1, .length = 2}, [3] = {.index = 3, .length = 1}, [4] = {.index = 4, .length = 2}, [5] = {.index = 6, .length = 3}, [6] = {.index = 9, .length = 2}, [7] = {.index = 11, .length = 2}, [8] = {.index = 13, .length = 3}, [9] = {.index = 16, .length = 3}, [10] = {.index = 19, .length = 1}, [11] = {.index = 20, .length = 3}, [12] = {.index = 23, .length = 3}, [13] = {.index = 26, .length = 1}, [14] = {.index = 27, .length = 4}, [15] = {.index = 31, .length = 4}, [16] = {.index = 35, .length = 4}, [17] = {.index = 39, .length = 4}, [18] = {.index = 43, .length = 4}, [19] = {.index = 47, .length = 2}, [20] = {.index = 49, .length = 2}, [21] = {.index = 51, .length = 5}, [22] = {.index = 56, .length = 5}, }; static const TSFieldMapEntry ts_field_map_entries[] = { [0] = {field_name, 0}, [1] = {field_name, 0}, {field_name, 1}, [3] = {field_consequence, 1}, [4] = {field_arguments, 1}, {field_name, 0}, [6] = {field_arguments, 2}, {field_name, 0}, {field_name, 1}, [9] = {field_condition, 1}, {field_consequence, 2}, [11] = {field_consequence, 1}, {field_consequence, 2}, [13] = {field_arguments, 2}, {field_body, 3}, {field_name, 1}, [16] = {field_condition, 1}, {field_consequence, 2}, {field_consequence, 3}, [19] = {field_alternative, 0}, [20] = {field_alternative, 3}, {field_condition, 1}, {field_consequence, 2}, [23] = {field_alternative, 3, .inherited = true}, {field_condition, 1}, {field_consequence, 2}, [26] = {field_name, 1}, [27] = {field_arguments, 3}, {field_body, 4}, {field_name, 1}, {field_name, 2}, [31] = {field_arguments, 2}, {field_body, 3}, {field_body, 4}, {field_name, 1}, [35] = {field_alternative, 4}, {field_condition, 1}, {field_consequence, 2}, {field_consequence, 3}, [39] = {field_alternative, 4, .inherited = true}, {field_condition, 1}, {field_consequence, 2}, {field_consequence, 3}, [43] = {field_alternative, 3, .inherited = true}, {field_alternative, 4}, {field_condition, 1}, {field_consequence, 2}, [47] = {field_alternative, 0, .inherited = true}, {field_alternative, 1, .inherited = true}, [49] = {field_default, 2}, {field_name, 1}, [51] = {field_arguments, 3}, {field_body, 4}, {field_body, 5}, {field_name, 1}, {field_name, 2}, [56] = {field_alternative, 4, .inherited = true}, {field_alternative, 5}, {field_condition, 1}, {field_consequence, 2}, {field_consequence, 3}, }; static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = { [0] = {0}, }; static const uint16_t ts_non_terminal_alias_map[] = { 0, }; static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [0] = 0, [1] = 1, [2] = 2, [3] = 3, [4] = 4, [5] = 5, [6] = 4, [7] = 3, [8] = 3, [9] = 4, [10] = 3, [11] = 4, [12] = 4, [13] = 3, [14] = 14, [15] = 15, [16] = 15, [17] = 15, [18] = 15, [19] = 15, [20] = 20, [21] = 20, [22] = 20, [23] = 20, [24] = 20, [25] = 20, [26] = 20, [27] = 20, [28] = 20, [29] = 20, [30] = 30, [31] = 31, [32] = 32, [33] = 33, [34] = 34, [35] = 35, [36] = 36, [37] = 37, [38] = 38, [39] = 39, [40] = 40, [41] = 41, [42] = 42, [43] = 43, [44] = 44, [45] = 45, [46] = 46, [47] = 47, [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] = 65, [68] = 66, [69] = 65, [70] = 70, [71] = 66, [72] = 72, [73] = 73, [74] = 74, [75] = 75, [76] = 76, [77] = 73, [78] = 78, [79] = 79, [80] = 80, [81] = 81, [82] = 82, [83] = 83, [84] = 84, [85] = 85, [86] = 86, [87] = 87, [88] = 88, [89] = 89, [90] = 90, [91] = 91, [92] = 78, [93] = 78, [94] = 73, [95] = 95, [96] = 96, [97] = 97, [98] = 98, [99] = 99, [100] = 100, [101] = 34, [102] = 96, [103] = 30, [104] = 31, [105] = 97, [106] = 32, [107] = 33, [108] = 108, [109] = 109, [110] = 100, [111] = 98, [112] = 99, [113] = 113, [114] = 114, [115] = 109, [116] = 34, [117] = 31, [118] = 35, [119] = 119, [120] = 37, [121] = 121, [122] = 122, [123] = 123, [124] = 124, [125] = 125, [126] = 126, [127] = 127, [128] = 128, [129] = 129, [130] = 125, [131] = 126, [132] = 36, [133] = 133, [134] = 125, [135] = 126, [136] = 125, [137] = 126, [138] = 138, [139] = 32, [140] = 126, [141] = 141, [142] = 33, [143] = 125, [144] = 31, [145] = 30, [146] = 146, [147] = 147, [148] = 148, [149] = 149, [150] = 150, [151] = 31, [152] = 152, [153] = 153, [154] = 154, [155] = 155, [156] = 156, [157] = 155, [158] = 158, [159] = 159, [160] = 160, [161] = 161, [162] = 108, [163] = 163, [164] = 164, [165] = 165, [166] = 32, [167] = 149, [168] = 153, [169] = 158, [170] = 160, [171] = 34, [172] = 172, [173] = 164, [174] = 153, [175] = 146, [176] = 176, [177] = 154, [178] = 178, [179] = 165, [180] = 150, [181] = 32, [182] = 182, [183] = 183, [184] = 163, [185] = 156, [186] = 176, [187] = 147, [188] = 33, [189] = 34, [190] = 156, [191] = 30, [192] = 152, [193] = 193, [194] = 30, [195] = 193, [196] = 114, [197] = 31, [198] = 198, [199] = 172, [200] = 113, [201] = 33, [202] = 202, [203] = 203, [204] = 127, [205] = 31, [206] = 206, [207] = 207, [208] = 43, [209] = 203, [210] = 210, [211] = 40, [212] = 212, [213] = 32, [214] = 33, [215] = 34, [216] = 31, [217] = 30, [218] = 218, [219] = 219, [220] = 220, [221] = 221, [222] = 31, [223] = 223, [224] = 224, [225] = 225, [226] = 138, [227] = 108, [228] = 220, [229] = 229, [230] = 121, [231] = 231, [232] = 42, [233] = 207, [234] = 210, [235] = 235, [236] = 36, [237] = 133, [238] = 238, [239] = 239, [240] = 239, [241] = 212, [242] = 225, [243] = 223, [244] = 229, [245] = 245, [246] = 141, [247] = 219, [248] = 119, [249] = 221, [250] = 224, [251] = 231, [252] = 44, [253] = 41, [254] = 123, [255] = 212, [256] = 124, [257] = 245, [258] = 129, [259] = 35, [260] = 37, [261] = 122, [262] = 202, [263] = 206, [264] = 264, [265] = 32, [266] = 206, [267] = 33, [268] = 206, [269] = 34, [270] = 206, [271] = 35, [272] = 206, [273] = 38, [274] = 206, [275] = 206, [276] = 30, [277] = 206, [278] = 206, [279] = 206, [280] = 206, [281] = 238, [282] = 218, [283] = 36, [284] = 284, [285] = 37, [286] = 286, [287] = 287, [288] = 35, [289] = 178, [290] = 182, [291] = 291, [292] = 183, [293] = 293, [294] = 287, [295] = 287, [296] = 296, [297] = 287, [298] = 127, [299] = 159, [300] = 161, [301] = 287, [302] = 36, [303] = 37, [304] = 198, [305] = 35, [306] = 148, [307] = 307, [308] = 182, [309] = 43, [310] = 235, [311] = 33, [312] = 198, [313] = 42, [314] = 34, [315] = 183, [316] = 159, [317] = 44, [318] = 161, [319] = 319, [320] = 41, [321] = 35, [322] = 30, [323] = 31, [324] = 324, [325] = 40, [326] = 324, [327] = 35, [328] = 36, [329] = 329, [330] = 32, [331] = 264, [332] = 37, [333] = 307, [334] = 319, [335] = 38, [336] = 35, [337] = 108, [338] = 38, [339] = 329, [340] = 296, [341] = 341, [342] = 342, [343] = 43, [344] = 41, [345] = 345, [346] = 40, [347] = 341, [348] = 342, [349] = 286, [350] = 36, [351] = 41, [352] = 345, [353] = 341, [354] = 345, [355] = 341, [356] = 345, [357] = 341, [358] = 345, [359] = 341, [360] = 360, [361] = 58, [362] = 362, [363] = 363, [364] = 264, [365] = 42, [366] = 42, [367] = 284, [368] = 235, [369] = 38, [370] = 345, [371] = 342, [372] = 293, [373] = 341, [374] = 37, [375] = 342, [376] = 345, [377] = 127, [378] = 44, [379] = 291, [380] = 380, [381] = 43, [382] = 44, [383] = 383, [384] = 59, [385] = 385, [386] = 363, [387] = 59, [388] = 40, [389] = 342, [390] = 345, [391] = 58, [392] = 38, [393] = 341, [394] = 342, [395] = 341, [396] = 345, [397] = 32, [398] = 198, [399] = 182, [400] = 183, [401] = 401, [402] = 159, [403] = 161, [404] = 31, [405] = 405, [406] = 36, [407] = 33, [408] = 34, [409] = 37, [410] = 30, [411] = 38, [412] = 36, [413] = 31, [414] = 37, [415] = 286, [416] = 35, [417] = 417, [418] = 307, [419] = 293, [420] = 38, [421] = 329, [422] = 422, [423] = 291, [424] = 324, [425] = 296, [426] = 426, [427] = 41, [428] = 39, [429] = 43, [430] = 42, [431] = 44, [432] = 40, [433] = 32, [434] = 434, [435] = 33, [436] = 34, [437] = 30, [438] = 438, [439] = 422, [440] = 127, [441] = 41, [442] = 42, [443] = 264, [444] = 43, [445] = 44, [446] = 38, [447] = 40, [448] = 405, [449] = 383, [450] = 235, [451] = 438, [452] = 360, [453] = 362, [454] = 380, [455] = 108, [456] = 456, [457] = 457, [458] = 44, [459] = 459, [460] = 293, [461] = 461, [462] = 462, [463] = 41, [464] = 324, [465] = 465, [466] = 466, [467] = 467, [468] = 461, [469] = 467, [470] = 470, [471] = 471, [472] = 471, [473] = 291, [474] = 474, [475] = 43, [476] = 42, [477] = 38, [478] = 465, [479] = 417, [480] = 461, [481] = 474, [482] = 482, [483] = 465, [484] = 38, [485] = 461, [486] = 486, [487] = 40, [488] = 474, [489] = 465, [490] = 307, [491] = 108, [492] = 461, [493] = 465, [494] = 40, [495] = 474, [496] = 296, [497] = 465, [498] = 329, [499] = 465, [500] = 465, [501] = 465, [502] = 465, [503] = 465, [504] = 43, [505] = 36, [506] = 44, [507] = 35, [508] = 35, [509] = 474, [510] = 510, [511] = 511, [512] = 37, [513] = 286, [514] = 329, [515] = 161, [516] = 59, [517] = 307, [518] = 324, [519] = 363, [520] = 520, [521] = 198, [522] = 291, [523] = 264, [524] = 456, [525] = 296, [526] = 286, [527] = 293, [528] = 457, [529] = 235, [530] = 182, [531] = 183, [532] = 520, [533] = 159, [534] = 58, [535] = 43, [536] = 536, [537] = 537, [538] = 39, [539] = 539, [540] = 434, [541] = 511, [542] = 470, [543] = 486, [544] = 544, [545] = 40, [546] = 546, [547] = 547, [548] = 38, [549] = 549, [550] = 550, [551] = 551, [552] = 482, [553] = 553, [554] = 554, [555] = 555, [556] = 556, [557] = 557, [558] = 558, [559] = 559, [560] = 560, [561] = 561, [562] = 562, [563] = 563, [564] = 426, [565] = 565, [566] = 363, [567] = 567, [568] = 568, [569] = 569, [570] = 462, [571] = 571, [572] = 557, [573] = 573, [574] = 559, [575] = 575, [576] = 576, [577] = 577, [578] = 578, [579] = 579, [580] = 580, [581] = 41, [582] = 582, [583] = 583, [584] = 58, [585] = 585, [586] = 586, [587] = 587, [588] = 42, [589] = 589, [590] = 44, [591] = 59, [592] = 592, [593] = 555, [594] = 459, [595] = 198, [596] = 576, [597] = 182, [598] = 183, [599] = 159, [600] = 161, [601] = 577, [602] = 602, [603] = 603, [604] = 604, [605] = 605, [606] = 606, [607] = 578, [608] = 567, [609] = 609, [610] = 544, [611] = 611, [612] = 539, [613] = 604, [614] = 614, [615] = 603, [616] = 605, [617] = 606, [618] = 609, [619] = 603, [620] = 536, [621] = 604, [622] = 609, [623] = 603, [624] = 605, [625] = 606, [626] = 609, [627] = 547, [628] = 579, [629] = 604, [630] = 582, [631] = 606, [632] = 605, [633] = 606, [634] = 609, [635] = 562, [636] = 426, [637] = 604, [638] = 605, [639] = 603, [640] = 605, [641] = 606, [642] = 609, [643] = 550, [644] = 604, [645] = 603, [646] = 605, [647] = 606, [648] = 609, [649] = 604, [650] = 605, [651] = 609, [652] = 605, [653] = 609, [654] = 654, [655] = 606, [656] = 558, [657] = 554, [658] = 614, [659] = 659, [660] = 660, [661] = 561, [662] = 609, [663] = 603, [664] = 664, [665] = 665, [666] = 666, [667] = 569, [668] = 573, [669] = 669, [670] = 670, [671] = 434, [672] = 537, [673] = 604, [674] = 605, [675] = 660, [676] = 605, [677] = 666, [678] = 553, [679] = 660, [680] = 603, [681] = 583, [682] = 660, [683] = 603, [684] = 585, [685] = 660, [686] = 546, [687] = 605, [688] = 660, [689] = 606, [690] = 606, [691] = 660, [692] = 586, [693] = 549, [694] = 660, [695] = 587, [696] = 660, [697] = 660, [698] = 609, [699] = 571, [700] = 603, [701] = 560, [702] = 604, [703] = 551, [704] = 665, [705] = 705, [706] = 563, [707] = 659, [708] = 611, [709] = 669, [710] = 556, [711] = 604, [712] = 589, [713] = 575, [714] = 705, [715] = 665, [716] = 609, }; static const TSCharacterRange sym_simple_word_character_set_1[] = { {0, 0x08}, {0x0e, 0x1f}, {'#', '#'}, {'%', '\''}, {'*', ':'}, {'<', 'Z'}, {'^', 'z'}, {'|', '|'}, {'~', 0x10ffff}, }; static bool ts_lex(TSLexer *lexer, TSStateId state) { START_LEXER(); eof = lexer->eof(lexer); switch (state) { case 0: if (eof) ADVANCE(82); ADVANCE_MAP( '!', 120, '"', 172, '#', 88, '$', 102, '%', 128, '&', 152, '(', 100, ')', 101, '*', 125, '+', 118, '-', 116, '/', 124, ':', 165, ';', 87, '<', 135, '=', 180, '>', 133, '?', 163, 'F', 196, '[', 177, ); if (lookahead == '\\') SKIP(79); if (lookahead == ']') ADVANCE(178); if (lookahead == '^') ADVANCE(155); if (lookahead == 'e') ADVANCE(186); if (lookahead == 'f') ADVANCE(185); if (lookahead == 'i') ADVANCE(190); if (lookahead == 'n') ADVANCE(182); if (lookahead == 'o') ADVANCE(191); if (lookahead == '{') ADVANCE(104); if (lookahead == '|') ADVANCE(156); if (lookahead == '}') ADVANCE(109); if (lookahead == '~') ADVANCE(119); if (lookahead == 'T' || lookahead == 't') ADVANCE(199); if (lookahead == '0' || lookahead == '1') ADVANCE(110); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(81); if (('2' <= lookahead && lookahead <= '9')) ADVANCE(110); if (lookahead != 0) ADVANCE(205); END_STATE(); case 1: ADVANCE_MAP( '\n', 83, '"', 172, '#', 88, '$', 102, ';', 87, '[', 177, '\\', 2, 'e', 187, '{', 104, '}', 109, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(1); if (lookahead != 0 && (lookahead < ' ' || '$' < lookahead) && lookahead != '(' && lookahead != ')' && (lookahead < '[' || ']' < lookahead)) ADVANCE(205); END_STATE(); case 2: if (lookahead == '\n') SKIP(1); if (lookahead == '\r') ADVANCE(173); if (lookahead != 0) ADVANCE(173); END_STATE(); case 3: if (lookahead == '\n') SKIP(39); if (lookahead == '\r') ADVANCE(173); if (lookahead != 0) ADVANCE(173); END_STATE(); case 4: if (lookahead == '\n') SKIP(37); END_STATE(); case 5: if (lookahead == '\n') SKIP(37); if (lookahead == '\r') SKIP(4); END_STATE(); case 6: if (lookahead == '\n') SKIP(38); END_STATE(); case 7: if (lookahead == '\n') SKIP(38); if (lookahead == '\r') SKIP(6); END_STATE(); case 8: if (lookahead == '\n') SKIP(34); if (lookahead == '\r') ADVANCE(173); if (lookahead != 0) ADVANCE(173); END_STATE(); case 9: if (lookahead == '\n') SKIP(30); if (lookahead == '\r') ADVANCE(173); if (lookahead != 0) ADVANCE(173); END_STATE(); case 10: if (lookahead == '\n') SKIP(47); if (lookahead == '\r') ADVANCE(173); if (lookahead != 0) ADVANCE(173); END_STATE(); case 11: if (lookahead == '\n') SKIP(48); if (lookahead == '\r') ADVANCE(173); if (lookahead != 0) ADVANCE(173); END_STATE(); case 12: if (lookahead == '\n') ADVANCE(84); if (lookahead == '(') ADVANCE(100); if (lookahead == ':') ADVANCE(54); if (lookahead == ';') ADVANCE(87); if (lookahead == '\\') SKIP(15); if (lookahead == 'e') ADVANCE(67); if (lookahead == 'f') ADVANCE(66); if (lookahead == 'o') ADVANCE(72); if (lookahead == '}') ADVANCE(109); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(13); END_STATE(); case 13: if (lookahead == '\n') ADVANCE(84); if (lookahead == ';') ADVANCE(87); if (lookahead == '\\') SKIP(15); if (lookahead == 'e') ADVANCE(67); if (lookahead == 'f') ADVANCE(66); if (lookahead == 'o') ADVANCE(72); if (lookahead == '}') ADVANCE(109); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(13); END_STATE(); case 14: if (lookahead == '\n') SKIP(13); END_STATE(); case 15: if (lookahead == '\n') SKIP(13); if (lookahead == '\r') SKIP(14); END_STATE(); case 16: if (lookahead == '\n') SKIP(46); END_STATE(); case 17: if (lookahead == '\n') SKIP(46); if (lookahead == '\r') SKIP(16); END_STATE(); case 18: if (lookahead == '\n') SKIP(49); if (lookahead == '\r') ADVANCE(173); if (lookahead != 0) ADVANCE(173); END_STATE(); case 19: if (lookahead == '\n') SKIP(60); END_STATE(); case 20: if (lookahead == '\n') SKIP(60); if (lookahead == '\r') SKIP(19); END_STATE(); case 21: if (lookahead == '\n') SKIP(51); END_STATE(); case 22: if (lookahead == '\n') SKIP(51); if (lookahead == '\r') SKIP(21); END_STATE(); case 23: if (lookahead == '\n') SKIP(61); END_STATE(); case 24: if (lookahead == '\n') SKIP(61); if (lookahead == '\r') SKIP(23); END_STATE(); case 25: if (lookahead == '\n') SKIP(52); END_STATE(); case 26: if (lookahead == '\n') SKIP(52); if (lookahead == '\r') SKIP(25); END_STATE(); case 27: if (lookahead == '\n') SKIP(33); if (lookahead == '\r') ADVANCE(173); if (lookahead != 0) ADVANCE(173); END_STATE(); case 28: ADVANCE_MAP( '\n', 85, '"', 172, '$', 102, '(', 100, ':', 179, ';', 87, '[', 177, '\\', 9, '{', 104, '}', 109, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(30); if (lookahead != 0 && (lookahead < ' ' || '"' < lookahead) && lookahead != '(' && lookahead != ')' && (lookahead < '[' || ']' < lookahead)) ADVANCE(205); END_STATE(); case 29: ADVANCE_MAP( '\n', 85, '"', 172, '$', 102, '(', 100, ';', 87, '[', 177, '\\', 9, '{', 104, '}', 109, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(30); if (lookahead != 0 && (lookahead < ' ' || '"' < lookahead) && lookahead != '(' && lookahead != ')' && (lookahead < '[' || ']' < lookahead)) ADVANCE(205); END_STATE(); case 30: ADVANCE_MAP( '\n', 85, '"', 172, '$', 102, ';', 87, '[', 177, '\\', 9, '{', 104, '}', 109, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(30); if (lookahead != 0 && (lookahead < ' ' || '"' < lookahead) && lookahead != '(' && lookahead != ')' && (lookahead < '[' || ']' < lookahead)) ADVANCE(205); END_STATE(); case 31: ADVANCE_MAP( '\n', 86, '"', 172, '$', 102, '(', 100, ':', 179, ';', 87, '[', 177, '\\', 27, '{', 103, '}', 109, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(33); if (lookahead != 0 && (lookahead < ' ' || '"' < lookahead) && lookahead != '(' && lookahead != ')' && (lookahead < '[' || ']' < lookahead)) ADVANCE(205); END_STATE(); case 32: ADVANCE_MAP( '\n', 86, '"', 172, '$', 102, '(', 100, ';', 87, '[', 177, '\\', 27, '{', 103, '}', 109, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(33); if (lookahead != 0 && (lookahead < ' ' || '"' < lookahead) && lookahead != '(' && lookahead != ')' && (lookahead < '[' || ']' < lookahead)) ADVANCE(205); END_STATE(); case 33: ADVANCE_MAP( '\n', 86, '"', 172, '$', 102, ';', 87, '[', 177, '\\', 27, '{', 103, '}', 109, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(33); if (lookahead != 0 && (lookahead < ' ' || '"' < lookahead) && lookahead != '(' && lookahead != ')' && (lookahead < '[' || ']' < lookahead)) ADVANCE(205); END_STATE(); case 34: ADVANCE_MAP( '!', 120, '"', 172, '$', 102, '(', 114, '+', 118, '-', 116, '[', 177, '\\', 8, '{', 103, '~', 119, 'F', 196, 'f', 196, 'T', 199, 't', 199, '0', 110, '1', 110, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(34); if (('2' <= lookahead && lookahead <= '9')) ADVANCE(110); if (lookahead != 0 && lookahead != '(' && lookahead != ')' && lookahead != ';' && (lookahead < '[' || ']' < lookahead) && lookahead != '}' && lookahead != '~') ADVANCE(205); END_STATE(); case 35: ADVANCE_MAP( '!', 57, '%', 127, '&', 153, '(', 100, ')', 101, '*', 126, '+', 117, '-', 115, '/', 123, ':', 166, '<', 136, '=', 58, '>', 134, '?', 162, ); if (lookahead == '\\') SKIP(5); if (lookahead == ']') ADVANCE(178); if (lookahead == '^') ADVANCE(154); if (lookahead == 'e') ADVANCE(68); if (lookahead == 'f') ADVANCE(66); if (lookahead == 'i') ADVANCE(71); if (lookahead == 'n') ADVANCE(63); if (lookahead == 'o') ADVANCE(72); if (lookahead == '{') ADVANCE(103); if (lookahead == '|') ADVANCE(157); if (lookahead == '}') ADVANCE(109); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(37); END_STATE(); case 36: ADVANCE_MAP( '!', 57, '%', 127, '&', 153, '(', 100, ')', 101, '*', 126, '+', 117, '-', 115, '/', 123, ':', 164, '<', 136, '=', 58, '>', 134, '?', 162, ); if (lookahead == '\\') SKIP(7); if (lookahead == ']') ADVANCE(178); if (lookahead == '^') ADVANCE(154); if (lookahead == 'e') ADVANCE(74); if (lookahead == 'i') ADVANCE(71); if (lookahead == 'n') ADVANCE(63); if (lookahead == '|') ADVANCE(157); if (lookahead == '}') ADVANCE(109); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(38); END_STATE(); case 37: ADVANCE_MAP( '!', 57, '%', 127, '&', 153, ')', 101, '*', 126, '+', 117, '-', 115, '/', 123, ':', 164, '<', 136, '=', 58, '>', 134, '?', 162, ); if (lookahead == '\\') SKIP(5); if (lookahead == ']') ADVANCE(178); if (lookahead == '^') ADVANCE(154); if (lookahead == 'e') ADVANCE(68); if (lookahead == 'f') ADVANCE(66); if (lookahead == 'i') ADVANCE(71); if (lookahead == 'n') ADVANCE(63); if (lookahead == 'o') ADVANCE(72); if (lookahead == '{') ADVANCE(103); if (lookahead == '|') ADVANCE(157); if (lookahead == '}') ADVANCE(109); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(37); END_STATE(); case 38: ADVANCE_MAP( '!', 57, '%', 127, '&', 153, ')', 101, '*', 126, '+', 117, '-', 115, '/', 123, ':', 164, '<', 136, '=', 58, '>', 134, '?', 162, ); if (lookahead == '\\') SKIP(7); if (lookahead == ']') ADVANCE(178); if (lookahead == '^') ADVANCE(154); if (lookahead == 'e') ADVANCE(74); if (lookahead == 'i') ADVANCE(71); if (lookahead == 'n') ADVANCE(63); if (lookahead == '|') ADVANCE(157); if (lookahead == '}') ADVANCE(109); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(38); END_STATE(); case 39: ADVANCE_MAP( '"', 172, '#', 88, '$', 102, '[', 177, '\\', 3, 'e', 187, '{', 104, '}', 109, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(39); if (lookahead != 0 && (lookahead < ' ' || '$' < lookahead) && lookahead != '(' && lookahead != ')' && lookahead != ';' && (lookahead < '[' || ']' < lookahead)) ADVANCE(205); END_STATE(); case 40: ADVANCE_MAP( '"', 172, '$', 102, '(', 100, ':', 179, '[', 177, '\\', 10, ']', 178, '{', 104, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(47); if (lookahead != 0 && (lookahead < ' ' || '"' < lookahead) && lookahead != '(' && lookahead != ')' && lookahead != ':' && lookahead != ';' && lookahead != '}') ADVANCE(205); END_STATE(); case 41: ADVANCE_MAP( '"', 172, '$', 102, '(', 100, ':', 179, '[', 177, '\\', 11, ']', 178, '{', 103, '}', 109, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(48); if (lookahead != 0 && (lookahead < ' ' || '"' < lookahead) && lookahead != '(' && lookahead != ')' && lookahead != ':' && lookahead != ';') ADVANCE(205); END_STATE(); case 42: if (lookahead == '"') ADVANCE(172); if (lookahead == '$') ADVANCE(102); if (lookahead == '(') ADVANCE(100); if (lookahead == ':') ADVANCE(175); if (lookahead == '[') ADVANCE(177); if (lookahead == '\\') ADVANCE(18); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(174); if (lookahead != 0 && (lookahead < '[' || ']' < lookahead)) ADVANCE(176); END_STATE(); case 43: if (lookahead == '"') ADVANCE(172); if (lookahead == '$') ADVANCE(102); if (lookahead == '(') ADVANCE(100); if (lookahead == '[') ADVANCE(177); if (lookahead == '\\') ADVANCE(10); if (lookahead == ']') ADVANCE(178); if (lookahead == '{') ADVANCE(104); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(47); if (lookahead != 0 && (lookahead < ' ' || '"' < lookahead) && lookahead != '(' && lookahead != ')' && lookahead != ';' && lookahead != '}') ADVANCE(205); END_STATE(); case 44: ADVANCE_MAP( '"', 172, '$', 102, '(', 100, '[', 177, '\\', 11, ']', 178, '{', 103, '}', 109, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(48); if (lookahead != 0 && (lookahead < ' ' || '"' < lookahead) && lookahead != '(' && lookahead != ')' && lookahead != ';') ADVANCE(205); END_STATE(); case 45: if (lookahead == '"') ADVANCE(172); if (lookahead == '$') ADVANCE(102); if (lookahead == '(') ADVANCE(100); if (lookahead == '[') ADVANCE(177); if (lookahead == '\\') ADVANCE(18); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(174); if (lookahead != 0 && (lookahead < '[' || ']' < lookahead)) ADVANCE(176); END_STATE(); case 46: if (lookahead == '"') ADVANCE(172); if (lookahead == '$') ADVANCE(102); if (lookahead == '(') ADVANCE(114); if (lookahead == '[') ADVANCE(177); if (lookahead == '\\') SKIP(17); if (lookahead == '{') ADVANCE(103); if (lookahead == '+' || lookahead == '-') ADVANCE(202); if (lookahead == 'F' || lookahead == 'f') ADVANCE(196); if (lookahead == 'T' || lookahead == 't') ADVANCE(199); if (lookahead == '0' || lookahead == '1') ADVANCE(110); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(46); if (('2' <= lookahead && lookahead <= '9')) ADVANCE(110); if (lookahead != 0 && (lookahead < ' ' || '"' < lookahead) && lookahead != '(' && lookahead != ')' && lookahead != ';' && (lookahead < '[' || ']' < lookahead) && lookahead != '}') ADVANCE(205); END_STATE(); case 47: if (lookahead == '"') ADVANCE(172); if (lookahead == '$') ADVANCE(102); if (lookahead == '[') ADVANCE(177); if (lookahead == '\\') ADVANCE(10); if (lookahead == ']') ADVANCE(178); if (lookahead == '{') ADVANCE(104); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(47); if (lookahead != 0 && (lookahead < ' ' || '"' < lookahead) && lookahead != '(' && lookahead != ')' && lookahead != ';' && lookahead != '}') ADVANCE(205); END_STATE(); case 48: if (lookahead == '"') ADVANCE(172); if (lookahead == '$') ADVANCE(102); if (lookahead == '[') ADVANCE(177); if (lookahead == '\\') ADVANCE(11); if (lookahead == ']') ADVANCE(178); if (lookahead == '{') ADVANCE(103); if (lookahead == '}') ADVANCE(109); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(48); if (lookahead != 0 && (lookahead < ' ' || '"' < lookahead) && lookahead != '(' && lookahead != ')' && lookahead != ';') ADVANCE(205); END_STATE(); case 49: if (lookahead == '"') ADVANCE(172); if (lookahead == '$') ADVANCE(102); if (lookahead == '[') ADVANCE(177); if (lookahead == '\\') ADVANCE(18); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(174); if (lookahead != 0 && (lookahead < '[' || ']' < lookahead)) ADVANCE(176); END_STATE(); case 50: if (lookahead == '"') ADVANCE(172); if (lookahead == '(') ADVANCE(100); if (lookahead == ')') ADVANCE(101); if (lookahead == '\\') SKIP(22); if (lookahead == ']') ADVANCE(178); if (lookahead == '{') ADVANCE(103); if (lookahead == '}') ADVANCE(109); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(51); if (lookahead != 0 && (lookahead < ' ' || '"' < lookahead) && lookahead != '$' && lookahead != ';' && (lookahead < '[' || ']' < lookahead)) ADVANCE(205); END_STATE(); case 51: if (lookahead == '"') ADVANCE(172); if (lookahead == ')') ADVANCE(101); if (lookahead == '\\') SKIP(22); if (lookahead == ']') ADVANCE(178); if (lookahead == '{') ADVANCE(103); if (lookahead == '}') ADVANCE(109); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(51); if (lookahead != 0 && (lookahead < ' ' || '"' < lookahead) && lookahead != '$' && lookahead != '(' && lookahead != ')' && lookahead != ';' && (lookahead < '[' || ']' < lookahead)) ADVANCE(205); END_STATE(); case 52: if (lookahead == '$') ADVANCE(102); if (lookahead == ':') ADVANCE(56); if (lookahead == '\\') SKIP(26); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(52); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); case 53: if (lookahead == '(') ADVANCE(100); if (lookahead == ':') ADVANCE(179); if (lookahead == '\\') SKIP(20); if (lookahead == '{') ADVANCE(103); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(60); if (lookahead != 0 && (lookahead < ' ' || '"' < lookahead) && lookahead != '$' && lookahead != '(' && lookahead != ')' && lookahead != ':' && lookahead != ';' && (lookahead < '[' || ']' < lookahead) && lookahead != '}') ADVANCE(205); END_STATE(); case 54: if (lookahead == ':') ADVANCE(95); END_STATE(); case 55: if (lookahead == ':') ADVANCE(54); if (lookahead == '\\') SKIP(24); if (lookahead == '{') ADVANCE(103); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(61); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(97); END_STATE(); case 56: if (lookahead == ':') ADVANCE(99); END_STATE(); case 57: if (lookahead == '=') ADVANCE(143); END_STATE(); case 58: if (lookahead == '=') ADVANCE(141); END_STATE(); case 59: if (lookahead == '\\') ADVANCE(105); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(107); if (lookahead != 0 && lookahead != '}') ADVANCE(108); END_STATE(); case 60: if (lookahead == '\\') SKIP(20); if (lookahead == '{') ADVANCE(103); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(60); if (lookahead != 0 && (lookahead < ' ' || '"' < lookahead) && lookahead != '$' && lookahead != '(' && lookahead != ')' && lookahead != ';' && (lookahead < '[' || ']' < lookahead) && lookahead != '}') ADVANCE(205); END_STATE(); case 61: if (lookahead == '\\') SKIP(24); if (lookahead == '{') ADVANCE(103); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(61); END_STATE(); case 62: if (lookahead == 'a') ADVANCE(70); END_STATE(); case 63: if (lookahead == 'e') ADVANCE(146); if (lookahead == 'i') ADVANCE(150); END_STATE(); case 64: if (lookahead == 'e') ADVANCE(171); END_STATE(); case 65: if (lookahead == 'f') ADVANCE(168); END_STATE(); case 66: if (lookahead == 'i') ADVANCE(73); END_STATE(); case 67: if (lookahead == 'l') ADVANCE(75); END_STATE(); case 68: if (lookahead == 'l') ADVANCE(75); if (lookahead == 'q') ADVANCE(144); END_STATE(); case 69: if (lookahead == 'l') ADVANCE(76); END_STATE(); case 70: if (lookahead == 'l') ADVANCE(69); END_STATE(); case 71: if (lookahead == 'n') ADVANCE(148); END_STATE(); case 72: if (lookahead == 'n') ADVANCE(90); END_STATE(); case 73: if (lookahead == 'n') ADVANCE(62); END_STATE(); case 74: if (lookahead == 'q') ADVANCE(144); END_STATE(); case 75: if (lookahead == 's') ADVANCE(64); END_STATE(); case 76: if (lookahead == 'y') ADVANCE(92); END_STATE(); case 77: if (lookahead == '}') ADVANCE(94); END_STATE(); case 78: if (eof) ADVANCE(82); if (lookahead == '\n') SKIP(81); END_STATE(); case 79: if (eof) ADVANCE(82); if (lookahead == '\n') SKIP(81); if (lookahead == '\r') SKIP(78); END_STATE(); case 80: if (eof) ADVANCE(82); ADVANCE_MAP( '\n', 83, '"', 172, '#', 88, '$', 102, ';', 87, '[', 177, '\\', 2, 'e', 187, '{', 104, '}', 109, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(80); if (lookahead != 0 && (lookahead < ' ' || '$' < lookahead) && lookahead != '(' && lookahead != ')' && (lookahead < '[' || ']' < lookahead)) ADVANCE(205); END_STATE(); case 81: if (eof) ADVANCE(82); ADVANCE_MAP( '!', 120, '"', 172, '#', 88, '$', 102, '%', 128, '&', 152, '(', 114, ')', 101, '*', 125, '+', 118, '-', 116, '/', 124, ':', 167, ';', 87, '<', 135, '=', 180, '>', 133, '?', 163, 'F', 196, '[', 177, ); if (lookahead == '\\') SKIP(79); if (lookahead == ']') ADVANCE(178); if (lookahead == '^') ADVANCE(155); if (lookahead == 'e') ADVANCE(186); if (lookahead == 'f') ADVANCE(185); if (lookahead == 'i') ADVANCE(190); if (lookahead == 'n') ADVANCE(182); if (lookahead == 'o') ADVANCE(191); if (lookahead == '{') ADVANCE(104); if (lookahead == '|') ADVANCE(156); if (lookahead == '}') ADVANCE(109); if (lookahead == '~') ADVANCE(119); if (lookahead == 'T' || lookahead == 't') ADVANCE(199); if (lookahead == '0' || lookahead == '1') ADVANCE(110); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(81); if (('2' <= lookahead && lookahead <= '9')) ADVANCE(110); if (lookahead != 0) ADVANCE(205); END_STATE(); case 82: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); case 83: ACCEPT_TOKEN(anon_sym_LF); if (lookahead == '\n') ADVANCE(83); if (lookahead == '\\') ADVANCE(2); END_STATE(); case 84: ACCEPT_TOKEN(anon_sym_LF); if (lookahead == '\n') ADVANCE(84); END_STATE(); case 85: ACCEPT_TOKEN(anon_sym_LF); if (lookahead == '\n') ADVANCE(85); if (lookahead == '\\') ADVANCE(9); END_STATE(); case 86: ACCEPT_TOKEN(anon_sym_LF); if (lookahead == '\n') ADVANCE(86); if (lookahead == '\\') ADVANCE(27); END_STATE(); case 87: ACCEPT_TOKEN(anon_sym_SEMI); END_STATE(); case 88: ACCEPT_TOKEN(sym_comment); if (lookahead == '\t' || (0x0b <= lookahead && lookahead <= '\r') || (' ' <= lookahead && lookahead <= '"') || lookahead == '$' || lookahead == '(' || lookahead == ')' || lookahead == ';' || ('[' <= lookahead && lookahead <= ']') || lookahead == '{' || lookahead == '}') ADVANCE(89); if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead)) ADVANCE(88); END_STATE(); case 89: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && lookahead != '\n') ADVANCE(89); END_STATE(); case 90: ACCEPT_TOKEN(anon_sym_on); END_STATE(); case 91: ACCEPT_TOKEN(anon_sym_on); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 92: ACCEPT_TOKEN(anon_sym_finally); END_STATE(); case 93: ACCEPT_TOKEN(anon_sym_finally); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 94: ACCEPT_TOKEN(sym_unpack); END_STATE(); case 95: ACCEPT_TOKEN(anon_sym_COLON_COLON); END_STATE(); case 96: ACCEPT_TOKEN(anon_sym_COLON_COLON); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 97: ACCEPT_TOKEN(sym__ident_imm); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(97); END_STATE(); case 98: ACCEPT_TOKEN(sym__ident); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(98); END_STATE(); case 99: ACCEPT_TOKEN(anon_sym_COLON_COLON2); END_STATE(); case 100: ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); case 101: ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); case 102: ACCEPT_TOKEN(anon_sym_DOLLAR); END_STATE(); case 103: ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); case 104: ACCEPT_TOKEN(anon_sym_LBRACE); if (lookahead == '*') ADVANCE(77); END_STATE(); case 105: ACCEPT_TOKEN(aux_sym_variable_substitution_token1); if (lookahead == '\n') ADVANCE(107); if (lookahead == '\r') ADVANCE(106); if (lookahead != 0 && lookahead != '}') ADVANCE(108); END_STATE(); case 106: ACCEPT_TOKEN(aux_sym_variable_substitution_token1); if (lookahead == '\n') ADVANCE(107); if (lookahead != 0 && lookahead != '}') ADVANCE(108); END_STATE(); case 107: ACCEPT_TOKEN(aux_sym_variable_substitution_token1); if (lookahead == '\\') ADVANCE(105); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(107); if (lookahead != 0 && lookahead != '}') ADVANCE(108); END_STATE(); case 108: ACCEPT_TOKEN(aux_sym_variable_substitution_token1); if (lookahead != 0 && lookahead != '}') ADVANCE(108); END_STATE(); case 109: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); case 110: ACCEPT_TOKEN(sym_number); if (lookahead == '.') ADVANCE(203); if (lookahead == 'E' || lookahead == 'e') ADVANCE(195); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(110); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 111: ACCEPT_TOKEN(sym_number); if (lookahead == 'E' || lookahead == 'e') ADVANCE(195); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(111); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 112: ACCEPT_TOKEN(sym_number); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(112); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 113: ACCEPT_TOKEN(sym__boolean); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 114: ACCEPT_TOKEN(anon_sym_LPAREN2); END_STATE(); case 115: ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); case 116: ACCEPT_TOKEN(anon_sym_DASH); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(110); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 117: ACCEPT_TOKEN(anon_sym_PLUS); END_STATE(); case 118: ACCEPT_TOKEN(anon_sym_PLUS); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(110); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 119: ACCEPT_TOKEN(anon_sym_TILDE); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 120: ACCEPT_TOKEN(anon_sym_BANG); END_STATE(); case 121: ACCEPT_TOKEN(anon_sym_STAR_STAR); END_STATE(); case 122: ACCEPT_TOKEN(anon_sym_STAR_STAR); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 123: ACCEPT_TOKEN(anon_sym_SLASH); END_STATE(); case 124: ACCEPT_TOKEN(anon_sym_SLASH); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 125: ACCEPT_TOKEN(anon_sym_STAR); if (lookahead == '*') ADVANCE(122); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 126: ACCEPT_TOKEN(anon_sym_STAR); if (lookahead == '*') ADVANCE(121); END_STATE(); case 127: ACCEPT_TOKEN(anon_sym_PERCENT); END_STATE(); case 128: ACCEPT_TOKEN(anon_sym_PERCENT); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 129: ACCEPT_TOKEN(anon_sym_LT_LT); END_STATE(); case 130: ACCEPT_TOKEN(anon_sym_LT_LT); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 131: ACCEPT_TOKEN(anon_sym_GT_GT); END_STATE(); case 132: ACCEPT_TOKEN(anon_sym_GT_GT); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 133: ACCEPT_TOKEN(anon_sym_GT); if (lookahead == '=') ADVANCE(138); if (lookahead == '>') ADVANCE(132); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 134: ACCEPT_TOKEN(anon_sym_GT); if (lookahead == '=') ADVANCE(137); if (lookahead == '>') ADVANCE(131); END_STATE(); case 135: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '<') ADVANCE(130); if (lookahead == '=') ADVANCE(140); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 136: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '<') ADVANCE(129); if (lookahead == '=') ADVANCE(139); END_STATE(); case 137: ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); case 138: ACCEPT_TOKEN(anon_sym_GT_EQ); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 139: ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); case 140: ACCEPT_TOKEN(anon_sym_LT_EQ); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 141: ACCEPT_TOKEN(anon_sym_EQ_EQ); END_STATE(); case 142: ACCEPT_TOKEN(anon_sym_EQ_EQ); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 143: ACCEPT_TOKEN(anon_sym_BANG_EQ); END_STATE(); case 144: ACCEPT_TOKEN(anon_sym_eq); END_STATE(); case 145: ACCEPT_TOKEN(anon_sym_eq); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 146: ACCEPT_TOKEN(anon_sym_ne); END_STATE(); case 147: ACCEPT_TOKEN(anon_sym_ne); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 148: ACCEPT_TOKEN(anon_sym_in); END_STATE(); case 149: ACCEPT_TOKEN(anon_sym_in); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 150: ACCEPT_TOKEN(anon_sym_ni); END_STATE(); case 151: ACCEPT_TOKEN(anon_sym_ni); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 152: ACCEPT_TOKEN(anon_sym_AMP); if (lookahead == '&') ADVANCE(159); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 153: ACCEPT_TOKEN(anon_sym_AMP); if (lookahead == '&') ADVANCE(158); END_STATE(); case 154: ACCEPT_TOKEN(anon_sym_CARET); END_STATE(); case 155: ACCEPT_TOKEN(anon_sym_CARET); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 156: ACCEPT_TOKEN(anon_sym_PIPE); if (lookahead == '|') ADVANCE(161); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 157: ACCEPT_TOKEN(anon_sym_PIPE); if (lookahead == '|') ADVANCE(160); END_STATE(); case 158: ACCEPT_TOKEN(anon_sym_AMP_AMP); END_STATE(); case 159: ACCEPT_TOKEN(anon_sym_AMP_AMP); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 160: ACCEPT_TOKEN(anon_sym_PIPE_PIPE); END_STATE(); case 161: ACCEPT_TOKEN(anon_sym_PIPE_PIPE); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 162: ACCEPT_TOKEN(anon_sym_QMARK); END_STATE(); case 163: ACCEPT_TOKEN(anon_sym_QMARK); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 164: ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); case 165: ACCEPT_TOKEN(anon_sym_COLON); if (lookahead == ':') ADVANCE(96); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 166: ACCEPT_TOKEN(anon_sym_COLON); if (lookahead == ':') ADVANCE(95); END_STATE(); case 167: ACCEPT_TOKEN(anon_sym_COLON); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 168: ACCEPT_TOKEN(anon_sym_elseif); END_STATE(); case 169: ACCEPT_TOKEN(anon_sym_elseif); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 170: ACCEPT_TOKEN(anon_sym_else); if (lookahead == 'i') ADVANCE(184); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 171: ACCEPT_TOKEN(anon_sym_else); if (lookahead == 'i') ADVANCE(65); END_STATE(); case 172: ACCEPT_TOKEN(anon_sym_DQUOTE); END_STATE(); case 173: ACCEPT_TOKEN(sym_escaped_character); END_STATE(); case 174: ACCEPT_TOKEN(sym__quoted_word_content); if (lookahead == '"') ADVANCE(172); if (lookahead == '$') ADVANCE(102); if (lookahead == '[') ADVANCE(177); if (lookahead == '\\') ADVANCE(18); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(174); if (lookahead != 0 && (lookahead < '[' || ']' < lookahead)) ADVANCE(176); END_STATE(); case 175: ACCEPT_TOKEN(sym__quoted_word_content); if (lookahead == ':') ADVANCE(95); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && (lookahead < '[' || ']' < lookahead)) ADVANCE(176); END_STATE(); case 176: ACCEPT_TOKEN(sym__quoted_word_content); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && (lookahead < '[' || ']' < lookahead)) ADVANCE(176); END_STATE(); case 177: ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); case 178: ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); case 179: ACCEPT_TOKEN(sym_simple_word); if (lookahead == ':') ADVANCE(96); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 180: ACCEPT_TOKEN(sym_simple_word); if (lookahead == '=') ADVANCE(142); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 181: ACCEPT_TOKEN(sym_simple_word); if (lookahead == 'a') ADVANCE(189); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 182: ACCEPT_TOKEN(sym_simple_word); if (lookahead == 'e') ADVANCE(147); if (lookahead == 'i') ADVANCE(151); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 183: ACCEPT_TOKEN(sym_simple_word); if (lookahead == 'e') ADVANCE(170); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 184: ACCEPT_TOKEN(sym_simple_word); if (lookahead == 'f') ADVANCE(169); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 185: ACCEPT_TOKEN(sym_simple_word); if (lookahead == 'i') ADVANCE(192); if (lookahead == 'A' || lookahead == 'a') ADVANCE(198); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 186: ACCEPT_TOKEN(sym_simple_word); if (lookahead == 'l') ADVANCE(193); if (lookahead == 'q') ADVANCE(145); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 187: ACCEPT_TOKEN(sym_simple_word); if (lookahead == 'l') ADVANCE(193); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 188: ACCEPT_TOKEN(sym_simple_word); if (lookahead == 'l') ADVANCE(194); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 189: ACCEPT_TOKEN(sym_simple_word); if (lookahead == 'l') ADVANCE(188); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 190: ACCEPT_TOKEN(sym_simple_word); if (lookahead == 'n') ADVANCE(149); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 191: ACCEPT_TOKEN(sym_simple_word); if (lookahead == 'n') ADVANCE(91); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 192: ACCEPT_TOKEN(sym_simple_word); if (lookahead == 'n') ADVANCE(181); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 193: ACCEPT_TOKEN(sym_simple_word); if (lookahead == 's') ADVANCE(183); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 194: ACCEPT_TOKEN(sym_simple_word); if (lookahead == 'y') ADVANCE(93); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 195: ACCEPT_TOKEN(sym_simple_word); if (lookahead == '+' || lookahead == '-') ADVANCE(204); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(112); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 196: ACCEPT_TOKEN(sym_simple_word); if (lookahead == 'A' || lookahead == 'a') ADVANCE(198); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 197: ACCEPT_TOKEN(sym_simple_word); if (lookahead == 'E' || lookahead == 'e') ADVANCE(113); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 198: ACCEPT_TOKEN(sym_simple_word); if (lookahead == 'L' || lookahead == 'l') ADVANCE(200); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 199: ACCEPT_TOKEN(sym_simple_word); if (lookahead == 'R' || lookahead == 'r') ADVANCE(201); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 200: ACCEPT_TOKEN(sym_simple_word); if (lookahead == 'S' || lookahead == 's') ADVANCE(197); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 201: ACCEPT_TOKEN(sym_simple_word); if (lookahead == 'U' || lookahead == 'u') ADVANCE(197); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 202: ACCEPT_TOKEN(sym_simple_word); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(110); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 203: ACCEPT_TOKEN(sym_simple_word); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(111); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 204: ACCEPT_TOKEN(sym_simple_word); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(112); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); case 205: ACCEPT_TOKEN(sym_simple_word); if ((!eof && set_contains(sym_simple_word_character_set_1, 9, lookahead))) ADVANCE(205); END_STATE(); default: return false; } } static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { START_LEXER(); eof = lexer->eof(lexer); switch (state) { case 0: if (lookahead == '\\') SKIP(1); if (lookahead == 'c') ADVANCE(2); if (lookahead == 'e') ADVANCE(3); if (lookahead == 'f') ADVANCE(4); if (lookahead == 'g') ADVANCE(5); if (lookahead == 'i') ADVANCE(6); if (lookahead == 'n') ADVANCE(7); if (lookahead == 'p') ADVANCE(8); if (lookahead == 'r') ADVANCE(9); if (lookahead == 's') ADVANCE(10); if (lookahead == 't') ADVANCE(11); if (lookahead == 'w') ADVANCE(12); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(0); END_STATE(); case 1: if (lookahead == '\n') SKIP(0); if (lookahead == '\r') SKIP(13); END_STATE(); case 2: if (lookahead == 'a') ADVANCE(14); END_STATE(); case 3: if (lookahead == 'r') ADVANCE(15); if (lookahead == 'x') ADVANCE(16); END_STATE(); case 4: if (lookahead == 'o') ADVANCE(17); END_STATE(); case 5: if (lookahead == 'l') ADVANCE(18); END_STATE(); case 6: if (lookahead == 'f') ADVANCE(19); END_STATE(); case 7: if (lookahead == 'a') ADVANCE(20); END_STATE(); case 8: if (lookahead == 'r') ADVANCE(21); END_STATE(); case 9: if (lookahead == 'e') ADVANCE(22); END_STATE(); case 10: if (lookahead == 'e') ADVANCE(23); END_STATE(); case 11: if (lookahead == 'r') ADVANCE(24); END_STATE(); case 12: if (lookahead == 'h') ADVANCE(25); END_STATE(); case 13: if (lookahead == '\n') SKIP(0); END_STATE(); case 14: if (lookahead == 't') ADVANCE(26); END_STATE(); case 15: if (lookahead == 'r') ADVANCE(27); END_STATE(); case 16: if (lookahead == 'p') ADVANCE(28); END_STATE(); case 17: if (lookahead == 'r') ADVANCE(29); END_STATE(); case 18: if (lookahead == 'o') ADVANCE(30); END_STATE(); case 19: ACCEPT_TOKEN(anon_sym_if); END_STATE(); case 20: if (lookahead == 'm') ADVANCE(31); END_STATE(); case 21: if (lookahead == 'o') ADVANCE(32); END_STATE(); case 22: if (lookahead == 'g') ADVANCE(33); END_STATE(); case 23: if (lookahead == 't') ADVANCE(34); END_STATE(); case 24: if (lookahead == 'y') ADVANCE(35); END_STATE(); case 25: if (lookahead == 'i') ADVANCE(36); END_STATE(); case 26: if (lookahead == 'c') ADVANCE(37); END_STATE(); case 27: if (lookahead == 'o') ADVANCE(38); END_STATE(); case 28: if (lookahead == 'r') ADVANCE(39); END_STATE(); case 29: if (lookahead == 'e') ADVANCE(40); END_STATE(); case 30: if (lookahead == 'b') ADVANCE(41); END_STATE(); case 31: if (lookahead == 'e') ADVANCE(42); END_STATE(); case 32: if (lookahead == 'c') ADVANCE(43); END_STATE(); case 33: if (lookahead == 'e') ADVANCE(44); END_STATE(); case 34: ACCEPT_TOKEN(anon_sym_set); END_STATE(); case 35: ACCEPT_TOKEN(anon_sym_try); END_STATE(); case 36: if (lookahead == 'l') ADVANCE(45); END_STATE(); case 37: if (lookahead == 'h') ADVANCE(46); END_STATE(); case 38: if (lookahead == 'r') ADVANCE(47); END_STATE(); case 39: ACCEPT_TOKEN(anon_sym_expr); END_STATE(); case 40: if (lookahead == 'a') ADVANCE(48); END_STATE(); case 41: if (lookahead == 'a') ADVANCE(49); END_STATE(); case 42: if (lookahead == 's') ADVANCE(50); END_STATE(); case 43: ACCEPT_TOKEN(anon_sym_proc); END_STATE(); case 44: if (lookahead == 'x') ADVANCE(51); END_STATE(); case 45: if (lookahead == 'e') ADVANCE(52); END_STATE(); case 46: ACCEPT_TOKEN(anon_sym_catch); END_STATE(); case 47: ACCEPT_TOKEN(anon_sym_error); END_STATE(); case 48: if (lookahead == 'c') ADVANCE(53); END_STATE(); case 49: if (lookahead == 'l') ADVANCE(54); END_STATE(); case 50: if (lookahead == 'p') ADVANCE(55); END_STATE(); case 51: if (lookahead == 'p') ADVANCE(56); END_STATE(); case 52: ACCEPT_TOKEN(anon_sym_while); END_STATE(); case 53: if (lookahead == 'h') ADVANCE(57); END_STATE(); case 54: ACCEPT_TOKEN(anon_sym_global); END_STATE(); case 55: if (lookahead == 'a') ADVANCE(58); END_STATE(); case 56: ACCEPT_TOKEN(anon_sym_regexp); END_STATE(); case 57: ACCEPT_TOKEN(anon_sym_foreach); END_STATE(); case 58: if (lookahead == 'c') ADVANCE(59); END_STATE(); case 59: if (lookahead == 'e') ADVANCE(60); END_STATE(); case 60: ACCEPT_TOKEN(anon_sym_namespace); END_STATE(); default: return false; } } static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0, .external_lex_state = 1}, [1] = {.lex_state = 80}, [2] = {.lex_state = 80}, [3] = {.lex_state = 80}, [4] = {.lex_state = 80}, [5] = {.lex_state = 80}, [6] = {.lex_state = 80}, [7] = {.lex_state = 80}, [8] = {.lex_state = 80}, [9] = {.lex_state = 80}, [10] = {.lex_state = 80}, [11] = {.lex_state = 80}, [12] = {.lex_state = 80}, [13] = {.lex_state = 80}, [14] = {.lex_state = 80}, [15] = {.lex_state = 39}, [16] = {.lex_state = 39}, [17] = {.lex_state = 39}, [18] = {.lex_state = 39}, [19] = {.lex_state = 39}, [20] = {.lex_state = 39}, [21] = {.lex_state = 39}, [22] = {.lex_state = 39}, [23] = {.lex_state = 39}, [24] = {.lex_state = 39}, [25] = {.lex_state = 39}, [26] = {.lex_state = 39}, [27] = {.lex_state = 39}, [28] = {.lex_state = 39}, [29] = {.lex_state = 39}, [30] = {.lex_state = 35}, [31] = {.lex_state = 35}, [32] = {.lex_state = 35}, [33] = {.lex_state = 35}, [34] = {.lex_state = 35}, [35] = {.lex_state = 35}, [36] = {.lex_state = 36}, [37] = {.lex_state = 36}, [38] = {.lex_state = 36}, [39] = {.lex_state = 36}, [40] = {.lex_state = 36}, [41] = {.lex_state = 36}, [42] = {.lex_state = 36}, [43] = {.lex_state = 36}, [44] = {.lex_state = 36}, [45] = {.lex_state = 36}, [46] = {.lex_state = 36}, [47] = {.lex_state = 36}, [48] = {.lex_state = 36}, [49] = {.lex_state = 36}, [50] = {.lex_state = 36}, [51] = {.lex_state = 36}, [52] = {.lex_state = 36}, [53] = {.lex_state = 36}, [54] = {.lex_state = 36}, [55] = {.lex_state = 36}, [56] = {.lex_state = 36}, [57] = {.lex_state = 36}, [58] = {.lex_state = 36}, [59] = {.lex_state = 36}, [60] = {.lex_state = 36}, [61] = {.lex_state = 36}, [62] = {.lex_state = 36}, [63] = {.lex_state = 36}, [64] = {.lex_state = 35}, [65] = {.lex_state = 35}, [66] = {.lex_state = 35}, [67] = {.lex_state = 35}, [68] = {.lex_state = 35}, [69] = {.lex_state = 35}, [70] = {.lex_state = 80}, [71] = {.lex_state = 35}, [72] = {.lex_state = 80}, [73] = {.lex_state = 34}, [74] = {.lex_state = 34}, [75] = {.lex_state = 34}, [76] = {.lex_state = 34}, [77] = {.lex_state = 34}, [78] = {.lex_state = 34}, [79] = {.lex_state = 34}, [80] = {.lex_state = 34}, [81] = {.lex_state = 34}, [82] = {.lex_state = 34}, [83] = {.lex_state = 34}, [84] = {.lex_state = 34}, [85] = {.lex_state = 34}, [86] = {.lex_state = 34}, [87] = {.lex_state = 34}, [88] = {.lex_state = 34}, [89] = {.lex_state = 34}, [90] = {.lex_state = 34}, [91] = {.lex_state = 34}, [92] = {.lex_state = 34}, [93] = {.lex_state = 34}, [94] = {.lex_state = 34}, [95] = {.lex_state = 34}, [96] = {.lex_state = 29}, [97] = {.lex_state = 29}, [98] = {.lex_state = 29}, [99] = {.lex_state = 29}, [100] = {.lex_state = 32}, [101] = {.lex_state = 28, .external_lex_state = 2}, [102] = {.lex_state = 43}, [103] = {.lex_state = 28, .external_lex_state = 2}, [104] = {.lex_state = 28, .external_lex_state = 2}, [105] = {.lex_state = 43}, [106] = {.lex_state = 28, .external_lex_state = 2}, [107] = {.lex_state = 28, .external_lex_state = 2}, [108] = {.lex_state = 29, .external_lex_state = 2}, [109] = {.lex_state = 43}, [110] = {.lex_state = 44}, [111] = {.lex_state = 43}, [112] = {.lex_state = 43}, [113] = {.lex_state = 32}, [114] = {.lex_state = 32}, [115] = {.lex_state = 43}, [116] = {.lex_state = 40, .external_lex_state = 2}, [117] = {.lex_state = 40, .external_lex_state = 2}, [118] = {.lex_state = 28, .external_lex_state = 2}, [119] = {.lex_state = 29}, [120] = {.lex_state = 29, .external_lex_state = 2}, [121] = {.lex_state = 29}, [122] = {.lex_state = 31}, [123] = {.lex_state = 31}, [124] = {.lex_state = 31}, [125] = {.lex_state = 44}, [126] = {.lex_state = 44}, [127] = {.lex_state = 29, .external_lex_state = 2}, [128] = {.lex_state = 44}, [129] = {.lex_state = 29}, [130] = {.lex_state = 44}, [131] = {.lex_state = 44}, [132] = {.lex_state = 29, .external_lex_state = 2}, [133] = {.lex_state = 31}, [134] = {.lex_state = 44}, [135] = {.lex_state = 44}, [136] = {.lex_state = 44}, [137] = {.lex_state = 44}, [138] = {.lex_state = 29}, [139] = {.lex_state = 40, .external_lex_state = 2}, [140] = {.lex_state = 44}, [141] = {.lex_state = 29}, [142] = {.lex_state = 40, .external_lex_state = 2}, [143] = {.lex_state = 44}, [144] = {.lex_state = 31}, [145] = {.lex_state = 40, .external_lex_state = 2}, [146] = {.lex_state = 43}, [147] = {.lex_state = 43}, [148] = {.lex_state = 29}, [149] = {.lex_state = 43}, [150] = {.lex_state = 43}, [151] = {.lex_state = 12, .external_lex_state = 2}, [152] = {.lex_state = 43}, [153] = {.lex_state = 43}, [154] = {.lex_state = 43}, [155] = {.lex_state = 43}, [156] = {.lex_state = 46}, [157] = {.lex_state = 43}, [158] = {.lex_state = 43}, [159] = {.lex_state = 29, .external_lex_state = 2}, [160] = {.lex_state = 43}, [161] = {.lex_state = 29, .external_lex_state = 2}, [162] = {.lex_state = 43, .external_lex_state = 2}, [163] = {.lex_state = 46}, [164] = {.lex_state = 43}, [165] = {.lex_state = 43}, [166] = {.lex_state = 12, .external_lex_state = 2}, [167] = {.lex_state = 43}, [168] = {.lex_state = 43}, [169] = {.lex_state = 43}, [170] = {.lex_state = 43}, [171] = {.lex_state = 12, .external_lex_state = 2}, [172] = {.lex_state = 46}, [173] = {.lex_state = 43}, [174] = {.lex_state = 43}, [175] = {.lex_state = 43}, [176] = {.lex_state = 46}, [177] = {.lex_state = 43}, [178] = {.lex_state = 29}, [179] = {.lex_state = 43}, [180] = {.lex_state = 43}, [181] = {.lex_state = 41, .external_lex_state = 2}, [182] = {.lex_state = 29, .external_lex_state = 2}, [183] = {.lex_state = 29, .external_lex_state = 2}, [184] = {.lex_state = 46}, [185] = {.lex_state = 46}, [186] = {.lex_state = 46}, [187] = {.lex_state = 43}, [188] = {.lex_state = 41, .external_lex_state = 2}, [189] = {.lex_state = 41, .external_lex_state = 2}, [190] = {.lex_state = 46}, [191] = {.lex_state = 12, .external_lex_state = 2}, [192] = {.lex_state = 43}, [193] = {.lex_state = 43}, [194] = {.lex_state = 41, .external_lex_state = 2}, [195] = {.lex_state = 43}, [196] = {.lex_state = 44}, [197] = {.lex_state = 41, .external_lex_state = 2}, [198] = {.lex_state = 29, .external_lex_state = 2}, [199] = {.lex_state = 46}, [200] = {.lex_state = 44}, [201] = {.lex_state = 12, .external_lex_state = 2}, [202] = {.lex_state = 44}, [203] = {.lex_state = 44}, [204] = {.lex_state = 43, .external_lex_state = 2}, [205] = {.lex_state = 40}, [206] = {.lex_state = 44}, [207] = {.lex_state = 44}, [208] = {.lex_state = 29, .external_lex_state = 2}, [209] = {.lex_state = 44}, [210] = {.lex_state = 44}, [211] = {.lex_state = 29, .external_lex_state = 2}, [212] = {.lex_state = 44}, [213] = {.lex_state = 35, .external_lex_state = 2}, [214] = {.lex_state = 35, .external_lex_state = 2}, [215] = {.lex_state = 35, .external_lex_state = 2}, [216] = {.lex_state = 41}, [217] = {.lex_state = 35, .external_lex_state = 2}, [218] = {.lex_state = 44}, [219] = {.lex_state = 44}, [220] = {.lex_state = 44}, [221] = {.lex_state = 44}, [222] = {.lex_state = 35, .external_lex_state = 2}, [223] = {.lex_state = 44}, [224] = {.lex_state = 44}, [225] = {.lex_state = 44}, [226] = {.lex_state = 43}, [227] = {.lex_state = 12, .external_lex_state = 2}, [228] = {.lex_state = 44}, [229] = {.lex_state = 44}, [230] = {.lex_state = 43}, [231] = {.lex_state = 44}, [232] = {.lex_state = 29, .external_lex_state = 2}, [233] = {.lex_state = 44}, [234] = {.lex_state = 44}, [235] = {.lex_state = 29, .external_lex_state = 2}, [236] = {.lex_state = 43, .external_lex_state = 2}, [237] = {.lex_state = 41}, [238] = {.lex_state = 44}, [239] = {.lex_state = 44}, [240] = {.lex_state = 44}, [241] = {.lex_state = 44}, [242] = {.lex_state = 44}, [243] = {.lex_state = 44}, [244] = {.lex_state = 44}, [245] = {.lex_state = 44}, [246] = {.lex_state = 43}, [247] = {.lex_state = 44}, [248] = {.lex_state = 43}, [249] = {.lex_state = 44}, [250] = {.lex_state = 44}, [251] = {.lex_state = 44}, [252] = {.lex_state = 29, .external_lex_state = 2}, [253] = {.lex_state = 29, .external_lex_state = 2}, [254] = {.lex_state = 41}, [255] = {.lex_state = 44}, [256] = {.lex_state = 41}, [257] = {.lex_state = 44}, [258] = {.lex_state = 43}, [259] = {.lex_state = 31}, [260] = {.lex_state = 43, .external_lex_state = 2}, [261] = {.lex_state = 41}, [262] = {.lex_state = 44}, [263] = {.lex_state = 44}, [264] = {.lex_state = 29, .external_lex_state = 2}, [265] = {.lex_state = 40}, [266] = {.lex_state = 44}, [267] = {.lex_state = 40}, [268] = {.lex_state = 44}, [269] = {.lex_state = 40}, [270] = {.lex_state = 44}, [271] = {.lex_state = 40, .external_lex_state = 2}, [272] = {.lex_state = 44}, [273] = {.lex_state = 29, .external_lex_state = 2}, [274] = {.lex_state = 44}, [275] = {.lex_state = 44}, [276] = {.lex_state = 40}, [277] = {.lex_state = 44}, [278] = {.lex_state = 44}, [279] = {.lex_state = 44}, [280] = {.lex_state = 44}, [281] = {.lex_state = 44}, [282] = {.lex_state = 44}, [283] = {.lex_state = 12, .external_lex_state = 2}, [284] = {.lex_state = 29}, [285] = {.lex_state = 12, .external_lex_state = 2}, [286] = {.lex_state = 29}, [287] = {.lex_state = 44}, [288] = {.lex_state = 12, .external_lex_state = 2}, [289] = {.lex_state = 43}, [290] = {.lex_state = 43, .external_lex_state = 2}, [291] = {.lex_state = 29}, [292] = {.lex_state = 43, .external_lex_state = 2}, [293] = {.lex_state = 29}, [294] = {.lex_state = 44}, [295] = {.lex_state = 44}, [296] = {.lex_state = 29}, [297] = {.lex_state = 44}, [298] = {.lex_state = 12, .external_lex_state = 2}, [299] = {.lex_state = 43, .external_lex_state = 2}, [300] = {.lex_state = 43, .external_lex_state = 2}, [301] = {.lex_state = 44}, [302] = {.lex_state = 44, .external_lex_state = 2}, [303] = {.lex_state = 44, .external_lex_state = 2}, [304] = {.lex_state = 43, .external_lex_state = 2}, [305] = {.lex_state = 41, .external_lex_state = 2}, [306] = {.lex_state = 43}, [307] = {.lex_state = 44, .external_lex_state = 2}, [308] = {.lex_state = 12, .external_lex_state = 2}, [309] = {.lex_state = 43, .external_lex_state = 2}, [310] = {.lex_state = 43, .external_lex_state = 2}, [311] = {.lex_state = 42}, [312] = {.lex_state = 12, .external_lex_state = 2}, [313] = {.lex_state = 43, .external_lex_state = 2}, [314] = {.lex_state = 42}, [315] = {.lex_state = 12, .external_lex_state = 2}, [316] = {.lex_state = 12, .external_lex_state = 2}, [317] = {.lex_state = 43, .external_lex_state = 2}, [318] = {.lex_state = 12, .external_lex_state = 2}, [319] = {.lex_state = 43}, [320] = {.lex_state = 43, .external_lex_state = 2}, [321] = {.lex_state = 41}, [322] = {.lex_state = 42}, [323] = {.lex_state = 42}, [324] = {.lex_state = 44, .external_lex_state = 2}, [325] = {.lex_state = 43, .external_lex_state = 2}, [326] = {.lex_state = 43, .external_lex_state = 2}, [327] = {.lex_state = 40}, [328] = {.lex_state = 43}, [329] = {.lex_state = 43, .external_lex_state = 2}, [330] = {.lex_state = 42}, [331] = {.lex_state = 43, .external_lex_state = 2}, [332] = {.lex_state = 43}, [333] = {.lex_state = 43, .external_lex_state = 2}, [334] = {.lex_state = 43}, [335] = {.lex_state = 32}, [336] = {.lex_state = 35, .external_lex_state = 2}, [337] = {.lex_state = 35, .external_lex_state = 2}, [338] = {.lex_state = 43, .external_lex_state = 2}, [339] = {.lex_state = 44, .external_lex_state = 2}, [340] = {.lex_state = 43}, [341] = {.lex_state = 49}, [342] = {.lex_state = 43}, [343] = {.lex_state = 12, .external_lex_state = 2}, [344] = {.lex_state = 12, .external_lex_state = 2}, [345] = {.lex_state = 49}, [346] = {.lex_state = 12, .external_lex_state = 2}, [347] = {.lex_state = 49}, [348] = {.lex_state = 43}, [349] = {.lex_state = 43}, [350] = {.lex_state = 35, .external_lex_state = 2}, [351] = {.lex_state = 44, .external_lex_state = 2}, [352] = {.lex_state = 49}, [353] = {.lex_state = 49}, [354] = {.lex_state = 49}, [355] = {.lex_state = 49}, [356] = {.lex_state = 49}, [357] = {.lex_state = 49}, [358] = {.lex_state = 49}, [359] = {.lex_state = 49}, [360] = {.lex_state = 12}, [361] = {.lex_state = 44, .external_lex_state = 2}, [362] = {.lex_state = 12}, [363] = {.lex_state = 43, .external_lex_state = 2}, [364] = {.lex_state = 12, .external_lex_state = 2}, [365] = {.lex_state = 44, .external_lex_state = 2}, [366] = {.lex_state = 12, .external_lex_state = 2}, [367] = {.lex_state = 43}, [368] = {.lex_state = 12, .external_lex_state = 2}, [369] = {.lex_state = 12, .external_lex_state = 2}, [370] = {.lex_state = 49}, [371] = {.lex_state = 43}, [372] = {.lex_state = 43}, [373] = {.lex_state = 49}, [374] = {.lex_state = 35, .external_lex_state = 2}, [375] = {.lex_state = 43}, [376] = {.lex_state = 49}, [377] = {.lex_state = 35, .external_lex_state = 2}, [378] = {.lex_state = 12, .external_lex_state = 2}, [379] = {.lex_state = 43}, [380] = {.lex_state = 12}, [381] = {.lex_state = 44, .external_lex_state = 2}, [382] = {.lex_state = 44, .external_lex_state = 2}, [383] = {.lex_state = 12}, [384] = {.lex_state = 43, .external_lex_state = 2}, [385] = {.lex_state = 49}, [386] = {.lex_state = 44, .external_lex_state = 2}, [387] = {.lex_state = 44, .external_lex_state = 2}, [388] = {.lex_state = 44, .external_lex_state = 2}, [389] = {.lex_state = 43}, [390] = {.lex_state = 49}, [391] = {.lex_state = 43, .external_lex_state = 2}, [392] = {.lex_state = 44, .external_lex_state = 2}, [393] = {.lex_state = 49}, [394] = {.lex_state = 43}, [395] = {.lex_state = 49}, [396] = {.lex_state = 49}, [397] = {.lex_state = 53, .external_lex_state = 2}, [398] = {.lex_state = 35, .external_lex_state = 2}, [399] = {.lex_state = 35, .external_lex_state = 2}, [400] = {.lex_state = 35, .external_lex_state = 2}, [401] = {.lex_state = 50}, [402] = {.lex_state = 35, .external_lex_state = 2}, [403] = {.lex_state = 35, .external_lex_state = 2}, [404] = {.lex_state = 12}, [405] = {.lex_state = 43}, [406] = {.lex_state = 50, .external_lex_state = 2}, [407] = {.lex_state = 53, .external_lex_state = 2}, [408] = {.lex_state = 53, .external_lex_state = 2}, [409] = {.lex_state = 50, .external_lex_state = 2}, [410] = {.lex_state = 53, .external_lex_state = 2}, [411] = {.lex_state = 43}, [412] = {.lex_state = 45}, [413] = {.lex_state = 53, .external_lex_state = 2}, [414] = {.lex_state = 45}, [415] = {.lex_state = 12}, [416] = {.lex_state = 42}, [417] = {.lex_state = 12}, [418] = {.lex_state = 43, .external_lex_state = 2}, [419] = {.lex_state = 12}, [420] = {.lex_state = 44}, [421] = {.lex_state = 43, .external_lex_state = 2}, [422] = {.lex_state = 43}, [423] = {.lex_state = 12}, [424] = {.lex_state = 43, .external_lex_state = 2}, [425] = {.lex_state = 12}, [426] = {.lex_state = 43}, [427] = {.lex_state = 43}, [428] = {.lex_state = 43}, [429] = {.lex_state = 43}, [430] = {.lex_state = 43}, [431] = {.lex_state = 43}, [432] = {.lex_state = 43}, [433] = {.lex_state = 12}, [434] = {.lex_state = 43}, [435] = {.lex_state = 12}, [436] = {.lex_state = 12}, [437] = {.lex_state = 12}, [438] = {.lex_state = 43}, [439] = {.lex_state = 44}, [440] = {.lex_state = 50, .external_lex_state = 2}, [441] = {.lex_state = 35, .external_lex_state = 2}, [442] = {.lex_state = 35, .external_lex_state = 2}, [443] = {.lex_state = 35, .external_lex_state = 2}, [444] = {.lex_state = 35, .external_lex_state = 2}, [445] = {.lex_state = 35, .external_lex_state = 2}, [446] = {.lex_state = 35, .external_lex_state = 2}, [447] = {.lex_state = 35, .external_lex_state = 2}, [448] = {.lex_state = 44}, [449] = {.lex_state = 35}, [450] = {.lex_state = 35, .external_lex_state = 2}, [451] = {.lex_state = 44}, [452] = {.lex_state = 35}, [453] = {.lex_state = 35}, [454] = {.lex_state = 35}, [455] = {.lex_state = 50, .external_lex_state = 2}, [456] = {.lex_state = 12}, [457] = {.lex_state = 12}, [458] = {.lex_state = 50, .external_lex_state = 2}, [459] = {.lex_state = 12}, [460] = {.lex_state = 35}, [461] = {.lex_state = 12}, [462] = {.lex_state = 12}, [463] = {.lex_state = 50, .external_lex_state = 2}, [464] = {.lex_state = 12, .external_lex_state = 2}, [465] = {.lex_state = 55}, [466] = {.lex_state = 12}, [467] = {.lex_state = 50}, [468] = {.lex_state = 12}, [469] = {.lex_state = 50}, [470] = {.lex_state = 12}, [471] = {.lex_state = 50}, [472] = {.lex_state = 50}, [473] = {.lex_state = 35}, [474] = {.lex_state = 12}, [475] = {.lex_state = 50, .external_lex_state = 2}, [476] = {.lex_state = 50, .external_lex_state = 2}, [477] = {.lex_state = 49}, [478] = {.lex_state = 55}, [479] = {.lex_state = 35}, [480] = {.lex_state = 12}, [481] = {.lex_state = 12}, [482] = {.lex_state = 12}, [483] = {.lex_state = 55}, [484] = {.lex_state = 50, .external_lex_state = 2}, [485] = {.lex_state = 12}, [486] = {.lex_state = 12}, [487] = {.lex_state = 49}, [488] = {.lex_state = 12}, [489] = {.lex_state = 55}, [490] = {.lex_state = 12, .external_lex_state = 2}, [491] = {.lex_state = 35, .external_lex_state = 2}, [492] = {.lex_state = 12}, [493] = {.lex_state = 55}, [494] = {.lex_state = 50, .external_lex_state = 2}, [495] = {.lex_state = 12}, [496] = {.lex_state = 35}, [497] = {.lex_state = 55}, [498] = {.lex_state = 12, .external_lex_state = 2}, [499] = {.lex_state = 55}, [500] = {.lex_state = 55}, [501] = {.lex_state = 55}, [502] = {.lex_state = 55}, [503] = {.lex_state = 55}, [504] = {.lex_state = 49}, [505] = {.lex_state = 12}, [506] = {.lex_state = 49}, [507] = {.lex_state = 53, .external_lex_state = 2}, [508] = {.lex_state = 12}, [509] = {.lex_state = 12}, [510] = {.lex_state = 50}, [511] = {.lex_state = 12}, [512] = {.lex_state = 12}, [513] = {.lex_state = 35}, [514] = {.lex_state = 0, .external_lex_state = 2}, [515] = {.lex_state = 50, .external_lex_state = 2}, [516] = {.lex_state = 12, .external_lex_state = 2}, [517] = {.lex_state = 0, .external_lex_state = 2}, [518] = {.lex_state = 0, .external_lex_state = 2}, [519] = {.lex_state = 12, .external_lex_state = 2}, [520] = {.lex_state = 52}, [521] = {.lex_state = 50, .external_lex_state = 2}, [522] = {.lex_state = 50}, [523] = {.lex_state = 50, .external_lex_state = 2}, [524] = {.lex_state = 35}, [525] = {.lex_state = 50}, [526] = {.lex_state = 50}, [527] = {.lex_state = 50}, [528] = {.lex_state = 35}, [529] = {.lex_state = 50, .external_lex_state = 2}, [530] = {.lex_state = 50, .external_lex_state = 2}, [531] = {.lex_state = 50, .external_lex_state = 2}, [532] = {.lex_state = 52}, [533] = {.lex_state = 50, .external_lex_state = 2}, [534] = {.lex_state = 12, .external_lex_state = 2}, [535] = {.lex_state = 12}, [536] = {.lex_state = 12}, [537] = {.lex_state = 12}, [538] = {.lex_state = 12}, [539] = {.lex_state = 12}, [540] = {.lex_state = 12}, [541] = {.lex_state = 35}, [542] = {.lex_state = 35}, [543] = {.lex_state = 35}, [544] = {.lex_state = 12}, [545] = {.lex_state = 12}, [546] = {.lex_state = 12}, [547] = {.lex_state = 12}, [548] = {.lex_state = 12}, [549] = {.lex_state = 12}, [550] = {.lex_state = 12}, [551] = {.lex_state = 12}, [552] = {.lex_state = 35}, [553] = {.lex_state = 12}, [554] = {.lex_state = 12}, [555] = {.lex_state = 50}, [556] = {.lex_state = 12}, [557] = {.lex_state = 50}, [558] = {.lex_state = 12}, [559] = {.lex_state = 50}, [560] = {.lex_state = 12}, [561] = {.lex_state = 12}, [562] = {.lex_state = 12}, [563] = {.lex_state = 12}, [564] = {.lex_state = 12}, [565] = {.lex_state = 12}, [566] = {.lex_state = 0, .external_lex_state = 2}, [567] = {.lex_state = 12}, [568] = {.lex_state = 50}, [569] = {.lex_state = 12}, [570] = {.lex_state = 35}, [571] = {.lex_state = 12}, [572] = {.lex_state = 50}, [573] = {.lex_state = 12}, [574] = {.lex_state = 50}, [575] = {.lex_state = 12}, [576] = {.lex_state = 50}, [577] = {.lex_state = 50}, [578] = {.lex_state = 12}, [579] = {.lex_state = 12}, [580] = {.lex_state = 50}, [581] = {.lex_state = 12}, [582] = {.lex_state = 12}, [583] = {.lex_state = 12}, [584] = {.lex_state = 0, .external_lex_state = 2}, [585] = {.lex_state = 12}, [586] = {.lex_state = 12}, [587] = {.lex_state = 12}, [588] = {.lex_state = 12}, [589] = {.lex_state = 12}, [590] = {.lex_state = 12}, [591] = {.lex_state = 0, .external_lex_state = 2}, [592] = {.lex_state = 50}, [593] = {.lex_state = 50}, [594] = {.lex_state = 35}, [595] = {.lex_state = 0, .external_lex_state = 2}, [596] = {.lex_state = 50}, [597] = {.lex_state = 0, .external_lex_state = 2}, [598] = {.lex_state = 0, .external_lex_state = 2}, [599] = {.lex_state = 0, .external_lex_state = 2}, [600] = {.lex_state = 0, .external_lex_state = 2}, [601] = {.lex_state = 50}, [602] = {.lex_state = 12}, [603] = {.lex_state = 0}, [604] = {.lex_state = 55}, [605] = {.lex_state = 55}, [606] = {.lex_state = 0}, [607] = {.lex_state = 0}, [608] = {.lex_state = 0}, [609] = {.lex_state = 0}, [610] = {.lex_state = 0}, [611] = {.lex_state = 50}, [612] = {.lex_state = 0}, [613] = {.lex_state = 55}, [614] = {.lex_state = 55}, [615] = {.lex_state = 0}, [616] = {.lex_state = 55}, [617] = {.lex_state = 0}, [618] = {.lex_state = 0}, [619] = {.lex_state = 0}, [620] = {.lex_state = 0}, [621] = {.lex_state = 55}, [622] = {.lex_state = 0}, [623] = {.lex_state = 0}, [624] = {.lex_state = 55}, [625] = {.lex_state = 0}, [626] = {.lex_state = 0}, [627] = {.lex_state = 0}, [628] = {.lex_state = 0}, [629] = {.lex_state = 55}, [630] = {.lex_state = 0}, [631] = {.lex_state = 0}, [632] = {.lex_state = 55}, [633] = {.lex_state = 0}, [634] = {.lex_state = 0}, [635] = {.lex_state = 0}, [636] = {.lex_state = 0}, [637] = {.lex_state = 55}, [638] = {.lex_state = 55}, [639] = {.lex_state = 0}, [640] = {.lex_state = 55}, [641] = {.lex_state = 0}, [642] = {.lex_state = 0}, [643] = {.lex_state = 0}, [644] = {.lex_state = 55}, [645] = {.lex_state = 0}, [646] = {.lex_state = 55}, [647] = {.lex_state = 0}, [648] = {.lex_state = 0}, [649] = {.lex_state = 55}, [650] = {.lex_state = 55}, [651] = {.lex_state = 0}, [652] = {.lex_state = 55}, [653] = {.lex_state = 0}, [654] = {.lex_state = 0}, [655] = {.lex_state = 0}, [656] = {.lex_state = 0}, [657] = {.lex_state = 0}, [658] = {.lex_state = 55}, [659] = {.lex_state = 50}, [660] = {.lex_state = 59}, [661] = {.lex_state = 0}, [662] = {.lex_state = 0}, [663] = {.lex_state = 0}, [664] = {.lex_state = 50}, [665] = {.lex_state = 46}, [666] = {.lex_state = 59}, [667] = {.lex_state = 0}, [668] = {.lex_state = 0}, [669] = {.lex_state = 0}, [670] = {.lex_state = 0}, [671] = {.lex_state = 0}, [672] = {.lex_state = 0}, [673] = {.lex_state = 55}, [674] = {.lex_state = 55}, [675] = {.lex_state = 59}, [676] = {.lex_state = 55}, [677] = {.lex_state = 59}, [678] = {.lex_state = 0}, [679] = {.lex_state = 59}, [680] = {.lex_state = 0}, [681] = {.lex_state = 0}, [682] = {.lex_state = 59}, [683] = {.lex_state = 0}, [684] = {.lex_state = 0}, [685] = {.lex_state = 59}, [686] = {.lex_state = 0}, [687] = {.lex_state = 55}, [688] = {.lex_state = 59}, [689] = {.lex_state = 0}, [690] = {.lex_state = 0}, [691] = {.lex_state = 59}, [692] = {.lex_state = 0}, [693] = {.lex_state = 0}, [694] = {.lex_state = 59}, [695] = {.lex_state = 0}, [696] = {.lex_state = 59}, [697] = {.lex_state = 59}, [698] = {.lex_state = 0}, [699] = {.lex_state = 0}, [700] = {.lex_state = 0}, [701] = {.lex_state = 0}, [702] = {.lex_state = 55}, [703] = {.lex_state = 0}, [704] = {.lex_state = 46}, [705] = {.lex_state = 35}, [706] = {.lex_state = 0}, [707] = {.lex_state = 50}, [708] = {.lex_state = 50}, [709] = {.lex_state = 0}, [710] = {.lex_state = 0}, [711] = {.lex_state = 55}, [712] = {.lex_state = 0}, [713] = {.lex_state = 0}, [714] = {.lex_state = 35}, [715] = {.lex_state = 46}, [716] = {.lex_state = 0}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [STATE(0)] = { [ts_builtin_sym_end] = ACTIONS(1), [sym_simple_word] = ACTIONS(1), [anon_sym_SEMI] = ACTIONS(1), [sym_comment] = ACTIONS(1), [anon_sym_regexp] = ACTIONS(1), [anon_sym_while] = ACTIONS(1), [anon_sym_expr] = ACTIONS(1), [anon_sym_foreach] = ACTIONS(1), [anon_sym_global] = ACTIONS(1), [anon_sym_namespace] = ACTIONS(1), [anon_sym_try] = ACTIONS(1), [anon_sym_on] = ACTIONS(1), [anon_sym_error] = ACTIONS(1), [anon_sym_finally] = ACTIONS(1), [sym_unpack] = ACTIONS(1), [anon_sym_COLON_COLON] = ACTIONS(1), [anon_sym_LPAREN] = ACTIONS(1), [anon_sym_RPAREN] = ACTIONS(1), [anon_sym_DOLLAR] = ACTIONS(1), [anon_sym_LBRACE] = ACTIONS(1), [anon_sym_RBRACE] = ACTIONS(1), [anon_sym_set] = ACTIONS(1), [anon_sym_proc] = ACTIONS(1), [sym_number] = ACTIONS(1), [sym__boolean] = ACTIONS(1), [anon_sym_LPAREN2] = ACTIONS(1), [anon_sym_DASH] = ACTIONS(1), [anon_sym_PLUS] = ACTIONS(1), [anon_sym_TILDE] = ACTIONS(1), [anon_sym_BANG] = ACTIONS(1), [anon_sym_STAR_STAR] = ACTIONS(1), [anon_sym_SLASH] = ACTIONS(1), [anon_sym_STAR] = ACTIONS(1), [anon_sym_PERCENT] = ACTIONS(1), [anon_sym_LT_LT] = ACTIONS(1), [anon_sym_GT_GT] = ACTIONS(1), [anon_sym_GT] = ACTIONS(1), [anon_sym_LT] = ACTIONS(1), [anon_sym_GT_EQ] = ACTIONS(1), [anon_sym_LT_EQ] = ACTIONS(1), [anon_sym_EQ_EQ] = ACTIONS(1), [anon_sym_eq] = ACTIONS(1), [anon_sym_ne] = ACTIONS(1), [anon_sym_in] = ACTIONS(1), [anon_sym_ni] = ACTIONS(1), [anon_sym_AMP] = ACTIONS(1), [anon_sym_CARET] = ACTIONS(1), [anon_sym_PIPE] = ACTIONS(1), [anon_sym_AMP_AMP] = ACTIONS(1), [anon_sym_PIPE_PIPE] = ACTIONS(1), [anon_sym_QMARK] = ACTIONS(1), [anon_sym_COLON] = ACTIONS(1), [anon_sym_elseif] = ACTIONS(1), [anon_sym_else] = ACTIONS(1), [anon_sym_if] = ACTIONS(1), [anon_sym_catch] = ACTIONS(1), [anon_sym_DQUOTE] = ACTIONS(1), [anon_sym_LBRACK] = ACTIONS(1), [anon_sym_RBRACK] = ACTIONS(1), [sym__concat] = ACTIONS(1), [sym__immediate] = ACTIONS(1), }, [STATE(1)] = { [sym_source_file] = STATE(670), [sym_regexp] = STATE(602), [sym_while] = STATE(602), [sym_expr_cmd] = STATE(602), [sym_foreach] = STATE(602), [sym_global] = STATE(602), [sym_namespace] = STATE(602), [sym_try] = STATE(602), [sym__command] = STATE(602), [sym_command] = STATE(602), [sym__concat_word] = STATE(97), [sym_variable_substitution] = STATE(198), [sym_braced_word] = STATE(97), [sym_set] = STATE(602), [sym_procedure] = STATE(602), [sym_elseif] = STATE(602), [sym_else] = STATE(602), [sym_if] = STATE(602), [sym__conditional] = STATE(602), [sym_catch] = STATE(602), [sym_quoted_word] = STATE(198), [sym_command_substitution] = STATE(198), [aux_sym_source_file_repeat1] = STATE(5), [ts_builtin_sym_end] = ACTIONS(3), [sym_simple_word] = ACTIONS(5), [anon_sym_LF] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(7), [sym_comment] = ACTIONS(9), [anon_sym_regexp] = ACTIONS(11), [anon_sym_while] = ACTIONS(13), [anon_sym_expr] = ACTIONS(15), [anon_sym_foreach] = ACTIONS(17), [anon_sym_global] = ACTIONS(19), [anon_sym_namespace] = ACTIONS(21), [anon_sym_try] = ACTIONS(23), [sym_unpack] = ACTIONS(25), [anon_sym_DOLLAR] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [anon_sym_set] = ACTIONS(31), [anon_sym_proc] = ACTIONS(33), [anon_sym_elseif] = ACTIONS(35), [anon_sym_else] = ACTIONS(37), [anon_sym_if] = ACTIONS(39), [anon_sym_catch] = ACTIONS(41), [anon_sym_DQUOTE] = ACTIONS(43), [sym_escaped_character] = ACTIONS(45), [anon_sym_LBRACK] = ACTIONS(47), }, }; static const uint16_t ts_small_parse_table[] = { [0] = 27, ACTIONS(49), 1, ts_builtin_sym_end, ACTIONS(51), 1, sym_simple_word, ACTIONS(57), 1, sym_comment, ACTIONS(60), 1, anon_sym_regexp, ACTIONS(63), 1, anon_sym_while, ACTIONS(66), 1, anon_sym_expr, ACTIONS(69), 1, anon_sym_foreach, ACTIONS(72), 1, anon_sym_global, ACTIONS(75), 1, anon_sym_namespace, ACTIONS(78), 1, anon_sym_try, ACTIONS(81), 1, sym_unpack, ACTIONS(84), 1, anon_sym_DOLLAR, ACTIONS(87), 1, anon_sym_LBRACE, ACTIONS(90), 1, anon_sym_set, ACTIONS(93), 1, anon_sym_proc, ACTIONS(96), 1, anon_sym_elseif, ACTIONS(99), 1, anon_sym_else, ACTIONS(102), 1, anon_sym_if, ACTIONS(105), 1, anon_sym_catch, ACTIONS(108), 1, anon_sym_DQUOTE, ACTIONS(111), 1, sym_escaped_character, ACTIONS(114), 1, anon_sym_LBRACK, STATE(2), 1, aux_sym_source_file_repeat1, ACTIONS(54), 2, anon_sym_LF, anon_sym_SEMI, STATE(97), 2, sym__concat_word, sym_braced_word, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, STATE(602), 16, sym_regexp, sym_while, sym_expr_cmd, sym_foreach, sym_global, sym_namespace, sym_try, sym__command, sym_command, sym_set, sym_procedure, sym_elseif, sym_else, sym_if, sym__conditional, sym_catch, [101] = 27, ACTIONS(5), 1, sym_simple_word, ACTIONS(11), 1, anon_sym_regexp, ACTIONS(13), 1, anon_sym_while, ACTIONS(15), 1, anon_sym_expr, ACTIONS(17), 1, anon_sym_foreach, ACTIONS(19), 1, anon_sym_global, ACTIONS(21), 1, anon_sym_namespace, ACTIONS(23), 1, anon_sym_try, ACTIONS(25), 1, sym_unpack, ACTIONS(27), 1, anon_sym_DOLLAR, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(31), 1, anon_sym_set, ACTIONS(33), 1, anon_sym_proc, ACTIONS(35), 1, anon_sym_elseif, ACTIONS(37), 1, anon_sym_else, ACTIONS(39), 1, anon_sym_if, ACTIONS(41), 1, anon_sym_catch, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(45), 1, sym_escaped_character, ACTIONS(47), 1, anon_sym_LBRACK, ACTIONS(119), 1, sym_comment, ACTIONS(121), 1, anon_sym_RBRACE, STATE(70), 1, aux_sym_braced_word_repeat1, ACTIONS(117), 2, anon_sym_LF, anon_sym_SEMI, STATE(97), 2, sym__concat_word, sym_braced_word, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, STATE(565), 16, sym_regexp, sym_while, sym_expr_cmd, sym_foreach, sym_global, sym_namespace, sym_try, sym__command, sym_command, sym_set, sym_procedure, sym_elseif, sym_else, sym_if, sym__conditional, sym_catch, [202] = 27, ACTIONS(5), 1, sym_simple_word, ACTIONS(11), 1, anon_sym_regexp, ACTIONS(13), 1, anon_sym_while, ACTIONS(15), 1, anon_sym_expr, ACTIONS(17), 1, anon_sym_foreach, ACTIONS(19), 1, anon_sym_global, ACTIONS(21), 1, anon_sym_namespace, ACTIONS(23), 1, anon_sym_try, ACTIONS(25), 1, sym_unpack, ACTIONS(27), 1, anon_sym_DOLLAR, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(31), 1, anon_sym_set, ACTIONS(33), 1, anon_sym_proc, ACTIONS(35), 1, anon_sym_elseif, ACTIONS(37), 1, anon_sym_else, ACTIONS(39), 1, anon_sym_if, ACTIONS(41), 1, anon_sym_catch, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(45), 1, sym_escaped_character, ACTIONS(47), 1, anon_sym_LBRACK, ACTIONS(119), 1, sym_comment, ACTIONS(123), 1, anon_sym_RBRACE, STATE(70), 1, aux_sym_braced_word_repeat1, ACTIONS(117), 2, anon_sym_LF, anon_sym_SEMI, STATE(97), 2, sym__concat_word, sym_braced_word, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, STATE(565), 16, sym_regexp, sym_while, sym_expr_cmd, sym_foreach, sym_global, sym_namespace, sym_try, sym__command, sym_command, sym_set, sym_procedure, sym_elseif, sym_else, sym_if, sym__conditional, sym_catch, [303] = 27, ACTIONS(5), 1, sym_simple_word, ACTIONS(9), 1, sym_comment, ACTIONS(11), 1, anon_sym_regexp, ACTIONS(13), 1, anon_sym_while, ACTIONS(15), 1, anon_sym_expr, ACTIONS(17), 1, anon_sym_foreach, ACTIONS(19), 1, anon_sym_global, ACTIONS(21), 1, anon_sym_namespace, ACTIONS(23), 1, anon_sym_try, ACTIONS(25), 1, sym_unpack, ACTIONS(27), 1, anon_sym_DOLLAR, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(31), 1, anon_sym_set, ACTIONS(33), 1, anon_sym_proc, ACTIONS(35), 1, anon_sym_elseif, ACTIONS(37), 1, anon_sym_else, ACTIONS(39), 1, anon_sym_if, ACTIONS(41), 1, anon_sym_catch, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(45), 1, sym_escaped_character, ACTIONS(47), 1, anon_sym_LBRACK, ACTIONS(125), 1, ts_builtin_sym_end, STATE(2), 1, aux_sym_source_file_repeat1, ACTIONS(127), 2, anon_sym_LF, anon_sym_SEMI, STATE(97), 2, sym__concat_word, sym_braced_word, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, STATE(602), 16, sym_regexp, sym_while, sym_expr_cmd, sym_foreach, sym_global, sym_namespace, sym_try, sym__command, sym_command, sym_set, sym_procedure, sym_elseif, sym_else, sym_if, sym__conditional, sym_catch, [404] = 27, ACTIONS(5), 1, sym_simple_word, ACTIONS(11), 1, anon_sym_regexp, ACTIONS(13), 1, anon_sym_while, ACTIONS(15), 1, anon_sym_expr, ACTIONS(17), 1, anon_sym_foreach, ACTIONS(19), 1, anon_sym_global, ACTIONS(21), 1, anon_sym_namespace, ACTIONS(23), 1, anon_sym_try, ACTIONS(25), 1, sym_unpack, ACTIONS(27), 1, anon_sym_DOLLAR, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(31), 1, anon_sym_set, ACTIONS(33), 1, anon_sym_proc, ACTIONS(35), 1, anon_sym_elseif, ACTIONS(37), 1, anon_sym_else, ACTIONS(39), 1, anon_sym_if, ACTIONS(41), 1, anon_sym_catch, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(45), 1, sym_escaped_character, ACTIONS(47), 1, anon_sym_LBRACK, ACTIONS(119), 1, sym_comment, ACTIONS(129), 1, anon_sym_RBRACE, STATE(70), 1, aux_sym_braced_word_repeat1, ACTIONS(117), 2, anon_sym_LF, anon_sym_SEMI, STATE(97), 2, sym__concat_word, sym_braced_word, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, STATE(565), 16, sym_regexp, sym_while, sym_expr_cmd, sym_foreach, sym_global, sym_namespace, sym_try, sym__command, sym_command, sym_set, sym_procedure, sym_elseif, sym_else, sym_if, sym__conditional, sym_catch, [505] = 27, ACTIONS(5), 1, sym_simple_word, ACTIONS(11), 1, anon_sym_regexp, ACTIONS(13), 1, anon_sym_while, ACTIONS(15), 1, anon_sym_expr, ACTIONS(17), 1, anon_sym_foreach, ACTIONS(19), 1, anon_sym_global, ACTIONS(21), 1, anon_sym_namespace, ACTIONS(23), 1, anon_sym_try, ACTIONS(25), 1, sym_unpack, ACTIONS(27), 1, anon_sym_DOLLAR, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(31), 1, anon_sym_set, ACTIONS(33), 1, anon_sym_proc, ACTIONS(35), 1, anon_sym_elseif, ACTIONS(37), 1, anon_sym_else, ACTIONS(39), 1, anon_sym_if, ACTIONS(41), 1, anon_sym_catch, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(45), 1, sym_escaped_character, ACTIONS(47), 1, anon_sym_LBRACK, ACTIONS(119), 1, sym_comment, ACTIONS(131), 1, anon_sym_RBRACE, STATE(70), 1, aux_sym_braced_word_repeat1, ACTIONS(117), 2, anon_sym_LF, anon_sym_SEMI, STATE(97), 2, sym__concat_word, sym_braced_word, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, STATE(565), 16, sym_regexp, sym_while, sym_expr_cmd, sym_foreach, sym_global, sym_namespace, sym_try, sym__command, sym_command, sym_set, sym_procedure, sym_elseif, sym_else, sym_if, sym__conditional, sym_catch, [606] = 27, ACTIONS(5), 1, sym_simple_word, ACTIONS(11), 1, anon_sym_regexp, ACTIONS(13), 1, anon_sym_while, ACTIONS(15), 1, anon_sym_expr, ACTIONS(17), 1, anon_sym_foreach, ACTIONS(19), 1, anon_sym_global, ACTIONS(21), 1, anon_sym_namespace, ACTIONS(23), 1, anon_sym_try, ACTIONS(25), 1, sym_unpack, ACTIONS(27), 1, anon_sym_DOLLAR, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(31), 1, anon_sym_set, ACTIONS(33), 1, anon_sym_proc, ACTIONS(35), 1, anon_sym_elseif, ACTIONS(37), 1, anon_sym_else, ACTIONS(39), 1, anon_sym_if, ACTIONS(41), 1, anon_sym_catch, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(45), 1, sym_escaped_character, ACTIONS(47), 1, anon_sym_LBRACK, ACTIONS(119), 1, sym_comment, ACTIONS(133), 1, anon_sym_RBRACE, STATE(70), 1, aux_sym_braced_word_repeat1, ACTIONS(117), 2, anon_sym_LF, anon_sym_SEMI, STATE(97), 2, sym__concat_word, sym_braced_word, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, STATE(565), 16, sym_regexp, sym_while, sym_expr_cmd, sym_foreach, sym_global, sym_namespace, sym_try, sym__command, sym_command, sym_set, sym_procedure, sym_elseif, sym_else, sym_if, sym__conditional, sym_catch, [707] = 27, ACTIONS(5), 1, sym_simple_word, ACTIONS(11), 1, anon_sym_regexp, ACTIONS(13), 1, anon_sym_while, ACTIONS(15), 1, anon_sym_expr, ACTIONS(17), 1, anon_sym_foreach, ACTIONS(19), 1, anon_sym_global, ACTIONS(21), 1, anon_sym_namespace, ACTIONS(23), 1, anon_sym_try, ACTIONS(25), 1, sym_unpack, ACTIONS(27), 1, anon_sym_DOLLAR, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(31), 1, anon_sym_set, ACTIONS(33), 1, anon_sym_proc, ACTIONS(35), 1, anon_sym_elseif, ACTIONS(37), 1, anon_sym_else, ACTIONS(39), 1, anon_sym_if, ACTIONS(41), 1, anon_sym_catch, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(45), 1, sym_escaped_character, ACTIONS(47), 1, anon_sym_LBRACK, ACTIONS(119), 1, sym_comment, ACTIONS(135), 1, anon_sym_RBRACE, STATE(70), 1, aux_sym_braced_word_repeat1, ACTIONS(117), 2, anon_sym_LF, anon_sym_SEMI, STATE(97), 2, sym__concat_word, sym_braced_word, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, STATE(565), 16, sym_regexp, sym_while, sym_expr_cmd, sym_foreach, sym_global, sym_namespace, sym_try, sym__command, sym_command, sym_set, sym_procedure, sym_elseif, sym_else, sym_if, sym__conditional, sym_catch, [808] = 27, ACTIONS(5), 1, sym_simple_word, ACTIONS(11), 1, anon_sym_regexp, ACTIONS(13), 1, anon_sym_while, ACTIONS(15), 1, anon_sym_expr, ACTIONS(17), 1, anon_sym_foreach, ACTIONS(19), 1, anon_sym_global, ACTIONS(21), 1, anon_sym_namespace, ACTIONS(23), 1, anon_sym_try, ACTIONS(25), 1, sym_unpack, ACTIONS(27), 1, anon_sym_DOLLAR, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(31), 1, anon_sym_set, ACTIONS(33), 1, anon_sym_proc, ACTIONS(35), 1, anon_sym_elseif, ACTIONS(37), 1, anon_sym_else, ACTIONS(39), 1, anon_sym_if, ACTIONS(41), 1, anon_sym_catch, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(45), 1, sym_escaped_character, ACTIONS(47), 1, anon_sym_LBRACK, ACTIONS(119), 1, sym_comment, ACTIONS(137), 1, anon_sym_RBRACE, STATE(70), 1, aux_sym_braced_word_repeat1, ACTIONS(117), 2, anon_sym_LF, anon_sym_SEMI, STATE(97), 2, sym__concat_word, sym_braced_word, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, STATE(565), 16, sym_regexp, sym_while, sym_expr_cmd, sym_foreach, sym_global, sym_namespace, sym_try, sym__command, sym_command, sym_set, sym_procedure, sym_elseif, sym_else, sym_if, sym__conditional, sym_catch, [909] = 27, ACTIONS(5), 1, sym_simple_word, ACTIONS(11), 1, anon_sym_regexp, ACTIONS(13), 1, anon_sym_while, ACTIONS(15), 1, anon_sym_expr, ACTIONS(17), 1, anon_sym_foreach, ACTIONS(19), 1, anon_sym_global, ACTIONS(21), 1, anon_sym_namespace, ACTIONS(23), 1, anon_sym_try, ACTIONS(25), 1, sym_unpack, ACTIONS(27), 1, anon_sym_DOLLAR, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(31), 1, anon_sym_set, ACTIONS(33), 1, anon_sym_proc, ACTIONS(35), 1, anon_sym_elseif, ACTIONS(37), 1, anon_sym_else, ACTIONS(39), 1, anon_sym_if, ACTIONS(41), 1, anon_sym_catch, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(45), 1, sym_escaped_character, ACTIONS(47), 1, anon_sym_LBRACK, ACTIONS(119), 1, sym_comment, ACTIONS(139), 1, anon_sym_RBRACE, STATE(70), 1, aux_sym_braced_word_repeat1, ACTIONS(117), 2, anon_sym_LF, anon_sym_SEMI, STATE(97), 2, sym__concat_word, sym_braced_word, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, STATE(565), 16, sym_regexp, sym_while, sym_expr_cmd, sym_foreach, sym_global, sym_namespace, sym_try, sym__command, sym_command, sym_set, sym_procedure, sym_elseif, sym_else, sym_if, sym__conditional, sym_catch, [1010] = 27, ACTIONS(5), 1, sym_simple_word, ACTIONS(11), 1, anon_sym_regexp, ACTIONS(13), 1, anon_sym_while, ACTIONS(15), 1, anon_sym_expr, ACTIONS(17), 1, anon_sym_foreach, ACTIONS(19), 1, anon_sym_global, ACTIONS(21), 1, anon_sym_namespace, ACTIONS(23), 1, anon_sym_try, ACTIONS(25), 1, sym_unpack, ACTIONS(27), 1, anon_sym_DOLLAR, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(31), 1, anon_sym_set, ACTIONS(33), 1, anon_sym_proc, ACTIONS(35), 1, anon_sym_elseif, ACTIONS(37), 1, anon_sym_else, ACTIONS(39), 1, anon_sym_if, ACTIONS(41), 1, anon_sym_catch, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(45), 1, sym_escaped_character, ACTIONS(47), 1, anon_sym_LBRACK, ACTIONS(119), 1, sym_comment, ACTIONS(141), 1, anon_sym_RBRACE, STATE(70), 1, aux_sym_braced_word_repeat1, ACTIONS(117), 2, anon_sym_LF, anon_sym_SEMI, STATE(97), 2, sym__concat_word, sym_braced_word, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, STATE(565), 16, sym_regexp, sym_while, sym_expr_cmd, sym_foreach, sym_global, sym_namespace, sym_try, sym__command, sym_command, sym_set, sym_procedure, sym_elseif, sym_else, sym_if, sym__conditional, sym_catch, [1111] = 27, ACTIONS(5), 1, sym_simple_word, ACTIONS(11), 1, anon_sym_regexp, ACTIONS(13), 1, anon_sym_while, ACTIONS(15), 1, anon_sym_expr, ACTIONS(17), 1, anon_sym_foreach, ACTIONS(19), 1, anon_sym_global, ACTIONS(21), 1, anon_sym_namespace, ACTIONS(23), 1, anon_sym_try, ACTIONS(25), 1, sym_unpack, ACTIONS(27), 1, anon_sym_DOLLAR, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(31), 1, anon_sym_set, ACTIONS(33), 1, anon_sym_proc, ACTIONS(35), 1, anon_sym_elseif, ACTIONS(37), 1, anon_sym_else, ACTIONS(39), 1, anon_sym_if, ACTIONS(41), 1, anon_sym_catch, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(45), 1, sym_escaped_character, ACTIONS(47), 1, anon_sym_LBRACK, ACTIONS(119), 1, sym_comment, ACTIONS(143), 1, anon_sym_RBRACE, STATE(70), 1, aux_sym_braced_word_repeat1, ACTIONS(117), 2, anon_sym_LF, anon_sym_SEMI, STATE(97), 2, sym__concat_word, sym_braced_word, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, STATE(565), 16, sym_regexp, sym_while, sym_expr_cmd, sym_foreach, sym_global, sym_namespace, sym_try, sym__command, sym_command, sym_set, sym_procedure, sym_elseif, sym_else, sym_if, sym__conditional, sym_catch, [1212] = 26, ACTIONS(5), 1, sym_simple_word, ACTIONS(11), 1, anon_sym_regexp, ACTIONS(13), 1, anon_sym_while, ACTIONS(15), 1, anon_sym_expr, ACTIONS(17), 1, anon_sym_foreach, ACTIONS(19), 1, anon_sym_global, ACTIONS(21), 1, anon_sym_namespace, ACTIONS(23), 1, anon_sym_try, ACTIONS(25), 1, sym_unpack, ACTIONS(27), 1, anon_sym_DOLLAR, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(31), 1, anon_sym_set, ACTIONS(33), 1, anon_sym_proc, ACTIONS(35), 1, anon_sym_elseif, ACTIONS(37), 1, anon_sym_else, ACTIONS(39), 1, anon_sym_if, ACTIONS(41), 1, anon_sym_catch, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(45), 1, sym_escaped_character, ACTIONS(47), 1, anon_sym_LBRACK, ACTIONS(119), 1, sym_comment, STATE(70), 1, aux_sym_braced_word_repeat1, ACTIONS(117), 2, anon_sym_LF, anon_sym_SEMI, STATE(97), 2, sym__concat_word, sym_braced_word, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, STATE(565), 16, sym_regexp, sym_while, sym_expr_cmd, sym_foreach, sym_global, sym_namespace, sym_try, sym__command, sym_command, sym_set, sym_procedure, sym_elseif, sym_else, sym_if, sym__conditional, sym_catch, [1310] = 25, ACTIONS(5), 1, sym_simple_word, ACTIONS(11), 1, anon_sym_regexp, ACTIONS(13), 1, anon_sym_while, ACTIONS(15), 1, anon_sym_expr, ACTIONS(17), 1, anon_sym_foreach, ACTIONS(19), 1, anon_sym_global, ACTIONS(21), 1, anon_sym_namespace, ACTIONS(23), 1, anon_sym_try, ACTIONS(25), 1, sym_unpack, ACTIONS(27), 1, anon_sym_DOLLAR, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(31), 1, anon_sym_set, ACTIONS(33), 1, anon_sym_proc, ACTIONS(35), 1, anon_sym_elseif, ACTIONS(37), 1, anon_sym_else, ACTIONS(39), 1, anon_sym_if, ACTIONS(41), 1, anon_sym_catch, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(47), 1, anon_sym_LBRACK, ACTIONS(145), 1, sym_comment, ACTIONS(147), 1, anon_sym_RBRACE, ACTIONS(149), 1, sym_escaped_character, STATE(97), 2, sym__concat_word, sym_braced_word, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, STATE(461), 16, sym_regexp, sym_while, sym_expr_cmd, sym_foreach, sym_global, sym_namespace, sym_try, sym__command, sym_command, sym_set, sym_procedure, sym_elseif, sym_else, sym_if, sym__conditional, sym_catch, [1404] = 25, ACTIONS(5), 1, sym_simple_word, ACTIONS(11), 1, anon_sym_regexp, ACTIONS(13), 1, anon_sym_while, ACTIONS(15), 1, anon_sym_expr, ACTIONS(17), 1, anon_sym_foreach, ACTIONS(19), 1, anon_sym_global, ACTIONS(21), 1, anon_sym_namespace, ACTIONS(23), 1, anon_sym_try, ACTIONS(25), 1, sym_unpack, ACTIONS(27), 1, anon_sym_DOLLAR, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(31), 1, anon_sym_set, ACTIONS(33), 1, anon_sym_proc, ACTIONS(35), 1, anon_sym_elseif, ACTIONS(37), 1, anon_sym_else, ACTIONS(39), 1, anon_sym_if, ACTIONS(41), 1, anon_sym_catch, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(47), 1, anon_sym_LBRACK, ACTIONS(149), 1, sym_escaped_character, ACTIONS(151), 1, sym_comment, ACTIONS(153), 1, anon_sym_RBRACE, STATE(97), 2, sym__concat_word, sym_braced_word, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, STATE(468), 16, sym_regexp, sym_while, sym_expr_cmd, sym_foreach, sym_global, sym_namespace, sym_try, sym__command, sym_command, sym_set, sym_procedure, sym_elseif, sym_else, sym_if, sym__conditional, sym_catch, [1498] = 25, ACTIONS(5), 1, sym_simple_word, ACTIONS(11), 1, anon_sym_regexp, ACTIONS(13), 1, anon_sym_while, ACTIONS(15), 1, anon_sym_expr, ACTIONS(17), 1, anon_sym_foreach, ACTIONS(19), 1, anon_sym_global, ACTIONS(21), 1, anon_sym_namespace, ACTIONS(23), 1, anon_sym_try, ACTIONS(25), 1, sym_unpack, ACTIONS(27), 1, anon_sym_DOLLAR, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(31), 1, anon_sym_set, ACTIONS(33), 1, anon_sym_proc, ACTIONS(35), 1, anon_sym_elseif, ACTIONS(37), 1, anon_sym_else, ACTIONS(39), 1, anon_sym_if, ACTIONS(41), 1, anon_sym_catch, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(47), 1, anon_sym_LBRACK, ACTIONS(149), 1, sym_escaped_character, ACTIONS(155), 1, sym_comment, ACTIONS(157), 1, anon_sym_RBRACE, STATE(97), 2, sym__concat_word, sym_braced_word, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, STATE(480), 16, sym_regexp, sym_while, sym_expr_cmd, sym_foreach, sym_global, sym_namespace, sym_try, sym__command, sym_command, sym_set, sym_procedure, sym_elseif, sym_else, sym_if, sym__conditional, sym_catch, [1592] = 25, ACTIONS(5), 1, sym_simple_word, ACTIONS(11), 1, anon_sym_regexp, ACTIONS(13), 1, anon_sym_while, ACTIONS(15), 1, anon_sym_expr, ACTIONS(17), 1, anon_sym_foreach, ACTIONS(19), 1, anon_sym_global, ACTIONS(21), 1, anon_sym_namespace, ACTIONS(23), 1, anon_sym_try, ACTIONS(25), 1, sym_unpack, ACTIONS(27), 1, anon_sym_DOLLAR, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(31), 1, anon_sym_set, ACTIONS(33), 1, anon_sym_proc, ACTIONS(35), 1, anon_sym_elseif, ACTIONS(37), 1, anon_sym_else, ACTIONS(39), 1, anon_sym_if, ACTIONS(41), 1, anon_sym_catch, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(47), 1, anon_sym_LBRACK, ACTIONS(149), 1, sym_escaped_character, ACTIONS(159), 1, sym_comment, ACTIONS(161), 1, anon_sym_RBRACE, STATE(97), 2, sym__concat_word, sym_braced_word, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, STATE(492), 16, sym_regexp, sym_while, sym_expr_cmd, sym_foreach, sym_global, sym_namespace, sym_try, sym__command, sym_command, sym_set, sym_procedure, sym_elseif, sym_else, sym_if, sym__conditional, sym_catch, [1686] = 25, ACTIONS(5), 1, sym_simple_word, ACTIONS(11), 1, anon_sym_regexp, ACTIONS(13), 1, anon_sym_while, ACTIONS(15), 1, anon_sym_expr, ACTIONS(17), 1, anon_sym_foreach, ACTIONS(19), 1, anon_sym_global, ACTIONS(21), 1, anon_sym_namespace, ACTIONS(23), 1, anon_sym_try, ACTIONS(25), 1, sym_unpack, ACTIONS(27), 1, anon_sym_DOLLAR, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(31), 1, anon_sym_set, ACTIONS(33), 1, anon_sym_proc, ACTIONS(35), 1, anon_sym_elseif, ACTIONS(37), 1, anon_sym_else, ACTIONS(39), 1, anon_sym_if, ACTIONS(41), 1, anon_sym_catch, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(47), 1, anon_sym_LBRACK, ACTIONS(149), 1, sym_escaped_character, ACTIONS(163), 1, sym_comment, ACTIONS(165), 1, anon_sym_RBRACE, STATE(97), 2, sym__concat_word, sym_braced_word, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, STATE(485), 16, sym_regexp, sym_while, sym_expr_cmd, sym_foreach, sym_global, sym_namespace, sym_try, sym__command, sym_command, sym_set, sym_procedure, sym_elseif, sym_else, sym_if, sym__conditional, sym_catch, [1780] = 24, ACTIONS(167), 1, sym_simple_word, ACTIONS(169), 1, sym_comment, ACTIONS(171), 1, anon_sym_regexp, ACTIONS(173), 1, anon_sym_while, ACTIONS(175), 1, anon_sym_expr, ACTIONS(177), 1, anon_sym_foreach, ACTIONS(179), 1, anon_sym_global, ACTIONS(181), 1, anon_sym_namespace, ACTIONS(183), 1, anon_sym_try, ACTIONS(185), 1, sym_unpack, ACTIONS(187), 1, anon_sym_DOLLAR, ACTIONS(189), 1, anon_sym_LBRACE, ACTIONS(191), 1, anon_sym_set, ACTIONS(193), 1, anon_sym_proc, ACTIONS(195), 1, anon_sym_elseif, ACTIONS(197), 1, anon_sym_else, ACTIONS(199), 1, anon_sym_if, ACTIONS(201), 1, anon_sym_catch, ACTIONS(203), 1, anon_sym_DQUOTE, ACTIONS(205), 1, sym_escaped_character, ACTIONS(207), 1, anon_sym_LBRACK, STATE(105), 2, sym__concat_word, sym_braced_word, STATE(304), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, STATE(639), 16, sym_regexp, sym_while, sym_expr_cmd, sym_foreach, sym_global, sym_namespace, sym_try, sym__command, sym_command, sym_set, sym_procedure, sym_elseif, sym_else, sym_if, sym__conditional, sym_catch, [1871] = 24, ACTIONS(167), 1, sym_simple_word, ACTIONS(171), 1, anon_sym_regexp, ACTIONS(173), 1, anon_sym_while, ACTIONS(175), 1, anon_sym_expr, ACTIONS(177), 1, anon_sym_foreach, ACTIONS(179), 1, anon_sym_global, ACTIONS(181), 1, anon_sym_namespace, ACTIONS(183), 1, anon_sym_try, ACTIONS(185), 1, sym_unpack, ACTIONS(187), 1, anon_sym_DOLLAR, ACTIONS(189), 1, anon_sym_LBRACE, ACTIONS(191), 1, anon_sym_set, ACTIONS(193), 1, anon_sym_proc, ACTIONS(195), 1, anon_sym_elseif, ACTIONS(197), 1, anon_sym_else, ACTIONS(199), 1, anon_sym_if, ACTIONS(201), 1, anon_sym_catch, ACTIONS(203), 1, anon_sym_DQUOTE, ACTIONS(205), 1, sym_escaped_character, ACTIONS(207), 1, anon_sym_LBRACK, ACTIONS(209), 1, sym_comment, STATE(105), 2, sym__concat_word, sym_braced_word, STATE(304), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, STATE(645), 16, sym_regexp, sym_while, sym_expr_cmd, sym_foreach, sym_global, sym_namespace, sym_try, sym__command, sym_command, sym_set, sym_procedure, sym_elseif, sym_else, sym_if, sym__conditional, sym_catch, [1962] = 24, ACTIONS(167), 1, sym_simple_word, ACTIONS(171), 1, anon_sym_regexp, ACTIONS(173), 1, anon_sym_while, ACTIONS(175), 1, anon_sym_expr, ACTIONS(177), 1, anon_sym_foreach, ACTIONS(179), 1, anon_sym_global, ACTIONS(181), 1, anon_sym_namespace, ACTIONS(183), 1, anon_sym_try, ACTIONS(185), 1, sym_unpack, ACTIONS(187), 1, anon_sym_DOLLAR, ACTIONS(189), 1, anon_sym_LBRACE, ACTIONS(191), 1, anon_sym_set, ACTIONS(193), 1, anon_sym_proc, ACTIONS(195), 1, anon_sym_elseif, ACTIONS(197), 1, anon_sym_else, ACTIONS(199), 1, anon_sym_if, ACTIONS(201), 1, anon_sym_catch, ACTIONS(203), 1, anon_sym_DQUOTE, ACTIONS(205), 1, sym_escaped_character, ACTIONS(207), 1, anon_sym_LBRACK, ACTIONS(211), 1, sym_comment, STATE(105), 2, sym__concat_word, sym_braced_word, STATE(304), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, STATE(700), 16, sym_regexp, sym_while, sym_expr_cmd, sym_foreach, sym_global, sym_namespace, sym_try, sym__command, sym_command, sym_set, sym_procedure, sym_elseif, sym_else, sym_if, sym__conditional, sym_catch, [2053] = 24, ACTIONS(167), 1, sym_simple_word, ACTIONS(171), 1, anon_sym_regexp, ACTIONS(173), 1, anon_sym_while, ACTIONS(175), 1, anon_sym_expr, ACTIONS(177), 1, anon_sym_foreach, ACTIONS(179), 1, anon_sym_global, ACTIONS(181), 1, anon_sym_namespace, ACTIONS(183), 1, anon_sym_try, ACTIONS(185), 1, sym_unpack, ACTIONS(187), 1, anon_sym_DOLLAR, ACTIONS(189), 1, anon_sym_LBRACE, ACTIONS(191), 1, anon_sym_set, ACTIONS(193), 1, anon_sym_proc, ACTIONS(195), 1, anon_sym_elseif, ACTIONS(197), 1, anon_sym_else, ACTIONS(199), 1, anon_sym_if, ACTIONS(201), 1, anon_sym_catch, ACTIONS(203), 1, anon_sym_DQUOTE, ACTIONS(205), 1, sym_escaped_character, ACTIONS(207), 1, anon_sym_LBRACK, ACTIONS(213), 1, sym_comment, STATE(105), 2, sym__concat_word, sym_braced_word, STATE(304), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, STATE(683), 16, sym_regexp, sym_while, sym_expr_cmd, sym_foreach, sym_global, sym_namespace, sym_try, sym__command, sym_command, sym_set, sym_procedure, sym_elseif, sym_else, sym_if, sym__conditional, sym_catch, [2144] = 24, ACTIONS(167), 1, sym_simple_word, ACTIONS(171), 1, anon_sym_regexp, ACTIONS(173), 1, anon_sym_while, ACTIONS(175), 1, anon_sym_expr, ACTIONS(177), 1, anon_sym_foreach, ACTIONS(179), 1, anon_sym_global, ACTIONS(181), 1, anon_sym_namespace, ACTIONS(183), 1, anon_sym_try, ACTIONS(185), 1, sym_unpack, ACTIONS(187), 1, anon_sym_DOLLAR, ACTIONS(189), 1, anon_sym_LBRACE, ACTIONS(191), 1, anon_sym_set, ACTIONS(193), 1, anon_sym_proc, ACTIONS(195), 1, anon_sym_elseif, ACTIONS(197), 1, anon_sym_else, ACTIONS(199), 1, anon_sym_if, ACTIONS(201), 1, anon_sym_catch, ACTIONS(203), 1, anon_sym_DQUOTE, ACTIONS(205), 1, sym_escaped_character, ACTIONS(207), 1, anon_sym_LBRACK, ACTIONS(215), 1, sym_comment, STATE(105), 2, sym__concat_word, sym_braced_word, STATE(304), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, STATE(680), 16, sym_regexp, sym_while, sym_expr_cmd, sym_foreach, sym_global, sym_namespace, sym_try, sym__command, sym_command, sym_set, sym_procedure, sym_elseif, sym_else, sym_if, sym__conditional, sym_catch, [2235] = 24, ACTIONS(167), 1, sym_simple_word, ACTIONS(171), 1, anon_sym_regexp, ACTIONS(173), 1, anon_sym_while, ACTIONS(175), 1, anon_sym_expr, ACTIONS(177), 1, anon_sym_foreach, ACTIONS(179), 1, anon_sym_global, ACTIONS(181), 1, anon_sym_namespace, ACTIONS(183), 1, anon_sym_try, ACTIONS(185), 1, sym_unpack, ACTIONS(187), 1, anon_sym_DOLLAR, ACTIONS(189), 1, anon_sym_LBRACE, ACTIONS(191), 1, anon_sym_set, ACTIONS(193), 1, anon_sym_proc, ACTIONS(195), 1, anon_sym_elseif, ACTIONS(197), 1, anon_sym_else, ACTIONS(199), 1, anon_sym_if, ACTIONS(201), 1, anon_sym_catch, ACTIONS(203), 1, anon_sym_DQUOTE, ACTIONS(205), 1, sym_escaped_character, ACTIONS(207), 1, anon_sym_LBRACK, ACTIONS(217), 1, sym_comment, STATE(105), 2, sym__concat_word, sym_braced_word, STATE(304), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, STATE(663), 16, sym_regexp, sym_while, sym_expr_cmd, sym_foreach, sym_global, sym_namespace, sym_try, sym__command, sym_command, sym_set, sym_procedure, sym_elseif, sym_else, sym_if, sym__conditional, sym_catch, [2326] = 24, ACTIONS(167), 1, sym_simple_word, ACTIONS(171), 1, anon_sym_regexp, ACTIONS(173), 1, anon_sym_while, ACTIONS(175), 1, anon_sym_expr, ACTIONS(177), 1, anon_sym_foreach, ACTIONS(179), 1, anon_sym_global, ACTIONS(181), 1, anon_sym_namespace, ACTIONS(183), 1, anon_sym_try, ACTIONS(185), 1, sym_unpack, ACTIONS(187), 1, anon_sym_DOLLAR, ACTIONS(189), 1, anon_sym_LBRACE, ACTIONS(191), 1, anon_sym_set, ACTIONS(193), 1, anon_sym_proc, ACTIONS(195), 1, anon_sym_elseif, ACTIONS(197), 1, anon_sym_else, ACTIONS(199), 1, anon_sym_if, ACTIONS(201), 1, anon_sym_catch, ACTIONS(203), 1, anon_sym_DQUOTE, ACTIONS(205), 1, sym_escaped_character, ACTIONS(207), 1, anon_sym_LBRACK, ACTIONS(219), 1, sym_comment, STATE(105), 2, sym__concat_word, sym_braced_word, STATE(304), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, STATE(619), 16, sym_regexp, sym_while, sym_expr_cmd, sym_foreach, sym_global, sym_namespace, sym_try, sym__command, sym_command, sym_set, sym_procedure, sym_elseif, sym_else, sym_if, sym__conditional, sym_catch, [2417] = 24, ACTIONS(167), 1, sym_simple_word, ACTIONS(171), 1, anon_sym_regexp, ACTIONS(173), 1, anon_sym_while, ACTIONS(175), 1, anon_sym_expr, ACTIONS(177), 1, anon_sym_foreach, ACTIONS(179), 1, anon_sym_global, ACTIONS(181), 1, anon_sym_namespace, ACTIONS(183), 1, anon_sym_try, ACTIONS(185), 1, sym_unpack, ACTIONS(187), 1, anon_sym_DOLLAR, ACTIONS(189), 1, anon_sym_LBRACE, ACTIONS(191), 1, anon_sym_set, ACTIONS(193), 1, anon_sym_proc, ACTIONS(195), 1, anon_sym_elseif, ACTIONS(197), 1, anon_sym_else, ACTIONS(199), 1, anon_sym_if, ACTIONS(201), 1, anon_sym_catch, ACTIONS(203), 1, anon_sym_DQUOTE, ACTIONS(205), 1, sym_escaped_character, ACTIONS(207), 1, anon_sym_LBRACK, ACTIONS(221), 1, sym_comment, STATE(105), 2, sym__concat_word, sym_braced_word, STATE(304), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, STATE(615), 16, sym_regexp, sym_while, sym_expr_cmd, sym_foreach, sym_global, sym_namespace, sym_try, sym__command, sym_command, sym_set, sym_procedure, sym_elseif, sym_else, sym_if, sym__conditional, sym_catch, [2508] = 24, ACTIONS(167), 1, sym_simple_word, ACTIONS(171), 1, anon_sym_regexp, ACTIONS(173), 1, anon_sym_while, ACTIONS(175), 1, anon_sym_expr, ACTIONS(177), 1, anon_sym_foreach, ACTIONS(179), 1, anon_sym_global, ACTIONS(181), 1, anon_sym_namespace, ACTIONS(183), 1, anon_sym_try, ACTIONS(185), 1, sym_unpack, ACTIONS(187), 1, anon_sym_DOLLAR, ACTIONS(189), 1, anon_sym_LBRACE, ACTIONS(191), 1, anon_sym_set, ACTIONS(193), 1, anon_sym_proc, ACTIONS(195), 1, anon_sym_elseif, ACTIONS(197), 1, anon_sym_else, ACTIONS(199), 1, anon_sym_if, ACTIONS(201), 1, anon_sym_catch, ACTIONS(203), 1, anon_sym_DQUOTE, ACTIONS(205), 1, sym_escaped_character, ACTIONS(207), 1, anon_sym_LBRACK, ACTIONS(223), 1, sym_comment, STATE(105), 2, sym__concat_word, sym_braced_word, STATE(304), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, STATE(623), 16, sym_regexp, sym_while, sym_expr_cmd, sym_foreach, sym_global, sym_namespace, sym_try, sym__command, sym_command, sym_set, sym_procedure, sym_elseif, sym_else, sym_if, sym__conditional, sym_catch, [2599] = 24, ACTIONS(167), 1, sym_simple_word, ACTIONS(171), 1, anon_sym_regexp, ACTIONS(173), 1, anon_sym_while, ACTIONS(175), 1, anon_sym_expr, ACTIONS(177), 1, anon_sym_foreach, ACTIONS(179), 1, anon_sym_global, ACTIONS(181), 1, anon_sym_namespace, ACTIONS(183), 1, anon_sym_try, ACTIONS(185), 1, sym_unpack, ACTIONS(187), 1, anon_sym_DOLLAR, ACTIONS(189), 1, anon_sym_LBRACE, ACTIONS(191), 1, anon_sym_set, ACTIONS(193), 1, anon_sym_proc, ACTIONS(195), 1, anon_sym_elseif, ACTIONS(197), 1, anon_sym_else, ACTIONS(199), 1, anon_sym_if, ACTIONS(201), 1, anon_sym_catch, ACTIONS(203), 1, anon_sym_DQUOTE, ACTIONS(205), 1, sym_escaped_character, ACTIONS(207), 1, anon_sym_LBRACK, ACTIONS(225), 1, sym_comment, STATE(105), 2, sym__concat_word, sym_braced_word, STATE(304), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, STATE(603), 16, sym_regexp, sym_while, sym_expr_cmd, sym_foreach, sym_global, sym_namespace, sym_try, sym__command, sym_command, sym_set, sym_procedure, sym_elseif, sym_else, sym_if, sym__conditional, sym_catch, [2690] = 5, ACTIONS(227), 1, anon_sym_COLON_COLON, STATE(31), 1, aux_sym__id_immediate_repeat1, STATE(650), 1, sym__ns_delim, ACTIONS(231), 6, anon_sym_STAR, anon_sym_GT, anon_sym_LT, anon_sym_AMP, anon_sym_PIPE, anon_sym_COLON, ACTIONS(229), 23, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_eq, anon_sym_ne, anon_sym_in, anon_sym_ni, anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_RBRACK, [2733] = 5, ACTIONS(233), 1, anon_sym_COLON_COLON, STATE(31), 1, aux_sym__id_immediate_repeat1, STATE(650), 1, sym__ns_delim, ACTIONS(238), 6, anon_sym_STAR, anon_sym_GT, anon_sym_LT, anon_sym_AMP, anon_sym_PIPE, anon_sym_COLON, ACTIONS(236), 23, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_eq, anon_sym_ne, anon_sym_in, anon_sym_ni, anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_RBRACK, [2776] = 5, ACTIONS(227), 1, anon_sym_COLON_COLON, STATE(33), 1, aux_sym__id_immediate_repeat1, STATE(650), 1, sym__ns_delim, ACTIONS(242), 6, anon_sym_STAR, anon_sym_GT, anon_sym_LT, anon_sym_AMP, anon_sym_PIPE, anon_sym_COLON, ACTIONS(240), 23, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_eq, anon_sym_ne, anon_sym_in, anon_sym_ni, anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_RBRACK, [2819] = 5, ACTIONS(227), 1, anon_sym_COLON_COLON, STATE(31), 1, aux_sym__id_immediate_repeat1, STATE(650), 1, sym__ns_delim, ACTIONS(246), 6, anon_sym_STAR, anon_sym_GT, anon_sym_LT, anon_sym_AMP, anon_sym_PIPE, anon_sym_COLON, ACTIONS(244), 23, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_eq, anon_sym_ne, anon_sym_in, anon_sym_ni, anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_RBRACK, [2862] = 5, ACTIONS(227), 1, anon_sym_COLON_COLON, STATE(30), 1, aux_sym__id_immediate_repeat1, STATE(650), 1, sym__ns_delim, ACTIONS(246), 6, anon_sym_STAR, anon_sym_GT, anon_sym_LT, anon_sym_AMP, anon_sym_PIPE, anon_sym_COLON, ACTIONS(244), 23, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_eq, anon_sym_ne, anon_sym_in, anon_sym_ni, anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_RBRACK, [2905] = 2, ACTIONS(238), 6, anon_sym_STAR, anon_sym_GT, anon_sym_LT, anon_sym_AMP, anon_sym_PIPE, anon_sym_COLON, ACTIONS(236), 24, anon_sym_COLON_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_eq, anon_sym_ne, anon_sym_in, anon_sym_ni, anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_RBRACK, [2940] = 4, ACTIONS(248), 1, anon_sym_LPAREN, STATE(43), 1, sym_array_index, ACTIONS(252), 5, anon_sym_STAR, anon_sym_GT, anon_sym_LT, anon_sym_AMP, anon_sym_PIPE, ACTIONS(250), 23, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_eq, anon_sym_ne, anon_sym_in, anon_sym_ni, anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_COLON, anon_sym_RBRACK, [2979] = 4, ACTIONS(248), 1, anon_sym_LPAREN, STATE(40), 1, sym_array_index, ACTIONS(256), 5, anon_sym_STAR, anon_sym_GT, anon_sym_LT, anon_sym_AMP, anon_sym_PIPE, ACTIONS(254), 23, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_eq, anon_sym_ne, anon_sym_in, anon_sym_ni, anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_COLON, anon_sym_RBRACK, [3018] = 2, ACTIONS(260), 5, anon_sym_STAR, anon_sym_GT, anon_sym_LT, anon_sym_AMP, anon_sym_PIPE, ACTIONS(258), 23, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_eq, anon_sym_ne, anon_sym_in, anon_sym_ni, anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_COLON, anon_sym_RBRACK, [3051] = 2, ACTIONS(264), 5, anon_sym_STAR, anon_sym_GT, anon_sym_LT, anon_sym_AMP, anon_sym_PIPE, ACTIONS(262), 23, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_eq, anon_sym_ne, anon_sym_in, anon_sym_ni, anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_COLON, anon_sym_RBRACK, [3084] = 2, ACTIONS(268), 5, anon_sym_STAR, anon_sym_GT, anon_sym_LT, anon_sym_AMP, anon_sym_PIPE, ACTIONS(266), 23, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_eq, anon_sym_ne, anon_sym_in, anon_sym_ni, anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_COLON, anon_sym_RBRACK, [3117] = 2, ACTIONS(272), 5, anon_sym_STAR, anon_sym_GT, anon_sym_LT, anon_sym_AMP, anon_sym_PIPE, ACTIONS(270), 23, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_eq, anon_sym_ne, anon_sym_in, anon_sym_ni, anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_COLON, anon_sym_RBRACK, [3150] = 2, ACTIONS(276), 5, anon_sym_STAR, anon_sym_GT, anon_sym_LT, anon_sym_AMP, anon_sym_PIPE, ACTIONS(274), 23, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_eq, anon_sym_ne, anon_sym_in, anon_sym_ni, anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_COLON, anon_sym_RBRACK, [3183] = 2, ACTIONS(280), 5, anon_sym_STAR, anon_sym_GT, anon_sym_LT, anon_sym_AMP, anon_sym_PIPE, ACTIONS(278), 23, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_eq, anon_sym_ne, anon_sym_in, anon_sym_ni, anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_COLON, anon_sym_RBRACK, [3216] = 2, ACTIONS(284), 5, anon_sym_STAR, anon_sym_GT, anon_sym_LT, anon_sym_AMP, anon_sym_PIPE, ACTIONS(282), 23, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_eq, anon_sym_ne, anon_sym_in, anon_sym_ni, anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_COLON, anon_sym_RBRACK, [3249] = 16, ACTIONS(290), 1, anon_sym_STAR_STAR, ACTIONS(294), 1, anon_sym_STAR, ACTIONS(308), 1, anon_sym_AMP, ACTIONS(310), 1, anon_sym_CARET, ACTIONS(312), 1, anon_sym_PIPE, ACTIONS(314), 1, anon_sym_AMP_AMP, ACTIONS(316), 1, anon_sym_PIPE_PIPE, ACTIONS(288), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(292), 2, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(296), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(298), 2, anon_sym_GT, anon_sym_LT, ACTIONS(300), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(302), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(304), 2, anon_sym_eq, anon_sym_ne, ACTIONS(306), 2, anon_sym_in, anon_sym_ni, ACTIONS(286), 4, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_COLON, [3309] = 2, ACTIONS(320), 5, anon_sym_STAR, anon_sym_GT, anon_sym_LT, anon_sym_AMP, anon_sym_PIPE, ACTIONS(318), 22, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_eq, anon_sym_ne, anon_sym_in, anon_sym_ni, anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_COLON, [3341] = 3, ACTIONS(290), 1, anon_sym_STAR_STAR, ACTIONS(320), 5, anon_sym_STAR, anon_sym_GT, anon_sym_LT, anon_sym_AMP, anon_sym_PIPE, ACTIONS(318), 21, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_eq, anon_sym_ne, anon_sym_in, anon_sym_ni, anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_COLON, [3375] = 6, ACTIONS(290), 1, anon_sym_STAR_STAR, ACTIONS(294), 1, anon_sym_STAR, ACTIONS(288), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(292), 2, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(320), 4, anon_sym_GT, anon_sym_LT, anon_sym_AMP, anon_sym_PIPE, ACTIONS(318), 17, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_eq, anon_sym_ne, anon_sym_in, anon_sym_ni, anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_COLON, [3415] = 7, ACTIONS(290), 1, anon_sym_STAR_STAR, ACTIONS(294), 1, anon_sym_STAR, ACTIONS(288), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(292), 2, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(296), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(320), 4, anon_sym_GT, anon_sym_LT, anon_sym_AMP, anon_sym_PIPE, ACTIONS(318), 15, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_eq, anon_sym_ne, anon_sym_in, anon_sym_ni, anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_COLON, [3457] = 9, ACTIONS(290), 1, anon_sym_STAR_STAR, ACTIONS(294), 1, anon_sym_STAR, ACTIONS(288), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(292), 2, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(296), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(298), 2, anon_sym_GT, anon_sym_LT, ACTIONS(300), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(320), 2, anon_sym_AMP, anon_sym_PIPE, ACTIONS(318), 13, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_eq, anon_sym_ne, anon_sym_in, anon_sym_ni, anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_COLON, [3503] = 10, ACTIONS(290), 1, anon_sym_STAR_STAR, ACTIONS(294), 1, anon_sym_STAR, ACTIONS(288), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(292), 2, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(296), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(298), 2, anon_sym_GT, anon_sym_LT, ACTIONS(300), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(302), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(320), 2, anon_sym_AMP, anon_sym_PIPE, ACTIONS(318), 11, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_eq, anon_sym_ne, anon_sym_in, anon_sym_ni, anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_COLON, [3551] = 11, ACTIONS(290), 1, anon_sym_STAR_STAR, ACTIONS(294), 1, anon_sym_STAR, ACTIONS(288), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(292), 2, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(296), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(298), 2, anon_sym_GT, anon_sym_LT, ACTIONS(300), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(302), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(304), 2, anon_sym_eq, anon_sym_ne, ACTIONS(320), 2, anon_sym_AMP, anon_sym_PIPE, ACTIONS(318), 9, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_in, anon_sym_ni, anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_COLON, [3601] = 12, ACTIONS(290), 1, anon_sym_STAR_STAR, ACTIONS(294), 1, anon_sym_STAR, ACTIONS(288), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(292), 2, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(296), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(298), 2, anon_sym_GT, anon_sym_LT, ACTIONS(300), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(302), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(304), 2, anon_sym_eq, anon_sym_ne, ACTIONS(306), 2, anon_sym_in, anon_sym_ni, ACTIONS(320), 2, anon_sym_AMP, anon_sym_PIPE, ACTIONS(318), 7, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_COLON, [3653] = 13, ACTIONS(290), 1, anon_sym_STAR_STAR, ACTIONS(294), 1, anon_sym_STAR, ACTIONS(308), 1, anon_sym_AMP, ACTIONS(320), 1, anon_sym_PIPE, ACTIONS(288), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(292), 2, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(296), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(298), 2, anon_sym_GT, anon_sym_LT, ACTIONS(300), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(302), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(304), 2, anon_sym_eq, anon_sym_ne, ACTIONS(306), 2, anon_sym_in, anon_sym_ni, ACTIONS(318), 7, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_COLON, [3707] = 14, ACTIONS(290), 1, anon_sym_STAR_STAR, ACTIONS(294), 1, anon_sym_STAR, ACTIONS(308), 1, anon_sym_AMP, ACTIONS(310), 1, anon_sym_CARET, ACTIONS(320), 1, anon_sym_PIPE, ACTIONS(288), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(292), 2, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(296), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(298), 2, anon_sym_GT, anon_sym_LT, ACTIONS(300), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(302), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(304), 2, anon_sym_eq, anon_sym_ne, ACTIONS(306), 2, anon_sym_in, anon_sym_ni, ACTIONS(318), 6, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_COLON, [3763] = 14, ACTIONS(290), 1, anon_sym_STAR_STAR, ACTIONS(294), 1, anon_sym_STAR, ACTIONS(308), 1, anon_sym_AMP, ACTIONS(310), 1, anon_sym_CARET, ACTIONS(312), 1, anon_sym_PIPE, ACTIONS(288), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(292), 2, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(296), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(298), 2, anon_sym_GT, anon_sym_LT, ACTIONS(300), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(302), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(304), 2, anon_sym_eq, anon_sym_ne, ACTIONS(306), 2, anon_sym_in, anon_sym_ni, ACTIONS(318), 6, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_COLON, [3819] = 15, ACTIONS(290), 1, anon_sym_STAR_STAR, ACTIONS(294), 1, anon_sym_STAR, ACTIONS(308), 1, anon_sym_AMP, ACTIONS(310), 1, anon_sym_CARET, ACTIONS(312), 1, anon_sym_PIPE, ACTIONS(314), 1, anon_sym_AMP_AMP, ACTIONS(288), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(292), 2, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(296), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(298), 2, anon_sym_GT, anon_sym_LT, ACTIONS(300), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(302), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(304), 2, anon_sym_eq, anon_sym_ne, ACTIONS(306), 2, anon_sym_in, anon_sym_ni, ACTIONS(318), 5, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_COLON, [3877] = 2, ACTIONS(324), 5, anon_sym_STAR, anon_sym_GT, anon_sym_LT, anon_sym_AMP, anon_sym_PIPE, ACTIONS(322), 22, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_eq, anon_sym_ne, anon_sym_in, anon_sym_ni, anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_COLON, [3909] = 2, ACTIONS(328), 5, anon_sym_STAR, anon_sym_GT, anon_sym_LT, anon_sym_AMP, anon_sym_PIPE, ACTIONS(326), 22, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_eq, anon_sym_ne, anon_sym_in, anon_sym_ni, anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_COLON, [3941] = 2, ACTIONS(332), 5, anon_sym_STAR, anon_sym_GT, anon_sym_LT, anon_sym_AMP, anon_sym_PIPE, ACTIONS(330), 22, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_eq, anon_sym_ne, anon_sym_in, anon_sym_ni, anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_COLON, [3973] = 2, ACTIONS(336), 5, anon_sym_STAR, anon_sym_GT, anon_sym_LT, anon_sym_AMP, anon_sym_PIPE, ACTIONS(334), 22, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_eq, anon_sym_ne, anon_sym_in, anon_sym_ni, anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_COLON, [4005] = 5, ACTIONS(290), 1, anon_sym_STAR_STAR, ACTIONS(294), 1, anon_sym_STAR, ACTIONS(292), 2, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(320), 4, anon_sym_GT, anon_sym_LT, anon_sym_AMP, anon_sym_PIPE, ACTIONS(318), 19, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_DASH, anon_sym_PLUS, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_eq, anon_sym_ne, anon_sym_in, anon_sym_ni, anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_COLON, [4043] = 17, ACTIONS(290), 1, anon_sym_STAR_STAR, ACTIONS(294), 1, anon_sym_STAR, ACTIONS(308), 1, anon_sym_AMP, ACTIONS(310), 1, anon_sym_CARET, ACTIONS(312), 1, anon_sym_PIPE, ACTIONS(314), 1, anon_sym_AMP_AMP, ACTIONS(316), 1, anon_sym_PIPE_PIPE, ACTIONS(338), 1, anon_sym_QMARK, ACTIONS(340), 1, anon_sym_COLON, ACTIONS(288), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(292), 2, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(296), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(298), 2, anon_sym_GT, anon_sym_LT, ACTIONS(300), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(302), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(304), 2, anon_sym_eq, anon_sym_ne, ACTIONS(306), 2, anon_sym_in, anon_sym_ni, [4103] = 17, ACTIONS(290), 1, anon_sym_STAR_STAR, ACTIONS(294), 1, anon_sym_STAR, ACTIONS(308), 1, anon_sym_AMP, ACTIONS(310), 1, anon_sym_CARET, ACTIONS(312), 1, anon_sym_PIPE, ACTIONS(314), 1, anon_sym_AMP_AMP, ACTIONS(316), 1, anon_sym_PIPE_PIPE, ACTIONS(338), 1, anon_sym_QMARK, ACTIONS(342), 1, anon_sym_RPAREN, ACTIONS(288), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(292), 2, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(296), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(298), 2, anon_sym_GT, anon_sym_LT, ACTIONS(300), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(302), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(304), 2, anon_sym_eq, anon_sym_ne, ACTIONS(306), 2, anon_sym_in, anon_sym_ni, [4163] = 17, ACTIONS(290), 1, anon_sym_STAR_STAR, ACTIONS(294), 1, anon_sym_STAR, ACTIONS(308), 1, anon_sym_AMP, ACTIONS(310), 1, anon_sym_CARET, ACTIONS(312), 1, anon_sym_PIPE, ACTIONS(314), 1, anon_sym_AMP_AMP, ACTIONS(316), 1, anon_sym_PIPE_PIPE, ACTIONS(338), 1, anon_sym_QMARK, ACTIONS(344), 1, anon_sym_RPAREN, ACTIONS(288), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(292), 2, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(296), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(298), 2, anon_sym_GT, anon_sym_LT, ACTIONS(300), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(302), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(304), 2, anon_sym_eq, anon_sym_ne, ACTIONS(306), 2, anon_sym_in, anon_sym_ni, [4223] = 17, ACTIONS(290), 1, anon_sym_STAR_STAR, ACTIONS(294), 1, anon_sym_STAR, ACTIONS(308), 1, anon_sym_AMP, ACTIONS(310), 1, anon_sym_CARET, ACTIONS(312), 1, anon_sym_PIPE, ACTIONS(314), 1, anon_sym_AMP_AMP, ACTIONS(316), 1, anon_sym_PIPE_PIPE, ACTIONS(338), 1, anon_sym_QMARK, ACTIONS(346), 1, anon_sym_RBRACE, ACTIONS(288), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(292), 2, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(296), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(298), 2, anon_sym_GT, anon_sym_LT, ACTIONS(300), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(302), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(304), 2, anon_sym_eq, anon_sym_ne, ACTIONS(306), 2, anon_sym_in, anon_sym_ni, [4283] = 17, ACTIONS(290), 1, anon_sym_STAR_STAR, ACTIONS(294), 1, anon_sym_STAR, ACTIONS(308), 1, anon_sym_AMP, ACTIONS(310), 1, anon_sym_CARET, ACTIONS(312), 1, anon_sym_PIPE, ACTIONS(314), 1, anon_sym_AMP_AMP, ACTIONS(316), 1, anon_sym_PIPE_PIPE, ACTIONS(338), 1, anon_sym_QMARK, ACTIONS(348), 1, anon_sym_RPAREN, ACTIONS(288), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(292), 2, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(296), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(298), 2, anon_sym_GT, anon_sym_LT, ACTIONS(300), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(302), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(304), 2, anon_sym_eq, anon_sym_ne, ACTIONS(306), 2, anon_sym_in, anon_sym_ni, [4343] = 17, ACTIONS(290), 1, anon_sym_STAR_STAR, ACTIONS(294), 1, anon_sym_STAR, ACTIONS(308), 1, anon_sym_AMP, ACTIONS(310), 1, anon_sym_CARET, ACTIONS(312), 1, anon_sym_PIPE, ACTIONS(314), 1, anon_sym_AMP_AMP, ACTIONS(316), 1, anon_sym_PIPE_PIPE, ACTIONS(338), 1, anon_sym_QMARK, ACTIONS(350), 1, anon_sym_RBRACE, ACTIONS(288), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(292), 2, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(296), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(298), 2, anon_sym_GT, anon_sym_LT, ACTIONS(300), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(302), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(304), 2, anon_sym_eq, anon_sym_ne, ACTIONS(306), 2, anon_sym_in, anon_sym_ni, [4403] = 17, ACTIONS(290), 1, anon_sym_STAR_STAR, ACTIONS(294), 1, anon_sym_STAR, ACTIONS(308), 1, anon_sym_AMP, ACTIONS(310), 1, anon_sym_CARET, ACTIONS(312), 1, anon_sym_PIPE, ACTIONS(314), 1, anon_sym_AMP_AMP, ACTIONS(316), 1, anon_sym_PIPE_PIPE, ACTIONS(338), 1, anon_sym_QMARK, ACTIONS(352), 1, anon_sym_RPAREN, ACTIONS(288), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(292), 2, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(296), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(298), 2, anon_sym_GT, anon_sym_LT, ACTIONS(300), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(302), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(304), 2, anon_sym_eq, anon_sym_ne, ACTIONS(306), 2, anon_sym_in, anon_sym_ni, [4463] = 3, STATE(70), 1, aux_sym_braced_word_repeat1, ACTIONS(356), 2, anon_sym_LF, anon_sym_SEMI, ACTIONS(354), 22, sym_comment, anon_sym_regexp, anon_sym_while, anon_sym_expr, anon_sym_foreach, anon_sym_global, anon_sym_namespace, anon_sym_try, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_set, anon_sym_proc, anon_sym_elseif, anon_sym_else, anon_sym_if, anon_sym_catch, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [4495] = 17, ACTIONS(290), 1, anon_sym_STAR_STAR, ACTIONS(294), 1, anon_sym_STAR, ACTIONS(308), 1, anon_sym_AMP, ACTIONS(310), 1, anon_sym_CARET, ACTIONS(312), 1, anon_sym_PIPE, ACTIONS(314), 1, anon_sym_AMP_AMP, ACTIONS(316), 1, anon_sym_PIPE_PIPE, ACTIONS(338), 1, anon_sym_QMARK, ACTIONS(359), 1, anon_sym_RBRACE, ACTIONS(288), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(292), 2, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(296), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(298), 2, anon_sym_GT, anon_sym_LT, ACTIONS(300), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, ACTIONS(302), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, ACTIONS(304), 2, anon_sym_eq, anon_sym_ne, ACTIONS(306), 2, anon_sym_in, anon_sym_ni, [4555] = 2, ACTIONS(49), 1, ts_builtin_sym_end, ACTIONS(361), 23, anon_sym_LF, anon_sym_SEMI, sym_comment, anon_sym_regexp, anon_sym_while, anon_sym_expr, anon_sym_foreach, anon_sym_global, anon_sym_namespace, anon_sym_try, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_set, anon_sym_proc, anon_sym_elseif, anon_sym_else, anon_sym_if, anon_sym_catch, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [4584] = 10, ACTIONS(363), 1, sym_simple_word, ACTIONS(365), 1, anon_sym_DOLLAR, ACTIONS(367), 1, anon_sym_LBRACE, ACTIONS(371), 1, anon_sym_LPAREN2, ACTIONS(375), 1, anon_sym_DQUOTE, ACTIONS(377), 1, sym_escaped_character, ACTIONS(379), 1, anon_sym_LBRACK, ACTIONS(369), 2, sym_number, sym__boolean, ACTIONS(373), 4, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, anon_sym_BANG, STATE(67), 9, sym_variable_substitution, sym_braced_word_simple, sym__expr_atom_no_brace, sym__expr, sym_unary_expr, sym_binop_expr, sym_ternary_expr, sym_quoted_word, sym_command_substitution, [4627] = 10, ACTIONS(363), 1, sym_simple_word, ACTIONS(365), 1, anon_sym_DOLLAR, ACTIONS(367), 1, anon_sym_LBRACE, ACTIONS(371), 1, anon_sym_LPAREN2, ACTIONS(375), 1, anon_sym_DQUOTE, ACTIONS(379), 1, anon_sym_LBRACK, ACTIONS(383), 1, sym_escaped_character, ACTIONS(381), 2, sym_number, sym__boolean, ACTIONS(373), 4, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, anon_sym_BANG, STATE(64), 9, sym_variable_substitution, sym_braced_word_simple, sym__expr_atom_no_brace, sym__expr, sym_unary_expr, sym_binop_expr, sym_ternary_expr, sym_quoted_word, sym_command_substitution, [4670] = 10, ACTIONS(363), 1, sym_simple_word, ACTIONS(365), 1, anon_sym_DOLLAR, ACTIONS(367), 1, anon_sym_LBRACE, ACTIONS(371), 1, anon_sym_LPAREN2, ACTIONS(375), 1, anon_sym_DQUOTE, ACTIONS(379), 1, anon_sym_LBRACK, ACTIONS(387), 1, sym_escaped_character, ACTIONS(385), 2, sym_number, sym__boolean, ACTIONS(373), 4, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, anon_sym_BANG, STATE(60), 9, sym_variable_substitution, sym_braced_word_simple, sym__expr_atom_no_brace, sym__expr, sym_unary_expr, sym_binop_expr, sym_ternary_expr, sym_quoted_word, sym_command_substitution, [4713] = 10, ACTIONS(363), 1, sym_simple_word, ACTIONS(365), 1, anon_sym_DOLLAR, ACTIONS(367), 1, anon_sym_LBRACE, ACTIONS(371), 1, anon_sym_LPAREN2, ACTIONS(375), 1, anon_sym_DQUOTE, ACTIONS(379), 1, anon_sym_LBRACK, ACTIONS(391), 1, sym_escaped_character, ACTIONS(389), 2, sym_number, sym__boolean, ACTIONS(373), 4, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, anon_sym_BANG, STATE(62), 9, sym_variable_substitution, sym_braced_word_simple, sym__expr_atom_no_brace, sym__expr, sym_unary_expr, sym_binop_expr, sym_ternary_expr, sym_quoted_word, sym_command_substitution, [4756] = 10, ACTIONS(363), 1, sym_simple_word, ACTIONS(365), 1, anon_sym_DOLLAR, ACTIONS(367), 1, anon_sym_LBRACE, ACTIONS(371), 1, anon_sym_LPAREN2, ACTIONS(375), 1, anon_sym_DQUOTE, ACTIONS(379), 1, anon_sym_LBRACK, ACTIONS(395), 1, sym_escaped_character, ACTIONS(393), 2, sym_number, sym__boolean, ACTIONS(373), 4, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, anon_sym_BANG, STATE(69), 9, sym_variable_substitution, sym_braced_word_simple, sym__expr_atom_no_brace, sym__expr, sym_unary_expr, sym_binop_expr, sym_ternary_expr, sym_quoted_word, sym_command_substitution, [4799] = 10, ACTIONS(363), 1, sym_simple_word, ACTIONS(365), 1, anon_sym_DOLLAR, ACTIONS(367), 1, anon_sym_LBRACE, ACTIONS(371), 1, anon_sym_LPAREN2, ACTIONS(375), 1, anon_sym_DQUOTE, ACTIONS(379), 1, anon_sym_LBRACK, ACTIONS(399), 1, sym_escaped_character, ACTIONS(397), 2, sym_number, sym__boolean, ACTIONS(373), 4, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, anon_sym_BANG, STATE(68), 9, sym_variable_substitution, sym_braced_word_simple, sym__expr_atom_no_brace, sym__expr, sym_unary_expr, sym_binop_expr, sym_ternary_expr, sym_quoted_word, sym_command_substitution, [4842] = 10, ACTIONS(363), 1, sym_simple_word, ACTIONS(365), 1, anon_sym_DOLLAR, ACTIONS(367), 1, anon_sym_LBRACE, ACTIONS(371), 1, anon_sym_LPAREN2, ACTIONS(375), 1, anon_sym_DQUOTE, ACTIONS(379), 1, anon_sym_LBRACK, ACTIONS(403), 1, sym_escaped_character, ACTIONS(401), 2, sym_number, sym__boolean, ACTIONS(373), 4, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, anon_sym_BANG, STATE(46), 9, sym_variable_substitution, sym_braced_word_simple, sym__expr_atom_no_brace, sym__expr, sym_unary_expr, sym_binop_expr, sym_ternary_expr, sym_quoted_word, sym_command_substitution, [4885] = 10, ACTIONS(363), 1, sym_simple_word, ACTIONS(365), 1, anon_sym_DOLLAR, ACTIONS(367), 1, anon_sym_LBRACE, ACTIONS(371), 1, anon_sym_LPAREN2, ACTIONS(375), 1, anon_sym_DQUOTE, ACTIONS(379), 1, anon_sym_LBRACK, ACTIONS(407), 1, sym_escaped_character, ACTIONS(405), 2, sym_number, sym__boolean, ACTIONS(373), 4, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, anon_sym_BANG, STATE(48), 9, sym_variable_substitution, sym_braced_word_simple, sym__expr_atom_no_brace, sym__expr, sym_unary_expr, sym_binop_expr, sym_ternary_expr, sym_quoted_word, sym_command_substitution, [4928] = 10, ACTIONS(363), 1, sym_simple_word, ACTIONS(365), 1, anon_sym_DOLLAR, ACTIONS(367), 1, anon_sym_LBRACE, ACTIONS(371), 1, anon_sym_LPAREN2, ACTIONS(375), 1, anon_sym_DQUOTE, ACTIONS(379), 1, anon_sym_LBRACK, ACTIONS(411), 1, sym_escaped_character, ACTIONS(409), 2, sym_number, sym__boolean, ACTIONS(373), 4, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, anon_sym_BANG, STATE(47), 9, sym_variable_substitution, sym_braced_word_simple, sym__expr_atom_no_brace, sym__expr, sym_unary_expr, sym_binop_expr, sym_ternary_expr, sym_quoted_word, sym_command_substitution, [4971] = 10, ACTIONS(363), 1, sym_simple_word, ACTIONS(365), 1, anon_sym_DOLLAR, ACTIONS(367), 1, anon_sym_LBRACE, ACTIONS(371), 1, anon_sym_LPAREN2, ACTIONS(375), 1, anon_sym_DQUOTE, ACTIONS(379), 1, anon_sym_LBRACK, ACTIONS(415), 1, sym_escaped_character, ACTIONS(413), 2, sym_number, sym__boolean, ACTIONS(373), 4, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, anon_sym_BANG, STATE(49), 9, sym_variable_substitution, sym_braced_word_simple, sym__expr_atom_no_brace, sym__expr, sym_unary_expr, sym_binop_expr, sym_ternary_expr, sym_quoted_word, sym_command_substitution, [5014] = 10, ACTIONS(363), 1, sym_simple_word, ACTIONS(365), 1, anon_sym_DOLLAR, ACTIONS(367), 1, anon_sym_LBRACE, ACTIONS(371), 1, anon_sym_LPAREN2, ACTIONS(375), 1, anon_sym_DQUOTE, ACTIONS(379), 1, anon_sym_LBRACK, ACTIONS(419), 1, sym_escaped_character, ACTIONS(417), 2, sym_number, sym__boolean, ACTIONS(373), 4, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, anon_sym_BANG, STATE(50), 9, sym_variable_substitution, sym_braced_word_simple, sym__expr_atom_no_brace, sym__expr, sym_unary_expr, sym_binop_expr, sym_ternary_expr, sym_quoted_word, sym_command_substitution, [5057] = 10, ACTIONS(363), 1, sym_simple_word, ACTIONS(365), 1, anon_sym_DOLLAR, ACTIONS(367), 1, anon_sym_LBRACE, ACTIONS(371), 1, anon_sym_LPAREN2, ACTIONS(375), 1, anon_sym_DQUOTE, ACTIONS(379), 1, anon_sym_LBRACK, ACTIONS(423), 1, sym_escaped_character, ACTIONS(421), 2, sym_number, sym__boolean, ACTIONS(373), 4, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, anon_sym_BANG, STATE(51), 9, sym_variable_substitution, sym_braced_word_simple, sym__expr_atom_no_brace, sym__expr, sym_unary_expr, sym_binop_expr, sym_ternary_expr, sym_quoted_word, sym_command_substitution, [5100] = 10, ACTIONS(363), 1, sym_simple_word, ACTIONS(365), 1, anon_sym_DOLLAR, ACTIONS(367), 1, anon_sym_LBRACE, ACTIONS(371), 1, anon_sym_LPAREN2, ACTIONS(375), 1, anon_sym_DQUOTE, ACTIONS(379), 1, anon_sym_LBRACK, ACTIONS(427), 1, sym_escaped_character, ACTIONS(425), 2, sym_number, sym__boolean, ACTIONS(373), 4, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, anon_sym_BANG, STATE(52), 9, sym_variable_substitution, sym_braced_word_simple, sym__expr_atom_no_brace, sym__expr, sym_unary_expr, sym_binop_expr, sym_ternary_expr, sym_quoted_word, sym_command_substitution, [5143] = 10, ACTIONS(363), 1, sym_simple_word, ACTIONS(365), 1, anon_sym_DOLLAR, ACTIONS(367), 1, anon_sym_LBRACE, ACTIONS(371), 1, anon_sym_LPAREN2, ACTIONS(375), 1, anon_sym_DQUOTE, ACTIONS(379), 1, anon_sym_LBRACK, ACTIONS(431), 1, sym_escaped_character, ACTIONS(429), 2, sym_number, sym__boolean, ACTIONS(373), 4, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, anon_sym_BANG, STATE(53), 9, sym_variable_substitution, sym_braced_word_simple, sym__expr_atom_no_brace, sym__expr, sym_unary_expr, sym_binop_expr, sym_ternary_expr, sym_quoted_word, sym_command_substitution, [5186] = 10, ACTIONS(363), 1, sym_simple_word, ACTIONS(365), 1, anon_sym_DOLLAR, ACTIONS(367), 1, anon_sym_LBRACE, ACTIONS(371), 1, anon_sym_LPAREN2, ACTIONS(375), 1, anon_sym_DQUOTE, ACTIONS(379), 1, anon_sym_LBRACK, ACTIONS(435), 1, sym_escaped_character, ACTIONS(433), 2, sym_number, sym__boolean, ACTIONS(373), 4, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, anon_sym_BANG, STATE(54), 9, sym_variable_substitution, sym_braced_word_simple, sym__expr_atom_no_brace, sym__expr, sym_unary_expr, sym_binop_expr, sym_ternary_expr, sym_quoted_word, sym_command_substitution, [5229] = 10, ACTIONS(363), 1, sym_simple_word, ACTIONS(365), 1, anon_sym_DOLLAR, ACTIONS(367), 1, anon_sym_LBRACE, ACTIONS(371), 1, anon_sym_LPAREN2, ACTIONS(375), 1, anon_sym_DQUOTE, ACTIONS(379), 1, anon_sym_LBRACK, ACTIONS(439), 1, sym_escaped_character, ACTIONS(437), 2, sym_number, sym__boolean, ACTIONS(373), 4, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, anon_sym_BANG, STATE(55), 9, sym_variable_substitution, sym_braced_word_simple, sym__expr_atom_no_brace, sym__expr, sym_unary_expr, sym_binop_expr, sym_ternary_expr, sym_quoted_word, sym_command_substitution, [5272] = 10, ACTIONS(363), 1, sym_simple_word, ACTIONS(365), 1, anon_sym_DOLLAR, ACTIONS(367), 1, anon_sym_LBRACE, ACTIONS(371), 1, anon_sym_LPAREN2, ACTIONS(375), 1, anon_sym_DQUOTE, ACTIONS(379), 1, anon_sym_LBRACK, ACTIONS(443), 1, sym_escaped_character, ACTIONS(441), 2, sym_number, sym__boolean, ACTIONS(373), 4, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, anon_sym_BANG, STATE(56), 9, sym_variable_substitution, sym_braced_word_simple, sym__expr_atom_no_brace, sym__expr, sym_unary_expr, sym_binop_expr, sym_ternary_expr, sym_quoted_word, sym_command_substitution, [5315] = 10, ACTIONS(363), 1, sym_simple_word, ACTIONS(365), 1, anon_sym_DOLLAR, ACTIONS(367), 1, anon_sym_LBRACE, ACTIONS(371), 1, anon_sym_LPAREN2, ACTIONS(375), 1, anon_sym_DQUOTE, ACTIONS(379), 1, anon_sym_LBRACK, ACTIONS(447), 1, sym_escaped_character, ACTIONS(445), 2, sym_number, sym__boolean, ACTIONS(373), 4, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, anon_sym_BANG, STATE(57), 9, sym_variable_substitution, sym_braced_word_simple, sym__expr_atom_no_brace, sym__expr, sym_unary_expr, sym_binop_expr, sym_ternary_expr, sym_quoted_word, sym_command_substitution, [5358] = 10, ACTIONS(363), 1, sym_simple_word, ACTIONS(365), 1, anon_sym_DOLLAR, ACTIONS(367), 1, anon_sym_LBRACE, ACTIONS(371), 1, anon_sym_LPAREN2, ACTIONS(375), 1, anon_sym_DQUOTE, ACTIONS(379), 1, anon_sym_LBRACK, ACTIONS(451), 1, sym_escaped_character, ACTIONS(449), 2, sym_number, sym__boolean, ACTIONS(373), 4, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, anon_sym_BANG, STATE(63), 9, sym_variable_substitution, sym_braced_word_simple, sym__expr_atom_no_brace, sym__expr, sym_unary_expr, sym_binop_expr, sym_ternary_expr, sym_quoted_word, sym_command_substitution, [5401] = 10, ACTIONS(363), 1, sym_simple_word, ACTIONS(365), 1, anon_sym_DOLLAR, ACTIONS(367), 1, anon_sym_LBRACE, ACTIONS(371), 1, anon_sym_LPAREN2, ACTIONS(375), 1, anon_sym_DQUOTE, ACTIONS(379), 1, anon_sym_LBRACK, ACTIONS(455), 1, sym_escaped_character, ACTIONS(453), 2, sym_number, sym__boolean, ACTIONS(373), 4, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, anon_sym_BANG, STATE(66), 9, sym_variable_substitution, sym_braced_word_simple, sym__expr_atom_no_brace, sym__expr, sym_unary_expr, sym_binop_expr, sym_ternary_expr, sym_quoted_word, sym_command_substitution, [5444] = 10, ACTIONS(363), 1, sym_simple_word, ACTIONS(365), 1, anon_sym_DOLLAR, ACTIONS(367), 1, anon_sym_LBRACE, ACTIONS(371), 1, anon_sym_LPAREN2, ACTIONS(375), 1, anon_sym_DQUOTE, ACTIONS(379), 1, anon_sym_LBRACK, ACTIONS(459), 1, sym_escaped_character, ACTIONS(457), 2, sym_number, sym__boolean, ACTIONS(373), 4, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, anon_sym_BANG, STATE(71), 9, sym_variable_substitution, sym_braced_word_simple, sym__expr_atom_no_brace, sym__expr, sym_unary_expr, sym_binop_expr, sym_ternary_expr, sym_quoted_word, sym_command_substitution, [5487] = 10, ACTIONS(363), 1, sym_simple_word, ACTIONS(365), 1, anon_sym_DOLLAR, ACTIONS(367), 1, anon_sym_LBRACE, ACTIONS(371), 1, anon_sym_LPAREN2, ACTIONS(375), 1, anon_sym_DQUOTE, ACTIONS(379), 1, anon_sym_LBRACK, ACTIONS(463), 1, sym_escaped_character, ACTIONS(461), 2, sym_number, sym__boolean, ACTIONS(373), 4, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, anon_sym_BANG, STATE(65), 9, sym_variable_substitution, sym_braced_word_simple, sym__expr_atom_no_brace, sym__expr, sym_unary_expr, sym_binop_expr, sym_ternary_expr, sym_quoted_word, sym_command_substitution, [5530] = 10, ACTIONS(363), 1, sym_simple_word, ACTIONS(365), 1, anon_sym_DOLLAR, ACTIONS(367), 1, anon_sym_LBRACE, ACTIONS(371), 1, anon_sym_LPAREN2, ACTIONS(375), 1, anon_sym_DQUOTE, ACTIONS(379), 1, anon_sym_LBRACK, ACTIONS(467), 1, sym_escaped_character, ACTIONS(465), 2, sym_number, sym__boolean, ACTIONS(373), 4, anon_sym_DASH, anon_sym_PLUS, anon_sym_TILDE, anon_sym_BANG, STATE(45), 9, sym_variable_substitution, sym_braced_word_simple, sym__expr_atom_no_brace, sym__expr, sym_unary_expr, sym_binop_expr, sym_ternary_expr, sym_quoted_word, sym_command_substitution, [5573] = 11, ACTIONS(5), 1, sym_simple_word, ACTIONS(27), 1, anon_sym_DOLLAR, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(45), 1, sym_escaped_character, ACTIONS(47), 1, anon_sym_LBRACK, ACTIONS(471), 1, sym_unpack, STATE(578), 1, sym_word_list, ACTIONS(469), 3, anon_sym_LF, anon_sym_SEMI, anon_sym_RBRACE, STATE(98), 3, sym__concat_word, sym_braced_word, aux_sym_word_list_repeat1, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [5613] = 11, ACTIONS(5), 1, sym_simple_word, ACTIONS(27), 1, anon_sym_DOLLAR, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(45), 1, sym_escaped_character, ACTIONS(47), 1, anon_sym_LBRACK, ACTIONS(471), 1, sym_unpack, STATE(562), 1, sym_word_list, ACTIONS(473), 3, anon_sym_LF, anon_sym_SEMI, anon_sym_RBRACE, STATE(98), 3, sym__concat_word, sym_braced_word, aux_sym_word_list_repeat1, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [5653] = 10, ACTIONS(5), 1, sym_simple_word, ACTIONS(27), 1, anon_sym_DOLLAR, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(45), 1, sym_escaped_character, ACTIONS(47), 1, anon_sym_LBRACK, ACTIONS(471), 1, sym_unpack, ACTIONS(475), 3, anon_sym_LF, anon_sym_SEMI, anon_sym_RBRACE, STATE(99), 3, sym__concat_word, sym_braced_word, aux_sym_word_list_repeat1, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [5690] = 10, ACTIONS(477), 1, sym_simple_word, ACTIONS(482), 1, sym_unpack, ACTIONS(485), 1, anon_sym_DOLLAR, ACTIONS(488), 1, anon_sym_LBRACE, ACTIONS(491), 1, anon_sym_DQUOTE, ACTIONS(494), 1, sym_escaped_character, ACTIONS(497), 1, anon_sym_LBRACK, ACTIONS(480), 3, anon_sym_LF, anon_sym_SEMI, anon_sym_RBRACE, STATE(99), 3, sym__concat_word, sym_braced_word, aux_sym_word_list_repeat1, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [5727] = 10, ACTIONS(504), 1, anon_sym_LPAREN, ACTIONS(506), 1, anon_sym_DOLLAR, ACTIONS(508), 1, anon_sym_LBRACE, ACTIONS(510), 1, anon_sym_DQUOTE, ACTIONS(512), 1, anon_sym_LBRACK, STATE(114), 1, sym_array_index, STATE(553), 1, sym__word_simple, ACTIONS(500), 2, sym_escaped_character, sym_simple_word, ACTIONS(502), 3, anon_sym_LF, anon_sym_SEMI, anon_sym_RBRACE, STATE(498), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [5764] = 5, ACTIONS(514), 1, anon_sym_COLON_COLON, STATE(103), 1, aux_sym__id_immediate_repeat1, STATE(674), 1, sym__ns_delim, ACTIONS(244), 2, sym__concat, anon_sym_LPAREN, ACTIONS(246), 10, anon_sym_LF, anon_sym_SEMI, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [5790] = 11, ACTIONS(167), 1, sym_simple_word, ACTIONS(187), 1, anon_sym_DOLLAR, ACTIONS(189), 1, anon_sym_LBRACE, ACTIONS(203), 1, anon_sym_DQUOTE, ACTIONS(205), 1, sym_escaped_character, ACTIONS(207), 1, anon_sym_LBRACK, ACTIONS(469), 1, anon_sym_RBRACK, ACTIONS(516), 1, sym_unpack, STATE(607), 1, sym_word_list, STATE(111), 3, sym__concat_word, sym_braced_word, aux_sym_word_list_repeat1, STATE(304), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [5828] = 5, ACTIONS(514), 1, anon_sym_COLON_COLON, STATE(104), 1, aux_sym__id_immediate_repeat1, STATE(674), 1, sym__ns_delim, ACTIONS(229), 2, sym__concat, anon_sym_LPAREN, ACTIONS(231), 10, anon_sym_LF, anon_sym_SEMI, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [5854] = 5, ACTIONS(518), 1, anon_sym_COLON_COLON, STATE(104), 1, aux_sym__id_immediate_repeat1, STATE(674), 1, sym__ns_delim, ACTIONS(236), 2, sym__concat, anon_sym_LPAREN, ACTIONS(238), 10, anon_sym_LF, anon_sym_SEMI, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [5880] = 11, ACTIONS(167), 1, sym_simple_word, ACTIONS(187), 1, anon_sym_DOLLAR, ACTIONS(189), 1, anon_sym_LBRACE, ACTIONS(203), 1, anon_sym_DQUOTE, ACTIONS(205), 1, sym_escaped_character, ACTIONS(207), 1, anon_sym_LBRACK, ACTIONS(473), 1, anon_sym_RBRACK, ACTIONS(516), 1, sym_unpack, STATE(635), 1, sym_word_list, STATE(111), 3, sym__concat_word, sym_braced_word, aux_sym_word_list_repeat1, STATE(304), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [5918] = 5, ACTIONS(514), 1, anon_sym_COLON_COLON, STATE(107), 1, aux_sym__id_immediate_repeat1, STATE(674), 1, sym__ns_delim, ACTIONS(240), 2, sym__concat, anon_sym_LPAREN, ACTIONS(242), 10, anon_sym_LF, anon_sym_SEMI, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [5944] = 5, ACTIONS(514), 1, anon_sym_COLON_COLON, STATE(104), 1, aux_sym__id_immediate_repeat1, STATE(674), 1, sym__ns_delim, ACTIONS(244), 2, sym__concat, anon_sym_LPAREN, ACTIONS(246), 10, anon_sym_LF, anon_sym_SEMI, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [5970] = 5, ACTIONS(523), 1, anon_sym_LPAREN, ACTIONS(525), 1, sym__concat, STATE(182), 1, aux_sym__concat_word_repeat1, STATE(183), 1, sym_array_index, ACTIONS(521), 10, anon_sym_LF, anon_sym_SEMI, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [5995] = 10, ACTIONS(5), 1, sym_simple_word, ACTIONS(27), 1, anon_sym_DOLLAR, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(47), 1, anon_sym_LBRACK, ACTIONS(149), 1, sym_escaped_character, ACTIONS(471), 1, sym_unpack, STATE(537), 1, sym_word_list, STATE(98), 3, sym__concat_word, sym_braced_word, aux_sym_word_list_repeat1, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [6030] = 11, ACTIONS(502), 1, anon_sym_RBRACK, ACTIONS(527), 1, sym_simple_word, ACTIONS(529), 1, anon_sym_LPAREN, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(533), 1, anon_sym_LBRACE, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(537), 1, sym_escaped_character, ACTIONS(539), 1, anon_sym_LBRACK, STATE(196), 1, sym_array_index, STATE(678), 1, sym__word_simple, STATE(514), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [6067] = 10, ACTIONS(167), 1, sym_simple_word, ACTIONS(187), 1, anon_sym_DOLLAR, ACTIONS(189), 1, anon_sym_LBRACE, ACTIONS(203), 1, anon_sym_DQUOTE, ACTIONS(205), 1, sym_escaped_character, ACTIONS(207), 1, anon_sym_LBRACK, ACTIONS(475), 1, anon_sym_RBRACK, ACTIONS(516), 1, sym_unpack, STATE(112), 3, sym__concat_word, sym_braced_word, aux_sym_word_list_repeat1, STATE(304), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [6102] = 10, ACTIONS(480), 1, anon_sym_RBRACK, ACTIONS(541), 1, sym_simple_word, ACTIONS(544), 1, sym_unpack, ACTIONS(547), 1, anon_sym_DOLLAR, ACTIONS(550), 1, anon_sym_LBRACE, ACTIONS(553), 1, anon_sym_DQUOTE, ACTIONS(556), 1, sym_escaped_character, ACTIONS(559), 1, anon_sym_LBRACK, STATE(112), 3, sym__concat_word, sym_braced_word, aux_sym_word_list_repeat1, STATE(304), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [6137] = 8, ACTIONS(506), 1, anon_sym_DOLLAR, ACTIONS(508), 1, anon_sym_LBRACE, ACTIONS(510), 1, anon_sym_DQUOTE, ACTIONS(512), 1, anon_sym_LBRACK, STATE(567), 1, sym__word_simple, ACTIONS(500), 2, sym_escaped_character, sym_simple_word, ACTIONS(562), 3, anon_sym_LF, anon_sym_SEMI, anon_sym_RBRACE, STATE(498), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [6168] = 8, ACTIONS(506), 1, anon_sym_DOLLAR, ACTIONS(508), 1, anon_sym_LBRACE, ACTIONS(510), 1, anon_sym_DQUOTE, ACTIONS(512), 1, anon_sym_LBRACK, STATE(546), 1, sym__word_simple, ACTIONS(500), 2, sym_escaped_character, sym_simple_word, ACTIONS(564), 3, anon_sym_LF, anon_sym_SEMI, anon_sym_RBRACE, STATE(498), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [6199] = 10, ACTIONS(167), 1, sym_simple_word, ACTIONS(187), 1, anon_sym_DOLLAR, ACTIONS(189), 1, anon_sym_LBRACE, ACTIONS(203), 1, anon_sym_DQUOTE, ACTIONS(205), 1, sym_escaped_character, ACTIONS(207), 1, anon_sym_LBRACK, ACTIONS(516), 1, sym_unpack, STATE(672), 1, sym_word_list, STATE(111), 3, sym__concat_word, sym_braced_word, aux_sym_word_list_repeat1, STATE(304), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [6234] = 5, ACTIONS(566), 1, anon_sym_COLON_COLON, STATE(145), 1, aux_sym__id_immediate_repeat1, STATE(638), 1, sym__ns_delim, ACTIONS(244), 3, sym__concat, anon_sym_LPAREN, sym_escaped_character, ACTIONS(246), 7, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [6258] = 5, ACTIONS(568), 1, anon_sym_COLON_COLON, STATE(117), 1, aux_sym__id_immediate_repeat1, STATE(638), 1, sym__ns_delim, ACTIONS(236), 3, sym__concat, anon_sym_LPAREN, sym_escaped_character, ACTIONS(238), 7, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [6282] = 2, ACTIONS(236), 2, sym__concat, anon_sym_LPAREN, ACTIONS(238), 11, anon_sym_LF, anon_sym_SEMI, sym_unpack, anon_sym_COLON_COLON, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [6300] = 8, ACTIONS(571), 1, sym_simple_word, ACTIONS(576), 1, anon_sym_DOLLAR, ACTIONS(579), 1, anon_sym_DQUOTE, ACTIONS(582), 1, sym_escaped_character, ACTIONS(585), 1, anon_sym_LBRACK, STATE(119), 2, sym__concat_word, aux_sym_regexp_repeat1, ACTIONS(574), 3, anon_sym_LF, anon_sym_SEMI, anon_sym_RBRACE, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [6330] = 4, ACTIONS(254), 1, sym__concat, ACTIONS(523), 1, anon_sym_LPAREN, STATE(211), 1, sym_array_index, ACTIONS(256), 10, anon_sym_LF, anon_sym_SEMI, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [6352] = 8, ACTIONS(5), 1, sym_simple_word, ACTIONS(27), 1, anon_sym_DOLLAR, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(45), 1, sym_escaped_character, ACTIONS(47), 1, anon_sym_LBRACK, STATE(119), 2, sym__concat_word, aux_sym_regexp_repeat1, ACTIONS(588), 3, anon_sym_LF, anon_sym_SEMI, anon_sym_RBRACE, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [6382] = 5, ACTIONS(592), 1, anon_sym_COLON_COLON, ACTIONS(594), 1, anon_sym_LPAREN, STATE(144), 1, aux_sym__id_immediate_repeat1, STATE(676), 1, sym__ns_delim, ACTIONS(590), 9, anon_sym_LF, anon_sym_SEMI, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [6406] = 5, ACTIONS(592), 1, anon_sym_COLON_COLON, ACTIONS(598), 1, anon_sym_LPAREN, STATE(144), 1, aux_sym__id_immediate_repeat1, STATE(676), 1, sym__ns_delim, ACTIONS(596), 9, anon_sym_LF, anon_sym_SEMI, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [6430] = 5, ACTIONS(592), 1, anon_sym_COLON_COLON, ACTIONS(598), 1, anon_sym_LPAREN, STATE(122), 1, aux_sym__id_immediate_repeat1, STATE(676), 1, sym__ns_delim, ACTIONS(596), 9, anon_sym_LF, anon_sym_SEMI, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [6454] = 9, ACTIONS(600), 1, sym_simple_word, ACTIONS(602), 1, anon_sym_DOLLAR, ACTIONS(604), 1, anon_sym_LBRACE, ACTIONS(606), 1, anon_sym_RBRACE, ACTIONS(608), 1, anon_sym_DQUOTE, ACTIONS(610), 1, sym_escaped_character, ACTIONS(612), 1, anon_sym_LBRACK, STATE(126), 2, sym__word_simple, aux_sym_braced_word_simple_repeat1, STATE(339), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [6486] = 9, ACTIONS(600), 1, sym_simple_word, ACTIONS(602), 1, anon_sym_DOLLAR, ACTIONS(604), 1, anon_sym_LBRACE, ACTIONS(608), 1, anon_sym_DQUOTE, ACTIONS(610), 1, sym_escaped_character, ACTIONS(612), 1, anon_sym_LBRACK, ACTIONS(614), 1, anon_sym_RBRACE, STATE(128), 2, sym__word_simple, aux_sym_braced_word_simple_repeat1, STATE(339), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [6518] = 4, ACTIONS(523), 1, anon_sym_LPAREN, ACTIONS(618), 1, sym__concat, STATE(264), 1, sym_array_index, ACTIONS(616), 10, anon_sym_LF, anon_sym_SEMI, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [6540] = 9, ACTIONS(620), 1, sym_simple_word, ACTIONS(623), 1, anon_sym_DOLLAR, ACTIONS(626), 1, anon_sym_LBRACE, ACTIONS(629), 1, anon_sym_RBRACE, ACTIONS(631), 1, anon_sym_DQUOTE, ACTIONS(634), 1, sym_escaped_character, ACTIONS(637), 1, anon_sym_LBRACK, STATE(128), 2, sym__word_simple, aux_sym_braced_word_simple_repeat1, STATE(339), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [6572] = 8, ACTIONS(5), 1, sym_simple_word, ACTIONS(27), 1, anon_sym_DOLLAR, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(45), 1, sym_escaped_character, ACTIONS(47), 1, anon_sym_LBRACK, STATE(119), 2, sym__concat_word, aux_sym_regexp_repeat1, ACTIONS(640), 3, anon_sym_LF, anon_sym_SEMI, anon_sym_RBRACE, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [6602] = 9, ACTIONS(600), 1, sym_simple_word, ACTIONS(602), 1, anon_sym_DOLLAR, ACTIONS(604), 1, anon_sym_LBRACE, ACTIONS(608), 1, anon_sym_DQUOTE, ACTIONS(610), 1, sym_escaped_character, ACTIONS(612), 1, anon_sym_LBRACK, ACTIONS(642), 1, anon_sym_RBRACE, STATE(131), 2, sym__word_simple, aux_sym_braced_word_simple_repeat1, STATE(339), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [6634] = 9, ACTIONS(600), 1, sym_simple_word, ACTIONS(602), 1, anon_sym_DOLLAR, ACTIONS(604), 1, anon_sym_LBRACE, ACTIONS(608), 1, anon_sym_DQUOTE, ACTIONS(610), 1, sym_escaped_character, ACTIONS(612), 1, anon_sym_LBRACK, ACTIONS(644), 1, anon_sym_RBRACE, STATE(128), 2, sym__word_simple, aux_sym_braced_word_simple_repeat1, STATE(339), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [6666] = 4, ACTIONS(250), 1, sym__concat, ACTIONS(523), 1, anon_sym_LPAREN, STATE(208), 1, sym_array_index, ACTIONS(252), 10, anon_sym_LF, anon_sym_SEMI, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [6688] = 5, ACTIONS(592), 1, anon_sym_COLON_COLON, ACTIONS(648), 1, anon_sym_LPAREN, STATE(123), 1, aux_sym__id_immediate_repeat1, STATE(676), 1, sym__ns_delim, ACTIONS(646), 9, anon_sym_LF, anon_sym_SEMI, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [6712] = 9, ACTIONS(600), 1, sym_simple_word, ACTIONS(602), 1, anon_sym_DOLLAR, ACTIONS(604), 1, anon_sym_LBRACE, ACTIONS(608), 1, anon_sym_DQUOTE, ACTIONS(610), 1, sym_escaped_character, ACTIONS(612), 1, anon_sym_LBRACK, ACTIONS(650), 1, anon_sym_RBRACE, STATE(135), 2, sym__word_simple, aux_sym_braced_word_simple_repeat1, STATE(339), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [6744] = 9, ACTIONS(600), 1, sym_simple_word, ACTIONS(602), 1, anon_sym_DOLLAR, ACTIONS(604), 1, anon_sym_LBRACE, ACTIONS(608), 1, anon_sym_DQUOTE, ACTIONS(610), 1, sym_escaped_character, ACTIONS(612), 1, anon_sym_LBRACK, ACTIONS(652), 1, anon_sym_RBRACE, STATE(128), 2, sym__word_simple, aux_sym_braced_word_simple_repeat1, STATE(339), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [6776] = 9, ACTIONS(600), 1, sym_simple_word, ACTIONS(602), 1, anon_sym_DOLLAR, ACTIONS(604), 1, anon_sym_LBRACE, ACTIONS(608), 1, anon_sym_DQUOTE, ACTIONS(610), 1, sym_escaped_character, ACTIONS(612), 1, anon_sym_LBRACK, ACTIONS(654), 1, anon_sym_RBRACE, STATE(137), 2, sym__word_simple, aux_sym_braced_word_simple_repeat1, STATE(339), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [6808] = 9, ACTIONS(600), 1, sym_simple_word, ACTIONS(602), 1, anon_sym_DOLLAR, ACTIONS(604), 1, anon_sym_LBRACE, ACTIONS(608), 1, anon_sym_DQUOTE, ACTIONS(610), 1, sym_escaped_character, ACTIONS(612), 1, anon_sym_LBRACK, ACTIONS(656), 1, anon_sym_RBRACE, STATE(128), 2, sym__word_simple, aux_sym_braced_word_simple_repeat1, STATE(339), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [6840] = 8, ACTIONS(5), 1, sym_simple_word, ACTIONS(27), 1, anon_sym_DOLLAR, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(45), 1, sym_escaped_character, ACTIONS(47), 1, anon_sym_LBRACK, STATE(121), 2, sym__concat_word, aux_sym_regexp_repeat1, ACTIONS(658), 3, anon_sym_LF, anon_sym_SEMI, anon_sym_RBRACE, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [6870] = 5, ACTIONS(566), 1, anon_sym_COLON_COLON, STATE(142), 1, aux_sym__id_immediate_repeat1, STATE(638), 1, sym__ns_delim, ACTIONS(240), 3, sym__concat, anon_sym_LPAREN, sym_escaped_character, ACTIONS(242), 7, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [6894] = 9, ACTIONS(600), 1, sym_simple_word, ACTIONS(602), 1, anon_sym_DOLLAR, ACTIONS(604), 1, anon_sym_LBRACE, ACTIONS(608), 1, anon_sym_DQUOTE, ACTIONS(610), 1, sym_escaped_character, ACTIONS(612), 1, anon_sym_LBRACK, ACTIONS(660), 1, anon_sym_RBRACE, STATE(128), 2, sym__word_simple, aux_sym_braced_word_simple_repeat1, STATE(339), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [6926] = 8, ACTIONS(5), 1, sym_simple_word, ACTIONS(27), 1, anon_sym_DOLLAR, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(45), 1, sym_escaped_character, ACTIONS(47), 1, anon_sym_LBRACK, STATE(129), 2, sym__concat_word, aux_sym_regexp_repeat1, ACTIONS(662), 3, anon_sym_LF, anon_sym_SEMI, anon_sym_RBRACE, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [6956] = 5, ACTIONS(566), 1, anon_sym_COLON_COLON, STATE(117), 1, aux_sym__id_immediate_repeat1, STATE(638), 1, sym__ns_delim, ACTIONS(244), 3, sym__concat, anon_sym_LPAREN, sym_escaped_character, ACTIONS(246), 7, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [6980] = 9, ACTIONS(600), 1, sym_simple_word, ACTIONS(602), 1, anon_sym_DOLLAR, ACTIONS(604), 1, anon_sym_LBRACE, ACTIONS(608), 1, anon_sym_DQUOTE, ACTIONS(610), 1, sym_escaped_character, ACTIONS(612), 1, anon_sym_LBRACK, ACTIONS(664), 1, anon_sym_RBRACE, STATE(140), 2, sym__word_simple, aux_sym_braced_word_simple_repeat1, STATE(339), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [7012] = 5, ACTIONS(236), 1, anon_sym_LPAREN, ACTIONS(666), 1, anon_sym_COLON_COLON, STATE(144), 1, aux_sym__id_immediate_repeat1, STATE(676), 1, sym__ns_delim, ACTIONS(238), 9, anon_sym_LF, anon_sym_SEMI, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [7036] = 5, ACTIONS(566), 1, anon_sym_COLON_COLON, STATE(117), 1, aux_sym__id_immediate_repeat1, STATE(638), 1, sym__ns_delim, ACTIONS(229), 3, sym__concat, anon_sym_LPAREN, sym_escaped_character, ACTIONS(231), 7, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [7060] = 9, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(539), 1, anon_sym_LBRACK, ACTIONS(669), 1, sym_simple_word, ACTIONS(671), 1, sym_unpack, ACTIONS(673), 1, anon_sym_LBRACE, ACTIONS(675), 1, sym_escaped_character, STATE(681), 2, sym__concat_word, sym_braced_word, STATE(595), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [7091] = 9, ACTIONS(677), 1, sym_simple_word, ACTIONS(679), 1, sym_unpack, ACTIONS(681), 1, anon_sym_DOLLAR, ACTIONS(683), 1, anon_sym_LBRACE, ACTIONS(685), 1, anon_sym_DQUOTE, ACTIONS(687), 1, sym_escaped_character, ACTIONS(689), 1, anon_sym_LBRACK, STATE(524), 2, sym__concat_word, sym_braced_word, STATE(398), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [7122] = 8, ACTIONS(506), 1, anon_sym_DOLLAR, ACTIONS(510), 1, anon_sym_DQUOTE, ACTIONS(512), 1, anon_sym_LBRACK, ACTIONS(691), 1, sym_simple_word, ACTIONS(695), 1, sym_escaped_character, STATE(556), 1, sym__concat_word, ACTIONS(693), 3, anon_sym_LF, anon_sym_SEMI, anon_sym_RBRACE, STATE(312), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [7151] = 9, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(539), 1, anon_sym_LBRACK, ACTIONS(669), 1, sym_simple_word, ACTIONS(673), 1, anon_sym_LBRACE, ACTIONS(675), 1, sym_escaped_character, ACTIONS(697), 1, sym_unpack, STATE(701), 2, sym__concat_word, sym_braced_word, STATE(595), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [7182] = 9, ACTIONS(167), 1, sym_simple_word, ACTIONS(187), 1, anon_sym_DOLLAR, ACTIONS(189), 1, anon_sym_LBRACE, ACTIONS(203), 1, anon_sym_DQUOTE, ACTIONS(205), 1, sym_escaped_character, ACTIONS(207), 1, anon_sym_LBRACK, ACTIONS(699), 1, sym_unpack, STATE(289), 2, sym__concat_word, sym_braced_word, STATE(304), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [7213] = 5, ACTIONS(701), 1, anon_sym_COLON_COLON, STATE(151), 1, aux_sym__id_immediate_repeat1, STATE(616), 1, sym__ns_delim, ACTIONS(236), 3, sym__concat, anon_sym_LF, anon_sym_LPAREN, ACTIONS(238), 6, anon_sym_SEMI, anon_sym_on, anon_sym_finally, anon_sym_RBRACE, anon_sym_elseif, anon_sym_else, [7236] = 9, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(539), 1, anon_sym_LBRACK, ACTIONS(669), 1, sym_simple_word, ACTIONS(673), 1, anon_sym_LBRACE, ACTIONS(675), 1, sym_escaped_character, ACTIONS(704), 1, sym_unpack, STATE(706), 2, sym__concat_word, sym_braced_word, STATE(595), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [7267] = 9, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(539), 1, anon_sym_LBRACK, ACTIONS(669), 1, sym_simple_word, ACTIONS(673), 1, anon_sym_LBRACE, ACTIONS(675), 1, sym_escaped_character, ACTIONS(706), 1, sym_unpack, STATE(552), 2, sym__concat_word, sym_braced_word, STATE(595), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [7298] = 9, ACTIONS(677), 1, sym_simple_word, ACTIONS(681), 1, anon_sym_DOLLAR, ACTIONS(683), 1, anon_sym_LBRACE, ACTIONS(685), 1, anon_sym_DQUOTE, ACTIONS(687), 1, sym_escaped_character, ACTIONS(689), 1, anon_sym_LBRACK, ACTIONS(708), 1, sym_unpack, STATE(449), 2, sym__concat_word, sym_braced_word, STATE(398), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [7329] = 9, ACTIONS(506), 1, anon_sym_DOLLAR, ACTIONS(510), 1, anon_sym_DQUOTE, ACTIONS(512), 1, anon_sym_LBRACK, ACTIONS(691), 1, sym_simple_word, ACTIONS(710), 1, sym_unpack, ACTIONS(712), 1, anon_sym_LBRACE, ACTIONS(714), 1, sym_escaped_character, STATE(547), 2, sym__concat_word, sym_braced_word, STATE(312), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [7360] = 8, ACTIONS(716), 1, sym_simple_word, ACTIONS(718), 1, anon_sym_DOLLAR, ACTIONS(720), 1, anon_sym_LBRACE, ACTIONS(724), 1, anon_sym_DQUOTE, ACTIONS(726), 1, anon_sym_LBRACK, STATE(174), 1, sym_expr, ACTIONS(722), 2, sym_number, sym__boolean, STATE(434), 4, sym_variable_substitution, sym__expr_atom_no_brace, sym_quoted_word, sym_command_substitution, [7389] = 9, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(539), 1, anon_sym_LBRACK, ACTIONS(669), 1, sym_simple_word, ACTIONS(673), 1, anon_sym_LBRACE, ACTIONS(675), 1, sym_escaped_character, ACTIONS(728), 1, sym_unpack, STATE(627), 2, sym__concat_word, sym_braced_word, STATE(595), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [7420] = 9, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(539), 1, anon_sym_LBRACK, ACTIONS(669), 1, sym_simple_word, ACTIONS(673), 1, anon_sym_LBRACE, ACTIONS(675), 1, sym_escaped_character, ACTIONS(730), 1, sym_unpack, STATE(643), 2, sym__concat_word, sym_braced_word, STATE(595), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [7451] = 3, ACTIONS(732), 1, sym__concat, STATE(159), 1, aux_sym__concat_word_repeat1, ACTIONS(616), 10, anon_sym_LF, anon_sym_SEMI, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [7470] = 9, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(539), 1, anon_sym_LBRACK, ACTIONS(669), 1, sym_simple_word, ACTIONS(673), 1, anon_sym_LBRACE, ACTIONS(675), 1, sym_escaped_character, ACTIONS(735), 1, sym_unpack, STATE(693), 2, sym__concat_word, sym_braced_word, STATE(595), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [7501] = 3, ACTIONS(525), 1, sym__concat, STATE(159), 1, aux_sym__concat_word_repeat1, ACTIONS(737), 10, anon_sym_LF, anon_sym_SEMI, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [7520] = 6, ACTIONS(739), 1, anon_sym_LPAREN, ACTIONS(741), 1, sym_escaped_character, ACTIONS(743), 1, sym__concat, STATE(290), 1, aux_sym__concat_word_repeat1, STATE(292), 1, sym_array_index, ACTIONS(521), 7, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [7545] = 8, ACTIONS(716), 1, sym_simple_word, ACTIONS(718), 1, anon_sym_DOLLAR, ACTIONS(720), 1, anon_sym_LBRACE, ACTIONS(724), 1, anon_sym_DQUOTE, ACTIONS(726), 1, anon_sym_LBRACK, STATE(192), 1, sym_expr, ACTIONS(722), 2, sym_number, sym__boolean, STATE(434), 4, sym_variable_substitution, sym__expr_atom_no_brace, sym_quoted_word, sym_command_substitution, [7574] = 9, ACTIONS(677), 1, sym_simple_word, ACTIONS(681), 1, anon_sym_DOLLAR, ACTIONS(683), 1, anon_sym_LBRACE, ACTIONS(685), 1, anon_sym_DQUOTE, ACTIONS(687), 1, sym_escaped_character, ACTIONS(689), 1, anon_sym_LBRACK, ACTIONS(745), 1, sym_unpack, STATE(541), 2, sym__concat_word, sym_braced_word, STATE(398), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [7605] = 9, ACTIONS(677), 1, sym_simple_word, ACTIONS(681), 1, anon_sym_DOLLAR, ACTIONS(683), 1, anon_sym_LBRACE, ACTIONS(685), 1, anon_sym_DQUOTE, ACTIONS(687), 1, sym_escaped_character, ACTIONS(689), 1, anon_sym_LBRACK, ACTIONS(747), 1, sym_unpack, STATE(542), 2, sym__concat_word, sym_braced_word, STATE(398), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [7636] = 5, ACTIONS(749), 1, anon_sym_COLON_COLON, STATE(201), 1, aux_sym__id_immediate_repeat1, STATE(616), 1, sym__ns_delim, ACTIONS(240), 3, sym__concat, anon_sym_LF, anon_sym_LPAREN, ACTIONS(242), 6, anon_sym_SEMI, anon_sym_on, anon_sym_finally, anon_sym_RBRACE, anon_sym_elseif, anon_sym_else, [7659] = 9, ACTIONS(506), 1, anon_sym_DOLLAR, ACTIONS(510), 1, anon_sym_DQUOTE, ACTIONS(512), 1, anon_sym_LBRACK, ACTIONS(691), 1, sym_simple_word, ACTIONS(712), 1, anon_sym_LBRACE, ACTIONS(714), 1, sym_escaped_character, ACTIONS(751), 1, sym_unpack, STATE(560), 2, sym__concat_word, sym_braced_word, STATE(312), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [7690] = 9, ACTIONS(677), 1, sym_simple_word, ACTIONS(681), 1, anon_sym_DOLLAR, ACTIONS(683), 1, anon_sym_LBRACE, ACTIONS(685), 1, anon_sym_DQUOTE, ACTIONS(687), 1, sym_escaped_character, ACTIONS(689), 1, anon_sym_LBRACK, ACTIONS(753), 1, sym_unpack, STATE(552), 2, sym__concat_word, sym_braced_word, STATE(398), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [7721] = 9, ACTIONS(506), 1, anon_sym_DOLLAR, ACTIONS(510), 1, anon_sym_DQUOTE, ACTIONS(512), 1, anon_sym_LBRACK, ACTIONS(691), 1, sym_simple_word, ACTIONS(712), 1, anon_sym_LBRACE, ACTIONS(714), 1, sym_escaped_character, ACTIONS(755), 1, sym_unpack, STATE(550), 2, sym__concat_word, sym_braced_word, STATE(312), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [7752] = 9, ACTIONS(506), 1, anon_sym_DOLLAR, ACTIONS(510), 1, anon_sym_DQUOTE, ACTIONS(512), 1, anon_sym_LBRACK, ACTIONS(691), 1, sym_simple_word, ACTIONS(712), 1, anon_sym_LBRACE, ACTIONS(714), 1, sym_escaped_character, ACTIONS(757), 1, sym_unpack, STATE(549), 2, sym__concat_word, sym_braced_word, STATE(312), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [7783] = 5, ACTIONS(749), 1, anon_sym_COLON_COLON, STATE(191), 1, aux_sym__id_immediate_repeat1, STATE(616), 1, sym__ns_delim, ACTIONS(244), 3, sym__concat, anon_sym_LF, anon_sym_LPAREN, ACTIONS(246), 6, anon_sym_SEMI, anon_sym_on, anon_sym_finally, anon_sym_RBRACE, anon_sym_elseif, anon_sym_else, [7806] = 8, ACTIONS(759), 1, sym_simple_word, ACTIONS(761), 1, anon_sym_DOLLAR, ACTIONS(763), 1, anon_sym_LBRACE, ACTIONS(767), 1, anon_sym_DQUOTE, ACTIONS(769), 1, anon_sym_LBRACK, STATE(571), 1, sym_expr, ACTIONS(765), 2, sym_number, sym__boolean, STATE(540), 4, sym_variable_substitution, sym__expr_atom_no_brace, sym_quoted_word, sym_command_substitution, [7835] = 9, ACTIONS(506), 1, anon_sym_DOLLAR, ACTIONS(510), 1, anon_sym_DQUOTE, ACTIONS(512), 1, anon_sym_LBRACK, ACTIONS(691), 1, sym_simple_word, ACTIONS(712), 1, anon_sym_LBRACE, ACTIONS(714), 1, sym_escaped_character, ACTIONS(771), 1, sym_unpack, STATE(511), 2, sym__concat_word, sym_braced_word, STATE(312), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [7866] = 9, ACTIONS(506), 1, anon_sym_DOLLAR, ACTIONS(510), 1, anon_sym_DQUOTE, ACTIONS(512), 1, anon_sym_LBRACK, ACTIONS(691), 1, sym_simple_word, ACTIONS(712), 1, anon_sym_LBRACE, ACTIONS(714), 1, sym_escaped_character, ACTIONS(773), 1, sym_unpack, STATE(482), 2, sym__concat_word, sym_braced_word, STATE(312), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [7897] = 9, ACTIONS(506), 1, anon_sym_DOLLAR, ACTIONS(510), 1, anon_sym_DQUOTE, ACTIONS(512), 1, anon_sym_LBRACK, ACTIONS(691), 1, sym_simple_word, ACTIONS(712), 1, anon_sym_LBRACE, ACTIONS(714), 1, sym_escaped_character, ACTIONS(775), 1, sym_unpack, STATE(583), 2, sym__concat_word, sym_braced_word, STATE(312), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [7928] = 8, ACTIONS(716), 1, sym_simple_word, ACTIONS(718), 1, anon_sym_DOLLAR, ACTIONS(720), 1, anon_sym_LBRACE, ACTIONS(724), 1, anon_sym_DQUOTE, ACTIONS(726), 1, anon_sym_LBRACK, STATE(177), 1, sym_expr, ACTIONS(722), 2, sym_number, sym__boolean, STATE(434), 4, sym_variable_substitution, sym__expr_atom_no_brace, sym_quoted_word, sym_command_substitution, [7957] = 9, ACTIONS(506), 1, anon_sym_DOLLAR, ACTIONS(510), 1, anon_sym_DQUOTE, ACTIONS(512), 1, anon_sym_LBRACK, ACTIONS(691), 1, sym_simple_word, ACTIONS(712), 1, anon_sym_LBRACE, ACTIONS(714), 1, sym_escaped_character, ACTIONS(777), 1, sym_unpack, STATE(383), 2, sym__concat_word, sym_braced_word, STATE(312), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [7988] = 8, ACTIONS(506), 1, anon_sym_DOLLAR, ACTIONS(510), 1, anon_sym_DQUOTE, ACTIONS(512), 1, anon_sym_LBRACK, ACTIONS(691), 1, sym_simple_word, ACTIONS(695), 1, sym_escaped_character, STATE(551), 1, sym__concat_word, ACTIONS(779), 3, anon_sym_LF, anon_sym_SEMI, anon_sym_RBRACE, STATE(312), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [8017] = 9, ACTIONS(506), 1, anon_sym_DOLLAR, ACTIONS(510), 1, anon_sym_DQUOTE, ACTIONS(512), 1, anon_sym_LBRACK, ACTIONS(691), 1, sym_simple_word, ACTIONS(712), 1, anon_sym_LBRACE, ACTIONS(714), 1, sym_escaped_character, ACTIONS(781), 1, sym_unpack, STATE(470), 2, sym__concat_word, sym_braced_word, STATE(312), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [8048] = 9, ACTIONS(5), 1, sym_simple_word, ACTIONS(27), 1, anon_sym_DOLLAR, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(47), 1, anon_sym_LBRACK, ACTIONS(149), 1, sym_escaped_character, ACTIONS(783), 1, sym_unpack, STATE(178), 2, sym__concat_word, sym_braced_word, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [8079] = 5, ACTIONS(785), 1, anon_sym_COLON_COLON, STATE(188), 1, aux_sym__id_immediate_repeat1, STATE(646), 1, sym__ns_delim, ACTIONS(240), 3, sym__concat, anon_sym_LPAREN, sym_escaped_character, ACTIONS(242), 6, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [8102] = 3, ACTIONS(525), 1, sym__concat, STATE(159), 1, aux_sym__concat_word_repeat1, ACTIONS(787), 10, anon_sym_LF, anon_sym_SEMI, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [8121] = 3, ACTIONS(525), 1, sym__concat, STATE(161), 1, aux_sym__concat_word_repeat1, ACTIONS(787), 10, anon_sym_LF, anon_sym_SEMI, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [8140] = 8, ACTIONS(716), 1, sym_simple_word, ACTIONS(718), 1, anon_sym_DOLLAR, ACTIONS(720), 1, anon_sym_LBRACE, ACTIONS(724), 1, anon_sym_DQUOTE, ACTIONS(726), 1, anon_sym_LBRACK, STATE(152), 1, sym_expr, ACTIONS(722), 2, sym_number, sym__boolean, STATE(434), 4, sym_variable_substitution, sym__expr_atom_no_brace, sym_quoted_word, sym_command_substitution, [8169] = 8, ACTIONS(716), 1, sym_simple_word, ACTIONS(718), 1, anon_sym_DOLLAR, ACTIONS(720), 1, anon_sym_LBRACE, ACTIONS(724), 1, anon_sym_DQUOTE, ACTIONS(726), 1, anon_sym_LBRACK, STATE(153), 1, sym_expr, ACTIONS(722), 2, sym_number, sym__boolean, STATE(434), 4, sym_variable_substitution, sym__expr_atom_no_brace, sym_quoted_word, sym_command_substitution, [8198] = 8, ACTIONS(716), 1, sym_simple_word, ACTIONS(718), 1, anon_sym_DOLLAR, ACTIONS(720), 1, anon_sym_LBRACE, ACTIONS(724), 1, anon_sym_DQUOTE, ACTIONS(726), 1, anon_sym_LBRACK, STATE(154), 1, sym_expr, ACTIONS(722), 2, sym_number, sym__boolean, STATE(434), 4, sym_variable_substitution, sym__expr_atom_no_brace, sym_quoted_word, sym_command_substitution, [8227] = 9, ACTIONS(506), 1, anon_sym_DOLLAR, ACTIONS(510), 1, anon_sym_DQUOTE, ACTIONS(512), 1, anon_sym_LBRACK, ACTIONS(691), 1, sym_simple_word, ACTIONS(712), 1, anon_sym_LBRACE, ACTIONS(714), 1, sym_escaped_character, ACTIONS(789), 1, sym_unpack, STATE(456), 2, sym__concat_word, sym_braced_word, STATE(312), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [8258] = 5, ACTIONS(785), 1, anon_sym_COLON_COLON, STATE(197), 1, aux_sym__id_immediate_repeat1, STATE(646), 1, sym__ns_delim, ACTIONS(244), 3, sym__concat, anon_sym_LPAREN, sym_escaped_character, ACTIONS(246), 6, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [8281] = 5, ACTIONS(785), 1, anon_sym_COLON_COLON, STATE(194), 1, aux_sym__id_immediate_repeat1, STATE(646), 1, sym__ns_delim, ACTIONS(244), 3, sym__concat, anon_sym_LPAREN, sym_escaped_character, ACTIONS(246), 6, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [8304] = 8, ACTIONS(716), 1, sym_simple_word, ACTIONS(718), 1, anon_sym_DOLLAR, ACTIONS(720), 1, anon_sym_LBRACE, ACTIONS(724), 1, anon_sym_DQUOTE, ACTIONS(726), 1, anon_sym_LBRACK, STATE(168), 1, sym_expr, ACTIONS(722), 2, sym_number, sym__boolean, STATE(434), 4, sym_variable_substitution, sym__expr_atom_no_brace, sym_quoted_word, sym_command_substitution, [8333] = 5, ACTIONS(749), 1, anon_sym_COLON_COLON, STATE(151), 1, aux_sym__id_immediate_repeat1, STATE(616), 1, sym__ns_delim, ACTIONS(229), 3, sym__concat, anon_sym_LF, anon_sym_LPAREN, ACTIONS(231), 6, anon_sym_SEMI, anon_sym_on, anon_sym_finally, anon_sym_RBRACE, anon_sym_elseif, anon_sym_else, [8356] = 9, ACTIONS(506), 1, anon_sym_DOLLAR, ACTIONS(510), 1, anon_sym_DQUOTE, ACTIONS(512), 1, anon_sym_LBRACK, ACTIONS(691), 1, sym_simple_word, ACTIONS(712), 1, anon_sym_LBRACE, ACTIONS(714), 1, sym_escaped_character, ACTIONS(791), 1, sym_unpack, STATE(563), 2, sym__concat_word, sym_braced_word, STATE(312), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [8387] = 9, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(539), 1, anon_sym_LBRACK, ACTIONS(673), 1, anon_sym_LBRACE, ACTIONS(793), 1, sym_simple_word, ACTIONS(795), 1, sym_unpack, ACTIONS(797), 1, anon_sym_DOLLAR, ACTIONS(799), 1, sym_escaped_character, STATE(557), 2, sym__concat_word, sym_braced_word, STATE(521), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [8418] = 5, ACTIONS(785), 1, anon_sym_COLON_COLON, STATE(197), 1, aux_sym__id_immediate_repeat1, STATE(646), 1, sym__ns_delim, ACTIONS(229), 3, sym__concat, anon_sym_LPAREN, sym_escaped_character, ACTIONS(231), 6, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [8441] = 9, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(539), 1, anon_sym_LBRACK, ACTIONS(673), 1, anon_sym_LBRACE, ACTIONS(793), 1, sym_simple_word, ACTIONS(797), 1, anon_sym_DOLLAR, ACTIONS(799), 1, sym_escaped_character, ACTIONS(801), 1, sym_unpack, STATE(572), 2, sym__concat_word, sym_braced_word, STATE(521), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [8472] = 9, ACTIONS(527), 1, sym_simple_word, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(533), 1, anon_sym_LBRACE, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(537), 1, sym_escaped_character, ACTIONS(539), 1, anon_sym_LBRACK, ACTIONS(564), 1, anon_sym_RBRACK, STATE(686), 1, sym__word_simple, STATE(514), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [8503] = 5, ACTIONS(803), 1, anon_sym_COLON_COLON, STATE(197), 1, aux_sym__id_immediate_repeat1, STATE(646), 1, sym__ns_delim, ACTIONS(236), 3, sym__concat, anon_sym_LPAREN, sym_escaped_character, ACTIONS(238), 6, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [8526] = 3, ACTIONS(525), 1, sym__concat, STATE(182), 1, aux_sym__concat_word_repeat1, ACTIONS(521), 10, anon_sym_LF, anon_sym_SEMI, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [8545] = 8, ACTIONS(363), 1, sym_simple_word, ACTIONS(806), 1, anon_sym_DOLLAR, ACTIONS(808), 1, anon_sym_LBRACE, ACTIONS(812), 1, anon_sym_DQUOTE, ACTIONS(814), 1, anon_sym_LBRACK, STATE(699), 1, sym_expr, ACTIONS(810), 2, sym_number, sym__boolean, STATE(671), 4, sym_variable_substitution, sym__expr_atom_no_brace, sym_quoted_word, sym_command_substitution, [8574] = 9, ACTIONS(527), 1, sym_simple_word, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(533), 1, anon_sym_LBRACE, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(537), 1, sym_escaped_character, ACTIONS(539), 1, anon_sym_LBRACK, ACTIONS(562), 1, anon_sym_RBRACK, STATE(608), 1, sym__word_simple, STATE(514), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [8605] = 5, ACTIONS(749), 1, anon_sym_COLON_COLON, STATE(151), 1, aux_sym__id_immediate_repeat1, STATE(616), 1, sym__ns_delim, ACTIONS(244), 3, sym__concat, anon_sym_LF, anon_sym_LPAREN, ACTIONS(246), 6, anon_sym_SEMI, anon_sym_on, anon_sym_finally, anon_sym_RBRACE, anon_sym_elseif, anon_sym_else, [8628] = 8, ACTIONS(187), 1, anon_sym_DOLLAR, ACTIONS(203), 1, anon_sym_DQUOTE, ACTIONS(207), 1, anon_sym_LBRACK, ACTIONS(816), 1, sym_simple_word, ACTIONS(818), 1, anon_sym_LBRACE, ACTIONS(820), 1, sym_escaped_character, STATE(155), 1, sym__word_simple, STATE(329), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [8656] = 8, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(539), 1, anon_sym_LBRACK, ACTIONS(673), 1, anon_sym_LBRACE, ACTIONS(793), 1, sym_simple_word, ACTIONS(797), 1, anon_sym_DOLLAR, ACTIONS(799), 1, sym_escaped_character, STATE(574), 2, sym__concat_word, sym_braced_word, STATE(521), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [8684] = 4, ACTIONS(739), 1, anon_sym_LPAREN, STATE(331), 1, sym_array_index, ACTIONS(618), 2, sym__concat, sym_escaped_character, ACTIONS(616), 7, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [8704] = 5, ACTIONS(822), 1, anon_sym_COLON_COLON, STATE(205), 1, aux_sym__id_immediate_repeat1, STATE(687), 1, sym__ns_delim, ACTIONS(236), 2, anon_sym_LPAREN, sym_escaped_character, ACTIONS(238), 6, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [8726] = 8, ACTIONS(527), 1, sym_simple_word, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(533), 1, anon_sym_LBRACE, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(537), 1, sym_escaped_character, ACTIONS(539), 1, anon_sym_LBRACK, STATE(716), 1, sym__word_simple, STATE(514), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [8754] = 8, ACTIONS(506), 1, anon_sym_DOLLAR, ACTIONS(510), 1, anon_sym_DQUOTE, ACTIONS(512), 1, anon_sym_LBRACK, ACTIONS(691), 1, sym_simple_word, ACTIONS(712), 1, anon_sym_LBRACE, ACTIONS(714), 1, sym_escaped_character, STATE(457), 2, sym__concat_word, sym_braced_word, STATE(312), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [8782] = 2, ACTIONS(278), 1, sym__concat, ACTIONS(280), 10, anon_sym_LF, anon_sym_SEMI, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [8798] = 8, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(539), 1, anon_sym_LBRACK, ACTIONS(673), 1, anon_sym_LBRACE, ACTIONS(793), 1, sym_simple_word, ACTIONS(797), 1, anon_sym_DOLLAR, ACTIONS(799), 1, sym_escaped_character, STATE(559), 2, sym__concat_word, sym_braced_word, STATE(521), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [8826] = 8, ACTIONS(506), 1, anon_sym_DOLLAR, ACTIONS(510), 1, anon_sym_DQUOTE, ACTIONS(512), 1, anon_sym_LBRACK, ACTIONS(691), 1, sym_simple_word, ACTIONS(712), 1, anon_sym_LBRACE, ACTIONS(714), 1, sym_escaped_character, STATE(586), 2, sym__concat_word, sym_braced_word, STATE(312), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [8854] = 2, ACTIONS(266), 1, sym__concat, ACTIONS(268), 10, anon_sym_LF, anon_sym_SEMI, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [8870] = 8, ACTIONS(506), 1, anon_sym_DOLLAR, ACTIONS(510), 1, anon_sym_DQUOTE, ACTIONS(512), 1, anon_sym_LBRACK, ACTIONS(691), 1, sym_simple_word, ACTIONS(712), 1, anon_sym_LBRACE, ACTIONS(714), 1, sym_escaped_character, STATE(459), 2, sym__concat_word, sym_braced_word, STATE(312), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [8898] = 5, ACTIONS(242), 1, anon_sym_else, ACTIONS(825), 1, anon_sym_COLON_COLON, STATE(214), 1, aux_sym__id_immediate_repeat1, STATE(652), 1, sym__ns_delim, ACTIONS(240), 7, sym__concat, anon_sym_on, anon_sym_finally, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_elseif, anon_sym_RBRACK, [8920] = 5, ACTIONS(246), 1, anon_sym_else, ACTIONS(825), 1, anon_sym_COLON_COLON, STATE(222), 1, aux_sym__id_immediate_repeat1, STATE(652), 1, sym__ns_delim, ACTIONS(244), 7, sym__concat, anon_sym_on, anon_sym_finally, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_elseif, anon_sym_RBRACK, [8942] = 5, ACTIONS(246), 1, anon_sym_else, ACTIONS(825), 1, anon_sym_COLON_COLON, STATE(217), 1, aux_sym__id_immediate_repeat1, STATE(652), 1, sym__ns_delim, ACTIONS(244), 7, sym__concat, anon_sym_on, anon_sym_finally, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_elseif, anon_sym_RBRACK, [8964] = 5, ACTIONS(827), 1, anon_sym_COLON_COLON, STATE(216), 1, aux_sym__id_immediate_repeat1, STATE(640), 1, sym__ns_delim, ACTIONS(236), 2, anon_sym_LPAREN, sym_escaped_character, ACTIONS(238), 6, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [8986] = 5, ACTIONS(231), 1, anon_sym_else, ACTIONS(825), 1, anon_sym_COLON_COLON, STATE(222), 1, aux_sym__id_immediate_repeat1, STATE(652), 1, sym__ns_delim, ACTIONS(229), 7, sym__concat, anon_sym_on, anon_sym_finally, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_elseif, anon_sym_RBRACK, [9008] = 8, ACTIONS(506), 1, anon_sym_DOLLAR, ACTIONS(510), 1, anon_sym_DQUOTE, ACTIONS(512), 1, anon_sym_LBRACK, ACTIONS(691), 1, sym_simple_word, ACTIONS(712), 1, anon_sym_LBRACE, ACTIONS(714), 1, sym_escaped_character, STATE(360), 2, sym__concat_word, sym_braced_word, STATE(312), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [9036] = 8, ACTIONS(506), 1, anon_sym_DOLLAR, ACTIONS(510), 1, anon_sym_DQUOTE, ACTIONS(512), 1, anon_sym_LBRACK, ACTIONS(691), 1, sym_simple_word, ACTIONS(712), 1, anon_sym_LBRACE, ACTIONS(714), 1, sym_escaped_character, STATE(544), 2, sym__concat_word, sym_braced_word, STATE(312), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [9064] = 8, ACTIONS(5), 1, sym_simple_word, ACTIONS(27), 1, anon_sym_DOLLAR, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(47), 1, anon_sym_LBRACK, ACTIONS(149), 1, sym_escaped_character, STATE(96), 2, sym__concat_word, sym_braced_word, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [9092] = 8, ACTIONS(506), 1, anon_sym_DOLLAR, ACTIONS(510), 1, anon_sym_DQUOTE, ACTIONS(512), 1, anon_sym_LBRACK, ACTIONS(691), 1, sym_simple_word, ACTIONS(712), 1, anon_sym_LBRACE, ACTIONS(714), 1, sym_escaped_character, STATE(470), 2, sym__concat_word, sym_braced_word, STATE(312), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [9120] = 5, ACTIONS(238), 1, anon_sym_else, ACTIONS(830), 1, anon_sym_COLON_COLON, STATE(222), 1, aux_sym__id_immediate_repeat1, STATE(652), 1, sym__ns_delim, ACTIONS(236), 7, sym__concat, anon_sym_on, anon_sym_finally, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_elseif, anon_sym_RBRACK, [9142] = 8, ACTIONS(506), 1, anon_sym_DOLLAR, ACTIONS(510), 1, anon_sym_DQUOTE, ACTIONS(512), 1, anon_sym_LBRACK, ACTIONS(691), 1, sym_simple_word, ACTIONS(712), 1, anon_sym_LBRACE, ACTIONS(714), 1, sym_escaped_character, STATE(569), 2, sym__concat_word, sym_braced_word, STATE(312), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [9170] = 8, ACTIONS(506), 1, anon_sym_DOLLAR, ACTIONS(510), 1, anon_sym_DQUOTE, ACTIONS(512), 1, anon_sym_LBRACK, ACTIONS(691), 1, sym_simple_word, ACTIONS(712), 1, anon_sym_LBRACE, ACTIONS(714), 1, sym_escaped_character, STATE(486), 2, sym__concat_word, sym_braced_word, STATE(312), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [9198] = 8, ACTIONS(187), 1, anon_sym_DOLLAR, ACTIONS(203), 1, anon_sym_DQUOTE, ACTIONS(207), 1, anon_sym_LBRACK, ACTIONS(604), 1, anon_sym_LBRACE, ACTIONS(833), 1, sym_simple_word, ACTIONS(835), 1, sym_escaped_character, STATE(319), 1, sym__word_simple, STATE(421), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [9226] = 8, ACTIONS(167), 1, sym_simple_word, ACTIONS(187), 1, anon_sym_DOLLAR, ACTIONS(203), 1, anon_sym_DQUOTE, ACTIONS(205), 1, sym_escaped_character, ACTIONS(207), 1, anon_sym_LBRACK, ACTIONS(658), 1, anon_sym_RBRACK, STATE(230), 2, sym__concat_word, aux_sym_regexp_repeat1, STATE(304), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [9254] = 6, ACTIONS(741), 1, anon_sym_LF, ACTIONS(837), 1, anon_sym_LPAREN, ACTIONS(839), 1, sym__concat, STATE(308), 1, aux_sym__concat_word_repeat1, STATE(315), 1, sym_array_index, ACTIONS(521), 6, anon_sym_SEMI, anon_sym_on, anon_sym_finally, anon_sym_RBRACE, anon_sym_elseif, anon_sym_else, [9278] = 8, ACTIONS(167), 1, sym_simple_word, ACTIONS(187), 1, anon_sym_DOLLAR, ACTIONS(189), 1, anon_sym_LBRACE, ACTIONS(203), 1, anon_sym_DQUOTE, ACTIONS(205), 1, sym_escaped_character, ACTIONS(207), 1, anon_sym_LBRACK, STATE(102), 2, sym__concat_word, sym_braced_word, STATE(304), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [9306] = 8, ACTIONS(506), 1, anon_sym_DOLLAR, ACTIONS(510), 1, anon_sym_DQUOTE, ACTIONS(512), 1, anon_sym_LBRACK, ACTIONS(691), 1, sym_simple_word, ACTIONS(712), 1, anon_sym_LBRACE, ACTIONS(714), 1, sym_escaped_character, STATE(573), 2, sym__concat_word, sym_braced_word, STATE(312), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [9334] = 8, ACTIONS(167), 1, sym_simple_word, ACTIONS(187), 1, anon_sym_DOLLAR, ACTIONS(203), 1, anon_sym_DQUOTE, ACTIONS(205), 1, sym_escaped_character, ACTIONS(207), 1, anon_sym_LBRACK, ACTIONS(588), 1, anon_sym_RBRACK, STATE(248), 2, sym__concat_word, aux_sym_regexp_repeat1, STATE(304), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [9362] = 8, ACTIONS(167), 1, sym_simple_word, ACTIONS(187), 1, anon_sym_DOLLAR, ACTIONS(189), 1, anon_sym_LBRACE, ACTIONS(203), 1, anon_sym_DQUOTE, ACTIONS(205), 1, sym_escaped_character, ACTIONS(207), 1, anon_sym_LBRACK, STATE(367), 2, sym__concat_word, sym_braced_word, STATE(304), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [9390] = 2, ACTIONS(274), 1, sym__concat, ACTIONS(276), 10, anon_sym_LF, anon_sym_SEMI, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [9406] = 8, ACTIONS(677), 1, sym_simple_word, ACTIONS(681), 1, anon_sym_DOLLAR, ACTIONS(683), 1, anon_sym_LBRACE, ACTIONS(685), 1, anon_sym_DQUOTE, ACTIONS(687), 1, sym_escaped_character, ACTIONS(689), 1, anon_sym_LBRACK, STATE(528), 2, sym__concat_word, sym_braced_word, STATE(398), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [9434] = 8, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(539), 1, anon_sym_LBRACK, ACTIONS(669), 1, sym_simple_word, ACTIONS(673), 1, anon_sym_LBRACE, ACTIONS(675), 1, sym_escaped_character, STATE(692), 2, sym__concat_word, sym_braced_word, STATE(595), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [9462] = 2, ACTIONS(618), 1, sym__concat, ACTIONS(616), 10, anon_sym_LF, anon_sym_SEMI, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [9478] = 4, ACTIONS(739), 1, anon_sym_LPAREN, STATE(309), 1, sym_array_index, ACTIONS(250), 2, sym__concat, sym_escaped_character, ACTIONS(252), 7, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [9498] = 5, ACTIONS(841), 1, anon_sym_COLON_COLON, STATE(254), 1, aux_sym__id_immediate_repeat1, STATE(640), 1, sym__ns_delim, ACTIONS(648), 2, anon_sym_LPAREN, sym_escaped_character, ACTIONS(646), 6, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [9520] = 8, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(539), 1, anon_sym_LBRACK, ACTIONS(669), 1, sym_simple_word, ACTIONS(673), 1, anon_sym_LBRACE, ACTIONS(675), 1, sym_escaped_character, STATE(620), 2, sym__concat_word, sym_braced_word, STATE(595), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [9548] = 8, ACTIONS(5), 1, sym_simple_word, ACTIONS(27), 1, anon_sym_DOLLAR, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(47), 1, anon_sym_LBRACK, ACTIONS(149), 1, sym_escaped_character, STATE(148), 2, sym__concat_word, sym_braced_word, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [9576] = 8, ACTIONS(167), 1, sym_simple_word, ACTIONS(187), 1, anon_sym_DOLLAR, ACTIONS(189), 1, anon_sym_LBRACE, ACTIONS(203), 1, anon_sym_DQUOTE, ACTIONS(205), 1, sym_escaped_character, ACTIONS(207), 1, anon_sym_LBRACK, STATE(306), 2, sym__concat_word, sym_braced_word, STATE(304), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [9604] = 8, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(539), 1, anon_sym_LBRACK, ACTIONS(669), 1, sym_simple_word, ACTIONS(673), 1, anon_sym_LBRACE, ACTIONS(675), 1, sym_escaped_character, STATE(594), 2, sym__concat_word, sym_braced_word, STATE(595), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [9632] = 8, ACTIONS(187), 1, anon_sym_DOLLAR, ACTIONS(203), 1, anon_sym_DQUOTE, ACTIONS(207), 1, anon_sym_LBRACK, ACTIONS(604), 1, anon_sym_LBRACE, ACTIONS(833), 1, sym_simple_word, ACTIONS(835), 1, sym_escaped_character, STATE(334), 1, sym__word_simple, STATE(421), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [9660] = 8, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(539), 1, anon_sym_LBRACK, ACTIONS(669), 1, sym_simple_word, ACTIONS(673), 1, anon_sym_LBRACE, ACTIONS(675), 1, sym_escaped_character, STATE(667), 2, sym__concat_word, sym_braced_word, STATE(595), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [9688] = 8, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(539), 1, anon_sym_LBRACK, ACTIONS(669), 1, sym_simple_word, ACTIONS(673), 1, anon_sym_LBRACE, ACTIONS(675), 1, sym_escaped_character, STATE(668), 2, sym__concat_word, sym_braced_word, STATE(595), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [9716] = 8, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(539), 1, anon_sym_LBRACK, ACTIONS(669), 1, sym_simple_word, ACTIONS(673), 1, anon_sym_LBRACE, ACTIONS(675), 1, sym_escaped_character, STATE(684), 2, sym__concat_word, sym_braced_word, STATE(595), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [9744] = 8, ACTIONS(167), 1, sym_simple_word, ACTIONS(187), 1, anon_sym_DOLLAR, ACTIONS(203), 1, anon_sym_DQUOTE, ACTIONS(205), 1, sym_escaped_character, ACTIONS(207), 1, anon_sym_LBRACK, ACTIONS(662), 1, anon_sym_RBRACK, STATE(258), 2, sym__concat_word, aux_sym_regexp_repeat1, STATE(304), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [9772] = 8, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(539), 1, anon_sym_LBRACK, ACTIONS(669), 1, sym_simple_word, ACTIONS(673), 1, anon_sym_LBRACE, ACTIONS(675), 1, sym_escaped_character, STATE(610), 2, sym__concat_word, sym_braced_word, STATE(595), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [9800] = 8, ACTIONS(574), 1, anon_sym_RBRACK, ACTIONS(843), 1, sym_simple_word, ACTIONS(846), 1, anon_sym_DOLLAR, ACTIONS(849), 1, anon_sym_DQUOTE, ACTIONS(852), 1, sym_escaped_character, ACTIONS(855), 1, anon_sym_LBRACK, STATE(248), 2, sym__concat_word, aux_sym_regexp_repeat1, STATE(304), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [9828] = 8, ACTIONS(677), 1, sym_simple_word, ACTIONS(681), 1, anon_sym_DOLLAR, ACTIONS(683), 1, anon_sym_LBRACE, ACTIONS(685), 1, anon_sym_DQUOTE, ACTIONS(687), 1, sym_escaped_character, ACTIONS(689), 1, anon_sym_LBRACK, STATE(542), 2, sym__concat_word, sym_braced_word, STATE(398), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [9856] = 8, ACTIONS(677), 1, sym_simple_word, ACTIONS(681), 1, anon_sym_DOLLAR, ACTIONS(683), 1, anon_sym_LBRACE, ACTIONS(685), 1, anon_sym_DQUOTE, ACTIONS(687), 1, sym_escaped_character, ACTIONS(689), 1, anon_sym_LBRACK, STATE(543), 2, sym__concat_word, sym_braced_word, STATE(398), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [9884] = 8, ACTIONS(5), 1, sym_simple_word, ACTIONS(27), 1, anon_sym_DOLLAR, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(47), 1, anon_sym_LBRACK, ACTIONS(149), 1, sym_escaped_character, STATE(284), 2, sym__concat_word, sym_braced_word, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [9912] = 2, ACTIONS(282), 1, sym__concat, ACTIONS(284), 10, anon_sym_LF, anon_sym_SEMI, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [9928] = 2, ACTIONS(270), 1, sym__concat, ACTIONS(272), 10, anon_sym_LF, anon_sym_SEMI, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [9944] = 5, ACTIONS(841), 1, anon_sym_COLON_COLON, STATE(216), 1, aux_sym__id_immediate_repeat1, STATE(640), 1, sym__ns_delim, ACTIONS(598), 2, anon_sym_LPAREN, sym_escaped_character, ACTIONS(596), 6, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [9966] = 8, ACTIONS(677), 1, sym_simple_word, ACTIONS(681), 1, anon_sym_DOLLAR, ACTIONS(683), 1, anon_sym_LBRACE, ACTIONS(685), 1, anon_sym_DQUOTE, ACTIONS(687), 1, sym_escaped_character, ACTIONS(689), 1, anon_sym_LBRACK, STATE(594), 2, sym__concat_word, sym_braced_word, STATE(398), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [9994] = 5, ACTIONS(841), 1, anon_sym_COLON_COLON, STATE(261), 1, aux_sym__id_immediate_repeat1, STATE(640), 1, sym__ns_delim, ACTIONS(598), 2, anon_sym_LPAREN, sym_escaped_character, ACTIONS(596), 6, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [10016] = 8, ACTIONS(506), 1, anon_sym_DOLLAR, ACTIONS(510), 1, anon_sym_DQUOTE, ACTIONS(512), 1, anon_sym_LBRACK, ACTIONS(691), 1, sym_simple_word, ACTIONS(712), 1, anon_sym_LBRACE, ACTIONS(714), 1, sym_escaped_character, STATE(585), 2, sym__concat_word, sym_braced_word, STATE(312), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [10044] = 8, ACTIONS(167), 1, sym_simple_word, ACTIONS(187), 1, anon_sym_DOLLAR, ACTIONS(203), 1, anon_sym_DQUOTE, ACTIONS(205), 1, sym_escaped_character, ACTIONS(207), 1, anon_sym_LBRACK, ACTIONS(640), 1, anon_sym_RBRACK, STATE(248), 2, sym__concat_word, aux_sym_regexp_repeat1, STATE(304), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [10072] = 2, ACTIONS(236), 1, anon_sym_LPAREN, ACTIONS(238), 10, anon_sym_LF, anon_sym_SEMI, anon_sym_COLON_COLON, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [10088] = 4, ACTIONS(739), 1, anon_sym_LPAREN, STATE(325), 1, sym_array_index, ACTIONS(254), 2, sym__concat, sym_escaped_character, ACTIONS(256), 7, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [10108] = 5, ACTIONS(841), 1, anon_sym_COLON_COLON, STATE(216), 1, aux_sym__id_immediate_repeat1, STATE(640), 1, sym__ns_delim, ACTIONS(594), 2, anon_sym_LPAREN, sym_escaped_character, ACTIONS(590), 6, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [10130] = 8, ACTIONS(187), 1, anon_sym_DOLLAR, ACTIONS(203), 1, anon_sym_DQUOTE, ACTIONS(207), 1, anon_sym_LBRACK, ACTIONS(816), 1, sym_simple_word, ACTIONS(818), 1, anon_sym_LBRACE, ACTIONS(820), 1, sym_escaped_character, STATE(157), 1, sym__word_simple, STATE(329), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [10158] = 8, ACTIONS(527), 1, sym_simple_word, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(533), 1, anon_sym_LBRACE, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(537), 1, sym_escaped_character, ACTIONS(539), 1, anon_sym_LBRACK, STATE(622), 1, sym__word_simple, STATE(514), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [10186] = 2, ACTIONS(860), 1, sym__concat, ACTIONS(858), 10, anon_sym_LF, anon_sym_SEMI, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [10202] = 5, ACTIONS(862), 1, anon_sym_COLON_COLON, STATE(267), 1, aux_sym__id_immediate_repeat1, STATE(687), 1, sym__ns_delim, ACTIONS(240), 2, anon_sym_LPAREN, sym_escaped_character, ACTIONS(242), 6, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [10224] = 8, ACTIONS(527), 1, sym_simple_word, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(533), 1, anon_sym_LBRACE, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(537), 1, sym_escaped_character, ACTIONS(539), 1, anon_sym_LBRACK, STATE(662), 1, sym__word_simple, STATE(514), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [10252] = 5, ACTIONS(862), 1, anon_sym_COLON_COLON, STATE(205), 1, aux_sym__id_immediate_repeat1, STATE(687), 1, sym__ns_delim, ACTIONS(244), 2, anon_sym_LPAREN, sym_escaped_character, ACTIONS(246), 6, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [10274] = 8, ACTIONS(527), 1, sym_simple_word, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(533), 1, anon_sym_LBRACE, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(537), 1, sym_escaped_character, ACTIONS(539), 1, anon_sym_LBRACK, STATE(698), 1, sym__word_simple, STATE(514), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [10302] = 5, ACTIONS(862), 1, anon_sym_COLON_COLON, STATE(276), 1, aux_sym__id_immediate_repeat1, STATE(687), 1, sym__ns_delim, ACTIONS(244), 2, anon_sym_LPAREN, sym_escaped_character, ACTIONS(246), 6, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [10324] = 8, ACTIONS(527), 1, sym_simple_word, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(533), 1, anon_sym_LBRACE, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(537), 1, sym_escaped_character, ACTIONS(539), 1, anon_sym_LBRACK, STATE(609), 1, sym__word_simple, STATE(514), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [10352] = 2, ACTIONS(236), 3, sym__concat, anon_sym_LPAREN, sym_escaped_character, ACTIONS(238), 8, sym_unpack, anon_sym_COLON_COLON, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [10368] = 8, ACTIONS(527), 1, sym_simple_word, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(533), 1, anon_sym_LBRACE, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(537), 1, sym_escaped_character, ACTIONS(539), 1, anon_sym_LBRACK, STATE(618), 1, sym__word_simple, STATE(514), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [10396] = 2, ACTIONS(258), 1, sym__concat, ACTIONS(260), 10, anon_sym_LF, anon_sym_SEMI, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [10412] = 8, ACTIONS(527), 1, sym_simple_word, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(533), 1, anon_sym_LBRACE, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(537), 1, sym_escaped_character, ACTIONS(539), 1, anon_sym_LBRACK, STATE(626), 1, sym__word_simple, STATE(514), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [10440] = 8, ACTIONS(527), 1, sym_simple_word, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(533), 1, anon_sym_LBRACE, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(537), 1, sym_escaped_character, ACTIONS(539), 1, anon_sym_LBRACK, STATE(634), 1, sym__word_simple, STATE(514), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [10468] = 5, ACTIONS(862), 1, anon_sym_COLON_COLON, STATE(205), 1, aux_sym__id_immediate_repeat1, STATE(687), 1, sym__ns_delim, ACTIONS(229), 2, anon_sym_LPAREN, sym_escaped_character, ACTIONS(231), 6, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [10490] = 8, ACTIONS(527), 1, sym_simple_word, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(533), 1, anon_sym_LBRACE, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(537), 1, sym_escaped_character, ACTIONS(539), 1, anon_sym_LBRACK, STATE(642), 1, sym__word_simple, STATE(514), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [10518] = 8, ACTIONS(527), 1, sym_simple_word, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(533), 1, anon_sym_LBRACE, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(537), 1, sym_escaped_character, ACTIONS(539), 1, anon_sym_LBRACK, STATE(648), 1, sym__word_simple, STATE(514), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [10546] = 8, ACTIONS(527), 1, sym_simple_word, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(533), 1, anon_sym_LBRACE, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(537), 1, sym_escaped_character, ACTIONS(539), 1, anon_sym_LBRACK, STATE(651), 1, sym__word_simple, STATE(514), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [10574] = 8, ACTIONS(527), 1, sym_simple_word, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(533), 1, anon_sym_LBRACE, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(537), 1, sym_escaped_character, ACTIONS(539), 1, anon_sym_LBRACK, STATE(653), 1, sym__word_simple, STATE(514), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [10602] = 8, ACTIONS(506), 1, anon_sym_DOLLAR, ACTIONS(510), 1, anon_sym_DQUOTE, ACTIONS(512), 1, anon_sym_LBRACK, ACTIONS(691), 1, sym_simple_word, ACTIONS(712), 1, anon_sym_LBRACE, ACTIONS(714), 1, sym_escaped_character, STATE(536), 2, sym__concat_word, sym_braced_word, STATE(312), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [10630] = 8, ACTIONS(677), 1, sym_simple_word, ACTIONS(681), 1, anon_sym_DOLLAR, ACTIONS(683), 1, anon_sym_LBRACE, ACTIONS(685), 1, anon_sym_DQUOTE, ACTIONS(687), 1, sym_escaped_character, ACTIONS(689), 1, anon_sym_LBRACK, STATE(452), 2, sym__concat_word, sym_braced_word, STATE(398), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [10658] = 4, ACTIONS(837), 1, anon_sym_LPAREN, STATE(343), 1, sym_array_index, ACTIONS(250), 2, sym__concat, anon_sym_LF, ACTIONS(252), 6, anon_sym_SEMI, anon_sym_on, anon_sym_finally, anon_sym_RBRACE, anon_sym_elseif, anon_sym_else, [10677] = 1, ACTIONS(480), 10, anon_sym_LF, anon_sym_SEMI, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [10690] = 4, ACTIONS(837), 1, anon_sym_LPAREN, STATE(346), 1, sym_array_index, ACTIONS(254), 2, sym__concat, anon_sym_LF, ACTIONS(256), 6, anon_sym_SEMI, anon_sym_on, anon_sym_finally, anon_sym_RBRACE, anon_sym_elseif, anon_sym_else, [10709] = 1, ACTIONS(864), 10, anon_sym_LF, anon_sym_SEMI, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [10722] = 7, ACTIONS(187), 1, anon_sym_DOLLAR, ACTIONS(203), 1, anon_sym_DQUOTE, ACTIONS(207), 1, anon_sym_LBRACK, ACTIONS(818), 1, anon_sym_LBRACE, ACTIONS(866), 1, sym_simple_word, ACTIONS(868), 1, sym_escaped_character, STATE(363), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [10747] = 2, ACTIONS(236), 4, sym__concat, anon_sym_LF, anon_sym_COLON_COLON, anon_sym_LPAREN, ACTIONS(238), 6, anon_sym_SEMI, anon_sym_on, anon_sym_finally, anon_sym_RBRACE, anon_sym_elseif, anon_sym_else, [10762] = 8, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(539), 1, anon_sym_LBRACK, ACTIONS(669), 1, sym_simple_word, ACTIONS(675), 1, sym_escaped_character, ACTIONS(779), 1, anon_sym_RBRACK, STATE(703), 1, sym__concat_word, STATE(595), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [10789] = 4, ACTIONS(743), 1, sym__concat, ACTIONS(870), 1, sym_escaped_character, STATE(299), 1, aux_sym__concat_word_repeat1, ACTIONS(787), 7, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [10808] = 1, ACTIONS(872), 10, anon_sym_LF, anon_sym_SEMI, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [10821] = 4, ACTIONS(743), 1, sym__concat, ACTIONS(870), 1, sym_escaped_character, STATE(300), 1, aux_sym__concat_word_repeat1, ACTIONS(787), 7, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [10840] = 1, ACTIONS(874), 10, anon_sym_LF, anon_sym_SEMI, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [10853] = 7, ACTIONS(187), 1, anon_sym_DOLLAR, ACTIONS(203), 1, anon_sym_DQUOTE, ACTIONS(207), 1, anon_sym_LBRACK, ACTIONS(604), 1, anon_sym_LBRACE, ACTIONS(876), 1, sym_simple_word, ACTIONS(878), 1, sym_escaped_character, STATE(386), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [10878] = 7, ACTIONS(506), 1, anon_sym_DOLLAR, ACTIONS(508), 1, anon_sym_LBRACE, ACTIONS(510), 1, anon_sym_DQUOTE, ACTIONS(512), 1, anon_sym_LBRACK, ACTIONS(880), 1, sym_simple_word, ACTIONS(882), 1, sym_escaped_character, STATE(519), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [10903] = 1, ACTIONS(884), 10, anon_sym_LF, anon_sym_SEMI, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [10916] = 7, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(533), 1, anon_sym_LBRACE, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(539), 1, anon_sym_LBRACK, ACTIONS(886), 1, sym_simple_word, ACTIONS(888), 1, sym_escaped_character, STATE(566), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [10941] = 4, ACTIONS(837), 1, anon_sym_LPAREN, STATE(364), 1, sym_array_index, ACTIONS(618), 2, sym__concat, anon_sym_LF, ACTIONS(616), 6, anon_sym_SEMI, anon_sym_on, anon_sym_finally, anon_sym_RBRACE, anon_sym_elseif, anon_sym_else, [10960] = 4, ACTIONS(618), 1, sym_escaped_character, ACTIONS(890), 1, sym__concat, STATE(299), 1, aux_sym__concat_word_repeat1, ACTIONS(616), 7, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [10979] = 4, ACTIONS(743), 1, sym__concat, ACTIONS(893), 1, sym_escaped_character, STATE(299), 1, aux_sym__concat_word_repeat1, ACTIONS(737), 7, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [10998] = 7, ACTIONS(602), 1, anon_sym_DOLLAR, ACTIONS(604), 1, anon_sym_LBRACE, ACTIONS(608), 1, anon_sym_DQUOTE, ACTIONS(612), 1, anon_sym_LBRACK, ACTIONS(876), 1, sym_simple_word, ACTIONS(878), 1, sym_escaped_character, STATE(386), 4, sym_variable_substitution, sym_braced_word_simple, sym_quoted_word, sym_command_substitution, [11023] = 4, ACTIONS(895), 1, anon_sym_LPAREN, STATE(381), 1, sym_array_index, ACTIONS(250), 2, sym__concat, sym_escaped_character, ACTIONS(252), 6, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [11042] = 4, ACTIONS(895), 1, anon_sym_LPAREN, STATE(388), 1, sym_array_index, ACTIONS(254), 2, sym__concat, sym_escaped_character, ACTIONS(256), 6, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [11061] = 4, ACTIONS(741), 1, sym_escaped_character, ACTIONS(743), 1, sym__concat, STATE(290), 1, aux_sym__concat_word_repeat1, ACTIONS(521), 7, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [11080] = 2, ACTIONS(236), 3, sym__concat, anon_sym_LPAREN, sym_escaped_character, ACTIONS(238), 7, anon_sym_COLON_COLON, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [11095] = 8, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(539), 1, anon_sym_LBRACK, ACTIONS(669), 1, sym_simple_word, ACTIONS(675), 1, sym_escaped_character, ACTIONS(693), 1, anon_sym_RBRACK, STATE(710), 1, sym__concat_word, STATE(595), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [11122] = 4, ACTIONS(899), 1, sym_escaped_character, ACTIONS(901), 1, sym__concat, STATE(324), 1, aux_sym__word_simple_repeat1, ACTIONS(897), 6, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [11140] = 4, ACTIONS(839), 1, sym__concat, ACTIONS(870), 1, anon_sym_LF, STATE(316), 1, aux_sym__concat_word_repeat1, ACTIONS(787), 6, anon_sym_SEMI, anon_sym_on, anon_sym_finally, anon_sym_RBRACE, anon_sym_elseif, anon_sym_else, [11158] = 2, ACTIONS(278), 2, sym__concat, sym_escaped_character, ACTIONS(280), 7, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [11172] = 2, ACTIONS(618), 2, sym__concat, sym_escaped_character, ACTIONS(616), 7, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [11186] = 5, ACTIONS(244), 1, anon_sym_LPAREN, ACTIONS(903), 1, anon_sym_COLON_COLON, STATE(323), 1, aux_sym__id_immediate_repeat1, STATE(632), 1, sym__ns_delim, ACTIONS(246), 5, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_escaped_character, sym__quoted_word_content, anon_sym_LBRACK, [11206] = 4, ACTIONS(741), 1, anon_sym_LF, ACTIONS(839), 1, sym__concat, STATE(308), 1, aux_sym__concat_word_repeat1, ACTIONS(521), 6, anon_sym_SEMI, anon_sym_on, anon_sym_finally, anon_sym_RBRACE, anon_sym_elseif, anon_sym_else, [11224] = 2, ACTIONS(274), 2, sym__concat, sym_escaped_character, ACTIONS(276), 7, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [11238] = 5, ACTIONS(244), 1, anon_sym_LPAREN, ACTIONS(903), 1, anon_sym_COLON_COLON, STATE(322), 1, aux_sym__id_immediate_repeat1, STATE(632), 1, sym__ns_delim, ACTIONS(246), 5, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_escaped_character, sym__quoted_word_content, anon_sym_LBRACK, [11258] = 4, ACTIONS(839), 1, sym__concat, ACTIONS(870), 1, anon_sym_LF, STATE(318), 1, aux_sym__concat_word_repeat1, ACTIONS(787), 6, anon_sym_SEMI, anon_sym_on, anon_sym_finally, anon_sym_RBRACE, anon_sym_elseif, anon_sym_else, [11276] = 4, ACTIONS(618), 1, anon_sym_LF, ACTIONS(905), 1, sym__concat, STATE(316), 1, aux_sym__concat_word_repeat1, ACTIONS(616), 6, anon_sym_SEMI, anon_sym_on, anon_sym_finally, anon_sym_RBRACE, anon_sym_elseif, anon_sym_else, [11294] = 2, ACTIONS(282), 2, sym__concat, sym_escaped_character, ACTIONS(284), 7, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [11308] = 4, ACTIONS(839), 1, sym__concat, ACTIONS(893), 1, anon_sym_LF, STATE(316), 1, aux_sym__concat_word_repeat1, ACTIONS(737), 6, anon_sym_SEMI, anon_sym_on, anon_sym_finally, anon_sym_RBRACE, anon_sym_elseif, anon_sym_else, [11326] = 7, ACTIONS(167), 1, sym_simple_word, ACTIONS(187), 1, anon_sym_DOLLAR, ACTIONS(203), 1, anon_sym_DQUOTE, ACTIONS(205), 1, sym_escaped_character, ACTIONS(207), 1, anon_sym_LBRACK, STATE(246), 1, sym__concat_word, STATE(304), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [11350] = 2, ACTIONS(270), 2, sym__concat, sym_escaped_character, ACTIONS(272), 7, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [11364] = 2, ACTIONS(236), 2, anon_sym_LPAREN, sym_escaped_character, ACTIONS(238), 7, anon_sym_COLON_COLON, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [11378] = 5, ACTIONS(229), 1, anon_sym_LPAREN, ACTIONS(903), 1, anon_sym_COLON_COLON, STATE(323), 1, aux_sym__id_immediate_repeat1, STATE(632), 1, sym__ns_delim, ACTIONS(231), 5, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_escaped_character, sym__quoted_word_content, anon_sym_LBRACK, [11398] = 5, ACTIONS(236), 1, anon_sym_LPAREN, ACTIONS(908), 1, anon_sym_COLON_COLON, STATE(323), 1, aux_sym__id_immediate_repeat1, STATE(632), 1, sym__ns_delim, ACTIONS(238), 5, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_escaped_character, sym__quoted_word_content, anon_sym_LBRACK, [11418] = 4, ACTIONS(913), 1, sym_escaped_character, ACTIONS(915), 1, sym__concat, STATE(324), 1, aux_sym__word_simple_repeat1, ACTIONS(911), 6, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [11436] = 2, ACTIONS(266), 2, sym__concat, sym_escaped_character, ACTIONS(268), 7, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [11450] = 4, ACTIONS(913), 1, sym_escaped_character, ACTIONS(918), 1, sym__concat, STATE(326), 1, aux_sym__word_simple_repeat1, ACTIONS(911), 6, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [11468] = 2, ACTIONS(236), 2, anon_sym_LPAREN, sym_escaped_character, ACTIONS(238), 7, sym_unpack, anon_sym_COLON_COLON, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [11482] = 4, ACTIONS(250), 1, sym_escaped_character, ACTIONS(921), 1, anon_sym_LPAREN, STATE(429), 1, sym_array_index, ACTIONS(252), 6, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [11500] = 4, ACTIONS(925), 1, sym_escaped_character, ACTIONS(927), 1, sym__concat, STATE(333), 1, aux_sym__word_simple_repeat1, ACTIONS(923), 6, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [11518] = 5, ACTIONS(240), 1, anon_sym_LPAREN, ACTIONS(903), 1, anon_sym_COLON_COLON, STATE(311), 1, aux_sym__id_immediate_repeat1, STATE(632), 1, sym__ns_delim, ACTIONS(242), 5, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_escaped_character, sym__quoted_word_content, anon_sym_LBRACK, [11538] = 2, ACTIONS(860), 2, sym__concat, sym_escaped_character, ACTIONS(858), 7, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [11552] = 4, ACTIONS(254), 1, sym_escaped_character, ACTIONS(921), 1, anon_sym_LPAREN, STATE(432), 1, sym_array_index, ACTIONS(256), 6, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [11570] = 4, ACTIONS(899), 1, sym_escaped_character, ACTIONS(927), 1, sym__concat, STATE(326), 1, aux_sym__word_simple_repeat1, ACTIONS(897), 6, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [11588] = 7, ACTIONS(5), 1, sym_simple_word, ACTIONS(27), 1, anon_sym_DOLLAR, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(47), 1, anon_sym_LBRACK, ACTIONS(149), 1, sym_escaped_character, STATE(141), 1, sym__concat_word, STATE(198), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [11612] = 1, ACTIONS(260), 9, anon_sym_LF, anon_sym_SEMI, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, sym_escaped_character, anon_sym_LBRACK, sym_simple_word, [11624] = 2, ACTIONS(238), 1, anon_sym_else, ACTIONS(236), 8, sym__concat, anon_sym_on, anon_sym_finally, anon_sym_COLON_COLON, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_elseif, anon_sym_RBRACK, [11638] = 6, ACTIONS(521), 1, anon_sym_else, ACTIONS(929), 1, anon_sym_LPAREN, ACTIONS(931), 1, sym__concat, STATE(399), 1, aux_sym__concat_word_repeat1, STATE(400), 1, sym_array_index, ACTIONS(741), 4, anon_sym_on, anon_sym_finally, anon_sym_elseif, anon_sym_RBRACK, [11660] = 2, ACTIONS(258), 2, sym__concat, sym_escaped_character, ACTIONS(260), 7, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [11674] = 4, ACTIONS(901), 1, sym__concat, ACTIONS(925), 1, sym_escaped_character, STATE(307), 1, aux_sym__word_simple_repeat1, ACTIONS(923), 6, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [11692] = 2, ACTIONS(933), 1, sym_escaped_character, ACTIONS(884), 7, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [11705] = 5, ACTIONS(935), 1, anon_sym_DOLLAR, ACTIONS(937), 1, anon_sym_DQUOTE, ACTIONS(941), 1, anon_sym_LBRACK, ACTIONS(939), 2, sym_escaped_character, sym__quoted_word_content, STATE(385), 3, sym_variable_substitution, sym_command_substitution, aux_sym_quoted_word_repeat1, [11724] = 6, ACTIONS(506), 1, anon_sym_DOLLAR, ACTIONS(510), 1, anon_sym_DQUOTE, ACTIONS(512), 1, anon_sym_LBRACK, ACTIONS(943), 1, sym_simple_word, ACTIONS(945), 1, sym_escaped_character, STATE(368), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [11745] = 2, ACTIONS(278), 2, sym__concat, anon_sym_LF, ACTIONS(280), 6, anon_sym_SEMI, anon_sym_on, anon_sym_finally, anon_sym_RBRACE, anon_sym_elseif, anon_sym_else, [11758] = 2, ACTIONS(270), 2, sym__concat, anon_sym_LF, ACTIONS(272), 6, anon_sym_SEMI, anon_sym_on, anon_sym_finally, anon_sym_RBRACE, anon_sym_elseif, anon_sym_else, [11771] = 5, ACTIONS(935), 1, anon_sym_DOLLAR, ACTIONS(941), 1, anon_sym_LBRACK, ACTIONS(947), 1, anon_sym_DQUOTE, ACTIONS(949), 2, sym_escaped_character, sym__quoted_word_content, STATE(347), 3, sym_variable_substitution, sym_command_substitution, aux_sym_quoted_word_repeat1, [11790] = 2, ACTIONS(266), 2, sym__concat, anon_sym_LF, ACTIONS(268), 6, anon_sym_SEMI, anon_sym_on, anon_sym_finally, anon_sym_RBRACE, anon_sym_elseif, anon_sym_else, [11803] = 5, ACTIONS(935), 1, anon_sym_DOLLAR, ACTIONS(941), 1, anon_sym_LBRACK, ACTIONS(951), 1, anon_sym_DQUOTE, ACTIONS(939), 2, sym_escaped_character, sym__quoted_word_content, STATE(385), 3, sym_variable_substitution, sym_command_substitution, aux_sym_quoted_word_repeat1, [11822] = 6, ACTIONS(681), 1, anon_sym_DOLLAR, ACTIONS(685), 1, anon_sym_DQUOTE, ACTIONS(689), 1, anon_sym_LBRACK, ACTIONS(953), 1, sym_simple_word, ACTIONS(955), 1, sym_escaped_character, STATE(450), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [11843] = 2, ACTIONS(957), 1, sym_escaped_character, ACTIONS(864), 7, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [11856] = 4, ACTIONS(252), 1, anon_sym_else, ACTIONS(929), 1, anon_sym_LPAREN, STATE(444), 1, sym_array_index, ACTIONS(250), 5, sym__concat, anon_sym_on, anon_sym_finally, anon_sym_elseif, anon_sym_RBRACK, [11873] = 2, ACTIONS(270), 2, sym__concat, sym_escaped_character, ACTIONS(272), 6, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [11886] = 5, ACTIONS(935), 1, anon_sym_DOLLAR, ACTIONS(941), 1, anon_sym_LBRACK, ACTIONS(959), 1, anon_sym_DQUOTE, ACTIONS(961), 2, sym_escaped_character, sym__quoted_word_content, STATE(353), 3, sym_variable_substitution, sym_command_substitution, aux_sym_quoted_word_repeat1, [11905] = 5, ACTIONS(935), 1, anon_sym_DOLLAR, ACTIONS(941), 1, anon_sym_LBRACK, ACTIONS(963), 1, anon_sym_DQUOTE, ACTIONS(939), 2, sym_escaped_character, sym__quoted_word_content, STATE(385), 3, sym_variable_substitution, sym_command_substitution, aux_sym_quoted_word_repeat1, [11924] = 5, ACTIONS(935), 1, anon_sym_DOLLAR, ACTIONS(941), 1, anon_sym_LBRACK, ACTIONS(965), 1, anon_sym_DQUOTE, ACTIONS(967), 2, sym_escaped_character, sym__quoted_word_content, STATE(355), 3, sym_variable_substitution, sym_command_substitution, aux_sym_quoted_word_repeat1, [11943] = 5, ACTIONS(935), 1, anon_sym_DOLLAR, ACTIONS(941), 1, anon_sym_LBRACK, ACTIONS(969), 1, anon_sym_DQUOTE, ACTIONS(939), 2, sym_escaped_character, sym__quoted_word_content, STATE(385), 3, sym_variable_substitution, sym_command_substitution, aux_sym_quoted_word_repeat1, [11962] = 5, ACTIONS(935), 1, anon_sym_DOLLAR, ACTIONS(941), 1, anon_sym_LBRACK, ACTIONS(971), 1, anon_sym_DQUOTE, ACTIONS(973), 2, sym_escaped_character, sym__quoted_word_content, STATE(357), 3, sym_variable_substitution, sym_command_substitution, aux_sym_quoted_word_repeat1, [11981] = 5, ACTIONS(935), 1, anon_sym_DOLLAR, ACTIONS(941), 1, anon_sym_LBRACK, ACTIONS(975), 1, anon_sym_DQUOTE, ACTIONS(939), 2, sym_escaped_character, sym__quoted_word_content, STATE(385), 3, sym_variable_substitution, sym_command_substitution, aux_sym_quoted_word_repeat1, [12000] = 5, ACTIONS(935), 1, anon_sym_DOLLAR, ACTIONS(941), 1, anon_sym_LBRACK, ACTIONS(977), 1, anon_sym_DQUOTE, ACTIONS(979), 2, sym_escaped_character, sym__quoted_word_content, STATE(359), 3, sym_variable_substitution, sym_command_substitution, aux_sym_quoted_word_repeat1, [12019] = 5, ACTIONS(935), 1, anon_sym_DOLLAR, ACTIONS(941), 1, anon_sym_LBRACK, ACTIONS(981), 1, anon_sym_DQUOTE, ACTIONS(939), 2, sym_escaped_character, sym__quoted_word_content, STATE(385), 3, sym_variable_substitution, sym_command_substitution, aux_sym_quoted_word_repeat1, [12038] = 7, ACTIONS(35), 1, anon_sym_elseif, ACTIONS(37), 1, anon_sym_else, ACTIONS(983), 1, anon_sym_LF, STATE(380), 1, aux_sym_if_repeat1, STATE(462), 1, sym_elseif, STATE(587), 1, sym_else, ACTIONS(985), 2, anon_sym_SEMI, anon_sym_RBRACE, [12061] = 2, ACTIONS(322), 2, sym__concat, sym_escaped_character, ACTIONS(324), 6, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [12074] = 7, ACTIONS(35), 1, anon_sym_elseif, ACTIONS(37), 1, anon_sym_else, ACTIONS(987), 1, anon_sym_LF, STATE(417), 1, aux_sym_if_repeat1, STATE(462), 1, sym_elseif, STATE(589), 1, sym_else, ACTIONS(989), 2, anon_sym_SEMI, anon_sym_RBRACE, [12097] = 2, ACTIONS(913), 2, sym__concat, sym_escaped_character, ACTIONS(911), 6, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [12110] = 2, ACTIONS(860), 2, sym__concat, anon_sym_LF, ACTIONS(858), 6, anon_sym_SEMI, anon_sym_on, anon_sym_finally, anon_sym_RBRACE, anon_sym_elseif, anon_sym_else, [12123] = 2, ACTIONS(274), 2, sym__concat, sym_escaped_character, ACTIONS(276), 6, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [12136] = 2, ACTIONS(274), 2, sym__concat, anon_sym_LF, ACTIONS(276), 6, anon_sym_SEMI, anon_sym_on, anon_sym_finally, anon_sym_RBRACE, anon_sym_elseif, anon_sym_else, [12149] = 2, ACTIONS(991), 1, sym_escaped_character, ACTIONS(480), 7, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [12162] = 2, ACTIONS(618), 2, sym__concat, anon_sym_LF, ACTIONS(616), 6, anon_sym_SEMI, anon_sym_on, anon_sym_finally, anon_sym_RBRACE, anon_sym_elseif, anon_sym_else, [12175] = 2, ACTIONS(258), 2, sym__concat, anon_sym_LF, ACTIONS(260), 6, anon_sym_SEMI, anon_sym_on, anon_sym_finally, anon_sym_RBRACE, anon_sym_elseif, anon_sym_else, [12188] = 5, ACTIONS(935), 1, anon_sym_DOLLAR, ACTIONS(941), 1, anon_sym_LBRACK, ACTIONS(993), 1, anon_sym_DQUOTE, ACTIONS(995), 2, sym_escaped_character, sym__quoted_word_content, STATE(395), 3, sym_variable_substitution, sym_command_substitution, aux_sym_quoted_word_repeat1, [12207] = 6, ACTIONS(531), 1, anon_sym_DOLLAR, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(539), 1, anon_sym_LBRACK, ACTIONS(997), 1, sym_simple_word, ACTIONS(999), 1, sym_escaped_character, STATE(529), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [12228] = 2, ACTIONS(1001), 1, sym_escaped_character, ACTIONS(874), 7, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [12241] = 5, ACTIONS(935), 1, anon_sym_DOLLAR, ACTIONS(941), 1, anon_sym_LBRACK, ACTIONS(1003), 1, anon_sym_DQUOTE, ACTIONS(939), 2, sym_escaped_character, sym__quoted_word_content, STATE(385), 3, sym_variable_substitution, sym_command_substitution, aux_sym_quoted_word_repeat1, [12260] = 4, ACTIONS(256), 1, anon_sym_else, ACTIONS(929), 1, anon_sym_LPAREN, STATE(447), 1, sym_array_index, ACTIONS(254), 5, sym__concat, anon_sym_on, anon_sym_finally, anon_sym_elseif, anon_sym_RBRACK, [12277] = 6, ACTIONS(535), 1, anon_sym_DQUOTE, ACTIONS(539), 1, anon_sym_LBRACK, ACTIONS(797), 1, anon_sym_DOLLAR, ACTIONS(997), 1, sym_simple_word, ACTIONS(999), 1, sym_escaped_character, STATE(529), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [12298] = 5, ACTIONS(935), 1, anon_sym_DOLLAR, ACTIONS(941), 1, anon_sym_LBRACK, ACTIONS(1005), 1, anon_sym_DQUOTE, ACTIONS(1007), 2, sym_escaped_character, sym__quoted_word_content, STATE(341), 3, sym_variable_substitution, sym_command_substitution, aux_sym_quoted_word_repeat1, [12317] = 4, ACTIONS(616), 1, anon_sym_else, ACTIONS(929), 1, anon_sym_LPAREN, STATE(443), 1, sym_array_index, ACTIONS(618), 5, sym__concat, anon_sym_on, anon_sym_finally, anon_sym_elseif, anon_sym_RBRACK, [12334] = 2, ACTIONS(282), 2, sym__concat, anon_sym_LF, ACTIONS(284), 6, anon_sym_SEMI, anon_sym_on, anon_sym_finally, anon_sym_RBRACE, anon_sym_elseif, anon_sym_else, [12347] = 2, ACTIONS(1009), 1, sym_escaped_character, ACTIONS(872), 7, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [12360] = 7, ACTIONS(35), 1, anon_sym_elseif, ACTIONS(37), 1, anon_sym_else, ACTIONS(1011), 1, anon_sym_LF, STATE(417), 1, aux_sym_if_repeat1, STATE(462), 1, sym_elseif, STATE(539), 1, sym_else, ACTIONS(1013), 2, anon_sym_SEMI, anon_sym_RBRACE, [12383] = 2, ACTIONS(278), 2, sym__concat, sym_escaped_character, ACTIONS(280), 6, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [12396] = 2, ACTIONS(282), 2, sym__concat, sym_escaped_character, ACTIONS(284), 6, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [12409] = 7, ACTIONS(35), 1, anon_sym_elseif, ACTIONS(37), 1, anon_sym_else, ACTIONS(1015), 1, anon_sym_LF, STATE(362), 1, aux_sym_if_repeat1, STATE(462), 1, sym_elseif, STATE(554), 1, sym_else, ACTIONS(1017), 2, anon_sym_SEMI, anon_sym_RBRACE, [12432] = 2, ACTIONS(326), 2, sym__concat, sym_escaped_character, ACTIONS(328), 6, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [12445] = 5, ACTIONS(1019), 1, anon_sym_DOLLAR, ACTIONS(1022), 1, anon_sym_DQUOTE, ACTIONS(1027), 1, anon_sym_LBRACK, ACTIONS(1024), 2, sym_escaped_character, sym__quoted_word_content, STATE(385), 3, sym_variable_substitution, sym_command_substitution, aux_sym_quoted_word_repeat1, [12464] = 2, ACTIONS(913), 2, sym__concat, sym_escaped_character, ACTIONS(911), 6, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [12477] = 2, ACTIONS(326), 2, sym__concat, sym_escaped_character, ACTIONS(328), 6, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [12490] = 2, ACTIONS(266), 2, sym__concat, sym_escaped_character, ACTIONS(268), 6, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [12503] = 6, ACTIONS(27), 1, anon_sym_DOLLAR, ACTIONS(43), 1, anon_sym_DQUOTE, ACTIONS(47), 1, anon_sym_LBRACK, ACTIONS(1030), 1, sym_simple_word, ACTIONS(1032), 1, sym_escaped_character, STATE(235), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [12524] = 5, ACTIONS(935), 1, anon_sym_DOLLAR, ACTIONS(941), 1, anon_sym_LBRACK, ACTIONS(1034), 1, anon_sym_DQUOTE, ACTIONS(1036), 2, sym_escaped_character, sym__quoted_word_content, STATE(393), 3, sym_variable_substitution, sym_command_substitution, aux_sym_quoted_word_repeat1, [12543] = 2, ACTIONS(322), 2, sym__concat, sym_escaped_character, ACTIONS(324), 6, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [12556] = 2, ACTIONS(258), 2, sym__concat, sym_escaped_character, ACTIONS(260), 6, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [12569] = 5, ACTIONS(935), 1, anon_sym_DOLLAR, ACTIONS(941), 1, anon_sym_LBRACK, ACTIONS(1038), 1, anon_sym_DQUOTE, ACTIONS(939), 2, sym_escaped_character, sym__quoted_word_content, STATE(385), 3, sym_variable_substitution, sym_command_substitution, aux_sym_quoted_word_repeat1, [12588] = 6, ACTIONS(187), 1, anon_sym_DOLLAR, ACTIONS(203), 1, anon_sym_DQUOTE, ACTIONS(207), 1, anon_sym_LBRACK, ACTIONS(1040), 1, sym_simple_word, ACTIONS(1042), 1, sym_escaped_character, STATE(310), 3, sym_variable_substitution, sym_quoted_word, sym_command_substitution, [12609] = 5, ACTIONS(935), 1, anon_sym_DOLLAR, ACTIONS(941), 1, anon_sym_LBRACK, ACTIONS(1044), 1, anon_sym_DQUOTE, ACTIONS(939), 2, sym_escaped_character, sym__quoted_word_content, STATE(385), 3, sym_variable_substitution, sym_command_substitution, aux_sym_quoted_word_repeat1, [12628] = 5, ACTIONS(935), 1, anon_sym_DOLLAR, ACTIONS(941), 1, anon_sym_LBRACK, ACTIONS(1046), 1, anon_sym_DQUOTE, ACTIONS(1048), 2, sym_escaped_character, sym__quoted_word_content, STATE(373), 3, sym_variable_substitution, sym_command_substitution, aux_sym_quoted_word_repeat1, [12647] = 5, ACTIONS(242), 1, sym_simple_word, ACTIONS(1050), 1, anon_sym_COLON_COLON, STATE(407), 1, aux_sym__id_immediate_repeat1, STATE(624), 1, sym__ns_delim, ACTIONS(240), 3, sym__concat, anon_sym_LPAREN, anon_sym_LBRACE, [12665] = 4, ACTIONS(521), 1, anon_sym_else, ACTIONS(931), 1, sym__concat, STATE(399), 1, aux_sym__concat_word_repeat1, ACTIONS(741), 4, anon_sym_on, anon_sym_finally, anon_sym_elseif, anon_sym_RBRACK, [12681] = 4, ACTIONS(787), 1, anon_sym_else, ACTIONS(931), 1, sym__concat, STATE(402), 1, aux_sym__concat_word_repeat1, ACTIONS(870), 4, anon_sym_on, anon_sym_finally, anon_sym_elseif, anon_sym_RBRACK, [12697] = 4, ACTIONS(787), 1, anon_sym_else, ACTIONS(931), 1, sym__concat, STATE(403), 1, aux_sym__concat_word_repeat1, ACTIONS(870), 4, anon_sym_on, anon_sym_finally, anon_sym_elseif, anon_sym_RBRACK, [12713] = 5, ACTIONS(812), 1, anon_sym_DQUOTE, ACTIONS(1052), 1, sym_simple_word, ACTIONS(1054), 1, anon_sym_LBRACE, ACTIONS(1056), 1, anon_sym_RBRACE, STATE(654), 3, sym_braced_word, sym__argument_word, sym_quoted_word, [12731] = 4, ACTIONS(616), 1, anon_sym_else, ACTIONS(1058), 1, sym__concat, STATE(402), 1, aux_sym__concat_word_repeat1, ACTIONS(618), 4, anon_sym_on, anon_sym_finally, anon_sym_elseif, anon_sym_RBRACK, [12747] = 4, ACTIONS(737), 1, anon_sym_else, ACTIONS(931), 1, sym__concat, STATE(402), 1, aux_sym__concat_word_repeat1, ACTIONS(893), 4, anon_sym_on, anon_sym_finally, anon_sym_elseif, anon_sym_RBRACK, [12763] = 5, ACTIONS(1061), 1, anon_sym_COLON_COLON, STATE(404), 1, aux_sym__id_immediate_repeat1, STATE(605), 1, sym__ns_delim, ACTIONS(236), 2, anon_sym_LF, anon_sym_LPAREN, ACTIONS(238), 2, anon_sym_SEMI, anon_sym_RBRACE, [12781] = 2, ACTIONS(1066), 1, sym_escaped_character, ACTIONS(1064), 6, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [12793] = 3, ACTIONS(1068), 1, anon_sym_LPAREN, STATE(475), 1, sym_array_index, ACTIONS(250), 5, sym__concat, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACK, sym_simple_word, [12807] = 5, ACTIONS(246), 1, sym_simple_word, ACTIONS(1050), 1, anon_sym_COLON_COLON, STATE(413), 1, aux_sym__id_immediate_repeat1, STATE(624), 1, sym__ns_delim, ACTIONS(244), 3, sym__concat, anon_sym_LPAREN, anon_sym_LBRACE, [12825] = 5, ACTIONS(246), 1, sym_simple_word, ACTIONS(1050), 1, anon_sym_COLON_COLON, STATE(410), 1, aux_sym__id_immediate_repeat1, STATE(624), 1, sym__ns_delim, ACTIONS(244), 3, sym__concat, anon_sym_LPAREN, anon_sym_LBRACE, [12843] = 3, ACTIONS(1068), 1, anon_sym_LPAREN, STATE(494), 1, sym_array_index, ACTIONS(254), 5, sym__concat, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACK, sym_simple_word, [12857] = 5, ACTIONS(231), 1, sym_simple_word, ACTIONS(1050), 1, anon_sym_COLON_COLON, STATE(413), 1, aux_sym__id_immediate_repeat1, STATE(624), 1, sym__ns_delim, ACTIONS(229), 3, sym__concat, anon_sym_LPAREN, anon_sym_LBRACE, [12875] = 2, ACTIONS(258), 1, sym_escaped_character, ACTIONS(260), 6, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [12887] = 3, ACTIONS(1070), 1, anon_sym_LPAREN, STATE(504), 1, sym_array_index, ACTIONS(252), 5, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_escaped_character, sym__quoted_word_content, anon_sym_LBRACK, [12901] = 5, ACTIONS(238), 1, sym_simple_word, ACTIONS(1072), 1, anon_sym_COLON_COLON, STATE(413), 1, aux_sym__id_immediate_repeat1, STATE(624), 1, sym__ns_delim, ACTIONS(236), 3, sym__concat, anon_sym_LPAREN, anon_sym_LBRACE, [12919] = 3, ACTIONS(1070), 1, anon_sym_LPAREN, STATE(487), 1, sym_array_index, ACTIONS(256), 5, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_escaped_character, sym__quoted_word_content, anon_sym_LBRACK, [12933] = 2, ACTIONS(957), 1, anon_sym_LF, ACTIONS(864), 6, anon_sym_SEMI, anon_sym_on, anon_sym_finally, anon_sym_RBRACE, anon_sym_elseif, anon_sym_else, [12945] = 2, ACTIONS(236), 2, anon_sym_COLON_COLON, anon_sym_LPAREN, ACTIONS(238), 5, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_escaped_character, sym__quoted_word_content, anon_sym_LBRACK, [12957] = 5, ACTIONS(1075), 1, anon_sym_LF, ACTIONS(1079), 1, anon_sym_elseif, STATE(417), 1, aux_sym_if_repeat1, STATE(462), 1, sym_elseif, ACTIONS(1077), 3, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_else, [12975] = 4, ACTIONS(899), 1, sym_escaped_character, ACTIONS(1082), 1, sym__concat, STATE(424), 1, aux_sym__word_simple_repeat1, ACTIONS(897), 4, anon_sym_DOLLAR, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [12991] = 2, ACTIONS(1001), 1, anon_sym_LF, ACTIONS(874), 6, anon_sym_SEMI, anon_sym_on, anon_sym_finally, anon_sym_RBRACE, anon_sym_elseif, anon_sym_else, [13003] = 2, ACTIONS(258), 1, sym_escaped_character, ACTIONS(260), 6, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, anon_sym_RBRACK, sym_simple_word, [13015] = 4, ACTIONS(925), 1, sym_escaped_character, ACTIONS(1082), 1, sym__concat, STATE(418), 1, aux_sym__word_simple_repeat1, ACTIONS(923), 4, anon_sym_DOLLAR, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [13031] = 2, ACTIONS(1086), 1, sym_escaped_character, ACTIONS(1084), 6, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [13043] = 2, ACTIONS(1009), 1, anon_sym_LF, ACTIONS(872), 6, anon_sym_SEMI, anon_sym_on, anon_sym_finally, anon_sym_RBRACE, anon_sym_elseif, anon_sym_else, [13055] = 4, ACTIONS(913), 1, sym_escaped_character, ACTIONS(1088), 1, sym__concat, STATE(424), 1, aux_sym__word_simple_repeat1, ACTIONS(911), 4, anon_sym_DOLLAR, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [13071] = 2, ACTIONS(933), 1, anon_sym_LF, ACTIONS(884), 6, anon_sym_SEMI, anon_sym_on, anon_sym_finally, anon_sym_RBRACE, anon_sym_elseif, anon_sym_else, [13083] = 2, ACTIONS(1093), 1, sym_escaped_character, ACTIONS(1091), 6, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [13095] = 2, ACTIONS(270), 1, sym_escaped_character, ACTIONS(272), 6, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [13107] = 2, ACTIONS(262), 1, sym_escaped_character, ACTIONS(264), 6, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [13119] = 2, ACTIONS(278), 1, sym_escaped_character, ACTIONS(280), 6, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [13131] = 2, ACTIONS(274), 1, sym_escaped_character, ACTIONS(276), 6, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [13143] = 2, ACTIONS(282), 1, sym_escaped_character, ACTIONS(284), 6, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [13155] = 2, ACTIONS(266), 1, sym_escaped_character, ACTIONS(268), 6, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [13167] = 5, ACTIONS(1095), 1, anon_sym_COLON_COLON, STATE(435), 1, aux_sym__id_immediate_repeat1, STATE(605), 1, sym__ns_delim, ACTIONS(240), 2, anon_sym_LF, anon_sym_LPAREN, ACTIONS(242), 2, anon_sym_SEMI, anon_sym_RBRACE, [13185] = 2, ACTIONS(1099), 1, sym_escaped_character, ACTIONS(1097), 6, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [13197] = 5, ACTIONS(1095), 1, anon_sym_COLON_COLON, STATE(404), 1, aux_sym__id_immediate_repeat1, STATE(605), 1, sym__ns_delim, ACTIONS(244), 2, anon_sym_LF, anon_sym_LPAREN, ACTIONS(246), 2, anon_sym_SEMI, anon_sym_RBRACE, [13215] = 5, ACTIONS(1095), 1, anon_sym_COLON_COLON, STATE(437), 1, aux_sym__id_immediate_repeat1, STATE(605), 1, sym__ns_delim, ACTIONS(244), 2, anon_sym_LF, anon_sym_LPAREN, ACTIONS(246), 2, anon_sym_SEMI, anon_sym_RBRACE, [13233] = 5, ACTIONS(1095), 1, anon_sym_COLON_COLON, STATE(404), 1, aux_sym__id_immediate_repeat1, STATE(605), 1, sym__ns_delim, ACTIONS(229), 2, anon_sym_LF, anon_sym_LPAREN, ACTIONS(231), 2, anon_sym_SEMI, anon_sym_RBRACE, [13251] = 2, ACTIONS(1103), 1, sym_escaped_character, ACTIONS(1101), 6, sym_unpack, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [13263] = 2, ACTIONS(1086), 1, sym_escaped_character, ACTIONS(1084), 5, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [13274] = 3, ACTIONS(1068), 1, anon_sym_LPAREN, STATE(523), 1, sym_array_index, ACTIONS(618), 4, sym__concat, anon_sym_LBRACE, anon_sym_RBRACK, sym_simple_word, [13287] = 2, ACTIONS(272), 1, anon_sym_else, ACTIONS(270), 5, sym__concat, anon_sym_on, anon_sym_finally, anon_sym_elseif, anon_sym_RBRACK, [13298] = 2, ACTIONS(276), 1, anon_sym_else, ACTIONS(274), 5, sym__concat, anon_sym_on, anon_sym_finally, anon_sym_elseif, anon_sym_RBRACK, [13309] = 2, ACTIONS(858), 1, anon_sym_else, ACTIONS(860), 5, sym__concat, anon_sym_on, anon_sym_finally, anon_sym_elseif, anon_sym_RBRACK, [13320] = 2, ACTIONS(280), 1, anon_sym_else, ACTIONS(278), 5, sym__concat, anon_sym_on, anon_sym_finally, anon_sym_elseif, anon_sym_RBRACK, [13331] = 2, ACTIONS(284), 1, anon_sym_else, ACTIONS(282), 5, sym__concat, anon_sym_on, anon_sym_finally, anon_sym_elseif, anon_sym_RBRACK, [13342] = 2, ACTIONS(260), 1, anon_sym_else, ACTIONS(258), 5, sym__concat, anon_sym_on, anon_sym_finally, anon_sym_elseif, anon_sym_RBRACK, [13353] = 2, ACTIONS(268), 1, anon_sym_else, ACTIONS(266), 5, sym__concat, anon_sym_on, anon_sym_finally, anon_sym_elseif, anon_sym_RBRACK, [13364] = 2, ACTIONS(1066), 1, sym_escaped_character, ACTIONS(1064), 5, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [13375] = 6, ACTIONS(197), 1, anon_sym_else, ACTIONS(1015), 1, anon_sym_RBRACK, ACTIONS(1105), 1, anon_sym_elseif, STATE(453), 1, aux_sym_if_repeat1, STATE(570), 1, sym_elseif, STATE(657), 1, sym_else, [13394] = 2, ACTIONS(616), 1, anon_sym_else, ACTIONS(618), 5, sym__concat, anon_sym_on, anon_sym_finally, anon_sym_elseif, anon_sym_RBRACK, [13405] = 2, ACTIONS(1103), 1, sym_escaped_character, ACTIONS(1101), 5, anon_sym_DOLLAR, anon_sym_LBRACE, anon_sym_DQUOTE, anon_sym_LBRACK, sym_simple_word, [13416] = 6, ACTIONS(197), 1, anon_sym_else, ACTIONS(983), 1, anon_sym_RBRACK, ACTIONS(1105), 1, anon_sym_elseif, STATE(454), 1, aux_sym_if_repeat1, STATE(570), 1, sym_elseif, STATE(695), 1, sym_else, [13435] = 6, ACTIONS(197), 1, anon_sym_else, ACTIONS(987), 1, anon_sym_RBRACK, ACTIONS(1105), 1, anon_sym_elseif, STATE(479), 1, aux_sym_if_repeat1, STATE(570), 1, sym_elseif, STATE(712), 1, sym_else, [13454] = 6, ACTIONS(197), 1, anon_sym_else, ACTIONS(1011), 1, anon_sym_RBRACK, ACTIONS(1105), 1, anon_sym_elseif, STATE(479), 1, aux_sym_if_repeat1, STATE(570), 1, sym_elseif, STATE(612), 1, sym_else, [13473] = 5, ACTIONS(1068), 1, anon_sym_LPAREN, ACTIONS(1107), 1, sym__concat, STATE(530), 1, aux_sym__concat_word_repeat1, STATE(531), 1, sym_array_index, ACTIONS(741), 2, anon_sym_LBRACE, sym_simple_word, [13490] = 5, ACTIONS(1109), 1, anon_sym_LF, ACTIONS(1113), 1, anon_sym_on, ACTIONS(1115), 1, anon_sym_finally, STATE(575), 1, sym_finally, ACTIONS(1111), 2, anon_sym_SEMI, anon_sym_RBRACE, [13507] = 5, ACTIONS(1115), 1, anon_sym_finally, ACTIONS(1117), 1, anon_sym_LF, ACTIONS(1121), 1, anon_sym_on, STATE(582), 1, sym_finally, ACTIONS(1119), 2, anon_sym_SEMI, anon_sym_RBRACE, [13524] = 1, ACTIONS(282), 5, sym__concat, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACK, sym_simple_word, [13532] = 2, ACTIONS(1123), 1, anon_sym_LF, ACTIONS(1125), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_elseif, anon_sym_else, [13542] = 2, ACTIONS(874), 1, anon_sym_else, ACTIONS(1001), 4, anon_sym_on, anon_sym_finally, anon_sym_elseif, anon_sym_RBRACK, [13552] = 5, ACTIONS(1127), 1, anon_sym_LF, ACTIONS(1129), 1, anon_sym_SEMI, ACTIONS(1131), 1, anon_sym_RBRACE, STATE(4), 1, aux_sym_braced_word_repeat1, STATE(509), 1, aux_sym_braced_word_repeat2, [13568] = 2, ACTIONS(1133), 1, anon_sym_LF, ACTIONS(1135), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_elseif, anon_sym_else, [13578] = 1, ACTIONS(270), 5, sym__concat, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACK, sym_simple_word, [13586] = 4, ACTIONS(913), 1, anon_sym_LF, ACTIONS(1137), 1, sym__concat, STATE(464), 1, aux_sym__word_simple_repeat1, ACTIONS(911), 2, anon_sym_SEMI, anon_sym_RBRACE, [13600] = 5, ACTIONS(1140), 1, anon_sym_COLON_COLON, ACTIONS(1142), 1, sym__ident_imm, ACTIONS(1144), 1, anon_sym_LBRACE, STATE(236), 1, sym__id_immediate, STATE(649), 1, sym__ns_delim, [13616] = 5, ACTIONS(1146), 1, anon_sym_LF, ACTIONS(1149), 1, anon_sym_SEMI, ACTIONS(1152), 1, anon_sym_RBRACE, STATE(14), 1, aux_sym_braced_word_repeat1, STATE(466), 1, aux_sym_braced_word_repeat2, [13632] = 4, ACTIONS(1154), 1, sym_simple_word, ACTIONS(1156), 1, anon_sym_LBRACE, ACTIONS(1158), 1, anon_sym_RBRACE, STATE(472), 2, sym_argument, aux_sym_arguments_repeat1, [13646] = 5, ACTIONS(1160), 1, anon_sym_LF, ACTIONS(1162), 1, anon_sym_SEMI, ACTIONS(1164), 1, anon_sym_RBRACE, STATE(6), 1, aux_sym_braced_word_repeat1, STATE(474), 1, aux_sym_braced_word_repeat2, [13662] = 4, ACTIONS(1154), 1, sym_simple_word, ACTIONS(1156), 1, anon_sym_LBRACE, ACTIONS(1166), 1, anon_sym_RBRACE, STATE(471), 2, sym_argument, aux_sym_arguments_repeat1, [13676] = 4, ACTIONS(1115), 1, anon_sym_finally, ACTIONS(1168), 1, anon_sym_LF, STATE(558), 1, sym_finally, ACTIONS(1170), 2, anon_sym_SEMI, anon_sym_RBRACE, [13690] = 4, ACTIONS(1154), 1, sym_simple_word, ACTIONS(1156), 1, anon_sym_LBRACE, ACTIONS(1172), 1, anon_sym_RBRACE, STATE(510), 2, sym_argument, aux_sym_arguments_repeat1, [13704] = 4, ACTIONS(1154), 1, sym_simple_word, ACTIONS(1156), 1, anon_sym_LBRACE, ACTIONS(1174), 1, anon_sym_RBRACE, STATE(510), 2, sym_argument, aux_sym_arguments_repeat1, [13718] = 2, ACTIONS(872), 1, anon_sym_else, ACTIONS(1009), 4, anon_sym_on, anon_sym_finally, anon_sym_elseif, anon_sym_RBRACK, [13728] = 5, ACTIONS(129), 1, anon_sym_RBRACE, ACTIONS(1176), 1, anon_sym_LF, ACTIONS(1178), 1, anon_sym_SEMI, STATE(7), 1, aux_sym_braced_word_repeat1, STATE(466), 1, aux_sym_braced_word_repeat2, [13744] = 1, ACTIONS(278), 5, sym__concat, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACK, sym_simple_word, [13752] = 1, ACTIONS(274), 5, sym__concat, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACK, sym_simple_word, [13760] = 1, ACTIONS(260), 5, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_escaped_character, sym__quoted_word_content, anon_sym_LBRACK, [13768] = 5, ACTIONS(1180), 1, anon_sym_COLON_COLON, ACTIONS(1182), 1, sym__ident_imm, ACTIONS(1184), 1, anon_sym_LBRACE, STATE(328), 1, sym__id_immediate, STATE(604), 1, sym__ns_delim, [13784] = 5, ACTIONS(1075), 1, anon_sym_RBRACK, ACTIONS(1077), 1, anon_sym_else, ACTIONS(1186), 1, anon_sym_elseif, STATE(479), 1, aux_sym_if_repeat1, STATE(570), 1, sym_elseif, [13800] = 5, ACTIONS(1189), 1, anon_sym_LF, ACTIONS(1191), 1, anon_sym_SEMI, ACTIONS(1193), 1, anon_sym_RBRACE, STATE(9), 1, aux_sym_braced_word_repeat1, STATE(481), 1, aux_sym_braced_word_repeat2, [13816] = 5, ACTIONS(135), 1, anon_sym_RBRACE, ACTIONS(1195), 1, anon_sym_LF, ACTIONS(1197), 1, anon_sym_SEMI, STATE(8), 1, aux_sym_braced_word_repeat1, STATE(466), 1, aux_sym_braced_word_repeat2, [13832] = 2, ACTIONS(1199), 1, anon_sym_LF, ACTIONS(1201), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_elseif, anon_sym_else, [13842] = 5, ACTIONS(1203), 1, anon_sym_COLON_COLON, ACTIONS(1205), 1, sym__ident_imm, ACTIONS(1207), 1, anon_sym_LBRACE, STATE(505), 1, sym__id_immediate, STATE(673), 1, sym__ns_delim, [13858] = 1, ACTIONS(258), 5, sym__concat, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACK, sym_simple_word, [13866] = 5, ACTIONS(1209), 1, anon_sym_LF, ACTIONS(1211), 1, anon_sym_SEMI, ACTIONS(1213), 1, anon_sym_RBRACE, STATE(12), 1, aux_sym_braced_word_repeat1, STATE(488), 1, aux_sym_braced_word_repeat2, [13882] = 4, ACTIONS(1115), 1, anon_sym_finally, ACTIONS(1215), 1, anon_sym_LF, STATE(561), 1, sym_finally, ACTIONS(1217), 2, anon_sym_SEMI, anon_sym_RBRACE, [13896] = 1, ACTIONS(268), 5, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_escaped_character, sym__quoted_word_content, anon_sym_LBRACK, [13904] = 5, ACTIONS(141), 1, anon_sym_RBRACE, ACTIONS(1219), 1, anon_sym_LF, ACTIONS(1221), 1, anon_sym_SEMI, STATE(10), 1, aux_sym_braced_word_repeat1, STATE(466), 1, aux_sym_braced_word_repeat2, [13920] = 5, ACTIONS(1223), 1, anon_sym_COLON_COLON, ACTIONS(1225), 1, sym__ident_imm, ACTIONS(1227), 1, anon_sym_LBRACE, STATE(283), 1, sym__id_immediate, STATE(711), 1, sym__ns_delim, [13936] = 4, ACTIONS(899), 1, anon_sym_LF, ACTIONS(1229), 1, sym__concat, STATE(464), 1, aux_sym__word_simple_repeat1, ACTIONS(897), 2, anon_sym_SEMI, anon_sym_RBRACE, [13950] = 5, ACTIONS(741), 1, anon_sym_RBRACK, ACTIONS(1068), 1, anon_sym_LPAREN, ACTIONS(1231), 1, sym__concat, STATE(597), 1, aux_sym__concat_word_repeat1, STATE(598), 1, sym_array_index, [13966] = 5, ACTIONS(1233), 1, anon_sym_LF, ACTIONS(1235), 1, anon_sym_SEMI, ACTIONS(1237), 1, anon_sym_RBRACE, STATE(11), 1, aux_sym_braced_word_repeat1, STATE(495), 1, aux_sym_braced_word_repeat2, [13982] = 5, ACTIONS(1239), 1, anon_sym_COLON_COLON, ACTIONS(1241), 1, sym__ident_imm, ACTIONS(1243), 1, anon_sym_LBRACE, STATE(132), 1, sym__id_immediate, STATE(702), 1, sym__ns_delim, [13998] = 1, ACTIONS(266), 5, sym__concat, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACK, sym_simple_word, [14006] = 5, ACTIONS(139), 1, anon_sym_RBRACE, ACTIONS(1245), 1, anon_sym_LF, ACTIONS(1247), 1, anon_sym_SEMI, STATE(13), 1, aux_sym_braced_word_repeat1, STATE(466), 1, aux_sym_braced_word_repeat2, [14022] = 2, ACTIONS(884), 1, anon_sym_else, ACTIONS(933), 4, anon_sym_on, anon_sym_finally, anon_sym_elseif, anon_sym_RBRACK, [14032] = 5, ACTIONS(1249), 1, anon_sym_COLON_COLON, ACTIONS(1251), 1, sym__ident_imm, ACTIONS(1253), 1, anon_sym_LBRACE, STATE(406), 1, sym__id_immediate, STATE(613), 1, sym__ns_delim, [14048] = 4, ACTIONS(925), 1, anon_sym_LF, ACTIONS(1229), 1, sym__concat, STATE(490), 1, aux_sym__word_simple_repeat1, ACTIONS(923), 2, anon_sym_SEMI, anon_sym_RBRACE, [14062] = 5, ACTIONS(1255), 1, anon_sym_COLON_COLON, ACTIONS(1257), 1, sym__ident_imm, ACTIONS(1259), 1, anon_sym_LBRACE, STATE(412), 1, sym__id_immediate, STATE(621), 1, sym__ns_delim, [14078] = 5, ACTIONS(1261), 1, anon_sym_COLON_COLON, ACTIONS(1263), 1, sym__ident_imm, ACTIONS(1265), 1, anon_sym_LBRACE, STATE(302), 1, sym__id_immediate, STATE(629), 1, sym__ns_delim, [14094] = 5, ACTIONS(1267), 1, anon_sym_COLON_COLON, ACTIONS(1269), 1, sym__ident_imm, ACTIONS(1271), 1, anon_sym_LBRACE, STATE(36), 1, sym__id_immediate, STATE(637), 1, sym__ns_delim, [14110] = 5, ACTIONS(1273), 1, anon_sym_COLON_COLON, ACTIONS(1275), 1, sym__ident_imm, ACTIONS(1277), 1, anon_sym_LBRACE, STATE(350), 1, sym__id_immediate, STATE(644), 1, sym__ns_delim, [14126] = 5, ACTIONS(1253), 1, anon_sym_LBRACE, ACTIONS(1273), 1, anon_sym_COLON_COLON, ACTIONS(1275), 1, sym__ident_imm, STATE(406), 1, sym__id_immediate, STATE(644), 1, sym__ns_delim, [14142] = 1, ACTIONS(280), 5, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_escaped_character, sym__quoted_word_content, anon_sym_LBRACK, [14150] = 4, ACTIONS(250), 1, anon_sym_LF, ACTIONS(1279), 1, anon_sym_LPAREN, STATE(535), 1, sym_array_index, ACTIONS(252), 2, anon_sym_SEMI, anon_sym_RBRACE, [14164] = 1, ACTIONS(284), 5, anon_sym_DOLLAR, anon_sym_DQUOTE, sym_escaped_character, sym__quoted_word_content, anon_sym_LBRACK, [14172] = 2, ACTIONS(238), 2, anon_sym_COLON_COLON, sym_simple_word, ACTIONS(236), 3, sym__concat, anon_sym_LPAREN, anon_sym_LBRACE, [14182] = 2, ACTIONS(238), 2, anon_sym_SEMI, anon_sym_RBRACE, ACTIONS(236), 3, anon_sym_LF, anon_sym_COLON_COLON, anon_sym_LPAREN, [14192] = 5, ACTIONS(123), 1, anon_sym_RBRACE, ACTIONS(1281), 1, anon_sym_LF, ACTIONS(1283), 1, anon_sym_SEMI, STATE(3), 1, aux_sym_braced_word_repeat1, STATE(466), 1, aux_sym_braced_word_repeat2, [14208] = 4, ACTIONS(1285), 1, sym_simple_word, ACTIONS(1288), 1, anon_sym_LBRACE, ACTIONS(1291), 1, anon_sym_RBRACE, STATE(510), 2, sym_argument, aux_sym_arguments_repeat1, [14222] = 4, ACTIONS(1115), 1, anon_sym_finally, ACTIONS(1293), 1, anon_sym_LF, STATE(579), 1, sym_finally, ACTIONS(1295), 2, anon_sym_SEMI, anon_sym_RBRACE, [14236] = 4, ACTIONS(254), 1, anon_sym_LF, ACTIONS(1279), 1, anon_sym_LPAREN, STATE(545), 1, sym_array_index, ACTIONS(256), 2, anon_sym_SEMI, anon_sym_RBRACE, [14250] = 2, ACTIONS(864), 1, anon_sym_else, ACTIONS(957), 4, anon_sym_on, anon_sym_finally, anon_sym_elseif, anon_sym_RBRACK, [14260] = 3, ACTIONS(1297), 1, sym__concat, STATE(517), 1, aux_sym__word_simple_repeat1, ACTIONS(925), 2, anon_sym_RPAREN, anon_sym_RBRACK, [14271] = 3, ACTIONS(1107), 1, sym__concat, STATE(533), 1, aux_sym__concat_word_repeat1, ACTIONS(893), 2, anon_sym_LBRACE, sym_simple_word, [14282] = 2, ACTIONS(326), 2, sym__concat, anon_sym_LF, ACTIONS(328), 2, anon_sym_SEMI, anon_sym_RBRACE, [14291] = 3, ACTIONS(1297), 1, sym__concat, STATE(518), 1, aux_sym__word_simple_repeat1, ACTIONS(899), 2, anon_sym_RPAREN, anon_sym_RBRACK, [14302] = 3, ACTIONS(1299), 1, sym__concat, STATE(518), 1, aux_sym__word_simple_repeat1, ACTIONS(913), 2, anon_sym_RPAREN, anon_sym_RBRACK, [14313] = 2, ACTIONS(911), 2, anon_sym_SEMI, anon_sym_RBRACE, ACTIONS(913), 2, sym__concat, anon_sym_LF, [14322] = 4, ACTIONS(1302), 1, sym__ident, ACTIONS(1304), 1, anon_sym_COLON_COLON2, ACTIONS(1306), 1, anon_sym_DOLLAR, STATE(110), 1, sym_id, [14335] = 3, ACTIONS(1107), 1, sym__concat, STATE(530), 1, aux_sym__concat_word_repeat1, ACTIONS(741), 2, anon_sym_LBRACE, sym_simple_word, [14346] = 1, ACTIONS(1009), 4, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, sym_simple_word, [14353] = 1, ACTIONS(860), 4, sym__concat, anon_sym_LBRACE, anon_sym_RBRACK, sym_simple_word, [14360] = 4, ACTIONS(1109), 1, anon_sym_RBRACK, ACTIONS(1308), 1, anon_sym_on, ACTIONS(1310), 1, anon_sym_finally, STATE(713), 1, sym_finally, [14373] = 1, ACTIONS(933), 4, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, sym_simple_word, [14380] = 1, ACTIONS(957), 4, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, sym_simple_word, [14387] = 1, ACTIONS(1001), 4, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, sym_simple_word, [14394] = 4, ACTIONS(1117), 1, anon_sym_RBRACK, ACTIONS(1310), 1, anon_sym_finally, ACTIONS(1312), 1, anon_sym_on, STATE(630), 1, sym_finally, [14407] = 1, ACTIONS(618), 4, sym__concat, anon_sym_LBRACE, anon_sym_RBRACK, sym_simple_word, [14414] = 3, ACTIONS(1107), 1, sym__concat, STATE(533), 1, aux_sym__concat_word_repeat1, ACTIONS(870), 2, anon_sym_LBRACE, sym_simple_word, [14425] = 3, ACTIONS(1107), 1, sym__concat, STATE(515), 1, aux_sym__concat_word_repeat1, ACTIONS(870), 2, anon_sym_LBRACE, sym_simple_word, [14436] = 4, ACTIONS(1314), 1, sym__ident, ACTIONS(1316), 1, anon_sym_COLON_COLON2, ACTIONS(1318), 1, anon_sym_DOLLAR, STATE(100), 1, sym_id, [14449] = 3, ACTIONS(1320), 1, sym__concat, STATE(533), 1, aux_sym__concat_word_repeat1, ACTIONS(618), 2, anon_sym_LBRACE, sym_simple_word, [14460] = 2, ACTIONS(322), 2, sym__concat, anon_sym_LF, ACTIONS(324), 2, anon_sym_SEMI, anon_sym_RBRACE, [14469] = 2, ACTIONS(278), 1, anon_sym_LF, ACTIONS(280), 2, anon_sym_SEMI, anon_sym_RBRACE, [14477] = 2, ACTIONS(1323), 1, anon_sym_LF, ACTIONS(1325), 2, anon_sym_SEMI, anon_sym_RBRACE, [14485] = 2, ACTIONS(1327), 1, anon_sym_LF, ACTIONS(1329), 2, anon_sym_SEMI, anon_sym_RBRACE, [14493] = 2, ACTIONS(262), 1, anon_sym_LF, ACTIONS(264), 2, anon_sym_SEMI, anon_sym_RBRACE, [14501] = 2, ACTIONS(1331), 1, anon_sym_LF, ACTIONS(1333), 2, anon_sym_SEMI, anon_sym_RBRACE, [14509] = 2, ACTIONS(1099), 1, anon_sym_LF, ACTIONS(1097), 2, anon_sym_SEMI, anon_sym_RBRACE, [14517] = 3, ACTIONS(1293), 1, anon_sym_RBRACK, ACTIONS(1310), 1, anon_sym_finally, STATE(628), 1, sym_finally, [14527] = 3, ACTIONS(1168), 1, anon_sym_RBRACK, ACTIONS(1310), 1, anon_sym_finally, STATE(656), 1, sym_finally, [14537] = 3, ACTIONS(1215), 1, anon_sym_RBRACK, ACTIONS(1310), 1, anon_sym_finally, STATE(661), 1, sym_finally, [14547] = 2, ACTIONS(1335), 1, anon_sym_LF, ACTIONS(1337), 2, anon_sym_SEMI, anon_sym_RBRACE, [14555] = 2, ACTIONS(266), 1, anon_sym_LF, ACTIONS(268), 2, anon_sym_SEMI, anon_sym_RBRACE, [14563] = 2, ACTIONS(1339), 1, anon_sym_LF, ACTIONS(1341), 2, anon_sym_SEMI, anon_sym_RBRACE, [14571] = 2, ACTIONS(1343), 1, anon_sym_LF, ACTIONS(1345), 2, anon_sym_SEMI, anon_sym_RBRACE, [14579] = 2, ACTIONS(258), 1, anon_sym_LF, ACTIONS(260), 2, anon_sym_SEMI, anon_sym_RBRACE, [14587] = 2, ACTIONS(1347), 1, anon_sym_LF, ACTIONS(1349), 2, anon_sym_SEMI, anon_sym_RBRACE, [14595] = 2, ACTIONS(1351), 1, anon_sym_LF, ACTIONS(1353), 2, anon_sym_SEMI, anon_sym_RBRACE, [14603] = 2, ACTIONS(1355), 1, anon_sym_LF, ACTIONS(693), 2, anon_sym_SEMI, anon_sym_RBRACE, [14611] = 2, ACTIONS(1201), 1, anon_sym_else, ACTIONS(1199), 2, anon_sym_elseif, anon_sym_RBRACK, [14619] = 2, ACTIONS(1357), 1, anon_sym_LF, ACTIONS(564), 2, anon_sym_SEMI, anon_sym_RBRACE, [14627] = 2, ACTIONS(1359), 1, anon_sym_LF, ACTIONS(1361), 2, anon_sym_SEMI, anon_sym_RBRACE, [14635] = 3, ACTIONS(1363), 1, sym_simple_word, ACTIONS(1365), 1, anon_sym_LBRACE, STATE(202), 1, sym_arguments, [14645] = 2, ACTIONS(1367), 1, anon_sym_LF, ACTIONS(1369), 2, anon_sym_SEMI, anon_sym_RBRACE, [14653] = 3, ACTIONS(1371), 1, sym_simple_word, ACTIONS(1373), 1, anon_sym_LBRACE, STATE(170), 1, sym_arguments, [14663] = 2, ACTIONS(1215), 1, anon_sym_LF, ACTIONS(1217), 2, anon_sym_SEMI, anon_sym_RBRACE, [14671] = 3, ACTIONS(1371), 1, sym_simple_word, ACTIONS(1373), 1, anon_sym_LBRACE, STATE(175), 1, sym_arguments, [14681] = 2, ACTIONS(1375), 1, anon_sym_LF, ACTIONS(1377), 2, anon_sym_SEMI, anon_sym_RBRACE, [14689] = 2, ACTIONS(1379), 1, anon_sym_LF, ACTIONS(1381), 2, anon_sym_SEMI, anon_sym_RBRACE, [14697] = 2, ACTIONS(1383), 1, anon_sym_LF, ACTIONS(1385), 2, anon_sym_SEMI, anon_sym_RBRACE, [14705] = 2, ACTIONS(1387), 1, anon_sym_LF, ACTIONS(1389), 2, anon_sym_SEMI, anon_sym_RBRACE, [14713] = 2, ACTIONS(1093), 1, anon_sym_LF, ACTIONS(1091), 2, anon_sym_SEMI, anon_sym_RBRACE, [14721] = 2, ACTIONS(1391), 1, anon_sym_LF, ACTIONS(1152), 2, anon_sym_SEMI, anon_sym_RBRACE, [14729] = 1, ACTIONS(913), 3, sym__concat, anon_sym_RPAREN, anon_sym_RBRACK, [14735] = 2, ACTIONS(1393), 1, anon_sym_LF, ACTIONS(1395), 2, anon_sym_SEMI, anon_sym_RBRACE, [14743] = 1, ACTIONS(1397), 3, anon_sym_LBRACE, anon_sym_RBRACE, sym_simple_word, [14749] = 2, ACTIONS(1399), 1, anon_sym_LF, ACTIONS(1401), 2, anon_sym_SEMI, anon_sym_RBRACE, [14757] = 2, ACTIONS(1135), 1, anon_sym_else, ACTIONS(1133), 2, anon_sym_elseif, anon_sym_RBRACK, [14765] = 2, ACTIONS(1403), 1, anon_sym_LF, ACTIONS(1405), 2, anon_sym_SEMI, anon_sym_RBRACE, [14773] = 3, ACTIONS(1371), 1, sym_simple_word, ACTIONS(1373), 1, anon_sym_LBRACE, STATE(160), 1, sym_arguments, [14783] = 2, ACTIONS(1407), 1, anon_sym_LF, ACTIONS(1409), 2, anon_sym_SEMI, anon_sym_RBRACE, [14791] = 3, ACTIONS(1371), 1, sym_simple_word, ACTIONS(1373), 1, anon_sym_LBRACE, STATE(146), 1, sym_arguments, [14801] = 2, ACTIONS(1117), 1, anon_sym_LF, ACTIONS(1119), 2, anon_sym_SEMI, anon_sym_RBRACE, [14809] = 3, ACTIONS(1371), 1, sym_simple_word, ACTIONS(1373), 1, anon_sym_LBRACE, STATE(164), 1, sym_arguments, [14819] = 3, ACTIONS(1371), 1, sym_simple_word, ACTIONS(1373), 1, anon_sym_LBRACE, STATE(165), 1, sym_arguments, [14829] = 2, ACTIONS(1411), 1, anon_sym_LF, ACTIONS(1413), 2, anon_sym_SEMI, anon_sym_RBRACE, [14837] = 2, ACTIONS(1168), 1, anon_sym_LF, ACTIONS(1170), 2, anon_sym_SEMI, anon_sym_RBRACE, [14845] = 1, ACTIONS(1415), 3, anon_sym_LBRACE, anon_sym_RBRACE, sym_simple_word, [14851] = 2, ACTIONS(270), 1, anon_sym_LF, ACTIONS(272), 2, anon_sym_SEMI, anon_sym_RBRACE, [14859] = 2, ACTIONS(1417), 1, anon_sym_LF, ACTIONS(1419), 2, anon_sym_SEMI, anon_sym_RBRACE, [14867] = 2, ACTIONS(1421), 1, anon_sym_LF, ACTIONS(1423), 2, anon_sym_SEMI, anon_sym_RBRACE, [14875] = 1, ACTIONS(322), 3, sym__concat, anon_sym_RPAREN, anon_sym_RBRACK, [14881] = 2, ACTIONS(1425), 1, anon_sym_LF, ACTIONS(1427), 2, anon_sym_SEMI, anon_sym_RBRACE, [14889] = 2, ACTIONS(1429), 1, anon_sym_LF, ACTIONS(1431), 2, anon_sym_SEMI, anon_sym_RBRACE, [14897] = 2, ACTIONS(1433), 1, anon_sym_LF, ACTIONS(1435), 2, anon_sym_SEMI, anon_sym_RBRACE, [14905] = 2, ACTIONS(274), 1, anon_sym_LF, ACTIONS(276), 2, anon_sym_SEMI, anon_sym_RBRACE, [14913] = 2, ACTIONS(1437), 1, anon_sym_LF, ACTIONS(1439), 2, anon_sym_SEMI, anon_sym_RBRACE, [14921] = 2, ACTIONS(282), 1, anon_sym_LF, ACTIONS(284), 2, anon_sym_SEMI, anon_sym_RBRACE, [14929] = 1, ACTIONS(326), 3, sym__concat, anon_sym_RPAREN, anon_sym_RBRACK, [14935] = 1, ACTIONS(1441), 3, anon_sym_LBRACE, anon_sym_RBRACE, sym_simple_word, [14941] = 3, ACTIONS(1363), 1, sym_simple_word, ACTIONS(1365), 1, anon_sym_LBRACE, STATE(262), 1, sym_arguments, [14951] = 2, ACTIONS(1125), 1, anon_sym_else, ACTIONS(1123), 2, anon_sym_elseif, anon_sym_RBRACK, [14959] = 3, ACTIONS(741), 1, anon_sym_RBRACK, ACTIONS(1231), 1, sym__concat, STATE(597), 1, aux_sym__concat_word_repeat1, [14969] = 3, ACTIONS(1371), 1, sym_simple_word, ACTIONS(1373), 1, anon_sym_LBRACE, STATE(173), 1, sym_arguments, [14979] = 3, ACTIONS(870), 1, anon_sym_RBRACK, ACTIONS(1231), 1, sym__concat, STATE(599), 1, aux_sym__concat_word_repeat1, [14989] = 3, ACTIONS(870), 1, anon_sym_RBRACK, ACTIONS(1231), 1, sym__concat, STATE(600), 1, aux_sym__concat_word_repeat1, [14999] = 3, ACTIONS(618), 1, anon_sym_RBRACK, ACTIONS(1443), 1, sym__concat, STATE(599), 1, aux_sym__concat_word_repeat1, [15009] = 3, ACTIONS(893), 1, anon_sym_RBRACK, ACTIONS(1231), 1, sym__concat, STATE(599), 1, aux_sym__concat_word_repeat1, [15019] = 3, ACTIONS(1371), 1, sym_simple_word, ACTIONS(1373), 1, anon_sym_LBRACE, STATE(179), 1, sym_arguments, [15029] = 2, ACTIONS(1446), 1, anon_sym_LF, ACTIONS(1448), 1, anon_sym_SEMI, [15036] = 1, ACTIONS(1450), 1, anon_sym_RBRACK, [15040] = 1, ACTIONS(1452), 1, sym__ident_imm, [15044] = 1, ACTIONS(1454), 1, sym__ident_imm, [15048] = 1, ACTIONS(1456), 1, anon_sym_RBRACE, [15052] = 1, ACTIONS(1411), 1, anon_sym_RBRACK, [15056] = 1, ACTIONS(1393), 1, anon_sym_RBRACK, [15060] = 1, ACTIONS(1458), 1, anon_sym_RPAREN, [15064] = 1, ACTIONS(1335), 1, anon_sym_RBRACK, [15068] = 1, ACTIONS(1460), 1, anon_sym_error, [15072] = 1, ACTIONS(1331), 1, anon_sym_RBRACK, [15076] = 1, ACTIONS(1462), 1, sym__ident_imm, [15080] = 1, ACTIONS(1464), 1, sym__ident_imm, [15084] = 1, ACTIONS(1466), 1, anon_sym_RBRACK, [15088] = 1, ACTIONS(1468), 1, sym__ident_imm, [15092] = 1, ACTIONS(1470), 1, anon_sym_RBRACE, [15096] = 1, ACTIONS(1472), 1, anon_sym_RPAREN, [15100] = 1, ACTIONS(1474), 1, anon_sym_RBRACK, [15104] = 1, ACTIONS(1323), 1, anon_sym_RBRACK, [15108] = 1, ACTIONS(1476), 1, sym__ident_imm, [15112] = 1, ACTIONS(1478), 1, anon_sym_RPAREN, [15116] = 1, ACTIONS(1480), 1, anon_sym_RBRACK, [15120] = 1, ACTIONS(1482), 1, sym__ident_imm, [15124] = 1, ACTIONS(1484), 1, anon_sym_RBRACE, [15128] = 1, ACTIONS(1486), 1, anon_sym_RPAREN, [15132] = 1, ACTIONS(1343), 1, anon_sym_RBRACK, [15136] = 1, ACTIONS(1168), 1, anon_sym_RBRACK, [15140] = 1, ACTIONS(1488), 1, sym__ident_imm, [15144] = 1, ACTIONS(1417), 1, anon_sym_RBRACK, [15148] = 1, ACTIONS(1490), 1, anon_sym_RBRACE, [15152] = 1, ACTIONS(1492), 1, sym__ident_imm, [15156] = 1, ACTIONS(1494), 1, anon_sym_RBRACE, [15160] = 1, ACTIONS(1496), 1, anon_sym_RPAREN, [15164] = 1, ACTIONS(1383), 1, anon_sym_RBRACK, [15168] = 1, ACTIONS(1093), 1, anon_sym_RBRACK, [15172] = 1, ACTIONS(1498), 1, sym__ident_imm, [15176] = 1, ACTIONS(1500), 1, sym__ident_imm, [15180] = 1, ACTIONS(1502), 1, anon_sym_RBRACK, [15184] = 1, ACTIONS(1504), 1, sym__ident_imm, [15188] = 1, ACTIONS(1506), 1, anon_sym_RBRACE, [15192] = 1, ACTIONS(1508), 1, anon_sym_RPAREN, [15196] = 1, ACTIONS(1351), 1, anon_sym_RBRACK, [15200] = 1, ACTIONS(1510), 1, sym__ident_imm, [15204] = 1, ACTIONS(1512), 1, anon_sym_RBRACK, [15208] = 1, ACTIONS(1514), 1, sym__ident_imm, [15212] = 1, ACTIONS(1516), 1, anon_sym_RBRACE, [15216] = 1, ACTIONS(1518), 1, anon_sym_RPAREN, [15220] = 1, ACTIONS(1520), 1, sym__ident_imm, [15224] = 1, ACTIONS(1522), 1, sym__ident_imm, [15228] = 1, ACTIONS(1524), 1, anon_sym_RPAREN, [15232] = 1, ACTIONS(1526), 1, sym__ident_imm, [15236] = 1, ACTIONS(1528), 1, anon_sym_RPAREN, [15240] = 1, ACTIONS(1530), 1, anon_sym_RBRACE, [15244] = 1, ACTIONS(1532), 1, anon_sym_RBRACE, [15248] = 1, ACTIONS(1215), 1, anon_sym_RBRACK, [15252] = 1, ACTIONS(1359), 1, anon_sym_RBRACK, [15256] = 1, ACTIONS(1534), 1, sym__ident_imm, [15260] = 1, ACTIONS(1536), 1, anon_sym_error, [15264] = 1, ACTIONS(1538), 1, aux_sym_variable_substitution_token1, [15268] = 1, ACTIONS(1379), 1, anon_sym_RBRACK, [15272] = 1, ACTIONS(1540), 1, anon_sym_RPAREN, [15276] = 1, ACTIONS(1542), 1, anon_sym_RBRACK, [15280] = 1, ACTIONS(1544), 1, sym_simple_word, [15284] = 1, ACTIONS(1546), 1, anon_sym_LPAREN2, [15288] = 1, ACTIONS(1548), 1, aux_sym_variable_substitution_token1, [15292] = 1, ACTIONS(1399), 1, anon_sym_RBRACK, [15296] = 1, ACTIONS(1407), 1, anon_sym_RBRACK, [15300] = 1, ACTIONS(1550), 1, anon_sym_RBRACE, [15304] = 1, ACTIONS(1552), 1, ts_builtin_sym_end, [15308] = 1, ACTIONS(1099), 1, anon_sym_RBRACK, [15312] = 1, ACTIONS(1327), 1, anon_sym_RBRACK, [15316] = 1, ACTIONS(1554), 1, sym__ident_imm, [15320] = 1, ACTIONS(1556), 1, sym__ident_imm, [15324] = 1, ACTIONS(1558), 1, aux_sym_variable_substitution_token1, [15328] = 1, ACTIONS(1560), 1, sym__ident_imm, [15332] = 1, ACTIONS(1562), 1, aux_sym_variable_substitution_token1, [15336] = 1, ACTIONS(1357), 1, anon_sym_RBRACK, [15340] = 1, ACTIONS(1564), 1, aux_sym_variable_substitution_token1, [15344] = 1, ACTIONS(1566), 1, anon_sym_RBRACK, [15348] = 1, ACTIONS(1421), 1, anon_sym_RBRACK, [15352] = 1, ACTIONS(1568), 1, aux_sym_variable_substitution_token1, [15356] = 1, ACTIONS(1570), 1, anon_sym_RBRACK, [15360] = 1, ACTIONS(1425), 1, anon_sym_RBRACK, [15364] = 1, ACTIONS(1572), 1, aux_sym_variable_substitution_token1, [15368] = 1, ACTIONS(1339), 1, anon_sym_RBRACK, [15372] = 1, ACTIONS(1574), 1, sym__ident_imm, [15376] = 1, ACTIONS(1576), 1, aux_sym_variable_substitution_token1, [15380] = 1, ACTIONS(1578), 1, anon_sym_RBRACE, [15384] = 1, ACTIONS(1580), 1, anon_sym_RBRACE, [15388] = 1, ACTIONS(1582), 1, aux_sym_variable_substitution_token1, [15392] = 1, ACTIONS(1429), 1, anon_sym_RBRACK, [15396] = 1, ACTIONS(1347), 1, anon_sym_RBRACK, [15400] = 1, ACTIONS(1584), 1, aux_sym_variable_substitution_token1, [15404] = 1, ACTIONS(1433), 1, anon_sym_RBRACK, [15408] = 1, ACTIONS(1586), 1, aux_sym_variable_substitution_token1, [15412] = 1, ACTIONS(1588), 1, aux_sym_variable_substitution_token1, [15416] = 1, ACTIONS(1590), 1, anon_sym_RPAREN, [15420] = 1, ACTIONS(1403), 1, anon_sym_RBRACK, [15424] = 1, ACTIONS(1592), 1, anon_sym_RBRACK, [15428] = 1, ACTIONS(1375), 1, anon_sym_RBRACK, [15432] = 1, ACTIONS(1594), 1, sym__ident_imm, [15436] = 1, ACTIONS(1355), 1, anon_sym_RBRACK, [15440] = 1, ACTIONS(1596), 1, anon_sym_LPAREN2, [15444] = 1, ACTIONS(1598), 1, anon_sym_LBRACE, [15448] = 1, ACTIONS(1387), 1, anon_sym_RBRACK, [15452] = 1, ACTIONS(1600), 1, anon_sym_error, [15456] = 1, ACTIONS(1602), 1, anon_sym_error, [15460] = 1, ACTIONS(1604), 1, anon_sym_RBRACE, [15464] = 1, ACTIONS(1367), 1, anon_sym_RBRACK, [15468] = 1, ACTIONS(1606), 1, sym__ident_imm, [15472] = 1, ACTIONS(1437), 1, anon_sym_RBRACK, [15476] = 1, ACTIONS(1117), 1, anon_sym_RBRACK, [15480] = 1, ACTIONS(1608), 1, anon_sym_LBRACE, [15484] = 1, ACTIONS(1610), 1, anon_sym_LPAREN2, [15488] = 1, ACTIONS(1612), 1, anon_sym_RPAREN, }; static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(2)] = 0, [SMALL_STATE(3)] = 101, [SMALL_STATE(4)] = 202, [SMALL_STATE(5)] = 303, [SMALL_STATE(6)] = 404, [SMALL_STATE(7)] = 505, [SMALL_STATE(8)] = 606, [SMALL_STATE(9)] = 707, [SMALL_STATE(10)] = 808, [SMALL_STATE(11)] = 909, [SMALL_STATE(12)] = 1010, [SMALL_STATE(13)] = 1111, [SMALL_STATE(14)] = 1212, [SMALL_STATE(15)] = 1310, [SMALL_STATE(16)] = 1404, [SMALL_STATE(17)] = 1498, [SMALL_STATE(18)] = 1592, [SMALL_STATE(19)] = 1686, [SMALL_STATE(20)] = 1780, [SMALL_STATE(21)] = 1871, [SMALL_STATE(22)] = 1962, [SMALL_STATE(23)] = 2053, [SMALL_STATE(24)] = 2144, [SMALL_STATE(25)] = 2235, [SMALL_STATE(26)] = 2326, [SMALL_STATE(27)] = 2417, [SMALL_STATE(28)] = 2508, [SMALL_STATE(29)] = 2599, [SMALL_STATE(30)] = 2690, [SMALL_STATE(31)] = 2733, [SMALL_STATE(32)] = 2776, [SMALL_STATE(33)] = 2819, [SMALL_STATE(34)] = 2862, [SMALL_STATE(35)] = 2905, [SMALL_STATE(36)] = 2940, [SMALL_STATE(37)] = 2979, [SMALL_STATE(38)] = 3018, [SMALL_STATE(39)] = 3051, [SMALL_STATE(40)] = 3084, [SMALL_STATE(41)] = 3117, [SMALL_STATE(42)] = 3150, [SMALL_STATE(43)] = 3183, [SMALL_STATE(44)] = 3216, [SMALL_STATE(45)] = 3249, [SMALL_STATE(46)] = 3309, [SMALL_STATE(47)] = 3341, [SMALL_STATE(48)] = 3375, [SMALL_STATE(49)] = 3415, [SMALL_STATE(50)] = 3457, [SMALL_STATE(51)] = 3503, [SMALL_STATE(52)] = 3551, [SMALL_STATE(53)] = 3601, [SMALL_STATE(54)] = 3653, [SMALL_STATE(55)] = 3707, [SMALL_STATE(56)] = 3763, [SMALL_STATE(57)] = 3819, [SMALL_STATE(58)] = 3877, [SMALL_STATE(59)] = 3909, [SMALL_STATE(60)] = 3941, [SMALL_STATE(61)] = 3973, [SMALL_STATE(62)] = 4005, [SMALL_STATE(63)] = 4043, [SMALL_STATE(64)] = 4103, [SMALL_STATE(65)] = 4163, [SMALL_STATE(66)] = 4223, [SMALL_STATE(67)] = 4283, [SMALL_STATE(68)] = 4343, [SMALL_STATE(69)] = 4403, [SMALL_STATE(70)] = 4463, [SMALL_STATE(71)] = 4495, [SMALL_STATE(72)] = 4555, [SMALL_STATE(73)] = 4584, [SMALL_STATE(74)] = 4627, [SMALL_STATE(75)] = 4670, [SMALL_STATE(76)] = 4713, [SMALL_STATE(77)] = 4756, [SMALL_STATE(78)] = 4799, [SMALL_STATE(79)] = 4842, [SMALL_STATE(80)] = 4885, [SMALL_STATE(81)] = 4928, [SMALL_STATE(82)] = 4971, [SMALL_STATE(83)] = 5014, [SMALL_STATE(84)] = 5057, [SMALL_STATE(85)] = 5100, [SMALL_STATE(86)] = 5143, [SMALL_STATE(87)] = 5186, [SMALL_STATE(88)] = 5229, [SMALL_STATE(89)] = 5272, [SMALL_STATE(90)] = 5315, [SMALL_STATE(91)] = 5358, [SMALL_STATE(92)] = 5401, [SMALL_STATE(93)] = 5444, [SMALL_STATE(94)] = 5487, [SMALL_STATE(95)] = 5530, [SMALL_STATE(96)] = 5573, [SMALL_STATE(97)] = 5613, [SMALL_STATE(98)] = 5653, [SMALL_STATE(99)] = 5690, [SMALL_STATE(100)] = 5727, [SMALL_STATE(101)] = 5764, [SMALL_STATE(102)] = 5790, [SMALL_STATE(103)] = 5828, [SMALL_STATE(104)] = 5854, [SMALL_STATE(105)] = 5880, [SMALL_STATE(106)] = 5918, [SMALL_STATE(107)] = 5944, [SMALL_STATE(108)] = 5970, [SMALL_STATE(109)] = 5995, [SMALL_STATE(110)] = 6030, [SMALL_STATE(111)] = 6067, [SMALL_STATE(112)] = 6102, [SMALL_STATE(113)] = 6137, [SMALL_STATE(114)] = 6168, [SMALL_STATE(115)] = 6199, [SMALL_STATE(116)] = 6234, [SMALL_STATE(117)] = 6258, [SMALL_STATE(118)] = 6282, [SMALL_STATE(119)] = 6300, [SMALL_STATE(120)] = 6330, [SMALL_STATE(121)] = 6352, [SMALL_STATE(122)] = 6382, [SMALL_STATE(123)] = 6406, [SMALL_STATE(124)] = 6430, [SMALL_STATE(125)] = 6454, [SMALL_STATE(126)] = 6486, [SMALL_STATE(127)] = 6518, [SMALL_STATE(128)] = 6540, [SMALL_STATE(129)] = 6572, [SMALL_STATE(130)] = 6602, [SMALL_STATE(131)] = 6634, [SMALL_STATE(132)] = 6666, [SMALL_STATE(133)] = 6688, [SMALL_STATE(134)] = 6712, [SMALL_STATE(135)] = 6744, [SMALL_STATE(136)] = 6776, [SMALL_STATE(137)] = 6808, [SMALL_STATE(138)] = 6840, [SMALL_STATE(139)] = 6870, [SMALL_STATE(140)] = 6894, [SMALL_STATE(141)] = 6926, [SMALL_STATE(142)] = 6956, [SMALL_STATE(143)] = 6980, [SMALL_STATE(144)] = 7012, [SMALL_STATE(145)] = 7036, [SMALL_STATE(146)] = 7060, [SMALL_STATE(147)] = 7091, [SMALL_STATE(148)] = 7122, [SMALL_STATE(149)] = 7151, [SMALL_STATE(150)] = 7182, [SMALL_STATE(151)] = 7213, [SMALL_STATE(152)] = 7236, [SMALL_STATE(153)] = 7267, [SMALL_STATE(154)] = 7298, [SMALL_STATE(155)] = 7329, [SMALL_STATE(156)] = 7360, [SMALL_STATE(157)] = 7389, [SMALL_STATE(158)] = 7420, [SMALL_STATE(159)] = 7451, [SMALL_STATE(160)] = 7470, [SMALL_STATE(161)] = 7501, [SMALL_STATE(162)] = 7520, [SMALL_STATE(163)] = 7545, [SMALL_STATE(164)] = 7574, [SMALL_STATE(165)] = 7605, [SMALL_STATE(166)] = 7636, [SMALL_STATE(167)] = 7659, [SMALL_STATE(168)] = 7690, [SMALL_STATE(169)] = 7721, [SMALL_STATE(170)] = 7752, [SMALL_STATE(171)] = 7783, [SMALL_STATE(172)] = 7806, [SMALL_STATE(173)] = 7835, [SMALL_STATE(174)] = 7866, [SMALL_STATE(175)] = 7897, [SMALL_STATE(176)] = 7928, [SMALL_STATE(177)] = 7957, [SMALL_STATE(178)] = 7988, [SMALL_STATE(179)] = 8017, [SMALL_STATE(180)] = 8048, [SMALL_STATE(181)] = 8079, [SMALL_STATE(182)] = 8102, [SMALL_STATE(183)] = 8121, [SMALL_STATE(184)] = 8140, [SMALL_STATE(185)] = 8169, [SMALL_STATE(186)] = 8198, [SMALL_STATE(187)] = 8227, [SMALL_STATE(188)] = 8258, [SMALL_STATE(189)] = 8281, [SMALL_STATE(190)] = 8304, [SMALL_STATE(191)] = 8333, [SMALL_STATE(192)] = 8356, [SMALL_STATE(193)] = 8387, [SMALL_STATE(194)] = 8418, [SMALL_STATE(195)] = 8441, [SMALL_STATE(196)] = 8472, [SMALL_STATE(197)] = 8503, [SMALL_STATE(198)] = 8526, [SMALL_STATE(199)] = 8545, [SMALL_STATE(200)] = 8574, [SMALL_STATE(201)] = 8605, [SMALL_STATE(202)] = 8628, [SMALL_STATE(203)] = 8656, [SMALL_STATE(204)] = 8684, [SMALL_STATE(205)] = 8704, [SMALL_STATE(206)] = 8726, [SMALL_STATE(207)] = 8754, [SMALL_STATE(208)] = 8782, [SMALL_STATE(209)] = 8798, [SMALL_STATE(210)] = 8826, [SMALL_STATE(211)] = 8854, [SMALL_STATE(212)] = 8870, [SMALL_STATE(213)] = 8898, [SMALL_STATE(214)] = 8920, [SMALL_STATE(215)] = 8942, [SMALL_STATE(216)] = 8964, [SMALL_STATE(217)] = 8986, [SMALL_STATE(218)] = 9008, [SMALL_STATE(219)] = 9036, [SMALL_STATE(220)] = 9064, [SMALL_STATE(221)] = 9092, [SMALL_STATE(222)] = 9120, [SMALL_STATE(223)] = 9142, [SMALL_STATE(224)] = 9170, [SMALL_STATE(225)] = 9198, [SMALL_STATE(226)] = 9226, [SMALL_STATE(227)] = 9254, [SMALL_STATE(228)] = 9278, [SMALL_STATE(229)] = 9306, [SMALL_STATE(230)] = 9334, [SMALL_STATE(231)] = 9362, [SMALL_STATE(232)] = 9390, [SMALL_STATE(233)] = 9406, [SMALL_STATE(234)] = 9434, [SMALL_STATE(235)] = 9462, [SMALL_STATE(236)] = 9478, [SMALL_STATE(237)] = 9498, [SMALL_STATE(238)] = 9520, [SMALL_STATE(239)] = 9548, [SMALL_STATE(240)] = 9576, [SMALL_STATE(241)] = 9604, [SMALL_STATE(242)] = 9632, [SMALL_STATE(243)] = 9660, [SMALL_STATE(244)] = 9688, [SMALL_STATE(245)] = 9716, [SMALL_STATE(246)] = 9744, [SMALL_STATE(247)] = 9772, [SMALL_STATE(248)] = 9800, [SMALL_STATE(249)] = 9828, [SMALL_STATE(250)] = 9856, [SMALL_STATE(251)] = 9884, [SMALL_STATE(252)] = 9912, [SMALL_STATE(253)] = 9928, [SMALL_STATE(254)] = 9944, [SMALL_STATE(255)] = 9966, [SMALL_STATE(256)] = 9994, [SMALL_STATE(257)] = 10016, [SMALL_STATE(258)] = 10044, [SMALL_STATE(259)] = 10072, [SMALL_STATE(260)] = 10088, [SMALL_STATE(261)] = 10108, [SMALL_STATE(262)] = 10130, [SMALL_STATE(263)] = 10158, [SMALL_STATE(264)] = 10186, [SMALL_STATE(265)] = 10202, [SMALL_STATE(266)] = 10224, [SMALL_STATE(267)] = 10252, [SMALL_STATE(268)] = 10274, [SMALL_STATE(269)] = 10302, [SMALL_STATE(270)] = 10324, [SMALL_STATE(271)] = 10352, [SMALL_STATE(272)] = 10368, [SMALL_STATE(273)] = 10396, [SMALL_STATE(274)] = 10412, [SMALL_STATE(275)] = 10440, [SMALL_STATE(276)] = 10468, [SMALL_STATE(277)] = 10490, [SMALL_STATE(278)] = 10518, [SMALL_STATE(279)] = 10546, [SMALL_STATE(280)] = 10574, [SMALL_STATE(281)] = 10602, [SMALL_STATE(282)] = 10630, [SMALL_STATE(283)] = 10658, [SMALL_STATE(284)] = 10677, [SMALL_STATE(285)] = 10690, [SMALL_STATE(286)] = 10709, [SMALL_STATE(287)] = 10722, [SMALL_STATE(288)] = 10747, [SMALL_STATE(289)] = 10762, [SMALL_STATE(290)] = 10789, [SMALL_STATE(291)] = 10808, [SMALL_STATE(292)] = 10821, [SMALL_STATE(293)] = 10840, [SMALL_STATE(294)] = 10853, [SMALL_STATE(295)] = 10878, [SMALL_STATE(296)] = 10903, [SMALL_STATE(297)] = 10916, [SMALL_STATE(298)] = 10941, [SMALL_STATE(299)] = 10960, [SMALL_STATE(300)] = 10979, [SMALL_STATE(301)] = 10998, [SMALL_STATE(302)] = 11023, [SMALL_STATE(303)] = 11042, [SMALL_STATE(304)] = 11061, [SMALL_STATE(305)] = 11080, [SMALL_STATE(306)] = 11095, [SMALL_STATE(307)] = 11122, [SMALL_STATE(308)] = 11140, [SMALL_STATE(309)] = 11158, [SMALL_STATE(310)] = 11172, [SMALL_STATE(311)] = 11186, [SMALL_STATE(312)] = 11206, [SMALL_STATE(313)] = 11224, [SMALL_STATE(314)] = 11238, [SMALL_STATE(315)] = 11258, [SMALL_STATE(316)] = 11276, [SMALL_STATE(317)] = 11294, [SMALL_STATE(318)] = 11308, [SMALL_STATE(319)] = 11326, [SMALL_STATE(320)] = 11350, [SMALL_STATE(321)] = 11364, [SMALL_STATE(322)] = 11378, [SMALL_STATE(323)] = 11398, [SMALL_STATE(324)] = 11418, [SMALL_STATE(325)] = 11436, [SMALL_STATE(326)] = 11450, [SMALL_STATE(327)] = 11468, [SMALL_STATE(328)] = 11482, [SMALL_STATE(329)] = 11500, [SMALL_STATE(330)] = 11518, [SMALL_STATE(331)] = 11538, [SMALL_STATE(332)] = 11552, [SMALL_STATE(333)] = 11570, [SMALL_STATE(334)] = 11588, [SMALL_STATE(335)] = 11612, [SMALL_STATE(336)] = 11624, [SMALL_STATE(337)] = 11638, [SMALL_STATE(338)] = 11660, [SMALL_STATE(339)] = 11674, [SMALL_STATE(340)] = 11692, [SMALL_STATE(341)] = 11705, [SMALL_STATE(342)] = 11724, [SMALL_STATE(343)] = 11745, [SMALL_STATE(344)] = 11758, [SMALL_STATE(345)] = 11771, [SMALL_STATE(346)] = 11790, [SMALL_STATE(347)] = 11803, [SMALL_STATE(348)] = 11822, [SMALL_STATE(349)] = 11843, [SMALL_STATE(350)] = 11856, [SMALL_STATE(351)] = 11873, [SMALL_STATE(352)] = 11886, [SMALL_STATE(353)] = 11905, [SMALL_STATE(354)] = 11924, [SMALL_STATE(355)] = 11943, [SMALL_STATE(356)] = 11962, [SMALL_STATE(357)] = 11981, [SMALL_STATE(358)] = 12000, [SMALL_STATE(359)] = 12019, [SMALL_STATE(360)] = 12038, [SMALL_STATE(361)] = 12061, [SMALL_STATE(362)] = 12074, [SMALL_STATE(363)] = 12097, [SMALL_STATE(364)] = 12110, [SMALL_STATE(365)] = 12123, [SMALL_STATE(366)] = 12136, [SMALL_STATE(367)] = 12149, [SMALL_STATE(368)] = 12162, [SMALL_STATE(369)] = 12175, [SMALL_STATE(370)] = 12188, [SMALL_STATE(371)] = 12207, [SMALL_STATE(372)] = 12228, [SMALL_STATE(373)] = 12241, [SMALL_STATE(374)] = 12260, [SMALL_STATE(375)] = 12277, [SMALL_STATE(376)] = 12298, [SMALL_STATE(377)] = 12317, [SMALL_STATE(378)] = 12334, [SMALL_STATE(379)] = 12347, [SMALL_STATE(380)] = 12360, [SMALL_STATE(381)] = 12383, [SMALL_STATE(382)] = 12396, [SMALL_STATE(383)] = 12409, [SMALL_STATE(384)] = 12432, [SMALL_STATE(385)] = 12445, [SMALL_STATE(386)] = 12464, [SMALL_STATE(387)] = 12477, [SMALL_STATE(388)] = 12490, [SMALL_STATE(389)] = 12503, [SMALL_STATE(390)] = 12524, [SMALL_STATE(391)] = 12543, [SMALL_STATE(392)] = 12556, [SMALL_STATE(393)] = 12569, [SMALL_STATE(394)] = 12588, [SMALL_STATE(395)] = 12609, [SMALL_STATE(396)] = 12628, [SMALL_STATE(397)] = 12647, [SMALL_STATE(398)] = 12665, [SMALL_STATE(399)] = 12681, [SMALL_STATE(400)] = 12697, [SMALL_STATE(401)] = 12713, [SMALL_STATE(402)] = 12731, [SMALL_STATE(403)] = 12747, [SMALL_STATE(404)] = 12763, [SMALL_STATE(405)] = 12781, [SMALL_STATE(406)] = 12793, [SMALL_STATE(407)] = 12807, [SMALL_STATE(408)] = 12825, [SMALL_STATE(409)] = 12843, [SMALL_STATE(410)] = 12857, [SMALL_STATE(411)] = 12875, [SMALL_STATE(412)] = 12887, [SMALL_STATE(413)] = 12901, [SMALL_STATE(414)] = 12919, [SMALL_STATE(415)] = 12933, [SMALL_STATE(416)] = 12945, [SMALL_STATE(417)] = 12957, [SMALL_STATE(418)] = 12975, [SMALL_STATE(419)] = 12991, [SMALL_STATE(420)] = 13003, [SMALL_STATE(421)] = 13015, [SMALL_STATE(422)] = 13031, [SMALL_STATE(423)] = 13043, [SMALL_STATE(424)] = 13055, [SMALL_STATE(425)] = 13071, [SMALL_STATE(426)] = 13083, [SMALL_STATE(427)] = 13095, [SMALL_STATE(428)] = 13107, [SMALL_STATE(429)] = 13119, [SMALL_STATE(430)] = 13131, [SMALL_STATE(431)] = 13143, [SMALL_STATE(432)] = 13155, [SMALL_STATE(433)] = 13167, [SMALL_STATE(434)] = 13185, [SMALL_STATE(435)] = 13197, [SMALL_STATE(436)] = 13215, [SMALL_STATE(437)] = 13233, [SMALL_STATE(438)] = 13251, [SMALL_STATE(439)] = 13263, [SMALL_STATE(440)] = 13274, [SMALL_STATE(441)] = 13287, [SMALL_STATE(442)] = 13298, [SMALL_STATE(443)] = 13309, [SMALL_STATE(444)] = 13320, [SMALL_STATE(445)] = 13331, [SMALL_STATE(446)] = 13342, [SMALL_STATE(447)] = 13353, [SMALL_STATE(448)] = 13364, [SMALL_STATE(449)] = 13375, [SMALL_STATE(450)] = 13394, [SMALL_STATE(451)] = 13405, [SMALL_STATE(452)] = 13416, [SMALL_STATE(453)] = 13435, [SMALL_STATE(454)] = 13454, [SMALL_STATE(455)] = 13473, [SMALL_STATE(456)] = 13490, [SMALL_STATE(457)] = 13507, [SMALL_STATE(458)] = 13524, [SMALL_STATE(459)] = 13532, [SMALL_STATE(460)] = 13542, [SMALL_STATE(461)] = 13552, [SMALL_STATE(462)] = 13568, [SMALL_STATE(463)] = 13578, [SMALL_STATE(464)] = 13586, [SMALL_STATE(465)] = 13600, [SMALL_STATE(466)] = 13616, [SMALL_STATE(467)] = 13632, [SMALL_STATE(468)] = 13646, [SMALL_STATE(469)] = 13662, [SMALL_STATE(470)] = 13676, [SMALL_STATE(471)] = 13690, [SMALL_STATE(472)] = 13704, [SMALL_STATE(473)] = 13718, [SMALL_STATE(474)] = 13728, [SMALL_STATE(475)] = 13744, [SMALL_STATE(476)] = 13752, [SMALL_STATE(477)] = 13760, [SMALL_STATE(478)] = 13768, [SMALL_STATE(479)] = 13784, [SMALL_STATE(480)] = 13800, [SMALL_STATE(481)] = 13816, [SMALL_STATE(482)] = 13832, [SMALL_STATE(483)] = 13842, [SMALL_STATE(484)] = 13858, [SMALL_STATE(485)] = 13866, [SMALL_STATE(486)] = 13882, [SMALL_STATE(487)] = 13896, [SMALL_STATE(488)] = 13904, [SMALL_STATE(489)] = 13920, [SMALL_STATE(490)] = 13936, [SMALL_STATE(491)] = 13950, [SMALL_STATE(492)] = 13966, [SMALL_STATE(493)] = 13982, [SMALL_STATE(494)] = 13998, [SMALL_STATE(495)] = 14006, [SMALL_STATE(496)] = 14022, [SMALL_STATE(497)] = 14032, [SMALL_STATE(498)] = 14048, [SMALL_STATE(499)] = 14062, [SMALL_STATE(500)] = 14078, [SMALL_STATE(501)] = 14094, [SMALL_STATE(502)] = 14110, [SMALL_STATE(503)] = 14126, [SMALL_STATE(504)] = 14142, [SMALL_STATE(505)] = 14150, [SMALL_STATE(506)] = 14164, [SMALL_STATE(507)] = 14172, [SMALL_STATE(508)] = 14182, [SMALL_STATE(509)] = 14192, [SMALL_STATE(510)] = 14208, [SMALL_STATE(511)] = 14222, [SMALL_STATE(512)] = 14236, [SMALL_STATE(513)] = 14250, [SMALL_STATE(514)] = 14260, [SMALL_STATE(515)] = 14271, [SMALL_STATE(516)] = 14282, [SMALL_STATE(517)] = 14291, [SMALL_STATE(518)] = 14302, [SMALL_STATE(519)] = 14313, [SMALL_STATE(520)] = 14322, [SMALL_STATE(521)] = 14335, [SMALL_STATE(522)] = 14346, [SMALL_STATE(523)] = 14353, [SMALL_STATE(524)] = 14360, [SMALL_STATE(525)] = 14373, [SMALL_STATE(526)] = 14380, [SMALL_STATE(527)] = 14387, [SMALL_STATE(528)] = 14394, [SMALL_STATE(529)] = 14407, [SMALL_STATE(530)] = 14414, [SMALL_STATE(531)] = 14425, [SMALL_STATE(532)] = 14436, [SMALL_STATE(533)] = 14449, [SMALL_STATE(534)] = 14460, [SMALL_STATE(535)] = 14469, [SMALL_STATE(536)] = 14477, [SMALL_STATE(537)] = 14485, [SMALL_STATE(538)] = 14493, [SMALL_STATE(539)] = 14501, [SMALL_STATE(540)] = 14509, [SMALL_STATE(541)] = 14517, [SMALL_STATE(542)] = 14527, [SMALL_STATE(543)] = 14537, [SMALL_STATE(544)] = 14547, [SMALL_STATE(545)] = 14555, [SMALL_STATE(546)] = 14563, [SMALL_STATE(547)] = 14571, [SMALL_STATE(548)] = 14579, [SMALL_STATE(549)] = 14587, [SMALL_STATE(550)] = 14595, [SMALL_STATE(551)] = 14603, [SMALL_STATE(552)] = 14611, [SMALL_STATE(553)] = 14619, [SMALL_STATE(554)] = 14627, [SMALL_STATE(555)] = 14635, [SMALL_STATE(556)] = 14645, [SMALL_STATE(557)] = 14653, [SMALL_STATE(558)] = 14663, [SMALL_STATE(559)] = 14671, [SMALL_STATE(560)] = 14681, [SMALL_STATE(561)] = 14689, [SMALL_STATE(562)] = 14697, [SMALL_STATE(563)] = 14705, [SMALL_STATE(564)] = 14713, [SMALL_STATE(565)] = 14721, [SMALL_STATE(566)] = 14729, [SMALL_STATE(567)] = 14735, [SMALL_STATE(568)] = 14743, [SMALL_STATE(569)] = 14749, [SMALL_STATE(570)] = 14757, [SMALL_STATE(571)] = 14765, [SMALL_STATE(572)] = 14773, [SMALL_STATE(573)] = 14783, [SMALL_STATE(574)] = 14791, [SMALL_STATE(575)] = 14801, [SMALL_STATE(576)] = 14809, [SMALL_STATE(577)] = 14819, [SMALL_STATE(578)] = 14829, [SMALL_STATE(579)] = 14837, [SMALL_STATE(580)] = 14845, [SMALL_STATE(581)] = 14851, [SMALL_STATE(582)] = 14859, [SMALL_STATE(583)] = 14867, [SMALL_STATE(584)] = 14875, [SMALL_STATE(585)] = 14881, [SMALL_STATE(586)] = 14889, [SMALL_STATE(587)] = 14897, [SMALL_STATE(588)] = 14905, [SMALL_STATE(589)] = 14913, [SMALL_STATE(590)] = 14921, [SMALL_STATE(591)] = 14929, [SMALL_STATE(592)] = 14935, [SMALL_STATE(593)] = 14941, [SMALL_STATE(594)] = 14951, [SMALL_STATE(595)] = 14959, [SMALL_STATE(596)] = 14969, [SMALL_STATE(597)] = 14979, [SMALL_STATE(598)] = 14989, [SMALL_STATE(599)] = 14999, [SMALL_STATE(600)] = 15009, [SMALL_STATE(601)] = 15019, [SMALL_STATE(602)] = 15029, [SMALL_STATE(603)] = 15036, [SMALL_STATE(604)] = 15040, [SMALL_STATE(605)] = 15044, [SMALL_STATE(606)] = 15048, [SMALL_STATE(607)] = 15052, [SMALL_STATE(608)] = 15056, [SMALL_STATE(609)] = 15060, [SMALL_STATE(610)] = 15064, [SMALL_STATE(611)] = 15068, [SMALL_STATE(612)] = 15072, [SMALL_STATE(613)] = 15076, [SMALL_STATE(614)] = 15080, [SMALL_STATE(615)] = 15084, [SMALL_STATE(616)] = 15088, [SMALL_STATE(617)] = 15092, [SMALL_STATE(618)] = 15096, [SMALL_STATE(619)] = 15100, [SMALL_STATE(620)] = 15104, [SMALL_STATE(621)] = 15108, [SMALL_STATE(622)] = 15112, [SMALL_STATE(623)] = 15116, [SMALL_STATE(624)] = 15120, [SMALL_STATE(625)] = 15124, [SMALL_STATE(626)] = 15128, [SMALL_STATE(627)] = 15132, [SMALL_STATE(628)] = 15136, [SMALL_STATE(629)] = 15140, [SMALL_STATE(630)] = 15144, [SMALL_STATE(631)] = 15148, [SMALL_STATE(632)] = 15152, [SMALL_STATE(633)] = 15156, [SMALL_STATE(634)] = 15160, [SMALL_STATE(635)] = 15164, [SMALL_STATE(636)] = 15168, [SMALL_STATE(637)] = 15172, [SMALL_STATE(638)] = 15176, [SMALL_STATE(639)] = 15180, [SMALL_STATE(640)] = 15184, [SMALL_STATE(641)] = 15188, [SMALL_STATE(642)] = 15192, [SMALL_STATE(643)] = 15196, [SMALL_STATE(644)] = 15200, [SMALL_STATE(645)] = 15204, [SMALL_STATE(646)] = 15208, [SMALL_STATE(647)] = 15212, [SMALL_STATE(648)] = 15216, [SMALL_STATE(649)] = 15220, [SMALL_STATE(650)] = 15224, [SMALL_STATE(651)] = 15228, [SMALL_STATE(652)] = 15232, [SMALL_STATE(653)] = 15236, [SMALL_STATE(654)] = 15240, [SMALL_STATE(655)] = 15244, [SMALL_STATE(656)] = 15248, [SMALL_STATE(657)] = 15252, [SMALL_STATE(658)] = 15256, [SMALL_STATE(659)] = 15260, [SMALL_STATE(660)] = 15264, [SMALL_STATE(661)] = 15268, [SMALL_STATE(662)] = 15272, [SMALL_STATE(663)] = 15276, [SMALL_STATE(664)] = 15280, [SMALL_STATE(665)] = 15284, [SMALL_STATE(666)] = 15288, [SMALL_STATE(667)] = 15292, [SMALL_STATE(668)] = 15296, [SMALL_STATE(669)] = 15300, [SMALL_STATE(670)] = 15304, [SMALL_STATE(671)] = 15308, [SMALL_STATE(672)] = 15312, [SMALL_STATE(673)] = 15316, [SMALL_STATE(674)] = 15320, [SMALL_STATE(675)] = 15324, [SMALL_STATE(676)] = 15328, [SMALL_STATE(677)] = 15332, [SMALL_STATE(678)] = 15336, [SMALL_STATE(679)] = 15340, [SMALL_STATE(680)] = 15344, [SMALL_STATE(681)] = 15348, [SMALL_STATE(682)] = 15352, [SMALL_STATE(683)] = 15356, [SMALL_STATE(684)] = 15360, [SMALL_STATE(685)] = 15364, [SMALL_STATE(686)] = 15368, [SMALL_STATE(687)] = 15372, [SMALL_STATE(688)] = 15376, [SMALL_STATE(689)] = 15380, [SMALL_STATE(690)] = 15384, [SMALL_STATE(691)] = 15388, [SMALL_STATE(692)] = 15392, [SMALL_STATE(693)] = 15396, [SMALL_STATE(694)] = 15400, [SMALL_STATE(695)] = 15404, [SMALL_STATE(696)] = 15408, [SMALL_STATE(697)] = 15412, [SMALL_STATE(698)] = 15416, [SMALL_STATE(699)] = 15420, [SMALL_STATE(700)] = 15424, [SMALL_STATE(701)] = 15428, [SMALL_STATE(702)] = 15432, [SMALL_STATE(703)] = 15436, [SMALL_STATE(704)] = 15440, [SMALL_STATE(705)] = 15444, [SMALL_STATE(706)] = 15448, [SMALL_STATE(707)] = 15452, [SMALL_STATE(708)] = 15456, [SMALL_STATE(709)] = 15460, [SMALL_STATE(710)] = 15464, [SMALL_STATE(711)] = 15468, [SMALL_STATE(712)] = 15472, [SMALL_STATE(713)] = 15476, [SMALL_STATE(714)] = 15480, [SMALL_STATE(715)] = 15484, [SMALL_STATE(716)] = 15488, }; static const TSParseActionEntry ts_parse_actions[] = { [0] = {.entry = {.count = 0, .reusable = false}}, [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 0, 0, 0), [5] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108), [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5), [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(602), [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(242), [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172), [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(555), [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(138), [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109), [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187), [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220), [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(493), [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15), [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193), [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156), [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176), [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198), [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(22), [49] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), [51] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(108), [54] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2), [57] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(602), [60] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(242), [63] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(163), [66] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(172), [69] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(555), [72] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(138), [75] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(109), [78] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(187), [81] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(220), [84] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(493), [87] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(15), [90] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(532), [93] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(193), [96] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(156), [99] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(167), [102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(176), [105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(180), [108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(370), [111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(198), [114] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(22), [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(70), [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(296), [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(291), [125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, 0, 0), [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2), [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(423), [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525), [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340), [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(473), [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(496), [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(461), [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(286), [149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468), [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(415), [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480), [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(492), [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513), [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(485), [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349), [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162), [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(639), [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225), [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199), [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(593), [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(226), [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(115), [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147), [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(228), [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(465), [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19), [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520), [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185), [197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(149), [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186), [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(150), [203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376), [205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(23), [209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(700), [213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(683), [215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(680), [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(663), [219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(619), [221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(615), [223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(623), [225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(603), [227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), [229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__id_immediate, 3, 0, 0), [231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__id_immediate, 3, 0, 0), [233] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__id_immediate_repeat1, 2, 0, 0), SHIFT_REPEAT(650), [236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__id_immediate_repeat1, 2, 0, 0), [238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__id_immediate_repeat1, 2, 0, 0), [240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__id_immediate, 1, 0, 0), [242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__id_immediate, 1, 0, 0), [244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__id_immediate, 2, 0, 0), [246] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__id_immediate, 2, 0, 0), [248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), [250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_substitution, 2, 0, 0), [252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_substitution, 2, 0, 0), [254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_substitution, 4, 0, 0), [256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_substitution, 4, 0, 0), [258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_index, 3, 0, 0), [260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_index, 3, 0, 0), [262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expr_atom_no_brace, 4, 0, 0), [264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expr_atom_no_brace, 4, 0, 0), [266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_substitution, 5, 0, 0), [268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_substitution, 5, 0, 0), [270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quoted_word, 2, 0, 0), [272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_quoted_word, 2, 0, 0), [274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quoted_word, 3, 0, 0), [276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_quoted_word, 3, 0, 0), [278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_substitution, 3, 0, 0), [280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_substitution, 3, 0, 0), [282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_substitution, 3, 0, 0), [284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_substitution, 3, 0, 0), [286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_expr, 5, 0, 0), [288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), [290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), [292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), [294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(81), [296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), [298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(82), [300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), [302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), [304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), [306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), [308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86), [310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), [312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88), [314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), [316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), [318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binop_expr, 3, 0, 0), [320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binop_expr, 3, 0, 0), [322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_braced_word_simple, 2, 0, 0), [324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_braced_word_simple, 2, 0, 0), [326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_braced_word_simple, 3, 0, 0), [328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_braced_word_simple, 3, 0, 0), [330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expr, 2, 0, 0), [332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expr, 2, 0, 0), [334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expr, 3, 0, 0), [336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expr, 3, 0, 0), [338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), [340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), [342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), [344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), [346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), [348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), [350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), [352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), [354] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_braced_word_repeat1, 2, 0, 0), [356] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_braced_word_repeat1, 2, 0, 0), SHIFT_REPEAT(70), [359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), [361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(715), [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(125), [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67), [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(74), [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(75), [375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356), [377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), [379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20), [381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(64), [383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), [385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60), [387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), [389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(62), [391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), [393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(69), [395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), [397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(68), [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), [401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(46), [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), [405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(48), [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), [409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(47), [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), [413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(49), [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(50), [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), [421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(51), [423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), [425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(52), [427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), [429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(53), [431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), [433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(54), [435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), [437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(55), [439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), [441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56), [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), [445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(57), [447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), [449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(63), [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), [453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), [457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(71), [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), [461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(65), [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), [465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(45), [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), [469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, 0, 2), [471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(251), [473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 1, 0, 1), [475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_word_list, 1, 0, 0), [477] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_word_list_repeat1, 2, 0, 0), SHIFT_REPEAT(108), [480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_word_list_repeat1, 2, 0, 0), [482] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_word_list_repeat1, 2, 0, 0), SHIFT_REPEAT(251), [485] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_word_list_repeat1, 2, 0, 0), SHIFT_REPEAT(493), [488] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_word_list_repeat1, 2, 0, 0), SHIFT_REPEAT(15), [491] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_word_list_repeat1, 2, 0, 0), SHIFT_REPEAT(370), [494] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_word_list_repeat1, 2, 0, 0), SHIFT_REPEAT(198), [497] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_word_list_repeat1, 2, 0, 0), SHIFT_REPEAT(22), [500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(498), [502] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set, 2, 0, 0), [504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), [506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(489), [508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(134), [510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(345), [512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(25), [514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(674), [516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(231), [518] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__id_immediate_repeat1, 2, 0, 0), SHIFT_REPEAT(674), [521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__concat_word, 1, 0, 0), [523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), [525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), [527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(514), [529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), [531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(503), [533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(136), [535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352), [537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), [539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(27), [541] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_word_list_repeat1, 2, 0, 0), SHIFT_REPEAT(162), [544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_word_list_repeat1, 2, 0, 0), SHIFT_REPEAT(231), [547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_word_list_repeat1, 2, 0, 0), SHIFT_REPEAT(465), [550] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_word_list_repeat1, 2, 0, 0), SHIFT_REPEAT(19), [553] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_word_list_repeat1, 2, 0, 0), SHIFT_REPEAT(376), [556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_word_list_repeat1, 2, 0, 0), SHIFT_REPEAT(304), [559] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_word_list_repeat1, 2, 0, 0), SHIFT_REPEAT(23), [562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set, 5, 0, 0), [564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set, 3, 0, 0), [566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(638), [568] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__id_immediate_repeat1, 2, 0, 0), SHIFT_REPEAT(638), [571] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_regexp_repeat1, 2, 0, 0), SHIFT_REPEAT(108), [574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_regexp_repeat1, 2, 0, 0), [576] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_regexp_repeat1, 2, 0, 0), SHIFT_REPEAT(493), [579] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_regexp_repeat1, 2, 0, 0), SHIFT_REPEAT(370), [582] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_regexp_repeat1, 2, 0, 0), SHIFT_REPEAT(198), [585] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_regexp_repeat1, 2, 0, 0), SHIFT_REPEAT(22), [588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global, 2, 0, 0), [590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_id, 3, 0, 0), [592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(676), [594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_id, 3, 0, 0), [596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_id, 2, 0, 0), [598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_id, 2, 0, 0), [600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339), [602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(500), [604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143), [606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(58), [608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(354), [610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), [612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(29), [614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(59), [616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__concat_word_repeat1, 2, 0, 0), [618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__concat_word_repeat1, 2, 0, 0), [620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_braced_word_simple_repeat1, 2, 0, 0), SHIFT_REPEAT(339), [623] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_braced_word_simple_repeat1, 2, 0, 0), SHIFT_REPEAT(500), [626] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_braced_word_simple_repeat1, 2, 0, 0), SHIFT_REPEAT(143), [629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_braced_word_simple_repeat1, 2, 0, 0), [631] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_braced_word_simple_repeat1, 2, 0, 0), SHIFT_REPEAT(354), [634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_braced_word_simple_repeat1, 2, 0, 0), SHIFT_REPEAT(339), [637] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_braced_word_simple_repeat1, 2, 0, 0), SHIFT_REPEAT(29), [640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_regexp, 4, 0, 0), [642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), [644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), [646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_id, 1, 0, 0), [648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_id, 1, 0, 0), [650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(534), [652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(516), [654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(584), [656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(591), [658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global, 1, 0, 0), [660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387), [662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_regexp, 3, 0, 0), [664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), [666] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__id_immediate_repeat1, 2, 0, 0), SHIFT_REPEAT(676), [669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(491), [671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247), [673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17), [675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), [677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), [679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(233), [681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(502), [683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(18), [685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358), [687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), [689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(21), [691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(227), [693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch, 3, 0, 0), [695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(312), [697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(234), [699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(240), [701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__id_immediate_repeat1, 2, 0, 0), SHIFT_REPEAT(616), [704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(238), [706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(241), [708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(282), [710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(223), [712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16), [714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), [716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(665), [718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), [720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), [722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434), [724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), [726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), [728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(243), [730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(244), [732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__concat_word_repeat1, 2, 0, 0), SHIFT_REPEAT(389), [735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245), [737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__concat_word, 3, 0, 0), [739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), [741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__concat_word, 1, 0, 0), [743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), [745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(249), [747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250), [749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), [751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210), [753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(255), [755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(229), [757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(257), [759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(704), [761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), [763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), [765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), [767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), [769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), [771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), [773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212), [775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(219), [777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(218), [779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch, 2, 0, 0), [781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(224), [783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239), [785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(646), [787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__concat_word, 2, 0, 0), [789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(207), [791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(281), [793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(455), [795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209), [797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(497), [799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), [801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203), [803] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__id_immediate_repeat1, 2, 0, 0), SHIFT_REPEAT(646), [806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), [808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), [810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(671), [812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), [814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), [816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329), [818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(130), [820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), [822] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__id_immediate_repeat1, 2, 0, 0), SHIFT_REPEAT(687), [825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), [827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__id_immediate_repeat1, 2, 0, 0), SHIFT_REPEAT(640), [830] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__id_immediate_repeat1, 2, 0, 0), SHIFT_REPEAT(652), [833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), [835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), [837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), [839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), [841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(640), [843] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_regexp_repeat1, 2, 0, 0), SHIFT_REPEAT(162), [846] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_regexp_repeat1, 2, 0, 0), SHIFT_REPEAT(465), [849] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_regexp_repeat1, 2, 0, 0), SHIFT_REPEAT(376), [852] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_regexp_repeat1, 2, 0, 0), SHIFT_REPEAT(304), [855] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_regexp_repeat1, 2, 0, 0), SHIFT_REPEAT(23), [858] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__concat_word_repeat1, 3, 0, 0), [860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__concat_word_repeat1, 3, 0, 0), [862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(687), [864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_braced_word, 2, 0, 0), [866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), [868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), [870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__concat_word, 2, 0, 0), [872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_braced_word, 4, 0, 0), [874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_braced_word, 3, 0, 0), [876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(386), [878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), [880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(519), [882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), [884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_braced_word, 5, 0, 0), [886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566), [888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), [890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__concat_word_repeat1, 2, 0, 0), SHIFT_REPEAT(394), [893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__concat_word, 3, 0, 0), [895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), [897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__word_simple, 2, 0, 0), [899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__word_simple, 2, 0, 0), [901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), [903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), [905] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__concat_word_repeat1, 2, 0, 0), SHIFT_REPEAT(342), [908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__id_immediate_repeat1, 2, 0, 0), SHIFT_REPEAT(632), [911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__word_simple_repeat1, 2, 0, 0), [913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__word_simple_repeat1, 2, 0, 0), [915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__word_simple_repeat1, 2, 0, 0), SHIFT_REPEAT(301), [918] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__word_simple_repeat1, 2, 0, 0), SHIFT_REPEAT(287), [921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), [923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__word_simple, 1, 0, 0), [925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__word_simple, 1, 0, 0), [927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), [929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), [931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), [933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_braced_word, 5, 0, 0), [935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), [937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313), [939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385), [941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(28), [943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298), [945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), [947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(344), [949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(347), [951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), [953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377), [955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), [957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_braced_word, 2, 0, 0), [959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(463), [961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), [963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(476), [965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(351), [967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(355), [969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), [971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(41), [973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(357), [975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(42), [977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), [979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), [981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(442), [983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if, 4, 0, 9), [985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if, 4, 0, 9), [987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if, 4, 0, 12), [989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if, 4, 0, 12), [991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_word_list_repeat1, 2, 0, 0), [993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(253), [995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395), [997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), [999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), [1001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_braced_word, 3, 0, 0), [1003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), [1005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(320), [1007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341), [1009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_braced_word, 4, 0, 0), [1011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if, 5, 0, 17), [1013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if, 5, 0, 17), [1015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if, 3, 0, 6), [1017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if, 3, 0, 6), [1019] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_quoted_word_repeat1, 2, 0, 0), SHIFT_REPEAT(499), [1022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_quoted_word_repeat1, 2, 0, 0), [1024] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_quoted_word_repeat1, 2, 0, 0), SHIFT_REPEAT(385), [1027] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_quoted_word_repeat1, 2, 0, 0), SHIFT_REPEAT(28), [1030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(127), [1032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), [1034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(581), [1036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(393), [1038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(588), [1040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204), [1042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), [1044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232), [1046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), [1048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373), [1050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(624), [1052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), [1054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), [1056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), [1058] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__concat_word_repeat1, 2, 0, 0), SHIFT_REPEAT(348), [1061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__id_immediate_repeat1, 2, 0, 0), SHIFT_REPEAT(605), [1064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 1, 0, 0), [1066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 1, 0, 0), [1068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), [1070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), [1072] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__id_immediate_repeat1, 2, 0, 0), SHIFT_REPEAT(624), [1075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_repeat1, 2, 0, 19), [1077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_repeat1, 2, 0, 19), [1079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_repeat1, 2, 0, 19), SHIFT_REPEAT(156), [1082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), [1084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 3, 0, 0), [1086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 3, 0, 0), [1088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__word_simple_repeat1, 2, 0, 0), SHIFT_REPEAT(294), [1091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr, 3, 0, 0), [1093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr, 3, 0, 0), [1095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), [1097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr, 1, 0, 0), [1099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr, 1, 0, 0), [1101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 2, 0, 0), [1103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 2, 0, 0), [1105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), [1107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), [1109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try, 2, 0, 0), [1111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try, 2, 0, 0), [1113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(659), [1115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(169), [1117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try, 3, 0, 0), [1119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try, 3, 0, 0), [1121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(611), [1123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elseif, 4, 0, 9), [1125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elseif, 4, 0, 9), [1127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), [1129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4), [1131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(293), [1133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_repeat1, 1, 0, 10), [1135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_repeat1, 1, 0, 10), [1137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__word_simple_repeat1, 2, 0, 0), SHIFT_REPEAT(295), [1140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), [1142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), [1144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), [1146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_braced_word_repeat2, 2, 0, 0), SHIFT_REPEAT(14), [1149] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_braced_word_repeat2, 2, 0, 0), SHIFT_REPEAT(14), [1152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_braced_word_repeat2, 2, 0, 0), [1154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), [1156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), [1158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), [1160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), [1162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6), [1164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), [1166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), [1168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try, 7, 0, 0), [1170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try, 7, 0, 0), [1172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), [1174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), [1176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), [1178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7), [1180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), [1182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), [1184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), [1186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_repeat1, 2, 0, 19), SHIFT_REPEAT(190), [1189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), [1191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9), [1193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), [1195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), [1197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8), [1199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elseif, 3, 0, 6), [1201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elseif, 3, 0, 6), [1203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), [1205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), [1209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), [1211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12), [1213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372), [1215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try, 8, 0, 0), [1217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try, 8, 0, 0), [1219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), [1221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10), [1223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), [1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), [1227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), [1231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), [1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), [1235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11), [1237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(460), [1239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), [1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), [1245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), [1247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13), [1249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), [1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), [1253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), [1255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), [1257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), [1259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), [1261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), [1263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), [1265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), [1267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), [1269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), [1271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), [1273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), [1275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), [1277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), [1279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), [1281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), [1283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3), [1285] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(580), [1288] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(664), [1291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2, 0, 0), [1293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try, 6, 0, 0), [1295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try, 6, 0, 0), [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), [1299] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__word_simple_repeat1, 2, 0, 0), SHIFT_REPEAT(297), [1302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), [1304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), [1306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), [1308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), [1310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), [1312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), [1314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), [1316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), [1318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), [1320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__concat_word_repeat1, 2, 0, 0), SHIFT_REPEAT(375), [1323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while, 4, 0, 0), [1325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while, 4, 0, 0), [1327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace, 2, 0, 0), [1329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace, 2, 0, 0), [1331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if, 6, 0, 22), [1333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if, 6, 0, 22), [1335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure, 6, 0, 21), [1337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure, 6, 0, 21), [1339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set, 4, 0, 0), [1341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set, 4, 0, 0), [1343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach, 4, 0, 0), [1345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach, 4, 0, 0), [1347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure, 4, 0, 8), [1349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure, 4, 0, 8), [1351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally, 2, 0, 0), [1353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally, 2, 0, 0), [1355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch, 3, 0, 0), [1357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set, 3, 0, 0), [1359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if, 4, 0, 11), [1361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if, 4, 0, 11), [1363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), [1365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), [1367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch, 4, 0, 0), [1369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch, 4, 0, 0), [1371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), [1373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), [1375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else, 2, 0, 3), [1377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else, 2, 0, 3), [1379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try, 9, 0, 0), [1381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try, 9, 0, 0), [1383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, 0, 4), [1385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, 0, 4), [1387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while, 3, 0, 0), [1389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while, 3, 0, 0), [1391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_braced_word_repeat2, 2, 0, 0), [1393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set, 6, 0, 0), [1395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set, 6, 0, 0), [1397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument, 3, 0, 13), [1399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach, 5, 0, 0), [1401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach, 5, 0, 0), [1403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_cmd, 2, 0, 0), [1405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_cmd, 2, 0, 0), [1407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally, 3, 0, 0), [1409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally, 3, 0, 0), [1411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 3, 0, 5), [1413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 3, 0, 5), [1415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument, 1, 0, 1), [1417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try, 4, 0, 0), [1419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try, 4, 0, 0), [1421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure, 5, 0, 14), [1423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure, 5, 0, 14), [1425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure, 5, 0, 15), [1427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure, 5, 0, 15), [1429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else, 3, 0, 7), [1431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else, 3, 0, 7), [1433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if, 5, 0, 16), [1435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if, 5, 0, 16), [1437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if, 5, 0, 18), [1439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if, 5, 0, 18), [1441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument, 4, 0, 20), [1443] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__concat_word_repeat1, 2, 0, 0), SHIFT_REPEAT(371), [1446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), [1448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(72), [1450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), [1452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), [1454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), [1456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), [1458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), [1460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), [1462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), [1464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), [1466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), [1468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), [1470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), [1472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), [1474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), [1476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), [1478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), [1480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), [1482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), [1484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), [1486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), [1488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), [1490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), [1492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), [1494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), [1496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), [1498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), [1500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), [1502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), [1504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), [1506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), [1508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), [1510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), [1512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), [1514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), [1516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), [1518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), [1520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), [1522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), [1524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), [1526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), [1528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), [1530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), [1532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), [1534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), [1536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), [1538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), [1540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), [1542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), [1544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), [1546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), [1548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), [1550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), [1552] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), [1554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), [1556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), [1558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), [1560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), [1562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), [1564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), [1566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), [1568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), [1570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), [1572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), [1574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), [1576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), [1578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), [1580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), [1582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), [1584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), [1586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), [1588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), [1590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), [1592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), [1594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), [1596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), [1598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), [1600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), [1602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), [1604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), [1606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), [1608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), [1610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), [1612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), }; enum ts_external_scanner_symbol_identifiers { ts_external_token__concat = 0, ts_external_token__immediate = 1, }; static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = { [ts_external_token__concat] = sym__concat, [ts_external_token__immediate] = sym__immediate, }; static const bool ts_external_scanner_states[3][EXTERNAL_TOKEN_COUNT] = { [1] = { [ts_external_token__concat] = true, [ts_external_token__immediate] = true, }, [2] = { [ts_external_token__concat] = true, }, }; #ifdef __cplusplus extern "C" { #endif void *tree_sitter_tcl_external_scanner_create(void); void tree_sitter_tcl_external_scanner_destroy(void *); bool tree_sitter_tcl_external_scanner_scan(void *, TSLexer *, const bool *); unsigned tree_sitter_tcl_external_scanner_serialize(void *, char *); void tree_sitter_tcl_external_scanner_deserialize(void *, const char *, unsigned); #ifdef TREE_SITTER_HIDE_SYMBOLS #define TS_PUBLIC #elif defined(_WIN32) #define TS_PUBLIC __declspec(dllexport) #else #define TS_PUBLIC __attribute__((visibility("default"))) #endif TS_PUBLIC const TSLanguage *tree_sitter_tcl(void) { static const TSLanguage language = { .abi_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, .supertype_count = SUPERTYPE_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 = (const void*)ts_lex_modes, .lex_fn = ts_lex, .keyword_lex_fn = ts_lex_keywords, .keyword_capture_token = sym_simple_word, .external_scanner = { &ts_external_scanner_states[0][0], ts_external_scanner_symbol_map, tree_sitter_tcl_external_scanner_create, tree_sitter_tcl_external_scanner_destroy, tree_sitter_tcl_external_scanner_scan, tree_sitter_tcl_external_scanner_serialize, tree_sitter_tcl_external_scanner_deserialize, }, .primary_state_ids = ts_primary_state_ids, .name = "tcl", .max_reserved_word_set_size = 0, .metadata = { .major_version = 1, .minor_version = 1, .patch_version = 0, }, }; return &language; } #ifdef __cplusplus } #endif